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
|
---|---|---|---|---|
html,
body {
width: 100%;
padding: 0;
margin: 0;
position: relative;
}
.banxin {
width: 375px;
height: 603px;
background-image: url(../upload/28.jpg);
background-size: 375px;
background-repeat: no-repeat;
}
.tobu {
position: fixed;
display: flex;
top: 0;
left: 0;
width: 100%;
height: 57px;
background-image: url(../image/04.jpg);
z-index: 2;
}
.tobu-life {
margin-left: 5px;
margin-top: 7px;
width: 41px;
height: 41px;
}
.tobu-life img {
width: 41px;
height: 41px;
}
.tobu-right {
position: absolute;
right: 0;
top: 0;
width: 132px;
height: 53px;
text-align: center;
}
.tobu-right img {
position: absolute;
top: 12px;
left: 0px;
width: 100px;
height: 32px;
}
.tobu b {
margin-top: 10px;
margin-left: 10px;
color: #fff;
font-size: 14px;
}
.tobu span {
position: absolute;
top: 28px;
left: 55px;
color: #bfc4cf;
font-size: 10px;
}
/* 第二部分 */
.tobu-xm {
position: relative;
top: 57px;
left: 0;
width: 100%;
height: 76px;
text-align: center;
}
.tobu-xm img {
width: 313px;
height: 100%;
}
/* 第三部分 */
.zjbfen {
position: relative;
top: 95px;
left: 0;
width: 100%;
height: 280px;
background-image: url(../upload/43.png);
background-repeat: no-repeat;
background-position: 72px 0px;
background-size: 228px;
}
.zjbfen img:nth-child(1) {
position: relative;
top: -73px;
left: 7px;
width: 28px;
height: 70px;
}
.zjbfen img:nth-child(2) {
position: relative;
top: 19px;
left: 73px;
width: 168px;
height: 242px;
}
.zjbfen img:nth-child(3) {
position: relative;
top: -73px;
right: -140px;
width: 28px;
height: 70px;
}
/* 第四部分 */
.dibulai {
width: 100%;
height: 80px;
background-color: #000;
text-align: center;
line-height: 100px;
}
.dibulai a {
text-align: center;
display: inline-block;
width: 32%;
height: 32px;
line-height: 30px;
}
.dibulai a span {
color: #fff;
position: relative;
top: -10px;
left: 0;
}
/* 第五部分 */
.zhhh {
width: 100%;
height: 310px;
background-color: #000;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
box-sizing: border-box;
}
.zhhh p {
color: #fff;
padding: 1px 0;
box-sizing: border-box;
}
.zhhh p:nth-child(2) {
color: #696969;
}
.zhhh p:nth-child(12) {
color: #696969;
}
.zhhh a {
float: right;
}
|
css/getset.css
|
html,
body {
width: 100%;
padding: 0;
margin: 0;
position: relative;
}
.banxin {
width: 375px;
height: 603px;
background-image: url(../upload/28.jpg);
background-size: 375px;
background-repeat: no-repeat;
}
.tobu {
position: fixed;
display: flex;
top: 0;
left: 0;
width: 100%;
height: 57px;
background-image: url(../image/04.jpg);
z-index: 2;
}
.tobu-life {
margin-left: 5px;
margin-top: 7px;
width: 41px;
height: 41px;
}
.tobu-life img {
width: 41px;
height: 41px;
}
.tobu-right {
position: absolute;
right: 0;
top: 0;
width: 132px;
height: 53px;
text-align: center;
}
.tobu-right img {
position: absolute;
top: 12px;
left: 0px;
width: 100px;
height: 32px;
}
.tobu b {
margin-top: 10px;
margin-left: 10px;
color: #fff;
font-size: 14px;
}
.tobu span {
position: absolute;
top: 28px;
left: 55px;
color: #bfc4cf;
font-size: 10px;
}
/* 第二部分 */
.tobu-xm {
position: relative;
top: 57px;
left: 0;
width: 100%;
height: 76px;
text-align: center;
}
.tobu-xm img {
width: 313px;
height: 100%;
}
/* 第三部分 */
.zjbfen {
position: relative;
top: 95px;
left: 0;
width: 100%;
height: 280px;
background-image: url(../upload/43.png);
background-repeat: no-repeat;
background-position: 72px 0px;
background-size: 228px;
}
.zjbfen img:nth-child(1) {
position: relative;
top: -73px;
left: 7px;
width: 28px;
height: 70px;
}
.zjbfen img:nth-child(2) {
position: relative;
top: 19px;
left: 73px;
width: 168px;
height: 242px;
}
.zjbfen img:nth-child(3) {
position: relative;
top: -73px;
right: -140px;
width: 28px;
height: 70px;
}
/* 第四部分 */
.dibulai {
width: 100%;
height: 80px;
background-color: #000;
text-align: center;
line-height: 100px;
}
.dibulai a {
text-align: center;
display: inline-block;
width: 32%;
height: 32px;
line-height: 30px;
}
.dibulai a span {
color: #fff;
position: relative;
top: -10px;
left: 0;
}
/* 第五部分 */
.zhhh {
width: 100%;
height: 310px;
background-color: #000;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
box-sizing: border-box;
}
.zhhh p {
color: #fff;
padding: 1px 0;
box-sizing: border-box;
}
.zhhh p:nth-child(2) {
color: #696969;
}
.zhhh p:nth-child(12) {
color: #696969;
}
.zhhh a {
float: right;
}
| 0.457621 | 0.096493 |
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700|Bree+Serif|PT+Sans+Caption:400,700);
/**
* Default theme for reveal.js.
*
* Copyright (C) 2011-2012 <NAME>, http://hakim.se
*/
@font-face {
font-family: 'League Gothic';
src: url("../../lib/font/league_gothic-webfont.eot");
src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
font-weight: normal;
font-style: normal; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background-image: url("../../img/tsabackgroundlargeNoLogo.jpg");
background-position:top center;
background-origin:content-box;
background-size:contain;
/*
background: #1c1e20;
background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background-color: #2b2b2b;
*/
}
.logo body{
background-image: url("../../img/tsabackgroundlarge.jpg");
}
.reveal {
font-family: "PT Sans", sans-serif;
font-size: 36px;
font-weight: 200;
letter-spacing: -0.02em;
color: #eeeeee; }
::selection {
color: white;
background: #ff5e99;
text-shadow: none; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: "Bree Serif", Impact, sans-serif;
line-height: 1.1em;
letter-spacing: 0.02em;
//text-transform: uppercase;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
.reveal h1 {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
.reveal h1 { font-size: 2.50em; }
.reveal h2 { font-size: 2.00em; }
.reveal h3 { font-size: 1.50em; }
.reveal h4 { font-size: 1em; }
/*********************************************
* FOOTERS
*********************************************/
.footer {
position: absolute;
width: 100%;
bottom: -100;
left: 0;
z-index: 10;
}
/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: #00D024;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
-ms-transition: color 0.15s ease;
-o-transition: color 0.15s ease;
transition: color 0.15s ease; }
.reveal a:not(.image):hover {
color: #00D024;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #00D024; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
/*background: rgba(255, 255, 255, 0.12);*/
/*border: 4px solid #eeeeee;*/
/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;*/ }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #00D024;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #00D024; }
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #00D024; }
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #00D024; }
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #00D024; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #00D024; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #00D024; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #00D024; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #00D024; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #1634BF;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
.reveal pre {
background-color:#eee;
overflow:auto;
margin: 0;
/*margin:0 0 1em;*/
/*padding:.5em 1em;*/
}
pre code,
pre .line-number {
/* Ukuran line-height antara teks di dalam tag <code> dan <span class="line-number"> harus sama! */
/*font:normal normal 12px/14px "Courier New",Courier,Monospace;*/
font-family:monospace;
padding: 5px;
color:black;
display:block;
}
pre .line-number {
float:left;
margin:0 1em 0 -1em;
border-right:1px solid;
text-align:right;
}
pre .line-number span {
display:block;
padding:0 .5em 0 1em;
}
pre .cl {
display:block;
clear:both;
}
.reveal table th, .reveal table td {
padding: 0;
}
|
css/theme/tsa.css
|
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700|Bree+Serif|PT+Sans+Caption:400,700);
/**
* Default theme for reveal.js.
*
* Copyright (C) 2011-2012 <NAME>, http://hakim.se
*/
@font-face {
font-family: 'League Gothic';
src: url("../../lib/font/league_gothic-webfont.eot");
src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
font-weight: normal;
font-style: normal; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background-image: url("../../img/tsabackgroundlargeNoLogo.jpg");
background-position:top center;
background-origin:content-box;
background-size:contain;
/*
background: #1c1e20;
background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background-color: #2b2b2b;
*/
}
.logo body{
background-image: url("../../img/tsabackgroundlarge.jpg");
}
.reveal {
font-family: "PT Sans", sans-serif;
font-size: 36px;
font-weight: 200;
letter-spacing: -0.02em;
color: #eeeeee; }
::selection {
color: white;
background: #ff5e99;
text-shadow: none; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: "Bree Serif", Impact, sans-serif;
line-height: 1.1em;
letter-spacing: 0.02em;
//text-transform: uppercase;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
.reveal h1 {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
.reveal h1 { font-size: 2.50em; }
.reveal h2 { font-size: 2.00em; }
.reveal h3 { font-size: 1.50em; }
.reveal h4 { font-size: 1em; }
/*********************************************
* FOOTERS
*********************************************/
.footer {
position: absolute;
width: 100%;
bottom: -100;
left: 0;
z-index: 10;
}
/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: #00D024;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
-ms-transition: color 0.15s ease;
-o-transition: color 0.15s ease;
transition: color 0.15s ease; }
.reveal a:not(.image):hover {
color: #00D024;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #00D024; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
/*background: rgba(255, 255, 255, 0.12);*/
/*border: 4px solid #eeeeee;*/
/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;*/ }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #00D024;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #00D024; }
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #00D024; }
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #00D024; }
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #00D024; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #00D024; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #00D024; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #00D024; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #00D024; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #1634BF;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
.reveal pre {
background-color:#eee;
overflow:auto;
margin: 0;
/*margin:0 0 1em;*/
/*padding:.5em 1em;*/
}
pre code,
pre .line-number {
/* Ukuran line-height antara teks di dalam tag <code> dan <span class="line-number"> harus sama! */
/*font:normal normal 12px/14px "Courier New",Courier,Monospace;*/
font-family:monospace;
padding: 5px;
color:black;
display:block;
}
pre .line-number {
float:left;
margin:0 1em 0 -1em;
border-right:1px solid;
text-align:right;
}
pre .line-number span {
display:block;
padding:0 .5em 0 1em;
}
pre .cl {
display:block;
clear:both;
}
.reveal table th, .reveal table td {
padding: 0;
}
| 0.373762 | 0.087681 |
.card-flip {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.card-flip:hover .flip,
.card-flip.hover .flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.card-flip,
.front,
.back {
width: 100%;
height: 480px;
}
.flip {
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
}
.front,
.back {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
.front {
z-index: 2;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.back mdb-card-body {
height: 660px;
background-color: #353B48;
}
.btn {
width: 339px;
border: 0.5rem;
border-width: 0.5rem;
}
mdb-card-footer {
background-color: #353B48;
}
mdb-card-text .list-group {
color: #353B48;
}
.jumbotron {
background: -webkit-gradient(linear, left top, right top, from(#0f2027), color-stop(#203a43), to(#2c5364));
background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #ffffff;
}
header.masthead {
position: relative;
background-color: #f5f6fa;
background: url("../../../assets/images/family4.jpg") no-repeat center center;
background-size: cover;
padding-top: 8rem;
padding-bottom: 8rem;
}
header.masthead .overlay {
position: absolute;
background-color: #f5f6fa;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
header.masthead h1 {
font-size: 2rem;
}
@media (min-width: 768px) {
header.masthead {
padding-top: 12rem;
padding-bottom: 12rem;
}
header.masthead h1 {
font-size: 3rem;
}
}
.input-group-text {
height: 38px;
}
.input-group-text .fa {
color: #192a56;
}
.features-icons {
padding-bottom: 3rem;
}
.features-icons .fa {
color: #192a56;
}
.showcase .showcase-img {
min-height: 30rem;
background-size: cover;
}
.showcase .no-gutters > .col, .showcase .no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.showcase .text-white {
color: #fff !important;
}
.showcase h2 {
font-weight: 700;
color: #192a56;
}
.showcase[_ngcontent-c3] .no-gutters[_ngcontent-c3] > [class*=col-][_ngcontent-c3] {
padding-right: 0px;
padding-left: 50px;
}
ul {
list-style: none;
}
/*# sourceMappingURL=our-services.component.css.map */
|
src/app/home/our-services/our-services.component.css
|
.card-flip {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.card-flip:hover .flip,
.card-flip.hover .flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.card-flip,
.front,
.back {
width: 100%;
height: 480px;
}
.flip {
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
}
.front,
.back {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
.front {
z-index: 2;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.back mdb-card-body {
height: 660px;
background-color: #353B48;
}
.btn {
width: 339px;
border: 0.5rem;
border-width: 0.5rem;
}
mdb-card-footer {
background-color: #353B48;
}
mdb-card-text .list-group {
color: #353B48;
}
.jumbotron {
background: -webkit-gradient(linear, left top, right top, from(#0f2027), color-stop(#203a43), to(#2c5364));
background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #ffffff;
}
header.masthead {
position: relative;
background-color: #f5f6fa;
background: url("../../../assets/images/family4.jpg") no-repeat center center;
background-size: cover;
padding-top: 8rem;
padding-bottom: 8rem;
}
header.masthead .overlay {
position: absolute;
background-color: #f5f6fa;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
header.masthead h1 {
font-size: 2rem;
}
@media (min-width: 768px) {
header.masthead {
padding-top: 12rem;
padding-bottom: 12rem;
}
header.masthead h1 {
font-size: 3rem;
}
}
.input-group-text {
height: 38px;
}
.input-group-text .fa {
color: #192a56;
}
.features-icons {
padding-bottom: 3rem;
}
.features-icons .fa {
color: #192a56;
}
.showcase .showcase-img {
min-height: 30rem;
background-size: cover;
}
.showcase .no-gutters > .col, .showcase .no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.showcase .text-white {
color: #fff !important;
}
.showcase h2 {
font-weight: 700;
color: #192a56;
}
.showcase[_ngcontent-c3] .no-gutters[_ngcontent-c3] > [class*=col-][_ngcontent-c3] {
padding-right: 0px;
padding-left: 50px;
}
ul {
list-style: none;
}
/*# sourceMappingURL=our-services.component.css.map */
| 0.413832 | 0.068537 |
1. import fonts
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i);
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
/*------------------------------------------------------------------
2. import files
-------------------------------------------------------------------*/
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(flaticon.css);
/*------------------------------------------------------------------
3. basic
-------------------------------------------------------------------*/
* {
margin: 0;
padding: 0;
outline: none !important;
box-sizing: border-box;
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-moz-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
-o-transition: ease all 0.5s;
}
input,button,select,textarea {
outline: none !important;
}
html,
body {
color: #898989;
font-size: 15px;
font-family: 'Poppins', sans-serif;
line-height: normal;
font-weight: 400;
overflow-x: hidden !important;
}
body {
overflow: hidden !important;
}
a {
color: #1f1f1f;
text-decoration: none !important;
outline: none !important;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: 0;
font-weight: normal;
position: relative;
padding: 0;
font-weight: normal;
line-height: normal;
color: #1f1f1f;
margin: 0
}
h6 {
font-size: 14px;
margin-bottom: 10px;
}
h1 {
font-size: 24px
}
.small_heading.main-heading h2 {
font-size: 21px;
}
.small_heading.main-heading::after {
top: 18px;
}
.small_heading.main-heading {
margin-bottom: 20px;
width: 100%;
}
h3 {
font-size: 18px
}
h4 {
font-size: 16px
}
h5 {
font-size: 14px
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #212121;
text-decoration: none!important;
opacity: 1
}
ol,
ul {
list-style: none;
margin: 0;
}
a {
color: #000;
text-decoration: none;
outline: none;
}
a,
.btn {
text-decoration: none !important;
outline: none !important;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-custom {
margin-top: 20px;
background-color: transparent;
border: 2px solid #ddd;
padding: 12px 40px;
font-size: 16px;
}
.button_section {
float: left;
width: 100%;
}
.right_bt {
float: right;
}
a.btn,
button.btn {
min-width: 170px;
height: 50px;
border-radius: 100px;
padding: 0;
text-align: center;
line-height: 52px;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
margin-top: 10px;
color: #fff;
border: solid transform 1px;
}
a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus {
background: #252525;
color: #fff;
}
button {
transition: ease all 0.5s;
cursor: pointer;
}
.bt_main {
color: #fff;
font-size: 14px;
min-width: 148px;
float: left;
text-align: center;
height: 48px;
line-height: 50px;
font-weight: 500;
border: none;
padding: 0 35px;
transition: ease all 0.5s;
}
.bt_main:hover,
.bt_main:focus {
color: #fff;
}
.reverse_bt.bt_main {
color: #fff;
}
.white_bt.bt_main {
background: #fff;
}
.white_bt.bt_main:hover,
.white_bt.bt_main:focus {
color: #fff;
}
.field button {
background: #30CFD0;
color: #fff;
font-size: 14px;
width: auto;
float: left;
text-align: center;
height: 48px;
border-radius: 5px;
line-height: 50px;
font-weight: 500;
border: none;
margin-top: 15px;
transition: ease all 0.5s;
cursor: pointer;
min-width: 148px;
}
.field button:hover, .field button:focus {
background: #ffffff;
color: #1e72bc;
}
.border_circle_bt {
border-radius: 50px;
}
.padding-bottom_0 {
padding-bottom: 0 !important;
}
.padding-top_0 {
padding-top: 0 !important;
}
.padding-bottom_1 {
padding-bottom: 10px !important;
}
.padding-bottom_2 {
padding-bottom: 20px !important;
}
.padding-bottom_3 {
padding-bottom: 30px !important;
}
.padding-bottom_4 {
padding-bottom: 40px !important;
}
.padding-bottom_5 {
padding-bottom: 50px !important;
}
.color_black p,
.color_black p.large,
.color_black ul,
.color_black ul li {
color: #000;
}
.black_color {
color: #000 !important;
}
.extra_light_font {
font-weight: 300 !important;
}
.light_font {
font-weight: 300 !important;
}
.normal_font {
font-weight: 400 !important;
}
.semi_bold_font {
font-weight: 600 !important;
}
.bold_font {
font-weight: 700 !important;
}
.extra_bold_font {
font-weight: 900 !important;
}
.lead {
font-size: 18px;
line-height: 30px;
color: #767676;
margin: 0;
padding: 0;
}
blockquote {
margin: 20px 0 20px;
padding: 30px;
}
.margin_0 {
margin: 0 !important;
}
.padding_0 {
padding: 0 !important;
}
h2 {
font-size: 54px;
font-weight: 500;
letter-spacing: -2px;
position: relative;
margin-bottom: 25px;
line-height: 50px;
position: relative;
}
h3 {
font-size: 24px;
color: #000;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
}
h4 {
font-size: 18px;
color: #000;
line-height: 21px;
font-weight: 600;
text-transform: uppercase;
margin: 30px 0 20px 0;
}
h5 {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
line-height: normal;
color: #000;
}
p {
color: #999;
font-size: 14px;
line-height: 21px;
font-weight: 300;
}
p.large {
color: #707070;
font-size: 16px;
font-weight: 400;
}
p.large_2 {
font-weight: 500;
font-size: 14px;
color: #000;
}
.img-responsive {
max-width: 100%;
}
button,
input,
select,
textarea,
option {
font-family: 'Poppins', sans-serif;
}
a#submit {
z-index: 1;
}
a:hover,
a:focus {
color: #000;
text-decoration: none;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
padding: 0 15px;
float: left;
min-height: 25px;
}
.border_radius_0 {
border-radius: 0 !important;
}
.span1 {
width: 10%;
}
.span2 {
width: 20%;
}
.span3 {
width: 30%;
}
.span4 {
width: 40%;
}
.span5 {
width: 50%;
}
.span6 {
width: 60%;
}
.span7 {
width: 70%;
}
.span8 {
width: 80%;
}
.span9 {
width: 90%;
}
.span10 {
width: 100%;
}
.container {
width: 1200px;
max-width: 1200px;
}
.layout_padding {
padding-top: 80px;
padding-bottom: 100px;
}
.layout_padding_2 {
padding-top: 100px;
padding-bottom: 80px;
}
.full {
width: 100%;
float: left;
margin: 0;
padding: 0;
}
.vertical-center {
display: flex;
align-items: center;
height: 100%;
width: 100%;
}
.right_side {
float: right;
}
.text_align_right {
text-align: right;
}
.left_side {
float: left;
}
.text_align_left {
text-align: left;
}
.text_align_center {
text-align: center;
}
.center {
width: 100%;
display: flex;
justify-content: center;
}
.border_dotted_circle {
border: dotted #e1e1e1 3px;
width: 170px;
height: 170px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 1;
}
.border_dotted_circle:hover,
.border_dotted_circle:focus {
border: dotted #e1e1e1 3px;
animation-name: rotate;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotate;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotate;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotate;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotate;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more,
.white_fonts h2 span {
color: #fff !important;
}
.light_gray_fonts p,
.light_gray_fonts h1,
.light_gray_fonts h2,
.light_gray_fonts h3,
.light_gray_fonts h4,
.light_gray_fonts h5,
.light_gray_fonts h6,
.light_gray_fonts ul,
.light_gray_fonts ul li,
.light_gray_fonts ul li a,
.light_gray_fonts ul i,
.light_gray_fonts .post_info i,
.light_gray_fonts div,
.light_gray_fonts a.read_more {
color: #898989 !important;
}
.parallax_bg {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.dark_gray {
background-color: #252525;
min-height: 400px;
}
.list_style_1 {
font-size: 14px;
font-weight: 500;
margin: 20px 0 15px;
}
.list_style_1 i {
float: left;
margin: 3px 16px 0 0;
}
.light_silver {
background: #f4f6fe;
}
.light_silver_2 {
background: #f8f8f8;
}
hr.dottad_border {
border-top: dotted 3px;
margin: 80px 0;
}
.padding_right_left_15 {
padding-left: 15px;
padding-right: 15px;
}
.padding_right_left_25 {
padding-left: 25px;
padding-right: 25px;
}
.padding_top_80 {
padding-top: 80px;
}
.padding_bottom_80 {
padding-bottom: 80px;
}
.padding_bottom_0 {
padding-bottom: 0;
}
.padding_inner {
padding-top: 75px;
padding-bottom: 75px;
}
.theme_color_bg h2::after {
background: #fff;
}
.layout_pur_minus {
margin-bottom: -190px;
position: relative;
z-index: 1;
}
.haf_full_section {
position: relative;
}
.haf_full_section.right_full::after {
content: "";
display: block;
width: 50%;
background-color: #333;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-repeat: no-repeat;
background-size: cover;
}
.haf_full_section.left_full::before {
content: "";
display: block;
width: 50%;
background-color: #333;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
}
.gray1 {
background: #464646;
}
.gray2 {
background-color: #555555;
}
.overlap_top_img_main {
margin: -70px 0 0 0;
}
.center_padding {
padding: 150px 0 120px;
}
.border_0 {
border-width: 0 !important;
}
.oswald_fonts h1,
.oswald_fonts h2,
.oswald_fonts h3,
.oswald_fonts h4,
.oswald_fonts h5,
.oswald_fonts h6 {
font-family: 'Oswald', sans-serif;
}
.small_radius {
border-radius: 5px;
}
section .small_head h2 {
font-size: 30px;
}
.margin_top_0 {
margin-top: 0 !important;
}
.montserrat_fonts li,
.montserrat_fonts a,
.montserrat_fonts ul {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.margin_top_30 {
margin-top: 30px;
}
.margin_bottom_30 {
margin-bottom: 30px;
}
.padding_top_0 {
padding-top: 0 !important;
}
/*------------------------------------------------------------------
4. loader
-------------------------------------------------------------------*/
/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
background-color: #fff;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
#status {
background: url('../img/loaders/loading.gif');
width: 220px;
height: 220px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
/*------------------------------------------------------------------
5. header
-------------------------------------------------------------------*/
.header_information {
float: left;
width: 100%;
border-bottom: solid #eee 1px;
padding-bottom: 10px;
}
.header_fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.header_top {
background: #f6f6f6;
min-height: 45px;
padding-bottom: 10px;
}
.heading_main h2 span {
color: #0aceb1;
}
.header_bg_transparent {
background: rgba(37, 37, 37, 0.2);
}
.left_head {
float: left;
}
.left_head ul {
margin: 12px 0 11px;
}
div.left_head ul li {
display: inline;
margin-right: 30px;
font-size: 14px;
color: #3f504d;
}
div.left_head ul li i {
font-size: 16px;
margin-right: 5px;
color: #1e72bc;
}
.right_head {
float: right;
}
.right_head .social_icon_part {
float: left;
}
.right_head .button_section {
float: right;
width: auto;
}
/**-- logo --**/
.header {
padding: 10px 0;
position: relative;
z-index: 1;
width: 100%;
background: #fff;
box-shadow: 0 15px 30px -25px #000;
}
.logo {
margin: 13px 0 13px;
float: left;
}
/**-- menu --**/
.menu {
width: 100%;
margin: -1px 0 0;
}
.main_menu {
margin: 21px 0 0;
}
.menu-container {
margin: 0 auto;
background: #e9e9e9;
}
.menu a.logo {
display: inline-block;
padding: 1.5em 3em;
width: 19%;
float: left;
}
.menu img {
max-width: 100%;
}
.menu-mobile {
display: none;
padding: 20px;
}
.menu-mobile::after {
content: "\f0c9";
font-family: "fontawesome";
position: relative;
left: -2px;
top: 2px;
}
.menu-dropdown-icon::before {
content: "\f078";
font-family: "fontawesome";
display: none;
cursor: pointer;
float: right;
padding: 16px 15px 16px;
background: transparent;
color: #333;
border-left: solid #ddd 2px;
font-size: 11px;
}
.menu > ul {
margin: 0;
width: 100%;
list-style: none;
}
.menu > ul:before,
.menu > ul:after {
content: "";
display: table;
}
.menu > ul:after {
clear: both;
}
.menu > ul > li {
float: left;
padding: 0;
margin: 0;
}
.menu > ul > li a {
padding: 15px 15px;
display: block;
color: #333;
font-size: 15px;
}
.menu > ul > li:hover > a,
.menu > ul > li:focus > a,
.menu > ul > li.active > a {
color: #1e72bc;
}
.menu > ul > li > ul {
display: none;
width: 100%;
background-color: #fff;
position: absolute;
z-index: 99;
left: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
box-shadow: 0 15px 40px -20px #000;
padding: 0;
background-image: url('../img/landing_page/bg2.png');
background-size: cover;
background-position: right bottom;
min-height: 420px;
border-top: solid #1e72bc 5px;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
content: "";
display: table;
}
.menu > ul > li > ul:after {
clear: both;
}
.menu > ul > li > ul > li {
margin: 0;
list-style: none;
width: 25%;
background: none;
float: left;
padding: 15px 20px 0 20px;
min-height: auto;
}
.menu > ul > li > ul > li:nth-child(4) {
border-right: none;
}
.menu > ul > li > ul > li a {
color: #222;
padding: 0;
width: 100%;
display: block;
}
.menu > ul > li > ul > li a:hover {
color: #1e72bc;
}
.menu > ul > li > ul > li >ul {
display: block;
padding: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
content: "";
display: table;
}
.menu > ul > li > ul > li > ul:after {
clear: both;
}
.menu > ul > li > ul > li > ul > li {
float: left;
width: 100%;
padding: 10px;
}
.menu > ul > li > ul > li > ul >li a {
border: 0;
font-size: 13px;
font-weight: 400;
}
.menu > ul > li > ul.normal-sub {
width: 300px;
left: auto;
padding: 15px 10px;
min-height: auto;
background-image: none;
}
.menu > ul > li > ul.normal-sub > li {
width: 100%;
padding: 10px 15px;
min-height: auto;
}
.menu > ul > li > ul.normal-sub >li a {
border: 0;
font-size: 13px;
font-weight: 400;
}
.right_bt {
float: right;
margin-top: 23px;
}
/** social icon **/
.social_icons {
float: right;
margin: 9px 0 0px;
}
section .social_icons {
width: 100%;
}
.social_icons li {
display: inline;
font-size: 15px;
margin-left: 15px;
}
.social_icons li {
display: inline;
font-size: 14px;
margin-left: 15px;
}
.social_icons li a {
color: #222;
font-size: 18px;
}
.social_icons li a:hover,
.social_icons li a:focus {
color: #0aceb1;
}
.logo img {
width: 235px;
margin: 0;
}
/*------------------------------------------------------------------
6. main banner
-------------------------------------------------------------------*/
.slide_cont {
float: left;
width: 100%;
margin-top: 85px;
}
.slide_cont h2 {
color: #fff;
font-size: 55px;
font-weight: 600;
line-height: 60px;
margin: 0;
letter-spacing: -1px;
margin-bottom: 30px;
}
#banner_parallax p,
#banner_slide p {
color: #fff;
font-weight: 300;
margin-top: 10px;
position: relative;
left: 0;
margin-bottom: 20px;
font-size: 16px;
line-height: 24px;
}
.slide_banner1 {
background-image: url('../img/slide1.png');
min-height: 450px;
position: relative;
background-repeat: no-repeat;
background-size: auto;
background-position: bottom center;
}
.slide_pc_img {
position: relative;
z-index: 1;
margin-bottom: -130px;
}
.slide_pc_img img {
margin-top: 110px;
float: left;
margin-right: 0;
position: relative;
right: 150px;
margin-bottom: 0;
}
#banner_slide .cont_banner_center {
position: absolute;
top: 0;
width: 50%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#banner_slide {
position: relative;
}
#banner_slide img {
width: 100%;
}
.home_page1 .slide_cont {
margin-top: 135px;
}
.home_page1 #banner_slide {
margin-bottom: -145px;
}
.slide_cont .bt_main {
margin-top: 10px;
}
/**-- slide style 2 **/
/*------------------------------------------------------------------
7. section
-------------------------------------------------------------------*/
/**-- main heading --**/
.heading_main {
width: 100%;
margin: 0 0 65px;
letter-spacing: 0;
}
.full_heading {
width: 100%;
margin: 0;
}
.heading_style_1 h2::after {
width: 110px;
height: 5px;
background: #ddd;
content: "";
display: block;
margin: 15px 0 30px;
}
.white_heading_border h2::after {
background: #fff !important;
}
.center_head_border h2:after,
.center_head_border:after {
margin-left: auto !important;
margin-right: auto !important;
}
.color_heading h4 {
color: #1e72bc;
}
.double_line_heading h2 {
line-height: 45px;
}
h3.heading_2 {
font-size: 42px;
text-transform: none;
font-weight: 500;
color: #32414d;
letter-spacing: -0.5px;
line-height: 42px;
margin-bottom: 20px;
}
.feature_information p {
font-size: 16px;
line-height: 21px;
}
/**-- contant section --**/
.theme_bg {
background-image: url('../img/bg_layout.png');
background-size: cover;
min-height: 650px;
background-position: center;
}
.layout_screen {
left: -150px;
position: relative;
}
.cross_layout {
position: relative;
}
.feature_box {
min-height: 315px;
padding: 45px 0 30px;
margin-bottom: 30px;
box-shadow: 0 20px 35px -20px rgba(0, 0, 0, 0.2);
}
.app-features li {
padding-left: 100px;
position: relative;
margin: 25px 0 0;
float: left;
border-bottom: dotted 1px #ddd;
padding-bottom: 25px;
}
.app-features li > i {
position: absolute;
left: 0;
width: 90px;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100px;
background: #fff;
font-size: 35px;
font-weight: 500;
transition: ease all 0.5s;
top: 0;
border: solid #0aceb1 2px;
color: #0aceb1;
}
.app-features ul li:last-child {
border-bottom: none;
}
.app-features li:hover > i,
.app-features li:focus > i {
background: #1e72bc;
border-color: #1e72bc;
color: #fff;
}
.app-features h4 {
text-transform: none;
font-weight: 500;
color: #666;
margin-top: 10px;
margin-bottom: 10px;
}
.gradiant_bg {
background: url('../img/bg_gradinat.png');
min-height: 420px;
background-position: center center;
background-size: cover;
}
.cross_layout {
position: relative;
overflow: hidden;
}
section.cross_layout {
padding-top: 155px;
padding-bottom: 140px;
}
.cross_layout::before {
content: "";
width: 100%;
height: 120px;
background: url('../img/top_layer.png');
display: block;
position: absolute;
top: 0;
background-size: 100% 100%;
}
.cross_layout::after {
content: "";
width: 100%;
height: 120px;
background: url('../img/bottom_layer.png');
display: block;
position: absolute;
bottom: 0;
background-size: 100% 100%;
}
.cont_theme_blog h3 {
text-transform: uppercase;
background: linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -webkit-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -moz-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -ms-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -o-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: none;
font-size: 55px;
line-height: 60px;
font-weight: 400;
margin-top: 50px;
margin-bottom: 20px;
}
.cont_theme_blog p {
font-size: 17px;
line-height: normal;
margin-top: 25px;
}
/*------------------------------------------------------------------
8. price table
-------------------------------------------------------------------*/
.table_price {
float: left;
width: 100%;
background: #fff;
padding: 0 0 40px 0;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
border: solid #fff 15px;
}
.table_price_head {
background: #30CFD0;
min-height: 80px;
}
.active_price .table_price_head {
background: #1e72bc;
}
.table_price_head h5 {
font-weight: 600;
font-size: 21px;
line-height: 80px;
color: #fff;
}
.table_price_per {
min-height: 122px;
padding: 47px 0 0;
}
.table_price_per p {
font-size: 45px;
color: #1e72bc;
font-weight: 600;
}
.table_price_per p small {
font-size: 16px;
}
.table_price_cont_bottm {
padding: 0 45px;
}
.table_price_cont_bottm ul {
border-top: solid #ebebeb 2px;
float: left;
width: 100%;
padding: 25px 0;
}
.table_price_cont_bottm ul li {
float: left;
width: 100%;
font-size: 16px;
color: #333;
line-height: normal;
margin: 6px 0;
}
.table_price_bottm {
float: left;
width: 100%;
justify-content: center;
display: flex;
}
/*------------------------------------------------------------------
9. team section
-------------------------------------------------------------------*/
.team_imform p {
margin: 0;
text-align: center;
color: #000;
font-weight: 400;
}
.team_imform p.team_mem_name {
color: #1e72bc;
font-weight: 500;
font-size: 18px;
margin-bottom: 5px;
}
.team_imform {
margin: 30px 0;
}
/*------------------------------------------------------------------
10. blog section
-------------------------------------------------------------------*/
.blog_section {
background: #fff;
box-shadow: 0 20px 35px -25px rgba(0, 0, 0, 0.4);
margin-top: 10px;
}
.white_bg .blog_section {
padding: 15px 0;
}
.blog_feature_cantant {
padding: 30px 25px 20px;
}
.blog_feature_cantant .blog_head {
font-size: 18px;
color: #000;
font-weight: 400;
}
.post_info {
color: #000;
font-size: 14px;
margin-bottom: 10px;
width: 100%;
}
.post_info ul li {
display: inline;
margin-right: 10px;
color: #555;
font-size: 14px;
}
.blog_feature_cantant p {
color: #555555;
}
.post_info ul li i {
color: #1e72bc;
}
/*------------------------------------------------------------------
11. contact section
-------------------------------------------------------------------*/
.contact_section {
background-position: right bottom;
background-repeat: no-repeat;
background-color: #1e72bc;
}
.contact_form {
min-height: 725px;
padding: 80px 70px;
background-size: cover;
}
.contact_form.contact_inform {
min-height: auto;
float: left;
width: 100%;
}
.contact_form_inner {
max-width: 430px;
}
.contact_form p {
color: #fff;
}
.contact_form.contact_inform p.inform_label {
color: #898989;
text-transform: uppercase;
font-weight: normal;
margin: 0;
}
.contact_form.contact_inform p.inform_cont {
font-size: 18px;
color: #000;
}
.contact_form_layout .contact_form {
padding: 0;
margin-top: 10px;
}
.contact_form_layout .field input {
border: solid #e1e1e1 1px;
height: 45px;
}
.contact_form_layout .field textarea {
border: solid #e1e1e1 1px;
height: 160px;
padding: 15px 30px;
}
.contact_form_layout .contact_form {
min-height: auto;
}
.golde_yellow_theme .dark_footer .footer_bottom div.center ul li {
margin: 0 10px;
}
/**-- map --**/
#map {
height: 100%;
min-height: 790px;
}
/**-- form --**/
.field input {
width: 100%;
margin-top: 10px;
border: none;
min-height: 45px;
padding: 0 25px;
line-height: 45px;
font-size: 14px;
}
.field textarea {
width: 100%;
margin-top: 10px;
border: none;
font-size: 14px;
min-height: 100px;
padding: 30px 25px;
line-height: 45px;
}
/*------------------------------------------------------------------
12. footer
-------------------------------------------------------------------*/
footer {
padding: 95px 0 0;
}
.footer_logo {
text-align: center;
margin-bottom: 50px;
}
.footer_top {
padding-bottom: 50px;
}
.footer_blog {
display: flex;
}
.footer_icon {
margin-right: 15px;
}
.footer_cont h4 {
font-size: 18px;
color: #000;
font-weight: 400;
text-transform: none;
margin: 0 0 7px 0;
}
.footer_blog_2 h3 {
font-weight: 500;
font-size: 24px;
text-transform: none;
margin: 0 0 25px 0;
line-height: 30px;
}
.footer_cont p {
color: #555555;
line-height: 20px;
font-size: 14px;
}
.footer_bottom {
min-height: 50px;
text-align: center;
line-height: 50px;
background: #1e72bc;
}
.footer_bottom p {
margin: 0;
line-height: 50px;
color: #fff;
text-align: center !important;
padding: 0;
}
.footer_bottom p strong {
color: #fff;
font-weight: 500;
}
.footer-links {
list-style: none;
padding: 0;
}
.footer-links li {
margin-bottom: 20px;
display: block;
width: 100%;
border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
padding-bottom: 20px;
}
.footer-links li:last-child {
border-bottom: none;
}
.footer-links a {
color: #999;
}
.footer-links a:hover, .footer a:hover {
color: #1e72bc !important;
}
.footer-links a i {
font-size: 20px;
position: relative;
top: 1px;
margin-right: 15px;
}
.blog_post_footer {
display: flex;
margin-bottom: 15px;
}
.blog_post_footer .blog_post_img {
margin-right: 20px;
}
.blog_post_cont {
padding: 8px 0;
}
.date {
font-size: 12px;
color: #999;
margin: 0;
font-weight: 500;
}
.post_head {
color: #333;
font-size: 14px;
line-height: 16px;
font-weight: 400;
margin-top: 5px;
margin-bottom: 0;
}
/**== dark footer ==**/
.dark_footer {
background: #1f222a;
}
.dark_footer h3 {
color: #fff !important;
}
.dark_footer .post_head {
color: #fff !important;
}
.dark_footer .footer_bottom strong {
color: #fff !important;
}
.dark_footer .footer_bottom {
border-color: rgba(255, 255, 255, 0.10);
}
/*------------------------------------------------------------------
13. brand logo
-------------------------------------------------------------------*/
.brand_logo_section {
padding-top: 50px;
padding-bottom: 50px;
}
.brand_logo_section li {
width: 16.66%;
float: left;
text-align: center;
align-items: center;
display: flex;
min-height: 100px;
justify-content: center;
}
.brand_logo_section img {
width: auto;
}
/*------------------------------------------------------------------
14. portfolio
-------------------------------------------------------------------*/
.portfolia_blog_style1 {
position: relative;
}
.portfolia_img img {
width: 100%;
}
.portfolia_blog_style1 .portfolia_cont {
position: absolute;
top: 0;
width: 100%;
text-align: center;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, .7);
transform: scale(0);
transition: ease all 0.3s;
opacity: 0;
overflow: hidden;
}
.portfolia_blog_style1:hover .portfolia_cont,
.portfolia_blog_style1:focus .portfolia_cont {
transform: scale(1);
opacity: 1;
}
.portfolia_cont p {
color: #fff;
font-size: 16px;
padding: 0 45px;
line-height: normal;
}
/** pagination **/
.pagination_section {
display: flex;
justify-content: center;
margin-top: 5px;
}
ul.pagination .page-item a {
height: 40px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
line-height: 40px;
padding: 0;
min-width: 40px;
text-align: center;
color: #898989;
}
ul.pagination li.page-item:first-child .page-link,
ul.pagination li.page-item:last-child .page-link {
border-radius: 0;
padding: 0 20px;
background: #f8f8f8;
}
ul.pagination li.page-item.active .page-link {
background: #ffb125;
color: #fff;
border-color: #ffb125;
}
/** imformation blog **/
.imf_icon img {
width: 125px;
}
.imf_icon {
width: 150px;
height: 150px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
border: solid #eee 5px;
margin: -120px auto 20px;
padding: 25px;
background: #fff;
}
.information_blogs {
background: #fff;
padding: 40px 40px;
text-align: center;
margin-top: 65px;
margin-bottom: 40px;
}
.information_blogs h3 {
font-size: 24px;
font-weight: 300;
text-transform: none;
margin-bottom: 15px;
}
.inner_page_banner + .layout_padding {
padding-top: 0 !important;
}
/**-- step section --**/
.step_inner {
width: 100%;
position: relative;
}
.step_inner p {
font-size: 21px;
margin: 20px 0 0 0;
font-weight: 400;
position: relative;
color: #fff;
letter-spacing: -0.5px;
text-align: center;
}
.step_inner i {
font-size: 65px;
margin-bottom: 0;
color: #fff;
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: normal;
text-align: center;
}
.step_blog {
margin-bottom: 35px;
}
.scren {
float: left;
width: 25%;
}
|
public/css/style.css
|
1. import fonts
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i);
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
/*------------------------------------------------------------------
2. import files
-------------------------------------------------------------------*/
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(flaticon.css);
/*------------------------------------------------------------------
3. basic
-------------------------------------------------------------------*/
* {
margin: 0;
padding: 0;
outline: none !important;
box-sizing: border-box;
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-moz-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
-o-transition: ease all 0.5s;
}
input,button,select,textarea {
outline: none !important;
}
html,
body {
color: #898989;
font-size: 15px;
font-family: 'Poppins', sans-serif;
line-height: normal;
font-weight: 400;
overflow-x: hidden !important;
}
body {
overflow: hidden !important;
}
a {
color: #1f1f1f;
text-decoration: none !important;
outline: none !important;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: 0;
font-weight: normal;
position: relative;
padding: 0;
font-weight: normal;
line-height: normal;
color: #1f1f1f;
margin: 0
}
h6 {
font-size: 14px;
margin-bottom: 10px;
}
h1 {
font-size: 24px
}
.small_heading.main-heading h2 {
font-size: 21px;
}
.small_heading.main-heading::after {
top: 18px;
}
.small_heading.main-heading {
margin-bottom: 20px;
width: 100%;
}
h3 {
font-size: 18px
}
h4 {
font-size: 16px
}
h5 {
font-size: 14px
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #212121;
text-decoration: none!important;
opacity: 1
}
ol,
ul {
list-style: none;
margin: 0;
}
a {
color: #000;
text-decoration: none;
outline: none;
}
a,
.btn {
text-decoration: none !important;
outline: none !important;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-custom {
margin-top: 20px;
background-color: transparent;
border: 2px solid #ddd;
padding: 12px 40px;
font-size: 16px;
}
.button_section {
float: left;
width: 100%;
}
.right_bt {
float: right;
}
a.btn,
button.btn {
min-width: 170px;
height: 50px;
border-radius: 100px;
padding: 0;
text-align: center;
line-height: 52px;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
margin-top: 10px;
color: #fff;
border: solid transform 1px;
}
a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus {
background: #252525;
color: #fff;
}
button {
transition: ease all 0.5s;
cursor: pointer;
}
.bt_main {
color: #fff;
font-size: 14px;
min-width: 148px;
float: left;
text-align: center;
height: 48px;
line-height: 50px;
font-weight: 500;
border: none;
padding: 0 35px;
transition: ease all 0.5s;
}
.bt_main:hover,
.bt_main:focus {
color: #fff;
}
.reverse_bt.bt_main {
color: #fff;
}
.white_bt.bt_main {
background: #fff;
}
.white_bt.bt_main:hover,
.white_bt.bt_main:focus {
color: #fff;
}
.field button {
background: #30CFD0;
color: #fff;
font-size: 14px;
width: auto;
float: left;
text-align: center;
height: 48px;
border-radius: 5px;
line-height: 50px;
font-weight: 500;
border: none;
margin-top: 15px;
transition: ease all 0.5s;
cursor: pointer;
min-width: 148px;
}
.field button:hover, .field button:focus {
background: #ffffff;
color: #1e72bc;
}
.border_circle_bt {
border-radius: 50px;
}
.padding-bottom_0 {
padding-bottom: 0 !important;
}
.padding-top_0 {
padding-top: 0 !important;
}
.padding-bottom_1 {
padding-bottom: 10px !important;
}
.padding-bottom_2 {
padding-bottom: 20px !important;
}
.padding-bottom_3 {
padding-bottom: 30px !important;
}
.padding-bottom_4 {
padding-bottom: 40px !important;
}
.padding-bottom_5 {
padding-bottom: 50px !important;
}
.color_black p,
.color_black p.large,
.color_black ul,
.color_black ul li {
color: #000;
}
.black_color {
color: #000 !important;
}
.extra_light_font {
font-weight: 300 !important;
}
.light_font {
font-weight: 300 !important;
}
.normal_font {
font-weight: 400 !important;
}
.semi_bold_font {
font-weight: 600 !important;
}
.bold_font {
font-weight: 700 !important;
}
.extra_bold_font {
font-weight: 900 !important;
}
.lead {
font-size: 18px;
line-height: 30px;
color: #767676;
margin: 0;
padding: 0;
}
blockquote {
margin: 20px 0 20px;
padding: 30px;
}
.margin_0 {
margin: 0 !important;
}
.padding_0 {
padding: 0 !important;
}
h2 {
font-size: 54px;
font-weight: 500;
letter-spacing: -2px;
position: relative;
margin-bottom: 25px;
line-height: 50px;
position: relative;
}
h3 {
font-size: 24px;
color: #000;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
}
h4 {
font-size: 18px;
color: #000;
line-height: 21px;
font-weight: 600;
text-transform: uppercase;
margin: 30px 0 20px 0;
}
h5 {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
line-height: normal;
color: #000;
}
p {
color: #999;
font-size: 14px;
line-height: 21px;
font-weight: 300;
}
p.large {
color: #707070;
font-size: 16px;
font-weight: 400;
}
p.large_2 {
font-weight: 500;
font-size: 14px;
color: #000;
}
.img-responsive {
max-width: 100%;
}
button,
input,
select,
textarea,
option {
font-family: 'Poppins', sans-serif;
}
a#submit {
z-index: 1;
}
a:hover,
a:focus {
color: #000;
text-decoration: none;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
padding: 0 15px;
float: left;
min-height: 25px;
}
.border_radius_0 {
border-radius: 0 !important;
}
.span1 {
width: 10%;
}
.span2 {
width: 20%;
}
.span3 {
width: 30%;
}
.span4 {
width: 40%;
}
.span5 {
width: 50%;
}
.span6 {
width: 60%;
}
.span7 {
width: 70%;
}
.span8 {
width: 80%;
}
.span9 {
width: 90%;
}
.span10 {
width: 100%;
}
.container {
width: 1200px;
max-width: 1200px;
}
.layout_padding {
padding-top: 80px;
padding-bottom: 100px;
}
.layout_padding_2 {
padding-top: 100px;
padding-bottom: 80px;
}
.full {
width: 100%;
float: left;
margin: 0;
padding: 0;
}
.vertical-center {
display: flex;
align-items: center;
height: 100%;
width: 100%;
}
.right_side {
float: right;
}
.text_align_right {
text-align: right;
}
.left_side {
float: left;
}
.text_align_left {
text-align: left;
}
.text_align_center {
text-align: center;
}
.center {
width: 100%;
display: flex;
justify-content: center;
}
.border_dotted_circle {
border: dotted #e1e1e1 3px;
width: 170px;
height: 170px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 1;
}
.border_dotted_circle:hover,
.border_dotted_circle:focus {
border: dotted #e1e1e1 3px;
animation-name: rotate;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotate;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotate;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotate;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotate;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more,
.white_fonts h2 span {
color: #fff !important;
}
.light_gray_fonts p,
.light_gray_fonts h1,
.light_gray_fonts h2,
.light_gray_fonts h3,
.light_gray_fonts h4,
.light_gray_fonts h5,
.light_gray_fonts h6,
.light_gray_fonts ul,
.light_gray_fonts ul li,
.light_gray_fonts ul li a,
.light_gray_fonts ul i,
.light_gray_fonts .post_info i,
.light_gray_fonts div,
.light_gray_fonts a.read_more {
color: #898989 !important;
}
.parallax_bg {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.dark_gray {
background-color: #252525;
min-height: 400px;
}
.list_style_1 {
font-size: 14px;
font-weight: 500;
margin: 20px 0 15px;
}
.list_style_1 i {
float: left;
margin: 3px 16px 0 0;
}
.light_silver {
background: #f4f6fe;
}
.light_silver_2 {
background: #f8f8f8;
}
hr.dottad_border {
border-top: dotted 3px;
margin: 80px 0;
}
.padding_right_left_15 {
padding-left: 15px;
padding-right: 15px;
}
.padding_right_left_25 {
padding-left: 25px;
padding-right: 25px;
}
.padding_top_80 {
padding-top: 80px;
}
.padding_bottom_80 {
padding-bottom: 80px;
}
.padding_bottom_0 {
padding-bottom: 0;
}
.padding_inner {
padding-top: 75px;
padding-bottom: 75px;
}
.theme_color_bg h2::after {
background: #fff;
}
.layout_pur_minus {
margin-bottom: -190px;
position: relative;
z-index: 1;
}
.haf_full_section {
position: relative;
}
.haf_full_section.right_full::after {
content: "";
display: block;
width: 50%;
background-color: #333;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-repeat: no-repeat;
background-size: cover;
}
.haf_full_section.left_full::before {
content: "";
display: block;
width: 50%;
background-color: #333;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
}
.gray1 {
background: #464646;
}
.gray2 {
background-color: #555555;
}
.overlap_top_img_main {
margin: -70px 0 0 0;
}
.center_padding {
padding: 150px 0 120px;
}
.border_0 {
border-width: 0 !important;
}
.oswald_fonts h1,
.oswald_fonts h2,
.oswald_fonts h3,
.oswald_fonts h4,
.oswald_fonts h5,
.oswald_fonts h6 {
font-family: 'Oswald', sans-serif;
}
.small_radius {
border-radius: 5px;
}
section .small_head h2 {
font-size: 30px;
}
.margin_top_0 {
margin-top: 0 !important;
}
.montserrat_fonts li,
.montserrat_fonts a,
.montserrat_fonts ul {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.margin_top_30 {
margin-top: 30px;
}
.margin_bottom_30 {
margin-bottom: 30px;
}
.padding_top_0 {
padding-top: 0 !important;
}
/*------------------------------------------------------------------
4. loader
-------------------------------------------------------------------*/
/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
background-color: #fff;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
#status {
background: url('../img/loaders/loading.gif');
width: 220px;
height: 220px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
/*------------------------------------------------------------------
5. header
-------------------------------------------------------------------*/
.header_information {
float: left;
width: 100%;
border-bottom: solid #eee 1px;
padding-bottom: 10px;
}
.header_fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.header_top {
background: #f6f6f6;
min-height: 45px;
padding-bottom: 10px;
}
.heading_main h2 span {
color: #0aceb1;
}
.header_bg_transparent {
background: rgba(37, 37, 37, 0.2);
}
.left_head {
float: left;
}
.left_head ul {
margin: 12px 0 11px;
}
div.left_head ul li {
display: inline;
margin-right: 30px;
font-size: 14px;
color: #3f504d;
}
div.left_head ul li i {
font-size: 16px;
margin-right: 5px;
color: #1e72bc;
}
.right_head {
float: right;
}
.right_head .social_icon_part {
float: left;
}
.right_head .button_section {
float: right;
width: auto;
}
/**-- logo --**/
.header {
padding: 10px 0;
position: relative;
z-index: 1;
width: 100%;
background: #fff;
box-shadow: 0 15px 30px -25px #000;
}
.logo {
margin: 13px 0 13px;
float: left;
}
/**-- menu --**/
.menu {
width: 100%;
margin: -1px 0 0;
}
.main_menu {
margin: 21px 0 0;
}
.menu-container {
margin: 0 auto;
background: #e9e9e9;
}
.menu a.logo {
display: inline-block;
padding: 1.5em 3em;
width: 19%;
float: left;
}
.menu img {
max-width: 100%;
}
.menu-mobile {
display: none;
padding: 20px;
}
.menu-mobile::after {
content: "\f0c9";
font-family: "fontawesome";
position: relative;
left: -2px;
top: 2px;
}
.menu-dropdown-icon::before {
content: "\f078";
font-family: "fontawesome";
display: none;
cursor: pointer;
float: right;
padding: 16px 15px 16px;
background: transparent;
color: #333;
border-left: solid #ddd 2px;
font-size: 11px;
}
.menu > ul {
margin: 0;
width: 100%;
list-style: none;
}
.menu > ul:before,
.menu > ul:after {
content: "";
display: table;
}
.menu > ul:after {
clear: both;
}
.menu > ul > li {
float: left;
padding: 0;
margin: 0;
}
.menu > ul > li a {
padding: 15px 15px;
display: block;
color: #333;
font-size: 15px;
}
.menu > ul > li:hover > a,
.menu > ul > li:focus > a,
.menu > ul > li.active > a {
color: #1e72bc;
}
.menu > ul > li > ul {
display: none;
width: 100%;
background-color: #fff;
position: absolute;
z-index: 99;
left: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
box-shadow: 0 15px 40px -20px #000;
padding: 0;
background-image: url('../img/landing_page/bg2.png');
background-size: cover;
background-position: right bottom;
min-height: 420px;
border-top: solid #1e72bc 5px;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
content: "";
display: table;
}
.menu > ul > li > ul:after {
clear: both;
}
.menu > ul > li > ul > li {
margin: 0;
list-style: none;
width: 25%;
background: none;
float: left;
padding: 15px 20px 0 20px;
min-height: auto;
}
.menu > ul > li > ul > li:nth-child(4) {
border-right: none;
}
.menu > ul > li > ul > li a {
color: #222;
padding: 0;
width: 100%;
display: block;
}
.menu > ul > li > ul > li a:hover {
color: #1e72bc;
}
.menu > ul > li > ul > li >ul {
display: block;
padding: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
content: "";
display: table;
}
.menu > ul > li > ul > li > ul:after {
clear: both;
}
.menu > ul > li > ul > li > ul > li {
float: left;
width: 100%;
padding: 10px;
}
.menu > ul > li > ul > li > ul >li a {
border: 0;
font-size: 13px;
font-weight: 400;
}
.menu > ul > li > ul.normal-sub {
width: 300px;
left: auto;
padding: 15px 10px;
min-height: auto;
background-image: none;
}
.menu > ul > li > ul.normal-sub > li {
width: 100%;
padding: 10px 15px;
min-height: auto;
}
.menu > ul > li > ul.normal-sub >li a {
border: 0;
font-size: 13px;
font-weight: 400;
}
.right_bt {
float: right;
margin-top: 23px;
}
/** social icon **/
.social_icons {
float: right;
margin: 9px 0 0px;
}
section .social_icons {
width: 100%;
}
.social_icons li {
display: inline;
font-size: 15px;
margin-left: 15px;
}
.social_icons li {
display: inline;
font-size: 14px;
margin-left: 15px;
}
.social_icons li a {
color: #222;
font-size: 18px;
}
.social_icons li a:hover,
.social_icons li a:focus {
color: #0aceb1;
}
.logo img {
width: 235px;
margin: 0;
}
/*------------------------------------------------------------------
6. main banner
-------------------------------------------------------------------*/
.slide_cont {
float: left;
width: 100%;
margin-top: 85px;
}
.slide_cont h2 {
color: #fff;
font-size: 55px;
font-weight: 600;
line-height: 60px;
margin: 0;
letter-spacing: -1px;
margin-bottom: 30px;
}
#banner_parallax p,
#banner_slide p {
color: #fff;
font-weight: 300;
margin-top: 10px;
position: relative;
left: 0;
margin-bottom: 20px;
font-size: 16px;
line-height: 24px;
}
.slide_banner1 {
background-image: url('../img/slide1.png');
min-height: 450px;
position: relative;
background-repeat: no-repeat;
background-size: auto;
background-position: bottom center;
}
.slide_pc_img {
position: relative;
z-index: 1;
margin-bottom: -130px;
}
.slide_pc_img img {
margin-top: 110px;
float: left;
margin-right: 0;
position: relative;
right: 150px;
margin-bottom: 0;
}
#banner_slide .cont_banner_center {
position: absolute;
top: 0;
width: 50%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#banner_slide {
position: relative;
}
#banner_slide img {
width: 100%;
}
.home_page1 .slide_cont {
margin-top: 135px;
}
.home_page1 #banner_slide {
margin-bottom: -145px;
}
.slide_cont .bt_main {
margin-top: 10px;
}
/**-- slide style 2 **/
/*------------------------------------------------------------------
7. section
-------------------------------------------------------------------*/
/**-- main heading --**/
.heading_main {
width: 100%;
margin: 0 0 65px;
letter-spacing: 0;
}
.full_heading {
width: 100%;
margin: 0;
}
.heading_style_1 h2::after {
width: 110px;
height: 5px;
background: #ddd;
content: "";
display: block;
margin: 15px 0 30px;
}
.white_heading_border h2::after {
background: #fff !important;
}
.center_head_border h2:after,
.center_head_border:after {
margin-left: auto !important;
margin-right: auto !important;
}
.color_heading h4 {
color: #1e72bc;
}
.double_line_heading h2 {
line-height: 45px;
}
h3.heading_2 {
font-size: 42px;
text-transform: none;
font-weight: 500;
color: #32414d;
letter-spacing: -0.5px;
line-height: 42px;
margin-bottom: 20px;
}
.feature_information p {
font-size: 16px;
line-height: 21px;
}
/**-- contant section --**/
.theme_bg {
background-image: url('../img/bg_layout.png');
background-size: cover;
min-height: 650px;
background-position: center;
}
.layout_screen {
left: -150px;
position: relative;
}
.cross_layout {
position: relative;
}
.feature_box {
min-height: 315px;
padding: 45px 0 30px;
margin-bottom: 30px;
box-shadow: 0 20px 35px -20px rgba(0, 0, 0, 0.2);
}
.app-features li {
padding-left: 100px;
position: relative;
margin: 25px 0 0;
float: left;
border-bottom: dotted 1px #ddd;
padding-bottom: 25px;
}
.app-features li > i {
position: absolute;
left: 0;
width: 90px;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100px;
background: #fff;
font-size: 35px;
font-weight: 500;
transition: ease all 0.5s;
top: 0;
border: solid #0aceb1 2px;
color: #0aceb1;
}
.app-features ul li:last-child {
border-bottom: none;
}
.app-features li:hover > i,
.app-features li:focus > i {
background: #1e72bc;
border-color: #1e72bc;
color: #fff;
}
.app-features h4 {
text-transform: none;
font-weight: 500;
color: #666;
margin-top: 10px;
margin-bottom: 10px;
}
.gradiant_bg {
background: url('../img/bg_gradinat.png');
min-height: 420px;
background-position: center center;
background-size: cover;
}
.cross_layout {
position: relative;
overflow: hidden;
}
section.cross_layout {
padding-top: 155px;
padding-bottom: 140px;
}
.cross_layout::before {
content: "";
width: 100%;
height: 120px;
background: url('../img/top_layer.png');
display: block;
position: absolute;
top: 0;
background-size: 100% 100%;
}
.cross_layout::after {
content: "";
width: 100%;
height: 120px;
background: url('../img/bottom_layer.png');
display: block;
position: absolute;
bottom: 0;
background-size: 100% 100%;
}
.cont_theme_blog h3 {
text-transform: uppercase;
background: linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -webkit-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -moz-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -ms-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
background: -o-linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: none;
font-size: 55px;
line-height: 60px;
font-weight: 400;
margin-top: 50px;
margin-bottom: 20px;
}
.cont_theme_blog p {
font-size: 17px;
line-height: normal;
margin-top: 25px;
}
/*------------------------------------------------------------------
8. price table
-------------------------------------------------------------------*/
.table_price {
float: left;
width: 100%;
background: #fff;
padding: 0 0 40px 0;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
border: solid #fff 15px;
}
.table_price_head {
background: #30CFD0;
min-height: 80px;
}
.active_price .table_price_head {
background: #1e72bc;
}
.table_price_head h5 {
font-weight: 600;
font-size: 21px;
line-height: 80px;
color: #fff;
}
.table_price_per {
min-height: 122px;
padding: 47px 0 0;
}
.table_price_per p {
font-size: 45px;
color: #1e72bc;
font-weight: 600;
}
.table_price_per p small {
font-size: 16px;
}
.table_price_cont_bottm {
padding: 0 45px;
}
.table_price_cont_bottm ul {
border-top: solid #ebebeb 2px;
float: left;
width: 100%;
padding: 25px 0;
}
.table_price_cont_bottm ul li {
float: left;
width: 100%;
font-size: 16px;
color: #333;
line-height: normal;
margin: 6px 0;
}
.table_price_bottm {
float: left;
width: 100%;
justify-content: center;
display: flex;
}
/*------------------------------------------------------------------
9. team section
-------------------------------------------------------------------*/
.team_imform p {
margin: 0;
text-align: center;
color: #000;
font-weight: 400;
}
.team_imform p.team_mem_name {
color: #1e72bc;
font-weight: 500;
font-size: 18px;
margin-bottom: 5px;
}
.team_imform {
margin: 30px 0;
}
/*------------------------------------------------------------------
10. blog section
-------------------------------------------------------------------*/
.blog_section {
background: #fff;
box-shadow: 0 20px 35px -25px rgba(0, 0, 0, 0.4);
margin-top: 10px;
}
.white_bg .blog_section {
padding: 15px 0;
}
.blog_feature_cantant {
padding: 30px 25px 20px;
}
.blog_feature_cantant .blog_head {
font-size: 18px;
color: #000;
font-weight: 400;
}
.post_info {
color: #000;
font-size: 14px;
margin-bottom: 10px;
width: 100%;
}
.post_info ul li {
display: inline;
margin-right: 10px;
color: #555;
font-size: 14px;
}
.blog_feature_cantant p {
color: #555555;
}
.post_info ul li i {
color: #1e72bc;
}
/*------------------------------------------------------------------
11. contact section
-------------------------------------------------------------------*/
.contact_section {
background-position: right bottom;
background-repeat: no-repeat;
background-color: #1e72bc;
}
.contact_form {
min-height: 725px;
padding: 80px 70px;
background-size: cover;
}
.contact_form.contact_inform {
min-height: auto;
float: left;
width: 100%;
}
.contact_form_inner {
max-width: 430px;
}
.contact_form p {
color: #fff;
}
.contact_form.contact_inform p.inform_label {
color: #898989;
text-transform: uppercase;
font-weight: normal;
margin: 0;
}
.contact_form.contact_inform p.inform_cont {
font-size: 18px;
color: #000;
}
.contact_form_layout .contact_form {
padding: 0;
margin-top: 10px;
}
.contact_form_layout .field input {
border: solid #e1e1e1 1px;
height: 45px;
}
.contact_form_layout .field textarea {
border: solid #e1e1e1 1px;
height: 160px;
padding: 15px 30px;
}
.contact_form_layout .contact_form {
min-height: auto;
}
.golde_yellow_theme .dark_footer .footer_bottom div.center ul li {
margin: 0 10px;
}
/**-- map --**/
#map {
height: 100%;
min-height: 790px;
}
/**-- form --**/
.field input {
width: 100%;
margin-top: 10px;
border: none;
min-height: 45px;
padding: 0 25px;
line-height: 45px;
font-size: 14px;
}
.field textarea {
width: 100%;
margin-top: 10px;
border: none;
font-size: 14px;
min-height: 100px;
padding: 30px 25px;
line-height: 45px;
}
/*------------------------------------------------------------------
12. footer
-------------------------------------------------------------------*/
footer {
padding: 95px 0 0;
}
.footer_logo {
text-align: center;
margin-bottom: 50px;
}
.footer_top {
padding-bottom: 50px;
}
.footer_blog {
display: flex;
}
.footer_icon {
margin-right: 15px;
}
.footer_cont h4 {
font-size: 18px;
color: #000;
font-weight: 400;
text-transform: none;
margin: 0 0 7px 0;
}
.footer_blog_2 h3 {
font-weight: 500;
font-size: 24px;
text-transform: none;
margin: 0 0 25px 0;
line-height: 30px;
}
.footer_cont p {
color: #555555;
line-height: 20px;
font-size: 14px;
}
.footer_bottom {
min-height: 50px;
text-align: center;
line-height: 50px;
background: #1e72bc;
}
.footer_bottom p {
margin: 0;
line-height: 50px;
color: #fff;
text-align: center !important;
padding: 0;
}
.footer_bottom p strong {
color: #fff;
font-weight: 500;
}
.footer-links {
list-style: none;
padding: 0;
}
.footer-links li {
margin-bottom: 20px;
display: block;
width: 100%;
border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
padding-bottom: 20px;
}
.footer-links li:last-child {
border-bottom: none;
}
.footer-links a {
color: #999;
}
.footer-links a:hover, .footer a:hover {
color: #1e72bc !important;
}
.footer-links a i {
font-size: 20px;
position: relative;
top: 1px;
margin-right: 15px;
}
.blog_post_footer {
display: flex;
margin-bottom: 15px;
}
.blog_post_footer .blog_post_img {
margin-right: 20px;
}
.blog_post_cont {
padding: 8px 0;
}
.date {
font-size: 12px;
color: #999;
margin: 0;
font-weight: 500;
}
.post_head {
color: #333;
font-size: 14px;
line-height: 16px;
font-weight: 400;
margin-top: 5px;
margin-bottom: 0;
}
/**== dark footer ==**/
.dark_footer {
background: #1f222a;
}
.dark_footer h3 {
color: #fff !important;
}
.dark_footer .post_head {
color: #fff !important;
}
.dark_footer .footer_bottom strong {
color: #fff !important;
}
.dark_footer .footer_bottom {
border-color: rgba(255, 255, 255, 0.10);
}
/*------------------------------------------------------------------
13. brand logo
-------------------------------------------------------------------*/
.brand_logo_section {
padding-top: 50px;
padding-bottom: 50px;
}
.brand_logo_section li {
width: 16.66%;
float: left;
text-align: center;
align-items: center;
display: flex;
min-height: 100px;
justify-content: center;
}
.brand_logo_section img {
width: auto;
}
/*------------------------------------------------------------------
14. portfolio
-------------------------------------------------------------------*/
.portfolia_blog_style1 {
position: relative;
}
.portfolia_img img {
width: 100%;
}
.portfolia_blog_style1 .portfolia_cont {
position: absolute;
top: 0;
width: 100%;
text-align: center;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, .7);
transform: scale(0);
transition: ease all 0.3s;
opacity: 0;
overflow: hidden;
}
.portfolia_blog_style1:hover .portfolia_cont,
.portfolia_blog_style1:focus .portfolia_cont {
transform: scale(1);
opacity: 1;
}
.portfolia_cont p {
color: #fff;
font-size: 16px;
padding: 0 45px;
line-height: normal;
}
/** pagination **/
.pagination_section {
display: flex;
justify-content: center;
margin-top: 5px;
}
ul.pagination .page-item a {
height: 40px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
line-height: 40px;
padding: 0;
min-width: 40px;
text-align: center;
color: #898989;
}
ul.pagination li.page-item:first-child .page-link,
ul.pagination li.page-item:last-child .page-link {
border-radius: 0;
padding: 0 20px;
background: #f8f8f8;
}
ul.pagination li.page-item.active .page-link {
background: #ffb125;
color: #fff;
border-color: #ffb125;
}
/** imformation blog **/
.imf_icon img {
width: 125px;
}
.imf_icon {
width: 150px;
height: 150px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
border: solid #eee 5px;
margin: -120px auto 20px;
padding: 25px;
background: #fff;
}
.information_blogs {
background: #fff;
padding: 40px 40px;
text-align: center;
margin-top: 65px;
margin-bottom: 40px;
}
.information_blogs h3 {
font-size: 24px;
font-weight: 300;
text-transform: none;
margin-bottom: 15px;
}
.inner_page_banner + .layout_padding {
padding-top: 0 !important;
}
/**-- step section --**/
.step_inner {
width: 100%;
position: relative;
}
.step_inner p {
font-size: 21px;
margin: 20px 0 0 0;
font-weight: 400;
position: relative;
color: #fff;
letter-spacing: -0.5px;
text-align: center;
}
.step_inner i {
font-size: 65px;
margin-bottom: 0;
color: #fff;
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: normal;
text-align: center;
}
.step_blog {
margin-bottom: 35px;
}
.scren {
float: left;
width: 25%;
}
| 0.371023 | 0.04807 |
html {
background-color: #ced9df !important;
}
.TopImageGroup {
padding-top: 25vh;
text-align: center;
}
.topBow {
width: 100vh;
}
.leftMii {
width: 30vh;
}
.rightMii {
width: 30vh;
}
.imagePadrinosMiis {
height: 25vh;
}
.imagePadrinosMiddleBowMobile {
width: 50vh;
}
.topText {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 36px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
color: #224568;
}
p.nameTop1 {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-left: 2vh;
color: #224568;
}
p.nameTop2 {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-right: 2vh;
color: #224568;
}
p.ampersand {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 110px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
margin-bottom: 0;
margin-top: 0;
color: #224568;
}
p.textWish {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
color: #224568;
}
hr.dotted {
border-top: 2px dashed;
}
p.description {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 36px;
font-variant: normal;
text-align: center;
color: #224568;
}
.line-container {
display: flex;
width: 100%;
margin: 20px auto;
align-items: center;
}
.line {
flex-grow: 1;
height: 1px;
background: black;
position: relative;
}
.line.arrow-left:after {
position: absolute;
content: '';
top: -10px;
left: 0;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid black;
}
.line.arrow-right:after {
position: absolute;
content: '';
bottom: -10px;
right: 0;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid black;
}
.question {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
margin-bottom: 0;
color: #224568;
}
.bottomTable {
text-align: center;
}
.bottomDescription {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 30px;
font-variant: normal;
text-align: center;
color: #224568;
}
.padrinosForm {
display: inline-block;
margin-left: 15%;
margin-right: 10%;
}
.leftMiiLast {
width: 50vh;
}
/* Mobile CSS */
.topBowMobile {
}
.leftMiiMobile {
padding: 0;
}
.rightMiiMobile {
}
.imagePadrinosMiisMobile {
height: 20vh;
}
.imagePadrinosTopBowMobile {
height: 75%;
}
.imagePadrinosMiddleBow {
width: 100vh;
}
.topTextMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 46.4px;
color: #224568;
}
p.nameTop1Mobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-left: 2vh;
color: #224568;
}
p.nameTop2Mobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-right: 2vh;
color: #224568;
}
p.ampersandMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 110px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
margin-bottom: 0;
margin-top: 0;
color: #224568;
}
p.textWishMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 44.4px;
text-align: center;
color: #224568;
}
p.descriptionMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 20px;
font-variant: normal;
text-align: center;
color: #224568;
}
.questionMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 44.4px;
text-align: center;
margin-bottom: 0;
color: #224568;
}
.bottomDescriptionMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 36px;
font-variant: normal;
text-align: center;
color: #224568;
}
.padrinosFormMobile {
display: inline-block;
margin-left: 30%;
margin-right: 10%;
}
.nextButton {
vertical-align: top;
padding-right: 1vh;
}
.prevNextButtonsPadrinos {
table-layout: fixed;
width: 100%;
font-family: 'Berkshire Swash',cursive;
font-size: 28px;
font-weight: 700;
color: #f6c09c;
}
|
padrinos/padrinosSpecificPage.css
|
html {
background-color: #ced9df !important;
}
.TopImageGroup {
padding-top: 25vh;
text-align: center;
}
.topBow {
width: 100vh;
}
.leftMii {
width: 30vh;
}
.rightMii {
width: 30vh;
}
.imagePadrinosMiis {
height: 25vh;
}
.imagePadrinosMiddleBowMobile {
width: 50vh;
}
.topText {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 36px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
color: #224568;
}
p.nameTop1 {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-left: 2vh;
color: #224568;
}
p.nameTop2 {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-right: 2vh;
color: #224568;
}
p.ampersand {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 110px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
margin-bottom: 0;
margin-top: 0;
color: #224568;
}
p.textWish {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
color: #224568;
}
hr.dotted {
border-top: 2px dashed;
}
p.description {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 36px;
font-variant: normal;
text-align: center;
color: #224568;
}
.line-container {
display: flex;
width: 100%;
margin: 20px auto;
align-items: center;
}
.line {
flex-grow: 1;
height: 1px;
background: black;
position: relative;
}
.line.arrow-left:after {
position: absolute;
content: '';
top: -10px;
left: 0;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid black;
}
.line.arrow-right:after {
position: absolute;
content: '';
bottom: -10px;
right: 0;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid black;
}
.question {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
margin-bottom: 0;
color: #224568;
}
.bottomTable {
text-align: center;
}
.bottomDescription {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 30px;
font-variant: normal;
text-align: center;
color: #224568;
}
.padrinosForm {
display: inline-block;
margin-left: 15%;
margin-right: 10%;
}
.leftMiiLast {
width: 50vh;
}
/* Mobile CSS */
.topBowMobile {
}
.leftMiiMobile {
padding: 0;
}
.rightMiiMobile {
}
.imagePadrinosMiisMobile {
height: 20vh;
}
.imagePadrinosTopBowMobile {
height: 75%;
}
.imagePadrinosMiddleBow {
width: 100vh;
}
.topTextMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 46.4px;
color: #224568;
}
p.nameTop1Mobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-left: 2vh;
color: #224568;
}
p.nameTop2Mobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 52px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 40.4px;
text-align: center;
padding-right: 2vh;
color: #224568;
}
p.ampersandMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 110px;
font-style: italic;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
text-align: center;
margin-bottom: 0;
margin-top: 0;
color: #224568;
}
p.textWishMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 44.4px;
text-align: center;
color: #224568;
}
p.descriptionMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 20px;
font-variant: normal;
text-align: center;
color: #224568;
}
.questionMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 44px;
font-variant: normal;
font-weight: 700;
line-height: 44.4px;
text-align: center;
margin-bottom: 0;
color: #224568;
}
.bottomDescriptionMobile {
font-family: 'Century Gothic','Futura','Didact Gothic',san-serif;
font-size: 36px;
font-variant: normal;
text-align: center;
color: #224568;
}
.padrinosFormMobile {
display: inline-block;
margin-left: 30%;
margin-right: 10%;
}
.nextButton {
vertical-align: top;
padding-right: 1vh;
}
.prevNextButtonsPadrinos {
table-layout: fixed;
width: 100%;
font-family: 'Berkshire Swash',cursive;
font-size: 28px;
font-weight: 700;
color: #f6c09c;
}
| 0.653901 | 0.078536 |
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
@font-face{
font-family: 'FonteLogo';
src: url(../fonts/bubblegum-sans-regular.otf);
}
body {
font-family: Arial, sans-serif;
background-color: #a8a9c5;
color: rgba(0, 0, 0, 1);
}
div#interface {
width: 900px;
background-color: #ffffff;
margin: -20px auto 0px auto;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
padding: 10px;
}
p{
text-align: justify;
text-indent: 50px;
}
/* Formatação do Cabeçalho */
header#cabecalho {
background-color: #EAEAEA;
border-bottom: 1px #606060 solid;
height: 90px;
}
/* Formatação do Menu */
img#logo {
padding-left: 20px;
margin-top: -55px;
margin-block: 20px;
}
nav#menu ul {
display: block;
}
nav#menu ul {
list-style: none;
text-transform: uppercase;
position: absolute;
top: -15px;
left: 430px;
}
nav#menu li {
display: inline-block;
background-color: #a8a9c5;
padding: 10px;
margin: -1px;
transition: background-color 1s;
}
nav#menu li:hover {
background-color: #4F5175;
color: teal;
}
nav#menu h1 {
display: none;
}
nav#menu a {
color: black;
text-decoration: none;
}
nav#menu a:hover {
color: white;
text-decoration: underline;
}
/* Formatação Cabeçalho Artigo */
header#cabecalho-artigo h1 {
font-family: 'FonteLogo', sans-serif;
font-size: 20pt;
color: #4F5175;
margin-bottom: 0px;
}
header#cabecalho-artigo h2 {
font-size: 13pt;
color: #4F5175;
background-color: #EAEAEA;
padding: 5px 0px 5px 10px;
margin: 10px 0px 10px 0px;
}
header#cabecalho-artigo h3 {
font-size: 12pt;
color: #a8a9c5;
background-color: #ffffff;
margin: 10px;
}
header#cabecalho-artigo h4 {
font-size: 13pt;
color: #4F5175;
background-color: #ffffff;
margin: 10px;
}
header#cabecalho-artigo p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #2c2c2c;
background-color: #ffffff;
}
/* Formatação Rodapé */
footer#rodape {
clear: both;
border-top: 1px solid #606060;
background-color: #EAEAEA;
height: 60px;
}
footer#rodape p {
text-align: center;
}
|
css/ponto.css
|
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
@font-face{
font-family: 'FonteLogo';
src: url(../fonts/bubblegum-sans-regular.otf);
}
body {
font-family: Arial, sans-serif;
background-color: #a8a9c5;
color: rgba(0, 0, 0, 1);
}
div#interface {
width: 900px;
background-color: #ffffff;
margin: -20px auto 0px auto;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
padding: 10px;
}
p{
text-align: justify;
text-indent: 50px;
}
/* Formatação do Cabeçalho */
header#cabecalho {
background-color: #EAEAEA;
border-bottom: 1px #606060 solid;
height: 90px;
}
/* Formatação do Menu */
img#logo {
padding-left: 20px;
margin-top: -55px;
margin-block: 20px;
}
nav#menu ul {
display: block;
}
nav#menu ul {
list-style: none;
text-transform: uppercase;
position: absolute;
top: -15px;
left: 430px;
}
nav#menu li {
display: inline-block;
background-color: #a8a9c5;
padding: 10px;
margin: -1px;
transition: background-color 1s;
}
nav#menu li:hover {
background-color: #4F5175;
color: teal;
}
nav#menu h1 {
display: none;
}
nav#menu a {
color: black;
text-decoration: none;
}
nav#menu a:hover {
color: white;
text-decoration: underline;
}
/* Formatação Cabeçalho Artigo */
header#cabecalho-artigo h1 {
font-family: 'FonteLogo', sans-serif;
font-size: 20pt;
color: #4F5175;
margin-bottom: 0px;
}
header#cabecalho-artigo h2 {
font-size: 13pt;
color: #4F5175;
background-color: #EAEAEA;
padding: 5px 0px 5px 10px;
margin: 10px 0px 10px 0px;
}
header#cabecalho-artigo h3 {
font-size: 12pt;
color: #a8a9c5;
background-color: #ffffff;
margin: 10px;
}
header#cabecalho-artigo h4 {
font-size: 13pt;
color: #4F5175;
background-color: #ffffff;
margin: 10px;
}
header#cabecalho-artigo p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #2c2c2c;
background-color: #ffffff;
}
/* Formatação Rodapé */
footer#rodape {
clear: both;
border-top: 1px solid #606060;
background-color: #EAEAEA;
height: 60px;
}
footer#rodape p {
text-align: center;
}
| 0.240239 | 0.069858 |
.wrapper {
margin-top: 60px;
}
.page-header-carousel {
height: 60vh;
}
.main {
padding-top: 10px;
}
.main-raised .section {
padding-top: 0px;
}
.card-title {
text-transform: capitalize;
}
.card-avatar > img {
max-height: inherit;
}
.navbar .navbar-nav .profile-photo {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.navbar .navbar-nav .profile-photo .profile-photo-small {
height: 40px;
width: 40px;
display: inline-block;
vertical-align: middle;
}
.navbar .navbar-nav > li > .profile-photo {
margin: 5px 2px;
}
body .main-product {
padding: 40px;
}
.table .td-actions .btn {
width: 200px;
padding-left: 20px;
padding-right: 20px;
padding: 18px 36px;
}
.table .text-date {
text-transform: capitalize;
}
.table .numJour {
font-size: 25px;
}
.table .clickable-row:hover {
cursor: pointer;
-webkit-transform: scale(1.015);
transform: scale(1.015);
background-color: whitesmoke;
}
.table .clickable-row {
transition: all .2s ease-in-out;
}
.clickable-card:hover {
cursor: pointer;
-webkit-transform: scale(1.015);
transform: scale(1.015);
}
.clickable-card {
transition: all .2s ease-in-out;
}
.tr-actions .Rouge {
background: #F44336;
}
.tr-actions .Vert {
background: #4CAF50;
}
.tr-actions .Bleu {
background: #2196F3;
}
.tr-actions .Jaune {
background: #FFEB3B;
}
.tr-actions .Orange {
background: #FF9800;
}
.section-asso {
padding-top: 20px;
}
.date-eve {
text-transform: capitalize;
}
.graph-familles {
list-style: none;
padding-left: 0px;
width: 80%;
}
.graph-familles li {
height: 35px;
color: white;
text-align: right;
font-size: 14px;
line-height: 35px;
padding: 0px 20px;
margin-bottom: 5px;
transition: all .1s ease-in-out;
}
.graph-familles li:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.graph-familles .Rouge {
background: #F44336;
}
.graph-familles .Vert {
background: #4CAF50;
}
.graph-familles .Bleu {
background: #2196F3;
}
.graph-familles .Jaune {
background: #FDD835;
}
.graph-familles .Orange {
background: #FF9800;
}
#chart {
position: relative;
margin-top: 40px;
width: 500px;
height: 200px;
}
#chart .points-graph {
position: relative;
left: 10px;
bottom: -100%;
}
#chart .Rouge {
background: #F44336;
box-shadow: 1px -1px #D32F2F, 2px -2px #D32F2F, 3px -3px #D32F2F, 4px -4px #D32F2F, 5px -5px #D32F2F, 6px -6px #D32F2F, 7px -7px #D32F2F, 8px -8px #D32F2F, 9px -9px #D32F2F, 10px -10px #D32F2F;
}
#chart .Vert {
background: #4CAF50;
box-shadow: 1px -1px #388E3C, 2px -2px #388E3C, 3px -3px #388E3C, 4px -4px #388E3C, 5px -5px #388E3C, 6px -6px #388E3C, 7px -7px #388E3C, 8px -8px #388E3C, 9px -9px #388E3C, 10px -10px #388E3C;
}
#chart .Bleu {
background: #2196F3;
box-shadow: 1px -1px #1976D2, 2px -2px #1976D2, 3px -3px #1976D2, 4px -4px #1976D2, 5px -5px #1976D2, 6px -6px #1976D2, 7px -7px #1976D2, 8px -8px #1976D2, 9px -9px #1976D2, 10px -10px #1976D2;
}
#chart .Jaune {
background: #FFEB3B;
box-shadow: 1px -1px #FBC02D, 2px -2px #FBC02D, 3px -3px #FBC02D, 4px -4px #FBC02D, 5px -5px #FBC02D, 6px -6px #FBC02D, 7px -7px #FBC02D, 8px -8px #FBC02D, 9px -9px #FBC02D, 10px -10px #FBC02D;
}
#chart .Orange {
background: #FF9800;
box-shadow: 1px -1px #F57C00, 2px -2px #F57C00, 3px -3px #F57C00, 4px -4px #F57C00, 5px -5px #F57C00, 6px -6px #F57C00, 7px -7px #F57C00, 8px -8px #F57C00, 9px -9px #F57C00, 10px -10px #F57C00;
}
@-webkit-keyframes bargrowth {
0% {
max-height: 0%;
}
100% {
max-height: 100%;
}
}
@keyframes bargrowth {
0% {
max-height: 0%;
}
100% {
max-height: 100%;
}
}
@-webkit-keyframes monter {
0% {
bottom: 10%;
}
100% {
bottom: 110%;
}
}
@keyframes monter {
0% {
bottom: 10%;
}
100% {
bottom: 110%;
}
}
.bar {
-webkit-animation: bargrowth 1000ms ease;
animation: bargrowth 1000ms ease;
position: absolute;
bottom: 0;
display: inline-block;
}
.crown {
position: absolute;
bottom: 110%;
left: 60px;
z-index: 100;
-webkit-animation: monter 1000ms ease;
animation: monter 1000ms ease;
}
.classement-familles {
padding-bottom: 40px;
}
.classement-familles .title {
padding-bottom: 60px;
}
@media (max-width: 767px) {
#chart {
display: none;
}
#chart-inline {
list-style: decimal;
}
#chart-inline li {
padding-bottom: 10px;
font-size: large;
}
#chart-inline li .nombre-points {
font-size: large;
}
#chart-inline .Rouge {
background: #F44336;
}
#chart-inline .Vert {
background: #4CAF50;
}
#chart-inline .Bleu {
background: #2196F3;
}
#chart-inline .Jaune {
background: #FFEB3B;
}
#chart-inline .Orange {
background: #FF9800;
}
}
@media (min-width: 768px) {
#chart-inline {
display: none;
}
}
.avatar-nav {
position: absolute;
max-width: 110px;
display: none;
}
.avatar {
position: absolute;
left: 45%;
z-index: 1031;
max-width: 110px;
margin: -70px auto 0;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
td {
/* Behave like a "row" */
border: none !important;
position: relative;
padding-left: 50%;
text-align: center;
}
td .img-container {
margin: auto;
}
td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
}
.section-calabar {
padding-top: 0px;
}
#comments-section {
padding-top: 50px;
}
.td-prix {
width: 6%;
}
.td-biere {
min-width: 180px;
font-weight: 400;
font-size: 1.5em !important;
}
.td-biere p {
font-weight: 200;
font-size: 0.8em !important;
}
/*# sourceMappingURL=app.css.map */
|
public/css/app.css
|
.wrapper {
margin-top: 60px;
}
.page-header-carousel {
height: 60vh;
}
.main {
padding-top: 10px;
}
.main-raised .section {
padding-top: 0px;
}
.card-title {
text-transform: capitalize;
}
.card-avatar > img {
max-height: inherit;
}
.navbar .navbar-nav .profile-photo {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.navbar .navbar-nav .profile-photo .profile-photo-small {
height: 40px;
width: 40px;
display: inline-block;
vertical-align: middle;
}
.navbar .navbar-nav > li > .profile-photo {
margin: 5px 2px;
}
body .main-product {
padding: 40px;
}
.table .td-actions .btn {
width: 200px;
padding-left: 20px;
padding-right: 20px;
padding: 18px 36px;
}
.table .text-date {
text-transform: capitalize;
}
.table .numJour {
font-size: 25px;
}
.table .clickable-row:hover {
cursor: pointer;
-webkit-transform: scale(1.015);
transform: scale(1.015);
background-color: whitesmoke;
}
.table .clickable-row {
transition: all .2s ease-in-out;
}
.clickable-card:hover {
cursor: pointer;
-webkit-transform: scale(1.015);
transform: scale(1.015);
}
.clickable-card {
transition: all .2s ease-in-out;
}
.tr-actions .Rouge {
background: #F44336;
}
.tr-actions .Vert {
background: #4CAF50;
}
.tr-actions .Bleu {
background: #2196F3;
}
.tr-actions .Jaune {
background: #FFEB3B;
}
.tr-actions .Orange {
background: #FF9800;
}
.section-asso {
padding-top: 20px;
}
.date-eve {
text-transform: capitalize;
}
.graph-familles {
list-style: none;
padding-left: 0px;
width: 80%;
}
.graph-familles li {
height: 35px;
color: white;
text-align: right;
font-size: 14px;
line-height: 35px;
padding: 0px 20px;
margin-bottom: 5px;
transition: all .1s ease-in-out;
}
.graph-familles li:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.graph-familles .Rouge {
background: #F44336;
}
.graph-familles .Vert {
background: #4CAF50;
}
.graph-familles .Bleu {
background: #2196F3;
}
.graph-familles .Jaune {
background: #FDD835;
}
.graph-familles .Orange {
background: #FF9800;
}
#chart {
position: relative;
margin-top: 40px;
width: 500px;
height: 200px;
}
#chart .points-graph {
position: relative;
left: 10px;
bottom: -100%;
}
#chart .Rouge {
background: #F44336;
box-shadow: 1px -1px #D32F2F, 2px -2px #D32F2F, 3px -3px #D32F2F, 4px -4px #D32F2F, 5px -5px #D32F2F, 6px -6px #D32F2F, 7px -7px #D32F2F, 8px -8px #D32F2F, 9px -9px #D32F2F, 10px -10px #D32F2F;
}
#chart .Vert {
background: #4CAF50;
box-shadow: 1px -1px #388E3C, 2px -2px #388E3C, 3px -3px #388E3C, 4px -4px #388E3C, 5px -5px #388E3C, 6px -6px #388E3C, 7px -7px #388E3C, 8px -8px #388E3C, 9px -9px #388E3C, 10px -10px #388E3C;
}
#chart .Bleu {
background: #2196F3;
box-shadow: 1px -1px #1976D2, 2px -2px #1976D2, 3px -3px #1976D2, 4px -4px #1976D2, 5px -5px #1976D2, 6px -6px #1976D2, 7px -7px #1976D2, 8px -8px #1976D2, 9px -9px #1976D2, 10px -10px #1976D2;
}
#chart .Jaune {
background: #FFEB3B;
box-shadow: 1px -1px #FBC02D, 2px -2px #FBC02D, 3px -3px #FBC02D, 4px -4px #FBC02D, 5px -5px #FBC02D, 6px -6px #FBC02D, 7px -7px #FBC02D, 8px -8px #FBC02D, 9px -9px #FBC02D, 10px -10px #FBC02D;
}
#chart .Orange {
background: #FF9800;
box-shadow: 1px -1px #F57C00, 2px -2px #F57C00, 3px -3px #F57C00, 4px -4px #F57C00, 5px -5px #F57C00, 6px -6px #F57C00, 7px -7px #F57C00, 8px -8px #F57C00, 9px -9px #F57C00, 10px -10px #F57C00;
}
@-webkit-keyframes bargrowth {
0% {
max-height: 0%;
}
100% {
max-height: 100%;
}
}
@keyframes bargrowth {
0% {
max-height: 0%;
}
100% {
max-height: 100%;
}
}
@-webkit-keyframes monter {
0% {
bottom: 10%;
}
100% {
bottom: 110%;
}
}
@keyframes monter {
0% {
bottom: 10%;
}
100% {
bottom: 110%;
}
}
.bar {
-webkit-animation: bargrowth 1000ms ease;
animation: bargrowth 1000ms ease;
position: absolute;
bottom: 0;
display: inline-block;
}
.crown {
position: absolute;
bottom: 110%;
left: 60px;
z-index: 100;
-webkit-animation: monter 1000ms ease;
animation: monter 1000ms ease;
}
.classement-familles {
padding-bottom: 40px;
}
.classement-familles .title {
padding-bottom: 60px;
}
@media (max-width: 767px) {
#chart {
display: none;
}
#chart-inline {
list-style: decimal;
}
#chart-inline li {
padding-bottom: 10px;
font-size: large;
}
#chart-inline li .nombre-points {
font-size: large;
}
#chart-inline .Rouge {
background: #F44336;
}
#chart-inline .Vert {
background: #4CAF50;
}
#chart-inline .Bleu {
background: #2196F3;
}
#chart-inline .Jaune {
background: #FFEB3B;
}
#chart-inline .Orange {
background: #FF9800;
}
}
@media (min-width: 768px) {
#chart-inline {
display: none;
}
}
.avatar-nav {
position: absolute;
max-width: 110px;
display: none;
}
.avatar {
position: absolute;
left: 45%;
z-index: 1031;
max-width: 110px;
margin: -70px auto 0;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
td {
/* Behave like a "row" */
border: none !important;
position: relative;
padding-left: 50%;
text-align: center;
}
td .img-container {
margin: auto;
}
td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
}
.section-calabar {
padding-top: 0px;
}
#comments-section {
padding-top: 50px;
}
.td-prix {
width: 6%;
}
.td-biere {
min-width: 180px;
font-weight: 400;
font-size: 1.5em !important;
}
.td-biere p {
font-weight: 200;
font-size: 0.8em !important;
}
/*# sourceMappingURL=app.css.map */
| 0.400515 | 0.077832 |
.root {
-fx-background-color: white;
-fx-border-color: white;
}
.button, .text-field, .text-area, .choice-box {
-fx-border-color: transparent;
-fx-background-radius: 0px;
}
.categoryLabel, .titled-pane > *.title > *.text {
-fx-text-fill: black;
-fx-font-size: 1.2em;
-fx-font-weight: bold;
-fx-padding: 10 0 10 0;
}
.titled-pane > *.title, .titled-pane > *.content, .scroll-pane > *.viewport {
-fx-background-color: white;
-fx-border-color: null;
}
.titled-pane > *.content {
-fx-padding: 5 0 0 10;
}
.optionPane {
-fx-border-color: transparent;
-fx-background-color: white;
-fx-padding: 5px;
}
.split-pane {
-fx-padding: 5px;
-fx-background-color: transparent;
-fx-background-insets: 0;
}
.split-pane *.split-pane-divider {
-fx-padding: 0 1 0 1;
-fx-border-style: none;
}
.chart {
-fx-padding: 5px;
-fx-background-color: white;
}
.chart-content {
-fx-padding: 10px;
-fx-background-color: white;
}
.chart-legend {
-fx-background-color: transparent;
-fx-padding: 10px;
}
.chart-legend-item-symbol {
-fx-background-radius: 5;
}
.chart-legend-item {
-fx-text-fill: black;
}
.chart-title {
-fx-text-fill: black;
-fx-font-size: 1.6em;
}
.axis-label {
-fx-text-fill: black;
}
.chart-plot-background {
-fx-background-color: white;
}
.chart-vertical-grid-lines {
-fx-stroke: lightgrey;
}
.chart-horizontal-grid-lines {
-fx-stroke: lightgrey;
}
.axis {
-fx-tick-label-fill: black;
}
.axis-label {
-fx-text-fill: black;
}
.chart-series-line {
-fx-stroke-width: 2px;
-fx-effect: null;
}
.default-color0.chart-series-line {
-fx-stroke: blue;
}
.default-color0.chart-line-symbol {
-fx-background-color: blue, white;
}
.default-color1.chart-series-line {
-fx-stroke: forestgreen;
}
.default-color1.chart-line-symbol {
-fx-background-color: forestgreen, white;
}
.default-color2.chart-series-line {
-fx-stroke: darkturquoise;
}
.default-color2.chart-line-symbol {
-fx-background-color: darkturquoise, white;
}
.default-color3.chart-series-line {
-fx-stroke: blueviolet;
}
.default-color3.chart-line-symbol {
-fx-background-color: blueviolet, white;
}
.default-color4.chart-series-line {
-fx-stroke: goldenrod;
}
.default-color4.chart-line-symbol {
-fx-background-color: goldenrod, white;
}
|
src/main/java/us/hebi/histogram/visualizer/gui/visualizer.css
|
.root {
-fx-background-color: white;
-fx-border-color: white;
}
.button, .text-field, .text-area, .choice-box {
-fx-border-color: transparent;
-fx-background-radius: 0px;
}
.categoryLabel, .titled-pane > *.title > *.text {
-fx-text-fill: black;
-fx-font-size: 1.2em;
-fx-font-weight: bold;
-fx-padding: 10 0 10 0;
}
.titled-pane > *.title, .titled-pane > *.content, .scroll-pane > *.viewport {
-fx-background-color: white;
-fx-border-color: null;
}
.titled-pane > *.content {
-fx-padding: 5 0 0 10;
}
.optionPane {
-fx-border-color: transparent;
-fx-background-color: white;
-fx-padding: 5px;
}
.split-pane {
-fx-padding: 5px;
-fx-background-color: transparent;
-fx-background-insets: 0;
}
.split-pane *.split-pane-divider {
-fx-padding: 0 1 0 1;
-fx-border-style: none;
}
.chart {
-fx-padding: 5px;
-fx-background-color: white;
}
.chart-content {
-fx-padding: 10px;
-fx-background-color: white;
}
.chart-legend {
-fx-background-color: transparent;
-fx-padding: 10px;
}
.chart-legend-item-symbol {
-fx-background-radius: 5;
}
.chart-legend-item {
-fx-text-fill: black;
}
.chart-title {
-fx-text-fill: black;
-fx-font-size: 1.6em;
}
.axis-label {
-fx-text-fill: black;
}
.chart-plot-background {
-fx-background-color: white;
}
.chart-vertical-grid-lines {
-fx-stroke: lightgrey;
}
.chart-horizontal-grid-lines {
-fx-stroke: lightgrey;
}
.axis {
-fx-tick-label-fill: black;
}
.axis-label {
-fx-text-fill: black;
}
.chart-series-line {
-fx-stroke-width: 2px;
-fx-effect: null;
}
.default-color0.chart-series-line {
-fx-stroke: blue;
}
.default-color0.chart-line-symbol {
-fx-background-color: blue, white;
}
.default-color1.chart-series-line {
-fx-stroke: forestgreen;
}
.default-color1.chart-line-symbol {
-fx-background-color: forestgreen, white;
}
.default-color2.chart-series-line {
-fx-stroke: darkturquoise;
}
.default-color2.chart-line-symbol {
-fx-background-color: darkturquoise, white;
}
.default-color3.chart-series-line {
-fx-stroke: blueviolet;
}
.default-color3.chart-line-symbol {
-fx-background-color: blueviolet, white;
}
.default-color4.chart-series-line {
-fx-stroke: goldenrod;
}
.default-color4.chart-line-symbol {
-fx-background-color: goldenrod, white;
}
| 0.759315 | 0.12858 |
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url("resources/fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf") format("truetype-variations");
}
@font-face {
font-family: "Inconsolata";
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url("resources/fonts/Inconsolata/Inconsolata-VariableFont_wdth\,wght.ttf") format("truetype-variations");
}
:root {
--bg0: #282828;
--bg0_h: #1d2021;
--bg0_s: #32302f;
--bg1: #3c3836;
--bg2: #504945;
--bg3: #665c54;
--bg4: #7c6f64;
--gray: #928374;
--fg0: #fbf1c7;
--fg1: #ebdbb2;
--fg2: #d5c4a1;
--fg3: #bdae93;
--fg4: #a89984;
--red: #fb4934;
--red_dark: #cc241d;
--orange: #fe8019;
--orange_dark: #d65d0e;
--yellow: #fabd2f;
--yellow_dark: #d79921;
--aqua: #8ec07c;
--aqua_dark: #689d6a;
--blue: #83a598;
--blue_dark: #458588;
--purple: #d3869b;
--purple_dark: #b16286;
/* legacy var names */
--body-background-color: var(--bg0);
--schema-background-color: var(--bg0_s);
--background-element-color: var(--bg1);
--element-color: var(--bg2);
--element-hover-color: var(--bg4);
--element-highlight-color: var(--bg3);
--header-color: var(--fg1);
--paragraph-color: var(--fg2);
--outline-color: var(--header-color);
--code-background-color: var(--element-color);
/* rgb tuples */
--bg0_s_tuple: 50, 48, 47;
--bg1_tuple: 60, 56, 54;
}
body {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
scrollbar-width: thin;
scrollbar-color: var(--element-highlight-color) var(--bg0_h);
font-family: 'Inconsolata', monospace;
background-color: var(--body-background-color);
overflow-y: scroll;
animation: fade-in 1.5s;
-ms-animation: fade-in 1.5s;
-webkit-animation: fade-in 1.5s;
-moz-animation: fade-in 1.5s;
-o-animation: fade-in 1.5s;
}
.fade-in {
animation: fade-in 1.5s;
-ms-animation: fade-in 1.5s;
-webkit-animation: fade-in 1.5s;
-moz-animation: fade-in 1.5s;
-o-animation: fade-in 1.5s;
}
.fade-out {
animation: fade-in 1.5s;
-ms-animation: fade-in 1.5s;
-webkit-animation: fade-in 1.5s;
-moz-animation: fade-in 1.5s;
-o-animation: fade-in 1.5s;
animation-direction: reverse; /* saves on line count */
-ms-animation-direction: reverse;
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
-o-animation-direction: reverse;
}
@keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-ms-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-webkit-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-moz-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-o-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
::-webkit-scrollbar {
background-color: var(--bg0_h);
max-width: 0.75em;
max-height: 0.75em;
}
::-webkit-scrollbar-corner {
background-color: var(--schema-background-color);
}
::-webkit-scrollbar-thumb {
background-color: var(--element-highlight-color);
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--element-hover-color);
}
hr {
border-color: var(--outline-color);
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
color: var(--header-color);
}
p, a, li, i {
color: var(--paragraph-color);
}
b, strong {
font-weight: bold;
color: var(--fg0);
}
img {
max-width: 100%;
}
input, textarea {
color: var(--paragraph-color);
background-color: var(--element-color);
font-family: 'Inconsolata', monospace;
border: 0.05em solid var(--outline-color);
}
.button, button {
border: none;
color: var(--paragraph-color);
background-color: var(--element-color);
padding: 1em 1.5em;
text-align: center;
text-decoration: none;
display: inline-block;
font-family: 'Inconsolata', monospace;
transition: background-color 0.3s;
}
.button:hover, button:hover, select:hover {
background-color: var(--element-hover-color);
}
button {
font-size: 1em;
}
select {
border: none;
color: var(--paragraph-color);
background-color: var(--element-color);
padding: 0.9em 1.5em;
font-family: 'Iconsolata', monospace;
font-size: 1em;
transition: background-color 0.3s;
}
.hint {
font-size: 0.8em;
color: var(--fg4);
}
.disabled {
opacity: 0.6;
cursor: not-allowed;
pointer-events: none;
}
.schema {
padding: 2.5%;
margin-left: 2%;
margin-right: 2%;
margin-top: 1%;
margin-bottom: 1%;
background-color: var(--schema-background-color);
}
.header-anchor {
opacity: 0;
transition: opacity 1s;
text-decoration: none;
margin-left: 0.5em;
}
.header-anchor:hover {
opacity: 1;
}
.mobile-jump-to-top {
text-align: center;
display: none;
}
@media (max-width: 1100px) {
.mobile-jump-to-top {
display: inherit;
}
}
.background {
/* for background images */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.card {
padding: 1.75em;
margin-top: 1.5%;
background-color: var(--background-element-color);
}
/* make into component */
.message-box {
border: 0.1rem solid var(--outline-color);
background-color: var(--background-element-color);
padding-left: 30%;
padding-right: 30%;
padding-top: 1%;
padding-bottom: 1%;
}
.message-box.general-message-box {
padding-left: 5%;
padding-right: 5%;
width: 100%;
padding-top: 2%;
padding-bottom: 2%;
}
.message-box.centered {
text-align: center;
}
.message-box-container {
display: flex;
justify-content: center;
align-items: center;
padding-top: 5%;
padding-bottom: 5%;
}
.message-box-container.general-message-box {
padding-top: 0;
padding-bottom: 0;
}
/* make into component */
.svg-icon-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.row {
display: flex;
flex-wrap: wrap;
min-width: 0;
}
.column {
flex: 40%;
margin-right: 1%;
min-width: 0;
}
.row :last-child {
margin-right: 0;
}
.column :last-child {
margin-right: 0;
}
@media (max-width: 1100px) {
/* responsive */
.column {
flex: 100%;
margin-right: 0;
}
.card-gallery .card {
flex: 100%;
}
}
/* decorators */
.deco-vertical {
border-left: 0.5em solid;
height: 100%;
}
.deco-vertical-flex {
flex: 1%;
}
.deco-red {
border-color: var(--red);
}
.deco-orange {
border-color: var(--orange);
}
.deco-yellow {
border-color: var(--yellow);
}
.deco-white {
border-color: var(--fg0);
}
.deco-purple {
border-color: var(--purple);
}
.deco-blue {
border-color: var(--blue);
}
.deco-horizontal {
border-top: 0.25em solid;
border-bottom: 0.25em solid;
width: 100%;
}
/* code quotes */
pre, code, .code-quote {
background-color: var(--code-background-color);
color: var(--paragraph-color);
padding-left: 0.5em;
padding-right: 0.5em;
}
pre {
background-color: var(--code-background-color);
white-space: pre;
overflow: auto;
padding: 1em;
min-width: 0;
}
/* topnav */
.topnav {
margin-left: 2%;
margin-right: 2%;
background-color: var(--element-color);
overflow: hidden;
padding-left: 1.5em;
align-items: flex-start;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.topnav a {
text-align: center;
padding: 0.8em 1em;
text-decoration: none;
}
.topnav a:hover {
background-color: var(--aqua);
color: var(--background-element-color);
}
.topnav a:active {
background-color: var(--blue);
}
.footer-text {
text-align: center;
margin: 1em;
}
|
public/global.css
|
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url("resources/fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf") format("truetype-variations");
}
@font-face {
font-family: "Inconsolata";
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url("resources/fonts/Inconsolata/Inconsolata-VariableFont_wdth\,wght.ttf") format("truetype-variations");
}
:root {
--bg0: #282828;
--bg0_h: #1d2021;
--bg0_s: #32302f;
--bg1: #3c3836;
--bg2: #504945;
--bg3: #665c54;
--bg4: #7c6f64;
--gray: #928374;
--fg0: #fbf1c7;
--fg1: #ebdbb2;
--fg2: #d5c4a1;
--fg3: #bdae93;
--fg4: #a89984;
--red: #fb4934;
--red_dark: #cc241d;
--orange: #fe8019;
--orange_dark: #d65d0e;
--yellow: #fabd2f;
--yellow_dark: #d79921;
--aqua: #8ec07c;
--aqua_dark: #689d6a;
--blue: #83a598;
--blue_dark: #458588;
--purple: #d3869b;
--purple_dark: #b16286;
/* legacy var names */
--body-background-color: var(--bg0);
--schema-background-color: var(--bg0_s);
--background-element-color: var(--bg1);
--element-color: var(--bg2);
--element-hover-color: var(--bg4);
--element-highlight-color: var(--bg3);
--header-color: var(--fg1);
--paragraph-color: var(--fg2);
--outline-color: var(--header-color);
--code-background-color: var(--element-color);
/* rgb tuples */
--bg0_s_tuple: 50, 48, 47;
--bg1_tuple: 60, 56, 54;
}
body {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
scrollbar-width: thin;
scrollbar-color: var(--element-highlight-color) var(--bg0_h);
font-family: 'Inconsolata', monospace;
background-color: var(--body-background-color);
overflow-y: scroll;
animation: fade-in 1.5s;
-ms-animation: fade-in 1.5s;
-webkit-animation: fade-in 1.5s;
-moz-animation: fade-in 1.5s;
-o-animation: fade-in 1.5s;
}
.fade-in {
animation: fade-in 1.5s;
-ms-animation: fade-in 1.5s;
-webkit-animation: fade-in 1.5s;
-moz-animation: fade-in 1.5s;
-o-animation: fade-in 1.5s;
}
.fade-out {
animation: fade-in 1.5s;
-ms-animation: fade-in 1.5s;
-webkit-animation: fade-in 1.5s;
-moz-animation: fade-in 1.5s;
-o-animation: fade-in 1.5s;
animation-direction: reverse; /* saves on line count */
-ms-animation-direction: reverse;
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
-o-animation-direction: reverse;
}
@keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-ms-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-webkit-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-moz-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
@-o-keyframes fade-in {
from {opacity:0;} to {opacity:1;}
}
::-webkit-scrollbar {
background-color: var(--bg0_h);
max-width: 0.75em;
max-height: 0.75em;
}
::-webkit-scrollbar-corner {
background-color: var(--schema-background-color);
}
::-webkit-scrollbar-thumb {
background-color: var(--element-highlight-color);
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--element-hover-color);
}
hr {
border-color: var(--outline-color);
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
color: var(--header-color);
}
p, a, li, i {
color: var(--paragraph-color);
}
b, strong {
font-weight: bold;
color: var(--fg0);
}
img {
max-width: 100%;
}
input, textarea {
color: var(--paragraph-color);
background-color: var(--element-color);
font-family: 'Inconsolata', monospace;
border: 0.05em solid var(--outline-color);
}
.button, button {
border: none;
color: var(--paragraph-color);
background-color: var(--element-color);
padding: 1em 1.5em;
text-align: center;
text-decoration: none;
display: inline-block;
font-family: 'Inconsolata', monospace;
transition: background-color 0.3s;
}
.button:hover, button:hover, select:hover {
background-color: var(--element-hover-color);
}
button {
font-size: 1em;
}
select {
border: none;
color: var(--paragraph-color);
background-color: var(--element-color);
padding: 0.9em 1.5em;
font-family: 'Iconsolata', monospace;
font-size: 1em;
transition: background-color 0.3s;
}
.hint {
font-size: 0.8em;
color: var(--fg4);
}
.disabled {
opacity: 0.6;
cursor: not-allowed;
pointer-events: none;
}
.schema {
padding: 2.5%;
margin-left: 2%;
margin-right: 2%;
margin-top: 1%;
margin-bottom: 1%;
background-color: var(--schema-background-color);
}
.header-anchor {
opacity: 0;
transition: opacity 1s;
text-decoration: none;
margin-left: 0.5em;
}
.header-anchor:hover {
opacity: 1;
}
.mobile-jump-to-top {
text-align: center;
display: none;
}
@media (max-width: 1100px) {
.mobile-jump-to-top {
display: inherit;
}
}
.background {
/* for background images */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.card {
padding: 1.75em;
margin-top: 1.5%;
background-color: var(--background-element-color);
}
/* make into component */
.message-box {
border: 0.1rem solid var(--outline-color);
background-color: var(--background-element-color);
padding-left: 30%;
padding-right: 30%;
padding-top: 1%;
padding-bottom: 1%;
}
.message-box.general-message-box {
padding-left: 5%;
padding-right: 5%;
width: 100%;
padding-top: 2%;
padding-bottom: 2%;
}
.message-box.centered {
text-align: center;
}
.message-box-container {
display: flex;
justify-content: center;
align-items: center;
padding-top: 5%;
padding-bottom: 5%;
}
.message-box-container.general-message-box {
padding-top: 0;
padding-bottom: 0;
}
/* make into component */
.svg-icon-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.row {
display: flex;
flex-wrap: wrap;
min-width: 0;
}
.column {
flex: 40%;
margin-right: 1%;
min-width: 0;
}
.row :last-child {
margin-right: 0;
}
.column :last-child {
margin-right: 0;
}
@media (max-width: 1100px) {
/* responsive */
.column {
flex: 100%;
margin-right: 0;
}
.card-gallery .card {
flex: 100%;
}
}
/* decorators */
.deco-vertical {
border-left: 0.5em solid;
height: 100%;
}
.deco-vertical-flex {
flex: 1%;
}
.deco-red {
border-color: var(--red);
}
.deco-orange {
border-color: var(--orange);
}
.deco-yellow {
border-color: var(--yellow);
}
.deco-white {
border-color: var(--fg0);
}
.deco-purple {
border-color: var(--purple);
}
.deco-blue {
border-color: var(--blue);
}
.deco-horizontal {
border-top: 0.25em solid;
border-bottom: 0.25em solid;
width: 100%;
}
/* code quotes */
pre, code, .code-quote {
background-color: var(--code-background-color);
color: var(--paragraph-color);
padding-left: 0.5em;
padding-right: 0.5em;
}
pre {
background-color: var(--code-background-color);
white-space: pre;
overflow: auto;
padding: 1em;
min-width: 0;
}
/* topnav */
.topnav {
margin-left: 2%;
margin-right: 2%;
background-color: var(--element-color);
overflow: hidden;
padding-left: 1.5em;
align-items: flex-start;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.topnav a {
text-align: center;
padding: 0.8em 1em;
text-decoration: none;
}
.topnav a:hover {
background-color: var(--aqua);
color: var(--background-element-color);
}
.topnav a:active {
background-color: var(--blue);
}
.footer-text {
text-align: center;
margin: 1em;
}
| 0.489503 | 0.096195 |
.shopCart img {
max-width: 100%;max-height: 100%; }
.shopCart .title1 {
padding: 20px 0;
font-size: 20px;
color: #000; }
.shopCart .title1 span {
color: #e53b46;
margin-left: 20px;
font-size: 14px; }
.shopCart .title2 {
height: 40px;
line-height: 40px;
font-size: 14px;
padding-left: 25px;
background: #f5f8fa;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 15px;
border-bottom: 0;
background: #f0f0f0; }
.shopCart .title2 span, .shopCart .title2 strong {
float: left;
text-align: center; }
.shopCart .title2 strong {
width: 152px; }
.shopCart .title2 .w1 input {
margin-right: 10px; }
.shopCart .title2 .w2 {
width: 360px; }
.shopCart .imfor_box {
border: 1px solid #a7d5f4;
margin-bottom: 20px; }
.shopCart .imfor_box .title3 {
height: 40px;
line-height: 40px;
font-size: 14px;
padding-left: 25px;
background: #f5f8fa;
border-bottom: 1px solid #f0f0f0;
background: #f2f9fe;
border-bottom: 1px solid #a7d5f4; }
.shopCart .imfor_box .title3 .check_top {
float: left;
margin-right: 50px; }
.shopCart .imfor_box .title3 .postage {
float: right;
margin-right: 20px; }
.shopCart .imfor_box .title3 .check_top input {
display: inline-block;
vertical-align: middle;
margin: -4px 5px 0 0;
margin-right: 10px;
margin-top: 0; }
.shopCart .imfor_box .fullCut {
margin-left: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px dashed #a7d5f4; }
.shopCart .imfor_box .changeGoods {
margin-left: 0;
padding: 0;
border: none;
float: left;}
.shopCart .imfor_box .fullCut b {
background: #1d8bd7;
height: 30px;
line-height: 30px;
text-align: center;
display: block;
color: #fff;
cursor: pointer;
background: #fff;
color: #e53b46;
border: 1px solid #e53b46;
width: 35px;
display: inline-block;
line-height: 15px;
height: 15px;
font-weight: normal;
border-radius: 2px;
margin-right: 10px; }
.shopCart .imfor_box .fullCut a {
margin-left: 30px;
color: #4095d4; }
.shopCart .imfor_box .list {
clear: both;
*height: 1%;
border-bottom: 1px solid #a7d5f4;
padding: 30px 0 10px 40px; }
.shopCart .imfor_box .list .top {
*height: 1%; }
.shopCart .imfor_box .list .top:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .list:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .list .check {
float: left;
margin-top: 30px; }
.shopCart .imfor_box .list .goods {
text-align: left;
padding-left: 10px;
float: left;
width: 400px; }
.shopCart .imfor_box .list .goods dl dt {
float: left;
width: 80px;
height: 80px;
border: 1px solid #d1d1d1; }
.shopCart .imfor_box .list .goods dl dd {
float: left;
margin: 20px 0 0 20px; }
.shopCart .imfor_box .list .goods dl dd span {
display: block;
color: #4095d4;
margin-bottom: 10px;
overflow: hidden;
-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
width: 240px; }
.shopCart .imfor_box .list .goods dl dd strong {
display: block; }
.shopCart .imfor_box .list .goods dl dd:hover strong {
color: #5b5b5b; }
.shopCart .imfor_box .list .num {
text-align: center;
border: 1px solid #e9e9e9;
height: 25px;
width: 92px;
margin-left: auto;
margin-right: auto;
background: #fff;
float: left;
margin: 20px 23px; }
.shopCart .imfor_box .list .num span {
cursor: pointer;
width: 25px;
height: 25px;
background: #f9f9f9;
display: block;
float: left;
font-size: 16px; }
.shopCart .imfor_box .list .num .restrictions {
float: none;
width: 92px;
line-height: 30px;
color: #F65123;
font-size: 12px;
cursor: default;
}
.shopCart .imfor_box .list .num input {
height: 25px;
width: 40px;
float: left;
text-align: center;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9; }
.shopCart .imfor_box .list .pices, .shopCart .imfor_box .list .available, .shopCart .imfor_box .list .totle, .shopCart .imfor_box .list .totle1, .shopCart .imfor_box .list .del {
cursor: pointer;
float: left;
text-align: center;
width: 146px;
font-size: 12px;
line-height: 60px; }
.shopCart .imfor_box .list .pices {
font-size: 14px; }
.shopCart .imfor_box .list .pices:before {
content: " "; }
.shopCart .imfor_box .list .totle, .shopCart .imfor_box .list .totle1 {
color: #e53b46;
font-size: 14px;
position: relative; }
.shopCart .imfor_box .list .totle:before, .shopCart .imfor_box .list .totle1:before, .shopCart .imfor_box .list .price:before {
content: " "; }
.shopCart .imfor_box .list .del {
color: #4095d4;
float: left; }
.shopCart .imfor_box .list .gift {
clear: both;
color: #999;
margin-top: 20px; }
.shopCart .imfor_box .checked_bg {
background: #fcf5e6; }
.shopCart .imfor_box .suit {
border-bottom: 1px solid #add7f7; }
.shopCart .imfor_box .suit .list {
border-bottom: 1px dashed #add7f7;
padding-left: 0;
margin-left: 40px; }
.shopCart .imfor_box .suit .last {
border: 0; }
.shopCart .imfor_box .suit .list.title {
padding: 10px 0; }
.shopCart .imfor_box .suit .list.title .check {
margin-top: 25px; }
.shopCart .imfor_box .suit .list.title .goods p {
margin-top: 20px; }
.shopCart .imfor_box .suit .list.title .goods p b {
background: #e53b46;
color: #fff;
font-weight: normal;
padding: 0 5px;
margin-right: 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .suit .list.con {
margin-left: 50px; }
.shopCart .imfor_box .suit .list.con .goods {
width: 365px; }
.shopCart .imfor_box .suit .list.con .num {
background: none;
border: 0;
font-size: 12px;
color: #999; }
.shopCart .imfor_box .changeBuy {
border-bottom: 1px solid #add7f7; }
.shopCart .imfor_box .changeBuy .title {
border-bottom: 1px dashed #add7f7;
margin-left: 40px;
padding: 15px 0;
*height: 1%; }
.shopCart .imfor_box .changeBuy .title:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .changeBuy .title .check {
float: left;
margin-top: 8px; }
.shopCart .imfor_box .changeBuy .title b {
float: left;
border: 1px solid #e53b46;
color: #e53b46;
font-weight: normal;
padding: 0 5px;
margin: 0 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .changeBuy .title span {
float: left;
line-height: 25px; }
.shopCart .imfor_box .changeBuy .title a {
float: left;
margin: 2px 0 0 10px; }
.shopCart .imfor_box .changeBuy .title .view {
background: #e83c48;
color: #fff;
font-weight: normal;
padding: 0 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .changeBuy .title .joinSingle {
color: #4095d4;
font-size: 12px;
margin: 5px 0 0 30px; }
.shopCart .imfor_box .changeBuy .list {
border-bottom: 1px dashed #add7f7;
padding-left: 0;
margin-left: 40px; }
.shopCart .imfor_box .changeBuy .last {
border-bottom: 0; }
.shopCart .imfor_box .promotion .title {
border-bottom: 1px dashed #add7f7;
margin-left: 40px;
padding: 15px 0;
*height: 1%; }
.shopCart .imfor_box .promotion .title:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .promotion .title .check {
float: left;
margin-top: 8px; }
.shopCart .imfor_box .promotion .title b {
float: left;
border: 1px solid #e53b46;
color: #e53b46;
font-weight: normal;
padding: 0 5px;
margin: 0 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .promotion .title span {
float: left;
line-height: 25px; }
.shopCart .imfor_box .promotion .list {
margin-left: 10px; }
.shopCart .imfor_box .promotion .list .pices, .shopCart .imfor_box .promotion .list .available, .shopCart .imfor_box .promotion .list .totle, .shopCart .imfor_box .promotion .list .totle1, .shopCart .imfor_box .promotion .list .del {
width: 146px; }
.shopCart .imfor_box .last {
border-bottom: 0; }
.shopCart .foot {
height: 40px;
line-height: 40px;
font-size: 14px;
padding-left: 25px;
background: #f5f8fa;
border-bottom: 1px solid #f0f0f0;
padding: 10px 20px;
border-bottom: 0;
margin-bottom: 40px;
background: #f7f7f7; }
.shopCart .foot .tol {
float: right; }
.shopCart .foot .tol span {
margin-right: 40px; }
.shopCart .foot .tol span b, .shopCart .foot .tol span i {
color: #e53b46;
font-weight: normal; }
.shopCart .foot .cash {
float: right;
margin: 0;
height: 40px;
line-height: 40px;
width: 130px; }
.shopCart .foot .cash a {
color: #fff;
width: 130px;
height: 40px;
display: block;}
.shopCart .userBrowse .productList1 dl {
padding: 25px 29px; }
|
src/css/shoppingCart.css
|
.shopCart img {
max-width: 100%;max-height: 100%; }
.shopCart .title1 {
padding: 20px 0;
font-size: 20px;
color: #000; }
.shopCart .title1 span {
color: #e53b46;
margin-left: 20px;
font-size: 14px; }
.shopCart .title2 {
height: 40px;
line-height: 40px;
font-size: 14px;
padding-left: 25px;
background: #f5f8fa;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 15px;
border-bottom: 0;
background: #f0f0f0; }
.shopCart .title2 span, .shopCart .title2 strong {
float: left;
text-align: center; }
.shopCart .title2 strong {
width: 152px; }
.shopCart .title2 .w1 input {
margin-right: 10px; }
.shopCart .title2 .w2 {
width: 360px; }
.shopCart .imfor_box {
border: 1px solid #a7d5f4;
margin-bottom: 20px; }
.shopCart .imfor_box .title3 {
height: 40px;
line-height: 40px;
font-size: 14px;
padding-left: 25px;
background: #f5f8fa;
border-bottom: 1px solid #f0f0f0;
background: #f2f9fe;
border-bottom: 1px solid #a7d5f4; }
.shopCart .imfor_box .title3 .check_top {
float: left;
margin-right: 50px; }
.shopCart .imfor_box .title3 .postage {
float: right;
margin-right: 20px; }
.shopCart .imfor_box .title3 .check_top input {
display: inline-block;
vertical-align: middle;
margin: -4px 5px 0 0;
margin-right: 10px;
margin-top: 0; }
.shopCart .imfor_box .fullCut {
margin-left: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px dashed #a7d5f4; }
.shopCart .imfor_box .changeGoods {
margin-left: 0;
padding: 0;
border: none;
float: left;}
.shopCart .imfor_box .fullCut b {
background: #1d8bd7;
height: 30px;
line-height: 30px;
text-align: center;
display: block;
color: #fff;
cursor: pointer;
background: #fff;
color: #e53b46;
border: 1px solid #e53b46;
width: 35px;
display: inline-block;
line-height: 15px;
height: 15px;
font-weight: normal;
border-radius: 2px;
margin-right: 10px; }
.shopCart .imfor_box .fullCut a {
margin-left: 30px;
color: #4095d4; }
.shopCart .imfor_box .list {
clear: both;
*height: 1%;
border-bottom: 1px solid #a7d5f4;
padding: 30px 0 10px 40px; }
.shopCart .imfor_box .list .top {
*height: 1%; }
.shopCart .imfor_box .list .top:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .list:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .list .check {
float: left;
margin-top: 30px; }
.shopCart .imfor_box .list .goods {
text-align: left;
padding-left: 10px;
float: left;
width: 400px; }
.shopCart .imfor_box .list .goods dl dt {
float: left;
width: 80px;
height: 80px;
border: 1px solid #d1d1d1; }
.shopCart .imfor_box .list .goods dl dd {
float: left;
margin: 20px 0 0 20px; }
.shopCart .imfor_box .list .goods dl dd span {
display: block;
color: #4095d4;
margin-bottom: 10px;
overflow: hidden;
-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
width: 240px; }
.shopCart .imfor_box .list .goods dl dd strong {
display: block; }
.shopCart .imfor_box .list .goods dl dd:hover strong {
color: #5b5b5b; }
.shopCart .imfor_box .list .num {
text-align: center;
border: 1px solid #e9e9e9;
height: 25px;
width: 92px;
margin-left: auto;
margin-right: auto;
background: #fff;
float: left;
margin: 20px 23px; }
.shopCart .imfor_box .list .num span {
cursor: pointer;
width: 25px;
height: 25px;
background: #f9f9f9;
display: block;
float: left;
font-size: 16px; }
.shopCart .imfor_box .list .num .restrictions {
float: none;
width: 92px;
line-height: 30px;
color: #F65123;
font-size: 12px;
cursor: default;
}
.shopCart .imfor_box .list .num input {
height: 25px;
width: 40px;
float: left;
text-align: center;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9; }
.shopCart .imfor_box .list .pices, .shopCart .imfor_box .list .available, .shopCart .imfor_box .list .totle, .shopCart .imfor_box .list .totle1, .shopCart .imfor_box .list .del {
cursor: pointer;
float: left;
text-align: center;
width: 146px;
font-size: 12px;
line-height: 60px; }
.shopCart .imfor_box .list .pices {
font-size: 14px; }
.shopCart .imfor_box .list .pices:before {
content: " "; }
.shopCart .imfor_box .list .totle, .shopCart .imfor_box .list .totle1 {
color: #e53b46;
font-size: 14px;
position: relative; }
.shopCart .imfor_box .list .totle:before, .shopCart .imfor_box .list .totle1:before, .shopCart .imfor_box .list .price:before {
content: " "; }
.shopCart .imfor_box .list .del {
color: #4095d4;
float: left; }
.shopCart .imfor_box .list .gift {
clear: both;
color: #999;
margin-top: 20px; }
.shopCart .imfor_box .checked_bg {
background: #fcf5e6; }
.shopCart .imfor_box .suit {
border-bottom: 1px solid #add7f7; }
.shopCart .imfor_box .suit .list {
border-bottom: 1px dashed #add7f7;
padding-left: 0;
margin-left: 40px; }
.shopCart .imfor_box .suit .last {
border: 0; }
.shopCart .imfor_box .suit .list.title {
padding: 10px 0; }
.shopCart .imfor_box .suit .list.title .check {
margin-top: 25px; }
.shopCart .imfor_box .suit .list.title .goods p {
margin-top: 20px; }
.shopCart .imfor_box .suit .list.title .goods p b {
background: #e53b46;
color: #fff;
font-weight: normal;
padding: 0 5px;
margin-right: 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .suit .list.con {
margin-left: 50px; }
.shopCart .imfor_box .suit .list.con .goods {
width: 365px; }
.shopCart .imfor_box .suit .list.con .num {
background: none;
border: 0;
font-size: 12px;
color: #999; }
.shopCart .imfor_box .changeBuy {
border-bottom: 1px solid #add7f7; }
.shopCart .imfor_box .changeBuy .title {
border-bottom: 1px dashed #add7f7;
margin-left: 40px;
padding: 15px 0;
*height: 1%; }
.shopCart .imfor_box .changeBuy .title:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .changeBuy .title .check {
float: left;
margin-top: 8px; }
.shopCart .imfor_box .changeBuy .title b {
float: left;
border: 1px solid #e53b46;
color: #e53b46;
font-weight: normal;
padding: 0 5px;
margin: 0 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .changeBuy .title span {
float: left;
line-height: 25px; }
.shopCart .imfor_box .changeBuy .title a {
float: left;
margin: 2px 0 0 10px; }
.shopCart .imfor_box .changeBuy .title .view {
background: #e83c48;
color: #fff;
font-weight: normal;
padding: 0 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .changeBuy .title .joinSingle {
color: #4095d4;
font-size: 12px;
margin: 5px 0 0 30px; }
.shopCart .imfor_box .changeBuy .list {
border-bottom: 1px dashed #add7f7;
padding-left: 0;
margin-left: 40px; }
.shopCart .imfor_box .changeBuy .last {
border-bottom: 0; }
.shopCart .imfor_box .promotion .title {
border-bottom: 1px dashed #add7f7;
margin-left: 40px;
padding: 15px 0;
*height: 1%; }
.shopCart .imfor_box .promotion .title:after {
clear: both;
content: '.';
display: block;
height: 0;
line-height: 0;
overflow: hidden; }
.shopCart .imfor_box .promotion .title .check {
float: left;
margin-top: 8px; }
.shopCart .imfor_box .promotion .title b {
float: left;
border: 1px solid #e53b46;
color: #e53b46;
font-weight: normal;
padding: 0 5px;
margin: 0 10px;
line-height: 25px;
height: 25px; }
.shopCart .imfor_box .promotion .title span {
float: left;
line-height: 25px; }
.shopCart .imfor_box .promotion .list {
margin-left: 10px; }
.shopCart .imfor_box .promotion .list .pices, .shopCart .imfor_box .promotion .list .available, .shopCart .imfor_box .promotion .list .totle, .shopCart .imfor_box .promotion .list .totle1, .shopCart .imfor_box .promotion .list .del {
width: 146px; }
.shopCart .imfor_box .last {
border-bottom: 0; }
.shopCart .foot {
height: 40px;
line-height: 40px;
font-size: 14px;
padding-left: 25px;
background: #f5f8fa;
border-bottom: 1px solid #f0f0f0;
padding: 10px 20px;
border-bottom: 0;
margin-bottom: 40px;
background: #f7f7f7; }
.shopCart .foot .tol {
float: right; }
.shopCart .foot .tol span {
margin-right: 40px; }
.shopCart .foot .tol span b, .shopCart .foot .tol span i {
color: #e53b46;
font-weight: normal; }
.shopCart .foot .cash {
float: right;
margin: 0;
height: 40px;
line-height: 40px;
width: 130px; }
.shopCart .foot .cash a {
color: #fff;
width: 130px;
height: 40px;
display: block;}
.shopCart .userBrowse .productList1 dl {
padding: 25px 29px; }
| 0.344333 | 0.105441 |
.checkbox-dropdown {
width: 200px;
border: 1px solid silver;
cursor: pointer; /* use correct mouse pointer when hovering over the dropdown */
padding: 10px;
position: relative;
margin: 0 auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Display CSS arrow to the right of the dropdown text */
.checkbox-dropdown:after {
content:'';
height: 0;
position: absolute;
width: 0;
border: 6px solid transparent;
border-top-color: #000;
top: 50%;
right: 10px;
margin-top: -3px;
}
/* Reverse the CSS arrow when the dropdown is active */
.checkbox-dropdown.is-active:after {
border-bottom-color: #000;
border-top-color: #fff;
margin-top: -9px;
}
.checkbox-dropdown-list {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 100%; /* align the dropdown right below the dropdown text */
border: inherit;
border-top: none;
left: -1px; /* align the dropdown to the left */
right: -1px; /* align the dropdown to the right */
opacity: 0; /* hide the dropdown */
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
pointer-events: none; /* avoid mouse click events inside the dropdown */
}
.is-active .checkbox-dropdown-list {
opacity: 1; /* display the dropdown */
pointer-events: auto; /* make sure that the user still can select checkboxes */
}
.checkbox-dropdown-list li label {
display: block;
border-bottom: 1px solid silver;
padding: 10px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.checkbox-dropdown-list li label:hover {
background-color: #c41230;
color: white;
}
table {
width: 100%;
border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
background: #eee;
}
th {
background: #333;
color: white;
font-weight: bold;
}
td, th {
padding: 6px;
border: 1px solid #ccc;
text-align: left;
}
td#arrive_td {
background-color:beige;
}
td#depart_td {
background-color:beige;
}
td#navigate_td {
background-color:beige;
}
td#scan_td {
background-color:beige;
}
td#signature_td {
height:100px;
}
.card {
overflow:hidden;
border-width: 1px;
border-style: solid;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
background-color: #f9f9f9;
border-color: lightgrey;
}
h1 {
margin:0px;
padding:10px;
padding-bottom:0px;
font-size:1.1em;
}
.card p {
margin:0px;
padding:10px;
}
body {
font-family: Arial, Helvetica, sans-serif;
background:#E0E0E0;
padding:0px;
margin:0px;
color:#333;
min-height:100%;
}
.header {
text-align:center;
position:fixed;
height:65px;
left:0px;
right:0px;
background-color: #555555;
padding:8px 0px 0px 15px;
border-bottom:1px solid #CCC;
font-size:20px;
font-weight:bold;
}
.content {
position:fixed;
top:85px;
bottom:0px;
left:0px;
right:0px;
overflow:scroll;
-webkit-overflow-scrolling:touch;
margin-bottom:30px;
}
.footer {
position:fixed;
height:18px;
left:0px;
right:0px;
bottom:0px;
color:888;
text-align:center;
padding:0px 10px 0px 10px;
font-size:12px;
color: #fff;
padding: 10px;
background-color: #555555;
font-size: 0.9em;
text-align: center;
}
.settingCard {
overflow:hidden;
border-width: 1px;
border-style: solid;
margin-bottom: 1px;
margin-right: 0px;
margin-left: 0px;
margin-top: 1px;
background-color: #f9f9f9;
border-color: lightgrey;
}
.card_status_image {
margin-bottom: 20px;
margin-right: 20px;
margin-left: 20px;
margin-top: 20px;
float:left;
}
.action_menuIcon {
color: #fff;
}
.settingIcon {
color: #fff;
}
div#menu {
width: 50%;
background-color: lightgrey;
position:relative;
top:35;
right: 0;
left: 35%;
display:none;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
width: 10em;
}
li
{
background-repeat: no-repeat;
background-position: 100% .4em;
padding-right: .6em;
margin: 1em 0;
}
|
www/assets/css/stop.css
|
.checkbox-dropdown {
width: 200px;
border: 1px solid silver;
cursor: pointer; /* use correct mouse pointer when hovering over the dropdown */
padding: 10px;
position: relative;
margin: 0 auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Display CSS arrow to the right of the dropdown text */
.checkbox-dropdown:after {
content:'';
height: 0;
position: absolute;
width: 0;
border: 6px solid transparent;
border-top-color: #000;
top: 50%;
right: 10px;
margin-top: -3px;
}
/* Reverse the CSS arrow when the dropdown is active */
.checkbox-dropdown.is-active:after {
border-bottom-color: #000;
border-top-color: #fff;
margin-top: -9px;
}
.checkbox-dropdown-list {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 100%; /* align the dropdown right below the dropdown text */
border: inherit;
border-top: none;
left: -1px; /* align the dropdown to the left */
right: -1px; /* align the dropdown to the right */
opacity: 0; /* hide the dropdown */
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
pointer-events: none; /* avoid mouse click events inside the dropdown */
}
.is-active .checkbox-dropdown-list {
opacity: 1; /* display the dropdown */
pointer-events: auto; /* make sure that the user still can select checkboxes */
}
.checkbox-dropdown-list li label {
display: block;
border-bottom: 1px solid silver;
padding: 10px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.checkbox-dropdown-list li label:hover {
background-color: #c41230;
color: white;
}
table {
width: 100%;
border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
background: #eee;
}
th {
background: #333;
color: white;
font-weight: bold;
}
td, th {
padding: 6px;
border: 1px solid #ccc;
text-align: left;
}
td#arrive_td {
background-color:beige;
}
td#depart_td {
background-color:beige;
}
td#navigate_td {
background-color:beige;
}
td#scan_td {
background-color:beige;
}
td#signature_td {
height:100px;
}
.card {
overflow:hidden;
border-width: 1px;
border-style: solid;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
background-color: #f9f9f9;
border-color: lightgrey;
}
h1 {
margin:0px;
padding:10px;
padding-bottom:0px;
font-size:1.1em;
}
.card p {
margin:0px;
padding:10px;
}
body {
font-family: Arial, Helvetica, sans-serif;
background:#E0E0E0;
padding:0px;
margin:0px;
color:#333;
min-height:100%;
}
.header {
text-align:center;
position:fixed;
height:65px;
left:0px;
right:0px;
background-color: #555555;
padding:8px 0px 0px 15px;
border-bottom:1px solid #CCC;
font-size:20px;
font-weight:bold;
}
.content {
position:fixed;
top:85px;
bottom:0px;
left:0px;
right:0px;
overflow:scroll;
-webkit-overflow-scrolling:touch;
margin-bottom:30px;
}
.footer {
position:fixed;
height:18px;
left:0px;
right:0px;
bottom:0px;
color:888;
text-align:center;
padding:0px 10px 0px 10px;
font-size:12px;
color: #fff;
padding: 10px;
background-color: #555555;
font-size: 0.9em;
text-align: center;
}
.settingCard {
overflow:hidden;
border-width: 1px;
border-style: solid;
margin-bottom: 1px;
margin-right: 0px;
margin-left: 0px;
margin-top: 1px;
background-color: #f9f9f9;
border-color: lightgrey;
}
.card_status_image {
margin-bottom: 20px;
margin-right: 20px;
margin-left: 20px;
margin-top: 20px;
float:left;
}
.action_menuIcon {
color: #fff;
}
.settingIcon {
color: #fff;
}
div#menu {
width: 50%;
background-color: lightgrey;
position:relative;
top:35;
right: 0;
left: 35%;
display:none;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
width: 10em;
}
li
{
background-repeat: no-repeat;
background-position: 100% .4em;
padding-right: .6em;
margin: 1em 0;
}
| 0.356671 | 0.059757 |
@-moz-document url-prefix() {
body .checkbox input[type="checkbox"] {
float: left;
}
}
body .custom-qtip {
border: none;
border-radius: 0;
padding: 10px;
box-shadow: 1px 1px 3px #767676;
background: #ffffff;
font-size: 12px;
line-height: 20px;
color: #258D53;
}
body .ui-widget {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.1em;
}
body .ui-widget-overlay {
background: #000 50% 50% repeat-x;
opacity: .5;
filter: Alpha(Opacity=50);
}
body .ui-dialog .ui-dialog-titlebar-close {
display: none;
}
body .ui-draggable .ui-dialog-titlebar {
background: #39c678;
color: #FFF;
font-size: 1.5em;
font-weight: lighter;
padding: 12px 10px;
border: none;
border-bottom: 4px solid #c0f1d6;
margin-bottom: 10px;
}
body .ui-dialog {
padding: 0;
z-index: 2000;
border: none !important;
box-shadow: 0 0 10px #333;
}
body .ui-dialog .ui-dialog-buttonpane {
padding: .3em 1em .3em .4em;
border: none;
}
body .ui-button .ui-icon,
body .ui-button:hover .ui-icon {
background-image: url('../ext/jquery-ui/images/ui-icons_222222_256x240.png');
}
body .ui-dialog #error-technical {
max-width: 500px;
}
body .ui-widget.ui-widget-content {
border: 1px solid #3DD481;
padding: 0;
}
body #ui-datepicker-div {
margin-top: 4px;
}
body .ui-datepicker .ui-widget-header {
border: none;
background: #3DD481;
border-radius: 0;
}
body .ui-datepicker .ui-widget-header .ui-icon {
background-image: url("../ext/jquery-ui/images/ui-icons_ffffff_256x240.png")
}
body .ui-datepicker .ui-datepicker-title {
color: white;
padding: 8px 5px;
}
body .ui-datepicker th {
background: #3DD481;
color: #FFF;
}
body .ui-datepicker tbody tr:first-child td {
margin-top: 5px;
}
body .ui-datepicker td a,
body .ui-datepicker td span {
border: none !important;
background: none !important;
color: #1A865F !important;
text-align: center !important;
width: 32px;
height: 32px;
line-height: 2;
}
html body .ui-datepicker td a.ui-state-active {
color: #FFF !important;
font-weight: bold !important;
background: #3DD481 !important;
border-radius: 50px;
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
}
body .ui-datepicker td a.ui-state-highlight {
background: #80E3AD !important;
border-radius: 67px;
color: #FFF !important;
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
}
body .ui-datepicker .ui-datepicker-prev-hover {
top: 2px !important;
left: 2px !important;
background: #80e1ac;
border-color: #80e1ac;
border-radius: 0;
cursor: pointer;
}
body .ui-datepicker .ui-datepicker-next-hover {
top: 2px !important;
right: 2px !important;
background: #80e1ac;
border-color: #80e1ac;
border-radius: 0;
cursor: pointer;
}
body .ui-datepicker .ui-slider-handle {
border-radius: none;
border-color: #3DD481;
background-color: #3DD481;
}
body .ui-priority-primary,
body .ui-widget-content .ui-priority-primary,
body .ui-widget-header .ui-priority-primary {
font-weight: normal;
}
body .ui-widget input, .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body .ui-datepicker .ui-datepicker-buttonpane button {
padding: 6px 16px;
}
.breaks tr:hover td {
background: #FFFFC2 !important;
}
.working-plan td {
vertical-align: middle;
}
.breaks td {
vertical-align: middle;
}
li.language:hover {
cursor: pointer;
color: #005580;
}
#select-language {
cursor: pointer;
display: inline-block;
padding: 4px 5px;
}
#select-language.active {
box-shadow: 0 0 20px #1A865F;
}
#language-list {
list-style: none;
padding-left: 0px;
}
/* JQUERY UI DATETIME PICKER ADDON
------------------------------------------------------------------------- */
.ui-timepicker-div .ui-widget-header {
margin-bottom: 8px;
}
.ui-timepicker-div dl {
text-align: left;
}
.ui-timepicker-div dl dt {
float: left;
clear: left;
padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
margin: 0 10px 10px 40%;
}
.ui-timepicker-div dl dd.ui_tpicker_time {
margin-bottom: 4px;
}
.ui-timepicker-div dl dd.ui_tpicker_hour,
.ui-timepicker-div dl dd.ui_tpicker_minute {
padding-top: 8px;
}
.ui-timepicker-div td {
font-size: 90%;
}
.ui-tpicker-grid-label {
background: none;
border: none;
margin: 0;
padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
background: none;
color: inherit;
border: none;
outline: none;
width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
direction: rtl;
}
.ui-timepicker-rtl dl {
text-align: right;
padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
float: right;
clear: right;
}
.ui-timepicker-rtl dl dd {
margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
display: block;
padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
display: inline-block;
margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
content: ':';
display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
content: '.';
display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
display: none;
}
/* LOADING SPINNER
------------------------------------------------------------------------- */
.is-loading {
position: relative;
}
.is-loading:before,
.is-loading:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
}
.animation:after {
width: 60px;
height: 60px;
margin: -25px 0 0 -25px;
border: 5px solid rgba(0, 0, 0, .4);
border-radius: 50px;
}
.animation:after {
border-bottom-color: transparent;
animation: spin 1s infinite linear;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes spin-reverse {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
.any-element {
width: 60px;
height: 60px;
position: fixed;
left: 50vw;
top: 50vh;
margin-left: -30px;
margin-bottom: -30px;
}
#message_box pre {
max-height: 250px;
}
|
_admin/general.css
|
@-moz-document url-prefix() {
body .checkbox input[type="checkbox"] {
float: left;
}
}
body .custom-qtip {
border: none;
border-radius: 0;
padding: 10px;
box-shadow: 1px 1px 3px #767676;
background: #ffffff;
font-size: 12px;
line-height: 20px;
color: #258D53;
}
body .ui-widget {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.1em;
}
body .ui-widget-overlay {
background: #000 50% 50% repeat-x;
opacity: .5;
filter: Alpha(Opacity=50);
}
body .ui-dialog .ui-dialog-titlebar-close {
display: none;
}
body .ui-draggable .ui-dialog-titlebar {
background: #39c678;
color: #FFF;
font-size: 1.5em;
font-weight: lighter;
padding: 12px 10px;
border: none;
border-bottom: 4px solid #c0f1d6;
margin-bottom: 10px;
}
body .ui-dialog {
padding: 0;
z-index: 2000;
border: none !important;
box-shadow: 0 0 10px #333;
}
body .ui-dialog .ui-dialog-buttonpane {
padding: .3em 1em .3em .4em;
border: none;
}
body .ui-button .ui-icon,
body .ui-button:hover .ui-icon {
background-image: url('../ext/jquery-ui/images/ui-icons_222222_256x240.png');
}
body .ui-dialog #error-technical {
max-width: 500px;
}
body .ui-widget.ui-widget-content {
border: 1px solid #3DD481;
padding: 0;
}
body #ui-datepicker-div {
margin-top: 4px;
}
body .ui-datepicker .ui-widget-header {
border: none;
background: #3DD481;
border-radius: 0;
}
body .ui-datepicker .ui-widget-header .ui-icon {
background-image: url("../ext/jquery-ui/images/ui-icons_ffffff_256x240.png")
}
body .ui-datepicker .ui-datepicker-title {
color: white;
padding: 8px 5px;
}
body .ui-datepicker th {
background: #3DD481;
color: #FFF;
}
body .ui-datepicker tbody tr:first-child td {
margin-top: 5px;
}
body .ui-datepicker td a,
body .ui-datepicker td span {
border: none !important;
background: none !important;
color: #1A865F !important;
text-align: center !important;
width: 32px;
height: 32px;
line-height: 2;
}
html body .ui-datepicker td a.ui-state-active {
color: #FFF !important;
font-weight: bold !important;
background: #3DD481 !important;
border-radius: 50px;
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
}
body .ui-datepicker td a.ui-state-highlight {
background: #80E3AD !important;
border-radius: 67px;
color: #FFF !important;
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
}
body .ui-datepicker .ui-datepicker-prev-hover {
top: 2px !important;
left: 2px !important;
background: #80e1ac;
border-color: #80e1ac;
border-radius: 0;
cursor: pointer;
}
body .ui-datepicker .ui-datepicker-next-hover {
top: 2px !important;
right: 2px !important;
background: #80e1ac;
border-color: #80e1ac;
border-radius: 0;
cursor: pointer;
}
body .ui-datepicker .ui-slider-handle {
border-radius: none;
border-color: #3DD481;
background-color: #3DD481;
}
body .ui-priority-primary,
body .ui-widget-content .ui-priority-primary,
body .ui-widget-header .ui-priority-primary {
font-weight: normal;
}
body .ui-widget input, .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body .ui-datepicker .ui-datepicker-buttonpane button {
padding: 6px 16px;
}
.breaks tr:hover td {
background: #FFFFC2 !important;
}
.working-plan td {
vertical-align: middle;
}
.breaks td {
vertical-align: middle;
}
li.language:hover {
cursor: pointer;
color: #005580;
}
#select-language {
cursor: pointer;
display: inline-block;
padding: 4px 5px;
}
#select-language.active {
box-shadow: 0 0 20px #1A865F;
}
#language-list {
list-style: none;
padding-left: 0px;
}
/* JQUERY UI DATETIME PICKER ADDON
------------------------------------------------------------------------- */
.ui-timepicker-div .ui-widget-header {
margin-bottom: 8px;
}
.ui-timepicker-div dl {
text-align: left;
}
.ui-timepicker-div dl dt {
float: left;
clear: left;
padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
margin: 0 10px 10px 40%;
}
.ui-timepicker-div dl dd.ui_tpicker_time {
margin-bottom: 4px;
}
.ui-timepicker-div dl dd.ui_tpicker_hour,
.ui-timepicker-div dl dd.ui_tpicker_minute {
padding-top: 8px;
}
.ui-timepicker-div td {
font-size: 90%;
}
.ui-tpicker-grid-label {
background: none;
border: none;
margin: 0;
padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
background: none;
color: inherit;
border: none;
outline: none;
width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
direction: rtl;
}
.ui-timepicker-rtl dl {
text-align: right;
padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
float: right;
clear: right;
}
.ui-timepicker-rtl dl dd {
margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
display: block;
padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
display: inline-block;
margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
content: ':';
display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
content: '.';
display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
display: none;
}
/* LOADING SPINNER
------------------------------------------------------------------------- */
.is-loading {
position: relative;
}
.is-loading:before,
.is-loading:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
}
.animation:after {
width: 60px;
height: 60px;
margin: -25px 0 0 -25px;
border: 5px solid rgba(0, 0, 0, .4);
border-radius: 50px;
}
.animation:after {
border-bottom-color: transparent;
animation: spin 1s infinite linear;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes spin-reverse {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
.any-element {
width: 60px;
height: 60px;
position: fixed;
left: 50vw;
top: 50vh;
margin-left: -30px;
margin-bottom: -30px;
}
#message_box pre {
max-height: 250px;
}
| 0.289773 | 0.063948 |
* {
font-family: sans-serif;
}
html,
body,
header,
.landing {
overflow-x: hidden;
height: 100%;
scroll-behavior: smooth;
}
.nav-link {
color: white;
padding: 5px;
}
ul {
list-style-type: none;
}
body {
margin: 0;
padding: 0;
}
#overlay {
background-color: rgba(0, 0, 0, 0.1);
height: 100%;
width: 100%;
position: absolute;
}
#head {
padding-top: 10%;
}
h1 {
letter-spacing: 8px;
color: white;
font-weight: bolder;
font-family: 'Wallpoet', cursive;
font-size: 30px;
}
h2 {
text-align: center;
font-size: 25px;
padding-top: 60px;
}
h5 {
letter-spacing: 3px;
}
nav .navbar {
width: 99%;
padding-right: 0px;
}
.navbar-brand {
margin-right: 30%;
font-weight: 800;
color: white;
}
.nav-item a {
font-size: 20px;
font-weight: 700;
}
.landing {
background-image: url("images/pizza-table.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
padding-bottom: 20px;
position: relative;
overflow-x: hidden;
}
.text a {
font-size: 20px;
font-weight: 700;
}
.text h5 {
font-size: 25px;
padding: 30px;
}
.button {
border-radius: 10px;
}
#slogan {
padding-top: 5%;
}
#slogan p {
text-align: center;
line-height: 30px;
}
.card-title {
text-align: center;
color: white;
font-weight: 800;
}
.col-md-4 {
border-radius: 10%;
padding: 10px;
}
.order h2 {
text-align: center;
color: white;
}
.card img {
width: 300%;
height: 20vw;
object-fit: cover;
}
.cards {
margin-left: 50px;
align-content: center;
}
.card {
box-shadow: 0 4px 8px 0 rgba(207, 171, 171, 0.2);
transition: 0.3s;
display: inline-block;
margin-right: 40px;
width: 20%;
height: 15%;
}
#order {
background-image: url("images/wooden-table.jpg");
background-repeat: no-repeat;
background-size: cover;
color: white;
}
.table table-sm pizzatable {
color: white;
}
#crust {
color: black;
}
#size {
color: black;
}
#name {
color: black;
}
button {
color: black;
}
label {
width: 200px;
}
#infor {
color: white;
}
|
styles.css
|
* {
font-family: sans-serif;
}
html,
body,
header,
.landing {
overflow-x: hidden;
height: 100%;
scroll-behavior: smooth;
}
.nav-link {
color: white;
padding: 5px;
}
ul {
list-style-type: none;
}
body {
margin: 0;
padding: 0;
}
#overlay {
background-color: rgba(0, 0, 0, 0.1);
height: 100%;
width: 100%;
position: absolute;
}
#head {
padding-top: 10%;
}
h1 {
letter-spacing: 8px;
color: white;
font-weight: bolder;
font-family: 'Wallpoet', cursive;
font-size: 30px;
}
h2 {
text-align: center;
font-size: 25px;
padding-top: 60px;
}
h5 {
letter-spacing: 3px;
}
nav .navbar {
width: 99%;
padding-right: 0px;
}
.navbar-brand {
margin-right: 30%;
font-weight: 800;
color: white;
}
.nav-item a {
font-size: 20px;
font-weight: 700;
}
.landing {
background-image: url("images/pizza-table.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
padding-bottom: 20px;
position: relative;
overflow-x: hidden;
}
.text a {
font-size: 20px;
font-weight: 700;
}
.text h5 {
font-size: 25px;
padding: 30px;
}
.button {
border-radius: 10px;
}
#slogan {
padding-top: 5%;
}
#slogan p {
text-align: center;
line-height: 30px;
}
.card-title {
text-align: center;
color: white;
font-weight: 800;
}
.col-md-4 {
border-radius: 10%;
padding: 10px;
}
.order h2 {
text-align: center;
color: white;
}
.card img {
width: 300%;
height: 20vw;
object-fit: cover;
}
.cards {
margin-left: 50px;
align-content: center;
}
.card {
box-shadow: 0 4px 8px 0 rgba(207, 171, 171, 0.2);
transition: 0.3s;
display: inline-block;
margin-right: 40px;
width: 20%;
height: 15%;
}
#order {
background-image: url("images/wooden-table.jpg");
background-repeat: no-repeat;
background-size: cover;
color: white;
}
.table table-sm pizzatable {
color: white;
}
#crust {
color: black;
}
#size {
color: black;
}
#name {
color: black;
}
button {
color: black;
}
label {
width: 200px;
}
#infor {
color: white;
}
| 0.5564 | 0.120206 |
body {
background-color: #fff;
margin:0;
font-size:12pt;
font-family: 'Helvetica Neue',Helvetica,arial,sans-serif;
color: #333333;
}
.page-break { display:none; }
.nav-compact > li > a{
padding: 2px 15px !important;
}
.nav-compact .nav-header {
padding-top: 15px;
}
.navbar .navbar-brand {
height: 50px;
background-position: 15px 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
.navbar .navbar-brand > span {
display:none;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.navbar .navbar-form {
display: none;
}
}
.navbar .nav > li > a:hover {
color: #06C;
}
.request-well {
background-color: white;
border-top: 0;
}
.requestform__law-select select {
width: 200px;
}
.special-nav-item a span{
color: #f0f0f0 !important;
padding: 0.5em;
background: #428bca;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow: none;
}
.special-nav-item a:hover span {
color: #fff !important;
text-shadow: none;
}
.account-dropdown {
padding: 0 !important;
margin: 10px 0;
background-color: transparent !important;
}
.account-dropdown img {
float: left;
}
.account-dropdown .account-name {
float: left;
font-size: 60%;
margin: 2px 0 0 5px;
line-height: 110%;
}
.account-login {
padding-top: 12px !important;
padding-bottom: 12px !important;
font-size: 75%;
line-height: 110% !important;
}
.inline {
display: inline;
}
#main {
/*padding: 10px;*/
/* -moz-box-shadow: 0px 0px 10px #ccc;
-webkit-box-shadow: 0px 0px 10px #ccc;
box-shadow: 0px 0px 10px #ccc;*/
}
#small_main {
width:480px;
margin: 10px auto;
padding: 1.5em;
/* border: 1px solid #ccc;*/
-moz-box-shadow: 0px 0px 15px #ccc;
-webkit-box-shadow: 0px 0px 15px #ccc;
box-shadow: 0px 0px 15px #ccc;
}
strong {
color: #222;
}
.heroine-unit {
padding: 3% 3% 3% 4%;
margin-bottom: 30px;
background-color: #eeeeee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.heroine-unit h1 {
margin-bottom: 0;
font-size: 60px;
line-height: 1;
letter-spacing: -1px;
color: inherit;
}
.heroine-unit p {
font-size: 18px;
font-weight: 200;
line-height: 30px;
color: inherit;
}
#main-folders {
background-image: url('../img/folders.jpg');
}
#main-foirequests {
opacity: 0.8;
}
.frontpage-teaser {
color: #333;
}
.frontpage-teaser small {
text-align: right;
}
.frontpage-teaser h3 {
margin-top: 0;
}
#sample-letter {
font-family: Georgia,serif;
font-size: 1em;
white-space: nowrap;
white-space: pre-wrap;
}
.publicbody-item {
height: 120px;
padding-top: 20px;
margin-top: 1em;
}
#footer {
font-size: 80%;
color: #666;
margin-top: 2em;
display: block;
}
input:focus {
-moz-box-shadow: 0px 0px 5px #7FB0E1;
-webkit-box-shadow: 0px 0px 5px #7FB0E1;
box-shadow: 0px 0px 5px #7FB0E1;
}
#footer ul li {
display:inline;
margin-right: 2em;
}
.important-form {
background-color: #FFE9EE;
}
.errorlist {
margin: 0;
color: #b94a48;
list-style-type: none;
padding: 15px 0 0 0;
}
.foirequest fieldset {
margin-top: 1em;
}
.foirequest fieldset.active legend{
display: block;
}
.foirequest legend{
display: none;
}
.full-text-checkbox {
padding: 5px 20px 0 0;
}
.full-text-checkbox > label {
color: #aaa;
font-size: 80%;
font-weight: normal;
}
.foirequest .text {
white-space: nowrap;
white-space: pre-line;
word-wrap: break-word;
}
.search-results {
max-height: 12em;
overflow-y: auto;
outline: 1px solid #aaa;
}
.search-result {
cursor: pointer;
}
.search-result:hover {
background-color: #f5f5f5;
}
.search-result.active {
background-color: #dff0d8;
}
.search-result > label {
font-weight: normal;
cursor: pointer;
}
.search-result > label > small{
margin-left: 5px;
color: #999;
}
.search-result > label > input {
margin: 0 5px;
}
.search-examples > a {
color: #777;
}
.autocomplete {
background: #fff;
padding: 0 5px;
border:1px solid #999;
cursor:default;
text-align:left;
max-height:250px;
overflow:auto;
margin: 3px 0 0;
width: 100% !important;
}
.autocomplete div {
padding:2px 5px;
white-space:nowrap;
overflow:hidden;
}
.autocomplete strong {
color:#000;
}
.autocomplete > div.selected {
background:#F0F0F0;
}
.hidden-text {
display: none;
}
.show-text {
background-color: #eee;
padding: 0.5em 1em;
display: block;
}
.js .js-hidden {
display:none;
}
.js-hidden:target {
display:block;
}
.focussed:target {
background-color: #FFE9EE;
border: 1px red solid;
}
.focussed:target .js-hidden {
display:block;
}
.focussed:target .toggle {
display:none;
}
.focussed:target .toggle-div {
display:block !important;
}
.no-js #review-button {
display:none;
}
#lightbox-background {
display: none;
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: .80;
z-index: 9999;
}
.lightbox {
display: none;
background: #fff;
padding: 20px;
border: 20px solid #fff;
float: left;
position: fixed;
top: 50%; left: 50%;
z-index: 99999;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.close-button {
float: right;
margin: 1em;
}
*html #lightbox-background {
position: absolute;
}
*html .lightbox {
position: absolute;
}
#review-text {
white-space: nowrap;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 12pt;
font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
color: #333;
background-color: white;
padding: 0.25em;
border: 1px solid #ccc;
height: 14em;
max-height: 15em;
overflow: auto;
}
.rss-icon {
background-repeat: no-repeat;
background-position:0 3px;
padding-left: 20px;
background-image: url('../img/rss-icon.png');
}
.atom-icon {
background-repeat: no-repeat;
background-position:0 3px;
padding-left: 20px;
background-image: url('../img/atom-icon.png');
}
.highlight {
background: #FFFC78;
}
.foirequest-info h2{
margin:0;
}
.message-container {
border-bottom: 1px solid #ddd;
padding: 0 0 0.75em;
margin: 0 0 0.75em;
}
.message {
border: 2px solid #aaa;
/* -moz-box-shadow: 0px 0px 15px #ccc;*/
/* -webkit-box-shadow: 0px 0px 15px #ccc;*/
/* box-shadow: 0px 0px 15px #ccc;*/
padding:10px;
margin: 0;
}
.message-received {
background-color: #FFF9DC;
}
.message-postal {
background-image: url('../img/status/gone_postal_big.png');
background-position: 99% 5px;
background-repeat: no-repeat;
}
.message-escalated {
background-color: #FFE9EE;
}
.message-table {
border-spacing: 0px;
}
.message-table td.key {
text-align:right;
color: #999;
vertical-align:top;
font-weight: bold;
width: 10%;
}
.message-table td.key:after {
content: ":";
}
.message-table td.value-padding-right {
padding-right:65px;
}
.message-table tbody tr:nth-child(even) td, .message tbody tr.even td {
background: transparent;
}
.message-table td {
padding: 0px 0px 2px 0.5em;
}
.message-table, .message-table td ul {
margin-bottom: 0.4em;
}
.content-text {
white-space: nowrap;
white-space: pre-wrap;
word-wrap: break-word;
}
.events {
color: #999;
font-size: 0.8em;
margin: 0.5em 0 0;
}
.events ol {
margin-bottom: 0;
list-style-type: none;
}
.event {
color: #999;
}
.event a {
color: #999;
text-decoration: none;
}
.event a:hover {
text-decoration: underline;
}
.comments-container {
margin: 0.5em 0 0;
}
.comments-container > a {
font-size:0.9em;
}
.js .comment-form {
display:none;
}
.comment-form:target {
display:block !important;
}
.comments-list {
margin-left: 1em;
}
.comments-list p {
margin-bottom: 0.5em;
}
.comments-list dt {
font-weight: normal;
color: #999;
font-size: 0.8em;
}
.moderator {
background-color: #C4FFD6;
}
.section {
padding: 1em;
margin: 0 0.5em 1em 0;
border: 1px solid #ccc;
}
.js .status-section {
display:none;
}
.legal-text {
white-space: nowrap;
white-space:pre-line;
}
.topic-list {
list-style-type: none;
width: 100%;
margin:1em 0 1em;
}
.topic-list > li {
float:left;
}
.topic-list > li div {
padding: 1em 1em 1.2em;
margin: 0.5em 1em;
border-radius: 15px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.topic-list > li div:hover {
background-color: #41D05F;
}
.topic-list > li h4 {
margin: 0px;
height: 40px;
width: 70%;
padding-left: 50px;
background: transparent url('../img/arrow.png') 0px 0px no-repeat;
}
.topic-list > li a h4 {
color: #06c;
}
.topic-list > li div:hover h4 {
/* color:#09f;*/
color: #fff;
text-decoration: none !important;
}
.topic-list > li div:hover a {
/* color:#09f;*/
color: #fff;
text-decoration: none !important;
}
.topic-list > li > p {
color: #999;
}
.topic-icon {
background-repeat: none;
background-position: 0 0;
}
.small {
color: #666;
font-size:0.8em;
}
.small a {
text-decoration: none;
color: #666;
}
.small a:hover {
text-decoration: underline;
color: #666;
}
.time-small {
color: #666;
font-size:0.8em;
}
.tag-list {
list-style-type: none;
padding: 0;
}
.tag-list li {
display: inline;
}
.tag-list li a {
font-size: 0.8em;
text-decoration: none;
}
.tag-list li a:hover {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
.icon {
display: block;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-position:0 0px;
}
.small-icon {
background-repeat: no-repeat;
background-position:0 3px;
padding-left: 20px;
/*margin-bottom: 2px;*/
}
.small-icon.status-successful {
background-image: url('../img/status/successful_small.png')
}
.small-icon.status-partially_successful {
background-image: url('../img/status/partially_successful_small.png')
}
.small-icon.status-refused {
background-image: url('../img/status/refused_small.png')
}
.small-icon.status-user_withdrew {
background-image: url('../img/status/user_withdrew_small.png')
}
.small-icon.status-user_withdrew_costs {
background-image: url('../img/status/user_withdrew_costs_small.png')
}
.small-icon.status-publicbody_needed {
background-image: url('../img/status/publicbody_needed_small.png')
}
.small-icon.status-awaiting_response {
background-image: url('../img/status/awaiting_response_small.png')
}
.small-icon.status-overdue {
background-image: url('../img/status/overdue_small.png')
}
.small-icon.status-asleep {
background-image: url('../img/status/asleep_small.png')
}
.small-icon.status-not_held {
background-image: url('../img/status/not_held_small.png')
}
.small-icon.status-has_fee {
background-image: url('../img/status/has_fee_small.png')
}
.icon.status-successful {
background-image: url('../img/status/successful.png')
}
.icon.status-partially_successful {
background-image: url('../img/status/partially_successful.png')
}
.icon.status-refused {
background-image: url('../img/status/refused.png')
}
.icon.status-user_withdrew {
background-image: url('../img/status/user_withdrew.png')
}
.icon.status-user_withdrew_costs {
background-image: url('../img/status/user_withdrew_costs.png')
}
.icon.status-publicbody_needed {
background-image: url('../img/status/publicbody_needed.png')
}
.icon.status-awaiting_response {
background-image: url('../img/status/awaiting_response.png')
}
.icon.status-overdue {
background-image: url('../img/status/overdue.png')
}
.icon.status-asleep {
background-image: url('../img/status/asleep.png')
}
.icon.status-not_held {
background-image: url('../img/status/not_held.png')
}
.icon.status-has_fee {
background-image: url('../img/status/has_fee.png')
}
.icon.status-awaiting_classification {
background-image: url('../img/status/awaiting_classification.png')
}
.red {
color: red;
}
.green {
background-color: #C4FFD6;
}
.redacted,
.redacted:hover,
.redacted:active,
.redacted::selection,
.redacted a {
background-color: #000 !important;
color: #000 !important;
}
.redacted.redacted-hover:hover,
.redacted.redacted-hover:hover a {
color: #ddd !important;
background-color: #000 !important;
}
#followrequest-form p {
margin: 0;
}
#followrequest-form label {
font-weight: normal;
font-size: 12pt;
}
.foldin {
/* color: #999;
overflow: hidden;
max-height: 90px;
-webkit-transition: all 5s ease;
-moz-transition: all 5s ease;
-o-transition: all 5s ease;
transition: all 5s ease;*/
}
.message-content:hover .foldin {
/* content height should never become bigger than this */
/*max-height: 1000px;*/
/* color: #333;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
.sidebar h3 {
font-size: 1em;
margin-top: 0;
}
.hover-visible {
visibility: hidden;
}
.hover-parent:hover .hover-visible{
visibility: visible;
}
.center {
text-align: center;
}
.socialshareprivacy {
opacity: 0.5;
}
.info .socialshareprivacy {
opacity: 1;
}
.socialshareprivacy:hover {
opacity: 1;
}
.banner {
width: 998px;
margin: 0 auto;
}
.state-header {
background: center top no-repeat;
margin-top: -20px;
}
.state-header .state-headline {
text-align: center;
}
.state-header h1 {
font-size: 48px;
font-weight: bold;
text-shadow: 0px 0px 5px #fff;
padding-top: 0.5em;
margin-top: 0;
}
.state-header h2 {
font-weight: normal;
font-size: 110%;
}
.state-headline-white {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.5);
}
.above-panorama {
padding-bottom: 1em;
}
.above-panorama .thumbnail {
border-color: transparent;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
}
.message-nav.affix {
position: static;
}
/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
/* Widen the fixed sidebar */
.message-nav.affix,
.message-nav.affix-bottom {
width: 263px;
}
.message-nav.affix {
position: fixed; /* Undo the static from mobile first approach */
top: 10px;
right: 83px;
}
.message-nav.affix-bottom {
position: absolute; /* Undo the static from mobile first approach */
}
}
@media screen and (min-width: 1200px) {
/* Widen the fixed sidebar again */
.message-nav.affix-bottom,
.message-nav.affix {
width: 263px;
}
}
.message-nav li a {
padding: 5px 15px 5px !important;
}
.message-nav li.active a {
font-weight: bold;
}
.message-nav li {
line-height: 12px;
}
.message-nav li.nav-header {
margin-top: 10px;
margin-bottom: 5px;
}
input.copyinput {
cursor: text;
background-color: #fff;
}
.btn .on-hover {
display: none;
}
.btn:hover .on-hover {
display: inline;
}
.btn:hover .on-display {
display: none;
}
.btn.hover-btn-danger:hover {
color:#fff;background-color:#d9534f;border-color:#d43f3a
}
.btn.hover-btn-warning:hover {
color:#fff;background-color:#f0ad4e;border-color:#eea236
}
.btn.hover-btn-success:hover {
color:#fff;background-color:#5cb85c;border-color:#4cae4c
}
.btn-inverse {
color: #ffffff;
background-color: #333333;
border-color: #cccccc;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
color: #ebebeb;
background-color: #333333;
border-color: #adadad;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
background-color: #000000;
border-color: #cccccc;
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-error hr {
border-top-color: #e6c1c7;
}
.alert-error .alert-link {
color: #953b39;
}
.top-buffer {
margin-top:20px;
}
.pdf-canvas-container {
position: relative;
}
.pdf-canvas-container canvas {
outline: 1px solid #ddd;
}
.pdf-redaction {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
cursor: crosshair;
}
.control-group .controls ul {
list-style-type: none;
}
.control-group .controls ul li input[type="radio"],
.control-group .controls ul li input[type="checkbox"] {
margin-top: 0;
}
ul.tagit {
width: 100% !important;
}
.tagit-form {
font-size: 80%;
}
|
froide/static/css/style.css
|
body {
background-color: #fff;
margin:0;
font-size:12pt;
font-family: 'Helvetica Neue',Helvetica,arial,sans-serif;
color: #333333;
}
.page-break { display:none; }
.nav-compact > li > a{
padding: 2px 15px !important;
}
.nav-compact .nav-header {
padding-top: 15px;
}
.navbar .navbar-brand {
height: 50px;
background-position: 15px 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
.navbar .navbar-brand > span {
display:none;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.navbar .navbar-form {
display: none;
}
}
.navbar .nav > li > a:hover {
color: #06C;
}
.request-well {
background-color: white;
border-top: 0;
}
.requestform__law-select select {
width: 200px;
}
.special-nav-item a span{
color: #f0f0f0 !important;
padding: 0.5em;
background: #428bca;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow: none;
}
.special-nav-item a:hover span {
color: #fff !important;
text-shadow: none;
}
.account-dropdown {
padding: 0 !important;
margin: 10px 0;
background-color: transparent !important;
}
.account-dropdown img {
float: left;
}
.account-dropdown .account-name {
float: left;
font-size: 60%;
margin: 2px 0 0 5px;
line-height: 110%;
}
.account-login {
padding-top: 12px !important;
padding-bottom: 12px !important;
font-size: 75%;
line-height: 110% !important;
}
.inline {
display: inline;
}
#main {
/*padding: 10px;*/
/* -moz-box-shadow: 0px 0px 10px #ccc;
-webkit-box-shadow: 0px 0px 10px #ccc;
box-shadow: 0px 0px 10px #ccc;*/
}
#small_main {
width:480px;
margin: 10px auto;
padding: 1.5em;
/* border: 1px solid #ccc;*/
-moz-box-shadow: 0px 0px 15px #ccc;
-webkit-box-shadow: 0px 0px 15px #ccc;
box-shadow: 0px 0px 15px #ccc;
}
strong {
color: #222;
}
.heroine-unit {
padding: 3% 3% 3% 4%;
margin-bottom: 30px;
background-color: #eeeeee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.heroine-unit h1 {
margin-bottom: 0;
font-size: 60px;
line-height: 1;
letter-spacing: -1px;
color: inherit;
}
.heroine-unit p {
font-size: 18px;
font-weight: 200;
line-height: 30px;
color: inherit;
}
#main-folders {
background-image: url('../img/folders.jpg');
}
#main-foirequests {
opacity: 0.8;
}
.frontpage-teaser {
color: #333;
}
.frontpage-teaser small {
text-align: right;
}
.frontpage-teaser h3 {
margin-top: 0;
}
#sample-letter {
font-family: Georgia,serif;
font-size: 1em;
white-space: nowrap;
white-space: pre-wrap;
}
.publicbody-item {
height: 120px;
padding-top: 20px;
margin-top: 1em;
}
#footer {
font-size: 80%;
color: #666;
margin-top: 2em;
display: block;
}
input:focus {
-moz-box-shadow: 0px 0px 5px #7FB0E1;
-webkit-box-shadow: 0px 0px 5px #7FB0E1;
box-shadow: 0px 0px 5px #7FB0E1;
}
#footer ul li {
display:inline;
margin-right: 2em;
}
.important-form {
background-color: #FFE9EE;
}
.errorlist {
margin: 0;
color: #b94a48;
list-style-type: none;
padding: 15px 0 0 0;
}
.foirequest fieldset {
margin-top: 1em;
}
.foirequest fieldset.active legend{
display: block;
}
.foirequest legend{
display: none;
}
.full-text-checkbox {
padding: 5px 20px 0 0;
}
.full-text-checkbox > label {
color: #aaa;
font-size: 80%;
font-weight: normal;
}
.foirequest .text {
white-space: nowrap;
white-space: pre-line;
word-wrap: break-word;
}
.search-results {
max-height: 12em;
overflow-y: auto;
outline: 1px solid #aaa;
}
.search-result {
cursor: pointer;
}
.search-result:hover {
background-color: #f5f5f5;
}
.search-result.active {
background-color: #dff0d8;
}
.search-result > label {
font-weight: normal;
cursor: pointer;
}
.search-result > label > small{
margin-left: 5px;
color: #999;
}
.search-result > label > input {
margin: 0 5px;
}
.search-examples > a {
color: #777;
}
.autocomplete {
background: #fff;
padding: 0 5px;
border:1px solid #999;
cursor:default;
text-align:left;
max-height:250px;
overflow:auto;
margin: 3px 0 0;
width: 100% !important;
}
.autocomplete div {
padding:2px 5px;
white-space:nowrap;
overflow:hidden;
}
.autocomplete strong {
color:#000;
}
.autocomplete > div.selected {
background:#F0F0F0;
}
.hidden-text {
display: none;
}
.show-text {
background-color: #eee;
padding: 0.5em 1em;
display: block;
}
.js .js-hidden {
display:none;
}
.js-hidden:target {
display:block;
}
.focussed:target {
background-color: #FFE9EE;
border: 1px red solid;
}
.focussed:target .js-hidden {
display:block;
}
.focussed:target .toggle {
display:none;
}
.focussed:target .toggle-div {
display:block !important;
}
.no-js #review-button {
display:none;
}
#lightbox-background {
display: none;
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: .80;
z-index: 9999;
}
.lightbox {
display: none;
background: #fff;
padding: 20px;
border: 20px solid #fff;
float: left;
position: fixed;
top: 50%; left: 50%;
z-index: 99999;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.close-button {
float: right;
margin: 1em;
}
*html #lightbox-background {
position: absolute;
}
*html .lightbox {
position: absolute;
}
#review-text {
white-space: nowrap;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 12pt;
font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
color: #333;
background-color: white;
padding: 0.25em;
border: 1px solid #ccc;
height: 14em;
max-height: 15em;
overflow: auto;
}
.rss-icon {
background-repeat: no-repeat;
background-position:0 3px;
padding-left: 20px;
background-image: url('../img/rss-icon.png');
}
.atom-icon {
background-repeat: no-repeat;
background-position:0 3px;
padding-left: 20px;
background-image: url('../img/atom-icon.png');
}
.highlight {
background: #FFFC78;
}
.foirequest-info h2{
margin:0;
}
.message-container {
border-bottom: 1px solid #ddd;
padding: 0 0 0.75em;
margin: 0 0 0.75em;
}
.message {
border: 2px solid #aaa;
/* -moz-box-shadow: 0px 0px 15px #ccc;*/
/* -webkit-box-shadow: 0px 0px 15px #ccc;*/
/* box-shadow: 0px 0px 15px #ccc;*/
padding:10px;
margin: 0;
}
.message-received {
background-color: #FFF9DC;
}
.message-postal {
background-image: url('../img/status/gone_postal_big.png');
background-position: 99% 5px;
background-repeat: no-repeat;
}
.message-escalated {
background-color: #FFE9EE;
}
.message-table {
border-spacing: 0px;
}
.message-table td.key {
text-align:right;
color: #999;
vertical-align:top;
font-weight: bold;
width: 10%;
}
.message-table td.key:after {
content: ":";
}
.message-table td.value-padding-right {
padding-right:65px;
}
.message-table tbody tr:nth-child(even) td, .message tbody tr.even td {
background: transparent;
}
.message-table td {
padding: 0px 0px 2px 0.5em;
}
.message-table, .message-table td ul {
margin-bottom: 0.4em;
}
.content-text {
white-space: nowrap;
white-space: pre-wrap;
word-wrap: break-word;
}
.events {
color: #999;
font-size: 0.8em;
margin: 0.5em 0 0;
}
.events ol {
margin-bottom: 0;
list-style-type: none;
}
.event {
color: #999;
}
.event a {
color: #999;
text-decoration: none;
}
.event a:hover {
text-decoration: underline;
}
.comments-container {
margin: 0.5em 0 0;
}
.comments-container > a {
font-size:0.9em;
}
.js .comment-form {
display:none;
}
.comment-form:target {
display:block !important;
}
.comments-list {
margin-left: 1em;
}
.comments-list p {
margin-bottom: 0.5em;
}
.comments-list dt {
font-weight: normal;
color: #999;
font-size: 0.8em;
}
.moderator {
background-color: #C4FFD6;
}
.section {
padding: 1em;
margin: 0 0.5em 1em 0;
border: 1px solid #ccc;
}
.js .status-section {
display:none;
}
.legal-text {
white-space: nowrap;
white-space:pre-line;
}
.topic-list {
list-style-type: none;
width: 100%;
margin:1em 0 1em;
}
.topic-list > li {
float:left;
}
.topic-list > li div {
padding: 1em 1em 1.2em;
margin: 0.5em 1em;
border-radius: 15px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.topic-list > li div:hover {
background-color: #41D05F;
}
.topic-list > li h4 {
margin: 0px;
height: 40px;
width: 70%;
padding-left: 50px;
background: transparent url('../img/arrow.png') 0px 0px no-repeat;
}
.topic-list > li a h4 {
color: #06c;
}
.topic-list > li div:hover h4 {
/* color:#09f;*/
color: #fff;
text-decoration: none !important;
}
.topic-list > li div:hover a {
/* color:#09f;*/
color: #fff;
text-decoration: none !important;
}
.topic-list > li > p {
color: #999;
}
.topic-icon {
background-repeat: none;
background-position: 0 0;
}
.small {
color: #666;
font-size:0.8em;
}
.small a {
text-decoration: none;
color: #666;
}
.small a:hover {
text-decoration: underline;
color: #666;
}
.time-small {
color: #666;
font-size:0.8em;
}
.tag-list {
list-style-type: none;
padding: 0;
}
.tag-list li {
display: inline;
}
.tag-list li a {
font-size: 0.8em;
text-decoration: none;
}
.tag-list li a:hover {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
.icon {
display: block;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-position:0 0px;
}
.small-icon {
background-repeat: no-repeat;
background-position:0 3px;
padding-left: 20px;
/*margin-bottom: 2px;*/
}
.small-icon.status-successful {
background-image: url('../img/status/successful_small.png')
}
.small-icon.status-partially_successful {
background-image: url('../img/status/partially_successful_small.png')
}
.small-icon.status-refused {
background-image: url('../img/status/refused_small.png')
}
.small-icon.status-user_withdrew {
background-image: url('../img/status/user_withdrew_small.png')
}
.small-icon.status-user_withdrew_costs {
background-image: url('../img/status/user_withdrew_costs_small.png')
}
.small-icon.status-publicbody_needed {
background-image: url('../img/status/publicbody_needed_small.png')
}
.small-icon.status-awaiting_response {
background-image: url('../img/status/awaiting_response_small.png')
}
.small-icon.status-overdue {
background-image: url('../img/status/overdue_small.png')
}
.small-icon.status-asleep {
background-image: url('../img/status/asleep_small.png')
}
.small-icon.status-not_held {
background-image: url('../img/status/not_held_small.png')
}
.small-icon.status-has_fee {
background-image: url('../img/status/has_fee_small.png')
}
.icon.status-successful {
background-image: url('../img/status/successful.png')
}
.icon.status-partially_successful {
background-image: url('../img/status/partially_successful.png')
}
.icon.status-refused {
background-image: url('../img/status/refused.png')
}
.icon.status-user_withdrew {
background-image: url('../img/status/user_withdrew.png')
}
.icon.status-user_withdrew_costs {
background-image: url('../img/status/user_withdrew_costs.png')
}
.icon.status-publicbody_needed {
background-image: url('../img/status/publicbody_needed.png')
}
.icon.status-awaiting_response {
background-image: url('../img/status/awaiting_response.png')
}
.icon.status-overdue {
background-image: url('../img/status/overdue.png')
}
.icon.status-asleep {
background-image: url('../img/status/asleep.png')
}
.icon.status-not_held {
background-image: url('../img/status/not_held.png')
}
.icon.status-has_fee {
background-image: url('../img/status/has_fee.png')
}
.icon.status-awaiting_classification {
background-image: url('../img/status/awaiting_classification.png')
}
.red {
color: red;
}
.green {
background-color: #C4FFD6;
}
.redacted,
.redacted:hover,
.redacted:active,
.redacted::selection,
.redacted a {
background-color: #000 !important;
color: #000 !important;
}
.redacted.redacted-hover:hover,
.redacted.redacted-hover:hover a {
color: #ddd !important;
background-color: #000 !important;
}
#followrequest-form p {
margin: 0;
}
#followrequest-form label {
font-weight: normal;
font-size: 12pt;
}
.foldin {
/* color: #999;
overflow: hidden;
max-height: 90px;
-webkit-transition: all 5s ease;
-moz-transition: all 5s ease;
-o-transition: all 5s ease;
transition: all 5s ease;*/
}
.message-content:hover .foldin {
/* content height should never become bigger than this */
/*max-height: 1000px;*/
/* color: #333;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
.sidebar h3 {
font-size: 1em;
margin-top: 0;
}
.hover-visible {
visibility: hidden;
}
.hover-parent:hover .hover-visible{
visibility: visible;
}
.center {
text-align: center;
}
.socialshareprivacy {
opacity: 0.5;
}
.info .socialshareprivacy {
opacity: 1;
}
.socialshareprivacy:hover {
opacity: 1;
}
.banner {
width: 998px;
margin: 0 auto;
}
.state-header {
background: center top no-repeat;
margin-top: -20px;
}
.state-header .state-headline {
text-align: center;
}
.state-header h1 {
font-size: 48px;
font-weight: bold;
text-shadow: 0px 0px 5px #fff;
padding-top: 0.5em;
margin-top: 0;
}
.state-header h2 {
font-weight: normal;
font-size: 110%;
}
.state-headline-white {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.5);
}
.above-panorama {
padding-bottom: 1em;
}
.above-panorama .thumbnail {
border-color: transparent;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
}
.message-nav.affix {
position: static;
}
/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
/* Widen the fixed sidebar */
.message-nav.affix,
.message-nav.affix-bottom {
width: 263px;
}
.message-nav.affix {
position: fixed; /* Undo the static from mobile first approach */
top: 10px;
right: 83px;
}
.message-nav.affix-bottom {
position: absolute; /* Undo the static from mobile first approach */
}
}
@media screen and (min-width: 1200px) {
/* Widen the fixed sidebar again */
.message-nav.affix-bottom,
.message-nav.affix {
width: 263px;
}
}
.message-nav li a {
padding: 5px 15px 5px !important;
}
.message-nav li.active a {
font-weight: bold;
}
.message-nav li {
line-height: 12px;
}
.message-nav li.nav-header {
margin-top: 10px;
margin-bottom: 5px;
}
input.copyinput {
cursor: text;
background-color: #fff;
}
.btn .on-hover {
display: none;
}
.btn:hover .on-hover {
display: inline;
}
.btn:hover .on-display {
display: none;
}
.btn.hover-btn-danger:hover {
color:#fff;background-color:#d9534f;border-color:#d43f3a
}
.btn.hover-btn-warning:hover {
color:#fff;background-color:#f0ad4e;border-color:#eea236
}
.btn.hover-btn-success:hover {
color:#fff;background-color:#5cb85c;border-color:#4cae4c
}
.btn-inverse {
color: #ffffff;
background-color: #333333;
border-color: #cccccc;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
color: #ebebeb;
background-color: #333333;
border-color: #adadad;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
background-color: #000000;
border-color: #cccccc;
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-error hr {
border-top-color: #e6c1c7;
}
.alert-error .alert-link {
color: #953b39;
}
.top-buffer {
margin-top:20px;
}
.pdf-canvas-container {
position: relative;
}
.pdf-canvas-container canvas {
outline: 1px solid #ddd;
}
.pdf-redaction {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
cursor: crosshair;
}
.control-group .controls ul {
list-style-type: none;
}
.control-group .controls ul li input[type="radio"],
.control-group .controls ul li input[type="checkbox"] {
margin-top: 0;
}
ul.tagit {
width: 100% !important;
}
.tagit-form {
font-size: 80%;
}
| 0.297062 | 0.067608 |
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
p.center {
margin: auto;
width: 60%;
border: 3px solid red;
padding: 10px;
}
.navbar {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
}
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
.navbar a.right {
float: right;
}
.navbar a:hover {
background-color: #ddd;
color: black;
}
.navbar a.active {
background-color: #666;
color: white;
}
.main {
margin-left: 160px; /* Same as the width of the sidenav */
font-size: 28px; /* Increased text to enable scrolling */
padding: 0px 10px;
}
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width: 100%;
}
}
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: grey;
color: white;
text-align: center;
}
.header {
padding: 10px;
text-align: center;
background: #ff3c8c;
color: white;
font-size: 30px;
}
.container {
position: relative;
width: 50%;
}
.image {
opacity: 1;
display: block;
width: auto;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%)
}
.container:hover .image {
opacity: 0.3;
}
.container:hover .middle {
opacity: 1;
}
.text {
background-color: powderblue;
color: white;
font-size: 16px;
padding: 16px 32px;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
.side {
-ms-flex: 100%; /* IE10 */
flex: 100%;
background-color: #f1f1f1;
padding: 20px;
}
* {
box-sizing: border-box;
}
img {
vertical-align: middle;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
}
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
input[type=text] {
width: 130px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: white;
background-image: url('searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 100%;
}
* {
box-sizing: border-box;
}
/* Add padding to containers */
.container {
padding: 16px;
background-color: white;
}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
display: inline-block;
border: none;
background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Overwrite default styles of hr */
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
/* Set a style for the submit button */
.registerbtn {
background-color: #04AA6D;
color: white;
padding: 16px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.registerbtn:hover {
opacity: 1;
}
.signinbtn {
background-color: #04AA6D;
color: white;
padding: 16px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.signinbtn:hover {
opacity: 1;
}
/* Add a blue text color to links */
a {
color: dodgerblue;
}
/* Set a grey background color and center the text of the "sign in" section */
.signin {
background-color: #f1f1f1;
text-align: center;
}
#message {
display:none;
background: #f1f1f1;
color: #000;
position: relative;
padding: 20px;
margin-top: 10px;
}
#message p {
padding: 10px 35px;
font-size: 18px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
color: green;
}
.valid:before {
position: relative;
left: -35px;
content: "✔";
}
/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
color: red;
}
.invalid:before {
position: relative;
left: -35px;
content: "✖";
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
max-width: 100%;
overflow: auto;
}
#myImg:hover {opacity: 0.7;}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation */
.modal-content, #caption {
animation-name: zoom;
animation-duration: 0.6s;
}
@keyframes zoom {
from {transform: scale(0.1)}
to {transform: scale(1)}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}
.popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* The actual popup */
.popup .popuptext {
visibility: hidden;
width: 160px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}
.container-out {
font-family: "Fira Sans", sans-serif;
padding: 15px 0;
}
.container-in {
width: 95%;
margin: 0 auto;
}
.search-container {
position: relative;
max-width: 300px;
margin: 0 auto;
text-align: center;
padding: 15px;
}
.search-title {
margin-top: 0;
margin-bottom: 5px;
color: #1ca0b8;
}
#search-input {
width: 90%;
padding: 13px;
border-radius: 4px;
border: 2px solid #1ca0b8;
font-size: 15px;
}
#search-input:focus {
outline: none;
}
#search-results {
position: absolute;
z-index: 10;
margin: 1px auto;
background: #1ca0b8;
width: 90%;
text-align: left;
border-radius: 4px;
border: 2px solid #1ca0b8;
display: none;
}
.search-item {
color: white;
cursor: pointer;
}
.search-item p {
margin: 0;
padding: 10px;
}
.search-item:hover {
background: #2cc7e2;
}
#search-data {
margin-top: 10px;
color: #1ca0b8;
}
#search-data p {
margin: 0;
padding: 6px;
font-size: 16px;
}
#marquee-cont {
background: #deeppink;
margin-top:10px;
}
#marquee-cont marquee {
margin-top: 5px;
}
#marquee-news {
background: #1174A8;
padding: 5px;
}
#ticker-title{
border:none;
padding:5px 20px;
background:#1174A8;
color:hotpink;
}
#ticker-title:focus{
outline:none;
}
|
public/mystyle.css
|
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
p.center {
margin: auto;
width: 60%;
border: 3px solid red;
padding: 10px;
}
.navbar {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
}
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
.navbar a.right {
float: right;
}
.navbar a:hover {
background-color: #ddd;
color: black;
}
.navbar a.active {
background-color: #666;
color: white;
}
.main {
margin-left: 160px; /* Same as the width of the sidenav */
font-size: 28px; /* Increased text to enable scrolling */
padding: 0px 10px;
}
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width: 100%;
}
}
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: grey;
color: white;
text-align: center;
}
.header {
padding: 10px;
text-align: center;
background: #ff3c8c;
color: white;
font-size: 30px;
}
.container {
position: relative;
width: 50%;
}
.image {
opacity: 1;
display: block;
width: auto;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%)
}
.container:hover .image {
opacity: 0.3;
}
.container:hover .middle {
opacity: 1;
}
.text {
background-color: powderblue;
color: white;
font-size: 16px;
padding: 16px 32px;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
.side {
-ms-flex: 100%; /* IE10 */
flex: 100%;
background-color: #f1f1f1;
padding: 20px;
}
* {
box-sizing: border-box;
}
img {
vertical-align: middle;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
}
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
input[type=text] {
width: 130px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: white;
background-image: url('searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 100%;
}
* {
box-sizing: border-box;
}
/* Add padding to containers */
.container {
padding: 16px;
background-color: white;
}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
display: inline-block;
border: none;
background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Overwrite default styles of hr */
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
/* Set a style for the submit button */
.registerbtn {
background-color: #04AA6D;
color: white;
padding: 16px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.registerbtn:hover {
opacity: 1;
}
.signinbtn {
background-color: #04AA6D;
color: white;
padding: 16px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.signinbtn:hover {
opacity: 1;
}
/* Add a blue text color to links */
a {
color: dodgerblue;
}
/* Set a grey background color and center the text of the "sign in" section */
.signin {
background-color: #f1f1f1;
text-align: center;
}
#message {
display:none;
background: #f1f1f1;
color: #000;
position: relative;
padding: 20px;
margin-top: 10px;
}
#message p {
padding: 10px 35px;
font-size: 18px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
color: green;
}
.valid:before {
position: relative;
left: -35px;
content: "✔";
}
/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
color: red;
}
.invalid:before {
position: relative;
left: -35px;
content: "✖";
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
max-width: 100%;
overflow: auto;
}
#myImg:hover {opacity: 0.7;}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation */
.modal-content, #caption {
animation-name: zoom;
animation-duration: 0.6s;
}
@keyframes zoom {
from {transform: scale(0.1)}
to {transform: scale(1)}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}
.popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* The actual popup */
.popup .popuptext {
visibility: hidden;
width: 160px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}
.container-out {
font-family: "Fira Sans", sans-serif;
padding: 15px 0;
}
.container-in {
width: 95%;
margin: 0 auto;
}
.search-container {
position: relative;
max-width: 300px;
margin: 0 auto;
text-align: center;
padding: 15px;
}
.search-title {
margin-top: 0;
margin-bottom: 5px;
color: #1ca0b8;
}
#search-input {
width: 90%;
padding: 13px;
border-radius: 4px;
border: 2px solid #1ca0b8;
font-size: 15px;
}
#search-input:focus {
outline: none;
}
#search-results {
position: absolute;
z-index: 10;
margin: 1px auto;
background: #1ca0b8;
width: 90%;
text-align: left;
border-radius: 4px;
border: 2px solid #1ca0b8;
display: none;
}
.search-item {
color: white;
cursor: pointer;
}
.search-item p {
margin: 0;
padding: 10px;
}
.search-item:hover {
background: #2cc7e2;
}
#search-data {
margin-top: 10px;
color: #1ca0b8;
}
#search-data p {
margin: 0;
padding: 6px;
font-size: 16px;
}
#marquee-cont {
background: #deeppink;
margin-top:10px;
}
#marquee-cont marquee {
margin-top: 5px;
}
#marquee-news {
background: #1174A8;
padding: 5px;
}
#ticker-title{
border:none;
padding:5px 20px;
background:#1174A8;
color:hotpink;
}
#ticker-title:focus{
outline:none;
}
| 0.342242 | 0.101634 |
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom components all start with `serlo-*`
* They serve as a lightwight abstraction for common elements
* Or they need to use css selectors - with is hacky, but sometimes the only way to go
* Use react components for more complex elements
*/
@layer components {
.serlo-link {
@apply text-brand no-underline break-words hover:underline;
}
.serlo-button {
@apply inline-block transition-all rounded-4xl py-1 px-2;
@apply font-bold border-none cursor-pointer no-underline;
@apply text-lg leading-browser font-serlo tracking-slightestly-tighter;
@apply ease-in-out duration-200 hover:no-underline;
}
.serlo-make-interactive-primary {
@apply text-white bg-brand hover:bg-brand-light;
}
.serlo-make-interactive-green {
@apply text-white bg-brandgreen hover:bg-brand;
}
.serlo-make-interactive-transparent-green {
@apply text-brandgreen bg-transparent hover:text-white hover:bg-brandgreen;
}
.serlo-make-interactive-transparent-blue {
@apply text-brand bg-transparent hover:text-white hover:bg-brand;
}
.serlo-make-interactive-light {
@apply text-brand bg-brand-100 hover:text-white hover:bg-brand;
}
.serlo-p {
@apply mx-side mt-0 mb-block special-hyphens-auto text-lg leading-cozy;
}
.serlo-h1 {
@apply mx-side mb-9 mt-4 p-0 font-bold text-3.5xl special-hyphens-auto;
}
.serlo-h2 {
@apply mx-side mt-0 mb-6 pb-1 pt-6;
@apply text-2.5xl font-bold special-hyphens-auto;
@apply text-truegray-900 border-truegray-300 border-b;
}
.serlo-h3 {
@apply mx-side mt-0 mb-8 pt-3 font-bold text-1.5xl text-truegray-900;
}
.serlo-h4 {
@apply mx-side mt-0 mb-5 text-base-plus;
}
.serlo-h5 {
@apply mx-side mt-0 mb-5;
}
.serlo-table {
@apply mx-side border-collapse whitespace-nowrap mobile:whitespace-normal break-normal;
}
.serlo-th {
@apply p-2.5 border-0 border-b-3 border-brand-150 text-left pl-3;
}
.serlo-td {
@apply p-2.5 align-top border-3 border-brand-150;
}
.serlo-ul {
@apply mx-side mb-block mt-4 pl-5 list-none;
& > li:before {
@apply absolute special-content-space bg-brand-lighter;
@apply w-2.5 h-2.5 rounded-full -ml-5 mt-2.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
.serlo-ol {
@apply mx-side mb-block mt-0 pl-6 list-none;
@apply special-reset-list-counter;
& > li:before {
@apply absolute special-content-list-counter special-increment-list-counter;
@apply font-bold text-center rounded-full -ml-6;
@apply mt-0.5 bg-brand-150 w-4 h-4 text-xs;
@apply leading-tight text-brand pt-0.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
.serlo-sub-list {
@apply bg-white py-3 pr-4 pl-2.5 m-0;
@apply text-left block overflow-auto list-none w-auto;
@apply rounded-lg shadow-menu;
}
.serlo-sub-list-hover {
@apply serlo-sub-list bg-brand-50 min-w-180;
}
.serlo-img {
@apply h-auto inline max-w-full;
}
.serlo-math-wrapper {
@apply px-4 text-left mb-block py-0.5;
@apply text-lg leading-browser overflow-x-auto overflow-y-hidden;
@apply px-side;
}
.serlo-important {
@apply border-l-6 border-brand p-2.5 mb-block mx-4;
@apply mx-side;
}
.serlo-spoiler-body {
@apply pt-6 pb-3.5 border-l-8 border-brand;
}
.serlo-solution-box {
@apply py-2.5 mx-side mb-block border-l-8 border-brand-150;
}
.serlo-styled-label {
@apply flex items-center cursor-pointer;
> div > * {
/* hacky selector */
@apply ml-2;
}
}
.serlo-image-centered {
@apply px-4 mb-block text-center;
}
.serlo-exercise-wrapper {
@apply mt-10 mb-2.5;
@media (hoverhover) {
/* -> use tailwind stuff instead */
input {
@apply opacity-20 transition-opacity;
}
&:hover {
/* UwU */
input {
@apply opacity-100;
}
}
}
}
li.serlo-grouped-exercise-wrapper {
counter-increment: exercises;
}
li.serlo-grouped-exercise-wrapper::before {
content: counter(exercises, lower-alpha);
@apply flex justify-center align-middle;
@apply h-7 w-7 mx-side mb-2.5 rounded-full;
@apply sm:absolute sm:-mt-1 sm:-ml-10;
@apply text-xl font-bold text-brand bg-brand-150;
}
.serlo-responsive-margin {
@apply mx-side lg:mx-side-lg;
}
.serlo-responsive-padding {
@apply px-side lg:px-side-lg;
}
.serlo-input-font-reset {
@apply text-base tracking-slightestly-tighter font-serlo;
}
.serlo-content-with-spacing-fixes {
/* this feels really hacky */
@apply break-words;
& p + ul {
@apply -mt-3.5;
}
& li > p {
@apply mx-0 mb-2;
}
& li > .serlo-math-wrapper {
@apply px-0;
}
& .serlo-important,
& .serlo-blockquote,
& .serlo-spoiler-body,
& .serlo-solution-box,
& .serlo-styled-label,
& li,
& th,
& td {
> p:last-child,
> .serlo-math-wrapper:last-child,
> ul:last-child,
> ol:last-child,
> .serlo-image-centered:last-child,
> .serlo-exercise-wrapper:last-child {
@apply mb-0;
}
/* fixed in postcss-nested 5.0.6 */
> .serlo-exercise-wrapper:first-child {
@apply mt-0;
}
}
}
.serlo-new-landing-button {
@apply text-white text-xl bg-brand rounded-lg font-bold;
@apply px-8 py-4 mb-5 tracking-tight block text-center;
@apply hover:bg-brand-light hover:no-underline;
}
.serlo-blockquote {
@apply border-l-6 border-brand-150 p-2.5 my-block mx-side;
}
.serlo-revision-extra-info {
.serlo-p:last-child {
margin-bottom: 0;
}
> .serlo-p {
font-size: 1rem !important;
}
}
.serlo-menu-entry-special {
&:active,
&:hover,
&[aria-expanded='true'] {
@apply text-white bg-brand;
/*just for notifications count*/
& span.fa-layers {
color: #fff;
}
}
}
.serlo-editor-hacks {
h1 {
@apply mx-side mb-9 mt-4 p-0 font-bold text-3.5xl special-hyphens-auto;
}
h2 {
@apply mt-0 mb-6 pb-1 pt-6;
@apply text-2.5xl font-bold special-hyphens-auto;
@apply text-truegray-900 border-truegray-300 border-b;
}
h3 {
@apply mt-5 mb-8 pt-3 font-bold text-1.5xl text-truegray-900;
}
div[contenteditable] h3 {
@apply mt-0;
}
@apply text-lg leading-cozy;
a[data-key] {
@apply text-brand no-underline break-words hover:underline special-hyphens-auto;
}
/*
good for some, bad for others
[data-slate-object='block'] {
@apply mb-block;
} */
ul:not(.unstyled-list) {
@apply mx-side mb-block mt-4 pl-5 list-none;
& > li:before {
@apply absolute special-content-space bg-brand-lighter;
@apply w-2.5 h-2.5 rounded-full -ml-5 mt-2.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
ol {
@apply mx-side mb-block mt-0 pl-7 list-none;
@apply special-reset-list-counter;
& > li:before {
@apply absolute special-content-list-counter special-increment-list-counter;
@apply font-bold text-center rounded-full -ml-7;
@apply mt-0.5 bg-brand-150 w-4 h-4 text-xs;
@apply leading-tight text-brand pt-0.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
blockquote {
@apply border-l-6 border-brand-150 p-2.5 my-block mx-side;
}
.page-header h1 input {
@apply w-full;
@apply mb-9 mt-6 p-0 font-bold text-3.5xl special-hyphens-auto;
}
button > div > svg {
@apply ml-1.5 mr-1.5 mb-1 mt-2;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-body {
padding: 15px;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
select {
@apply border-2;
}
a {
@apply text-brand hover:underline;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-sm-1,
.col-sm-11 {
float: left;
}
.col-sm-1,
.col-sm-11,
.col-xs-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-11 {
width: 91.66666667%;
}
}
.hidden-xs {
@media (max-width: 767px) {
display: none !important;
}
}
/* spoiler title */
div > a > label > input {
display: inline-block;
width: 96%;
padding-left: 0;
}
}
.serlo-search-input-hack {
@apply bg-brand-300;
display: flex;
transition: background-color 0.4s ease;
cursor: pointer;
outline: none;
&:focus-within {
@apply sm:bg-brand-300;
}
padding-left: 16px;
min-height: 38px;
@screen sm {
padding-left: 0;
min-height: 0;
position: absolute;
top: 133px;
right: 32px;
height: 35px;
width: 300px;
background-color: transparent;
border-radius: 18px;
transition: all 0.4s ease;
justify-content: flex-end;
}
@screen lg {
right: 27px;
margin-left: auto;
}
#___gcse_0 {
flex: 1;
}
.gcse-search {
display: none;
}
.gsc-input-box {
border: 0;
padding: 0;
background: none;
}
.gsib_a {
padding: 0;
@screen sm {
padding: 4px 0 0 0;
vertical-align: top;
}
}
form.gsc-search-box,
table.gsc-search-box {
margin-bottom: 0 !important;
}
td.gsc-search-button {
vertical-align: top;
}
input.gsc-input {
background: transparent !important;
text-indent: 0 !important;
&,
&::placeholder {
/*${inputFontReset}*/
flex: 1;
margin-left: 52px;
line-height: 40px;
font-size: 1rem;
font-weight: bold;
@apply text-brand;
@screen sm {
margin-left: 15px;
}
line-height: inherit;
font-size: 1rem !important;
}
&::placeholder {
text-indent: 50px !important;
}
@media (min-width: 450px) {
text-indent: 50px !important;
}
@screen sm {
text-indent: 15px !important;
&::placeholder {
text-indent: 15px !important;
}
}
}
button.gsc-search-button {
/*resets*/
pointer-events: auto;
padding: 0;
border: 0;
outline: none;
border-radius: 0;
& > svg {
/* doesn't need shared styles */
width: 18px;
height: 18px;
display: inline;
}
height: 40px;
width: 40px;
@apply bg-brand;
transition: background-color 0.2s ease-in;
text-align: center;
pointer-events: none;
cursor: pointer;
@screen sm {
border-radius: 5rem;
width: 35px;
height: 35px;
margin: 0;
}
&:hover,
&:focus {
@apply bg-brand-lighter;
}
}
table.gstl_50.gssb_c {
@apply z-50 serlo-input-font-reset;
@apply mt-0.5 left-1 !right-1 !w-auto;
@apply sm:ml-2.5 sm:mt-0.5 w-auto;
.gssb_a td {
@apply !whitespace-normal;
}
}
}
.serlo-subject-icon-wrapper {
&:hover,
&:focus,
&:active {
.blue {
@apply fill-brand;
}
.green {
@apply fill-[#becd2b];
}
}
}
.serlo-subject-icon {
@apply block mx-auto mt-4 mb-0 min-w-[10rem] w-32 h-32;
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-play-state: paused;
.blue {
@apply fill-brand-300;
transition: all 0.2s ease-in-out;
}
.green {
fill: #becd2b;
transition: all 0.2s ease-in-out;
}
}
}
/* print and pdf styles */
@layer utilities {
.serlo-print-style {
@apply text-xs;
body,
header {
background-color: white;
}
.print\:block {
@apply !block;
}
#__next header > div {
padding-bottom: 0;
}
#__next {
.print\:hidden,
> footer,
#searchform,
header > button,
#notification-wrapper,
nav,
aside,
h1 > span > svg {
@apply !hidden;
}
main {
@apply block w-full max-w-full relative;
}
img,
table {
page-break-inside: avoid;
}
.serlo-exercise-wrapper {
margin-top: 0;
border-bottom: 1px solid black;
padding-bottom: 1rem;
margin-bottom: 2rem;
}
.serlo-ul,
.serlo-ol {
list-style-type: initial;
li:before {
display: none;
}
}
.serlo-ol {
list-style-type: decimal;
}
}
.header-breadcrumbs,
a,
code,
code span,
html,
pre,
pre:before,
time {
@apply !bg-white !text-black;
}
}
}
/* Some exceptional cases where we can't / don't want to set classnames directly.
*
* Don't set css attributes in this file. If an utility is missing, add it to the config instead.
* Use apply and selectors to target elements.
*
* Try to keep this file minimal.
*
* Classes added in this file have no autocomplete! Add them into the config instead.
*/
/* Make clicks pass-through */
#nprogress {
@apply pointer-events-none;
}
#nprogress .bar {
@apply bg-brand fixed z-50 top-0 left-0;
@apply w-full h-1;
@apply z-[9999];
}
/* Fancy blur effect */
#nprogress .peg {
@apply block absolute right-0 w-24 h-full;
@apply shadow-brand opacity-100;
@apply rotate-3 -translate-y-1;
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
@apply block fixed z-50 top-4 right-4;
@apply z-[9999];
}
#nprogress .spinner-icon {
@apply w-6 h-6 border-3 border-brand rounded-full;
@apply special-border-half-transparent animate-spin-fast;
}
.nprogress-custom-parent {
@apply hidden relative;
}
table.gstl_50.gssb_c {
@apply z-50 serlo-input-font-reset;
@apply mt-0.5 left-1 !right-1 !w-auto;
@apply sm:ml-2.5 sm:mt-0.5 w-auto;
.gssb_a td {
@apply !whitespace-normal;
}
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
@apply absolute;
}
h1,
h2,
main b {
@apply tracking-slightestly-tighter;
}
body {
@apply tracking-slightly-tighter;
}
|
src/assets-webkit/styles/serlo-tailwind.css
|
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom components all start with `serlo-*`
* They serve as a lightwight abstraction for common elements
* Or they need to use css selectors - with is hacky, but sometimes the only way to go
* Use react components for more complex elements
*/
@layer components {
.serlo-link {
@apply text-brand no-underline break-words hover:underline;
}
.serlo-button {
@apply inline-block transition-all rounded-4xl py-1 px-2;
@apply font-bold border-none cursor-pointer no-underline;
@apply text-lg leading-browser font-serlo tracking-slightestly-tighter;
@apply ease-in-out duration-200 hover:no-underline;
}
.serlo-make-interactive-primary {
@apply text-white bg-brand hover:bg-brand-light;
}
.serlo-make-interactive-green {
@apply text-white bg-brandgreen hover:bg-brand;
}
.serlo-make-interactive-transparent-green {
@apply text-brandgreen bg-transparent hover:text-white hover:bg-brandgreen;
}
.serlo-make-interactive-transparent-blue {
@apply text-brand bg-transparent hover:text-white hover:bg-brand;
}
.serlo-make-interactive-light {
@apply text-brand bg-brand-100 hover:text-white hover:bg-brand;
}
.serlo-p {
@apply mx-side mt-0 mb-block special-hyphens-auto text-lg leading-cozy;
}
.serlo-h1 {
@apply mx-side mb-9 mt-4 p-0 font-bold text-3.5xl special-hyphens-auto;
}
.serlo-h2 {
@apply mx-side mt-0 mb-6 pb-1 pt-6;
@apply text-2.5xl font-bold special-hyphens-auto;
@apply text-truegray-900 border-truegray-300 border-b;
}
.serlo-h3 {
@apply mx-side mt-0 mb-8 pt-3 font-bold text-1.5xl text-truegray-900;
}
.serlo-h4 {
@apply mx-side mt-0 mb-5 text-base-plus;
}
.serlo-h5 {
@apply mx-side mt-0 mb-5;
}
.serlo-table {
@apply mx-side border-collapse whitespace-nowrap mobile:whitespace-normal break-normal;
}
.serlo-th {
@apply p-2.5 border-0 border-b-3 border-brand-150 text-left pl-3;
}
.serlo-td {
@apply p-2.5 align-top border-3 border-brand-150;
}
.serlo-ul {
@apply mx-side mb-block mt-4 pl-5 list-none;
& > li:before {
@apply absolute special-content-space bg-brand-lighter;
@apply w-2.5 h-2.5 rounded-full -ml-5 mt-2.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
.serlo-ol {
@apply mx-side mb-block mt-0 pl-6 list-none;
@apply special-reset-list-counter;
& > li:before {
@apply absolute special-content-list-counter special-increment-list-counter;
@apply font-bold text-center rounded-full -ml-6;
@apply mt-0.5 bg-brand-150 w-4 h-4 text-xs;
@apply leading-tight text-brand pt-0.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
.serlo-sub-list {
@apply bg-white py-3 pr-4 pl-2.5 m-0;
@apply text-left block overflow-auto list-none w-auto;
@apply rounded-lg shadow-menu;
}
.serlo-sub-list-hover {
@apply serlo-sub-list bg-brand-50 min-w-180;
}
.serlo-img {
@apply h-auto inline max-w-full;
}
.serlo-math-wrapper {
@apply px-4 text-left mb-block py-0.5;
@apply text-lg leading-browser overflow-x-auto overflow-y-hidden;
@apply px-side;
}
.serlo-important {
@apply border-l-6 border-brand p-2.5 mb-block mx-4;
@apply mx-side;
}
.serlo-spoiler-body {
@apply pt-6 pb-3.5 border-l-8 border-brand;
}
.serlo-solution-box {
@apply py-2.5 mx-side mb-block border-l-8 border-brand-150;
}
.serlo-styled-label {
@apply flex items-center cursor-pointer;
> div > * {
/* hacky selector */
@apply ml-2;
}
}
.serlo-image-centered {
@apply px-4 mb-block text-center;
}
.serlo-exercise-wrapper {
@apply mt-10 mb-2.5;
@media (hoverhover) {
/* -> use tailwind stuff instead */
input {
@apply opacity-20 transition-opacity;
}
&:hover {
/* UwU */
input {
@apply opacity-100;
}
}
}
}
li.serlo-grouped-exercise-wrapper {
counter-increment: exercises;
}
li.serlo-grouped-exercise-wrapper::before {
content: counter(exercises, lower-alpha);
@apply flex justify-center align-middle;
@apply h-7 w-7 mx-side mb-2.5 rounded-full;
@apply sm:absolute sm:-mt-1 sm:-ml-10;
@apply text-xl font-bold text-brand bg-brand-150;
}
.serlo-responsive-margin {
@apply mx-side lg:mx-side-lg;
}
.serlo-responsive-padding {
@apply px-side lg:px-side-lg;
}
.serlo-input-font-reset {
@apply text-base tracking-slightestly-tighter font-serlo;
}
.serlo-content-with-spacing-fixes {
/* this feels really hacky */
@apply break-words;
& p + ul {
@apply -mt-3.5;
}
& li > p {
@apply mx-0 mb-2;
}
& li > .serlo-math-wrapper {
@apply px-0;
}
& .serlo-important,
& .serlo-blockquote,
& .serlo-spoiler-body,
& .serlo-solution-box,
& .serlo-styled-label,
& li,
& th,
& td {
> p:last-child,
> .serlo-math-wrapper:last-child,
> ul:last-child,
> ol:last-child,
> .serlo-image-centered:last-child,
> .serlo-exercise-wrapper:last-child {
@apply mb-0;
}
/* fixed in postcss-nested 5.0.6 */
> .serlo-exercise-wrapper:first-child {
@apply mt-0;
}
}
}
.serlo-new-landing-button {
@apply text-white text-xl bg-brand rounded-lg font-bold;
@apply px-8 py-4 mb-5 tracking-tight block text-center;
@apply hover:bg-brand-light hover:no-underline;
}
.serlo-blockquote {
@apply border-l-6 border-brand-150 p-2.5 my-block mx-side;
}
.serlo-revision-extra-info {
.serlo-p:last-child {
margin-bottom: 0;
}
> .serlo-p {
font-size: 1rem !important;
}
}
.serlo-menu-entry-special {
&:active,
&:hover,
&[aria-expanded='true'] {
@apply text-white bg-brand;
/*just for notifications count*/
& span.fa-layers {
color: #fff;
}
}
}
.serlo-editor-hacks {
h1 {
@apply mx-side mb-9 mt-4 p-0 font-bold text-3.5xl special-hyphens-auto;
}
h2 {
@apply mt-0 mb-6 pb-1 pt-6;
@apply text-2.5xl font-bold special-hyphens-auto;
@apply text-truegray-900 border-truegray-300 border-b;
}
h3 {
@apply mt-5 mb-8 pt-3 font-bold text-1.5xl text-truegray-900;
}
div[contenteditable] h3 {
@apply mt-0;
}
@apply text-lg leading-cozy;
a[data-key] {
@apply text-brand no-underline break-words hover:underline special-hyphens-auto;
}
/*
good for some, bad for others
[data-slate-object='block'] {
@apply mb-block;
} */
ul:not(.unstyled-list) {
@apply mx-side mb-block mt-4 pl-5 list-none;
& > li:before {
@apply absolute special-content-space bg-brand-lighter;
@apply w-2.5 h-2.5 rounded-full -ml-5 mt-2.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
ol {
@apply mx-side mb-block mt-0 pl-7 list-none;
@apply special-reset-list-counter;
& > li:before {
@apply absolute special-content-list-counter special-increment-list-counter;
@apply font-bold text-center rounded-full -ml-7;
@apply mt-0.5 bg-brand-150 w-4 h-4 text-xs;
@apply leading-tight text-brand pt-0.25;
}
& > li {
@apply mb-2;
}
& > li > ul,
& > li > ol {
@apply mt-2 !mb-4;
}
}
blockquote {
@apply border-l-6 border-brand-150 p-2.5 my-block mx-side;
}
.page-header h1 input {
@apply w-full;
@apply mb-9 mt-6 p-0 font-bold text-3.5xl special-hyphens-auto;
}
button > div > svg {
@apply ml-1.5 mr-1.5 mb-1 mt-2;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-body {
padding: 15px;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
select {
@apply border-2;
}
a {
@apply text-brand hover:underline;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-sm-1,
.col-sm-11 {
float: left;
}
.col-sm-1,
.col-sm-11,
.col-xs-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-11 {
width: 91.66666667%;
}
}
.hidden-xs {
@media (max-width: 767px) {
display: none !important;
}
}
/* spoiler title */
div > a > label > input {
display: inline-block;
width: 96%;
padding-left: 0;
}
}
.serlo-search-input-hack {
@apply bg-brand-300;
display: flex;
transition: background-color 0.4s ease;
cursor: pointer;
outline: none;
&:focus-within {
@apply sm:bg-brand-300;
}
padding-left: 16px;
min-height: 38px;
@screen sm {
padding-left: 0;
min-height: 0;
position: absolute;
top: 133px;
right: 32px;
height: 35px;
width: 300px;
background-color: transparent;
border-radius: 18px;
transition: all 0.4s ease;
justify-content: flex-end;
}
@screen lg {
right: 27px;
margin-left: auto;
}
#___gcse_0 {
flex: 1;
}
.gcse-search {
display: none;
}
.gsc-input-box {
border: 0;
padding: 0;
background: none;
}
.gsib_a {
padding: 0;
@screen sm {
padding: 4px 0 0 0;
vertical-align: top;
}
}
form.gsc-search-box,
table.gsc-search-box {
margin-bottom: 0 !important;
}
td.gsc-search-button {
vertical-align: top;
}
input.gsc-input {
background: transparent !important;
text-indent: 0 !important;
&,
&::placeholder {
/*${inputFontReset}*/
flex: 1;
margin-left: 52px;
line-height: 40px;
font-size: 1rem;
font-weight: bold;
@apply text-brand;
@screen sm {
margin-left: 15px;
}
line-height: inherit;
font-size: 1rem !important;
}
&::placeholder {
text-indent: 50px !important;
}
@media (min-width: 450px) {
text-indent: 50px !important;
}
@screen sm {
text-indent: 15px !important;
&::placeholder {
text-indent: 15px !important;
}
}
}
button.gsc-search-button {
/*resets*/
pointer-events: auto;
padding: 0;
border: 0;
outline: none;
border-radius: 0;
& > svg {
/* doesn't need shared styles */
width: 18px;
height: 18px;
display: inline;
}
height: 40px;
width: 40px;
@apply bg-brand;
transition: background-color 0.2s ease-in;
text-align: center;
pointer-events: none;
cursor: pointer;
@screen sm {
border-radius: 5rem;
width: 35px;
height: 35px;
margin: 0;
}
&:hover,
&:focus {
@apply bg-brand-lighter;
}
}
table.gstl_50.gssb_c {
@apply z-50 serlo-input-font-reset;
@apply mt-0.5 left-1 !right-1 !w-auto;
@apply sm:ml-2.5 sm:mt-0.5 w-auto;
.gssb_a td {
@apply !whitespace-normal;
}
}
}
.serlo-subject-icon-wrapper {
&:hover,
&:focus,
&:active {
.blue {
@apply fill-brand;
}
.green {
@apply fill-[#becd2b];
}
}
}
.serlo-subject-icon {
@apply block mx-auto mt-4 mb-0 min-w-[10rem] w-32 h-32;
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-play-state: paused;
.blue {
@apply fill-brand-300;
transition: all 0.2s ease-in-out;
}
.green {
fill: #becd2b;
transition: all 0.2s ease-in-out;
}
}
}
/* print and pdf styles */
@layer utilities {
.serlo-print-style {
@apply text-xs;
body,
header {
background-color: white;
}
.print\:block {
@apply !block;
}
#__next header > div {
padding-bottom: 0;
}
#__next {
.print\:hidden,
> footer,
#searchform,
header > button,
#notification-wrapper,
nav,
aside,
h1 > span > svg {
@apply !hidden;
}
main {
@apply block w-full max-w-full relative;
}
img,
table {
page-break-inside: avoid;
}
.serlo-exercise-wrapper {
margin-top: 0;
border-bottom: 1px solid black;
padding-bottom: 1rem;
margin-bottom: 2rem;
}
.serlo-ul,
.serlo-ol {
list-style-type: initial;
li:before {
display: none;
}
}
.serlo-ol {
list-style-type: decimal;
}
}
.header-breadcrumbs,
a,
code,
code span,
html,
pre,
pre:before,
time {
@apply !bg-white !text-black;
}
}
}
/* Some exceptional cases where we can't / don't want to set classnames directly.
*
* Don't set css attributes in this file. If an utility is missing, add it to the config instead.
* Use apply and selectors to target elements.
*
* Try to keep this file minimal.
*
* Classes added in this file have no autocomplete! Add them into the config instead.
*/
/* Make clicks pass-through */
#nprogress {
@apply pointer-events-none;
}
#nprogress .bar {
@apply bg-brand fixed z-50 top-0 left-0;
@apply w-full h-1;
@apply z-[9999];
}
/* Fancy blur effect */
#nprogress .peg {
@apply block absolute right-0 w-24 h-full;
@apply shadow-brand opacity-100;
@apply rotate-3 -translate-y-1;
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
@apply block fixed z-50 top-4 right-4;
@apply z-[9999];
}
#nprogress .spinner-icon {
@apply w-6 h-6 border-3 border-brand rounded-full;
@apply special-border-half-transparent animate-spin-fast;
}
.nprogress-custom-parent {
@apply hidden relative;
}
table.gstl_50.gssb_c {
@apply z-50 serlo-input-font-reset;
@apply mt-0.5 left-1 !right-1 !w-auto;
@apply sm:ml-2.5 sm:mt-0.5 w-auto;
.gssb_a td {
@apply !whitespace-normal;
}
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
@apply absolute;
}
h1,
h2,
main b {
@apply tracking-slightestly-tighter;
}
body {
@apply tracking-slightly-tighter;
}
| 0.638948 | 0.104798 |
.bg-center {
background-repeat: no-repeat;
background-position: center center;
}
.bg-75 {
background-repeat: no-repeat;
background-position: 75% center;
}
.bg-top {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left {
background-repeat: no-repeat;
background-position: center left;
}
@media (--breakpoint-not-small) {
.bg-center-ns {
background-repeat: no-repeat;
background-position: center center;
}
.bg-top-ns {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right-ns {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom-ns {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left-ns {
background-repeat: no-repeat;
background-position: center left;
}
}
@media (--breakpoint-medium) {
.bg-center-m {
background-repeat: no-repeat;
background-position: center center;
}
.bg-top-m {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right-m {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom-m {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left-m {
background-repeat: no-repeat;
background-position: center left;
}
}
@media (--breakpoint-large) {
.bg-center-l {
background-repeat: no-repeat;
background-position: center center;
}
.bg-top-l {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right-l {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom-l {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left-l {
background-repeat: no-repeat;
background-position: center left;
}
}
|
src/css/imports/_background-position.css
|
.bg-center {
background-repeat: no-repeat;
background-position: center center;
}
.bg-75 {
background-repeat: no-repeat;
background-position: 75% center;
}
.bg-top {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left {
background-repeat: no-repeat;
background-position: center left;
}
@media (--breakpoint-not-small) {
.bg-center-ns {
background-repeat: no-repeat;
background-position: center center;
}
.bg-top-ns {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right-ns {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom-ns {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left-ns {
background-repeat: no-repeat;
background-position: center left;
}
}
@media (--breakpoint-medium) {
.bg-center-m {
background-repeat: no-repeat;
background-position: center center;
}
.bg-top-m {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right-m {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom-m {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left-m {
background-repeat: no-repeat;
background-position: center left;
}
}
@media (--breakpoint-large) {
.bg-center-l {
background-repeat: no-repeat;
background-position: center center;
}
.bg-top-l {
background-repeat: no-repeat;
background-position: top center;
}
.bg-right-l {
background-repeat: no-repeat;
background-position: center right;
}
.bg-bottom-l {
background-repeat: no-repeat;
background-position: bottom center;
}
.bg-left-l {
background-repeat: no-repeat;
background-position: center left;
}
}
| 0.796055 | 0.077308 |
.advertisement { display:none !important }
.ui-sortable { display:none !important }
.col_1 { display:none !important }
.col_wrapper { display:none !important }
.msg { display:none !important }
.left_menu { display:none !important }
.menu { display:none !important }
img {
opacity: 0.5;
}
img:hover{
opacity: 1;
}
#firehose,
#firehose-mq {
width:50% !important;
display: block !important;
margin-right:auto !important;
margin-left:auto !important;
padding: 0 !important:
}
STRONG {
font-weight: bold;
color: white;
}
body {
font-family: "Segoe UI semibold";
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 16px;
padding: 0;
overflow-x: hidden;
}
#content {
width:99.98%;
padding: 0;
margin-right:auto !important;
margin-left:auto !important;
background-image:url('http://i.imgur.com/YuY37.jpg') !important;
background-repeat:repeat !important;
background-attachment:fixed !important;
background-position:center !important;
overflow-x: hidden !important;
min-width: 0px;
}
#u2tabs.left_menu li.active, #links.left_menu li.active, #firehose article header .details, #comments article header .details, #comments .full .detail, #modal_box #editor #editpreview .details, #slashboxes article, .daybreak a, .msg p, html, body, .col_wrapper, #u2tabs.left_menu li.active > span, #links.left_menu li.active > span
{
background-image:url('http://i.imgur.com/YuY37.jpg') !important;
background-repeat:repeat !important;
background-attachment:fixed !important;
background-position:center !important;
overflow-x: hidden !important;
background-color: transparent;
}
#fhroot {
background: #ffffff;
}
.linkCommentPage .active, #formtabs .active, #fh-paginate > span.active, .pref .preftab.active, #friendsmenu li.active, #modal-p .menu li.selected, button, input[type="submit"], input[type="reset"], input[type="button"], .btn
{
background: -moz-linear-gradient(center top , #404040 , #000000) repeat scroll 0 0 #000000 !important;
border: 1px solid #444444 !important;
}
.linkCommentPage .active:hover, #formtabs .active:hover, #fh-paginate > span.active:hover, .pref .preftab.active:hover, #friendsmenu li.active:hover, #modal-p .menu li.selected:hover, .btn:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, table, #comments .details, .oneline .commentBody
{
background: transparent !important;
}
#slashboxes article, #firehose article, #comments article, #firehose article header .details, #comments article header .details, #comments .full .detail, #modal_box #editor #editpreview .details, .random .quote, .random small, #comments .details, .commentBody, .commentBody p
{
color: #B8B8B8 !important;
}
a, .link, a.link, .btn, button, input[type="submit"], input[type="reset"], input[type="button"], .commentwrap > .commentBox h3, aside h3
{
color: #B8B8B8 !important;
}
#slashboxes article, #comments .full, .oneline .commentBody, #commentlisting blockquote, .article .body .p > i, section
{
border-color: #444444 !important;
}
tbody tr:first-child td, tbody tr:first-child th, tbody tr td, tbody tr th, #slashboxes ul li, #slashboxes ol li, .listed li
{
border-color: #888888 !important;
}
.btn, button, input[type="submit"], input[type="reset"], input[type="button"]
{
text-shadow: 0 1px black !important;
box-shadow: none !important;
}
.commentSub .btn, [role="top-navigation"] .btn
{
background: transparent !important;
box-shadow: none !important;
border: 0px !important;
}
#newa2footerv2 .pr h3, #newa2footerv2 .rl h3, #newa2footerv2 .ns h3, #besttabs {
background: transparent !important;
}
.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
color: black !important;
font-weight: none !important;
}
/*bar*/
#clickgen .union, #clickgen > section h4, #clickgen > aside h4,
#editor.slashdotthis header > h2.firehose, body.slashdot-it li.comment.full .title h4, header.h hgroup, #firehose article header h2, #comments h4, #modal_box #editor h2.firehose, .pollBooth_view .title h3, .bar .barColor, #d2header > div > nav, footer.nf{
-webkit-border-radius: 10px 10px 0px 0;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383838), to(#282828));
}
#content:not(.a2) #firehose article.currfh {
-webkit-box-shadow: #000 0 1px 10px;
/*border: 1px solid white;*/
}
.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
text-shadow: none !important;
}
#fhft, footer#ft, footer[class="grid_24"] {
background-color: transparent;
}
.story {
text-align: center !important;
}
|
data/usercss/67546.user.css
|
.advertisement { display:none !important }
.ui-sortable { display:none !important }
.col_1 { display:none !important }
.col_wrapper { display:none !important }
.msg { display:none !important }
.left_menu { display:none !important }
.menu { display:none !important }
img {
opacity: 0.5;
}
img:hover{
opacity: 1;
}
#firehose,
#firehose-mq {
width:50% !important;
display: block !important;
margin-right:auto !important;
margin-left:auto !important;
padding: 0 !important:
}
STRONG {
font-weight: bold;
color: white;
}
body {
font-family: "Segoe UI semibold";
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 16px;
padding: 0;
overflow-x: hidden;
}
#content {
width:99.98%;
padding: 0;
margin-right:auto !important;
margin-left:auto !important;
background-image:url('http://i.imgur.com/YuY37.jpg') !important;
background-repeat:repeat !important;
background-attachment:fixed !important;
background-position:center !important;
overflow-x: hidden !important;
min-width: 0px;
}
#u2tabs.left_menu li.active, #links.left_menu li.active, #firehose article header .details, #comments article header .details, #comments .full .detail, #modal_box #editor #editpreview .details, #slashboxes article, .daybreak a, .msg p, html, body, .col_wrapper, #u2tabs.left_menu li.active > span, #links.left_menu li.active > span
{
background-image:url('http://i.imgur.com/YuY37.jpg') !important;
background-repeat:repeat !important;
background-attachment:fixed !important;
background-position:center !important;
overflow-x: hidden !important;
background-color: transparent;
}
#fhroot {
background: #ffffff;
}
.linkCommentPage .active, #formtabs .active, #fh-paginate > span.active, .pref .preftab.active, #friendsmenu li.active, #modal-p .menu li.selected, button, input[type="submit"], input[type="reset"], input[type="button"], .btn
{
background: -moz-linear-gradient(center top , #404040 , #000000) repeat scroll 0 0 #000000 !important;
border: 1px solid #444444 !important;
}
.linkCommentPage .active:hover, #formtabs .active:hover, #fh-paginate > span.active:hover, .pref .preftab.active:hover, #friendsmenu li.active:hover, #modal-p .menu li.selected:hover, .btn:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, table, #comments .details, .oneline .commentBody
{
background: transparent !important;
}
#slashboxes article, #firehose article, #comments article, #firehose article header .details, #comments article header .details, #comments .full .detail, #modal_box #editor #editpreview .details, .random .quote, .random small, #comments .details, .commentBody, .commentBody p
{
color: #B8B8B8 !important;
}
a, .link, a.link, .btn, button, input[type="submit"], input[type="reset"], input[type="button"], .commentwrap > .commentBox h3, aside h3
{
color: #B8B8B8 !important;
}
#slashboxes article, #comments .full, .oneline .commentBody, #commentlisting blockquote, .article .body .p > i, section
{
border-color: #444444 !important;
}
tbody tr:first-child td, tbody tr:first-child th, tbody tr td, tbody tr th, #slashboxes ul li, #slashboxes ol li, .listed li
{
border-color: #888888 !important;
}
.btn, button, input[type="submit"], input[type="reset"], input[type="button"]
{
text-shadow: 0 1px black !important;
box-shadow: none !important;
}
.commentSub .btn, [role="top-navigation"] .btn
{
background: transparent !important;
box-shadow: none !important;
border: 0px !important;
}
#newa2footerv2 .pr h3, #newa2footerv2 .rl h3, #newa2footerv2 .ns h3, #besttabs {
background: transparent !important;
}
.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
color: black !important;
font-weight: none !important;
}
/*bar*/
#clickgen .union, #clickgen > section h4, #clickgen > aside h4,
#editor.slashdotthis header > h2.firehose, body.slashdot-it li.comment.full .title h4, header.h hgroup, #firehose article header h2, #comments h4, #modal_box #editor h2.firehose, .pollBooth_view .title h3, .bar .barColor, #d2header > div > nav, footer.nf{
-webkit-border-radius: 10px 10px 0px 0;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383838), to(#282828));
}
#content:not(.a2) #firehose article.currfh {
-webkit-box-shadow: #000 0 1px 10px;
/*border: 1px solid white;*/
}
.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
text-shadow: none !important;
}
#fhft, footer#ft, footer[class="grid_24"] {
background-color: transparent;
}
.story {
text-align: center !important;
}
| 0.22627 | 0.072243 |
*{
margin: 0;
padding: 0;
}
body{
/*font-family: arial;
font-size: 13px;*/
background: #fff;
}
h1,h2,h3,h4,h5,h6{
margin: 0;
padding: 0;
line-height: 19px;
}
ul, ol{
margin: 0;
padding: 0;
}
a{
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
/*font-size: 12px;*/
}
img:hover{opacity: 1;}
a:hover{
text-decoration: none !important;
color: #ed1b24;
}
a h3:hover{
text-decoration: none !important;
color: #ed1b24;
}
p{
margin: 0 0 10px 0;
}
.color-tag-a a{
color: #055699;
font-weight: bold;
}
a:hover{
text-decoration: none;
text-decoration: underline;
}
form{
margin-bottom: 0;
}
/*************** Pagination ***************/
.pagination {
text-align: right;
padding: 18px 10px 5px 0 !important;
margin: 0;
font-family: Arial;
font-size: 10px;
color: #000;
}
.pagination a {
margin: 0 5px 0 0;
padding: 4px 8px;
background: #f8f8f8;
}
.pagination span a {
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
}
.pagination .next {
border-radius: 0px;
border:none;
color: #000;
text-decoration: none;
}
.pagination .current {
background: #e9e9e9 url('../images/bg-button-green.gif') top left repeat-x !important;
border-color: #e9e9e9 !important;
color: #000 !important;
border: 1px solid #ddd;
margin: 0 5px 0 0;
padding: 4px 8px;
border-radius: 4px 4px 4px 4px;
font-size: 12px;
}
.pagination .current:hover {
text-decoration: underline;
border: 1px solid #DDDDDD;
}
/************ Shortcut Buttons ************/
/**reset slide**/
.slideslide{
background: #fff;
margin-bottom: 0px;
}
.slideslide .carousel-indicators li{
background: #fff;
width: 10px;
height: 10px;
border-radius: 15px;
display: none;
}
.slideslide .carousel-indicators .active{background: #57711f;}
.slideslide .carousel-control{
background: none;
border: 0;
top: 48%;
font-size: 55px;
opacity: 0.6;
border-radius: 0;
padding: 5px 8px 6px 8px;
color: #000;
}
.slideslide .carousel-indicators{
top: inherit;
bottom: 3%;
}
.slideslide .carousel{
margin-bottom: 8px;
}
.slideslide .carousel{
margin-bottom: 0;
}
/**css cs3 hover img**/
.img-outer:hover img.image {
-webkit-transform:scale(1.3);
transform:scale(1.3);
}
.img-outer {
overflow:hidden;
}
.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
/**css cs3 hover img thut**/
/*.thutanh:hover .image {
-webkit-transform:scale(1);
transform:scale(1);
}
.thutanh {
overflow:hidden;
}
.thutanh .image {
-webkit-transform:scale(1.3);
transform:scale(1.3);
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}*/
/**css cs3 xoay anh**/
/*.xoayanh:hover .image{
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
}
.xoayanh .image, .xoayanh:hover .image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}*/
|
public/product/hoanxuanthang/css/reset.css
|
*{
margin: 0;
padding: 0;
}
body{
/*font-family: arial;
font-size: 13px;*/
background: #fff;
}
h1,h2,h3,h4,h5,h6{
margin: 0;
padding: 0;
line-height: 19px;
}
ul, ol{
margin: 0;
padding: 0;
}
a{
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
/*font-size: 12px;*/
}
img:hover{opacity: 1;}
a:hover{
text-decoration: none !important;
color: #ed1b24;
}
a h3:hover{
text-decoration: none !important;
color: #ed1b24;
}
p{
margin: 0 0 10px 0;
}
.color-tag-a a{
color: #055699;
font-weight: bold;
}
a:hover{
text-decoration: none;
text-decoration: underline;
}
form{
margin-bottom: 0;
}
/*************** Pagination ***************/
.pagination {
text-align: right;
padding: 18px 10px 5px 0 !important;
margin: 0;
font-family: Arial;
font-size: 10px;
color: #000;
}
.pagination a {
margin: 0 5px 0 0;
padding: 4px 8px;
background: #f8f8f8;
}
.pagination span a {
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
}
.pagination .next {
border-radius: 0px;
border:none;
color: #000;
text-decoration: none;
}
.pagination .current {
background: #e9e9e9 url('../images/bg-button-green.gif') top left repeat-x !important;
border-color: #e9e9e9 !important;
color: #000 !important;
border: 1px solid #ddd;
margin: 0 5px 0 0;
padding: 4px 8px;
border-radius: 4px 4px 4px 4px;
font-size: 12px;
}
.pagination .current:hover {
text-decoration: underline;
border: 1px solid #DDDDDD;
}
/************ Shortcut Buttons ************/
/**reset slide**/
.slideslide{
background: #fff;
margin-bottom: 0px;
}
.slideslide .carousel-indicators li{
background: #fff;
width: 10px;
height: 10px;
border-radius: 15px;
display: none;
}
.slideslide .carousel-indicators .active{background: #57711f;}
.slideslide .carousel-control{
background: none;
border: 0;
top: 48%;
font-size: 55px;
opacity: 0.6;
border-radius: 0;
padding: 5px 8px 6px 8px;
color: #000;
}
.slideslide .carousel-indicators{
top: inherit;
bottom: 3%;
}
.slideslide .carousel{
margin-bottom: 8px;
}
.slideslide .carousel{
margin-bottom: 0;
}
/**css cs3 hover img**/
.img-outer:hover img.image {
-webkit-transform:scale(1.3);
transform:scale(1.3);
}
.img-outer {
overflow:hidden;
}
.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
/**css cs3 hover img thut**/
/*.thutanh:hover .image {
-webkit-transform:scale(1);
transform:scale(1);
}
.thutanh {
overflow:hidden;
}
.thutanh .image {
-webkit-transform:scale(1.3);
transform:scale(1.3);
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}*/
/**css cs3 xoay anh**/
/*.xoayanh:hover .image{
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
}
.xoayanh .image, .xoayanh:hover .image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}*/
| 0.328745 | 0.06832 |
.roadmap_wrapper {
padding-top: 35px;
display: flex;
align-items: center;
flex-direction: column;
}
.roadmap_section_wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0px 20px;
}
.roadmap_item {
padding: 10px 50px;
border: 2px solid #2f2350;
background-color: #241747;
border-radius: 10px;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.roadmap_item_image_wrapper {
min-width: 50px;
max-width: 100px;
}
.roadmap_item_image_wrapper > img {
width: 100%;
}
.roadmap_item_description, .roadmap_item_tag {
font-size: 16px;
color: #ffffff;
font-weight: 500 !important;
padding: 0px 40px;
line-height: 25px;
}
.roadmap_item_heading {
font-size: 18px;
}
.marketplace_buy_button {
padding: 8px;
background-color: #312771;
border: 2px solid #474071;
border-radius: 10px;
color: #ffffff;
font-weight:500;
margin: 10px 5px;
}
.marketplace_buy_button:hover {
color: #d14c84;
}
.title_wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.description_wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.main_header {
font-size: 35px;
color: #ffffff;
font-weight: 700 !important;
}
.main_description {
font-size: 16px;
color: #ffffff;
font-weight: 500 !important;
padding-top: 10px;
padding: 0px 250px;
text-align: center;
line-height: 25px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px)
and (-webkit-min-device-pixel-ratio: 2) {
.roadmap_item {
flex-direction: column;
padding: 10px 10px;
}
.roadmap_item_description {
padding: 0px 25px;
text-align: center;
}
.roadmap_item_image_wrapper {
min-width: 50px;
max-width: 175px;
padding-bottom: 25px;
}
.roadmap_item_tag {
display: flex;
padding: 0px 25px;
justify-content: center;
}
.main_description {
padding-top: 10px;
padding: 0px 10px;
text-align: center;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
.main_description {
padding-top: 10px;
padding: 0px 10px;
text-align: center;
}
}
|
src/pages/roadmap/roadmap.module.css
|
.roadmap_wrapper {
padding-top: 35px;
display: flex;
align-items: center;
flex-direction: column;
}
.roadmap_section_wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0px 20px;
}
.roadmap_item {
padding: 10px 50px;
border: 2px solid #2f2350;
background-color: #241747;
border-radius: 10px;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.roadmap_item_image_wrapper {
min-width: 50px;
max-width: 100px;
}
.roadmap_item_image_wrapper > img {
width: 100%;
}
.roadmap_item_description, .roadmap_item_tag {
font-size: 16px;
color: #ffffff;
font-weight: 500 !important;
padding: 0px 40px;
line-height: 25px;
}
.roadmap_item_heading {
font-size: 18px;
}
.marketplace_buy_button {
padding: 8px;
background-color: #312771;
border: 2px solid #474071;
border-radius: 10px;
color: #ffffff;
font-weight:500;
margin: 10px 5px;
}
.marketplace_buy_button:hover {
color: #d14c84;
}
.title_wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.description_wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.main_header {
font-size: 35px;
color: #ffffff;
font-weight: 700 !important;
}
.main_description {
font-size: 16px;
color: #ffffff;
font-weight: 500 !important;
padding-top: 10px;
padding: 0px 250px;
text-align: center;
line-height: 25px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px)
and (-webkit-min-device-pixel-ratio: 2) {
.roadmap_item {
flex-direction: column;
padding: 10px 10px;
}
.roadmap_item_description {
padding: 0px 25px;
text-align: center;
}
.roadmap_item_image_wrapper {
min-width: 50px;
max-width: 175px;
padding-bottom: 25px;
}
.roadmap_item_tag {
display: flex;
padding: 0px 25px;
justify-content: center;
}
.main_description {
padding-top: 10px;
padding: 0px 10px;
text-align: center;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
.main_description {
padding-top: 10px;
padding: 0px 10px;
text-align: center;
}
}
| 0.505859 | 0.184308 |
body {
background: url(./images/desktop/image-hero.jpg);
color: white;
font-family: "Josefin Sans", sans-serif;
background-repeat: no-repeat;
margin: 0;
height: 100vh;
background-size: 100% 100%;
}
html {
scroll-behavior: smooth;
}
.flex-row {
display: flex;
}
.highlight {
width: 80px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 2px solid transparent;
cursor: pointer;
}
.highlight:hover {
animation: myborder 1s forwards;
}
@keyframes myborder {
from {
border: 2px solid rgba(255, 255, 255, 0);
}
to {
border: 2px solid rgb(255, 255, 255);
}
last {
border: 2px solid rgb(255, 255, 255);
}
}
.nav-menu {
width: 100%;
justify-content: space-evenly;
font-weight: bold;
height: 100%;
align-items: center;
}
.footer-nav {
justify-content: space-between;
}
.justify-content-between {
justify-content: space-between;
}
.title {
width: 70%;
background: transparent;
height: auto;
border: 2px solid white;
text-transform: uppercase;
margin-bottom: 200px;
font-weight: 400;
}
@keyframes flash {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.title-wrapper {
padding: 5% 20% 5% 5%;
font-size: 5vw;
}
.main {
height: 100%;
}
.header {
height: 50px;
display: flex;
align-items: center;
}
.card1 {
width: 60%;
}
@keyframes leftmove {
from {
opacity: 0;
margin-left: -100px;
}
to {
opacity: 1;
margin-left: 0;
}
}
.fit-div {
width: 100%;
/* animation: leftmove 1s ease-out; */
}
.card2 {
background-color: white;
width: 50%;
position: absolute;
z-index: 1111;
left: 600px;
top: 300px;
height: 50%;
}
@keyframes rightmove {
from {
opacity: 0;
left: 800px;
}
to {
opacity: 1;
left: 600px;
}
}
.col-center {
display: flex;
justify-content: center;
flex-direction: column;
}
.content1 {
position: relative;
margin: auto;
padding: 100px;
}
.fs-40 {
font-size: 40px;
}
.font-small {
font-weight: 300;
}
.upper {
text-transform: uppercase;
}
.content-wrap {
color: black;
padding: 50px 222px 50px 50px;
}
.main-content {
height: 100%;
}
.main-inner {
padding: 50px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card-content {
font-weight: 300;
color: #3c3838;
}
.creations-inner {
padding: 0px 100px 100px 100px;
}
.bottom-left {
position: absolute;
bottom: 30px;
left: 30px;
z-index: 1111;
color: white;
text-transform: uppercase;
font-size: 25px;
font-weight: 300;
width: 150px;
}
.see-all {
background-color: transparent;
border: 1px solid black;
width: 120px;
height: 50px;
font-family: "Josefin Sans", sans-serif;
letter-spacing: 3px;
cursor: pointer;
background-image: -webkit-linear-gradient( 90deg, #000000 50%, transparent 50%);
background-image: linear-gradient(90deg, #000000 50%, transparent 50%);
background-position: 100%;
background-size: 400%;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
}
.see-all:hover {
background-position: 0;
color: white;
}
h2 {
margin: 0;
}
.creations {
color: black;
}
.mygrid {
display: grid;
grid-gap: 8px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.fs-30 {
font-size: 30px;
font-weight: 300;
}
.gallery {
justify-content: space-between;
margin-top: 60px;
flex-wrap: wrap;
}
.flex-item {
margin-top: 10px;
position: relative;
}
.footer {
background-color: black;
}
.col1 {
height: 50%;
}
.footer-inner {
padding: 20px 100px;
height: 200px;
display: flex;
justify-content: space-between;
align-items: center;
}
.fit-c {
width: fit-content;
}
.fw-300 {
font-weight: 300;
font-size: 12px;
text-align: center;
}
.fw-400 {
font-weight: 400;
}
.social-icons {
width: auto;
justify-content: space-evenly;
cursor: pointer;
}
.mt-50 {
margin-top: 50px;
}
.hide {
display: none;
}
.flex-col {
display: flex;
flex-direction: column;
height: 100%;
}
.col2 {
height: 50%;
}
.fh {
height: 100%;
}
@media only screen and (max-width: 1200px) {
.content1 {
margin: auto;
padding: 100px;
display: flex;
flex-direction: column;
}
.card1 {
width: auto;
}
.card2 {
position: unset;
width: auto;
}
.content-wrap {
padding: 50px;
text-align: center;
}
.card-content {
padding-top: 20px;
}
}
@media only screen and (max-width: 650px) {
.nav-menu {
width: auto;
}
.hide-menu {
display: none;
}
.main-inner {
height: 100%;
justify-content: space-between;
}
body {
background-image: url(./images/mobile/image-hero.jpg);
}
.hamburger {
display: block;
}
.title {
width: 100%;
font-size: 30px;
margin-bottom: 300px;
}
.title-wrapper {
padding: 10%;
}
.creations-inner {
padding: 10px;
}
.content1 {
margin: auto;
padding: 50px 10px 50px 10px;
display: flex;
flex-direction: column;
}
.card1 {
width: auto;
}
.card2 {
position: unset;
width: auto;
}
.content-wrap {
padding: 50px;
}
.fs-30 {
font-weight: 400;
}
.flex-item {
width: 100%;
}
.font-small {
font-weight: 400;
font-size: 30px;
text-align: center;
}
.card-content {
text-align: center;
margin-top: 20px;
}
.see-all {
display: none;
}
.img1 {
content: url(./images/mobile/image-deep-earth.jpg);
}
.img2 {
content: url(./images/mobile/image-night-arcade.jpg);
}
.img3 {
content: url(./images/mobile/image-soccer-team.jpg);
}
.img4 {
content: url(./images/mobile/image-grid.jpg);
}
.img5 {
content: url(./images/mobile/image-from-above.jpg);
}
.img6 {
content: url(./images/mobile/image-pocket-borealis.jpg);
}
.img7 {
content: url(./images/mobile/image-curiosity.jpg);
}
.img8 {
content: url(./images/mobile/image-fisheye.jpg);
}
.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8 {
width: 100%;
}
.jcenter {
justify-content: center;
}
.align-center {
align-items: center;
}
.footer-inner {
padding: 10px;
height: auto;
flex-direction: column;
}
.highlight {
width: auto;
}
.footer-nav {
flex-direction: column;
font-size: 20px;
height: 200px;
margin-bottom: 20px;
margin-top: 20px;
}
.ham-menu {
background-color: rgba(0, 0, 0, 0.856);
height: 100%;
width: 100%;
}
.mygrid {
grid-gap: 0;
grid-template-columns: auto;
}
}
.close-btn {
display: flex;
justify-content: flex-end;
font-size: 50px;
cursor: pointer;
}
.align-unset {
align-items: unset;
}
.ham-logo {
display: flex;
justify-content: center;
flex-direction: column;
}
.ham-inner {
padding: 50px;
}
.menu-row {
display: flex;
justify-content: space-between;
}
.menu-list {
height: 200px;
font-size: 25px;
font-weight: 100;
padding: 50px 0px 0px 0px;
}
|
loopstudios-landing-page/style.css
|
body {
background: url(./images/desktop/image-hero.jpg);
color: white;
font-family: "Josefin Sans", sans-serif;
background-repeat: no-repeat;
margin: 0;
height: 100vh;
background-size: 100% 100%;
}
html {
scroll-behavior: smooth;
}
.flex-row {
display: flex;
}
.highlight {
width: 80px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 2px solid transparent;
cursor: pointer;
}
.highlight:hover {
animation: myborder 1s forwards;
}
@keyframes myborder {
from {
border: 2px solid rgba(255, 255, 255, 0);
}
to {
border: 2px solid rgb(255, 255, 255);
}
last {
border: 2px solid rgb(255, 255, 255);
}
}
.nav-menu {
width: 100%;
justify-content: space-evenly;
font-weight: bold;
height: 100%;
align-items: center;
}
.footer-nav {
justify-content: space-between;
}
.justify-content-between {
justify-content: space-between;
}
.title {
width: 70%;
background: transparent;
height: auto;
border: 2px solid white;
text-transform: uppercase;
margin-bottom: 200px;
font-weight: 400;
}
@keyframes flash {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.title-wrapper {
padding: 5% 20% 5% 5%;
font-size: 5vw;
}
.main {
height: 100%;
}
.header {
height: 50px;
display: flex;
align-items: center;
}
.card1 {
width: 60%;
}
@keyframes leftmove {
from {
opacity: 0;
margin-left: -100px;
}
to {
opacity: 1;
margin-left: 0;
}
}
.fit-div {
width: 100%;
/* animation: leftmove 1s ease-out; */
}
.card2 {
background-color: white;
width: 50%;
position: absolute;
z-index: 1111;
left: 600px;
top: 300px;
height: 50%;
}
@keyframes rightmove {
from {
opacity: 0;
left: 800px;
}
to {
opacity: 1;
left: 600px;
}
}
.col-center {
display: flex;
justify-content: center;
flex-direction: column;
}
.content1 {
position: relative;
margin: auto;
padding: 100px;
}
.fs-40 {
font-size: 40px;
}
.font-small {
font-weight: 300;
}
.upper {
text-transform: uppercase;
}
.content-wrap {
color: black;
padding: 50px 222px 50px 50px;
}
.main-content {
height: 100%;
}
.main-inner {
padding: 50px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card-content {
font-weight: 300;
color: #3c3838;
}
.creations-inner {
padding: 0px 100px 100px 100px;
}
.bottom-left {
position: absolute;
bottom: 30px;
left: 30px;
z-index: 1111;
color: white;
text-transform: uppercase;
font-size: 25px;
font-weight: 300;
width: 150px;
}
.see-all {
background-color: transparent;
border: 1px solid black;
width: 120px;
height: 50px;
font-family: "Josefin Sans", sans-serif;
letter-spacing: 3px;
cursor: pointer;
background-image: -webkit-linear-gradient( 90deg, #000000 50%, transparent 50%);
background-image: linear-gradient(90deg, #000000 50%, transparent 50%);
background-position: 100%;
background-size: 400%;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
}
.see-all:hover {
background-position: 0;
color: white;
}
h2 {
margin: 0;
}
.creations {
color: black;
}
.mygrid {
display: grid;
grid-gap: 8px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.fs-30 {
font-size: 30px;
font-weight: 300;
}
.gallery {
justify-content: space-between;
margin-top: 60px;
flex-wrap: wrap;
}
.flex-item {
margin-top: 10px;
position: relative;
}
.footer {
background-color: black;
}
.col1 {
height: 50%;
}
.footer-inner {
padding: 20px 100px;
height: 200px;
display: flex;
justify-content: space-between;
align-items: center;
}
.fit-c {
width: fit-content;
}
.fw-300 {
font-weight: 300;
font-size: 12px;
text-align: center;
}
.fw-400 {
font-weight: 400;
}
.social-icons {
width: auto;
justify-content: space-evenly;
cursor: pointer;
}
.mt-50 {
margin-top: 50px;
}
.hide {
display: none;
}
.flex-col {
display: flex;
flex-direction: column;
height: 100%;
}
.col2 {
height: 50%;
}
.fh {
height: 100%;
}
@media only screen and (max-width: 1200px) {
.content1 {
margin: auto;
padding: 100px;
display: flex;
flex-direction: column;
}
.card1 {
width: auto;
}
.card2 {
position: unset;
width: auto;
}
.content-wrap {
padding: 50px;
text-align: center;
}
.card-content {
padding-top: 20px;
}
}
@media only screen and (max-width: 650px) {
.nav-menu {
width: auto;
}
.hide-menu {
display: none;
}
.main-inner {
height: 100%;
justify-content: space-between;
}
body {
background-image: url(./images/mobile/image-hero.jpg);
}
.hamburger {
display: block;
}
.title {
width: 100%;
font-size: 30px;
margin-bottom: 300px;
}
.title-wrapper {
padding: 10%;
}
.creations-inner {
padding: 10px;
}
.content1 {
margin: auto;
padding: 50px 10px 50px 10px;
display: flex;
flex-direction: column;
}
.card1 {
width: auto;
}
.card2 {
position: unset;
width: auto;
}
.content-wrap {
padding: 50px;
}
.fs-30 {
font-weight: 400;
}
.flex-item {
width: 100%;
}
.font-small {
font-weight: 400;
font-size: 30px;
text-align: center;
}
.card-content {
text-align: center;
margin-top: 20px;
}
.see-all {
display: none;
}
.img1 {
content: url(./images/mobile/image-deep-earth.jpg);
}
.img2 {
content: url(./images/mobile/image-night-arcade.jpg);
}
.img3 {
content: url(./images/mobile/image-soccer-team.jpg);
}
.img4 {
content: url(./images/mobile/image-grid.jpg);
}
.img5 {
content: url(./images/mobile/image-from-above.jpg);
}
.img6 {
content: url(./images/mobile/image-pocket-borealis.jpg);
}
.img7 {
content: url(./images/mobile/image-curiosity.jpg);
}
.img8 {
content: url(./images/mobile/image-fisheye.jpg);
}
.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8 {
width: 100%;
}
.jcenter {
justify-content: center;
}
.align-center {
align-items: center;
}
.footer-inner {
padding: 10px;
height: auto;
flex-direction: column;
}
.highlight {
width: auto;
}
.footer-nav {
flex-direction: column;
font-size: 20px;
height: 200px;
margin-bottom: 20px;
margin-top: 20px;
}
.ham-menu {
background-color: rgba(0, 0, 0, 0.856);
height: 100%;
width: 100%;
}
.mygrid {
grid-gap: 0;
grid-template-columns: auto;
}
}
.close-btn {
display: flex;
justify-content: flex-end;
font-size: 50px;
cursor: pointer;
}
.align-unset {
align-items: unset;
}
.ham-logo {
display: flex;
justify-content: center;
flex-direction: column;
}
.ham-inner {
padding: 50px;
}
.menu-row {
display: flex;
justify-content: space-between;
}
.menu-list {
height: 200px;
font-size: 25px;
font-weight: 100;
padding: 50px 0px 0px 0px;
}
| 0.569733 | 0.108001 |
:root {
--primary-color: #e50914;
--dark-color: #141414;
--light-color: #f4f4f4;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #000000;
color: #999999;
}
ul {
list-style: none;
}
h1,
h2,
h3,
h4 {
color: #ffffff;
}
h3 {
font-weight: lighter;
}
a {
color: #ffffff;
text-decoration: none;
}
p {
margin: 0.5rem 0;
font-weight: bold;
color: #ffffff;
}
img {
width: 100%;
}
.showcase {
width: 100%;
height: 100vh;
position: relative;
background: url("bg.jpg") no-repeat center center/cover;
}
.showcase::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.4);
box-shadow: 120px 100px 250px #000000, inset -120px -100px 250px #000000;
}
.showcase-top {
position: relative;
z-index: 2;
height: 90px;
}
.showcase-top img {
width: 140px;
position: absolute;
top: 50%;
left: 0;
transform: translate(40%, -50%);
}
.showcase-top a {
position: absolute;
top: 50%;
right: 0;
transform: translate(-60%, -50%);
}
.showcase-content {
position: relative;
margin: 0 26%;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-items: center;
margin-top: 9rem;
}
.showcase-content h1 {
font-weight: 700;
font-size: 64px;
margin: 0 30px;
max-width: 800px;
line-height: 74.5px;
}
.showcase-content h3 {
color: white;
font-size: 25px;
margin: 16px 0;
}
.showcase-content p {
font-size: 19.2px;
font-weight: 300;
padding-top: 0.5rem;
padding-bottom: 1rem;
}
.showcase-content input {
position: absolute;
left: 0;
bottom: -8vh;
width: 454px;
height: 3rem;
font-size: 1rem;
padding-left: 0.5rem;
}
.btn {
display: inline-block;
background: var(--primary-color);
color: white;
padding: 0.5rem 1.2rem;
font-size: 1rem;
text-align: center;
border: none;
cursor: pointer;
border-radius: 2px;
margin-right: 0.5rem;
outline: none;
box-shadow: 0 5px 3px rgba(0, 0, 0, 0.45);
}
.btn:hover {
opacity: 0.9;
}
.btn-rounded {
border-radius: 5px;
}
.showcase-content .btn-lg {
position: absolute;
right: 0;
bottom: -8vh;
padding: 0.5rem 1.2rem;
font-size: 1.5rem;
text-transform: uppercase;
height: 36px;
width: 14rem;
}
.card-4,
.card-1,
.card-2,
.card-3 {
border-top: 8px rgb(69, 69, 69) solid;
padding: 50px;
width: 100%;
}
.card-4 {
position: relative;
display: inline-grid;
grid-template-columns: 40% 50%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
}
.desc-4 {
padding-left: 100px;
}
.card-1 {
position: relative;
display: inline-grid;
grid-template-columns: 50% 40%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
margin-top: 5%;
}
.desc-1 {
padding-left: 80px;
}
.style-cards h1 {
font-size: 3rem;
padding: 1rem;
padding-left: 0;
}
.style-cards h3 {
font-size: 1.6rem;
line-height: 2rem;
}
.card-1 video {
position: relative;
width: 100%;
height: 54%;
grid-column: 2/2;
grid-row: 1/2;
z-index: -1;
}
.card-1 img {
grid-column: 2/2;
grid-row: 1/2;
}
.card-2 {
position: relative;
display: inline-grid;
grid-template-columns: 40% 50%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
}
.desc-2 {
padding-left: 100px;
}
.card-3 {
position: relative;
display: inline-grid;
grid-template-columns: 70% 30%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
}
.desc-3 {
padding-left: 80px;
padding-right: 20px;
}
.card-3 img {
width: 110%;
grid-column: 2/2;
grid-row: 1/2;
}
.card-3 video {
position: relative;
top: -87px;
left: 125px;
width: 65%;
height: 78%;
grid-column: 2/2;
grid-row: 1/2;
z-index: -1;
}
.faq {
text-align: center;
}
.faq h1 {
padding-bottom: 40px;
font-size: 3rem;
}
.questions {
display: flex;
flex-direction: column;
flex-basis: 40%;
align-items: center;
}
.questions li {
padding: 20px 30px;
margin: 5px;
font-size: 1.6rem;
background-color: #303030;
color: white;
text-align: left;
width: 50%;
}
.faq p {
padding-top: 60px;
font-size: 1.2rem;
font-weight: 200;
}
.input {
display: inline-grid;
align-items: center;
grid-template-columns: 50% 40%;
}
.input input {
width: 600px;
height: 3rem;
}
.input button {
height: 3.25rem;
width: 320px;
left: 20px;
text-align: center;
background-color: var(--primary-color);
font-size: 1.5rem;
padding: 15px 32px;
border: none;
border-radius: 2px;
color: white;
}
.footer {
max-width: 100%;
margin: 1rem auto;
overflow: auto;
border-top: 8px rgb(69, 69, 69) solid;
text-align: center;
}
.footer,
.footer a {
color: #999999;
font-size: 0.9rem;
}
.footer p {
margin-bottom: 1.5rem;
}
.footer .footer-cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2rem;
}
.footer li {
line-height: 2.4;
}
|
PROJECTS/Netflix-Clone-main/style.css
|
:root {
--primary-color: #e50914;
--dark-color: #141414;
--light-color: #f4f4f4;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #000000;
color: #999999;
}
ul {
list-style: none;
}
h1,
h2,
h3,
h4 {
color: #ffffff;
}
h3 {
font-weight: lighter;
}
a {
color: #ffffff;
text-decoration: none;
}
p {
margin: 0.5rem 0;
font-weight: bold;
color: #ffffff;
}
img {
width: 100%;
}
.showcase {
width: 100%;
height: 100vh;
position: relative;
background: url("bg.jpg") no-repeat center center/cover;
}
.showcase::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.4);
box-shadow: 120px 100px 250px #000000, inset -120px -100px 250px #000000;
}
.showcase-top {
position: relative;
z-index: 2;
height: 90px;
}
.showcase-top img {
width: 140px;
position: absolute;
top: 50%;
left: 0;
transform: translate(40%, -50%);
}
.showcase-top a {
position: absolute;
top: 50%;
right: 0;
transform: translate(-60%, -50%);
}
.showcase-content {
position: relative;
margin: 0 26%;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-items: center;
margin-top: 9rem;
}
.showcase-content h1 {
font-weight: 700;
font-size: 64px;
margin: 0 30px;
max-width: 800px;
line-height: 74.5px;
}
.showcase-content h3 {
color: white;
font-size: 25px;
margin: 16px 0;
}
.showcase-content p {
font-size: 19.2px;
font-weight: 300;
padding-top: 0.5rem;
padding-bottom: 1rem;
}
.showcase-content input {
position: absolute;
left: 0;
bottom: -8vh;
width: 454px;
height: 3rem;
font-size: 1rem;
padding-left: 0.5rem;
}
.btn {
display: inline-block;
background: var(--primary-color);
color: white;
padding: 0.5rem 1.2rem;
font-size: 1rem;
text-align: center;
border: none;
cursor: pointer;
border-radius: 2px;
margin-right: 0.5rem;
outline: none;
box-shadow: 0 5px 3px rgba(0, 0, 0, 0.45);
}
.btn:hover {
opacity: 0.9;
}
.btn-rounded {
border-radius: 5px;
}
.showcase-content .btn-lg {
position: absolute;
right: 0;
bottom: -8vh;
padding: 0.5rem 1.2rem;
font-size: 1.5rem;
text-transform: uppercase;
height: 36px;
width: 14rem;
}
.card-4,
.card-1,
.card-2,
.card-3 {
border-top: 8px rgb(69, 69, 69) solid;
padding: 50px;
width: 100%;
}
.card-4 {
position: relative;
display: inline-grid;
grid-template-columns: 40% 50%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
}
.desc-4 {
padding-left: 100px;
}
.card-1 {
position: relative;
display: inline-grid;
grid-template-columns: 50% 40%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
margin-top: 5%;
}
.desc-1 {
padding-left: 80px;
}
.style-cards h1 {
font-size: 3rem;
padding: 1rem;
padding-left: 0;
}
.style-cards h3 {
font-size: 1.6rem;
line-height: 2rem;
}
.card-1 video {
position: relative;
width: 100%;
height: 54%;
grid-column: 2/2;
grid-row: 1/2;
z-index: -1;
}
.card-1 img {
grid-column: 2/2;
grid-row: 1/2;
}
.card-2 {
position: relative;
display: inline-grid;
grid-template-columns: 40% 50%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
}
.desc-2 {
padding-left: 100px;
}
.card-3 {
position: relative;
display: inline-grid;
grid-template-columns: 70% 30%;
text-align: left;
align-items: center;
padding: 25px 45px 50px;
}
.desc-3 {
padding-left: 80px;
padding-right: 20px;
}
.card-3 img {
width: 110%;
grid-column: 2/2;
grid-row: 1/2;
}
.card-3 video {
position: relative;
top: -87px;
left: 125px;
width: 65%;
height: 78%;
grid-column: 2/2;
grid-row: 1/2;
z-index: -1;
}
.faq {
text-align: center;
}
.faq h1 {
padding-bottom: 40px;
font-size: 3rem;
}
.questions {
display: flex;
flex-direction: column;
flex-basis: 40%;
align-items: center;
}
.questions li {
padding: 20px 30px;
margin: 5px;
font-size: 1.6rem;
background-color: #303030;
color: white;
text-align: left;
width: 50%;
}
.faq p {
padding-top: 60px;
font-size: 1.2rem;
font-weight: 200;
}
.input {
display: inline-grid;
align-items: center;
grid-template-columns: 50% 40%;
}
.input input {
width: 600px;
height: 3rem;
}
.input button {
height: 3.25rem;
width: 320px;
left: 20px;
text-align: center;
background-color: var(--primary-color);
font-size: 1.5rem;
padding: 15px 32px;
border: none;
border-radius: 2px;
color: white;
}
.footer {
max-width: 100%;
margin: 1rem auto;
overflow: auto;
border-top: 8px rgb(69, 69, 69) solid;
text-align: center;
}
.footer,
.footer a {
color: #999999;
font-size: 0.9rem;
}
.footer p {
margin-bottom: 1.5rem;
}
.footer .footer-cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2rem;
}
.footer li {
line-height: 2.4;
}
| 0.401923 | 0.083106 |
@import '~app/styles/variables.css';
.overlay {
composes: container from '~app/styles/utilities.css';
position: absolute;
top: 0;
left: 0;
right: 0;
max-width: 900px;
}
.inputContainer {
display: flex;
justify-content: space-between;
height: 120px;
border-bottom: 1px solid #ccc;
padding: 0 20px;
}
.inputContainer input {
-webkit-appearance: textfield;
flex: 1;
outline: none;
border: 0;
padding: 0 1rem;
font-size: 1.4rem;
font-weight: 400;
color: #333;
background: transparent;
&::placeholder {
color: #666;
}
}
.inputElementNormal {
display: display;
@media (--mobile-device) {
display: none;
}
}
.inputElementMobile {
display: none;
@media (--mobile-device) {
display: block;
}
}
.searchIcon {
color: #777;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
}
.searchResultItemIcon {
margin-right: 15px;
margin-left: 3px;
}
.closeButton {
width: 40px;
outline: none;
border: 0;
background: transparent;
color: #333;
cursor: pointer;
}
.resultsContainer {
background: rgba(255, 255, 255, 0.8);
overflow-y: auto;
height: 100%;
max-height: calc(100vh - 120px);
border-radius: 0 0 7px 7px;
@media (--small-viewport) {
flex-direction: column;
}
}
.scrollAble {
display: flex;
@media (--small-viewport) {
flex-direction: column;
}
}
.navigationHeader {
color: var(--lego-font-color);
}
.navigationFlex {
display: flex;
flex-wrap: wrap;
}
.navigationLink {
flex-basis: 33%;
min-width: 225px;
max-width: 100%;
@media (--mobile-device) {
flex-basis: 50%;
}
@media (--small-viewport) {
flex: 1;
}
}
.quickLinks {
flex: 1;
color: #fff;
padding: 2rem;
}
.quickLinks::after {
content: '';
display: block;
height: 2rem;
width: 100%;
}
.quickLinks li {
list-style: none;
}
.quickLinks a {
display: block;
color: var(--lego-link-color);
padding: 4px 15px;
font-size: 1.2rem;
text-transform: uppercase;
transition: 0.1s background-color;
}
.quickLinks a:hover {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px 14px;
}
.results {
flex: 2;
padding: 2rem;
background: #eee;
}
.resultDate {
color: var(--lego-font-color);
margin-left: auto;
white-space: nowrap;
padding-left: 5px;
@media (--small-viewport) {
display: none;
}
}
.resultDateMobile {
display: none;
margin-left: auto;
@media (--small-viewport) {
display: block;
}
}
.resultDetails {
color: var(--lego-font-color);
font-size: 0.7rem;
display: flex;
justify-content: space-between;
line-height: 15px;
}
.resultType {
text-transform: capitalize;
}
.resultItem {
border-bottom: 1px solid #ddd;
padding: 0.5rem;
height: 64px;
display: flex;
align-items: center;
}
.resultTitle {
display: table;
table-layout: fixed;
width: 100%;
line-height: 20px;
padding-top: 2px;
}
.truncateTitle {
display: table-cell;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.isSelected {
font-weight: 700;
}
|
app/components/Search/Search.css
|
@import '~app/styles/variables.css';
.overlay {
composes: container from '~app/styles/utilities.css';
position: absolute;
top: 0;
left: 0;
right: 0;
max-width: 900px;
}
.inputContainer {
display: flex;
justify-content: space-between;
height: 120px;
border-bottom: 1px solid #ccc;
padding: 0 20px;
}
.inputContainer input {
-webkit-appearance: textfield;
flex: 1;
outline: none;
border: 0;
padding: 0 1rem;
font-size: 1.4rem;
font-weight: 400;
color: #333;
background: transparent;
&::placeholder {
color: #666;
}
}
.inputElementNormal {
display: display;
@media (--mobile-device) {
display: none;
}
}
.inputElementMobile {
display: none;
@media (--mobile-device) {
display: block;
}
}
.searchIcon {
color: #777;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
}
.searchResultItemIcon {
margin-right: 15px;
margin-left: 3px;
}
.closeButton {
width: 40px;
outline: none;
border: 0;
background: transparent;
color: #333;
cursor: pointer;
}
.resultsContainer {
background: rgba(255, 255, 255, 0.8);
overflow-y: auto;
height: 100%;
max-height: calc(100vh - 120px);
border-radius: 0 0 7px 7px;
@media (--small-viewport) {
flex-direction: column;
}
}
.scrollAble {
display: flex;
@media (--small-viewport) {
flex-direction: column;
}
}
.navigationHeader {
color: var(--lego-font-color);
}
.navigationFlex {
display: flex;
flex-wrap: wrap;
}
.navigationLink {
flex-basis: 33%;
min-width: 225px;
max-width: 100%;
@media (--mobile-device) {
flex-basis: 50%;
}
@media (--small-viewport) {
flex: 1;
}
}
.quickLinks {
flex: 1;
color: #fff;
padding: 2rem;
}
.quickLinks::after {
content: '';
display: block;
height: 2rem;
width: 100%;
}
.quickLinks li {
list-style: none;
}
.quickLinks a {
display: block;
color: var(--lego-link-color);
padding: 4px 15px;
font-size: 1.2rem;
text-transform: uppercase;
transition: 0.1s background-color;
}
.quickLinks a:hover {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px 14px;
}
.results {
flex: 2;
padding: 2rem;
background: #eee;
}
.resultDate {
color: var(--lego-font-color);
margin-left: auto;
white-space: nowrap;
padding-left: 5px;
@media (--small-viewport) {
display: none;
}
}
.resultDateMobile {
display: none;
margin-left: auto;
@media (--small-viewport) {
display: block;
}
}
.resultDetails {
color: var(--lego-font-color);
font-size: 0.7rem;
display: flex;
justify-content: space-between;
line-height: 15px;
}
.resultType {
text-transform: capitalize;
}
.resultItem {
border-bottom: 1px solid #ddd;
padding: 0.5rem;
height: 64px;
display: flex;
align-items: center;
}
.resultTitle {
display: table;
table-layout: fixed;
width: 100%;
line-height: 20px;
padding-top: 2px;
}
.truncateTitle {
display: table-cell;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.isSelected {
font-weight: 700;
}
| 0.440951 | 0.0729 |
==================================================
1.Global styles
a) Base Style
b) Wrapper
c) Generic Classes
d) Typography
d) Bootstrap Class Override
2. Front Page Section
3. Namecard Design Section
4. Menu-Container Design Section
5. Title-Container Design Section
5. Description Design Section
5. Home styles
5. Resume styles
5. Contact Page styles
5. Styles for Portfolio Page
5. Styles for Portfolio Page
5. Mobile Sociail Nav styles
5. Responsive Fix
/*-------------------------------------------------------*/
/* Global styles */
/*-------------------------------------------------------*/
/*----------------------------------------------*/
/* Base Style */
/*----------------------------------------------*/
body {
font-family: 'Open Sans', sans-serif;
background: url(../images/main-bg.jpg) center bottom;
background-size: cover;
background-color: #E8E8E8;
margin: 0px;
padding: 0px;
font-size: 14px;
color: #111;
width: 100%;
height: 100%;
overflow: hidden;
min-height: 100vh;
background-repeat: no-repeat;
}
.h1, .h2, .h3, h1, h2, h3 {
font-family:'Oswald', sans-serif;
font-weight: 400;
}
/*----------------------------------------------*/
/* Wrapper */
/*----------------------------------------------*/
.container {
width: 100%;
max-width: 860px;
position: relative;
padding-bottom: 15px;
}
#content {
position: relative;
min-height: 620px;
}
.copyright-text {
float: right;
margin-right: 15px;
margin-top: 0px;
}
/*-------------------------------------------------------*/
/* Generic Classes */
/*-------------------------------------------------------*/
.abs-child {
position: relative;
}
.hidden {
display: none;
}
.clear {
clear:both;
}
.large-paragraph {
font-size: 14px;
line-height: 1.7em;
letter-spacing: 0.02em;
}
.large-paragraph, .focus-text {
color: #666666;
}
.no-padding {
list-style: none;
padding-left: 0px;
}
.shadow-img {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: #111111;
background-size: 100% 100%;
z-index: 0;
}
.right-align {
text-align: right;
}
.center-align{
text-align: center;
}
.frontclick {
position: absolute;
max-width: 37px;
bottom: 16px;
left: 50%;
transform: translateX(-50%);
bottom: 15px;
opacity: 0;
transition: all .3s;
}
.frontclick.active {
opacity: 1;
}
.pulse {
background: rgba(0, 0, 0, 0);
border-radius: 50%;
height: 14px;
width: 14px;
position: absolute;
margin: 11px 0px 0px -12px;
-webkit-transform: rotateX(55deg);
-moz-transform: rotateX(55deg);
-o-transform: rotateX(55deg);
-ms-transform: rotateX(55deg);
transform: rotateX(55deg);
z-index: -2;
top: 0px;
left: 4px;
}
.pulse:after {
content: "";
border-radius: 50%;
height: 40px;
width: 40px;
position: absolute;
margin: -13px 0 0 -13px;
-webkit-animation: pulsate 1s ease-out;
-moz-animation: pulsate 1s ease-out;
-o-animation: pulsate 1s ease-out;
-ms-animation: pulsate 1s ease-out;
animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-box-shadow: 0 0 1px 2px #bdbdbd;
box-shadow: 0 0 1px 2px #bdbdbd;
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
-ms-animation-delay: 1.1s;
animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-o-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
/*-------------------------------------------------------*/
/* Typography */
/*-------------------------------------------------------*/
h1 {
font-size: 45px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 15px;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 12px;
}
h3.title {
font-size: 21px;
}
h1{color: #f4d03f; display: inline-block; text-transform: uppercase; position: relative;}
h2{color: #f4d03f; position: relative;}
h3{position: relative; margin-bottom: 20px;}
.invert{color: #fff;}
strong {
font-weight: bold;
color: #333;
}
div.year{color: #F9BF3B;}
/*.......................................................*/
/*---------Bootstrap Class Override-----------*/
.form-group{margin-bottom: 10px;}
.form-control{border-radius: 0px; padding: 2px 6px;}
.btn{padding: 2px 25px; border-radius: 0px; }
.btn-success{
background: #f4d03f;
border-color: #f4d03f;
width: 100%;
color: #000000;
font-family: 'Oswald', sans-serif;
font-size: 18px;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
opacity: .9;
background: #f4d03f;
border-color: #f4d03f;
}
.form-control:focus{
border-color: #888888;
outline: 0;
box-shadow: none;
-webkit-box-shadow: none;
}
.modal-content {
border-radius: 3px;
border: 8px solid #f4d03f;
box-shadow: 0 0px 7px rgb(0, 0, 0);
}
.modal-body {
padding: 20px;
}
.modal-header {
background-color: #111111;
border-bottom: none;
padding: 13px 20px 22px;
}
.modal-footer {
padding: 20px;
border-top: 0;
padding-top: 0;
}
.modal-title {
display: inline-block;
font-family: 'Oswald', sans-serif;
font-size: 24px;
margin-bottom: -10px;
color: #fff;
}
.close{
color: #fff;
text-shadow: none;
}
.modal-header .close {
background: rgba(255, 0, 0, 0.83);
opacity: 1;
width: 30px;
height: 30px;
border-radius: 100%;
margin-top: 3px;
}
/*--------------------------------------------------------*/
.transparent{
opacity: 0; /* Modern!Firefox 0.9+, Safari 2?, Chrome any?Opera 9+, IE 9+ */
-khtml-opacity: 0.0;
-moz-opacity:0.0; /* Older than Firefox 0.9 */
filter: alpha(opacity=0); /* This works in IE 8 & 9 too, but also 5, 6, 7 */
}
/*-------------------------------------------------------*/
/* Front Page Section */
/*-------------------------------------------------------*/
.loading-screen{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../images/Preloader_7.gif') center no-repeat #F5D76E;
}
#frontpage{
position: relative;
width: 550px;
background-color: #666;
text-align: right;
padding: 15px;
margin: 0px auto;
cursor: pointer;
}
.front-img{
width: 100%;
min-height: 150px;
background-color: #f4d03f;
text-align: center;
position: relative;
}
/*-------------------------------------------------------*/
/* Namecard Design Section */
/*-------------------------------------------------------*/
#namecard {
position: relative;
background-color: #666;
height: 50%;
min-height: 300px;
text-align: center;
padding: 15px;
margin: 0px;
margin-bottom: 15px;
}
.namecard,
.namecard h1 {
font-family: 'Oswald', sans-serif;
}
.profile-img{
position: relative;
width: 140px;
height: 140px;
border-radius: 70px;
float: none;
overflow: hidden;
background-color: #fff;
border: 7px solid #f4d03f;
z-index: 100;
opacity: 1; /* Modern!Firefox 0.9+, Safari 2?, Chrome any?Opera 9+, IE 9+ */
-khtml-opacity: 1.0;
-moz-opacity: 1.0; /* Older than Firefox 0.9 */
filter: alpha(opacity=100); /* This works in IE 8 & 9 too, but also 5, 6, 7 */
transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-webkit-transition: opacity 1s ease-in-out;
}
/*-------------------------------------------------------*/
/* Menu-Container Design Section */
/*-------------------------------------------------------*/
#menu-container{
position: relative;
display: block;
clear: both;
background-color: #f4d03f;
height: 50%;
min-height: 305px;
text-align: right;
padding: 15px 0px;
margin: 0px;
}
ul.nav-menu li {
position: relative;
padding: 12px 15px;
width: 100%;
color: #111111;
border-bottom: 1px solid #e1c03a;
font-size: 16px;
margin: 0px;
font-family: 'Oswald', sans-serif;
cursor: pointer;
overflow: hidden;
}
.hover-background{
position: absolute;
background-color: #111111;
z-index: -1;
width: 300%;
height: 300%;
top: 200%;
left: -100%;
-ms-transform: rotate(15deg); /* IE 9 */
-webkit-transform: rotate(15deg); /* Safari */
-moz-transform: rotate(15deg); /* Safari */
transform: rotate(15deg);
-webkit-transition: top 0.5s, left 0.5s; /* Safari */
-moz-transition: top 0.5s, left 0.5s; /* Safari */
-o-transition: top 0.5s, left 0.5s; /* Safari */
transition-timing-function: ease-out;
transition: top 0.5s, left 0.5s;
}
ul.nav-menu li:hover{
border-bottom-color: #111111;
color: #f4d03f;
}
ul.nav-menu li:hover .hover-background,ul.nav-menu li.selected .hover-background {
top: 0%;
left: -15%;
}
ul.nav-menu li.selected{
background-color: #111111;
border-bottom-color: #111111;
border-right: none;
color: #f4d03f;
}
ul.nav-menu li span {
padding-right: 25px;
border-right: 2px solid #e1c03a;
margin-right: 15px;
text-transform: uppercase;
}
ul.nav-menu li:hover span,
ul.nav-menu li.selected span {
border-right: 2px solid #f4d03f;
}
.social-menu-container {
position: absolute;
bottom: 0px;
right: 0px;
left: 0;
text-align: center;
}
.social-menu-container .title {
margin-bottom: 5px;
padding-right: 15px;
color: #111111;
}
.social-menu {
display: inline-block;
float: none;
font-size: 18px;
margin-right: 5px;
}
.social-menu a{
color: #111111;
}
.social-menu a:hover{
color: #f4d03f;
}
.social-menu li{
float: left;
width: 40px;
height: 40px;
text-align: center;
border-radius: 20px;
cursor:pointer;
transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.social-menu li:hover{
background-color: #111111;
color: #f4d03f;
}
.social-menu li:hover a{
color: #f4d03f;
}
.social-menu li i{
margin-top: 33%;
}
/*-------------------------------------------------------*/
/* Title-Container Design Section */
/*-------------------------------------------------------*/
.page-segment{padding-left: 0px;}
.title-container{
position: relative;
height: 130px;
background-color: #666;
margin-bottom: 15px;
padding: 15px;
padding-left: 25px;
z-index: 100;
}
.title-container h2{
bottom: 15px;
position: absolute;
}
.sm-title {
font-weight: 600;
}
h1.maintitle {
margin-bottom: 3px;
}
.sub-maintitle {
margin-top: 0;
}
/*-------------------------------------------------------*/
/* Description Design Section */
/*-------------------------------------------------------*/
.description {
height: 575px;
position: relative;
background-color: #fff;
padding: 15px 30px;
overflow: hidden;
}
.description p {
margin: 15px 0px;
padding-right: 10px;
}
.strong-text {
font-family: 'Oswald', sans-serif;
display: inline-block;
font-size: 22.5px;
margin: 10px 0px;
}
.strong-text span {
background: #f4d03f;
padding: 2px 5px;
padding-bottom: 2px;
color: #111;
margin-left: 5px;
}
.fade-text{
opacity: 1; /* Modern!Firefox 0.9+, Safari 2?, Chrome any?Opera 9+, IE 9+ */
-khtml-opacity: 1.0;
-moz-opacity: 1.0; /* Older than Firefox 0.9 */
filter: alpha(opacity=100); /* This works in IE 8 & 9 too, but also 5, 6, 7 */
transition: opacity 0.75s ease-in;
-moz-transition: opacity 0.75s ease-in;
-webkit-transition: opacity 0.75s ease-in;
}
.rotate-out{
-webkit-transform: rotateX(0deg); /* Safari */
transform: rotateX(0deg);
transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
}
.rotated{
-webkit-transform: rotateX(-90deg); /* Safari */
transform: rotateX(-90deg);
}
.focus-text span {
font-size: 16px;
font-weight: 600;
}
.page-container .selected{display: block;}
/*-------------------------------------------------------*/
/* Home styles */
/*-------------------------------------------------------*/
.watermark-home{
width: 280px;
height: 300px;
position: absolute;
bottom: 0px;
right: 15px;
background: url(../images/profile.png) no-repeat;
background-size: contain;
background-position: right;
}
.watermark-contact{
width: 257px;
height: 343px;
position: relative;
bottom: 0px;
padding-top: 10px;
padding-left: 10px;
background-size: contain;
background-position: right;
}
.personal-info-title {
background: #f4d03f;
font-size: 22.5px;
margin-top: 20px;
color: #111111;
display: inline-block;
margin-left: 0px;
text-transform: capitalize;
}
.personal-info {
list-style: none;
padding: 0;
}
ul.personal-info li {
margin-bottom: 9px;
padding-left: 75px;
position: relative;
font-size: 12.5px;
}
.personal-info span {
background: #111111;
padding: 4px 10px 5px;
color: #fff;
display: inline-block;
margin-left: 0px;
text-transform: capitalize;
}
.personal-info label {
position: absolute;
left: 0;
width: 75px;
top: 0;
bottom: 0;
min-width: 75px;
font-size: 12.5px;
font-weight: 600;
background: #f4d03f;
margin-right: 10px;
padding: 4px 10px 5px;
margin: 0;
}
/*-------------------------------------------------------*/
/* Resume styles */
/*-------------------------------------------------------*/
.tabs{
position: relative;
}
.tabs .horizontal{
margin: 30px -30px;
margin-top: 0px;
padding: 10px 0px;
display: block;
min-height: 50px;
position: relative;
top: -30px;
}
.tabs .horizontal li a {
width: 33.3%;
border-right: 3px solid #ffffff;
margin: 0px;
padding: 24px 0px 19px;
float: left;
text-align: center;
background-color: #111111;
color: #f4d03f;
transition: background-color 0.3s ease-in;
-webkit-transition: background-color 0.3s ease-in;
font-size: 16px;
font-family: Oswald;
}
.tabs .horizontal li:last-child a {
border-right: none;
}
.icon-bg {
background-image: url(../images/resume/skills.png);
background-position: left;
-webkit-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
}
.icon-skills {
background-image: url(../images/resume/icon_01.png);
}
.icon-education {
background-image: url(../images/resume/icon_02.png);
}
.icon-employment {
background-image: url(../images/resume/icon_03.png);
}
.tabs .horizontal li a:hover, .tabs .horizontal li.active a{
background-color: #f4d03f;
text-decoration: none;
color: #111111;
}
.tab-cont{
position: relative;
height: 400px;
overflow-y: scroll;
}
.tab-cont .row{
margin-left: 0px;
margin-right: 0px;
}
.employment-class, .education-class{
list-style: none;
padding-left: 0px;
}
.employment-class li{
position: relative;
margin-bottom: 15px;
width: 100%;
background-color: #111111;
padding: 15px;
color: #F7EFE2;
}
.employment-class li h4{
color: #F7EFE2;
font-size: 13px;
font-weight: 400;
margin-top: 5px;
margin-bottom: 5px;
}
.employment-class li h5{
color: #f4d03f;
margin-top: 5px;
font-weight: bold;
}
.employment-class li p{
margin: 0 0 10px;
font-size: 12px;
}
.employment-class li:last-child:after{
display: none;
}
.education-class li > .title {
background-color: #111111;
padding: 10px;
font-size: 15px;
font-weight: 600;
color: #f4d03f;
cursor: pointer;
}
.education-class > li.current > .title {
background-color: #f4d03f;
color: #111111;
}
.education-class h4 i{
font-size: 16px;
}
.education-class h4 i.fa-sort-desc{
position: relative;
top: -5px;
}
.education-class .list-content {
color: #666;
padding: 0px 15px;
width: 110%;
height: 0px;
-webkit-transition: height 0.5s; /* Safari */
-moz-transition: height 0.5s; /* Mozila */
-o-transition: height 0.5s; /* Opera */
transition: height 0.5s;
overflow-y: scroll;
}
.list-content > .title {
font-weight: 700;
}
.list-year {
font-style: italic;
margin-left: 5px;
}
.education-class .current .list-content{
height: 150px;
}
.education-class .current i {
color: #111111;
}
/*skills*/
.skills-list li {
margin-bottom: 10px;
}
.bar {
background: #fff6da;
padding-left: 0px;
height: 25px;
overflow: hidden;
width: 100%;
max-width: 350px;
position: relative;
}
.percentage{
width: 50%;
height: 100%;
}
.circle-skill-container {
width: 100%;
padding: 5px;
padding-left: 0;
}
.circle-skill-container h5 {
margin-top: 10px;
font-weight: 600;
text-transform: uppercase;
}
.circle-bar{
position: relative;
margin: 5px auto;
}
.circle-bar > svg {
height: 100%;
display: block;
}
.circle-bar .progressbar-text{
font-size: 12.5px;
position: absolute;
top: 50%;
left: 50%;
padding: 0px;
margin: 0px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #111111;
}
/*-------------------------------------------------------*/
/* Contact Page styles */
/*-------------------------------------------------------*/
.mail-container{
background-color: #111111;
padding: 5px 30px;
display: block;
position: relative;
top: 150px;
max-width: 250px;
}
.mail-container >.title {
text-transform: uppercase;
margin-left: -15px;
margin-right: -15px;
}
.map-container{
position: relative;
height: 305px;
overflow: hidden;
margin-left: -14px;
margin-right: -14px;
}
span.address-icon{
width: 23px;
font-size: 13px;
float: left;
position: relative;
}
.cnmail {
position: absolute;
top: -48px;
background: #f4d03f;
left: 0;
width: 100%;
}
.cnmail .msg {
padding: 5px;
display: none;
}
.mail-sucsess {
text-transform: uppercase;
color: #006b0a;
}
.mail-sucsess h3 {
color: #006b0a;
}
/*-------------------------------------------------------*/
/* Styles for Portfolio Page */
/*-------------------------------------------------------*/
/* generic css */
.sec-porfolio.description {
padding: 70px 34px 15px 40px;
}
.button-group.filters-button-group {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.button-group {
list-style: none;
padding-left:0px;
width: 100%;
margin: 0px;
display: table;
}
.button-group .button {
text-align: center;
float: left;
width: 100%;
background: #111111;
border-right: 2px solid #fff;
color: #f4d03f;
padding: 12px 0px;
cursor: pointer;
transition: background-color 0.5s ease-in;
-webkit-transition: background-color 0.5s ease-in;
}
.filters-button-group li {
font-size: 16px;
}
.button-group .button.is-checked{
color: #111;
background-color: #f4d03f;
}
.demo-2 .button-group .button.is-checked{
color: #2C3E50;
background-color: #f4d03f;
}
.demo-2 .button-group .button{
background: #2C3E50;
}
.button-group .button:hover{
background-color: #F4d03f;
color: #fff;
}
.folio-container{
height: 500px;
overflow-y: scroll;
padding-bottom: 40px;
}
.folio-item{
position: relative;
list-style: none;
padding-left: 0px;
}
.view {
margin: 1px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
width: 32.5%;
height: 150px;
cursor: default;
background: #242424 no-repeat center center;
}
.view .mask, .view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.view img {
display: block;
position: relative;
width: auto;
max-width: 100%;
height: 100%;
}
.view h2 {
text-transform: uppercase;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
margin: 20px 40px 0px 40px;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
box-shadow: 0 0 1px #000;
margin-top: 10px;
}
.view a.info:hover {
box-shadow: 0 0 5px #000;
background-color: #F4d03f;
color: #212129;
}
/*1*/
.view-first img { /*1*/
transition: all 0.2s linear;
}
.view-first .mask {
opacity: 0;
background-color: rgba(12, 19, 27, 0.6);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
transition: all 0.2s ease-in-out;
}
.view-first a.info{
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
transform: scale(1.1);
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
}
.view-second .mask {
background-color: rgba(12, 19, 27, 0.6);
width: 100%;
padding: 260px;
height: 100%;
opacity: 0;
transform: translate(265px, 145px) rotate(45deg);
-webkit-transform: translate(265px, 145px) rotate(45deg);
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
.view-second h2 {
background: transparent;
-webkit-transform: translate(200px, -200px);
transform: translate(200px, -200px);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-second a.info {
transform: translate(0px, 160px);
-webkit-transform: translate(0px, 160px);
transition: all 0.2s 0.1s ease-in-out;
-webkit-transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
opacity:1;
transform: translate(-80px, -125px) rotate(45deg);
-webkit-transform: translate(-80px, -125px) rotate(45deg);
}
.view-second:hover h2 {
transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
.view-second:hover a.info {
transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
}
.view-tenth img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-tenth .mask {
background-color: rgba(12, 19, 27, 0.6);
transition: all 0.5s linear;
opacity: 0;
}
.view-tenth h2{
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #fff;
transition: all 0.5s linear;
opacity: 0;
}
.view-tenth a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-tenth:hover img {
-webkit-transform: scale(10);
transform: scale(10);
opacity: 0;
}
.view-tenth:hover .mask {
opacity: 1;
}
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{
transform: scale(1);
opacity: 1;
}
/* portfolio modal style*/
.mf-content {
text-align: left;
}
@media (max-width: 767px) {
.view {
width: 49%;
height: 210px;
}
.category-nav li{
width: 50%;
}
.folio-container{
height: auto;
overflow: hidden;
}
}
@media (max-width: 460px) {
.view {
width: 47%;
height: 160px;
}
}
/*-------------------------------------------------------*/
/* Mobile Sociail Nav styles */
/*-------------------------------------------------------*/
.mobile-nav-container{
background-color: #666;
margin: 15px 0px;
display: none;
}
.mobile-social{
float: right;
width: auto;
color: #f4d03f;
font-size: 15px;
margin-bottom: 0px;
}
.mobile-social li{
float: left;
margin: 10px;
}
.mobile-social a{
color: #F7EFE2;
}
.mobile-social a:hover{
color: #f4d03f;
}
/*-------------------------------------------------------*/
/* Responsive Fix for under 767px*/
/*-------------------------------------------------------*/
@media(max-width: 767px) {
body {
height: auto;
min-height: 1000px;
overflow-y: scroll;
}
#frontpage {
width: auto;
text-align: center;
margin: 0px 15px;
}
#namecard {
text-align: center;
}
.profile-img {
float: none;
margin-left: auto;
margin-right: auto;
}
.page-segment {
padding-left: 15px;
margin-top: 15px;
}
#menu-container {
min-height: 60px;
padding: 0px;
}
ul.nav-menu li span {
display: none;
}
ul.nav-menu li {
width: 25%;
margin: 0px;
padding: 15px;
font-size: 19px;
float: left;
text-align: center;
border-right: 1px solid #e1c03a;
border-bottom: none;
}
ul.nav-menu li.selected {
border-bottom: 3px solid #111111;
border-right: none;
}
.hover-background {
top: 200%;
left: -50%;
}
ul.nav-menu li:hover .hover-background {
left: -25%;
}
.social-menu-container {
display: none;
}
.description {
height: auto;
}
.tab-cont {
height: auto;
overflow: hidden;
}
.circle-bar {
margin-bottom: 25px;
max-height: 110px;
}
.education-class .current .list-content {
height: 130px;
}
.mail-container {
max-width: 120%;
top: 15px;
margin: 0px -15px;
}
.map-container {
margin: 0px;
}
.mobile-nav-container {
display: block;
}
.mobile-social {
float: none;
}
.watermark-home{
visibility: hidden;
}
.bar {
margin-left: 50px;
width: 80%;
}
.circle-skill-container h5 {
margin-top: 10px;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
}
|
css/style.css
|
==================================================
1.Global styles
a) Base Style
b) Wrapper
c) Generic Classes
d) Typography
d) Bootstrap Class Override
2. Front Page Section
3. Namecard Design Section
4. Menu-Container Design Section
5. Title-Container Design Section
5. Description Design Section
5. Home styles
5. Resume styles
5. Contact Page styles
5. Styles for Portfolio Page
5. Styles for Portfolio Page
5. Mobile Sociail Nav styles
5. Responsive Fix
/*-------------------------------------------------------*/
/* Global styles */
/*-------------------------------------------------------*/
/*----------------------------------------------*/
/* Base Style */
/*----------------------------------------------*/
body {
font-family: 'Open Sans', sans-serif;
background: url(../images/main-bg.jpg) center bottom;
background-size: cover;
background-color: #E8E8E8;
margin: 0px;
padding: 0px;
font-size: 14px;
color: #111;
width: 100%;
height: 100%;
overflow: hidden;
min-height: 100vh;
background-repeat: no-repeat;
}
.h1, .h2, .h3, h1, h2, h3 {
font-family:'Oswald', sans-serif;
font-weight: 400;
}
/*----------------------------------------------*/
/* Wrapper */
/*----------------------------------------------*/
.container {
width: 100%;
max-width: 860px;
position: relative;
padding-bottom: 15px;
}
#content {
position: relative;
min-height: 620px;
}
.copyright-text {
float: right;
margin-right: 15px;
margin-top: 0px;
}
/*-------------------------------------------------------*/
/* Generic Classes */
/*-------------------------------------------------------*/
.abs-child {
position: relative;
}
.hidden {
display: none;
}
.clear {
clear:both;
}
.large-paragraph {
font-size: 14px;
line-height: 1.7em;
letter-spacing: 0.02em;
}
.large-paragraph, .focus-text {
color: #666666;
}
.no-padding {
list-style: none;
padding-left: 0px;
}
.shadow-img {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: #111111;
background-size: 100% 100%;
z-index: 0;
}
.right-align {
text-align: right;
}
.center-align{
text-align: center;
}
.frontclick {
position: absolute;
max-width: 37px;
bottom: 16px;
left: 50%;
transform: translateX(-50%);
bottom: 15px;
opacity: 0;
transition: all .3s;
}
.frontclick.active {
opacity: 1;
}
.pulse {
background: rgba(0, 0, 0, 0);
border-radius: 50%;
height: 14px;
width: 14px;
position: absolute;
margin: 11px 0px 0px -12px;
-webkit-transform: rotateX(55deg);
-moz-transform: rotateX(55deg);
-o-transform: rotateX(55deg);
-ms-transform: rotateX(55deg);
transform: rotateX(55deg);
z-index: -2;
top: 0px;
left: 4px;
}
.pulse:after {
content: "";
border-radius: 50%;
height: 40px;
width: 40px;
position: absolute;
margin: -13px 0 0 -13px;
-webkit-animation: pulsate 1s ease-out;
-moz-animation: pulsate 1s ease-out;
-o-animation: pulsate 1s ease-out;
-ms-animation: pulsate 1s ease-out;
animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-box-shadow: 0 0 1px 2px #bdbdbd;
box-shadow: 0 0 1px 2px #bdbdbd;
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
-ms-animation-delay: 1.1s;
animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-o-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
/*-------------------------------------------------------*/
/* Typography */
/*-------------------------------------------------------*/
h1 {
font-size: 45px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 15px;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 12px;
}
h3.title {
font-size: 21px;
}
h1{color: #f4d03f; display: inline-block; text-transform: uppercase; position: relative;}
h2{color: #f4d03f; position: relative;}
h3{position: relative; margin-bottom: 20px;}
.invert{color: #fff;}
strong {
font-weight: bold;
color: #333;
}
div.year{color: #F9BF3B;}
/*.......................................................*/
/*---------Bootstrap Class Override-----------*/
.form-group{margin-bottom: 10px;}
.form-control{border-radius: 0px; padding: 2px 6px;}
.btn{padding: 2px 25px; border-radius: 0px; }
.btn-success{
background: #f4d03f;
border-color: #f4d03f;
width: 100%;
color: #000000;
font-family: 'Oswald', sans-serif;
font-size: 18px;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
opacity: .9;
background: #f4d03f;
border-color: #f4d03f;
}
.form-control:focus{
border-color: #888888;
outline: 0;
box-shadow: none;
-webkit-box-shadow: none;
}
.modal-content {
border-radius: 3px;
border: 8px solid #f4d03f;
box-shadow: 0 0px 7px rgb(0, 0, 0);
}
.modal-body {
padding: 20px;
}
.modal-header {
background-color: #111111;
border-bottom: none;
padding: 13px 20px 22px;
}
.modal-footer {
padding: 20px;
border-top: 0;
padding-top: 0;
}
.modal-title {
display: inline-block;
font-family: 'Oswald', sans-serif;
font-size: 24px;
margin-bottom: -10px;
color: #fff;
}
.close{
color: #fff;
text-shadow: none;
}
.modal-header .close {
background: rgba(255, 0, 0, 0.83);
opacity: 1;
width: 30px;
height: 30px;
border-radius: 100%;
margin-top: 3px;
}
/*--------------------------------------------------------*/
.transparent{
opacity: 0; /* Modern!Firefox 0.9+, Safari 2?, Chrome any?Opera 9+, IE 9+ */
-khtml-opacity: 0.0;
-moz-opacity:0.0; /* Older than Firefox 0.9 */
filter: alpha(opacity=0); /* This works in IE 8 & 9 too, but also 5, 6, 7 */
}
/*-------------------------------------------------------*/
/* Front Page Section */
/*-------------------------------------------------------*/
.loading-screen{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../images/Preloader_7.gif') center no-repeat #F5D76E;
}
#frontpage{
position: relative;
width: 550px;
background-color: #666;
text-align: right;
padding: 15px;
margin: 0px auto;
cursor: pointer;
}
.front-img{
width: 100%;
min-height: 150px;
background-color: #f4d03f;
text-align: center;
position: relative;
}
/*-------------------------------------------------------*/
/* Namecard Design Section */
/*-------------------------------------------------------*/
#namecard {
position: relative;
background-color: #666;
height: 50%;
min-height: 300px;
text-align: center;
padding: 15px;
margin: 0px;
margin-bottom: 15px;
}
.namecard,
.namecard h1 {
font-family: 'Oswald', sans-serif;
}
.profile-img{
position: relative;
width: 140px;
height: 140px;
border-radius: 70px;
float: none;
overflow: hidden;
background-color: #fff;
border: 7px solid #f4d03f;
z-index: 100;
opacity: 1; /* Modern!Firefox 0.9+, Safari 2?, Chrome any?Opera 9+, IE 9+ */
-khtml-opacity: 1.0;
-moz-opacity: 1.0; /* Older than Firefox 0.9 */
filter: alpha(opacity=100); /* This works in IE 8 & 9 too, but also 5, 6, 7 */
transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-webkit-transition: opacity 1s ease-in-out;
}
/*-------------------------------------------------------*/
/* Menu-Container Design Section */
/*-------------------------------------------------------*/
#menu-container{
position: relative;
display: block;
clear: both;
background-color: #f4d03f;
height: 50%;
min-height: 305px;
text-align: right;
padding: 15px 0px;
margin: 0px;
}
ul.nav-menu li {
position: relative;
padding: 12px 15px;
width: 100%;
color: #111111;
border-bottom: 1px solid #e1c03a;
font-size: 16px;
margin: 0px;
font-family: 'Oswald', sans-serif;
cursor: pointer;
overflow: hidden;
}
.hover-background{
position: absolute;
background-color: #111111;
z-index: -1;
width: 300%;
height: 300%;
top: 200%;
left: -100%;
-ms-transform: rotate(15deg); /* IE 9 */
-webkit-transform: rotate(15deg); /* Safari */
-moz-transform: rotate(15deg); /* Safari */
transform: rotate(15deg);
-webkit-transition: top 0.5s, left 0.5s; /* Safari */
-moz-transition: top 0.5s, left 0.5s; /* Safari */
-o-transition: top 0.5s, left 0.5s; /* Safari */
transition-timing-function: ease-out;
transition: top 0.5s, left 0.5s;
}
ul.nav-menu li:hover{
border-bottom-color: #111111;
color: #f4d03f;
}
ul.nav-menu li:hover .hover-background,ul.nav-menu li.selected .hover-background {
top: 0%;
left: -15%;
}
ul.nav-menu li.selected{
background-color: #111111;
border-bottom-color: #111111;
border-right: none;
color: #f4d03f;
}
ul.nav-menu li span {
padding-right: 25px;
border-right: 2px solid #e1c03a;
margin-right: 15px;
text-transform: uppercase;
}
ul.nav-menu li:hover span,
ul.nav-menu li.selected span {
border-right: 2px solid #f4d03f;
}
.social-menu-container {
position: absolute;
bottom: 0px;
right: 0px;
left: 0;
text-align: center;
}
.social-menu-container .title {
margin-bottom: 5px;
padding-right: 15px;
color: #111111;
}
.social-menu {
display: inline-block;
float: none;
font-size: 18px;
margin-right: 5px;
}
.social-menu a{
color: #111111;
}
.social-menu a:hover{
color: #f4d03f;
}
.social-menu li{
float: left;
width: 40px;
height: 40px;
text-align: center;
border-radius: 20px;
cursor:pointer;
transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.social-menu li:hover{
background-color: #111111;
color: #f4d03f;
}
.social-menu li:hover a{
color: #f4d03f;
}
.social-menu li i{
margin-top: 33%;
}
/*-------------------------------------------------------*/
/* Title-Container Design Section */
/*-------------------------------------------------------*/
.page-segment{padding-left: 0px;}
.title-container{
position: relative;
height: 130px;
background-color: #666;
margin-bottom: 15px;
padding: 15px;
padding-left: 25px;
z-index: 100;
}
.title-container h2{
bottom: 15px;
position: absolute;
}
.sm-title {
font-weight: 600;
}
h1.maintitle {
margin-bottom: 3px;
}
.sub-maintitle {
margin-top: 0;
}
/*-------------------------------------------------------*/
/* Description Design Section */
/*-------------------------------------------------------*/
.description {
height: 575px;
position: relative;
background-color: #fff;
padding: 15px 30px;
overflow: hidden;
}
.description p {
margin: 15px 0px;
padding-right: 10px;
}
.strong-text {
font-family: 'Oswald', sans-serif;
display: inline-block;
font-size: 22.5px;
margin: 10px 0px;
}
.strong-text span {
background: #f4d03f;
padding: 2px 5px;
padding-bottom: 2px;
color: #111;
margin-left: 5px;
}
.fade-text{
opacity: 1; /* Modern!Firefox 0.9+, Safari 2?, Chrome any?Opera 9+, IE 9+ */
-khtml-opacity: 1.0;
-moz-opacity: 1.0; /* Older than Firefox 0.9 */
filter: alpha(opacity=100); /* This works in IE 8 & 9 too, but also 5, 6, 7 */
transition: opacity 0.75s ease-in;
-moz-transition: opacity 0.75s ease-in;
-webkit-transition: opacity 0.75s ease-in;
}
.rotate-out{
-webkit-transform: rotateX(0deg); /* Safari */
transform: rotateX(0deg);
transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
}
.rotated{
-webkit-transform: rotateX(-90deg); /* Safari */
transform: rotateX(-90deg);
}
.focus-text span {
font-size: 16px;
font-weight: 600;
}
.page-container .selected{display: block;}
/*-------------------------------------------------------*/
/* Home styles */
/*-------------------------------------------------------*/
.watermark-home{
width: 280px;
height: 300px;
position: absolute;
bottom: 0px;
right: 15px;
background: url(../images/profile.png) no-repeat;
background-size: contain;
background-position: right;
}
.watermark-contact{
width: 257px;
height: 343px;
position: relative;
bottom: 0px;
padding-top: 10px;
padding-left: 10px;
background-size: contain;
background-position: right;
}
.personal-info-title {
background: #f4d03f;
font-size: 22.5px;
margin-top: 20px;
color: #111111;
display: inline-block;
margin-left: 0px;
text-transform: capitalize;
}
.personal-info {
list-style: none;
padding: 0;
}
ul.personal-info li {
margin-bottom: 9px;
padding-left: 75px;
position: relative;
font-size: 12.5px;
}
.personal-info span {
background: #111111;
padding: 4px 10px 5px;
color: #fff;
display: inline-block;
margin-left: 0px;
text-transform: capitalize;
}
.personal-info label {
position: absolute;
left: 0;
width: 75px;
top: 0;
bottom: 0;
min-width: 75px;
font-size: 12.5px;
font-weight: 600;
background: #f4d03f;
margin-right: 10px;
padding: 4px 10px 5px;
margin: 0;
}
/*-------------------------------------------------------*/
/* Resume styles */
/*-------------------------------------------------------*/
.tabs{
position: relative;
}
.tabs .horizontal{
margin: 30px -30px;
margin-top: 0px;
padding: 10px 0px;
display: block;
min-height: 50px;
position: relative;
top: -30px;
}
.tabs .horizontal li a {
width: 33.3%;
border-right: 3px solid #ffffff;
margin: 0px;
padding: 24px 0px 19px;
float: left;
text-align: center;
background-color: #111111;
color: #f4d03f;
transition: background-color 0.3s ease-in;
-webkit-transition: background-color 0.3s ease-in;
font-size: 16px;
font-family: Oswald;
}
.tabs .horizontal li:last-child a {
border-right: none;
}
.icon-bg {
background-image: url(../images/resume/skills.png);
background-position: left;
-webkit-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
}
.icon-skills {
background-image: url(../images/resume/icon_01.png);
}
.icon-education {
background-image: url(../images/resume/icon_02.png);
}
.icon-employment {
background-image: url(../images/resume/icon_03.png);
}
.tabs .horizontal li a:hover, .tabs .horizontal li.active a{
background-color: #f4d03f;
text-decoration: none;
color: #111111;
}
.tab-cont{
position: relative;
height: 400px;
overflow-y: scroll;
}
.tab-cont .row{
margin-left: 0px;
margin-right: 0px;
}
.employment-class, .education-class{
list-style: none;
padding-left: 0px;
}
.employment-class li{
position: relative;
margin-bottom: 15px;
width: 100%;
background-color: #111111;
padding: 15px;
color: #F7EFE2;
}
.employment-class li h4{
color: #F7EFE2;
font-size: 13px;
font-weight: 400;
margin-top: 5px;
margin-bottom: 5px;
}
.employment-class li h5{
color: #f4d03f;
margin-top: 5px;
font-weight: bold;
}
.employment-class li p{
margin: 0 0 10px;
font-size: 12px;
}
.employment-class li:last-child:after{
display: none;
}
.education-class li > .title {
background-color: #111111;
padding: 10px;
font-size: 15px;
font-weight: 600;
color: #f4d03f;
cursor: pointer;
}
.education-class > li.current > .title {
background-color: #f4d03f;
color: #111111;
}
.education-class h4 i{
font-size: 16px;
}
.education-class h4 i.fa-sort-desc{
position: relative;
top: -5px;
}
.education-class .list-content {
color: #666;
padding: 0px 15px;
width: 110%;
height: 0px;
-webkit-transition: height 0.5s; /* Safari */
-moz-transition: height 0.5s; /* Mozila */
-o-transition: height 0.5s; /* Opera */
transition: height 0.5s;
overflow-y: scroll;
}
.list-content > .title {
font-weight: 700;
}
.list-year {
font-style: italic;
margin-left: 5px;
}
.education-class .current .list-content{
height: 150px;
}
.education-class .current i {
color: #111111;
}
/*skills*/
.skills-list li {
margin-bottom: 10px;
}
.bar {
background: #fff6da;
padding-left: 0px;
height: 25px;
overflow: hidden;
width: 100%;
max-width: 350px;
position: relative;
}
.percentage{
width: 50%;
height: 100%;
}
.circle-skill-container {
width: 100%;
padding: 5px;
padding-left: 0;
}
.circle-skill-container h5 {
margin-top: 10px;
font-weight: 600;
text-transform: uppercase;
}
.circle-bar{
position: relative;
margin: 5px auto;
}
.circle-bar > svg {
height: 100%;
display: block;
}
.circle-bar .progressbar-text{
font-size: 12.5px;
position: absolute;
top: 50%;
left: 50%;
padding: 0px;
margin: 0px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #111111;
}
/*-------------------------------------------------------*/
/* Contact Page styles */
/*-------------------------------------------------------*/
.mail-container{
background-color: #111111;
padding: 5px 30px;
display: block;
position: relative;
top: 150px;
max-width: 250px;
}
.mail-container >.title {
text-transform: uppercase;
margin-left: -15px;
margin-right: -15px;
}
.map-container{
position: relative;
height: 305px;
overflow: hidden;
margin-left: -14px;
margin-right: -14px;
}
span.address-icon{
width: 23px;
font-size: 13px;
float: left;
position: relative;
}
.cnmail {
position: absolute;
top: -48px;
background: #f4d03f;
left: 0;
width: 100%;
}
.cnmail .msg {
padding: 5px;
display: none;
}
.mail-sucsess {
text-transform: uppercase;
color: #006b0a;
}
.mail-sucsess h3 {
color: #006b0a;
}
/*-------------------------------------------------------*/
/* Styles for Portfolio Page */
/*-------------------------------------------------------*/
/* generic css */
.sec-porfolio.description {
padding: 70px 34px 15px 40px;
}
.button-group.filters-button-group {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.button-group {
list-style: none;
padding-left:0px;
width: 100%;
margin: 0px;
display: table;
}
.button-group .button {
text-align: center;
float: left;
width: 100%;
background: #111111;
border-right: 2px solid #fff;
color: #f4d03f;
padding: 12px 0px;
cursor: pointer;
transition: background-color 0.5s ease-in;
-webkit-transition: background-color 0.5s ease-in;
}
.filters-button-group li {
font-size: 16px;
}
.button-group .button.is-checked{
color: #111;
background-color: #f4d03f;
}
.demo-2 .button-group .button.is-checked{
color: #2C3E50;
background-color: #f4d03f;
}
.demo-2 .button-group .button{
background: #2C3E50;
}
.button-group .button:hover{
background-color: #F4d03f;
color: #fff;
}
.folio-container{
height: 500px;
overflow-y: scroll;
padding-bottom: 40px;
}
.folio-item{
position: relative;
list-style: none;
padding-left: 0px;
}
.view {
margin: 1px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
width: 32.5%;
height: 150px;
cursor: default;
background: #242424 no-repeat center center;
}
.view .mask, .view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.view img {
display: block;
position: relative;
width: auto;
max-width: 100%;
height: 100%;
}
.view h2 {
text-transform: uppercase;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
margin: 20px 40px 0px 40px;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
box-shadow: 0 0 1px #000;
margin-top: 10px;
}
.view a.info:hover {
box-shadow: 0 0 5px #000;
background-color: #F4d03f;
color: #212129;
}
/*1*/
.view-first img { /*1*/
transition: all 0.2s linear;
}
.view-first .mask {
opacity: 0;
background-color: rgba(12, 19, 27, 0.6);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
transition: all 0.2s ease-in-out;
}
.view-first a.info{
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
transform: scale(1.1);
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
}
.view-second .mask {
background-color: rgba(12, 19, 27, 0.6);
width: 100%;
padding: 260px;
height: 100%;
opacity: 0;
transform: translate(265px, 145px) rotate(45deg);
-webkit-transform: translate(265px, 145px) rotate(45deg);
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
.view-second h2 {
background: transparent;
-webkit-transform: translate(200px, -200px);
transform: translate(200px, -200px);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-second a.info {
transform: translate(0px, 160px);
-webkit-transform: translate(0px, 160px);
transition: all 0.2s 0.1s ease-in-out;
-webkit-transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
opacity:1;
transform: translate(-80px, -125px) rotate(45deg);
-webkit-transform: translate(-80px, -125px) rotate(45deg);
}
.view-second:hover h2 {
transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
.view-second:hover a.info {
transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
}
.view-tenth img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-tenth .mask {
background-color: rgba(12, 19, 27, 0.6);
transition: all 0.5s linear;
opacity: 0;
}
.view-tenth h2{
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #fff;
transition: all 0.5s linear;
opacity: 0;
}
.view-tenth a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-tenth:hover img {
-webkit-transform: scale(10);
transform: scale(10);
opacity: 0;
}
.view-tenth:hover .mask {
opacity: 1;
}
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{
transform: scale(1);
opacity: 1;
}
/* portfolio modal style*/
.mf-content {
text-align: left;
}
@media (max-width: 767px) {
.view {
width: 49%;
height: 210px;
}
.category-nav li{
width: 50%;
}
.folio-container{
height: auto;
overflow: hidden;
}
}
@media (max-width: 460px) {
.view {
width: 47%;
height: 160px;
}
}
/*-------------------------------------------------------*/
/* Mobile Sociail Nav styles */
/*-------------------------------------------------------*/
.mobile-nav-container{
background-color: #666;
margin: 15px 0px;
display: none;
}
.mobile-social{
float: right;
width: auto;
color: #f4d03f;
font-size: 15px;
margin-bottom: 0px;
}
.mobile-social li{
float: left;
margin: 10px;
}
.mobile-social a{
color: #F7EFE2;
}
.mobile-social a:hover{
color: #f4d03f;
}
/*-------------------------------------------------------*/
/* Responsive Fix for under 767px*/
/*-------------------------------------------------------*/
@media(max-width: 767px) {
body {
height: auto;
min-height: 1000px;
overflow-y: scroll;
}
#frontpage {
width: auto;
text-align: center;
margin: 0px 15px;
}
#namecard {
text-align: center;
}
.profile-img {
float: none;
margin-left: auto;
margin-right: auto;
}
.page-segment {
padding-left: 15px;
margin-top: 15px;
}
#menu-container {
min-height: 60px;
padding: 0px;
}
ul.nav-menu li span {
display: none;
}
ul.nav-menu li {
width: 25%;
margin: 0px;
padding: 15px;
font-size: 19px;
float: left;
text-align: center;
border-right: 1px solid #e1c03a;
border-bottom: none;
}
ul.nav-menu li.selected {
border-bottom: 3px solid #111111;
border-right: none;
}
.hover-background {
top: 200%;
left: -50%;
}
ul.nav-menu li:hover .hover-background {
left: -25%;
}
.social-menu-container {
display: none;
}
.description {
height: auto;
}
.tab-cont {
height: auto;
overflow: hidden;
}
.circle-bar {
margin-bottom: 25px;
max-height: 110px;
}
.education-class .current .list-content {
height: 130px;
}
.mail-container {
max-width: 120%;
top: 15px;
margin: 0px -15px;
}
.map-container {
margin: 0px;
}
.mobile-nav-container {
display: block;
}
.mobile-social {
float: none;
}
.watermark-home{
visibility: hidden;
}
.bar {
margin-left: 50px;
width: 80%;
}
.circle-skill-container h5 {
margin-top: 10px;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
}
| 0.358578 | 0.05572 |
* {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
a {
text-decoration: none;
color: inherit;
cursor: pointer;
}
p {
font-size: inherit;
font-weight: inherit;
}
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.custom-container {
width: 85%;
margin: auto;
}
.flex-container-row {
display: flex;
flex-direction: row;
align-content: space-around;
align-items: center;
}
.flex-container-coloumn {
display: flex;
flex-direction: column;
align-content: space-between;
align-items: center;
}
header {
box-shadow: 0 2px 2px #ccc;
position: relative;
}
.top-bar {
height: 77px;
width: 100%;
}
.nav-item {
display: inline-block;
margin-right: 20px;
font-size: 18px;
}
.left-nav {
flex: 3;
display: flex;
padding: 10px;
flex-direction: row;
justify-content: flex-start;
}
.left-nav div {
margin-right: 30px;
}
.logo {
font-size: 30px;
}
.logo-bold {
font-weight: 900;
}
.search-container {
flex: 3;
display: flex;
justify-content: center;
}
.search-bar {
width: 450px;
background-color: #eee;
border-radius: 5px
}
#search {
background-color: #eee;
border: none;
padding: 8px;
color: #222;
border-radius: 5px;
width: 100%;
}
.right-nav {
flex: 1;
justify-content: flex-end;
}
.cart {
position: relative;
width: 30px;
height: 30px;
}
.item-count {
position: absolute;
top: -11px;
right: -11px;
background-color: #32b632;
border-radius: 15px;
font-size: 15px;
width: 20px;
height: 20px;
text-align: center;
color: #fff;
}
#clothing-items {
width: 100%;
margin: auto;
padding: 15px;
}
.custom-card {
width: 100%;
height: 540px;
border-radius: 5px;
box-shadow: 0 4px 6px #ccc;
}
.card-image {
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.grid-title {
padding: 10px 0px;
font-size: 27px;
margin: 15px 0px;
}
.card-body {
padding: 10px;
display: flex;
flex-direction: column;
justify-items: center;
height: 150px;
justify-content: center;
}
.custom-col {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.fit-5 {
width: 20%;
float: left;
margin: 10px 0px;
}
#productTitle {
font-size: 18px;
font-weight: 600;
}
#productBrand {
font-size: 16px;
font-weight: 400;
}
#productPrice {
color: #63b7ac;
font-weight: 800;
}
footer {
background-color: #222;
width: 100%;
height: 275px;
margin-top: 15px;
padding: 15px 0px;
}
.footer-container {
display: flex;
justify-content: center;
align-content: space-between;
height: 250px;
width: 70%;
margin: auto;
}
.footer-col {
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 240px;
padding: 20px;
}
.footer-col-title {
color: #fff;
font-size: 18px;
font-weight: 500;
margin: 15px 0px;
}
.footer-col-body {
background-attachment: fixed;
}
.footer-nav-item {
text-transform: uppercase;
color: #fff;
font-size: 15px;
margin-bottom: 10px;
}
.footer-col-address {
color: #fff;
font-size: 15px;
line-height: 40px;
text-transform: uppercase;
}
.edyoda-logo {
position: fixed;
bottom: 20px;
right: 20px;
}
.bottom-logo {
width: 150px;
height: auto;
}
/* product-detail-css */
main {
width: 100%;
margin: auto;
min-height: 600px;
display: flex;
align-content: center;
justify-content: center;
}
.content {
width: 70%;
min-height: 560px;
margin: 0px auto 30px auto;
display: flex;
align-content: center;
justify-content: flex-start;
justify-items: center;
align-items: flex-start;
}
.col-1 {
flex: 1 33.33%;
margin-top: 45px;
}
.col-2 {
flex: 2 66.66%;
display: flex;
flex-direction: column;
padding: 20px;
}
.col-2>div {
margin-bottom: 20px;
}
.product-image {
height: 560px;
width: auto;
border: none;
border-radius: 5px;
box-shadow: 0 4px 4px #ccc;
}
.product-name>h1 {
font-size: 50px;
}
.product-desc>p {
font-size: 20px;
letter-spacing: 1px;
}
.color-container {
display: flex;
margin: 10px 0px;
}
.photo-item {
border: 2px solid #63b7ac;
border-radius: 5px;
margin-right: 5px;
}
.color-picker {
width: 60px;
height: 80px;
border-radius: 5px;
cursor: pointer;
}
.btn {
width: 120px;
padding: 10px;
border-radius: 5px;
border: none;
font-size: 18px;
background-color: #63b7ac;
cursor: pointer;
}
.btn:hover {
background-color: #51968d;
transition: ease 300ms;
}
/* checkout css */
.box {
width: 100%;
min-height: 500px;
display: flex;
flex-direction: row;
}
.checkout-items-container,
.checkout-total-container {
flex: 1;
min-height: 500px;
padding: 15px 20px 15px 0px;
}
.checkout-card {
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 2px #ccc;
margin-bottom: 10px;
}
.checkout-card-container {
flex: 1;
max-height: 140px;
}
.checkout-card-image {
max-height: 140px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.checkout-prod-info,
.total-row {
flex: 4;
height: 140px;
padding: 5px 15px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.checkout-product-name,
.total-title {
font-size: 20px;
font-weight: 500;
}
.checkout-product-count,
.checkout-product-brand,
.checkout-product-total-amount,
.total-amount-display {
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
}
.total-row {
padding: 15px;
}
/* confirmation css */
.confirmation {
width: 100%;
height: 600px;
margin: auto;
display: flex;
flex-direction: column;
}
.green-tick {
width: 300px;
height: 300px;
margin: auto;
border-radius: 150px;
position: relative;
}
.tick {
font-size: 200px;
position: absolute;
right: 0;
left: 50px;
}
.confirm-text {
width: 100%;
text-align: center;
}
|
css/style.css
|
* {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
a {
text-decoration: none;
color: inherit;
cursor: pointer;
}
p {
font-size: inherit;
font-weight: inherit;
}
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.custom-container {
width: 85%;
margin: auto;
}
.flex-container-row {
display: flex;
flex-direction: row;
align-content: space-around;
align-items: center;
}
.flex-container-coloumn {
display: flex;
flex-direction: column;
align-content: space-between;
align-items: center;
}
header {
box-shadow: 0 2px 2px #ccc;
position: relative;
}
.top-bar {
height: 77px;
width: 100%;
}
.nav-item {
display: inline-block;
margin-right: 20px;
font-size: 18px;
}
.left-nav {
flex: 3;
display: flex;
padding: 10px;
flex-direction: row;
justify-content: flex-start;
}
.left-nav div {
margin-right: 30px;
}
.logo {
font-size: 30px;
}
.logo-bold {
font-weight: 900;
}
.search-container {
flex: 3;
display: flex;
justify-content: center;
}
.search-bar {
width: 450px;
background-color: #eee;
border-radius: 5px
}
#search {
background-color: #eee;
border: none;
padding: 8px;
color: #222;
border-radius: 5px;
width: 100%;
}
.right-nav {
flex: 1;
justify-content: flex-end;
}
.cart {
position: relative;
width: 30px;
height: 30px;
}
.item-count {
position: absolute;
top: -11px;
right: -11px;
background-color: #32b632;
border-radius: 15px;
font-size: 15px;
width: 20px;
height: 20px;
text-align: center;
color: #fff;
}
#clothing-items {
width: 100%;
margin: auto;
padding: 15px;
}
.custom-card {
width: 100%;
height: 540px;
border-radius: 5px;
box-shadow: 0 4px 6px #ccc;
}
.card-image {
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.grid-title {
padding: 10px 0px;
font-size: 27px;
margin: 15px 0px;
}
.card-body {
padding: 10px;
display: flex;
flex-direction: column;
justify-items: center;
height: 150px;
justify-content: center;
}
.custom-col {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.fit-5 {
width: 20%;
float: left;
margin: 10px 0px;
}
#productTitle {
font-size: 18px;
font-weight: 600;
}
#productBrand {
font-size: 16px;
font-weight: 400;
}
#productPrice {
color: #63b7ac;
font-weight: 800;
}
footer {
background-color: #222;
width: 100%;
height: 275px;
margin-top: 15px;
padding: 15px 0px;
}
.footer-container {
display: flex;
justify-content: center;
align-content: space-between;
height: 250px;
width: 70%;
margin: auto;
}
.footer-col {
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 240px;
padding: 20px;
}
.footer-col-title {
color: #fff;
font-size: 18px;
font-weight: 500;
margin: 15px 0px;
}
.footer-col-body {
background-attachment: fixed;
}
.footer-nav-item {
text-transform: uppercase;
color: #fff;
font-size: 15px;
margin-bottom: 10px;
}
.footer-col-address {
color: #fff;
font-size: 15px;
line-height: 40px;
text-transform: uppercase;
}
.edyoda-logo {
position: fixed;
bottom: 20px;
right: 20px;
}
.bottom-logo {
width: 150px;
height: auto;
}
/* product-detail-css */
main {
width: 100%;
margin: auto;
min-height: 600px;
display: flex;
align-content: center;
justify-content: center;
}
.content {
width: 70%;
min-height: 560px;
margin: 0px auto 30px auto;
display: flex;
align-content: center;
justify-content: flex-start;
justify-items: center;
align-items: flex-start;
}
.col-1 {
flex: 1 33.33%;
margin-top: 45px;
}
.col-2 {
flex: 2 66.66%;
display: flex;
flex-direction: column;
padding: 20px;
}
.col-2>div {
margin-bottom: 20px;
}
.product-image {
height: 560px;
width: auto;
border: none;
border-radius: 5px;
box-shadow: 0 4px 4px #ccc;
}
.product-name>h1 {
font-size: 50px;
}
.product-desc>p {
font-size: 20px;
letter-spacing: 1px;
}
.color-container {
display: flex;
margin: 10px 0px;
}
.photo-item {
border: 2px solid #63b7ac;
border-radius: 5px;
margin-right: 5px;
}
.color-picker {
width: 60px;
height: 80px;
border-radius: 5px;
cursor: pointer;
}
.btn {
width: 120px;
padding: 10px;
border-radius: 5px;
border: none;
font-size: 18px;
background-color: #63b7ac;
cursor: pointer;
}
.btn:hover {
background-color: #51968d;
transition: ease 300ms;
}
/* checkout css */
.box {
width: 100%;
min-height: 500px;
display: flex;
flex-direction: row;
}
.checkout-items-container,
.checkout-total-container {
flex: 1;
min-height: 500px;
padding: 15px 20px 15px 0px;
}
.checkout-card {
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 2px #ccc;
margin-bottom: 10px;
}
.checkout-card-container {
flex: 1;
max-height: 140px;
}
.checkout-card-image {
max-height: 140px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.checkout-prod-info,
.total-row {
flex: 4;
height: 140px;
padding: 5px 15px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.checkout-product-name,
.total-title {
font-size: 20px;
font-weight: 500;
}
.checkout-product-count,
.checkout-product-brand,
.checkout-product-total-amount,
.total-amount-display {
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
}
.total-row {
padding: 15px;
}
/* confirmation css */
.confirmation {
width: 100%;
height: 600px;
margin: auto;
display: flex;
flex-direction: column;
}
.green-tick {
width: 300px;
height: 300px;
margin: auto;
border-radius: 150px;
position: relative;
}
.tick {
font-size: 200px;
position: absolute;
right: 0;
left: 50px;
}
.confirm-text {
width: 100%;
text-align: center;
}
| 0.386416 | 0.08548 |
@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
body {font-size:12px; font-family:'나눔고딕', NanumGothic, 'Nanum Gothic', sans-serif; color:#665c5b}
a:link, a:visited {text-decoration:none; color:#665c5b}
a:hover, a:active {text-decoration:none; color:#b90f3c}
#wrapper{width:100%; margin:auto;}
.sub_img {position:relative; background:url(http://img.monofitness.co.kr/top_img.jpg) center; height:140px; background-size:cover;}
/*Header*/
#header_area{width:100%; height:95px}
#header{position:relative; margin:0px auto; width:1000px; height:95px}
#header h1 {position: absolute; top:28px; left: 0px; width:224px}
/*Gnb*/
#gnb{position: absolute; left:245px; top:40px}
#gnb li {float: left; width:150px; text-align: center; border-right: 1px solid #e0e0e0}
#gnb li.end {border-right: 0px none;}
#gnb a{padding:10px; color:#2d2d2d; font-size:15px; font-weight:600}
#gnb a:hover{color:#e83735; text-decoration:none}
/*footer*/
#footer{clear:both; width:100%; height:120px; background-color:#f0f0f0; border-top:2px solid #afafaf}
#f_contents{width:1000px; margin:auto; color:#9f9f9f}
#f_contents h2{float:left; width:221px; text-align:left; color:#9f9f9f; margin-top:30px}
#f_contents .address{float:left; font-size:12px; margin-top:20px; margin-left:50px; line-height:1.2; color:#717171}
#f_contents .address .tel{ font-size:14px; margin-top:40px; font-weight:600; line-height:2.5; color:#5e5e5e}
/*Contents*/
#container{width:100%;margin-bottom:80px}
#container:after{display:block; clear:both; content:''}
.contents{position:relative; margin:0 auto 90px; width:1000px;padding-top:50px; *zoom:1}
.contents02{position:relative; margin:0 auto;width:1000px;height:600px;padding-top:50px; *zoom:1}
.title{margin:auto; width:100%; height:50px; border-bottom:1px solid #e1e1e1; margin-bottom:30px;}
.title h1{float:left; margin-bottom:10px; padding-left:10px; padding-bottom:0; border-left:#e83735 solid 5px; color:#333; font-size:30px; line-height:30px; font-weight:600}
.navi{float:right; margin-top:10px;}
.navi img{margin-bottom:2px;}
.subF{float:left; padding-top:60px; }
.subF h3{clear:both; background:url(http://img.monofitness.co.kr/icon_title.jpg) no-repeat 0 7px; text-indent:30px; height:40px; font-weight:600; font-size:15px; color:#2f2f2f}
/*모노휘트니스 소개*/
.Table{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px;}
.Table tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center}
.Table tr td{padding:10px 0 10px 20px;}
.Table tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.btn{padding:30px}
/*시설및기구안내 (부대시설)*/
#jwSlide_wrap{font-size:11px}
#jwSlide_navi_text{font-size:11px}
#etc_box {float:left; width:1000px; margin-top:10px; background-color:#f4f4f4}
#etc_box img {margin-top:20px; margin-left:30px}
#etc_box .etc_box_left {float:left; width:520px; height:190px; padding:20px 40px}
#etc_box .etc_box_left h4 {color: #c40000; font-weight: 600; font-size: 18px; margin-bottom:20px}
#etc_box .etc_box_left p {font-size:13px; margin-bottom:10px}
#etc_box .etc_box_left span {font-size:13px; color:#000; font-weight: 600; line-height:1.5}
#etc_box .etc_box_right {float:left; width:350px; height:230px}
/*프로그램*/
.Pinfo{height:40px; font-weight:600; font-size:15px; color:#2f2f2f; line-height:1.5}
.Table_admin{width:100%; border:1px solid #E6E6E6; float:left; margin-bottom:10px;}
.Table_admin table{width:100%; text-align:center}
.Table_admin tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_admin tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center; border-right:1px solid #E6E6E6;}
.Table_admin tr td{padding:10px 0 10px 0; border-right:1px solid #E6E6E6;}
.line{float:left; margin-top:50px}
/*게시판 리스트*/
.Table_notice{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px; text-align:center;}
.Table_notice tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_notice tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center}
.Table_notice tr td{padding:10px 0 10px 0; text-align:center;}
.Table_notice tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_notice tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.Table_notice tr td a{}
.Table_notice tr td a:hover{color:#000; text-decoration:none}
.page_numF{margin-top:30px; float:left}
.page_num{border-bottom:0; text-align:center; font-size:12px}
.page_num a{border:1px solid #e8e8e8; padding:5px 9px 5px 9px; display:inline-block;text-decoration:none}
.page_num a:hover{background-color:#e83735; color:#ffffff;text-decoration:none}
.page_num .prev_next{border:0; padding:5px 10px 5px 10px; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .first_end{padding:5px 7px 5px 7px; border:0; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .page-select{background-color:#e83735; color:#ffffff;}
.Table_noticeV{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px;}
.Table_noticeV tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_noticeV tr.wer{ line-height:1.6 }
.Table_noticeV tr.wer td{ padding:30px 10px 30px 10px }
.Table_noticeV tr th{padding:10px 0 10px 20px; background-color:#f7f7f7; font-weight:600; font-size:16px; color:#000; line-height:1.8}
.Table_noticeV tr th p{font-size:12px; color:#717171; font-weight:400; }
.Table_noticeV tr td{padding:10px 0 10px 0;}
.Table_noticeV tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_noticeV tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.listN{margin-top:40px}
.listN .bt{float:right}
.prevPage{margin-bottom:10px; color:#909090}
.nextPage{color:#909090; font-weight:bold}
/*게시판 검색창*/
#bbs_search{margin-bottom:20px; float:left;}
#bbs_search .search_select{float:left; margin:0; padding:1px; border:1px solid #e3e3e3;}
#bbs_search .search_box{float:left; width:230px; height:20px; margin-left:4px; border:1px solid #e3e3e3;}
#bbs_search .btn_search{float:left; width:61px; height:21px; margin-left:3px; border:0; background:url(http://img.monofitness.co.kr/btn_search.jpg) 0 0 no-repeat; text-indent:-99999px; cursor:pointer}
/*찾아오시는길*/
#location{float:left;}
#location table{width:1000px; font-size:12px;}
#location table thead td{height:43px; font-size:16px; font-weight:600; padding-left:20px; color:#3b3b3b; border-top:2px solid #e83735; border-bottom:1px solid #d4d4d4;}
#location table tbody th{padding-left:20px; font-weight:600; line-height:2}
#location table tbody td{line-height:1.5}
#location td .tel{color:#e83735; font-weight:600; margin-left:10px; font-size:16px}
#map_img{float:left; padding-top:20px}
/*이벤트 팝업*/
#layer_pop_w { left:50%; position:absolute; width:0px; top:0px }
#layer_pop { position:absolute; top:200px; left:-300px; border:3px solid #9e9e9e}
.close{width:600px; height:30px; background-color:#f6f6f6}
.close .bt{float:right; padding:5px 10px 0 0; color:#000}
.close .bt strong{font-weight:bold; color:#000}
/*content*/
#contentWrap {position:relative; margin:0 auto; width:100%; height:auto; overflow:hidden;}
/*content 메인*/
#mainVisual {position:relative; width:100%;height:100%; margin:0 auto; height:507px; overflow:hidden; }
#mainVisual .visualBg {height:507px; margin:0 auto; position:absolute; top:0; left:0; width:100%; z-index:5; text-indent:-2000%; }
#mainVisual .visualBg1{background:url(http://img.monofitness.co.kr/bg_main_visual01.jpg) no-repeat center 0;}
#mainVisual .visualBg2{background:url(http://img.monofitness.co.kr/bg_main_visual02.jpg) no-repeat center 0;}
#mainVisual .visualBg3{background:url(http://img.monofitness.co.kr/bg_main_visual03.jpg) no-repeat center 0;}
#mainVisual .visualBg4{background:url(http://img.monofitness.co.kr/bg_main_visual04.jpg) no-repeat center 0;}
#mainVisual .controller{width:1200px; position:relative; left:50%; margin-left:-600px; z-index:600; left:50%; margin-left:-600px }
#mainVisual .controller .btns {position:absolute; top:430px; left:190px; width:100%;}
#mainVisual .controller .btns li{float:left; margin-right:10px}
#mainConteiner{width:100%; margin:0 auto; float:left}
.mainContents{position:relative;width:1000px;height:500px;margin:0 auto; margin-top:10px;}
.mainContents dl{float:left; width:296px}
.mainContents dl dt{float:block; margin-bottom:15px}
.mainContents dl dt h3{float:left}
.mainContents dl dt .morebt{float:right}
.mainContents dl dd{clear:both; margin-top:40px}
.mainContents .tx{float:left; line-height:1.5; margin-left:15px; margin-top:10px}
.mainContents .img{float:left}
.mainContents .mainline{margin:0 30px 0 20px; width:3px}
.mainContentsA{margin-top:50px; float:left; margin-bottom:50px}
.mainContentsB{margin-bottom:80px; float:left; width:1000px}
.mainContentsB ul li{float:left; margin-right:8px}
.mainContentsB ul li.none{float:left;}
/* sub left 20171025*/
#sub_left {width: 180px; margin-right: 50px; float:left; background: #000; color: #fff;}
#sub_left .ttl {height: 80px; font-size: 18px; line-height: 80px; border-bottom: 1px solid #555; text-align:center; font-weight:bold; background:url(http://img.justfit-fitness.com/sub_ttl_bg.jpg) left top}
#sub_left .ttl a{height: 80px; font-size: 18px; line-height: 80px; text-decoration:none; border-bottom: 1px solid #555; text-align:center; font-weight:bold; color: #fff; display: block}
#sub_left ul li {line-style: none; height: 45px; line-height: 45px; padding-left: 15px; color:#fff; font-size: 15px; border-bottom: 1px #555 solid}
#sub_left ul li a{width: 180px; color:#fff; display: block}
#sub_left ul .on{width: 165px; height: 45px; line-height: 45px; font-size: 15px; color:#fff;font-weight: 600; padding-left:15px; border-radius: 6px; display: block; }
#sub_left ul .on a{width: 164px; height: 45px; line-height: 45px; padding-left: 15px; font-size: 15px;
color:#fff; font-weight: 600;border-radius: 6px; background: linear-gradient(to bottom, #eb1c24, #bb1519); display: block}
/* sub left end*/
.title{width:770px;float:left; height:50px; border-bottom:1px solid #e1e1e1; margin-bottom:30px;}
.title h1{float:left; margin-bottom:10px; padding-left:5px; padding-bottom:0; border-left:#bb1519 solid 5px; color:#333; font-size:30px; line-height:30px; font-weight:600}
.navi{float:right; margin-top:10px;}
.navi img{margin-bottom:2px;}
.subF{float:left; padding-top:0px;}
.subF{float:left; padding-top:60px; }
.subF h3{clear:both; background:url(http://img.justfit-fitness.com/icon_title.jpg) no-repeat 0 7px; text-indent:30px; height:40px; font-weight:600; font-size:15px; color:#2f2f2f; }
/*게시판 리스트*/
.Table_notice{width:770px; border-top:3px solid #e83735; float:left; margin-bottom:10px; text-align:center;}
.Table_notice tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:13px;}
.Table_notice tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center}
.Table_notice tr td{padding:10px 0 10px 0; text-align:center;}
.Table_notice tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_notice tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.Table_notice tr td a{}
.Table_notice tr td a:hover{color:#000; text-decoration:none}
.page_numF{margin-top:30px; float:left}
.page_num{border-bottom:0; text-align:center; font-size:12px}
.page_num a{border:1px solid #e8e8e8; padding:5px 9px 5px 9px; display:inline-block;text-decoration:none}
.page_num a:hover{background-color:#e83735; color:#ffffff;text-decoration:none}
.page_num .prev_next{border:0; padding:5px 10px 5px 10px; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .first_end{padding:5px 7px 5px 7px; border:0; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .page-select{background-color:#e83735; color:#ffffff;}
.Table_noticeV{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px;}
.Table_noticeV tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_noticeV tr.wer{ line-height:1.6 }
.Table_noticeV tr.wer td{ padding:30px 10px 30px 10px }
.Table_noticeV tr th{padding:10px 0 10px 20px; background-color:#f7f7f7; font-weight:600; font-size:16px; color:#000; line-height:1.8}
.Table_noticeV tr th p{font-size:12px; color:#717171; font-weight:400; }
.Table_noticeV tr td{padding:10px 0 10px 0;}
.Table_noticeV tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_noticeV tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.listN{margin-top:40px}
.listN .bt{float:right}
.prevPage{margin-bottom:10px; color:#909090}
.nextPage{color:#909090; font-weight:bold}
/*게시판 검색창*/
#bbs_search{margin-bottom:20px; float:left;}
#bbs_search .search_select{float:left; height: 28px; padding:5px; border-radius: 3px; border: 1px solid #999}
#bbs_search .search_box{float:left; width:230px; height:40px; margin-left:4px; height: 28px; padding:5px; border-radius: 3px; border: 1px solid #999}
#bbs_search .btn_search{float:left; width:61px; height:28px; margin-left:3px; border:0; background:url(http://img.justfit-fitness.com/btn_search.jpg) 0 0 no-repeat; text-indent:-99999px; cursor:pointer; border-radius: 5px}
/*게시판 쓰기*/
#btn_box {width: 770px; height: 40px; padding-bottom: 80px; top: 20px; position: relative; }
.f_gray {font-size: 12px; color:#999; line-height:30px; }
#btn_box .btn_box_c {position: absolute; left: 290; width: 180px; height: 40px; background: #eb1c24; color: #fff; border-radius: 5px;}
#btn_box .btn_box_c a{width: 180px; height: 40px; line-height: 40px; background: #eb1c24; color: #fff; font-size: 15px; font-weight: 600; display: block; border-radius: 5px}
#btn_box .btn_list {position: absolute; width: 70px; height: 30px; background: #ddd; border-radius: 5px; line-height:30px; text-align: center; right: 0px; font-size:12px}
#btn_box .btn_list a{position: absolute; width: 70px; height: 30px; background: #ddd; border-radius: 5px; line-height:30px; text-align: center; right: 0px; color:#333; font-size:12px}
#btn_box2 {width: 770px; height: 40px; padding-bottom: 80px; bottom:5px; position: relative; text-align:center}
#btn_box2 .btn_box_write {position: absolute; right: 0; width: 100px; height: 35px; background: #eb1c24; color: #fff; border-radius: 5px;}
#btn_box2 .btn_box_write a{width:100px; height: 35px; line-height:35px; background: #eb1c24; color: #fff; font-size: 13px; font-weight: 600; display: block; border-radius: 5px}
#btn_box3 {right: 0; bottom:50px; position: absolute; text-align:center;}
#btn_box3 .btn_box_write { width: 100px; height: 35px; background: #eb1c24; color: #fff; border-radius: 5px;}
#btn_box3 .btn_box_write a{width:100px; height: 35px; line-height:35px; background: #eb1c24; color: #fff; font-size: 13px; font-weight: 600; display: block; border-radius: 5px}
/*사이드배너 추가*/
.side_bn{width:177px;position:absolute;right:-200px;top:50px;}
.side_bn li{float:left;margin-bottom:6px;}
|
monofitness.co.kr/static/css/layout_new.css
|
@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
body {font-size:12px; font-family:'나눔고딕', NanumGothic, 'Nanum Gothic', sans-serif; color:#665c5b}
a:link, a:visited {text-decoration:none; color:#665c5b}
a:hover, a:active {text-decoration:none; color:#b90f3c}
#wrapper{width:100%; margin:auto;}
.sub_img {position:relative; background:url(http://img.monofitness.co.kr/top_img.jpg) center; height:140px; background-size:cover;}
/*Header*/
#header_area{width:100%; height:95px}
#header{position:relative; margin:0px auto; width:1000px; height:95px}
#header h1 {position: absolute; top:28px; left: 0px; width:224px}
/*Gnb*/
#gnb{position: absolute; left:245px; top:40px}
#gnb li {float: left; width:150px; text-align: center; border-right: 1px solid #e0e0e0}
#gnb li.end {border-right: 0px none;}
#gnb a{padding:10px; color:#2d2d2d; font-size:15px; font-weight:600}
#gnb a:hover{color:#e83735; text-decoration:none}
/*footer*/
#footer{clear:both; width:100%; height:120px; background-color:#f0f0f0; border-top:2px solid #afafaf}
#f_contents{width:1000px; margin:auto; color:#9f9f9f}
#f_contents h2{float:left; width:221px; text-align:left; color:#9f9f9f; margin-top:30px}
#f_contents .address{float:left; font-size:12px; margin-top:20px; margin-left:50px; line-height:1.2; color:#717171}
#f_contents .address .tel{ font-size:14px; margin-top:40px; font-weight:600; line-height:2.5; color:#5e5e5e}
/*Contents*/
#container{width:100%;margin-bottom:80px}
#container:after{display:block; clear:both; content:''}
.contents{position:relative; margin:0 auto 90px; width:1000px;padding-top:50px; *zoom:1}
.contents02{position:relative; margin:0 auto;width:1000px;height:600px;padding-top:50px; *zoom:1}
.title{margin:auto; width:100%; height:50px; border-bottom:1px solid #e1e1e1; margin-bottom:30px;}
.title h1{float:left; margin-bottom:10px; padding-left:10px; padding-bottom:0; border-left:#e83735 solid 5px; color:#333; font-size:30px; line-height:30px; font-weight:600}
.navi{float:right; margin-top:10px;}
.navi img{margin-bottom:2px;}
.subF{float:left; padding-top:60px; }
.subF h3{clear:both; background:url(http://img.monofitness.co.kr/icon_title.jpg) no-repeat 0 7px; text-indent:30px; height:40px; font-weight:600; font-size:15px; color:#2f2f2f}
/*모노휘트니스 소개*/
.Table{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px;}
.Table tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center}
.Table tr td{padding:10px 0 10px 20px;}
.Table tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.btn{padding:30px}
/*시설및기구안내 (부대시설)*/
#jwSlide_wrap{font-size:11px}
#jwSlide_navi_text{font-size:11px}
#etc_box {float:left; width:1000px; margin-top:10px; background-color:#f4f4f4}
#etc_box img {margin-top:20px; margin-left:30px}
#etc_box .etc_box_left {float:left; width:520px; height:190px; padding:20px 40px}
#etc_box .etc_box_left h4 {color: #c40000; font-weight: 600; font-size: 18px; margin-bottom:20px}
#etc_box .etc_box_left p {font-size:13px; margin-bottom:10px}
#etc_box .etc_box_left span {font-size:13px; color:#000; font-weight: 600; line-height:1.5}
#etc_box .etc_box_right {float:left; width:350px; height:230px}
/*프로그램*/
.Pinfo{height:40px; font-weight:600; font-size:15px; color:#2f2f2f; line-height:1.5}
.Table_admin{width:100%; border:1px solid #E6E6E6; float:left; margin-bottom:10px;}
.Table_admin table{width:100%; text-align:center}
.Table_admin tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_admin tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center; border-right:1px solid #E6E6E6;}
.Table_admin tr td{padding:10px 0 10px 0; border-right:1px solid #E6E6E6;}
.line{float:left; margin-top:50px}
/*게시판 리스트*/
.Table_notice{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px; text-align:center;}
.Table_notice tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_notice tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center}
.Table_notice tr td{padding:10px 0 10px 0; text-align:center;}
.Table_notice tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_notice tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.Table_notice tr td a{}
.Table_notice tr td a:hover{color:#000; text-decoration:none}
.page_numF{margin-top:30px; float:left}
.page_num{border-bottom:0; text-align:center; font-size:12px}
.page_num a{border:1px solid #e8e8e8; padding:5px 9px 5px 9px; display:inline-block;text-decoration:none}
.page_num a:hover{background-color:#e83735; color:#ffffff;text-decoration:none}
.page_num .prev_next{border:0; padding:5px 10px 5px 10px; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .first_end{padding:5px 7px 5px 7px; border:0; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .page-select{background-color:#e83735; color:#ffffff;}
.Table_noticeV{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px;}
.Table_noticeV tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_noticeV tr.wer{ line-height:1.6 }
.Table_noticeV tr.wer td{ padding:30px 10px 30px 10px }
.Table_noticeV tr th{padding:10px 0 10px 20px; background-color:#f7f7f7; font-weight:600; font-size:16px; color:#000; line-height:1.8}
.Table_noticeV tr th p{font-size:12px; color:#717171; font-weight:400; }
.Table_noticeV tr td{padding:10px 0 10px 0;}
.Table_noticeV tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_noticeV tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.listN{margin-top:40px}
.listN .bt{float:right}
.prevPage{margin-bottom:10px; color:#909090}
.nextPage{color:#909090; font-weight:bold}
/*게시판 검색창*/
#bbs_search{margin-bottom:20px; float:left;}
#bbs_search .search_select{float:left; margin:0; padding:1px; border:1px solid #e3e3e3;}
#bbs_search .search_box{float:left; width:230px; height:20px; margin-left:4px; border:1px solid #e3e3e3;}
#bbs_search .btn_search{float:left; width:61px; height:21px; margin-left:3px; border:0; background:url(http://img.monofitness.co.kr/btn_search.jpg) 0 0 no-repeat; text-indent:-99999px; cursor:pointer}
/*찾아오시는길*/
#location{float:left;}
#location table{width:1000px; font-size:12px;}
#location table thead td{height:43px; font-size:16px; font-weight:600; padding-left:20px; color:#3b3b3b; border-top:2px solid #e83735; border-bottom:1px solid #d4d4d4;}
#location table tbody th{padding-left:20px; font-weight:600; line-height:2}
#location table tbody td{line-height:1.5}
#location td .tel{color:#e83735; font-weight:600; margin-left:10px; font-size:16px}
#map_img{float:left; padding-top:20px}
/*이벤트 팝업*/
#layer_pop_w { left:50%; position:absolute; width:0px; top:0px }
#layer_pop { position:absolute; top:200px; left:-300px; border:3px solid #9e9e9e}
.close{width:600px; height:30px; background-color:#f6f6f6}
.close .bt{float:right; padding:5px 10px 0 0; color:#000}
.close .bt strong{font-weight:bold; color:#000}
/*content*/
#contentWrap {position:relative; margin:0 auto; width:100%; height:auto; overflow:hidden;}
/*content 메인*/
#mainVisual {position:relative; width:100%;height:100%; margin:0 auto; height:507px; overflow:hidden; }
#mainVisual .visualBg {height:507px; margin:0 auto; position:absolute; top:0; left:0; width:100%; z-index:5; text-indent:-2000%; }
#mainVisual .visualBg1{background:url(http://img.monofitness.co.kr/bg_main_visual01.jpg) no-repeat center 0;}
#mainVisual .visualBg2{background:url(http://img.monofitness.co.kr/bg_main_visual02.jpg) no-repeat center 0;}
#mainVisual .visualBg3{background:url(http://img.monofitness.co.kr/bg_main_visual03.jpg) no-repeat center 0;}
#mainVisual .visualBg4{background:url(http://img.monofitness.co.kr/bg_main_visual04.jpg) no-repeat center 0;}
#mainVisual .controller{width:1200px; position:relative; left:50%; margin-left:-600px; z-index:600; left:50%; margin-left:-600px }
#mainVisual .controller .btns {position:absolute; top:430px; left:190px; width:100%;}
#mainVisual .controller .btns li{float:left; margin-right:10px}
#mainConteiner{width:100%; margin:0 auto; float:left}
.mainContents{position:relative;width:1000px;height:500px;margin:0 auto; margin-top:10px;}
.mainContents dl{float:left; width:296px}
.mainContents dl dt{float:block; margin-bottom:15px}
.mainContents dl dt h3{float:left}
.mainContents dl dt .morebt{float:right}
.mainContents dl dd{clear:both; margin-top:40px}
.mainContents .tx{float:left; line-height:1.5; margin-left:15px; margin-top:10px}
.mainContents .img{float:left}
.mainContents .mainline{margin:0 30px 0 20px; width:3px}
.mainContentsA{margin-top:50px; float:left; margin-bottom:50px}
.mainContentsB{margin-bottom:80px; float:left; width:1000px}
.mainContentsB ul li{float:left; margin-right:8px}
.mainContentsB ul li.none{float:left;}
/* sub left 20171025*/
#sub_left {width: 180px; margin-right: 50px; float:left; background: #000; color: #fff;}
#sub_left .ttl {height: 80px; font-size: 18px; line-height: 80px; border-bottom: 1px solid #555; text-align:center; font-weight:bold; background:url(http://img.justfit-fitness.com/sub_ttl_bg.jpg) left top}
#sub_left .ttl a{height: 80px; font-size: 18px; line-height: 80px; text-decoration:none; border-bottom: 1px solid #555; text-align:center; font-weight:bold; color: #fff; display: block}
#sub_left ul li {line-style: none; height: 45px; line-height: 45px; padding-left: 15px; color:#fff; font-size: 15px; border-bottom: 1px #555 solid}
#sub_left ul li a{width: 180px; color:#fff; display: block}
#sub_left ul .on{width: 165px; height: 45px; line-height: 45px; font-size: 15px; color:#fff;font-weight: 600; padding-left:15px; border-radius: 6px; display: block; }
#sub_left ul .on a{width: 164px; height: 45px; line-height: 45px; padding-left: 15px; font-size: 15px;
color:#fff; font-weight: 600;border-radius: 6px; background: linear-gradient(to bottom, #eb1c24, #bb1519); display: block}
/* sub left end*/
.title{width:770px;float:left; height:50px; border-bottom:1px solid #e1e1e1; margin-bottom:30px;}
.title h1{float:left; margin-bottom:10px; padding-left:5px; padding-bottom:0; border-left:#bb1519 solid 5px; color:#333; font-size:30px; line-height:30px; font-weight:600}
.navi{float:right; margin-top:10px;}
.navi img{margin-bottom:2px;}
.subF{float:left; padding-top:0px;}
.subF{float:left; padding-top:60px; }
.subF h3{clear:both; background:url(http://img.justfit-fitness.com/icon_title.jpg) no-repeat 0 7px; text-indent:30px; height:40px; font-weight:600; font-size:15px; color:#2f2f2f; }
/*게시판 리스트*/
.Table_notice{width:770px; border-top:3px solid #e83735; float:left; margin-bottom:10px; text-align:center;}
.Table_notice tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:13px;}
.Table_notice tr th{padding:10px 0 10px 0; background-color:#f7f7f7; font-weight:bold; text-align:center}
.Table_notice tr td{padding:10px 0 10px 0; text-align:center;}
.Table_notice tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_notice tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.Table_notice tr td a{}
.Table_notice tr td a:hover{color:#000; text-decoration:none}
.page_numF{margin-top:30px; float:left}
.page_num{border-bottom:0; text-align:center; font-size:12px}
.page_num a{border:1px solid #e8e8e8; padding:5px 9px 5px 9px; display:inline-block;text-decoration:none}
.page_num a:hover{background-color:#e83735; color:#ffffff;text-decoration:none}
.page_num .prev_next{border:0; padding:5px 10px 5px 10px; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .first_end{padding:5px 7px 5px 7px; border:0; background-color:#f9f9f9;border:1px solid #e8e8e8;}
.page_num .page-select{background-color:#e83735; color:#ffffff;}
.Table_noticeV{width:1000px; border-top:3px solid #e83735; float:left; margin-bottom:10px;}
.Table_noticeV tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; font-size:12px;}
.Table_noticeV tr.wer{ line-height:1.6 }
.Table_noticeV tr.wer td{ padding:30px 10px 30px 10px }
.Table_noticeV tr th{padding:10px 0 10px 20px; background-color:#f7f7f7; font-weight:600; font-size:16px; color:#000; line-height:1.8}
.Table_noticeV tr th p{font-size:12px; color:#717171; font-weight:400; }
.Table_noticeV tr td{padding:10px 0 10px 0;}
.Table_noticeV tr td.as{padding:10px 0 10px 20px; text-align:left;}
.Table_noticeV tr td .tel{color:#e83735; font-weight:800; margin-left:10px; font-size:14px}
.listN{margin-top:40px}
.listN .bt{float:right}
.prevPage{margin-bottom:10px; color:#909090}
.nextPage{color:#909090; font-weight:bold}
/*게시판 검색창*/
#bbs_search{margin-bottom:20px; float:left;}
#bbs_search .search_select{float:left; height: 28px; padding:5px; border-radius: 3px; border: 1px solid #999}
#bbs_search .search_box{float:left; width:230px; height:40px; margin-left:4px; height: 28px; padding:5px; border-radius: 3px; border: 1px solid #999}
#bbs_search .btn_search{float:left; width:61px; height:28px; margin-left:3px; border:0; background:url(http://img.justfit-fitness.com/btn_search.jpg) 0 0 no-repeat; text-indent:-99999px; cursor:pointer; border-radius: 5px}
/*게시판 쓰기*/
#btn_box {width: 770px; height: 40px; padding-bottom: 80px; top: 20px; position: relative; }
.f_gray {font-size: 12px; color:#999; line-height:30px; }
#btn_box .btn_box_c {position: absolute; left: 290; width: 180px; height: 40px; background: #eb1c24; color: #fff; border-radius: 5px;}
#btn_box .btn_box_c a{width: 180px; height: 40px; line-height: 40px; background: #eb1c24; color: #fff; font-size: 15px; font-weight: 600; display: block; border-radius: 5px}
#btn_box .btn_list {position: absolute; width: 70px; height: 30px; background: #ddd; border-radius: 5px; line-height:30px; text-align: center; right: 0px; font-size:12px}
#btn_box .btn_list a{position: absolute; width: 70px; height: 30px; background: #ddd; border-radius: 5px; line-height:30px; text-align: center; right: 0px; color:#333; font-size:12px}
#btn_box2 {width: 770px; height: 40px; padding-bottom: 80px; bottom:5px; position: relative; text-align:center}
#btn_box2 .btn_box_write {position: absolute; right: 0; width: 100px; height: 35px; background: #eb1c24; color: #fff; border-radius: 5px;}
#btn_box2 .btn_box_write a{width:100px; height: 35px; line-height:35px; background: #eb1c24; color: #fff; font-size: 13px; font-weight: 600; display: block; border-radius: 5px}
#btn_box3 {right: 0; bottom:50px; position: absolute; text-align:center;}
#btn_box3 .btn_box_write { width: 100px; height: 35px; background: #eb1c24; color: #fff; border-radius: 5px;}
#btn_box3 .btn_box_write a{width:100px; height: 35px; line-height:35px; background: #eb1c24; color: #fff; font-size: 13px; font-weight: 600; display: block; border-radius: 5px}
/*사이드배너 추가*/
.side_bn{width:177px;position:absolute;right:-200px;top:50px;}
.side_bn li{float:left;margin-bottom:6px;}
| 0.267887 | 0.113457 |
@font-face {
font-family: "Fakt";
src: url("/fonts/FaktWeb-Medium.woff2") format("woff2"),
url("/fonts/FaktWeb-Medium.woff") format("woff");
font-weight: 800;
font-style: bold;
}
@font-face {
font-family: "Fakt";
src: url("/fonts/FaktWeb-Normal.woff2") format("woff2"),
url("/fonts/FaktWeb-Normal.woff") format("woff");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Fakt";
src: url("/fonts/FaktWeb-Blond.woff2") format("woff2"),
url("/fonts/FaktWeb-Blond.woff") format("woff");
font-weight: 300;
font-style: normal;
}
html {
font-family: "Fakt", "Avenir", sans-serif;
font-size: 16px;
line-height: 1.5;
background: #fff;
color: #000;
-webkit-overflow-scrolling: touch;
visibility: hidden;
}
.no-focus-outline *:focus,
.no-focus-outline *:focus {
outline: none;
}
/* Typography */
body {
font-size: 1rem; /* 16px */
font-weight: 300;
line-height: 1.5; /* 24px */
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}
h1 {
font-size: 2.5rem; /* 40px */
line-height: 1.1; /* 44px */
font-weight: 600;
}
h2 {
font-size: 1.75rem; /* 28px */
line-height: 2.3rem;
font-weight: 600;
}
h3 {
font-size: 1.25rem; /* 20px */
line-height: 1.4; /* 28px */
font-weight: 600;
}
h4 {
font-size: 1rem; /* 16px */
line-height: 1.5; /* 24px */
font-weight: 600;
}
h5 {
font-size: 0.875rem; /* 14px */
line-height: 1.25rem; /* 20px */
font-weight: 600;
}
.large {
font-size: 1.2rem; /* 19.2px */
line-height: 1.875rem; /* 30px */
font-weight: 300;
}
small,
.small {
font-size: 0.875rem; /* 14px */
line-height: 1.25rem; /* 20px */
font-weight: 300;
}
b,
strong {
font-weight: 600;
}
a {
color: #000;
}
.sr-only {
height: 1px;
width: 1px;
position: absolute;
overflow: hidden;
top: -10px;
}
/*
replace nav-list class with unstyled-list in header and footer,
since lists can be used for things that are not nav
*/
.nav-list,
.unstyled-list {
padding-left: 0px;
list-style-type: none;
margin: 0px;
}
/* Buttons */
button {
cursor: pointer;
}
.button {
background-color: #fff;
color: #222;
border-radius: 2px;
text-decoration: none;
min-width: 60px;
justify-content: center;
padding: 8px 15px;
display: inline-flex;
border-width: 0;
line-height: 1.5rem;
cursor: pointer;
flex-direction: row;
align-items: center;
}
.button svg {
padding-right: .5em;
}
.button-with-icon svg {
margin-left: 5px;
padding-right: 0;
width: 20px;
}
.button-block {
display: flex;
}
.button-condensed {
padding-top: 4px;
padding-bottom: 4px;
}
.button-white {
background-color: #fff;
color: #222;
}
.button-white .icon-fill {
fill: #222;
}
.button-dark-grey {
background-color: #4D4D4D;
color: #fff;
}
.button-dark-grey .icon-fill {
fill: #fff;
}
.button-red {
background-color: #EC2024;
color: #fff;
}
.button-red .icon-fill {
fill: #fff;
}
.button-light-grey {
background-color: #A6A6A6;
color: #fff;
}
.button-light-grey .icon-fill {
fill: #fff;
}
.icon-only {
border: 0px;
padding: 8px;
display: flex;
background-color: #fff;
color: #808080;
}
.icon-only svg {
pointer-events: none;
}
.icon-only .icon-fill {
fill: #808080;
}
.striped-bg {
background-image: url('data:image/svg+xml;utf8,<svg width="31" height="4" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#E6E6E6" d="M0 2h31V0H0z"/></g></svg>');
background-repeat: repeat-y;
}
pre {
white-space: pre-wrap;
}
.author-info {
margin-bottom: 30px;
}
.author-info h4 {
font-weight: 300;
}
.author-info h4:first-child {
margin-bottom: 15px;
}
.author-info time {
display: block;
}
[data-bookmarked=true] .is-bookmarked {
display: block;
}
[data-bookmarked=true] .is-not-bookmarked {
display: none;
}
[data-bookmarked=false] .is-bookmarked {
display: none;
}
[data-bookmarked=false] .is-not-bookmarked {
display: block;
}
.loading-modal-content {
display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
height: 200px;
}
.error-404-container {
/* viewport height minus header/footer */
height: calc(100VH - 316px);
}
.error-404-content {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
}
.floating-action-button {
margin: 0;
border-radius: 2em;
position: fixed;
bottom: 60px;
right: 30px;
box-shadow: 0px 0px 20px 1px #B3B3B3;
height: 60px;
width: 60px;
min-width: 60px;
padding: 0;
}
.reader-view .floating-action-button,
.edit-form .floating-action-button {
right: -75px;
margin-right: 27%;
}
.floating-action-button svg {
padding: 0;
width: 16px;
height: 16px;
}
.home-search-body .floating-action-button {
display: none;
}
footer .language-select {
margin-top: 30px;
width: 200px;
}
.reader-view .language-select {
margin-top: 0px;
margin-bottom: 30px;
width: 200px;
}
.reader-view article .language-select {
display: none;
}
@media (max-width: 1000px) {
.edit-form .floating-action-button {
right: -75px;
margin-right: 17.8%;
}
}
@media (max-width: 850px) {
.reader-view .floating-action-button {
right: 30px;
margin-right: 0;
}
.reader-view article .language-select {
display: block;
}
}
@media (max-width: 950px) {
.home-search-body .floating-action-button {
display: flex;
}
}
@media (max-width: 700px) {
.edit-form .floating-action-button {
right: 34px;
margin-right: 0;
}
}
|
public/css/common.css
|
@font-face {
font-family: "Fakt";
src: url("/fonts/FaktWeb-Medium.woff2") format("woff2"),
url("/fonts/FaktWeb-Medium.woff") format("woff");
font-weight: 800;
font-style: bold;
}
@font-face {
font-family: "Fakt";
src: url("/fonts/FaktWeb-Normal.woff2") format("woff2"),
url("/fonts/FaktWeb-Normal.woff") format("woff");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Fakt";
src: url("/fonts/FaktWeb-Blond.woff2") format("woff2"),
url("/fonts/FaktWeb-Blond.woff") format("woff");
font-weight: 300;
font-style: normal;
}
html {
font-family: "Fakt", "Avenir", sans-serif;
font-size: 16px;
line-height: 1.5;
background: #fff;
color: #000;
-webkit-overflow-scrolling: touch;
visibility: hidden;
}
.no-focus-outline *:focus,
.no-focus-outline *:focus {
outline: none;
}
/* Typography */
body {
font-size: 1rem; /* 16px */
font-weight: 300;
line-height: 1.5; /* 24px */
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}
h1 {
font-size: 2.5rem; /* 40px */
line-height: 1.1; /* 44px */
font-weight: 600;
}
h2 {
font-size: 1.75rem; /* 28px */
line-height: 2.3rem;
font-weight: 600;
}
h3 {
font-size: 1.25rem; /* 20px */
line-height: 1.4; /* 28px */
font-weight: 600;
}
h4 {
font-size: 1rem; /* 16px */
line-height: 1.5; /* 24px */
font-weight: 600;
}
h5 {
font-size: 0.875rem; /* 14px */
line-height: 1.25rem; /* 20px */
font-weight: 600;
}
.large {
font-size: 1.2rem; /* 19.2px */
line-height: 1.875rem; /* 30px */
font-weight: 300;
}
small,
.small {
font-size: 0.875rem; /* 14px */
line-height: 1.25rem; /* 20px */
font-weight: 300;
}
b,
strong {
font-weight: 600;
}
a {
color: #000;
}
.sr-only {
height: 1px;
width: 1px;
position: absolute;
overflow: hidden;
top: -10px;
}
/*
replace nav-list class with unstyled-list in header and footer,
since lists can be used for things that are not nav
*/
.nav-list,
.unstyled-list {
padding-left: 0px;
list-style-type: none;
margin: 0px;
}
/* Buttons */
button {
cursor: pointer;
}
.button {
background-color: #fff;
color: #222;
border-radius: 2px;
text-decoration: none;
min-width: 60px;
justify-content: center;
padding: 8px 15px;
display: inline-flex;
border-width: 0;
line-height: 1.5rem;
cursor: pointer;
flex-direction: row;
align-items: center;
}
.button svg {
padding-right: .5em;
}
.button-with-icon svg {
margin-left: 5px;
padding-right: 0;
width: 20px;
}
.button-block {
display: flex;
}
.button-condensed {
padding-top: 4px;
padding-bottom: 4px;
}
.button-white {
background-color: #fff;
color: #222;
}
.button-white .icon-fill {
fill: #222;
}
.button-dark-grey {
background-color: #4D4D4D;
color: #fff;
}
.button-dark-grey .icon-fill {
fill: #fff;
}
.button-red {
background-color: #EC2024;
color: #fff;
}
.button-red .icon-fill {
fill: #fff;
}
.button-light-grey {
background-color: #A6A6A6;
color: #fff;
}
.button-light-grey .icon-fill {
fill: #fff;
}
.icon-only {
border: 0px;
padding: 8px;
display: flex;
background-color: #fff;
color: #808080;
}
.icon-only svg {
pointer-events: none;
}
.icon-only .icon-fill {
fill: #808080;
}
.striped-bg {
background-image: url('data:image/svg+xml;utf8,<svg width="31" height="4" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#E6E6E6" d="M0 2h31V0H0z"/></g></svg>');
background-repeat: repeat-y;
}
pre {
white-space: pre-wrap;
}
.author-info {
margin-bottom: 30px;
}
.author-info h4 {
font-weight: 300;
}
.author-info h4:first-child {
margin-bottom: 15px;
}
.author-info time {
display: block;
}
[data-bookmarked=true] .is-bookmarked {
display: block;
}
[data-bookmarked=true] .is-not-bookmarked {
display: none;
}
[data-bookmarked=false] .is-bookmarked {
display: none;
}
[data-bookmarked=false] .is-not-bookmarked {
display: block;
}
.loading-modal-content {
display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
height: 200px;
}
.error-404-container {
/* viewport height minus header/footer */
height: calc(100VH - 316px);
}
.error-404-content {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
}
.floating-action-button {
margin: 0;
border-radius: 2em;
position: fixed;
bottom: 60px;
right: 30px;
box-shadow: 0px 0px 20px 1px #B3B3B3;
height: 60px;
width: 60px;
min-width: 60px;
padding: 0;
}
.reader-view .floating-action-button,
.edit-form .floating-action-button {
right: -75px;
margin-right: 27%;
}
.floating-action-button svg {
padding: 0;
width: 16px;
height: 16px;
}
.home-search-body .floating-action-button {
display: none;
}
footer .language-select {
margin-top: 30px;
width: 200px;
}
.reader-view .language-select {
margin-top: 0px;
margin-bottom: 30px;
width: 200px;
}
.reader-view article .language-select {
display: none;
}
@media (max-width: 1000px) {
.edit-form .floating-action-button {
right: -75px;
margin-right: 17.8%;
}
}
@media (max-width: 850px) {
.reader-view .floating-action-button {
right: 30px;
margin-right: 0;
}
.reader-view article .language-select {
display: block;
}
}
@media (max-width: 950px) {
.home-search-body .floating-action-button {
display: flex;
}
}
@media (max-width: 700px) {
.edit-form .floating-action-button {
right: 34px;
margin-right: 0;
}
}
| 0.303835 | 0.061791 |
.tutorials-root{
overflow-y: scroll;
}
/* Track Root */
.tutorials-track{
margin-bottom: 20px;
position: relative;
}
.tutorials-main-header{
z-index: 1;
position: sticky;
top: 0px;
background: white;
width: 100%;
}
/* Track Title */
.tutorials-track-title{
align-items: flex-end;
}
.tutorials-track-title h1{
margin: 0 0 8px 0;
}
.tutorials-track-title button{
margin: 4px 0;
padding: 0px;
font-size: 16px;
}
/* Track Details */
.tutorials-track-details{
color: var(--grey-4);
justify-content: space-between;
margin-bottom: 10px;
}
/* Track Progress */
.tutorials-track progress{
margin: 5px 0;
width: 100%;
height: 5px;
}
.tutorials-track progress[value]{
-webkit-appearance: none;
appearance: none;
}
.tutorials-track progress[value]::-webkit-progress-bar {
background-color: var(--grey-1);
border-radius: 2px;
}
.tutorials-track progress[value]::-webkit-progress-value {
background-image:
-webkit-linear-gradient(-45deg,
transparent 33%, rgba(255, 255, 255, .15) 33%,
rgba(255,255, 255, .15) 66%, transparent 66%),
-webkit-linear-gradient(top,
rgba(255, 255, 255, .0),
rgba(0, 0, 0, .0)),
-webkit-linear-gradient(left, var(--blue-1), var(--blue-1));
background-size: 15px 10px, 100% 100%, 100% 100%;
border-radius: 2px;
}
progress[value]::-webkit-progress-value::before {
content: '80%';
position: absolute;
right: 0;
top: -125%;
}
progress[value]::-webkit-progress-value::after {
content: '';
width: 6px;
height: 6px;
position: absolute;
border-radius: 100%;
right: 7px;
top: 7px;
background-color: white;
}
/* Tutorial Card */
.tutorials-card{
padding: 5px;
margin: 0 -5px;
cursor: default;
background-color: white;
position: relative;
}
.tutorials-card:hover{
padding: 5px;
margin: 0 -5px;
cursor: pointer;
background-color: var(--grey-1);
position: relative;
}
/* Tutorial Card Title*/
.tutorials-card-title{
font-weight: bold;
color: var(--grey-6);
margin: 0px 0px 5px 0px;
}
/* Tutorial Card Description*/
.tutorials-card-description{
font-weight: normal;
color: var(--grey-4);
margin: 0px;
max-height: 50px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* Tutorial Card Image*/
.tutorials-card .ui-image{
border: 1px solid var(--grey-1);
background-size: cover;
min-width: 90px;
margin-right: 10px;
}
/* Tutorial Card Icon Status*/
.tutorials-card-status{
max-width: 20px;
position: absolute;
right: 5px;
color: var(--green-2);
}
#tutorial-child-node{
padding-top:0px!important;
}
/* Tutorial Root CSS */
.tutorials-target-hint {
background-color: rgba(255,162,74, 0.25);
border: 1px dashed rgba(255,162,74, 0.5);
}
.tutorials-root-description{
font-weight: normal;
color: var(--grey-4);
margin: 0px;
}
.tutorials-root-description h3{
color:var(--grey-6);
}
.grok-tutorial-entry{
align-items: center;
}
.grok-tutorial-entry-instruction{
margin: 10px;
color: var(--grey-6);
font-weight: bolder;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.grok-tutorial-entry-success{
text-decoration: line-through;
color: var(--grey-4);
font-weight: normal;
}
.grok-tutorial-entry-indicator{
width: 5px;
height: 5px;
border-radius: 100%;
background-color: var(--orange-2);
}
.grok-tutorial-entry-indicator-success{
width: 5px;
height: 5px;
border-radius: 100%;
background-color: var(--green-2);
}
.grok-tutorial-step-description {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.tutorials-root-header{
justify-content: space-between;
align-items: center;
margin-bottom: 0px;
}
.tutorials-root-header h1{
margin: 0;
padding: 0;
}
.tutorials-root-progress{
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid var(--grey-1);
color: var(--grey-4);
}
/* Animation */
/* Add div container with class blob*/
.blob {
background: rgb(255 162 74);
border-radius: 50%;
box-shadow: 0 0 0 0 rgba(255, 162, 74,.5);
margin: 0;
height: 5px;
width: 5px;
/*position: absolute;*/
z-index: 1;
transform: scale(1);
animation: pulse-white 1.25s infinite;
}
@keyframes pulse-white {
100% {
transform: scale(0.9);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
100% {
transform: scale(0.9);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
/* Tutorial Widget */
.widget-tutorial-track{
margin-bottom: 10px;
position:relative;
border: 1px solid var(--steel-1);
border-radius: 2px;
}
.widget-tutorial-track:hover{
cursor: pointer;
margin-bottom: 10px;
position:relative;
border: 1px solid var(--blue-1);
border-radius:2px;
color: var(--blue-1);
background-color: rgba(32, 131, 213, 0.05);
transition: border 200ms ease-in-out;
}
.widget-tutorial-track-body{
margin: 10px 5px;
align-items: center;
z-index: 100;
justify-content: space-between;
}
.widget-tutorial-track-name{
min-width: 200px;
}
.widget-tutorial-track-progress{
color: var(--grey-4);
width: 200px;
text-align: end;
}
|
packages/Tutorials/css/tutorial.css
|
.tutorials-root{
overflow-y: scroll;
}
/* Track Root */
.tutorials-track{
margin-bottom: 20px;
position: relative;
}
.tutorials-main-header{
z-index: 1;
position: sticky;
top: 0px;
background: white;
width: 100%;
}
/* Track Title */
.tutorials-track-title{
align-items: flex-end;
}
.tutorials-track-title h1{
margin: 0 0 8px 0;
}
.tutorials-track-title button{
margin: 4px 0;
padding: 0px;
font-size: 16px;
}
/* Track Details */
.tutorials-track-details{
color: var(--grey-4);
justify-content: space-between;
margin-bottom: 10px;
}
/* Track Progress */
.tutorials-track progress{
margin: 5px 0;
width: 100%;
height: 5px;
}
.tutorials-track progress[value]{
-webkit-appearance: none;
appearance: none;
}
.tutorials-track progress[value]::-webkit-progress-bar {
background-color: var(--grey-1);
border-radius: 2px;
}
.tutorials-track progress[value]::-webkit-progress-value {
background-image:
-webkit-linear-gradient(-45deg,
transparent 33%, rgba(255, 255, 255, .15) 33%,
rgba(255,255, 255, .15) 66%, transparent 66%),
-webkit-linear-gradient(top,
rgba(255, 255, 255, .0),
rgba(0, 0, 0, .0)),
-webkit-linear-gradient(left, var(--blue-1), var(--blue-1));
background-size: 15px 10px, 100% 100%, 100% 100%;
border-radius: 2px;
}
progress[value]::-webkit-progress-value::before {
content: '80%';
position: absolute;
right: 0;
top: -125%;
}
progress[value]::-webkit-progress-value::after {
content: '';
width: 6px;
height: 6px;
position: absolute;
border-radius: 100%;
right: 7px;
top: 7px;
background-color: white;
}
/* Tutorial Card */
.tutorials-card{
padding: 5px;
margin: 0 -5px;
cursor: default;
background-color: white;
position: relative;
}
.tutorials-card:hover{
padding: 5px;
margin: 0 -5px;
cursor: pointer;
background-color: var(--grey-1);
position: relative;
}
/* Tutorial Card Title*/
.tutorials-card-title{
font-weight: bold;
color: var(--grey-6);
margin: 0px 0px 5px 0px;
}
/* Tutorial Card Description*/
.tutorials-card-description{
font-weight: normal;
color: var(--grey-4);
margin: 0px;
max-height: 50px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* Tutorial Card Image*/
.tutorials-card .ui-image{
border: 1px solid var(--grey-1);
background-size: cover;
min-width: 90px;
margin-right: 10px;
}
/* Tutorial Card Icon Status*/
.tutorials-card-status{
max-width: 20px;
position: absolute;
right: 5px;
color: var(--green-2);
}
#tutorial-child-node{
padding-top:0px!important;
}
/* Tutorial Root CSS */
.tutorials-target-hint {
background-color: rgba(255,162,74, 0.25);
border: 1px dashed rgba(255,162,74, 0.5);
}
.tutorials-root-description{
font-weight: normal;
color: var(--grey-4);
margin: 0px;
}
.tutorials-root-description h3{
color:var(--grey-6);
}
.grok-tutorial-entry{
align-items: center;
}
.grok-tutorial-entry-instruction{
margin: 10px;
color: var(--grey-6);
font-weight: bolder;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.grok-tutorial-entry-success{
text-decoration: line-through;
color: var(--grey-4);
font-weight: normal;
}
.grok-tutorial-entry-indicator{
width: 5px;
height: 5px;
border-radius: 100%;
background-color: var(--orange-2);
}
.grok-tutorial-entry-indicator-success{
width: 5px;
height: 5px;
border-radius: 100%;
background-color: var(--green-2);
}
.grok-tutorial-step-description {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.tutorials-root-header{
justify-content: space-between;
align-items: center;
margin-bottom: 0px;
}
.tutorials-root-header h1{
margin: 0;
padding: 0;
}
.tutorials-root-progress{
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid var(--grey-1);
color: var(--grey-4);
}
/* Animation */
/* Add div container with class blob*/
.blob {
background: rgb(255 162 74);
border-radius: 50%;
box-shadow: 0 0 0 0 rgba(255, 162, 74,.5);
margin: 0;
height: 5px;
width: 5px;
/*position: absolute;*/
z-index: 1;
transform: scale(1);
animation: pulse-white 1.25s infinite;
}
@keyframes pulse-white {
100% {
transform: scale(0.9);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
100% {
transform: scale(0.9);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
/* Tutorial Widget */
.widget-tutorial-track{
margin-bottom: 10px;
position:relative;
border: 1px solid var(--steel-1);
border-radius: 2px;
}
.widget-tutorial-track:hover{
cursor: pointer;
margin-bottom: 10px;
position:relative;
border: 1px solid var(--blue-1);
border-radius:2px;
color: var(--blue-1);
background-color: rgba(32, 131, 213, 0.05);
transition: border 200ms ease-in-out;
}
.widget-tutorial-track-body{
margin: 10px 5px;
align-items: center;
z-index: 100;
justify-content: space-between;
}
.widget-tutorial-track-name{
min-width: 200px;
}
.widget-tutorial-track-progress{
color: var(--grey-4);
width: 200px;
text-align: end;
}
| 0.47244 | 0.354154 |
.sheet-solidblack {font-size: 10px; color: #708090;}
.sheet-whiteout {font-size: large; color: white;background-color:black;}
.sheet-paged { background-color: white;
padding: 5px 5px 5px 5px;
}
.sheet-charsheet { display: grid;
grid-template-columns: 24% 24% 24% 24%;
grid-template-rows: 100px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px;
grid-column-gap: 1.33%;
grid-row-gap: 1%;
}
::placeholder {text-align: center;}
:-ms-input-placeholder {text-align: center;}
.sheet-picturebox { grid-column-start: 2; grid-column-end: 4; grid-row-start: 2; grid-row-end: 15; place-self: center; margin:10px;}
.sheet-attributenamebox { grid-column: 1; grid-row: 2;}
.sheet-strbox { grid-column: 1; grid-row: 3;}
.sheet-strgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-strgridlabel {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-strscore {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-strtemp {grid-column: 3; grid-row: 1; text-align: center;}
.sheet-dexbox { grid-column: 1; grid-row: 4;}
.sheet-dexgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-dexgridlabel {grid-column: 1; grid-row: 2; text-align: center;}
.sheet-dexscore {grid-column: 2; grid-row: 2; text-align: center;}
.sheet-dextemp {grid-column: 3; grid-row: 2; text-align: center;}
.sheet-chabox { grid-column: 1; grid-row: 5;}
.sheet-chagrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-chagridlabel {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-chascore {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-chatemp {grid-column: 3; grid-row: 1; text-align: center;}
.sheet-magicbox { grid-column: 1; grid-row: 6;}
.sheet-magicgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-magicgridlabel {grid-column: 1; grid-row: 2; text-align: center;}
.sheet-magicscore {grid-column: 2; grid-row: 2; text-align: center;}
.sheet-magictemp {grid-column: 3; grid-row: 2; text-align: center;}
.sheet-vitbox { grid-column: 1; grid-row: 7;}
.sheet-vitgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-vitgridlabel {grid-column: 1; grid-row: 2; text-align: center;}
.sheet-vitscore {grid-column: 2; grid-row: 2; text-align: center;}
.sheet-vittemp {grid-column: 3; grid-row: 2; text-align: center;}
.sheet-expertisenamebox { grid-column: 1; grid-row: 8;}
.sheet-exp1box { grid-column: 1; grid-row: 9;}
.sheet-exp1grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp1 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp1a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp2box { grid-column: 1; grid-row: 10;}
.sheet-exp2grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp2 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp2a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp3box { grid-column: 1; grid-row: 11;}
.sheet-exp3grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp3 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp3a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp4box { grid-column: 1; grid-row: 12;}
.sheet-exp4grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp4 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp4a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp5box { grid-column: 1; grid-row: 13;}
.sheet-exp5grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp5 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp5a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp6box { grid-column: 1; grid-row: 14;}
.sheet-exp6grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp6 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp6a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp7box { grid-column: 1; grid-row: 15;}
.sheet-exp7grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp7 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp7a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp8box { grid-column: 1; grid-row: 16;}
.sheet-exp8grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp8 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp8a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-itemslotnamebox { grid-column: 4; grid-row: 2;}
.sheet-itemslot1 { grid-column: 4; grid-row: 3;}
.sheet-itemslot2 { grid-column: 4; grid-row: 4;}
.sheet-itemslot3 { grid-column: 4; grid-row: 5;}
.sheet-itemslot4 { grid-column: 4; grid-row: 6;}
.sheet-itemslot5 { grid-column: 4; grid-row: 7;}
.sheet-sa1 { grid-column: 4; grid-row: 8;}
.sheet-sa2 { grid-column: 4; grid-row: 9;}
.sheet-sa3 { grid-column: 4; grid-row: 10;}
.sheet-sa4 { grid-column: 4; grid-row: 11;}
.sheet-sa5 { grid-column: 4; grid-row: 12;}
.sheet-sa6 { grid-column: 4; grid-row: 13;}
.sheet-sa7 { grid-column: 4; grid-row: 14;}
.sheet-specialabilitynamebox { grid-column: 4; grid-row: 15;}
.sheet-sa8 { grid-column: 4; grid-row: 16;}
.sheet-weaponbox1 { grid-column-start: 1; grid-column-end: 3; grid-row: 17;}
.sheet-weaponbox2 { grid-column-start: 3; grid-column-end: 5; grid-row: 17;}
.sheet-weaponbox3 { grid-column-start: 1; grid-column-end: 3; grid-row: 18;}
.sheet-weaponbox4 { grid-column-start: 3; grid-column-end: 5; grid-row: 18;}
.sheet-weaponbox5 { grid-column-start: 1; grid-column-end: 3; grid-row: 19;}
.sheet-weaponbox6 { grid-column-start: 3; grid-column-end: 5; grid-row: 19;}
.sheet-weaponbox7 { grid-column-start: 1; grid-column-end: 3; grid-row: 20;}
.sheet-weaponbox8 { grid-column-start: 3; grid-column-end: 5; grid-row: 20;}
.sheet-weapongrid1 { display: grid; grid-template-columns: 39% 60%; grid-column-gap: 1%;}
.sheet-weapongrid2 { display: grid; grid-template-columns: 24% 24% 24% 24%; grid-column-gap: 1.33%;}
.sheet-weapon_namebox { grid-column: 1; grid-row: 1; text-align: center;}
.sheet-weapon_name { grid-column: 2; grid-row: 1; text-align: center;}
.sheet-weapon_dmgbox { grid-column: 1; grid-row: 1; text-align: center;}
.sheet-weapon_dmg { grid-column: 2; grid-row: 1; text-align: center;}
.sheet-weapon_rngbox { grid-column: 3; grid-row: 1; text-align: center;}
.sheet-weapon_rng { grid-column: 4; grid-row: 1; text-align: center;}
.sheet-inventorynamebox { grid-column-start: 1; grid-column-end: 3; grid-row: 21;}
.sheet-inventory1 { grid-column-start: 1; grid-column-end: 3; grid-row: 22;}
.sheet-inventory2 { grid-column-start: 1; grid-column-end: 3; grid-row: 23;}
.sheet-inventory3 { grid-column-start: 1; grid-column-end: 3; grid-row: 24;}
.sheet-inventory4 { grid-column-start: 1; grid-column-end: 3; grid-row: 25;}
.sheet-inventory5 { grid-column-start: 1; grid-column-end: 3; grid-row: 26;}
.sheet-inventory6 { grid-column-start: 1; grid-column-end: 3; grid-row: 27;}
.sheet-inventory7 { grid-column-start: 1; grid-column-end: 3; grid-row: 28;}
.sheet-inventory8 { grid-column-start: 1; grid-column-end: 3; grid-row: 29;}
.sheet-spellsnamebox { grid-column-start: 3; grid-column-end: 5; grid-row: 21;}
.sheet-spell1 { grid-column-start: 3; grid-column-end: 5; grid-row: 22;}
.sheet-spell2 { grid-column-start: 3; grid-column-end: 5; grid-row: 23;}
.sheet-spell3 { grid-column-start: 3; grid-column-end: 5; grid-row: 24;}
.sheet-spell4 { grid-column-start: 3; grid-column-end: 5; grid-row: 25;}
.sheet-spell5 { grid-column-start: 3; grid-column-end: 5; grid-row: 26;}
.sheet-spell6 { grid-column-start: 3; grid-column-end: 5; grid-row: 27;}
.sheet-spell7 { grid-column-start: 3; grid-column-end: 5; grid-row: 28;}
.sheet-spell8 { grid-column-start: 3; grid-column-end: 5; grid-row: 29;}
.sheet-identitybox {
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 1;
}
.sheet-identitygrid { display: grid;
grid-template-columns: 33% 33% 15% 16%;
grid-template-rows: 49% 49%;
grid-column-gap: 1%;
grid-row-gap: 2%;
}
.sheet-namebox {
grid-column: 1;
grid-row: 1;
text-align: center;
}
.sheet-playerbox {
grid-column: 2;
grid-row: 1;
text-align: center;
}
.sheet-racebox {
grid-column: 3;
grid-row: 1;
text-align: center;
}
.sheet-classbox {
grid-column: 4;
grid-row: 1;
text-align: center;
}
.sheet-hpgrid{ display: grid;
grid-template-columns: 28% 34% 34%;
grid-template-rows: 100%;
grid-column-gap: 2%;
grid-row-gap: 2%;
}
.sheet-hpbox{
grid-column: 1;
grid-row: 1;
}
.sheet-label{
width: 100%;
border-radius: 5px;
text-align: center;
background: black;
}
.sheet-currenthpbox{
grid-column: 2;
grid-row: 1;
text-align: center;
}
.sheet-maxhpbox{
grid-column: 3;
grid-row: 1;
text-align: center;
}
.sheet-armorgrid{ display: grid;
grid-template-columns: 32% 32% 32%;
grid-template-rows: 100%;
grid-column-gap: 2%;
grid-row-gap: 2%;
}
.sheet-armorbox{
grid-column: 1;
grid-row: 1;
text-align: center;
}
.sheet-armorvaluebox{
grid-column: 2;
grid-row: 1;
text-align: center;
}
.sheet-speedbox{
grid-column: 3;
grid-row: 1;
text-align: center;
}
.sheet-affinitybox{
grid-column: 3;
grid-row: 2;
text-align: center;
}
.sheet-effectrangebox{
grid-column: 4;
grid-row: 2;
text-align: center;
}
.sheet-logobox { place-self: center;
grid-column-start: 4;
grid-column-end: 5;
grid-row-start: 1;
grid-row-end: 1;
}
.sheet-logo { place-self: center}
|
Celerity Lite/charsheet_celerity_lite.css
|
.sheet-solidblack {font-size: 10px; color: #708090;}
.sheet-whiteout {font-size: large; color: white;background-color:black;}
.sheet-paged { background-color: white;
padding: 5px 5px 5px 5px;
}
.sheet-charsheet { display: grid;
grid-template-columns: 24% 24% 24% 24%;
grid-template-rows: 100px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px 25px;
grid-column-gap: 1.33%;
grid-row-gap: 1%;
}
::placeholder {text-align: center;}
:-ms-input-placeholder {text-align: center;}
.sheet-picturebox { grid-column-start: 2; grid-column-end: 4; grid-row-start: 2; grid-row-end: 15; place-self: center; margin:10px;}
.sheet-attributenamebox { grid-column: 1; grid-row: 2;}
.sheet-strbox { grid-column: 1; grid-row: 3;}
.sheet-strgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-strgridlabel {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-strscore {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-strtemp {grid-column: 3; grid-row: 1; text-align: center;}
.sheet-dexbox { grid-column: 1; grid-row: 4;}
.sheet-dexgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-dexgridlabel {grid-column: 1; grid-row: 2; text-align: center;}
.sheet-dexscore {grid-column: 2; grid-row: 2; text-align: center;}
.sheet-dextemp {grid-column: 3; grid-row: 2; text-align: center;}
.sheet-chabox { grid-column: 1; grid-row: 5;}
.sheet-chagrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-chagridlabel {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-chascore {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-chatemp {grid-column: 3; grid-row: 1; text-align: center;}
.sheet-magicbox { grid-column: 1; grid-row: 6;}
.sheet-magicgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-magicgridlabel {grid-column: 1; grid-row: 2; text-align: center;}
.sheet-magicscore {grid-column: 2; grid-row: 2; text-align: center;}
.sheet-magictemp {grid-column: 3; grid-row: 2; text-align: center;}
.sheet-vitbox { grid-column: 1; grid-row: 7;}
.sheet-vitgrid{ display: grid; grid-template-columns: 28% 34% 34%; grid-column-gap: 2%;}
.sheet-vitgridlabel {grid-column: 1; grid-row: 2; text-align: center;}
.sheet-vitscore {grid-column: 2; grid-row: 2; text-align: center;}
.sheet-vittemp {grid-column: 3; grid-row: 2; text-align: center;}
.sheet-expertisenamebox { grid-column: 1; grid-row: 8;}
.sheet-exp1box { grid-column: 1; grid-row: 9;}
.sheet-exp1grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp1 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp1a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp2box { grid-column: 1; grid-row: 10;}
.sheet-exp2grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp2 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp2a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp3box { grid-column: 1; grid-row: 11;}
.sheet-exp3grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp3 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp3a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp4box { grid-column: 1; grid-row: 12;}
.sheet-exp4grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp4 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp4a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp5box { grid-column: 1; grid-row: 13;}
.sheet-exp5grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp5 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp5a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp6box { grid-column: 1; grid-row: 14;}
.sheet-exp6grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp6 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp6a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp7box { grid-column: 1; grid-row: 15;}
.sheet-exp7grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp7 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp7a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-exp8box { grid-column: 1; grid-row: 16;}
.sheet-exp8grid{ display: grid; grid-template-columns: 80% 18%; grid-column-gap: 2%;}
.sheet-exp8 {grid-column: 1; grid-row: 1; text-align: center;}
.sheet-exp8a {grid-column: 2; grid-row: 1; text-align: center;}
.sheet-itemslotnamebox { grid-column: 4; grid-row: 2;}
.sheet-itemslot1 { grid-column: 4; grid-row: 3;}
.sheet-itemslot2 { grid-column: 4; grid-row: 4;}
.sheet-itemslot3 { grid-column: 4; grid-row: 5;}
.sheet-itemslot4 { grid-column: 4; grid-row: 6;}
.sheet-itemslot5 { grid-column: 4; grid-row: 7;}
.sheet-sa1 { grid-column: 4; grid-row: 8;}
.sheet-sa2 { grid-column: 4; grid-row: 9;}
.sheet-sa3 { grid-column: 4; grid-row: 10;}
.sheet-sa4 { grid-column: 4; grid-row: 11;}
.sheet-sa5 { grid-column: 4; grid-row: 12;}
.sheet-sa6 { grid-column: 4; grid-row: 13;}
.sheet-sa7 { grid-column: 4; grid-row: 14;}
.sheet-specialabilitynamebox { grid-column: 4; grid-row: 15;}
.sheet-sa8 { grid-column: 4; grid-row: 16;}
.sheet-weaponbox1 { grid-column-start: 1; grid-column-end: 3; grid-row: 17;}
.sheet-weaponbox2 { grid-column-start: 3; grid-column-end: 5; grid-row: 17;}
.sheet-weaponbox3 { grid-column-start: 1; grid-column-end: 3; grid-row: 18;}
.sheet-weaponbox4 { grid-column-start: 3; grid-column-end: 5; grid-row: 18;}
.sheet-weaponbox5 { grid-column-start: 1; grid-column-end: 3; grid-row: 19;}
.sheet-weaponbox6 { grid-column-start: 3; grid-column-end: 5; grid-row: 19;}
.sheet-weaponbox7 { grid-column-start: 1; grid-column-end: 3; grid-row: 20;}
.sheet-weaponbox8 { grid-column-start: 3; grid-column-end: 5; grid-row: 20;}
.sheet-weapongrid1 { display: grid; grid-template-columns: 39% 60%; grid-column-gap: 1%;}
.sheet-weapongrid2 { display: grid; grid-template-columns: 24% 24% 24% 24%; grid-column-gap: 1.33%;}
.sheet-weapon_namebox { grid-column: 1; grid-row: 1; text-align: center;}
.sheet-weapon_name { grid-column: 2; grid-row: 1; text-align: center;}
.sheet-weapon_dmgbox { grid-column: 1; grid-row: 1; text-align: center;}
.sheet-weapon_dmg { grid-column: 2; grid-row: 1; text-align: center;}
.sheet-weapon_rngbox { grid-column: 3; grid-row: 1; text-align: center;}
.sheet-weapon_rng { grid-column: 4; grid-row: 1; text-align: center;}
.sheet-inventorynamebox { grid-column-start: 1; grid-column-end: 3; grid-row: 21;}
.sheet-inventory1 { grid-column-start: 1; grid-column-end: 3; grid-row: 22;}
.sheet-inventory2 { grid-column-start: 1; grid-column-end: 3; grid-row: 23;}
.sheet-inventory3 { grid-column-start: 1; grid-column-end: 3; grid-row: 24;}
.sheet-inventory4 { grid-column-start: 1; grid-column-end: 3; grid-row: 25;}
.sheet-inventory5 { grid-column-start: 1; grid-column-end: 3; grid-row: 26;}
.sheet-inventory6 { grid-column-start: 1; grid-column-end: 3; grid-row: 27;}
.sheet-inventory7 { grid-column-start: 1; grid-column-end: 3; grid-row: 28;}
.sheet-inventory8 { grid-column-start: 1; grid-column-end: 3; grid-row: 29;}
.sheet-spellsnamebox { grid-column-start: 3; grid-column-end: 5; grid-row: 21;}
.sheet-spell1 { grid-column-start: 3; grid-column-end: 5; grid-row: 22;}
.sheet-spell2 { grid-column-start: 3; grid-column-end: 5; grid-row: 23;}
.sheet-spell3 { grid-column-start: 3; grid-column-end: 5; grid-row: 24;}
.sheet-spell4 { grid-column-start: 3; grid-column-end: 5; grid-row: 25;}
.sheet-spell5 { grid-column-start: 3; grid-column-end: 5; grid-row: 26;}
.sheet-spell6 { grid-column-start: 3; grid-column-end: 5; grid-row: 27;}
.sheet-spell7 { grid-column-start: 3; grid-column-end: 5; grid-row: 28;}
.sheet-spell8 { grid-column-start: 3; grid-column-end: 5; grid-row: 29;}
.sheet-identitybox {
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 1;
}
.sheet-identitygrid { display: grid;
grid-template-columns: 33% 33% 15% 16%;
grid-template-rows: 49% 49%;
grid-column-gap: 1%;
grid-row-gap: 2%;
}
.sheet-namebox {
grid-column: 1;
grid-row: 1;
text-align: center;
}
.sheet-playerbox {
grid-column: 2;
grid-row: 1;
text-align: center;
}
.sheet-racebox {
grid-column: 3;
grid-row: 1;
text-align: center;
}
.sheet-classbox {
grid-column: 4;
grid-row: 1;
text-align: center;
}
.sheet-hpgrid{ display: grid;
grid-template-columns: 28% 34% 34%;
grid-template-rows: 100%;
grid-column-gap: 2%;
grid-row-gap: 2%;
}
.sheet-hpbox{
grid-column: 1;
grid-row: 1;
}
.sheet-label{
width: 100%;
border-radius: 5px;
text-align: center;
background: black;
}
.sheet-currenthpbox{
grid-column: 2;
grid-row: 1;
text-align: center;
}
.sheet-maxhpbox{
grid-column: 3;
grid-row: 1;
text-align: center;
}
.sheet-armorgrid{ display: grid;
grid-template-columns: 32% 32% 32%;
grid-template-rows: 100%;
grid-column-gap: 2%;
grid-row-gap: 2%;
}
.sheet-armorbox{
grid-column: 1;
grid-row: 1;
text-align: center;
}
.sheet-armorvaluebox{
grid-column: 2;
grid-row: 1;
text-align: center;
}
.sheet-speedbox{
grid-column: 3;
grid-row: 1;
text-align: center;
}
.sheet-affinitybox{
grid-column: 3;
grid-row: 2;
text-align: center;
}
.sheet-effectrangebox{
grid-column: 4;
grid-row: 2;
text-align: center;
}
.sheet-logobox { place-self: center;
grid-column-start: 4;
grid-column-end: 5;
grid-row-start: 1;
grid-row-end: 1;
}
.sheet-logo { place-self: center}
| 0.405449 | 0.361954 |
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar-fixed-top {
border: 0;
}
body {
padding-top: 50px;
background-image: url(images/background.jpg);
}
.panel-body {
background-image: url(images/background-panal.jpg);
}
.panel-heading{
background-image: url(images/background-panal.jpg);
}
.well-sm{
background-image: url(images/background-panal.jpg);
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display: none;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f5f5f5;
border-right: 1px solid #eee;
}
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
color: #fff;
background-color: #428bca;
}
/*
* Main content
*/
.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}
/*
* Placeholder dashboard ideas
*/
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
.btn.btn-secondary:hover {
color: #fff;
background-color: #703975;
}
.navbar.navbar-default{
background-color: grey;
border-color: white;
}
.btn.btn-default{
background-color: grey;
color: white;
border-color: white;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
background-color: grey;
color:white;
border-color: white;
}
.slidecontainer {
width: 100%;
border: 1px;
}
.slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 32px;
background: darkgrey;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;
height: 30px;
background: white;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 30px;
height: 30px;
background: white;
cursor: pointer;
}
.glyphicon{
text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
}
.img-container-graph {
position:relative;
padding-top:75%;
}
.img-container-video {
border:2px solid white;
position:relative;
padding-top:74%;
}
.img-container-topology {
position:relative;
padding-top:10%;
}
img {
position: absolute;
top: 0;
left: 0;
height:100%;
}
.material-switch > input[type="checkbox"] {
display: none;
}
.material-switch > label {
cursor: pointer;
height: 0px;
position: relative;
width: 40px;
}
.material-switch > label::before {
background: rgb(0, 0, 0);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 8px;
content: '';
height: 16px;
margin-top: -8px;
position:absolute;
opacity: 0.3;
transition: all 0.4s ease-in-out;
width: 40px;
}
.material-switch > label::after {
background: rgb(255, 255, 255);
border-radius: 16px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
content: '';
height: 24px;
left: -4px;
margin-top: -8px;
position: absolute;
top: -4px;
transition: all 0.3s ease-in-out;
width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
background: inherit;
opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
background: inherit;
left: 20px;
}
table td {
vertical-align: middle !important;
}
.pretty.p-default {
color:black;
}
|
app/static/dashboard.css
|
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar-fixed-top {
border: 0;
}
body {
padding-top: 50px;
background-image: url(images/background.jpg);
}
.panel-body {
background-image: url(images/background-panal.jpg);
}
.panel-heading{
background-image: url(images/background-panal.jpg);
}
.well-sm{
background-image: url(images/background-panal.jpg);
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display: none;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f5f5f5;
border-right: 1px solid #eee;
}
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
color: #fff;
background-color: #428bca;
}
/*
* Main content
*/
.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}
/*
* Placeholder dashboard ideas
*/
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
.btn.btn-secondary:hover {
color: #fff;
background-color: #703975;
}
.navbar.navbar-default{
background-color: grey;
border-color: white;
}
.btn.btn-default{
background-color: grey;
color: white;
border-color: white;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
background-color: grey;
color:white;
border-color: white;
}
.slidecontainer {
width: 100%;
border: 1px;
}
.slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 32px;
background: darkgrey;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;
height: 30px;
background: white;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 30px;
height: 30px;
background: white;
cursor: pointer;
}
.glyphicon{
text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
}
.img-container-graph {
position:relative;
padding-top:75%;
}
.img-container-video {
border:2px solid white;
position:relative;
padding-top:74%;
}
.img-container-topology {
position:relative;
padding-top:10%;
}
img {
position: absolute;
top: 0;
left: 0;
height:100%;
}
.material-switch > input[type="checkbox"] {
display: none;
}
.material-switch > label {
cursor: pointer;
height: 0px;
position: relative;
width: 40px;
}
.material-switch > label::before {
background: rgb(0, 0, 0);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 8px;
content: '';
height: 16px;
margin-top: -8px;
position:absolute;
opacity: 0.3;
transition: all 0.4s ease-in-out;
width: 40px;
}
.material-switch > label::after {
background: rgb(255, 255, 255);
border-radius: 16px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
content: '';
height: 24px;
left: -4px;
margin-top: -8px;
position: absolute;
top: -4px;
transition: all 0.3s ease-in-out;
width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
background: inherit;
opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
background: inherit;
left: 20px;
}
table td {
vertical-align: middle !important;
}
.pretty.p-default {
color:black;
}
| 0.386069 | 0.064329 |
.w-header {
background: #2196f3;
height: 64px;
color: #fff;
-webkit-box-shadow: 0 2px 8px #f0f1f2;
box-shadow: 0 2px 8px #f0f1f2;
}
.w-header .w-logo {
font-size: 20px;
line-height: 64px;
float: left;
font-weight: bold;
padding-left: 16px;
}
.w-header .w-menus {
float: right;
height: 64px;
line-height: 64px;
font-size: 16px;
overflow: hidden;
}
.w-header .w-menus {
float: right;
height: 64px;
line-height: 64px;
font-size: 16px;
overflow: hidden;
}
.w-header .w-menus .link {
float: left;
padding: 0 8px;
}
.w-header .w-menus .link:hover {
background: #6ec6ff;
}
.w-footer {
line-height:29px;
text-align:center;
border-top:1px solid #efe3e5;
}
.w-footer a{
color: #2196f3;
}
/*@import url("anticon.css");*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
padding: 0;
background-attachment: fixed;
-webkit-font-smoothing: subpixel-antialiased;
color: #362b36;
}
/* modal 遮罩 */
.mini-modal {
opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);
background: #f2f5f7;
}
.app-header {
background: #d4e4ef;
border-color: #aed0ea;
}
.mini-layout-split-nodrag {
/*background: #d4e4ef;*/
background: #f2f5f7;
}
.mini-layout-spliticon {
background: none;
}
.mini-layout-split.mini-layout-split-west {
width: 3px !important;
}
/* button */
.mini-button {
background: #1890ff;
border-color: #1890ff;
color: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-radius: 6px;
webkit-transition: background-color .3s, border-color .3s, color .3s;
transition: background-color .3s, border-color .3s, color .3s;
}
body .mini-button-plain {
background: #fff;
border:1px solid #d9d9d9;;
color: rgba(0,0,0,.65);
padding:0;
}
.mini-button-text {
font-size: 13px;
display: inline-block;
}
body a:hover.mini-button {
background: #40a9ff;
border-color: #40a9ff;
}
body a:hover.mini-button-plain {
color: #40a9ff;
background: #fff;
border-color: #40a9ff;
}
body .mini-button-pressed, body a:hover.mini-button-pressed,
body a.mini-button-popup, body a:hover.mini-button-popup {
background: #e4f1fb;
border-color: #74b2e2;
color: #2779aa;
}
body .mini-button-checked, body a:hover.mini-button-checked {
border-color: #2694e8;
background: #3baae3;
color: #fff;
}
body a.mini-button-disabled, body a:hover.mini-button-disabled {
border-color: #aed0ea;
background: #d7ebf9;
opacity: 0.5;
filter: alpha(opacity=50);
}
body a.mini-button-disabled .mini-button-text,
body a:hover.mini-button-disabled .mini-button-text,
body a.mini-button-disabled .mini-button-icon,
body a:hover.mini-button-disabled .mini-button-icon {
cursor: not-allowed;
}
.mini-button-icon {
font-size: 14px;
}
.mini-button .mini-button-icon-only .mini-button-icon {
left: 6px;
}
.mini-button-iconBottom .mini-button-icon-text {
padding-left: 8px;
padding-bottom: 22px;
}
.mini-button-iconBottom .mini-button-icon {
left: 50%;
margin-left: -9px;
bottom: 2px;
margin-top: auto;
}
.mini-button.link {
border-color: transparent;
background: transparent;
color: #362b36;
}
body a:hover.mini-button.link {
border-color: transparent;
background: transparent;
color: #362b36;
}
.mini-button.link .mini-button-text {
text-decoration: underline;
}
body a.mini-button-disabled.link .mini-button-text,
body a:hover.mini-button-disabled.link .mini-button-text {
text-decoration: none;
}
/* menubutton */
.mini-button-menu {
background: none;
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(0);
transform: rotate(0);
}
.mini-button-popup .mini-button-menu {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-button-menu:before {
content: "\f0d7";
}
.mini-button-allow {
font: normal normal normal 14px/1 FontAwesome;
margin-left: -6px;
margin-right: 6px;
position: relative;
top: 2px;
}
.mini-menu {
background: #f2f5f7;
color: #362b36;
font-size: 9pt;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-radius: 6px;
}
.mini-menu-border {
border: 1px solid #aed0ea;
border-radius: 6px;
}
.mini-shadow {
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
.mini-menuitem {
line-height: 24px;
border-radius: 6px;
}
.mini-menuitem-hover,
.mini-menu-popup {
/*padding: 1px;
border: solid 1px #74b2e2;*/
border-color: #74b2e2;
background: #e4f1fb;
/*border-width:0; */
}
.mini-menuitem-hover .mini-menuitem-text,
.mini-menu-popup .mini-menuitem-text {
color: #0070a3;
}
.mini-menuitem-allow {
left: auto;
right: 3px;
top: 6px;
background: none;
font: normal normal normal 15px/10px FontAwesome;
color: #72a7cf;
text-align: center;
}
.mini-menuitem-allow:before {
content: "\f0d7";
}
.mini-menu.mini-menu-open .mini-menuitem-allow:before {
content: "\f0da";
}
.mini-menuitem-hover .mini-menuitem-allow,
.mini-menu-popup .mini-menuitem-allow {
color: #2694e8;
}
.mini-separator {
margin-left: 0;
border-top: solid 1px #362b36;
opacity: .3;
filter: alpha(opacity=30);
}
.mini-menu-horizontal .mini-menuitem-allow {
background: none;
}
/* combobox */
.mini-listbox-items {
background: #fff;
}
.mini-listbox-item-hover {
background: #e4f1fb;
}
.mini-listbox-item-selected {
background: #3baae3;
color: #fff;
}
/* listbox */
.mini-listbox-border {
border: solid 1px #aed0ea;
border-radius: 6px;
}
/* textbox */
.mini-textbox {
width: 150px;
height: 26px;
}
.mini-textbox-border {
background: #fff;
border: solid 1px #d9d9d9;
height: 24px;
padding-left: 4px;
padding-right: 4px;
border-radius: 6px;
}
.mini-textbox-input {
height: 24px;
line-height: 22px;
font-family: Verdana;
font-size: 9pt;
color: #362b36;
}
.mini-textbox-focus .mini-textbox-border,
.mini-required.mini-textbox-focus .mini-textbox-border {
border-color: #40a9ff;
background: #fff;
}
.mini-textbox-focus .mini-textbox-input {
color: #0070a3;
}
.mini-required .mini-textbox-border,
.mini-required .mini-buttonedit-border {
background: #f6f9fb;
}
.mini-error .mini-textbox-border {
border-color: #ffa8a8;
background-color: #fff8f8;
color: #362b36;
}
.mini-error .mini-textbox-input {
color: #362b36;
}
/*textboxlist */
.mini-textboxlist-border {
background: #f2f5f7;
border: solid 1px #aed0ea;
border-radius: 3px;
}
.mini-required .mini-textboxlist-border {
background: #fff;
}
.mini-textboxlist-focus .mini-textboxlist-border {
border-color: #74b2e2;
background: #e4f1fb;
}
/* buttonedit */
.mini-buttonedit {
width: 150px;
height: 26px;
}
.mini-buttonedit-border {
background: #fff;
border: solid 1px #d9d9d9;
height: 24px;
border-radius: 6px;
}
.mini-buttonedit-input {
height: 24px;
line-height: 22px;
font-family: Verdana;
font-size: 9pt;
color: #362b36;
}
.mini-buttonedit-focus .mini-buttonedit-border {
border-color: #74b2e2;
background: #fff;
}
.mini-buttonedit-focus .mini-buttonedit-input {
color: #0070a3;
}
.mini-error .mini-buttonedit-border {
border-color: #ffa8a8;
background-color: #fff8f8;
color: #362b36;
}
.mini-error .mini-buttonedit-input {
color: #362b36;
}
.mini-buttonedit-button-hover,
.mini-buttonedit-hover .mini-buttonedit-trigger {
border: 1px solid transparent;
padding: 0;
background: none;
}
.mini-popupedit .mini-buttonedit-trigger .mini-buttonedit-icon {
background: none;
font: normal normal normal 14px/16px FontAwesome;
color: #72a7cf;
}
.mini-popupedit .mini-buttonedit-trigger .mini-buttonedit-icon:before {
content: "\f0d7";
}
.mini-listbox td {
line-height: 20px;
}
.mini-htmlfile .mini-buttonedit-button {
line-height: 18px;
}
.mini-buttonedit-button {
height: 20px;
}
/* spinner */
.mini-buttonedit-up span,
.mini-buttonedit-down span {
background: none;
font: normal normal normal 14px/10px FontAwesome;
color: #72a7cf;
}
.mini-buttonedit-focus .mini-buttonedit-up span,
.mini-buttonedit-focus .mini-buttonedit-down span {
color: #2694e8;
}
.mini-buttonedit-up span:before {
content: "\f0d8";
}
.mini-buttonedit-down span:before {
content: "\f0d7";
}
.mini-buttonedit-button-pressed,
.mini-buttonedit-popup .mini-buttonedit-trigger {
border: 1px solid transparent;
padding: 0;
background: none;
}
/* calendar */
.mini-datepicker .mini-buttonedit-trigger .mini-buttonedit-icon:before {
content: "\f073";
}
.mini-popup {
border-color: #aed0ea;
border-radius: 6px;
}
.mini-calendar {
background: #f2f5f7;
border: 1px solid #aed0ea;
border-radius: 6px;
}
body .mini-calendar td {
/*line-height: 19px;*/
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*font-size: 13px;*/
}
.mini-calendar-date {
border: solid 1px #f2f5f7;
}
.mini-calendar-header {
/*height: 29px;*/
text-align: center;
background: #deedf7;
border-bottom: solid 1px #aed0ea;
border-radius: 6px 6px 0 0;
}
.mini-calendar-footer {
/*padding: 2px 4px;
padding-bottom:3px;*/
background: #deedf7;
border-top: solid 1px #aed0ea;
text-align: center;
border-radius: 0 0 6px 6px;
}
.mini-calendar-title {
line-height: 29px;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px
}
.mini-calendar .mini-calendar-today {
border-color: #f9dd34;
background: #fffadd;
color: #363636;
}
.mini-calendar-days td {
/*padding:1px; */
}
.mini-calendar-yearPrev,
.mini-calendar-yearNext,
.mini-calendar-monthPrev,
.mini-calendar-monthNext {
background: none;
font: normal normal normal 18px/1 FontAwesome;
color: #72a7cf;
text-align: center;
height: 20px;
}
.mini-calendar-yearPrev:before {
content: "\f100";
}
.mini-calendar-yearNext:before {
content: "\f101";
}
.mini-calendar-monthPrev:before {
content: "\f104";
}
.mini-calendar-monthNext:before {
content: "\f105";
}
.mini-calendar-daysheader td {
padding: 2px 7px;
border-bottom: solid 1px #f2f5f7;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #362b36;
}
.mini-calendar-date:hover {
border-color: #74b2e2;
background: #e4f1fb;
color: #0070a3;
}
.mini-calendar .mini-calendar-selected {
color: #fff;
background: #3baae3;
border: solid 1px #2694e8;
}
.mini-calendar-tadayButton,
.mini-calendar-clearButton,
.mini-calendar-okButton,
.mini-calendar-cancelButton {
background: #d7ebf9;
border-color: #aed0ea;
color: #2779aa;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
border-radius: 6px;
webkit-transition: background-color .3s, border-color .3s, color .3s;
transition: background-color .3s, border-color .3s, color .3s;
/*padding:2px;
width:42px;*/
}
.mini-calendar-okButton,
.mini-calendar-cancelButton {
/* padding:5px 0;
line-height: 15px; */
}
.mini-calendar-tadayButton:hover,
.mini-calendar-clearButton:hover,
.mini-calendar-okButton:hover,
.mini-calendar-cancelButton:hover {
background: #e4f1fb;
border-color: #74b2e2;
}
.mini-calendar-menu {
background: #f2f5f7;
}
.mini-calendar-menu-month,
.mini-calendar-menu-year {
border-color: #f2f5f7;
}
.mini-calendar-menu-month {
/*width: 50px; */
}
.mini-calendar-menu-year {
/*width: 32px; */
}
a:hover.mini-calendar-menu-month,
a:hover.mini-calendar-menu-year {
border-color: #74b2e2;
background: #e4f1fb;
color: #0070a3;
}
.mini-calendar-menu-selected, a:hover.mini-calendar-menu-selected {
color: #fff;
background: #3baae3;
border: solid 1px #2694e8;
}
.mini-calendar .mini-calendar-weekend {
color: #362b36;
}
.mini-calendar .mini-calendar-weekend.mini-calendar-selected {
color: #fff;
}
/* progerssbar */
.mini-progressbar {
height: 18px;
width: 300px;
}
.mini-progressbar-border {
height: 16px;
border: 1px solid #74b2e2;
border-radius: 6px;
background: #f2f5f7;
}
.mini-progressbar-bar {
background: #d7ebf9;
border-radius: 6px;
}
.mini-progressbar-text {
line-height: 16px;
color: #2779aa;
}
/* checkbox */
.mini-list-icon {
font: normal normal normal 17px/16px FontAwesome;
background: none;
width: 16px;
height: 16px;
color: #72a7cf;
outline: none;
}
.mini-list-icon:before {
content: "\f096";
}
.mini-checkboxlist-item-selected .mini-list-icon:before {
content: "\f046";
}
.mini-checkboxlist-item {
margin-right: 15px;
margin-top: 2px;
margin-bottom: 2px;
}
.mini-checkbox-check,
.mini-checkbox-icon {
font: normal normal normal 17px/16px FontAwesome;
background: none;
width: 16px;
height: 16px;
color: #72a7cf;
outline: none;
}
.mini-checkbox-check:before,
.mini-checkbox-icon:before {
content: "\f096";
}
.mini-checkbox-checked .mini-checkbox-icon:before {
content: "\f046";
}
/* radio */
.mini-radiobuttonlist-item .mini-list-icon {
background: none;
}
.mini-radiobuttonlist-item .mini-list-icon:before {
content: "\f10c";
}
.mini-radiobuttonlist-item-selected .mini-list-icon:before {
content: "\f192";
}
.mini-radiobuttonlist-item {
margin-right: 15px;
margin-top: 2px;
margin-bottom: 2px;
}
/* panel */
.mini-panel-border {
border: 1px solid #e8e8e8;
}
.mini-panel-viewport {
background: #fff;
}
.mini-panel-header {
background: #deedf7;
color: #222;
border-bottom: solid 1px #e8e8e8;
font-weight: 500;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.mini-panel .mini-panel-icon {
color: #5da2d7;
font-size: 15px;
}
.mini-panel-toolbar {
border-bottom: solid 1px #aed0ea;
}
.mini-panel-footer {
border-top: solid 1px #aed0ea;
}
.mini-panel-header-inner {
/*padding: 10px 4px 10px 8px;*/
}
.mini-panel .mini-tools {
/*right: 10px;*/
}
.mini-tools .mini-tools-collapse {
background: none;
width: 13px;
color: #5da2d7;
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(0);
transform: rotate(0);
font: normal normal normal 17px/16px FontAwesome;
}
.mini-panel-collapse .mini-tools-collapse {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-tools .mini-tools-collapse:before {
content: "\f106";
}
.mini-panel-body {
/*padding:0; */
}
/* toolbar */
.mini-toolbar {
border: solid 1px #e8e8e8;
padding: 3px;
background: #fff;
}
/* grid */
.mini-grid-headerCell,
.mini-grid-topRightCell {
background: #fafafa;
border-right: #e8e8e8 1px solid;
border-bottom: #e8e8e8 1px solid;
}
.mini-grid-header-over {
background: #e6f7ff;
}
.mini-grid-cell,
.mini-grid-headerCell,
.mini-grid-filterCell,
.mini-grid-summaryCell {
line-height: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.mini-grid-headerCell-inner {
color: rgba(0,0,0,.85);
font-weight:500;
}
.mini-grid .mini-grid-cell,
.mini-grid .mini-grid-filterCell,
.mini-grid .mini-grid-summaryCell {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.mini-grid-row {
background: none;
color: rgba(0,0,0,0.65);
transition: background 0.3 s,color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
-o-transition: background 0.3s, color 0.3s;
}
.mini-grid-row:last-child .mini-grid-cell {
border-bottom: 1px solid #e6e6e6;
}
body .mini-grid-row-hover {
background: #e6f7ff;
}
html body .mini-grid-row-selected {
background: #dcedf5;
}
html body .mini-grid-row-selected .mini-grid-cell-inner,
html body .mini-grid-row-selected .mini-grid-cell {
/*color: #fff;*/
}
html body .mini-grid .mini-grid-cell-selected {
background: #dcedf5;
padding: 0 3px;
}
.mini-checkcolumn .mini-grid-checkbox,
.mini-grid-row-selected .mini-checkcolumn .mini-grid-checkbox,
.mini-grid-checkbox {
background: none;
width: 16px;
height: 20px;
font: normal normal normal 17px/20px FontAwesome;
}
.mini-grid-cell-selected .mini-grid-checkbox {
width: 18px;
}
.mini-checkcolumn .mini-grid-checkbox:before {
content: "\f096";
color: #2779aa;
}
.mini-grid-row-selected .mini-checkcolumn .mini-grid-checkbox:before,
.mini-grid-headerCell.mini-checkcolumn .mini-grid-checkbox.mini-grid-checkbox-checked:before {
content: "\f046"; /* content: "\f14a"; */
color: #fff;
}
.mini-grid-headerCell.mini-checkcolumn .mini-grid-checkbox.mini-grid-checkbox-checked:before {
color: #2779aa;
}
html body .mini-grid-cell-selected .mini-grid-cell-inner {
/*color: #fff;*/
border: 1px solid #3189b6;
padding: 2px 0;
}
.mini-grid-checkbox-checked,
.mini-grid-checkbox {
font: normal normal normal 17px/20px FontAwesome;
width: 17px;
height: 20px;
}
.mini-grid-checkbox.mini-grid-checkbox-checked:before {
content: "\f046"; /* content: "\f14a"; */
}
html body .mini-grid-cell-selected .mini-grid-checkbox.mini-grid-checkbox-checked:before,
html body .mini-grid-row-selected .mini-grid-checkbox.mini-grid-checkbox-checked:before,
html body .mini-grid-cell-selected .mini-grid-checkbox:before,
html body .mini-grid-row-selected .mini-grid-checkbox:before {
color: #fff;
}
.mini-grid-checkbox:before {
content: "\f096";
color: #2779aa;
}
/*.mini-grid-checkbox-checked,
.mini-grid-checkbox
{
font-family: 'anticon';
font-weight:bold;
}
.mini-grid-checkbox.mini-grid-checkbox-checked:before
{
content: "\E632";
color:#008000;
}
.mini-grid-checkbox:before
{
content: "\E633";
color: #f00;
}*/
.mini-grid-row.mini-grid-row-selected .mini-tree-node-ecicon,
.mini-grid-row-selected .mini-tree-nodeshow .mini-tree-icon {
/*color: #fff;*/
}
/* sort */
.mini-grid-sortIcon {
background: none;
font: normal normal normal 15px/21px FontAwesome;
color: #72a7cf;
text-align: center;
overflow: visible;
}
.mini-grid-asc .mini-grid-sortIcon:before {
content: "\f0d8";
}
.mini-grid-desc .mini-grid-sortIcon:before {
content: "\f0d7";
}
.mini-grid-ecIcon,
.mini-grid-expandRow .mini-grid-ecIcon {
background: none;
font: normal normal normal 15px/21px FontAwesome;
color: #72a7cf;
text-align: center;
text-decoration: none;
}
.mini-grid-row-selected .mini-grid-ecIcon {
color: #fff;
}
.mini-grid-ecIcon:before {
content: "\f196";
}
.mini-grid-expandRow .mini-grid-ecIcon:before {
content: "\f147";
}
.mini-grid-detailCell {
border-right: #aed0ea 1px solid;
border-bottom: #aed0ea 1px solid;
}
/* pager */
.mini-pager {
line-height: 28px;
height: 28px;
padding: 4px 8px 4px 4px;
}
.mini-grid-pager {
border-top: solid 1px #e8e8e8;
background: #fafafa;
}
.mini-pager .mini-pager-first,
.mini-pager .mini-pager-prev,
.mini-pager .mini-pager-next,
.mini-pager .mini-pager-last,
.mini-pager .mini-pager-reload {
background: none;
background-image: none;
font: normal normal normal 20px/16px FontAwesome;
text-align: center;
}
.mini-pager .mini-button {
color: rgba(0,0,0,.65);
}
.mini-pager .mini-button:hover {
color: #1890ff;
}
.mini-pager .mini-pager-reload {
font-size: 15px;
}
.mini-pager-first:before {
content: "\f100";
}
.mini-pager-prev:before {
content: "\f104";
}
.mini-pager-next:before {
content: "\f105";
}
.mini-pager-last:before {
content: "\f101";
}
.mini-pager-reload:before {
content: "\f021";
}
body .mini-pager-size .mini-buttonedit .mini-buttonedit-border {
border-color: #d9d9d9;
}
body .mini-pager-num {
border: 1px solid #aed0ea;
border-radius: 3px;
}
.mini-pager-right {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
/* tree */
.mini-tree-treecell .mini-grid-cell-inner {
padding: 4px 0;
}
.mini-tree-folder,
.mini-tree-expand .mini-tree-folder,
.mini-tree-leaf {
background-image: none;
font: normal normal normal 15px/1 FontAwesome;
}
.mini-tree .mini-tree-icon {
line-height: 21px;
}
.mini-tree-folder:before {
content: "\f07b";
}
.mini-tree-expand .mini-tree-folder:before {
content: "\f07c";
}
.mini-tree-nodeshow {
border-color: transparent !important;
background: transparent !important;
vertical-align: middle;
}
.mini-tree-leaf:before {
content: "\f15b";
}
.mini-tree .mini-grid-row.mini-tree-node-hover {
background: #e4f1fb;
}
.mini-tree .mini-grid-row.mini-grid-row.mini-tree-selectedNode,
.mini-tree .mini-grid-row.mini-tree-selectedNode.mini-tree-node-hover {
background: #e6f7ff !important;
}
.mini-tree .mini-tree-selectedNode .mini-tree-icon,
.mini-tree .mini-tree-selectedNode .mini-tree-nodetext,
.mini-tree .mini-tree-selectedNode .mini-tree-node-ecicon,
.mini-tree .mini-tree-selectedNode .mini-tree-node-ecicon.mini-tree-node-ecicon-first,
.mini-tree .mini-tree-selectedNode .mini-tree-nodetext a {
color: #1890ff;
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon,
.mini-tree-collapse .mini-tree-node-ecicon,
.mini-tree-expand .mini-tree-node-ecicon {
background: none;
font: normal normal normal 15px/29px FontAwesome;
color: #72a7cf;
text-align: center;
text-decoration: none;
vertical-align: middle;
}
.mini-tree-selectedNode .mini-tree-collapse .mini-tree-node-ecicon-first,
.mini-tree-selectedNode .mini-tree-collapse .mini-tree-node-ecicon,
.mini-tree-selectedNode .mini-tree-expand .mini-tree-node-ecicon-first,
.mini-tree-selectedNode .mini-tree-expand .mini-tree-node-ecicon {
/*color: #fff;*/
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first:before,
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon:before,
.mini-tree-collapse .mini-tree-node-ecicon:before {
content: "\f0da";
}
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first:before,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon:before,
.mini-tree-expand .mini-tree-node-ecicon:before {
content: "\f0d7";
}
.mini-tree-nodes-tr .mini-tree-node-ecicon {
position: relative;
vertical-align: middle;
}
.mini-tree-checkbox {
background: none;
font: normal normal normal 17px/16px FontAwesome;
width: 16px;
height: 16px;
color: #2779aa;
}
.mini-tree-checkbox:before {
content: "\f096";
}
.mini-tree-checkbox-checked:before {
content: "\f046";
}
.mini-tree-selectedNode .mini-tree-checkbox {
color: #fff;
}
.mini-tree-treeLine .mini-tree-node-ecicon,
.mini-tree-treeLine .mini-tree-indent {
background: transparent;
vertical-align: middle;
}
body .mini-tree-showArrows .mini-tree-expand .mini-tree-node-ecicon {
background: none;
}
/* tabs */
.mini-tab-text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
padding-left: 3px;
font-weight: normal;
}
.Panel_mainTabStrip {
overflow: hidden;
}
body .mini-tabs-plain .mini-tabs-scrollCt {
background: #fff;
}
.mini-tab {
color: #2b7dbc;
font-weight: bold;
border: 1px solid #e5e5e5;
border-bottom: 0;
/*padding:8px 8px 8px 9px;*/
background: #fff;
}
.mini-button.boldbtn .mini-button-icon-only .mini-button-icon {
font-weight: bold;
}
#tabsButtons .mini-button.boldbtn .mini-button-icon {
width: 18px;
height: 18px;
}
.mini-tabs-bodys {
border:none;
padding: 16px;
}
.mini-tabs-space {
border-color: #e5e5e5; /* */
}
/*.mini-tabs-space {*/
/*border-bottom: 1px solid #aed0ea;*/
/*}*/
.mini-tabs-space2 {
border-color: #e5e5e5; /* */
}
.mini-tabs-scrollCt {
border-color: #e5e5e5; /* */
}
#tabsButtons {
position: relative;
top: 6px;
right: 2px;
opacity: 0.7;
}
#tabsButtons .mini-button {
border: 0;
background: none;
color: #888;
}
#tabsButtons a:hover.mini-button {
border: 0;
background: none;
color: #666;
}
#tabsButtons .mini-button-icon {
width: 16px;
height: 16px;
}
#tabsButtons .mini-button-text {
padding-right: 9px;
}
#tabsButtons .mini-button .mini-button-icon-only {
padding-left: 12px;
}
.mini-tabs-space div {
width: 2px;
}
/*.mini-tabs-position-top .mini-tabs-plain .mini-tabs-header {*/
/*background: #f5f5f5;*/
/*}*/
/*.mini-tabs-position-top .mini-tabs-plain .mini-tabs-header {*/
/*background: #deedf7;*/
/*}*/
body .mini-tabs-plain .mini-tabs-headers {
border: none;
border-bottom: 0;
}
#mainTabs .mini-tabs-plain .mini-tabs-headers {
border: none;
border-bottom: 0;
padding-top:16px;
padding-left:16px;
}
.mini-tab {
color: rgba(0,0,0,0.65);
font-weight: bold;
border: 1px solid #e5e5e5;
border-bottom: 0;
/*padding: 8px 8px 8px 9px;*/
border-radius: 6px 6px 0px 0px;
background: #fafafa;
border-bottom: 1px solid #e5e5e5;
padding:1px 14px;
}
.mini-tabs-space2 {
border-bottom: 1px solid #efe3e5;
}
.mini-tab-hover {
/*border-color: #74b2e2;*/
color: #40a9ff;
/*background: #e4f1fb;*/
/*border-bottom-color: #aed0ea;*/
}
.mini-tab.mini-tab-active {
background: #fff;
cursor: default;
border-color: #efe3e5;
border-bottom: solid 1px #fff;
color: #1890ff;
}
.mini-tab.mini-tab-active.mini-tab-hover {
color: #1890ff;
}
.mini-tab.mini-tab-active .mini-tab-text {
font-weight: 500;
}
.mini-tab-icon {
color: #5da2d7;
}
.mini-tabs-bodys {
background: none;
}
.mini-tab-close {
background: none;
font: normal normal normal 15px/34px FontAwesome;
color: rgba(0,0,0,0.45);
position: relative;
left: 2px;
font-size: 12px;
}
.mini-tab-close-hover,
.mini-tab-close:hover{
color: rgba(0,0,0,0.85);
background: none;
margin-top:0;
}
.mini-tab-close:before {
display: inline-block;
content: "\f00d";
}
.mini-tabs-leftButton, .mini-tabs-rightButton {
background: none;
/*font-family: 'anticon';*/
font: normal normal normal 15px/22px FontAwesome;
border: none;
text-decoration: none;
font-size: 15px;
margin-top: 4px;
color: #5da2d7;
}
.mini-tabs-leftButton:before {
/*content: "\E620";*/
content: "\f053";
}
.mini-tabs-rightButton:before {
/*content: "\E61F";*/
content: "\f054";
}
.mini-tabs-tabmenu {
background: none;
font: normal normal normal 15px/10px FontAwesome;
border: none;
color: #72a7cf;
text-decoration: none;
top: 13px
}
.mini-tabs-tabmenu:before {
content: "\f0d7";
}
/* layout */
.mini-layout .mini-layout-border {
border: none;
}
.mini-layout-region-west .mini-layout-region-header .mini-tools-collapse,
.mini-layout-region-east .mini-layout-region-header .mini-tools-collapse,
.mini-layout-region-north .mini-layout-region-header .mini-tools-collapse,
.mini-layout-region-south .mini-layout-region-header .mini-tools-collapse {
background: none;
}
.mini-layout-region-west .mini-layout-region-header .mini-tools-collapse:before {
content: "\f100";
}
.mini-layout-region-east .mini-layout-region-header .mini-tools-collapse:before {
content: "\f101";
}
.mini-layout-proxy-west .mini-tools-collapse:before {
content: "\f101";
}
.mini-layout-proxy-east .mini-tools-collapse:before {
content: "\f100";
}
.mini-layout-proxy-north .mini-tools-collapse:before,
.mini-layout-proxy-south .mini-tools-collapse:before {
content: "\f107";
}
.mini-layout-region-header {
background: none;
border-bottom:1px solid #efe3e5;
color: rgba(0,0,0,0.5);
}
.mini-layout-region {
border:none;
}
.mini-layout-region.mini-layout-region-west {
background: #fff;
border: none;
border-right:1px solid #efe3e5;
}
.mini-splitter-border {
border: solid 1px #aed0ea;
}
.mini-splitter-pane1 {
border-color: #aed0ea;
border-right: solid 1px #aed0ea;
}
.mini-splitter-pane2 {
border-color: #aed0ea;
border-left: solid 1px #aed0ea;
}
.mini-layout-proxy {
border: solid 1px #aed0ea;
background: rgb(222, 237, 247);
}
/* window */
.mini-window {
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
border-radius: 6px;
}
.mini-window .mini-panel-header {
background: #fafafa;
}
.mini-window .mini-panel-border {
border-radius: 6px;
}
.mini-tools * {
background: none;
font: normal normal normal 13px/1 FontAwesome;
color: rgba(0,0,0,.45);
}
/*
.mini-tools-max,
.mini-tools-close,
.mini-tools-restore
{
background:none;
font: normal normal normal 13px/1 FontAwesome;
color:#72a7cf;
}
.mini-tools-close
{
font: normal normal normal 16px/13px FontAwesome;
}
.mini-tools .mini-tools-collapse
{
font: normal normal normal 16px/13px FontAwesome;
}*/
.mini-tools-max:before {
content: "\f2d0";
}
.mini-tools-close:before {
content: "\f00d";
}
.mini-tools-restore:before {
content: "\f2d2";
}
.mini-window .mini-panel-toolbar {
background: #f2f5f7;
}
.mini-window .mini-panel-footer {
background: #f2f5f7;
}
.mini-window .mini-tools .mini-iconfont {
padding: 0px 3px;
}
/* autolookbar */
.mini-outlookbar {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mini-outlookbar-border {
border: 1px solid #aed0ea;
}
.mini-outlookbar-groupBody {
border:none;
background: #fafafa;
}
.mini-outlookbar .mini-outlookbar-expand .mini-tools-collapse {
background: none;
}
.mini-outlookbar-groupHeader {
background: none;
font-weight:normal;
color: rgba(0,0,0,0.65);
}
.mini-outlookbar-group {
border:none;
}
.mini-outlookbar-collapse .mini-tools-collapse {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-outlookbar-expand .mini-tools-collapse {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(0);
transform: rotate(0);
}
/* messagebox */
.mini-messagebox {
/*width:280px;
height:150px;*/
}
.mini-messagebox .mini-panel-body {
padding: 0;
}
.mini-messagebox-buttons {
border-top: 1px solid #aed0ea;
}
.mini-messagebox-content {
/*height:66px;*/
line-height: 35px;
padding-left: 18px;
}
.mini-messagebox .mini-tools-close {
/*font-family: 'anticon';*/
font: normal normal normal 14px/1 FontAwesome;
width: 15px;
height: 15px;
}
.mini-messagebox .mini-tools-close:before {
/*content: "\E633";*/
content: "\f00d";
}
.mini-messagebox-warning {
background: none;
font: normal normal normal 56px/1 FontAwesome;
color: #f9d701;
width: 58px;
height: 54px;
}
.mini-messagebox-warning:before {
content: "\f071";
}
.mini-messagebox-content-text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #362b36;
}
.mini-messagebox-content td {
font-size: 13px;
}
/* fieldset */
fieldset {
border: solid 1px #aed0ea;
}
|
hsweb-payment-ui/plugins/miniui/themes/worry/skin.css
|
.w-header {
background: #2196f3;
height: 64px;
color: #fff;
-webkit-box-shadow: 0 2px 8px #f0f1f2;
box-shadow: 0 2px 8px #f0f1f2;
}
.w-header .w-logo {
font-size: 20px;
line-height: 64px;
float: left;
font-weight: bold;
padding-left: 16px;
}
.w-header .w-menus {
float: right;
height: 64px;
line-height: 64px;
font-size: 16px;
overflow: hidden;
}
.w-header .w-menus {
float: right;
height: 64px;
line-height: 64px;
font-size: 16px;
overflow: hidden;
}
.w-header .w-menus .link {
float: left;
padding: 0 8px;
}
.w-header .w-menus .link:hover {
background: #6ec6ff;
}
.w-footer {
line-height:29px;
text-align:center;
border-top:1px solid #efe3e5;
}
.w-footer a{
color: #2196f3;
}
/*@import url("anticon.css");*/
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
padding: 0;
background-attachment: fixed;
-webkit-font-smoothing: subpixel-antialiased;
color: #362b36;
}
/* modal 遮罩 */
.mini-modal {
opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);
background: #f2f5f7;
}
.app-header {
background: #d4e4ef;
border-color: #aed0ea;
}
.mini-layout-split-nodrag {
/*background: #d4e4ef;*/
background: #f2f5f7;
}
.mini-layout-spliticon {
background: none;
}
.mini-layout-split.mini-layout-split-west {
width: 3px !important;
}
/* button */
.mini-button {
background: #1890ff;
border-color: #1890ff;
color: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-radius: 6px;
webkit-transition: background-color .3s, border-color .3s, color .3s;
transition: background-color .3s, border-color .3s, color .3s;
}
body .mini-button-plain {
background: #fff;
border:1px solid #d9d9d9;;
color: rgba(0,0,0,.65);
padding:0;
}
.mini-button-text {
font-size: 13px;
display: inline-block;
}
body a:hover.mini-button {
background: #40a9ff;
border-color: #40a9ff;
}
body a:hover.mini-button-plain {
color: #40a9ff;
background: #fff;
border-color: #40a9ff;
}
body .mini-button-pressed, body a:hover.mini-button-pressed,
body a.mini-button-popup, body a:hover.mini-button-popup {
background: #e4f1fb;
border-color: #74b2e2;
color: #2779aa;
}
body .mini-button-checked, body a:hover.mini-button-checked {
border-color: #2694e8;
background: #3baae3;
color: #fff;
}
body a.mini-button-disabled, body a:hover.mini-button-disabled {
border-color: #aed0ea;
background: #d7ebf9;
opacity: 0.5;
filter: alpha(opacity=50);
}
body a.mini-button-disabled .mini-button-text,
body a:hover.mini-button-disabled .mini-button-text,
body a.mini-button-disabled .mini-button-icon,
body a:hover.mini-button-disabled .mini-button-icon {
cursor: not-allowed;
}
.mini-button-icon {
font-size: 14px;
}
.mini-button .mini-button-icon-only .mini-button-icon {
left: 6px;
}
.mini-button-iconBottom .mini-button-icon-text {
padding-left: 8px;
padding-bottom: 22px;
}
.mini-button-iconBottom .mini-button-icon {
left: 50%;
margin-left: -9px;
bottom: 2px;
margin-top: auto;
}
.mini-button.link {
border-color: transparent;
background: transparent;
color: #362b36;
}
body a:hover.mini-button.link {
border-color: transparent;
background: transparent;
color: #362b36;
}
.mini-button.link .mini-button-text {
text-decoration: underline;
}
body a.mini-button-disabled.link .mini-button-text,
body a:hover.mini-button-disabled.link .mini-button-text {
text-decoration: none;
}
/* menubutton */
.mini-button-menu {
background: none;
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(0);
transform: rotate(0);
}
.mini-button-popup .mini-button-menu {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-button-menu:before {
content: "\f0d7";
}
.mini-button-allow {
font: normal normal normal 14px/1 FontAwesome;
margin-left: -6px;
margin-right: 6px;
position: relative;
top: 2px;
}
.mini-menu {
background: #f2f5f7;
color: #362b36;
font-size: 9pt;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-radius: 6px;
}
.mini-menu-border {
border: 1px solid #aed0ea;
border-radius: 6px;
}
.mini-shadow {
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
.mini-menuitem {
line-height: 24px;
border-radius: 6px;
}
.mini-menuitem-hover,
.mini-menu-popup {
/*padding: 1px;
border: solid 1px #74b2e2;*/
border-color: #74b2e2;
background: #e4f1fb;
/*border-width:0; */
}
.mini-menuitem-hover .mini-menuitem-text,
.mini-menu-popup .mini-menuitem-text {
color: #0070a3;
}
.mini-menuitem-allow {
left: auto;
right: 3px;
top: 6px;
background: none;
font: normal normal normal 15px/10px FontAwesome;
color: #72a7cf;
text-align: center;
}
.mini-menuitem-allow:before {
content: "\f0d7";
}
.mini-menu.mini-menu-open .mini-menuitem-allow:before {
content: "\f0da";
}
.mini-menuitem-hover .mini-menuitem-allow,
.mini-menu-popup .mini-menuitem-allow {
color: #2694e8;
}
.mini-separator {
margin-left: 0;
border-top: solid 1px #362b36;
opacity: .3;
filter: alpha(opacity=30);
}
.mini-menu-horizontal .mini-menuitem-allow {
background: none;
}
/* combobox */
.mini-listbox-items {
background: #fff;
}
.mini-listbox-item-hover {
background: #e4f1fb;
}
.mini-listbox-item-selected {
background: #3baae3;
color: #fff;
}
/* listbox */
.mini-listbox-border {
border: solid 1px #aed0ea;
border-radius: 6px;
}
/* textbox */
.mini-textbox {
width: 150px;
height: 26px;
}
.mini-textbox-border {
background: #fff;
border: solid 1px #d9d9d9;
height: 24px;
padding-left: 4px;
padding-right: 4px;
border-radius: 6px;
}
.mini-textbox-input {
height: 24px;
line-height: 22px;
font-family: Verdana;
font-size: 9pt;
color: #362b36;
}
.mini-textbox-focus .mini-textbox-border,
.mini-required.mini-textbox-focus .mini-textbox-border {
border-color: #40a9ff;
background: #fff;
}
.mini-textbox-focus .mini-textbox-input {
color: #0070a3;
}
.mini-required .mini-textbox-border,
.mini-required .mini-buttonedit-border {
background: #f6f9fb;
}
.mini-error .mini-textbox-border {
border-color: #ffa8a8;
background-color: #fff8f8;
color: #362b36;
}
.mini-error .mini-textbox-input {
color: #362b36;
}
/*textboxlist */
.mini-textboxlist-border {
background: #f2f5f7;
border: solid 1px #aed0ea;
border-radius: 3px;
}
.mini-required .mini-textboxlist-border {
background: #fff;
}
.mini-textboxlist-focus .mini-textboxlist-border {
border-color: #74b2e2;
background: #e4f1fb;
}
/* buttonedit */
.mini-buttonedit {
width: 150px;
height: 26px;
}
.mini-buttonedit-border {
background: #fff;
border: solid 1px #d9d9d9;
height: 24px;
border-radius: 6px;
}
.mini-buttonedit-input {
height: 24px;
line-height: 22px;
font-family: Verdana;
font-size: 9pt;
color: #362b36;
}
.mini-buttonedit-focus .mini-buttonedit-border {
border-color: #74b2e2;
background: #fff;
}
.mini-buttonedit-focus .mini-buttonedit-input {
color: #0070a3;
}
.mini-error .mini-buttonedit-border {
border-color: #ffa8a8;
background-color: #fff8f8;
color: #362b36;
}
.mini-error .mini-buttonedit-input {
color: #362b36;
}
.mini-buttonedit-button-hover,
.mini-buttonedit-hover .mini-buttonedit-trigger {
border: 1px solid transparent;
padding: 0;
background: none;
}
.mini-popupedit .mini-buttonedit-trigger .mini-buttonedit-icon {
background: none;
font: normal normal normal 14px/16px FontAwesome;
color: #72a7cf;
}
.mini-popupedit .mini-buttonedit-trigger .mini-buttonedit-icon:before {
content: "\f0d7";
}
.mini-listbox td {
line-height: 20px;
}
.mini-htmlfile .mini-buttonedit-button {
line-height: 18px;
}
.mini-buttonedit-button {
height: 20px;
}
/* spinner */
.mini-buttonedit-up span,
.mini-buttonedit-down span {
background: none;
font: normal normal normal 14px/10px FontAwesome;
color: #72a7cf;
}
.mini-buttonedit-focus .mini-buttonedit-up span,
.mini-buttonedit-focus .mini-buttonedit-down span {
color: #2694e8;
}
.mini-buttonedit-up span:before {
content: "\f0d8";
}
.mini-buttonedit-down span:before {
content: "\f0d7";
}
.mini-buttonedit-button-pressed,
.mini-buttonedit-popup .mini-buttonedit-trigger {
border: 1px solid transparent;
padding: 0;
background: none;
}
/* calendar */
.mini-datepicker .mini-buttonedit-trigger .mini-buttonedit-icon:before {
content: "\f073";
}
.mini-popup {
border-color: #aed0ea;
border-radius: 6px;
}
.mini-calendar {
background: #f2f5f7;
border: 1px solid #aed0ea;
border-radius: 6px;
}
body .mini-calendar td {
/*line-height: 19px;*/
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*font-size: 13px;*/
}
.mini-calendar-date {
border: solid 1px #f2f5f7;
}
.mini-calendar-header {
/*height: 29px;*/
text-align: center;
background: #deedf7;
border-bottom: solid 1px #aed0ea;
border-radius: 6px 6px 0 0;
}
.mini-calendar-footer {
/*padding: 2px 4px;
padding-bottom:3px;*/
background: #deedf7;
border-top: solid 1px #aed0ea;
text-align: center;
border-radius: 0 0 6px 6px;
}
.mini-calendar-title {
line-height: 29px;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px
}
.mini-calendar .mini-calendar-today {
border-color: #f9dd34;
background: #fffadd;
color: #363636;
}
.mini-calendar-days td {
/*padding:1px; */
}
.mini-calendar-yearPrev,
.mini-calendar-yearNext,
.mini-calendar-monthPrev,
.mini-calendar-monthNext {
background: none;
font: normal normal normal 18px/1 FontAwesome;
color: #72a7cf;
text-align: center;
height: 20px;
}
.mini-calendar-yearPrev:before {
content: "\f100";
}
.mini-calendar-yearNext:before {
content: "\f101";
}
.mini-calendar-monthPrev:before {
content: "\f104";
}
.mini-calendar-monthNext:before {
content: "\f105";
}
.mini-calendar-daysheader td {
padding: 2px 7px;
border-bottom: solid 1px #f2f5f7;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #362b36;
}
.mini-calendar-date:hover {
border-color: #74b2e2;
background: #e4f1fb;
color: #0070a3;
}
.mini-calendar .mini-calendar-selected {
color: #fff;
background: #3baae3;
border: solid 1px #2694e8;
}
.mini-calendar-tadayButton,
.mini-calendar-clearButton,
.mini-calendar-okButton,
.mini-calendar-cancelButton {
background: #d7ebf9;
border-color: #aed0ea;
color: #2779aa;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
border-radius: 6px;
webkit-transition: background-color .3s, border-color .3s, color .3s;
transition: background-color .3s, border-color .3s, color .3s;
/*padding:2px;
width:42px;*/
}
.mini-calendar-okButton,
.mini-calendar-cancelButton {
/* padding:5px 0;
line-height: 15px; */
}
.mini-calendar-tadayButton:hover,
.mini-calendar-clearButton:hover,
.mini-calendar-okButton:hover,
.mini-calendar-cancelButton:hover {
background: #e4f1fb;
border-color: #74b2e2;
}
.mini-calendar-menu {
background: #f2f5f7;
}
.mini-calendar-menu-month,
.mini-calendar-menu-year {
border-color: #f2f5f7;
}
.mini-calendar-menu-month {
/*width: 50px; */
}
.mini-calendar-menu-year {
/*width: 32px; */
}
a:hover.mini-calendar-menu-month,
a:hover.mini-calendar-menu-year {
border-color: #74b2e2;
background: #e4f1fb;
color: #0070a3;
}
.mini-calendar-menu-selected, a:hover.mini-calendar-menu-selected {
color: #fff;
background: #3baae3;
border: solid 1px #2694e8;
}
.mini-calendar .mini-calendar-weekend {
color: #362b36;
}
.mini-calendar .mini-calendar-weekend.mini-calendar-selected {
color: #fff;
}
/* progerssbar */
.mini-progressbar {
height: 18px;
width: 300px;
}
.mini-progressbar-border {
height: 16px;
border: 1px solid #74b2e2;
border-radius: 6px;
background: #f2f5f7;
}
.mini-progressbar-bar {
background: #d7ebf9;
border-radius: 6px;
}
.mini-progressbar-text {
line-height: 16px;
color: #2779aa;
}
/* checkbox */
.mini-list-icon {
font: normal normal normal 17px/16px FontAwesome;
background: none;
width: 16px;
height: 16px;
color: #72a7cf;
outline: none;
}
.mini-list-icon:before {
content: "\f096";
}
.mini-checkboxlist-item-selected .mini-list-icon:before {
content: "\f046";
}
.mini-checkboxlist-item {
margin-right: 15px;
margin-top: 2px;
margin-bottom: 2px;
}
.mini-checkbox-check,
.mini-checkbox-icon {
font: normal normal normal 17px/16px FontAwesome;
background: none;
width: 16px;
height: 16px;
color: #72a7cf;
outline: none;
}
.mini-checkbox-check:before,
.mini-checkbox-icon:before {
content: "\f096";
}
.mini-checkbox-checked .mini-checkbox-icon:before {
content: "\f046";
}
/* radio */
.mini-radiobuttonlist-item .mini-list-icon {
background: none;
}
.mini-radiobuttonlist-item .mini-list-icon:before {
content: "\f10c";
}
.mini-radiobuttonlist-item-selected .mini-list-icon:before {
content: "\f192";
}
.mini-radiobuttonlist-item {
margin-right: 15px;
margin-top: 2px;
margin-bottom: 2px;
}
/* panel */
.mini-panel-border {
border: 1px solid #e8e8e8;
}
.mini-panel-viewport {
background: #fff;
}
.mini-panel-header {
background: #deedf7;
color: #222;
border-bottom: solid 1px #e8e8e8;
font-weight: 500;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.mini-panel .mini-panel-icon {
color: #5da2d7;
font-size: 15px;
}
.mini-panel-toolbar {
border-bottom: solid 1px #aed0ea;
}
.mini-panel-footer {
border-top: solid 1px #aed0ea;
}
.mini-panel-header-inner {
/*padding: 10px 4px 10px 8px;*/
}
.mini-panel .mini-tools {
/*right: 10px;*/
}
.mini-tools .mini-tools-collapse {
background: none;
width: 13px;
color: #5da2d7;
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(0);
transform: rotate(0);
font: normal normal normal 17px/16px FontAwesome;
}
.mini-panel-collapse .mini-tools-collapse {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-tools .mini-tools-collapse:before {
content: "\f106";
}
.mini-panel-body {
/*padding:0; */
}
/* toolbar */
.mini-toolbar {
border: solid 1px #e8e8e8;
padding: 3px;
background: #fff;
}
/* grid */
.mini-grid-headerCell,
.mini-grid-topRightCell {
background: #fafafa;
border-right: #e8e8e8 1px solid;
border-bottom: #e8e8e8 1px solid;
}
.mini-grid-header-over {
background: #e6f7ff;
}
.mini-grid-cell,
.mini-grid-headerCell,
.mini-grid-filterCell,
.mini-grid-summaryCell {
line-height: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.mini-grid-headerCell-inner {
color: rgba(0,0,0,.85);
font-weight:500;
}
.mini-grid .mini-grid-cell,
.mini-grid .mini-grid-filterCell,
.mini-grid .mini-grid-summaryCell {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.mini-grid-row {
background: none;
color: rgba(0,0,0,0.65);
transition: background 0.3 s,color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
-o-transition: background 0.3s, color 0.3s;
}
.mini-grid-row:last-child .mini-grid-cell {
border-bottom: 1px solid #e6e6e6;
}
body .mini-grid-row-hover {
background: #e6f7ff;
}
html body .mini-grid-row-selected {
background: #dcedf5;
}
html body .mini-grid-row-selected .mini-grid-cell-inner,
html body .mini-grid-row-selected .mini-grid-cell {
/*color: #fff;*/
}
html body .mini-grid .mini-grid-cell-selected {
background: #dcedf5;
padding: 0 3px;
}
.mini-checkcolumn .mini-grid-checkbox,
.mini-grid-row-selected .mini-checkcolumn .mini-grid-checkbox,
.mini-grid-checkbox {
background: none;
width: 16px;
height: 20px;
font: normal normal normal 17px/20px FontAwesome;
}
.mini-grid-cell-selected .mini-grid-checkbox {
width: 18px;
}
.mini-checkcolumn .mini-grid-checkbox:before {
content: "\f096";
color: #2779aa;
}
.mini-grid-row-selected .mini-checkcolumn .mini-grid-checkbox:before,
.mini-grid-headerCell.mini-checkcolumn .mini-grid-checkbox.mini-grid-checkbox-checked:before {
content: "\f046"; /* content: "\f14a"; */
color: #fff;
}
.mini-grid-headerCell.mini-checkcolumn .mini-grid-checkbox.mini-grid-checkbox-checked:before {
color: #2779aa;
}
html body .mini-grid-cell-selected .mini-grid-cell-inner {
/*color: #fff;*/
border: 1px solid #3189b6;
padding: 2px 0;
}
.mini-grid-checkbox-checked,
.mini-grid-checkbox {
font: normal normal normal 17px/20px FontAwesome;
width: 17px;
height: 20px;
}
.mini-grid-checkbox.mini-grid-checkbox-checked:before {
content: "\f046"; /* content: "\f14a"; */
}
html body .mini-grid-cell-selected .mini-grid-checkbox.mini-grid-checkbox-checked:before,
html body .mini-grid-row-selected .mini-grid-checkbox.mini-grid-checkbox-checked:before,
html body .mini-grid-cell-selected .mini-grid-checkbox:before,
html body .mini-grid-row-selected .mini-grid-checkbox:before {
color: #fff;
}
.mini-grid-checkbox:before {
content: "\f096";
color: #2779aa;
}
/*.mini-grid-checkbox-checked,
.mini-grid-checkbox
{
font-family: 'anticon';
font-weight:bold;
}
.mini-grid-checkbox.mini-grid-checkbox-checked:before
{
content: "\E632";
color:#008000;
}
.mini-grid-checkbox:before
{
content: "\E633";
color: #f00;
}*/
.mini-grid-row.mini-grid-row-selected .mini-tree-node-ecicon,
.mini-grid-row-selected .mini-tree-nodeshow .mini-tree-icon {
/*color: #fff;*/
}
/* sort */
.mini-grid-sortIcon {
background: none;
font: normal normal normal 15px/21px FontAwesome;
color: #72a7cf;
text-align: center;
overflow: visible;
}
.mini-grid-asc .mini-grid-sortIcon:before {
content: "\f0d8";
}
.mini-grid-desc .mini-grid-sortIcon:before {
content: "\f0d7";
}
.mini-grid-ecIcon,
.mini-grid-expandRow .mini-grid-ecIcon {
background: none;
font: normal normal normal 15px/21px FontAwesome;
color: #72a7cf;
text-align: center;
text-decoration: none;
}
.mini-grid-row-selected .mini-grid-ecIcon {
color: #fff;
}
.mini-grid-ecIcon:before {
content: "\f196";
}
.mini-grid-expandRow .mini-grid-ecIcon:before {
content: "\f147";
}
.mini-grid-detailCell {
border-right: #aed0ea 1px solid;
border-bottom: #aed0ea 1px solid;
}
/* pager */
.mini-pager {
line-height: 28px;
height: 28px;
padding: 4px 8px 4px 4px;
}
.mini-grid-pager {
border-top: solid 1px #e8e8e8;
background: #fafafa;
}
.mini-pager .mini-pager-first,
.mini-pager .mini-pager-prev,
.mini-pager .mini-pager-next,
.mini-pager .mini-pager-last,
.mini-pager .mini-pager-reload {
background: none;
background-image: none;
font: normal normal normal 20px/16px FontAwesome;
text-align: center;
}
.mini-pager .mini-button {
color: rgba(0,0,0,.65);
}
.mini-pager .mini-button:hover {
color: #1890ff;
}
.mini-pager .mini-pager-reload {
font-size: 15px;
}
.mini-pager-first:before {
content: "\f100";
}
.mini-pager-prev:before {
content: "\f104";
}
.mini-pager-next:before {
content: "\f105";
}
.mini-pager-last:before {
content: "\f101";
}
.mini-pager-reload:before {
content: "\f021";
}
body .mini-pager-size .mini-buttonedit .mini-buttonedit-border {
border-color: #d9d9d9;
}
body .mini-pager-num {
border: 1px solid #aed0ea;
border-radius: 3px;
}
.mini-pager-right {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
/* tree */
.mini-tree-treecell .mini-grid-cell-inner {
padding: 4px 0;
}
.mini-tree-folder,
.mini-tree-expand .mini-tree-folder,
.mini-tree-leaf {
background-image: none;
font: normal normal normal 15px/1 FontAwesome;
}
.mini-tree .mini-tree-icon {
line-height: 21px;
}
.mini-tree-folder:before {
content: "\f07b";
}
.mini-tree-expand .mini-tree-folder:before {
content: "\f07c";
}
.mini-tree-nodeshow {
border-color: transparent !important;
background: transparent !important;
vertical-align: middle;
}
.mini-tree-leaf:before {
content: "\f15b";
}
.mini-tree .mini-grid-row.mini-tree-node-hover {
background: #e4f1fb;
}
.mini-tree .mini-grid-row.mini-grid-row.mini-tree-selectedNode,
.mini-tree .mini-grid-row.mini-tree-selectedNode.mini-tree-node-hover {
background: #e6f7ff !important;
}
.mini-tree .mini-tree-selectedNode .mini-tree-icon,
.mini-tree .mini-tree-selectedNode .mini-tree-nodetext,
.mini-tree .mini-tree-selectedNode .mini-tree-node-ecicon,
.mini-tree .mini-tree-selectedNode .mini-tree-node-ecicon.mini-tree-node-ecicon-first,
.mini-tree .mini-tree-selectedNode .mini-tree-nodetext a {
color: #1890ff;
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon,
.mini-tree-collapse .mini-tree-node-ecicon,
.mini-tree-expand .mini-tree-node-ecicon {
background: none;
font: normal normal normal 15px/29px FontAwesome;
color: #72a7cf;
text-align: center;
text-decoration: none;
vertical-align: middle;
}
.mini-tree-selectedNode .mini-tree-collapse .mini-tree-node-ecicon-first,
.mini-tree-selectedNode .mini-tree-collapse .mini-tree-node-ecicon,
.mini-tree-selectedNode .mini-tree-expand .mini-tree-node-ecicon-first,
.mini-tree-selectedNode .mini-tree-expand .mini-tree-node-ecicon {
/*color: #fff;*/
}
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon-first:before,
.mini-tree-treeLine .mini-tree-collapse .mini-tree-node-ecicon:before,
.mini-tree-collapse .mini-tree-node-ecicon:before {
content: "\f0da";
}
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon-first:before,
.mini-tree-treeLine .mini-tree-expand .mini-tree-node-ecicon:before,
.mini-tree-expand .mini-tree-node-ecicon:before {
content: "\f0d7";
}
.mini-tree-nodes-tr .mini-tree-node-ecicon {
position: relative;
vertical-align: middle;
}
.mini-tree-checkbox {
background: none;
font: normal normal normal 17px/16px FontAwesome;
width: 16px;
height: 16px;
color: #2779aa;
}
.mini-tree-checkbox:before {
content: "\f096";
}
.mini-tree-checkbox-checked:before {
content: "\f046";
}
.mini-tree-selectedNode .mini-tree-checkbox {
color: #fff;
}
.mini-tree-treeLine .mini-tree-node-ecicon,
.mini-tree-treeLine .mini-tree-indent {
background: transparent;
vertical-align: middle;
}
body .mini-tree-showArrows .mini-tree-expand .mini-tree-node-ecicon {
background: none;
}
/* tabs */
.mini-tab-text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
padding-left: 3px;
font-weight: normal;
}
.Panel_mainTabStrip {
overflow: hidden;
}
body .mini-tabs-plain .mini-tabs-scrollCt {
background: #fff;
}
.mini-tab {
color: #2b7dbc;
font-weight: bold;
border: 1px solid #e5e5e5;
border-bottom: 0;
/*padding:8px 8px 8px 9px;*/
background: #fff;
}
.mini-button.boldbtn .mini-button-icon-only .mini-button-icon {
font-weight: bold;
}
#tabsButtons .mini-button.boldbtn .mini-button-icon {
width: 18px;
height: 18px;
}
.mini-tabs-bodys {
border:none;
padding: 16px;
}
.mini-tabs-space {
border-color: #e5e5e5; /* */
}
/*.mini-tabs-space {*/
/*border-bottom: 1px solid #aed0ea;*/
/*}*/
.mini-tabs-space2 {
border-color: #e5e5e5; /* */
}
.mini-tabs-scrollCt {
border-color: #e5e5e5; /* */
}
#tabsButtons {
position: relative;
top: 6px;
right: 2px;
opacity: 0.7;
}
#tabsButtons .mini-button {
border: 0;
background: none;
color: #888;
}
#tabsButtons a:hover.mini-button {
border: 0;
background: none;
color: #666;
}
#tabsButtons .mini-button-icon {
width: 16px;
height: 16px;
}
#tabsButtons .mini-button-text {
padding-right: 9px;
}
#tabsButtons .mini-button .mini-button-icon-only {
padding-left: 12px;
}
.mini-tabs-space div {
width: 2px;
}
/*.mini-tabs-position-top .mini-tabs-plain .mini-tabs-header {*/
/*background: #f5f5f5;*/
/*}*/
/*.mini-tabs-position-top .mini-tabs-plain .mini-tabs-header {*/
/*background: #deedf7;*/
/*}*/
body .mini-tabs-plain .mini-tabs-headers {
border: none;
border-bottom: 0;
}
#mainTabs .mini-tabs-plain .mini-tabs-headers {
border: none;
border-bottom: 0;
padding-top:16px;
padding-left:16px;
}
.mini-tab {
color: rgba(0,0,0,0.65);
font-weight: bold;
border: 1px solid #e5e5e5;
border-bottom: 0;
/*padding: 8px 8px 8px 9px;*/
border-radius: 6px 6px 0px 0px;
background: #fafafa;
border-bottom: 1px solid #e5e5e5;
padding:1px 14px;
}
.mini-tabs-space2 {
border-bottom: 1px solid #efe3e5;
}
.mini-tab-hover {
/*border-color: #74b2e2;*/
color: #40a9ff;
/*background: #e4f1fb;*/
/*border-bottom-color: #aed0ea;*/
}
.mini-tab.mini-tab-active {
background: #fff;
cursor: default;
border-color: #efe3e5;
border-bottom: solid 1px #fff;
color: #1890ff;
}
.mini-tab.mini-tab-active.mini-tab-hover {
color: #1890ff;
}
.mini-tab.mini-tab-active .mini-tab-text {
font-weight: 500;
}
.mini-tab-icon {
color: #5da2d7;
}
.mini-tabs-bodys {
background: none;
}
.mini-tab-close {
background: none;
font: normal normal normal 15px/34px FontAwesome;
color: rgba(0,0,0,0.45);
position: relative;
left: 2px;
font-size: 12px;
}
.mini-tab-close-hover,
.mini-tab-close:hover{
color: rgba(0,0,0,0.85);
background: none;
margin-top:0;
}
.mini-tab-close:before {
display: inline-block;
content: "\f00d";
}
.mini-tabs-leftButton, .mini-tabs-rightButton {
background: none;
/*font-family: 'anticon';*/
font: normal normal normal 15px/22px FontAwesome;
border: none;
text-decoration: none;
font-size: 15px;
margin-top: 4px;
color: #5da2d7;
}
.mini-tabs-leftButton:before {
/*content: "\E620";*/
content: "\f053";
}
.mini-tabs-rightButton:before {
/*content: "\E61F";*/
content: "\f054";
}
.mini-tabs-tabmenu {
background: none;
font: normal normal normal 15px/10px FontAwesome;
border: none;
color: #72a7cf;
text-decoration: none;
top: 13px
}
.mini-tabs-tabmenu:before {
content: "\f0d7";
}
/* layout */
.mini-layout .mini-layout-border {
border: none;
}
.mini-layout-region-west .mini-layout-region-header .mini-tools-collapse,
.mini-layout-region-east .mini-layout-region-header .mini-tools-collapse,
.mini-layout-region-north .mini-layout-region-header .mini-tools-collapse,
.mini-layout-region-south .mini-layout-region-header .mini-tools-collapse {
background: none;
}
.mini-layout-region-west .mini-layout-region-header .mini-tools-collapse:before {
content: "\f100";
}
.mini-layout-region-east .mini-layout-region-header .mini-tools-collapse:before {
content: "\f101";
}
.mini-layout-proxy-west .mini-tools-collapse:before {
content: "\f101";
}
.mini-layout-proxy-east .mini-tools-collapse:before {
content: "\f100";
}
.mini-layout-proxy-north .mini-tools-collapse:before,
.mini-layout-proxy-south .mini-tools-collapse:before {
content: "\f107";
}
.mini-layout-region-header {
background: none;
border-bottom:1px solid #efe3e5;
color: rgba(0,0,0,0.5);
}
.mini-layout-region {
border:none;
}
.mini-layout-region.mini-layout-region-west {
background: #fff;
border: none;
border-right:1px solid #efe3e5;
}
.mini-splitter-border {
border: solid 1px #aed0ea;
}
.mini-splitter-pane1 {
border-color: #aed0ea;
border-right: solid 1px #aed0ea;
}
.mini-splitter-pane2 {
border-color: #aed0ea;
border-left: solid 1px #aed0ea;
}
.mini-layout-proxy {
border: solid 1px #aed0ea;
background: rgb(222, 237, 247);
}
/* window */
.mini-window {
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
border-radius: 6px;
}
.mini-window .mini-panel-header {
background: #fafafa;
}
.mini-window .mini-panel-border {
border-radius: 6px;
}
.mini-tools * {
background: none;
font: normal normal normal 13px/1 FontAwesome;
color: rgba(0,0,0,.45);
}
/*
.mini-tools-max,
.mini-tools-close,
.mini-tools-restore
{
background:none;
font: normal normal normal 13px/1 FontAwesome;
color:#72a7cf;
}
.mini-tools-close
{
font: normal normal normal 16px/13px FontAwesome;
}
.mini-tools .mini-tools-collapse
{
font: normal normal normal 16px/13px FontAwesome;
}*/
.mini-tools-max:before {
content: "\f2d0";
}
.mini-tools-close:before {
content: "\f00d";
}
.mini-tools-restore:before {
content: "\f2d2";
}
.mini-window .mini-panel-toolbar {
background: #f2f5f7;
}
.mini-window .mini-panel-footer {
background: #f2f5f7;
}
.mini-window .mini-tools .mini-iconfont {
padding: 0px 3px;
}
/* autolookbar */
.mini-outlookbar {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mini-outlookbar-border {
border: 1px solid #aed0ea;
}
.mini-outlookbar-groupBody {
border:none;
background: #fafafa;
}
.mini-outlookbar .mini-outlookbar-expand .mini-tools-collapse {
background: none;
}
.mini-outlookbar-groupHeader {
background: none;
font-weight:normal;
color: rgba(0,0,0,0.65);
}
.mini-outlookbar-group {
border:none;
}
.mini-outlookbar-collapse .mini-tools-collapse {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-outlookbar-expand .mini-tools-collapse {
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-transform: rotate(0);
transform: rotate(0);
}
/* messagebox */
.mini-messagebox {
/*width:280px;
height:150px;*/
}
.mini-messagebox .mini-panel-body {
padding: 0;
}
.mini-messagebox-buttons {
border-top: 1px solid #aed0ea;
}
.mini-messagebox-content {
/*height:66px;*/
line-height: 35px;
padding-left: 18px;
}
.mini-messagebox .mini-tools-close {
/*font-family: 'anticon';*/
font: normal normal normal 14px/1 FontAwesome;
width: 15px;
height: 15px;
}
.mini-messagebox .mini-tools-close:before {
/*content: "\E633";*/
content: "\f00d";
}
.mini-messagebox-warning {
background: none;
font: normal normal normal 56px/1 FontAwesome;
color: #f9d701;
width: 58px;
height: 54px;
}
.mini-messagebox-warning:before {
content: "\f071";
}
.mini-messagebox-content-text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #362b36;
}
.mini-messagebox-content td {
font-size: 13px;
}
/* fieldset */
fieldset {
border: solid 1px #aed0ea;
}
| 0.268078 | 0.093554 |
.gv-control-panel-plugin table.gv {
position: relative;
margin-bottom: 30px;
border-collapse: separate;
}
.gv-control-panel-plugin table.gv td {
padding: 0;
color: white;
vertical-align: top;
}
.gv-control-panel-plugin .gv-panel {
height: 100%;
background-color: #5F8CB0;
border: 1px solid #1C5380;
box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 1px 3px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}
.gv-control-panel-plugin .gv-panel div {
white-space: nowrap;
}
.gv-control-panel-plugin .gv-panel button {
background: none;
border: none;
border-bottom: 1px solid #1C5380;
color: #E2E9EF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
width: 30px;
height: 50px;
font-size: 18px;
line-height: 20px;
padding: 2px;
margin: 0;
}
.gv-control-panel-plugin .gv-panel button:only-child {
width: 100%;
}
.gv-control-panel-plugin .gv-panel div.gv-button-set > button:not(:first-child) {
border-left: 1px solid #1C5380;
}
.gv-control-panel-plugin .gv-panel button.gv-button-large {
font-size: 25px;
}
.gv-control-panel-plugin .gv-panel div.gv-button-set:not(:first-child) > button {
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.12) inset;
}
.gv-control-panel-plugin .gv-panel div.gv-button-set:last-child {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}
.gv-control-panel-plugin .gv-panel button:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #FFFFFF;
cursor: pointer;
}
.gv-control-panel-plugin .gv-panel button:active,
.gv-control-panel-plugin .gv-panel button.gv-active {
border-top: none;
background-color: rgba(6, 54, 95, 0.35);
box-shadow: 0 0 1px rgba(6, 54, 95, 0.8) inset !important;
}
.gv-control-panel-plugin .gv-panel-right {
background-image: -webkit-linear-gradient(left, #5F8CB0, #4A7496);
background-image: -moz-linear-gradient(left center, #5F8CB0, #4A7496);
border-radius: 0 5px 5px 0;
border-left: 0;
}
.gv-control-panel-plugin .gv-panel-right button.gv-wheel-zoom {
font-weight: bold;
}
.gv-control-panel-plugin .gv-panel-right button.gv-drag-select i {
border: 1px dashed #FFF;
padding: 0 5px;
box-shadow: 0px 0px 1px #FFF inset, 0px 1px 3px rgba(0, 0, 0, 0.1), 2px 2px rgba(0, 0, 0, 0.2);
}
.gv-control-panel-plugin .gv-panel-left {
background-image: -webkit-linear-gradient(right, #5F8CB0, #4A7496);
background-image: -moz-linear-gradient(right center, #5F8CB0, #4A7496);
border-radius: 5px 0 0 5px;
border-right: 0;
}
.gv-control-panel-plugin .gv-panel-left .gv-label-container {
border: 0;
box-shadow: none;
background: none;
}
.gv-control-panel-plugin td.gv-canvas-container {
border: 1px solid #000;
}
.gv-control-panel-plugin .gv-karyotype-container {
border-width: 0 0 1px!important;
}
.gv-control-panel-plugin .gv-canvas-container .gv-wrapper {
border: 0;
}
.gv-control-panel-plugin .gv-tracks-menu {
left: 50%;
top: 70px;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-close {
font-size: 20px;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-menu-content {
font-size: 13px;
}
.gv-control-panel-plugin .gv-tracks-menu table {
margin: 0 0 10px;
}
.gv-control-panel-plugin .gv-tracks-menu td {
padding: 5px 10px!important;
vertical-align: top;
width: 50%;
}
.gv-control-panel-plugin .gv-tracks-menu tr:first-child td {
font-weight: bold;
white-space: nowrap;
padding: 5px 30px 5px 10px;
margin-bottom: 5px;
background: rgba(6, 54, 95, 0.35);
line-height: normal;
}
.gv-control-panel-plugin .gv-tracks-menu tr:first-child td:last-child {
border-radius: 0 12px 0 0;
}
.gv-control-panel-plugin .gv-tracks-menu tr td:first-child {
padding-right: 50px!important;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-tracks-library-item,
.gv-control-panel-plugin .gv-tracks-menu .gv-current-tracks {
white-space: nowrap;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-current-tracks.ui-sortable {
cursor: move;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-remove-track,
.gv-control-panel-plugin .gv-tracks-menu .gv-add-track {
font-size: 14px;
margin: 2px 5px 0 0;
}
.gv-control-panel-plugin .gv-tracks-menu input {
margin-bottom: 10px;
width: 200px;
}
.gv-control-panel-plugin .gv-powered-by {
position: absolute;
right: 0;
bottom: -16px;
font-size: 10px;
color: black;
}
.gv-control-panel-plugin .gv-powered-by a {
font-weight: bold;
}
|
genoverse/htdocs/genoverse/v2.3/css/controlPanel.css
|
.gv-control-panel-plugin table.gv {
position: relative;
margin-bottom: 30px;
border-collapse: separate;
}
.gv-control-panel-plugin table.gv td {
padding: 0;
color: white;
vertical-align: top;
}
.gv-control-panel-plugin .gv-panel {
height: 100%;
background-color: #5F8CB0;
border: 1px solid #1C5380;
box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 1px 3px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}
.gv-control-panel-plugin .gv-panel div {
white-space: nowrap;
}
.gv-control-panel-plugin .gv-panel button {
background: none;
border: none;
border-bottom: 1px solid #1C5380;
color: #E2E9EF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
width: 30px;
height: 50px;
font-size: 18px;
line-height: 20px;
padding: 2px;
margin: 0;
}
.gv-control-panel-plugin .gv-panel button:only-child {
width: 100%;
}
.gv-control-panel-plugin .gv-panel div.gv-button-set > button:not(:first-child) {
border-left: 1px solid #1C5380;
}
.gv-control-panel-plugin .gv-panel button.gv-button-large {
font-size: 25px;
}
.gv-control-panel-plugin .gv-panel div.gv-button-set:not(:first-child) > button {
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.12) inset;
}
.gv-control-panel-plugin .gv-panel div.gv-button-set:last-child {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}
.gv-control-panel-plugin .gv-panel button:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #FFFFFF;
cursor: pointer;
}
.gv-control-panel-plugin .gv-panel button:active,
.gv-control-panel-plugin .gv-panel button.gv-active {
border-top: none;
background-color: rgba(6, 54, 95, 0.35);
box-shadow: 0 0 1px rgba(6, 54, 95, 0.8) inset !important;
}
.gv-control-panel-plugin .gv-panel-right {
background-image: -webkit-linear-gradient(left, #5F8CB0, #4A7496);
background-image: -moz-linear-gradient(left center, #5F8CB0, #4A7496);
border-radius: 0 5px 5px 0;
border-left: 0;
}
.gv-control-panel-plugin .gv-panel-right button.gv-wheel-zoom {
font-weight: bold;
}
.gv-control-panel-plugin .gv-panel-right button.gv-drag-select i {
border: 1px dashed #FFF;
padding: 0 5px;
box-shadow: 0px 0px 1px #FFF inset, 0px 1px 3px rgba(0, 0, 0, 0.1), 2px 2px rgba(0, 0, 0, 0.2);
}
.gv-control-panel-plugin .gv-panel-left {
background-image: -webkit-linear-gradient(right, #5F8CB0, #4A7496);
background-image: -moz-linear-gradient(right center, #5F8CB0, #4A7496);
border-radius: 5px 0 0 5px;
border-right: 0;
}
.gv-control-panel-plugin .gv-panel-left .gv-label-container {
border: 0;
box-shadow: none;
background: none;
}
.gv-control-panel-plugin td.gv-canvas-container {
border: 1px solid #000;
}
.gv-control-panel-plugin .gv-karyotype-container {
border-width: 0 0 1px!important;
}
.gv-control-panel-plugin .gv-canvas-container .gv-wrapper {
border: 0;
}
.gv-control-panel-plugin .gv-tracks-menu {
left: 50%;
top: 70px;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-close {
font-size: 20px;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-menu-content {
font-size: 13px;
}
.gv-control-panel-plugin .gv-tracks-menu table {
margin: 0 0 10px;
}
.gv-control-panel-plugin .gv-tracks-menu td {
padding: 5px 10px!important;
vertical-align: top;
width: 50%;
}
.gv-control-panel-plugin .gv-tracks-menu tr:first-child td {
font-weight: bold;
white-space: nowrap;
padding: 5px 30px 5px 10px;
margin-bottom: 5px;
background: rgba(6, 54, 95, 0.35);
line-height: normal;
}
.gv-control-panel-plugin .gv-tracks-menu tr:first-child td:last-child {
border-radius: 0 12px 0 0;
}
.gv-control-panel-plugin .gv-tracks-menu tr td:first-child {
padding-right: 50px!important;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-tracks-library-item,
.gv-control-panel-plugin .gv-tracks-menu .gv-current-tracks {
white-space: nowrap;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-current-tracks.ui-sortable {
cursor: move;
}
.gv-control-panel-plugin .gv-tracks-menu .gv-remove-track,
.gv-control-panel-plugin .gv-tracks-menu .gv-add-track {
font-size: 14px;
margin: 2px 5px 0 0;
}
.gv-control-panel-plugin .gv-tracks-menu input {
margin-bottom: 10px;
width: 200px;
}
.gv-control-panel-plugin .gv-powered-by {
position: absolute;
right: 0;
bottom: -16px;
font-size: 10px;
color: black;
}
.gv-control-panel-plugin .gv-powered-by a {
font-weight: bold;
}
| 0.382487 | 0.064183 |
/*General Styles*/
* {
box-sizing: border-box;
}
body {
max-width: 90%;
margin: 0 auto;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
color: #5c5c5c;
background-color: aliceblue;
}
.photo {
border-radius: 100%;
width: 75px;
height: 75px;
padding: .5%;
margin: auto auto;
}
.border {
border: 2px solid #888888;
border-radius: 10px;
}
p {
font-size: 12.8px;
font-size: 0.8rem;
text-align: center;
}
.email, .location {
font-size: 12px;
font-size: 0.75rem;
}
.info {
margin: auto auto;
}
/*Header styles*/
h1, .search {
margin: auto 0;
}
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
h1 {
font-size: 1em;
margin: 1em 0;
color: #171717;
}
/*Employee Styles*/
#directory {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.employee {
min-width: 288px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 30%;
flex: 1 0 30%;
margin: .5%;
padding: 1.5%;
background-color: white;
}
.employee:hover {
transform: scale(1.1);
}
.name, h1 {
text-transform: uppercase;
font-weight: 700;
font-size: 20.8px;
font-size: 1.3rem;
}
.name {
color: #000;
}
.location {
text-transform: capitalize;
}
/*Overlay Styles*/
#overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.85);
z-index: 1000;
cursor: pointer;
}
.modual {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
background-color: white;
color: black;
text-align: center;
padding: 1% 3%;
}
.btm-border {
padding: 20px 0;
border-bottom: 1px solid #E8E8E8;
}
.address {
text-transform: capitalize;
}
.modual a {
position: absolute;
padding: 15px;
}
a.previous,
a.next {
top: 135px;
color: white;
font-size:25px;
}
a.close {
top: 0;
right: 0;
}
a.next {
right: -37px;
}
a.previous {
left: -37px;
}
/*media queries*/
@media screen and (min-width: 760px) {
.photo {
width: 100px;
height: 100px;
}
.email, .location {
font-size: 0.8rem;
}
.info {
margin: auto auto;
}
.photo-lrg {
width: 150px;
height: 150px;
}
.employee {
max-width: 32%;
}
}
|
css/style.css
|
/*General Styles*/
* {
box-sizing: border-box;
}
body {
max-width: 90%;
margin: 0 auto;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
color: #5c5c5c;
background-color: aliceblue;
}
.photo {
border-radius: 100%;
width: 75px;
height: 75px;
padding: .5%;
margin: auto auto;
}
.border {
border: 2px solid #888888;
border-radius: 10px;
}
p {
font-size: 12.8px;
font-size: 0.8rem;
text-align: center;
}
.email, .location {
font-size: 12px;
font-size: 0.75rem;
}
.info {
margin: auto auto;
}
/*Header styles*/
h1, .search {
margin: auto 0;
}
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
h1 {
font-size: 1em;
margin: 1em 0;
color: #171717;
}
/*Employee Styles*/
#directory {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.employee {
min-width: 288px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 30%;
flex: 1 0 30%;
margin: .5%;
padding: 1.5%;
background-color: white;
}
.employee:hover {
transform: scale(1.1);
}
.name, h1 {
text-transform: uppercase;
font-weight: 700;
font-size: 20.8px;
font-size: 1.3rem;
}
.name {
color: #000;
}
.location {
text-transform: capitalize;
}
/*Overlay Styles*/
#overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.85);
z-index: 1000;
cursor: pointer;
}
.modual {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
background-color: white;
color: black;
text-align: center;
padding: 1% 3%;
}
.btm-border {
padding: 20px 0;
border-bottom: 1px solid #E8E8E8;
}
.address {
text-transform: capitalize;
}
.modual a {
position: absolute;
padding: 15px;
}
a.previous,
a.next {
top: 135px;
color: white;
font-size:25px;
}
a.close {
top: 0;
right: 0;
}
a.next {
right: -37px;
}
a.previous {
left: -37px;
}
/*media queries*/
@media screen and (min-width: 760px) {
.photo {
width: 100px;
height: 100px;
}
.email, .location {
font-size: 0.8rem;
}
.info {
margin: auto auto;
}
.photo-lrg {
width: 150px;
height: 150px;
}
.employee {
max-width: 32%;
}
}
| 0.343232 | 0.062933 |
body {
display : flex;
min-height : 100vh;
flex-direction: column;
}
main {
padding: 2rem;
flex : 1 0 auto;
}
.dcmnit {
width : 100%;
height : 68px;
display : flex;
text-transform : uppercase;
justify-content: space-between;
align-items : center;
background : #35363a;
color : #fff;
padding : 0 1rem 0 1rem;
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);
}
.dcmnit_container {
display : flex;
align-items: center;
}
.dcmnit_container>span {
font-size : 1.4rem;
font-weight: 400;
}
.dcmnit_module_version>span {
font-size: 11px;
opacity : 0.85;
}
.dcmnit_box-floating {
display : flex;
width : 94%;
flex-direction : row;
justify-content: flex-end;
height : 7rem;
align-items : center;
position : absolute;
bottom : 6rem;
padding : 0 47px 0 0;
}
.btn-floating.btn-large {
background: #515d71;
}
.dcmnit_title {
display : flex;
flex-wrap : nowrap;
justify-content: flex-start;
align-items : center;
margin-top : 1rem;
}
.dcmnit_title>.dcmnit_folder {
font-size: 4.2rem;
color : #ffc65c;
}
.dcmnit_title>h3 {
margin : 0 0 0 15px;
font-size: 2.5rem;
}
main>table {
position: relative;
top : 3rem;
}
.page-footer {
background: #393939;
padding : 5px 0 5px;
}
.dcmnit_red {
background: #b96063;
}
.dcmnit_icon {
font-size : 3.5rem !important;
margin-right: 1rem;
}
.dcmnit_edit {
color: #000;
}
.dcmnit_delete {
color: #bb2329;
}
.dcmnit_logo {
background: url('/static/images/logo_transparent.png');
width : 90px;
height : 90px;
}
.page-footer>.container {
text-align: center;
}
.dcmnit_copyright {
font-size : 11px;
font-weight: 300;
opacity : .85;
}
#dcmnit_btn__delete:hover {
background: #ab5757;
}
#dcmnit_btn__edit {
background : #3d6d84;
margin-right: 5px;
}
#dcmnit_btn__edit,
#dcmnit_btn__delete {
border-radius: 5px;
padding : 0 9px;
}
.sidenav .user-view .background {
max-width : 100%;
height : 250px;
position : relative;
display : flex;
align-items : center;
justify-content: center;
}
.sidenav .user-view .background {
background: #f1f1f1;
box-shadow: -1px 0px 2px 1px #0000001f;
}
.sidenav .user-view .background img {
max-width: 100%;
}
.sidenav .user-view {
padding: 0;
}
.sidenav li>a {
font-size : 13px;
padding : 25px 12px;
line-height : 1.4;
text-transform: initial;
height : 45px;
}
.sidenav li a>i {
margin-right: 15px !important;
line-height : normal !important;
height : auto;
}
.btn-success>i {
vertical-align: bottom;
margin-right : 6px;
font-size : 1.3rem;
}
.dcmnit_authors li>a {
padding-top : 0;
padding-bottom: 0;
line-height : normal;
display : inline-block;
}
.dcmnit_authors li {
line-height: 45px;
}
.dcmnit_authors__title {
background: #f1f1f1;
color : #000;
margin : 1rem 0 1rem;
}
.dcmnit_authors img {
width : 50px;
height : 50px;
max-width : 100%;
margin-left: 10px;
}
.dcmnit_authors__title span {
margin-left: 1rem;
font-size : 12px;
font-weight: bold;
color : #70abb1;
}
.dcmnit_user__icon,
.dcmnit_save__icon,
.dcmnit_cancel__icon,
.dcmnit_edit__icon {
font-size : 6rem;
vertical-align: middle;
margin-right : 2rem;
}
.dcmnit_save__icon,
.dcmnit_cancel__icon {
font-size : 1.5rem !important;
margin-right: 10px;
}
.dcmnit_module_version .dcmnit_info,
.dcmnit_icon__group {
color : #039be5;
margin-right: 2rem;
}
.dcmnit_info {
margin-left : 2rem;
margin-right: 0 !important;
}
.modal-content i {
vertical-align: middle;
}
.lower-case {
text-transform: lowercase !important;
}
#modal_delete {width: 40%;top:25%!important;}
#modal_delete .modal-footer{padding: 0 35px;}
#modal_delete .dcmnit_icon{font-size: 2.2rem!important;margin-right: 8px;}
.label_dcmnit_dialog {
flex : 1;
background: #35363a;
color : #fff;
display : flex;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
padding : 6px 12px;
font-size : 1.2rem;
box-shadow: 0 0 2px 1px black;
}
.modal-footer a:last-child{
text-transform: uppercase;
margin-left: 6px!important;
background: #eee;
color: #444;
}
|
funcionario/static/css/style.css
|
body {
display : flex;
min-height : 100vh;
flex-direction: column;
}
main {
padding: 2rem;
flex : 1 0 auto;
}
.dcmnit {
width : 100%;
height : 68px;
display : flex;
text-transform : uppercase;
justify-content: space-between;
align-items : center;
background : #35363a;
color : #fff;
padding : 0 1rem 0 1rem;
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);
}
.dcmnit_container {
display : flex;
align-items: center;
}
.dcmnit_container>span {
font-size : 1.4rem;
font-weight: 400;
}
.dcmnit_module_version>span {
font-size: 11px;
opacity : 0.85;
}
.dcmnit_box-floating {
display : flex;
width : 94%;
flex-direction : row;
justify-content: flex-end;
height : 7rem;
align-items : center;
position : absolute;
bottom : 6rem;
padding : 0 47px 0 0;
}
.btn-floating.btn-large {
background: #515d71;
}
.dcmnit_title {
display : flex;
flex-wrap : nowrap;
justify-content: flex-start;
align-items : center;
margin-top : 1rem;
}
.dcmnit_title>.dcmnit_folder {
font-size: 4.2rem;
color : #ffc65c;
}
.dcmnit_title>h3 {
margin : 0 0 0 15px;
font-size: 2.5rem;
}
main>table {
position: relative;
top : 3rem;
}
.page-footer {
background: #393939;
padding : 5px 0 5px;
}
.dcmnit_red {
background: #b96063;
}
.dcmnit_icon {
font-size : 3.5rem !important;
margin-right: 1rem;
}
.dcmnit_edit {
color: #000;
}
.dcmnit_delete {
color: #bb2329;
}
.dcmnit_logo {
background: url('/static/images/logo_transparent.png');
width : 90px;
height : 90px;
}
.page-footer>.container {
text-align: center;
}
.dcmnit_copyright {
font-size : 11px;
font-weight: 300;
opacity : .85;
}
#dcmnit_btn__delete:hover {
background: #ab5757;
}
#dcmnit_btn__edit {
background : #3d6d84;
margin-right: 5px;
}
#dcmnit_btn__edit,
#dcmnit_btn__delete {
border-radius: 5px;
padding : 0 9px;
}
.sidenav .user-view .background {
max-width : 100%;
height : 250px;
position : relative;
display : flex;
align-items : center;
justify-content: center;
}
.sidenav .user-view .background {
background: #f1f1f1;
box-shadow: -1px 0px 2px 1px #0000001f;
}
.sidenav .user-view .background img {
max-width: 100%;
}
.sidenav .user-view {
padding: 0;
}
.sidenav li>a {
font-size : 13px;
padding : 25px 12px;
line-height : 1.4;
text-transform: initial;
height : 45px;
}
.sidenav li a>i {
margin-right: 15px !important;
line-height : normal !important;
height : auto;
}
.btn-success>i {
vertical-align: bottom;
margin-right : 6px;
font-size : 1.3rem;
}
.dcmnit_authors li>a {
padding-top : 0;
padding-bottom: 0;
line-height : normal;
display : inline-block;
}
.dcmnit_authors li {
line-height: 45px;
}
.dcmnit_authors__title {
background: #f1f1f1;
color : #000;
margin : 1rem 0 1rem;
}
.dcmnit_authors img {
width : 50px;
height : 50px;
max-width : 100%;
margin-left: 10px;
}
.dcmnit_authors__title span {
margin-left: 1rem;
font-size : 12px;
font-weight: bold;
color : #70abb1;
}
.dcmnit_user__icon,
.dcmnit_save__icon,
.dcmnit_cancel__icon,
.dcmnit_edit__icon {
font-size : 6rem;
vertical-align: middle;
margin-right : 2rem;
}
.dcmnit_save__icon,
.dcmnit_cancel__icon {
font-size : 1.5rem !important;
margin-right: 10px;
}
.dcmnit_module_version .dcmnit_info,
.dcmnit_icon__group {
color : #039be5;
margin-right: 2rem;
}
.dcmnit_info {
margin-left : 2rem;
margin-right: 0 !important;
}
.modal-content i {
vertical-align: middle;
}
.lower-case {
text-transform: lowercase !important;
}
#modal_delete {width: 40%;top:25%!important;}
#modal_delete .modal-footer{padding: 0 35px;}
#modal_delete .dcmnit_icon{font-size: 2.2rem!important;margin-right: 8px;}
.label_dcmnit_dialog {
flex : 1;
background: #35363a;
color : #fff;
display : flex;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
padding : 6px 12px;
font-size : 1.2rem;
box-shadow: 0 0 2px 1px black;
}
.modal-footer a:last-child{
text-transform: uppercase;
margin-left: 6px!important;
background: #eee;
color: #444;
}
| 0.367724 | 0.067087 |
td.event_left {
width: 100%;
text-align: left;
vertical-align: middle;
}
td.event_right {
width: 0%;
text-align: right;
vertical-align: bottom;
}
div.event_row {
background: #FFFFFF;
padding: 10px;
border: 1px solid #DDDDDD;
margin-top: 10px;
}
td.event_row1 {
padding: 0px 10px 10px 10px;
vertical-align: top;
}
td.event_row2 {
text-align: right;
vertical-align: top;
}
td.event_cat {
padding: 5px 35px 5px 0px;
}
td.event_list {
background: #FFFFFF;
border: 1px solid #DDDDDD;
border-top: 0px;
padding: 5px 7px 5px 7px;
}
div.event_bar {
border-bottom: 1px solid #DDDDDD;
padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
td.event_item1 {
padding: 5px;
text-align: center;
vertical-align: top;
}
td.event_item2 {
padding: 5px 5px 5px 5px;
vertical-align: top;
}
div.event_menu {
background-color: #FFFFFF;
background-image: url(../images/menu_bg1.gif);
background-repeat: repeat-y;
background-position: top right;
border-bottom: 1px solid #DDDDDD;
padding: 5px 5px 5px 7px;
font-size: 8pt;
display: block;
}
div.event_rsvps {
text-align: center;
font-weight: bold;
}
/* BROWSE EVENT MEMBERS */
div.event_member {
padding: 5px;
border: 1px solid #DDDDDD;
margin-top: 10px;
background: #FFFFFF;
}
td.event_member0 {
padding: 5px;
}
td.event_member1 {
vertical-align: top;
padding: 5px;
}
td.event_member2 {
padding: 5px;
vertical-align: top;
text-align: right;
}
div.browse_events_result {
padding: 5px;
border: 1px solid #DDDDDD;
margin-top: 10px;
background: #FFFFFF;
}
td.browse_events_result0 {
padding: 5px;
}
td.browse_events_result1 {
padding: 5px;
}
td.browse_events_result2 {
padding: 5px;
text-align: right;
}
/* USERS EVENT PAGE */
div.event_title {
text-align: center;
font-size: 11pt;
font-weight: bold;
margin-bottom: 10px;
}
table.event_calendar {
border-right: 1px solid #b6cbe7;
border-bottom: 1px solid #b6cbe7;
}
td.event_cellblank {
background: #f4f9fd;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
}
td.event_cell1 {
background: #FFFFFF;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
vertical-align: top;
text-align: right;
}
td.event_cell2 {
background-image: url(images/event_cell2.gif);
background-repeat: no-repeat;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
vertical-align: top;
text-align: right;
}
td.event_cell3 {
background-image: url(images/event_cell3.gif);
background-repeat: no-repeat;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
vertical-align: top;
text-align: right;
}
td.event_cellheader {
padding: 5px 5px 5px 7px;
background: #cfe0f0;
font-weight: bold;
color: #96baea;
width: 150px;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
}
td.event_celldesc {
text-align: left;
padding: 3px 5px 5px 5px;
vertical-align: top;
}
td.event_cellnum1, td.event_cellnum2 {
padding: 0px 4px 4px 0px;
font-size: 16pt;
line-height: 16pt;
color: #cfe0f0;
vertical-align: bottom;
text-align: right;
}
td.event_cellnum2 {
color: #3d80bf;
}
div.event_popup {
display: none;
position: absolute;
left: 50%;
top: 50%;
margin-left: -300px;
width: 560px;
z-index: 50001;
background: #FFFFFF;
border: 1px solid #cfe0f0;
padding: 10px;
}
td.event_header {
padding:5px;
padding-left:8px;
border: 0px;
border-bottom: 1px solid #45688e;
color: #45688e;
font-weight:normal;
background-image:url(../images/gb-template/header.jpg);
background-position:left 11px;
background-repeat:no-repeat;
}
td.event_box {
background: #FFFFFF;
border: 1px solid #cfe0f0;
border-top: none;
padding: 10px;
}
/* USER BROWSE EVENTS PAGE */
td.event_browse_left {
vertical-align: top;
padding: 0px 10px 10px 10px;
}
td.event_browse_right {
width: 210px;
vertical-align: top;
padding: 5px;
background: #F5F5F5;
border: 1px solid #CCCCCC;
}
div.event_browse_title {
font-size: 11pt;
font-weight: bold;
}
td.event_browse_cat1 {
background: #e8e8e8;
padding: 3px;
}
td.event_browse_cat2 {
background: #e8e8e8;
padding: 3px 3px 3px 0px;
}
/* USER PROFILE PAGE */
td.profile_events_cell1 {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #FFFFFF;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
}
td.profile_events_cell2 {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #d7efff;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
font-weight: bold;
}
td.profile_events_cell3 {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #ffecd7;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
font-weight: bold;
}
td.profile_events_cellblank {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #F3F3F3;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
}
table.profile_events {
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
div.profile_event_spacer {
border-top: 1px solid #CCCCCC;
margin: 10px 0px 10px 0px;
}
td.profile_event_popup_title {
font-size: 11pt;
vertical-align: bottom;
font-weight: bold;
}
table.profile_event_popup {
display: none;
position: absolute;
top: 70%;
left: 50%;
margin-left: -280px;
z-index: 50000;
}
table.profile_event_popup2 {
display: none;
position: absolute;
top: 35%;
left: 50%;
margin-left: -320px;
z-index: 50000;
}
td.profile_event_popup2 {
background: #FFFFFF;
width: 560px;
padding: 10px;
}
td.profile_event_transparent {
background: #000000;
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
}
|
css/styles_event.css
|
td.event_left {
width: 100%;
text-align: left;
vertical-align: middle;
}
td.event_right {
width: 0%;
text-align: right;
vertical-align: bottom;
}
div.event_row {
background: #FFFFFF;
padding: 10px;
border: 1px solid #DDDDDD;
margin-top: 10px;
}
td.event_row1 {
padding: 0px 10px 10px 10px;
vertical-align: top;
}
td.event_row2 {
text-align: right;
vertical-align: top;
}
td.event_cat {
padding: 5px 35px 5px 0px;
}
td.event_list {
background: #FFFFFF;
border: 1px solid #DDDDDD;
border-top: 0px;
padding: 5px 7px 5px 7px;
}
div.event_bar {
border-bottom: 1px solid #DDDDDD;
padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
td.event_item1 {
padding: 5px;
text-align: center;
vertical-align: top;
}
td.event_item2 {
padding: 5px 5px 5px 5px;
vertical-align: top;
}
div.event_menu {
background-color: #FFFFFF;
background-image: url(../images/menu_bg1.gif);
background-repeat: repeat-y;
background-position: top right;
border-bottom: 1px solid #DDDDDD;
padding: 5px 5px 5px 7px;
font-size: 8pt;
display: block;
}
div.event_rsvps {
text-align: center;
font-weight: bold;
}
/* BROWSE EVENT MEMBERS */
div.event_member {
padding: 5px;
border: 1px solid #DDDDDD;
margin-top: 10px;
background: #FFFFFF;
}
td.event_member0 {
padding: 5px;
}
td.event_member1 {
vertical-align: top;
padding: 5px;
}
td.event_member2 {
padding: 5px;
vertical-align: top;
text-align: right;
}
div.browse_events_result {
padding: 5px;
border: 1px solid #DDDDDD;
margin-top: 10px;
background: #FFFFFF;
}
td.browse_events_result0 {
padding: 5px;
}
td.browse_events_result1 {
padding: 5px;
}
td.browse_events_result2 {
padding: 5px;
text-align: right;
}
/* USERS EVENT PAGE */
div.event_title {
text-align: center;
font-size: 11pt;
font-weight: bold;
margin-bottom: 10px;
}
table.event_calendar {
border-right: 1px solid #b6cbe7;
border-bottom: 1px solid #b6cbe7;
}
td.event_cellblank {
background: #f4f9fd;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
}
td.event_cell1 {
background: #FFFFFF;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
vertical-align: top;
text-align: right;
}
td.event_cell2 {
background-image: url(images/event_cell2.gif);
background-repeat: no-repeat;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
vertical-align: top;
text-align: right;
}
td.event_cell3 {
background-image: url(images/event_cell3.gif);
background-repeat: no-repeat;
color: #555555;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
vertical-align: top;
text-align: right;
}
td.event_cellheader {
padding: 5px 5px 5px 7px;
background: #cfe0f0;
font-weight: bold;
color: #96baea;
width: 150px;
border-left: 1px solid #b6cbe7;
border-top: 1px solid #b6cbe7;
}
td.event_celldesc {
text-align: left;
padding: 3px 5px 5px 5px;
vertical-align: top;
}
td.event_cellnum1, td.event_cellnum2 {
padding: 0px 4px 4px 0px;
font-size: 16pt;
line-height: 16pt;
color: #cfe0f0;
vertical-align: bottom;
text-align: right;
}
td.event_cellnum2 {
color: #3d80bf;
}
div.event_popup {
display: none;
position: absolute;
left: 50%;
top: 50%;
margin-left: -300px;
width: 560px;
z-index: 50001;
background: #FFFFFF;
border: 1px solid #cfe0f0;
padding: 10px;
}
td.event_header {
padding:5px;
padding-left:8px;
border: 0px;
border-bottom: 1px solid #45688e;
color: #45688e;
font-weight:normal;
background-image:url(../images/gb-template/header.jpg);
background-position:left 11px;
background-repeat:no-repeat;
}
td.event_box {
background: #FFFFFF;
border: 1px solid #cfe0f0;
border-top: none;
padding: 10px;
}
/* USER BROWSE EVENTS PAGE */
td.event_browse_left {
vertical-align: top;
padding: 0px 10px 10px 10px;
}
td.event_browse_right {
width: 210px;
vertical-align: top;
padding: 5px;
background: #F5F5F5;
border: 1px solid #CCCCCC;
}
div.event_browse_title {
font-size: 11pt;
font-weight: bold;
}
td.event_browse_cat1 {
background: #e8e8e8;
padding: 3px;
}
td.event_browse_cat2 {
background: #e8e8e8;
padding: 3px 3px 3px 0px;
}
/* USER PROFILE PAGE */
td.profile_events_cell1 {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #FFFFFF;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
}
td.profile_events_cell2 {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #d7efff;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
font-weight: bold;
}
td.profile_events_cell3 {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #ffecd7;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
font-weight: bold;
}
td.profile_events_cellblank {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #F3F3F3;
font-size: 7pt;
color: #b6cbe7;
text-align: center;
padding: 3px;
width: 20px;
}
table.profile_events {
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
div.profile_event_spacer {
border-top: 1px solid #CCCCCC;
margin: 10px 0px 10px 0px;
}
td.profile_event_popup_title {
font-size: 11pt;
vertical-align: bottom;
font-weight: bold;
}
table.profile_event_popup {
display: none;
position: absolute;
top: 70%;
left: 50%;
margin-left: -280px;
z-index: 50000;
}
table.profile_event_popup2 {
display: none;
position: absolute;
top: 35%;
left: 50%;
margin-left: -320px;
z-index: 50000;
}
td.profile_event_popup2 {
background: #FFFFFF;
width: 560px;
padding: 10px;
}
td.profile_event_transparent {
background: #000000;
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
}
| 0.222109 | 0.141133 |
position: fixed;
z-index: 99999;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
#stopAll {
position: fixed;
z-index: 999999;
height: 100%;
width: 100%;
background: #ffffff;
}
#mainMenuI {
position: absolute;
top: 6vmin;
display: flex;
flex-direction: column;
/*left: 5vw;*/
}
#topbar {
display: flex;
position: fixed;
z-index: 99995;
width: 90%;
height: 5vmin;
background: #5b9aff;
border-bottom-right-radius: 3vmin;
}
#TBMainMenu {
position: relative;
margin-left: 1vmin;
margin-top: 0.5vmin;
color: #ffffff;
padding-top: 0.5vmin;
font-size: 3vmin;
height: 3.5vmin;
width: 16vmin;
text-align: center;
border-radius: 0.5vmin;
}
#TBMainMenu:hover {
background: #448cff;
}
#TBOpenCartButton {
position: relative;
margin-left: 4vmin;
margin-top: 0.5vmin;
color: #ffffff;
padding-top: 0.5vmin;
font-size: 3vmin;
height: 3.5vmin;
width: 7vmin;
text-align: center;
border-radius: 0.5vmin;
}
#TBOpenCartButton:hover {
background: #448cff;
}
#cartAddButton {
position: absolute;
background: #ff4c35;
width: 35vmin;
height: 5vmin;
border-radius: 0.5vmin;
bottom: 1vmin;
right: 1vmin;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
#order {
width: 100%;
height: 100%;
}
#cart {
width: 100%;
height: 100%;
}
#cartI {
position: absolute;
top: 10vmin;
left: 6vw;
}
/*#cartI {*/
/* display: flex;*/
/* flex-direction: column;*/
/*}*/
#namePOItem {
position: absolute;
top: 8vmin;
left: 1vmin;
height: 4vmin;
/*width: 30vmin;*/
font-size: 4vmin;
color: #000000;
}
#imgHolder {
position: absolute;
top: 15vmin;
left: 1vmin;
height: 40vmin;
width: 40vmin;
background: #000000;
border-radius: 1vmin;
}
#orderQwantity {
position: absolute;
bottom: 10vmin;
left: 1vmin;
width: 8vmin;
height: 3vmin;
text-align: center;
font-size: 2.4vmin;
border: solid lightgray 0.5px;
padding: 0px;
margin: 0px;
box-sizing: border-box;
border-radius: 0.5vmin;
}
#orderQwantity::placeholder {
font-size: 2vmin;
color: lightgray;
font-family: arial;
}
#orderPriceTotle {
position: absolute;
bottom: 6vmin;
left: 1vmin;
height: 3vmin;
font-size: 3vmin;
color: #000000;
}
#orderDName {
position: relative;
margin: auto;
width: 56vmin;
/*margin-right: 1vmin;*/
height: 4vmin;
font-size: 2.8vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
margin-top: 2vmin;
}
#orderDName::placeholder {
font-size: 2.8vmin;
color: lightgray;
font-family: arial;
}
#orderDEmail {
position: relative;
margin: auto;
width: 56vmin;
/*margin-right: 1vmin;*/
height: 8vmin;
font-size: 3vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
margin-top: 1vmin;
}
#orderDEmail::placeholder {
font-size: 3vmin;
color: lightgray;
font-family: arial;
}
#orderDEmail::-webkit-scrollbar {
width: 0.5vmin;
}
/* Track */
#orderDEmail::-webkit-scrollbar-track {
background: #d1d1d1;
border-top-left-radius: 0.5vmin;
border-bottom-left-radius: 0.5vmin;
}
/* Handle */
#orderDEmail::-webkit-scrollbar-thumb {
background: #adadad;
width: 2vmin;
border-top-left-radius: 0.5vmin;
border-bottom-left-radius: 0.5vmin;
}
/* Handle on hover */
#orderDEmail::-webkit-scrollbar-thumb:hover {
background: #9e9e9e;
}
#orderDPostCode {
position: relative;
margin: auto;
width: 56vmin;
/*margin-right: 1vmin;*/
height: 4vmin;
font-size: 3vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
margin-top: 1vmin;
}
#orderDPostCode::placeholder {
font-size: 3vmin;
color: lightgray;
font-family: arial;
}
#orderDALA {
position: relative;
/*margin: auto;*/
width: 27vmin;
height: 8vmin;
margin-right: 1vmin;
margin-top: 1vmin;
font-size: 3vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
}
#orderDALA::placeholder {
font-size: 3vmin;
color: lightgray;
font-family: arial;
}
#OrderDSelectState {
position: relative;
/*margin: auto;*/
width: 27vmin;
height: 8vmin;
font-size: 2.5vmin;
border: solid lightgray 0.5px;
padding: 0px;
margin: 0px;
box-sizing: border-box;
border-radius: 0.5vmin;
}
#POorPI {
margin: 2vmin;
position: relative;
width: 40vmin;
height: 5vmin;
font-size: 4vmin;
box-sizing: border-box;
border: solid lightgray 0.5px;
border-radius: 0.5vmin;
}
#orderButton {
position: absolute;
top: 6vmin;
left: calc(50vw - 8vmin);
width: 26vmin;
height: 4.5vmin;
padding-top: 0.5vmin;
font-size: 4vmin;
text-align: center;
color: #ffffff;
border-radius: 0.5vmin;
background: #ff4c35;
}
#orderDeatails {
position: fixed;
width: 60vmin;
height: 70vmin;
background: #3d3d3d;
/*box-shadow: 5px 5px 5px #999999;*/
z-index: 100000;
left: calc(50% - 30vmin);
top: 10vmin;
border-radius: 2vmin;
}
#orderDeatailsI {
width: 60vmin;
height: 30vmin;
display: flex;
flex-direction: column;
}
#orderDeatailsIA {
width: 60vmin;
height: 56vmin;
margin-top: 5vmin;
display: flex;
flex-direction: column;
overflow-y: scroll;
}
#orderDeatailsIA::-webkit-scrollbar {
width: 2vmin;
}
/* Track */
#orderDeatailsIA::-webkit-scrollbar-track {
background: #d1d1d1;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle */
#orderDeatailsIA::-webkit-scrollbar-thumb {
background: #adadad;
width: 2vmin;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle on hover */
#orderDeatailsIA::-webkit-scrollbar-thumb:hover {
background: #9e9e9e;
}
#orderDeatailsIAI {
display: flex;
flex-direction: column;
}
#orderDeatailsIB {
width: 60vmin;
height: 60vmin;
margin-top: 5vmin;
display: flex;
flex-direction: column;
}
#orderDeatailsIC {
width: 60vmin;
height: 60vmin;
margin-top: 5vmin;
display: flex;
flex-direction: column;
font-size: 3vmin;
color: #ffffff;
}
#orderDOrderButton {
position: relative;
margin-right: 1vmin;
width: 27vmin;
height: 5vmin;
background: #ff4c35;
border-radius: 0.5vmin;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
#orderDCancilButton {
position: relative;
margin-left: 1vmin;
width: 27vmin;
height: 5vmin;
background: #bababa;
border-radius: 0.5vmin;
right: 0px;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
#orderCorO {
position: absolute;
display: flex;
left: 2vmin;
bottom: 2vmin;
}
#orderDR {
display: flex;
margin: auto;
}
#TP {
padding: 1vmin;
color: #ffffff;
font-size: 4vmin
}
#PP {
padding: 1vmin;
color: #ffffff;
font-size: 4vmin
}
#changeItemType {
position: absolute;
height: 3vmin;
bottom: 10vmin;
left: 10vmin;
border: solid lightgray 0.5px;
font-size: 2.5vmin;
box-sizing: border-box;
border-radius: 0.5vmin;
}
#backButton {
position: absolute;
width: 20vmin;
height: 5vmin;
background: #ff4c35;
border-radius: 0.5vmin;
top: 8vmin;
right: 1vmin;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
/*FTP*/
#itemInfoText {
position: absolute;
top: 57vmin;
left: 1vmin;
width: 50vmin;
font-size: 2.5vmin;
color: #000000;
}
.removeFromCartButton {
position: absolute;
bottom: 1vmin;
right: 1vmin;
background: #ff4c35;
width: 20vw;
height: 3vmin;
font-size: 3vmin;
border-radius: 0.5vmin;
color: #ffffff;
}
.defoltOption {
background: none;
}
.defoltOption:hover {
background: none;
}
.ihA {
display: flex;
align-items: center;
}
.ihB {
display: flex;
justify-content: center;
}
.noResize {
resize: none;
outline: none;
border: solid lightgray 0.5px;
padding: 0px;
}
.noResize:focus,
.noResize:hover {
outline: none;
border: solid lightgray 0.5px;
}
.item {
position: relative;
background: #e8e8e8;
border-radius: 2vmin;
width: 90vw;
height: 30vw;
margin-left: 5vw;
margin-top: 3vmin;
margin-bottom: 3vmin;
box-shadow: 5px 5px 5px #999999;
transition: width 0.5s, height 0.5s, box-shadow 0.5s, margin-left 0.5s, margin-bottom 0.5s, margin-top 0.5s;
}
.item:hover {
box-shadow: 10px 10px 5px #999999;
width: 94vw;
height: 34vw;
margin-left: 3vw;
margin-top: calc(3vmin - 2vw);
margin-bottom: calc(3vmin - 2vw);
}
/*.iTypeA {*/
/*}*/
.defont {
font-family: arial;
}
.itemPartA {
position: relative;
display: inline-block;
height: 100%;
width: 33.3333333%;
}
.itemPartAA {
margin-top: calc(100% - 30vw);
position: relative;
height: 15vw;
width: 30vw;
font-size: 5.5vmin;
color: #000000;
float: left;
}
.itemPartAB {
position: relative;
height: 15vw;
width: 30vw;
font-size: 4vmin;
color: #000000;
float: left;
}
.itemPartB {
position: relative;
display: inline-block;
height: 100%;
width: 66.6666667%;
}
.itemImg {
height: 100%;
border-top-right-radius: 2vmin;
border-bottom-right-radius: 2vmin;
float: right;
}
.itemClickP {
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
height: 100%;
width: 100%;
}
.hide {
display: none;
}
.orderImg {
/*box-sizing: border-box;*/
/*margin: solid #000000 1px;*/
}
.imgTypeA {
width: 40vmin;
}
.imgTypeB {
height: 40vmin;
}
.cartItem {
position: relative;
display: inline-block;
width: 43vw;
height: 20vw;
background: #e8e8e8;
margin-right: 2vw;
margin-top: 2vw;
border-radius: 1vmin;
}
.qwantityCart {
position: absolute;
right: 1vmin;
top: 1vmin;
font-size: 3vmin;
width: 22vw;
text-align: right;
color: #000000;
}
.nameCart {
position: absolute;
left: 1vmin;
top: 1vmin;
font-size: 3vmin;
width: 22vw;
text-align: left;
color: #000000;
}
.imgCart {
position: absolute;
left: 1vmin;
bottom: 1vmin;
border-radius: 0.5vmin;
}
/*.imgOrderDisplay {*/
/* display: flex;*/
/* justify-content: center;*/
/*}*/
/*TODO: fix width and height*/
.noneSelecting {
-webkit-user-select: none;
/* Chrome/Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+ */
}
.II {
padding: 1vmin;
color: #ffffff;
font-size: 2vmin
}
body {
padding: 0px;
margin: 0px;
/*width: 98vw;*/
/*height: 98vh;*/
}
body::-webkit-scrollbar {
width: 2vmin;
}
/* Track */
body::-webkit-scrollbar-track {
background: #d1d1d1;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle */
body::-webkit-scrollbar-thumb {
background: #adadad;
width: 2vmin;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
background: #9e9e9e;
}
|
public/index.css
|
position: fixed;
z-index: 99999;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
#stopAll {
position: fixed;
z-index: 999999;
height: 100%;
width: 100%;
background: #ffffff;
}
#mainMenuI {
position: absolute;
top: 6vmin;
display: flex;
flex-direction: column;
/*left: 5vw;*/
}
#topbar {
display: flex;
position: fixed;
z-index: 99995;
width: 90%;
height: 5vmin;
background: #5b9aff;
border-bottom-right-radius: 3vmin;
}
#TBMainMenu {
position: relative;
margin-left: 1vmin;
margin-top: 0.5vmin;
color: #ffffff;
padding-top: 0.5vmin;
font-size: 3vmin;
height: 3.5vmin;
width: 16vmin;
text-align: center;
border-radius: 0.5vmin;
}
#TBMainMenu:hover {
background: #448cff;
}
#TBOpenCartButton {
position: relative;
margin-left: 4vmin;
margin-top: 0.5vmin;
color: #ffffff;
padding-top: 0.5vmin;
font-size: 3vmin;
height: 3.5vmin;
width: 7vmin;
text-align: center;
border-radius: 0.5vmin;
}
#TBOpenCartButton:hover {
background: #448cff;
}
#cartAddButton {
position: absolute;
background: #ff4c35;
width: 35vmin;
height: 5vmin;
border-radius: 0.5vmin;
bottom: 1vmin;
right: 1vmin;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
#order {
width: 100%;
height: 100%;
}
#cart {
width: 100%;
height: 100%;
}
#cartI {
position: absolute;
top: 10vmin;
left: 6vw;
}
/*#cartI {*/
/* display: flex;*/
/* flex-direction: column;*/
/*}*/
#namePOItem {
position: absolute;
top: 8vmin;
left: 1vmin;
height: 4vmin;
/*width: 30vmin;*/
font-size: 4vmin;
color: #000000;
}
#imgHolder {
position: absolute;
top: 15vmin;
left: 1vmin;
height: 40vmin;
width: 40vmin;
background: #000000;
border-radius: 1vmin;
}
#orderQwantity {
position: absolute;
bottom: 10vmin;
left: 1vmin;
width: 8vmin;
height: 3vmin;
text-align: center;
font-size: 2.4vmin;
border: solid lightgray 0.5px;
padding: 0px;
margin: 0px;
box-sizing: border-box;
border-radius: 0.5vmin;
}
#orderQwantity::placeholder {
font-size: 2vmin;
color: lightgray;
font-family: arial;
}
#orderPriceTotle {
position: absolute;
bottom: 6vmin;
left: 1vmin;
height: 3vmin;
font-size: 3vmin;
color: #000000;
}
#orderDName {
position: relative;
margin: auto;
width: 56vmin;
/*margin-right: 1vmin;*/
height: 4vmin;
font-size: 2.8vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
margin-top: 2vmin;
}
#orderDName::placeholder {
font-size: 2.8vmin;
color: lightgray;
font-family: arial;
}
#orderDEmail {
position: relative;
margin: auto;
width: 56vmin;
/*margin-right: 1vmin;*/
height: 8vmin;
font-size: 3vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
margin-top: 1vmin;
}
#orderDEmail::placeholder {
font-size: 3vmin;
color: lightgray;
font-family: arial;
}
#orderDEmail::-webkit-scrollbar {
width: 0.5vmin;
}
/* Track */
#orderDEmail::-webkit-scrollbar-track {
background: #d1d1d1;
border-top-left-radius: 0.5vmin;
border-bottom-left-radius: 0.5vmin;
}
/* Handle */
#orderDEmail::-webkit-scrollbar-thumb {
background: #adadad;
width: 2vmin;
border-top-left-radius: 0.5vmin;
border-bottom-left-radius: 0.5vmin;
}
/* Handle on hover */
#orderDEmail::-webkit-scrollbar-thumb:hover {
background: #9e9e9e;
}
#orderDPostCode {
position: relative;
margin: auto;
width: 56vmin;
/*margin-right: 1vmin;*/
height: 4vmin;
font-size: 3vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
margin-top: 1vmin;
}
#orderDPostCode::placeholder {
font-size: 3vmin;
color: lightgray;
font-family: arial;
}
#orderDALA {
position: relative;
/*margin: auto;*/
width: 27vmin;
height: 8vmin;
margin-right: 1vmin;
margin-top: 1vmin;
font-size: 3vmin;
border: solid lightgray 0.5px;
padding: 0px;
/*margin: 0px;*/
box-sizing: border-box;
border-radius: 0.5vmin;
}
#orderDALA::placeholder {
font-size: 3vmin;
color: lightgray;
font-family: arial;
}
#OrderDSelectState {
position: relative;
/*margin: auto;*/
width: 27vmin;
height: 8vmin;
font-size: 2.5vmin;
border: solid lightgray 0.5px;
padding: 0px;
margin: 0px;
box-sizing: border-box;
border-radius: 0.5vmin;
}
#POorPI {
margin: 2vmin;
position: relative;
width: 40vmin;
height: 5vmin;
font-size: 4vmin;
box-sizing: border-box;
border: solid lightgray 0.5px;
border-radius: 0.5vmin;
}
#orderButton {
position: absolute;
top: 6vmin;
left: calc(50vw - 8vmin);
width: 26vmin;
height: 4.5vmin;
padding-top: 0.5vmin;
font-size: 4vmin;
text-align: center;
color: #ffffff;
border-radius: 0.5vmin;
background: #ff4c35;
}
#orderDeatails {
position: fixed;
width: 60vmin;
height: 70vmin;
background: #3d3d3d;
/*box-shadow: 5px 5px 5px #999999;*/
z-index: 100000;
left: calc(50% - 30vmin);
top: 10vmin;
border-radius: 2vmin;
}
#orderDeatailsI {
width: 60vmin;
height: 30vmin;
display: flex;
flex-direction: column;
}
#orderDeatailsIA {
width: 60vmin;
height: 56vmin;
margin-top: 5vmin;
display: flex;
flex-direction: column;
overflow-y: scroll;
}
#orderDeatailsIA::-webkit-scrollbar {
width: 2vmin;
}
/* Track */
#orderDeatailsIA::-webkit-scrollbar-track {
background: #d1d1d1;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle */
#orderDeatailsIA::-webkit-scrollbar-thumb {
background: #adadad;
width: 2vmin;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle on hover */
#orderDeatailsIA::-webkit-scrollbar-thumb:hover {
background: #9e9e9e;
}
#orderDeatailsIAI {
display: flex;
flex-direction: column;
}
#orderDeatailsIB {
width: 60vmin;
height: 60vmin;
margin-top: 5vmin;
display: flex;
flex-direction: column;
}
#orderDeatailsIC {
width: 60vmin;
height: 60vmin;
margin-top: 5vmin;
display: flex;
flex-direction: column;
font-size: 3vmin;
color: #ffffff;
}
#orderDOrderButton {
position: relative;
margin-right: 1vmin;
width: 27vmin;
height: 5vmin;
background: #ff4c35;
border-radius: 0.5vmin;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
#orderDCancilButton {
position: relative;
margin-left: 1vmin;
width: 27vmin;
height: 5vmin;
background: #bababa;
border-radius: 0.5vmin;
right: 0px;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
#orderCorO {
position: absolute;
display: flex;
left: 2vmin;
bottom: 2vmin;
}
#orderDR {
display: flex;
margin: auto;
}
#TP {
padding: 1vmin;
color: #ffffff;
font-size: 4vmin
}
#PP {
padding: 1vmin;
color: #ffffff;
font-size: 4vmin
}
#changeItemType {
position: absolute;
height: 3vmin;
bottom: 10vmin;
left: 10vmin;
border: solid lightgray 0.5px;
font-size: 2.5vmin;
box-sizing: border-box;
border-radius: 0.5vmin;
}
#backButton {
position: absolute;
width: 20vmin;
height: 5vmin;
background: #ff4c35;
border-radius: 0.5vmin;
top: 8vmin;
right: 1vmin;
text-align: center;
font-size: 4.5vmin;
color: #ffffff;
}
/*FTP*/
#itemInfoText {
position: absolute;
top: 57vmin;
left: 1vmin;
width: 50vmin;
font-size: 2.5vmin;
color: #000000;
}
.removeFromCartButton {
position: absolute;
bottom: 1vmin;
right: 1vmin;
background: #ff4c35;
width: 20vw;
height: 3vmin;
font-size: 3vmin;
border-radius: 0.5vmin;
color: #ffffff;
}
.defoltOption {
background: none;
}
.defoltOption:hover {
background: none;
}
.ihA {
display: flex;
align-items: center;
}
.ihB {
display: flex;
justify-content: center;
}
.noResize {
resize: none;
outline: none;
border: solid lightgray 0.5px;
padding: 0px;
}
.noResize:focus,
.noResize:hover {
outline: none;
border: solid lightgray 0.5px;
}
.item {
position: relative;
background: #e8e8e8;
border-radius: 2vmin;
width: 90vw;
height: 30vw;
margin-left: 5vw;
margin-top: 3vmin;
margin-bottom: 3vmin;
box-shadow: 5px 5px 5px #999999;
transition: width 0.5s, height 0.5s, box-shadow 0.5s, margin-left 0.5s, margin-bottom 0.5s, margin-top 0.5s;
}
.item:hover {
box-shadow: 10px 10px 5px #999999;
width: 94vw;
height: 34vw;
margin-left: 3vw;
margin-top: calc(3vmin - 2vw);
margin-bottom: calc(3vmin - 2vw);
}
/*.iTypeA {*/
/*}*/
.defont {
font-family: arial;
}
.itemPartA {
position: relative;
display: inline-block;
height: 100%;
width: 33.3333333%;
}
.itemPartAA {
margin-top: calc(100% - 30vw);
position: relative;
height: 15vw;
width: 30vw;
font-size: 5.5vmin;
color: #000000;
float: left;
}
.itemPartAB {
position: relative;
height: 15vw;
width: 30vw;
font-size: 4vmin;
color: #000000;
float: left;
}
.itemPartB {
position: relative;
display: inline-block;
height: 100%;
width: 66.6666667%;
}
.itemImg {
height: 100%;
border-top-right-radius: 2vmin;
border-bottom-right-radius: 2vmin;
float: right;
}
.itemClickP {
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
height: 100%;
width: 100%;
}
.hide {
display: none;
}
.orderImg {
/*box-sizing: border-box;*/
/*margin: solid #000000 1px;*/
}
.imgTypeA {
width: 40vmin;
}
.imgTypeB {
height: 40vmin;
}
.cartItem {
position: relative;
display: inline-block;
width: 43vw;
height: 20vw;
background: #e8e8e8;
margin-right: 2vw;
margin-top: 2vw;
border-radius: 1vmin;
}
.qwantityCart {
position: absolute;
right: 1vmin;
top: 1vmin;
font-size: 3vmin;
width: 22vw;
text-align: right;
color: #000000;
}
.nameCart {
position: absolute;
left: 1vmin;
top: 1vmin;
font-size: 3vmin;
width: 22vw;
text-align: left;
color: #000000;
}
.imgCart {
position: absolute;
left: 1vmin;
bottom: 1vmin;
border-radius: 0.5vmin;
}
/*.imgOrderDisplay {*/
/* display: flex;*/
/* justify-content: center;*/
/*}*/
/*TODO: fix width and height*/
.noneSelecting {
-webkit-user-select: none;
/* Chrome/Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+ */
}
.II {
padding: 1vmin;
color: #ffffff;
font-size: 2vmin
}
body {
padding: 0px;
margin: 0px;
/*width: 98vw;*/
/*height: 98vh;*/
}
body::-webkit-scrollbar {
width: 2vmin;
}
/* Track */
body::-webkit-scrollbar-track {
background: #d1d1d1;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle */
body::-webkit-scrollbar-thumb {
background: #adadad;
width: 2vmin;
border-top-left-radius: 2vmin;
border-bottom-left-radius: 2vmin;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
background: #9e9e9e;
}
| 0.370795 | 0.082957 |
ERROR: type should be string, got " https://contrast-ratio.com/#%237ca361-on-%2326282a \n*/\n:root {\n --button-colour: #61892f; /* dark-lime-green | white */\n --border-colour: #517428; /* even-darker-lime-green | gray */\n --hero-text-colour: #86c232; /* bright-yellow-green | bright-yellow-green */\n --text-colour: #7ca361; /* light-yellow-green | light-yellow-green */\n --link-colour: #92b976; /* lighter-yellow-green | purple */\n --background-colour: #1b1e20; /* almost-black | white */\n --flex-background-colour: #26282a; /* gray | almost-white */ \n --button-text-colour: #fff; /* white | black */\n --footer-colour: #26282a;\n --hero-image-top-gradient: rgba(0, 0, 0, 0.5); /* black-semi-transparent */\n --hero-image-bottom-gradient: rgba(0, 0, 0, 0.25); /* black-quarter-transparent */\n --hero-button-hover: rgba(110, 110, 110, 0.25); /* half-black */\n}\n\n/* Width of scrollbar */\n::-webkit-scrollbar {\n width: 10px;\n}\n/* Colour of scroll track */\n::-webkit-scrollbar-track {\n background: var(--background-colour);\n}\n/* Colour of scrollbar thumb */\n::-webkit-scrollbar-thumb {\n background: var(--button-colour);\n}\n/* Colour of scrollbar thumb on hover */\n::-webkit-scrollbar-thumb:hover {\n background: var(--border-colour);\n}\n\nbody, html {\n scroll-behavior: smooth;\n height: 100%;\n background-color: var(--background-colour);\n font-family: 'Courier New', Courier, monospace;\n}\n\n/* The hero image */\n.hero-image {\n background-image: linear-gradient(var(--hero-image-top-gradient), var(--hero-image-bottom-gradient)), url(\"../Images/csharpbackground2.png\");\n height: 50%;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n position: relative;\n}\n/* Text in middle of image */\n.hero-text {\n text-align: center;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n color: var(--hero-text-colour);\n}\n\n/* Hero button styling */\n.hero-button {\n background-color: var(--button-colour);\n border: none;\n color: var(--button-text-colour);\n padding: 15px 30px;\n text-align: center;\n text-decoration: none;\n display: inline-block;\n font-size: 16px;\n transition-duration: 0.4s;\n}\n/* Apply shadow when hovering over hero button */\n.hero-button-hover:hover {\n box-shadow: 0 12px 16px 0 var(--hero-button-hover), 0 17px 50px 0 var(--hero-button-hover);\n}\n/* Sets link of button to white */\n.hero-button-link {\n color: var(--button-text-colour);\n}\n\n/* Sets up the nav bar used for auto-scrolling down the page */\nul {\n list-style-type: none;\n padding: 10px;\n margin: 0px;\n font-size: 20px;\n overflow: hidden;\n background-color: var(--button-colour);\n}\n.float-left {\n float: left;\n}\n.float-right {\n float: right;\n}\nli a {\n display: inline-block;\n text-align: center;\n padding: 10px 10px;\n text-decoration: none;\n color: var(--button-text-colour);\n}\nli a:hover {\n background-color: var(--background-colour);\n}\n.theme-btn:hover {\n cursor: pointer;\n}\n\n/* Sets up the vertical flex container for about me section */\n.flex-container-vertical {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n/* Sets alignment for each section of vertical flex container*/\n.flex-container-vertical > div {\n background-color: var(--flex-background-colour);\n width: 100%;\n margin: 5px;\n text-align: center;\n color: var(--text-colour);\n}\n\n/* Sets up display for about me/CPD Report sections */\n.display-block {\n display: block;\n width: 100%;\n line-height: 2;\n overflow-wrap: break-word;\n}\n/* Sets up the floating alignment for each subsection */\n/* These are with about me section */\n.education {\n text-align: left;\n padding-left: 20px;\n padding-inline-end: 30%;\n}\n.education img {\n text-align: none; /* Overrides text-align in education class */\n float: left;\n}\n.experience {\n text-align: right;\n padding-right: 20px;\n padding-inline-start: 30%;\n}\n.experience img {\n text-align: none; /* Overrides text-align in experience class */\n float: right;\n}\n.link {\n color: var(--link-colour);\n}\n.interests {\n text-align: left;\n padding-left: 20px;\n padding-inline-end: 30%;\n}\n/* These are CPD Report section */\n.long-text {\n text-align: left;\n padding-left: 20px;\n padding-inline-end: 0%;\n}\n\n/* Sets up the flex container (horizontally) */\n.flex-container-horizontal {\n display: flex;\n flex-direction: row; \n justify-content: center;\n align-items: stretch;\n}\n/* Sets alignment for each section of horizontal flex container*/\n.flex-container-horizontal > div {\n background-color: var(--flex-background-colour);\n width: 100%;\n margin: 5px;\n text-align: center;\n color: var(--text-colour);\n line-height: 75px;\n}\n/* If the width of the page is too small, change the .flex-container-horizontal to .flex-container-vertical*/\n@media (max-width: 850px) {\n .flex-container-horizontal {\n flex-direction: column;\n }\n}\n\n/* Sets up the CPD table properties*/\ntable {\n text-align: left;\n line-height: 2;\n border-spacing: 5px;\n width: 100%;\n padding: 5px;\n border: 1px solid var(--border-colour);\n}\nth, td {\n text-align: left;\n padding: 10px;\n}\n/* Adds the \"zebra table\" effect */\ntr:nth-child(odd) {\n background-color: var(--background-colour);\n}\n\n/* Sets up the socials columns */\n.socials-column {\n box-shadow: 0 1px 1px 0 var(--border-colour), 0 1px 1px 0 var(--button-colour);\n}\n.socials-column:hover{\n box-shadow: 0 2px 3px 0 var(--border-colour), 0 5px 5px 0 var(--button-colour);\n}\n.socials-column-link {\n color: var(--button-colour);\n}\n\n/* Position the image container (needed to position the left and right arrows) */\n.slideshow-container {\n position: relative;\n}\n/* Hide the images by default */\n.slides {\n display: none;\n}\n/* Add a pointer when hovering over the thumbnail images */\n.cursor {\n cursor: pointer;\n}\n/* Next & previous buttons */\n.prev,\n.next {\n cursor: pointer;\n position: absolute;\n top: 40%;\n width: auto;\n padding: 16px;\n margin-top: -50px;\n color: white;\n font-weight: bold;\n font-size: 20px;\n border-radius: 0 3px 3px 0;\n user-select: none;\n -webkit-user-select: none;\n}\n/* Position the \"next button\" to the right */\n.next {\n right: 0;\n border-radius: 3px 0 0 3px;\n}\n/* Position the \"prev button\" to the left */\n.prev {\n left: 0;\n}\n/* On hover, add a black background color with a little bit see-through */\n.prev:hover,\n.next:hover {\n background-color: rgba(0, 0, 0, 0.8);\n}\n/* Number text (1/3 etc) */\n.numbertext {\n color: #f2f2f2;\n font-size: 12px;\n padding: 0px 0px;\n position: absolute;\n top: 1%;\n left: 17%;\n}\n/* Container for image text */\n.caption-container {\n text-align: center;\n background-color: #222;\n padding: 2px 16px;\n color: var(--link-colour);\n}\n.row:after {\n content: \"\";\n display: table;\n clear: both;\n}\n/* Six columns side by side */\n.column {\n float: left;\n width: 16.66%;\n}\n/* Add a transparency effect for thumnbail images */\n.demo {\n opacity: 0.6;\n}\n.active,\n.demo:hover {\n opacity: 1;\n}\n\n/* Sets up the page footer */\n.footer {\n width: 100%;\n background-color: var(--footer-colour);\n color:var(--text-colour);\n text-align: center;\n margin-top: 5px;\n padding-top: 5px;\n padding-bottom: 5px;\n}" |
Main/CSS/dark-theme.css
| ERROR: type should be string, got " https://contrast-ratio.com/#%237ca361-on-%2326282a \n*/\n:root {\n --button-colour: #61892f; /* dark-lime-green | white */\n --border-colour: #517428; /* even-darker-lime-green | gray */\n --hero-text-colour: #86c232; /* bright-yellow-green | bright-yellow-green */\n --text-colour: #7ca361; /* light-yellow-green | light-yellow-green */\n --link-colour: #92b976; /* lighter-yellow-green | purple */\n --background-colour: #1b1e20; /* almost-black | white */\n --flex-background-colour: #26282a; /* gray | almost-white */ \n --button-text-colour: #fff; /* white | black */\n --footer-colour: #26282a;\n --hero-image-top-gradient: rgba(0, 0, 0, 0.5); /* black-semi-transparent */\n --hero-image-bottom-gradient: rgba(0, 0, 0, 0.25); /* black-quarter-transparent */\n --hero-button-hover: rgba(110, 110, 110, 0.25); /* half-black */\n}\n\n/* Width of scrollbar */\n::-webkit-scrollbar {\n width: 10px;\n}\n/* Colour of scroll track */\n::-webkit-scrollbar-track {\n background: var(--background-colour);\n}\n/* Colour of scrollbar thumb */\n::-webkit-scrollbar-thumb {\n background: var(--button-colour);\n}\n/* Colour of scrollbar thumb on hover */\n::-webkit-scrollbar-thumb:hover {\n background: var(--border-colour);\n}\n\nbody, html {\n scroll-behavior: smooth;\n height: 100%;\n background-color: var(--background-colour);\n font-family: 'Courier New', Courier, monospace;\n}\n\n/* The hero image */\n.hero-image {\n background-image: linear-gradient(var(--hero-image-top-gradient), var(--hero-image-bottom-gradient)), url(\"../Images/csharpbackground2.png\");\n height: 50%;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n position: relative;\n}\n/* Text in middle of image */\n.hero-text {\n text-align: center;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n color: var(--hero-text-colour);\n}\n\n/* Hero button styling */\n.hero-button {\n background-color: var(--button-colour);\n border: none;\n color: var(--button-text-colour);\n padding: 15px 30px;\n text-align: center;\n text-decoration: none;\n display: inline-block;\n font-size: 16px;\n transition-duration: 0.4s;\n}\n/* Apply shadow when hovering over hero button */\n.hero-button-hover:hover {\n box-shadow: 0 12px 16px 0 var(--hero-button-hover), 0 17px 50px 0 var(--hero-button-hover);\n}\n/* Sets link of button to white */\n.hero-button-link {\n color: var(--button-text-colour);\n}\n\n/* Sets up the nav bar used for auto-scrolling down the page */\nul {\n list-style-type: none;\n padding: 10px;\n margin: 0px;\n font-size: 20px;\n overflow: hidden;\n background-color: var(--button-colour);\n}\n.float-left {\n float: left;\n}\n.float-right {\n float: right;\n}\nli a {\n display: inline-block;\n text-align: center;\n padding: 10px 10px;\n text-decoration: none;\n color: var(--button-text-colour);\n}\nli a:hover {\n background-color: var(--background-colour);\n}\n.theme-btn:hover {\n cursor: pointer;\n}\n\n/* Sets up the vertical flex container for about me section */\n.flex-container-vertical {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n/* Sets alignment for each section of vertical flex container*/\n.flex-container-vertical > div {\n background-color: var(--flex-background-colour);\n width: 100%;\n margin: 5px;\n text-align: center;\n color: var(--text-colour);\n}\n\n/* Sets up display for about me/CPD Report sections */\n.display-block {\n display: block;\n width: 100%;\n line-height: 2;\n overflow-wrap: break-word;\n}\n/* Sets up the floating alignment for each subsection */\n/* These are with about me section */\n.education {\n text-align: left;\n padding-left: 20px;\n padding-inline-end: 30%;\n}\n.education img {\n text-align: none; /* Overrides text-align in education class */\n float: left;\n}\n.experience {\n text-align: right;\n padding-right: 20px;\n padding-inline-start: 30%;\n}\n.experience img {\n text-align: none; /* Overrides text-align in experience class */\n float: right;\n}\n.link {\n color: var(--link-colour);\n}\n.interests {\n text-align: left;\n padding-left: 20px;\n padding-inline-end: 30%;\n}\n/* These are CPD Report section */\n.long-text {\n text-align: left;\n padding-left: 20px;\n padding-inline-end: 0%;\n}\n\n/* Sets up the flex container (horizontally) */\n.flex-container-horizontal {\n display: flex;\n flex-direction: row; \n justify-content: center;\n align-items: stretch;\n}\n/* Sets alignment for each section of horizontal flex container*/\n.flex-container-horizontal > div {\n background-color: var(--flex-background-colour);\n width: 100%;\n margin: 5px;\n text-align: center;\n color: var(--text-colour);\n line-height: 75px;\n}\n/* If the width of the page is too small, change the .flex-container-horizontal to .flex-container-vertical*/\n@media (max-width: 850px) {\n .flex-container-horizontal {\n flex-direction: column;\n }\n}\n\n/* Sets up the CPD table properties*/\ntable {\n text-align: left;\n line-height: 2;\n border-spacing: 5px;\n width: 100%;\n padding: 5px;\n border: 1px solid var(--border-colour);\n}\nth, td {\n text-align: left;\n padding: 10px;\n}\n/* Adds the \"zebra table\" effect */\ntr:nth-child(odd) {\n background-color: var(--background-colour);\n}\n\n/* Sets up the socials columns */\n.socials-column {\n box-shadow: 0 1px 1px 0 var(--border-colour), 0 1px 1px 0 var(--button-colour);\n}\n.socials-column:hover{\n box-shadow: 0 2px 3px 0 var(--border-colour), 0 5px 5px 0 var(--button-colour);\n}\n.socials-column-link {\n color: var(--button-colour);\n}\n\n/* Position the image container (needed to position the left and right arrows) */\n.slideshow-container {\n position: relative;\n}\n/* Hide the images by default */\n.slides {\n display: none;\n}\n/* Add a pointer when hovering over the thumbnail images */\n.cursor {\n cursor: pointer;\n}\n/* Next & previous buttons */\n.prev,\n.next {\n cursor: pointer;\n position: absolute;\n top: 40%;\n width: auto;\n padding: 16px;\n margin-top: -50px;\n color: white;\n font-weight: bold;\n font-size: 20px;\n border-radius: 0 3px 3px 0;\n user-select: none;\n -webkit-user-select: none;\n}\n/* Position the \"next button\" to the right */\n.next {\n right: 0;\n border-radius: 3px 0 0 3px;\n}\n/* Position the \"prev button\" to the left */\n.prev {\n left: 0;\n}\n/* On hover, add a black background color with a little bit see-through */\n.prev:hover,\n.next:hover {\n background-color: rgba(0, 0, 0, 0.8);\n}\n/* Number text (1/3 etc) */\n.numbertext {\n color: #f2f2f2;\n font-size: 12px;\n padding: 0px 0px;\n position: absolute;\n top: 1%;\n left: 17%;\n}\n/* Container for image text */\n.caption-container {\n text-align: center;\n background-color: #222;\n padding: 2px 16px;\n color: var(--link-colour);\n}\n.row:after {\n content: \"\";\n display: table;\n clear: both;\n}\n/* Six columns side by side */\n.column {\n float: left;\n width: 16.66%;\n}\n/* Add a transparency effect for thumnbail images */\n.demo {\n opacity: 0.6;\n}\n.active,\n.demo:hover {\n opacity: 1;\n}\n\n/* Sets up the page footer */\n.footer {\n width: 100%;\n background-color: var(--footer-colour);\n color:var(--text-colour);\n text-align: center;\n margin-top: 5px;\n padding-top: 5px;\n padding-bottom: 5px;\n}" | 0.47926 | 0.141519 |
.center {
margin: auto;
width: 60%;
padding: 10px;
border-style: double;
}
.center1 {
margin: auto;
width: 60%;
padding: 10px;
}
input {
padding: 9px;
border: solid 1px #E5E5E5;
outline: 0;
font: normal 13px/100% Verdana, Tahoma, sans-serif;
width: 175px;
background: #FFFFFF url('bg_form.png') left top repeat-x;
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
border-color: #C9C9C9;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label {
margin-left: 10px;
color: #999999;
}
/* Normal white Button as seen on Google.com*/
button {
color: #444444;
background: #F3F3F3;
border: 1px #DADADA solid;
padding: 5px 10px;
border-radius: 2px;
font-weight: bold;
font-size: 14pt;
outline: none;
}
button:hover {
border: 1px #C6C6C6 solid;
box-shadow: 1px 1px 1px #EAEAEA;
color: #333333;
background: #F7F7F7;
}
button:active {
box-shadow: inset 1px 1px 1px #DFDFDF;
}
.heading {
position: relative;
margin: 0 0 30px;
padding-bottom: 30px;
text-align: center;
font-size: 30px;
letter-spacing: 0.06em;
}
.heading:before {
content: "";
display: block;
position: absolute;
left: 50%;
transform:translateX(-50%);
bottom: 0;
width: 50px;
height: 6px;
border-left: 50px solid #f12735;
background-color: #1598e3;
}
.heading:after {
content: "";
display: block;
position: absolute;
right: 50%;
bottom: 0;
border-right: 3px solid #1598e3;
border-bottom: 3px solid #1598e3;
border-top: 3px solid transparent;
border-left: 3px solid transparent;
}
/* UNIMPORTANT SETUP STYLES */
body {
margin: 0;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
line-height: 32px;
color: #101010;
background: linear-gradient(to bottom, #ffffff, #dddddd);
}
.content {
margin: 0 auto;
padding: 30px;
max-width: 760px;
}
p {
margin: 0 0 20px;
}
/* HEADING STYLES */
h1 {
position: relative; /* This is important */
margin: 1.5em 0 .9em;
font-size: 28px;
line-height: 1.2;
font-weight: bold;
text-align: center;
overflow: hidden; /* This is important */
}
/* Create two pseudo-elements */
h1:before, h1:after {
position: absolute;
top: 50%;
content: '';
width: 50%;
height: 2px;
display: inline-block;
background: #303030;
}
/* Adjust the "14px" value to change the text's left padding */
h1:before {
margin-left: calc(-50% - 14px);
}
/* Adjust the "14px" value to change the text's right padding */
h1:after {
margin-left: 14px;
}
/*[ Button ]*/
.container-login100-form-btn {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: auto;
padding: 10px;
width: 60%;
}
.login100-form-btn {
font-family: Ubuntu-Bold;
font-size: 18px;
color: #fff;
line-height: 1.2;
text-transform: uppercase;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
min-width: 160px;
height: 42px;
border-radius: 21px;
background: #d41872;
background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
background: linear-gradient(left, #a445b2, #d41872, #fa4299);
position: relative;
z-index: 1;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login100-form-btn::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
border-radius: 21px;
background-color: #555555;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login100-form-btn:hover {
background-color: transparent;
}
.login100-form-btn:hover:before {
opacity: 1;
}
select {
-webkit-appearance: button;
-moz-appearance: button;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-padding-end: 20px;
-moz-padding-end: 20px;
-webkit-padding-start: 2px;
-moz-padding-start: 2px;
background-color:#dddddd; /* Fallback color if gradients are not supported */
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
background-position: center right;
background-repeat: no-repeat;
border: 1px solid #AAA;
border-radius: 2px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
color: #555;
font-size: inherit;
margin: 0;
overflow: hidden;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
white-space: nowrap;
}
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid blue;
border-right: 16px solid green;
border-bottom: 16px solid red;
border-left: 16px solid pink;
width: 10px;
height: 10px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
display: none;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
|
src/style.css
|
.center {
margin: auto;
width: 60%;
padding: 10px;
border-style: double;
}
.center1 {
margin: auto;
width: 60%;
padding: 10px;
}
input {
padding: 9px;
border: solid 1px #E5E5E5;
outline: 0;
font: normal 13px/100% Verdana, Tahoma, sans-serif;
width: 175px;
background: #FFFFFF url('bg_form.png') left top repeat-x;
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
border-color: #C9C9C9;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label {
margin-left: 10px;
color: #999999;
}
/* Normal white Button as seen on Google.com*/
button {
color: #444444;
background: #F3F3F3;
border: 1px #DADADA solid;
padding: 5px 10px;
border-radius: 2px;
font-weight: bold;
font-size: 14pt;
outline: none;
}
button:hover {
border: 1px #C6C6C6 solid;
box-shadow: 1px 1px 1px #EAEAEA;
color: #333333;
background: #F7F7F7;
}
button:active {
box-shadow: inset 1px 1px 1px #DFDFDF;
}
.heading {
position: relative;
margin: 0 0 30px;
padding-bottom: 30px;
text-align: center;
font-size: 30px;
letter-spacing: 0.06em;
}
.heading:before {
content: "";
display: block;
position: absolute;
left: 50%;
transform:translateX(-50%);
bottom: 0;
width: 50px;
height: 6px;
border-left: 50px solid #f12735;
background-color: #1598e3;
}
.heading:after {
content: "";
display: block;
position: absolute;
right: 50%;
bottom: 0;
border-right: 3px solid #1598e3;
border-bottom: 3px solid #1598e3;
border-top: 3px solid transparent;
border-left: 3px solid transparent;
}
/* UNIMPORTANT SETUP STYLES */
body {
margin: 0;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
line-height: 32px;
color: #101010;
background: linear-gradient(to bottom, #ffffff, #dddddd);
}
.content {
margin: 0 auto;
padding: 30px;
max-width: 760px;
}
p {
margin: 0 0 20px;
}
/* HEADING STYLES */
h1 {
position: relative; /* This is important */
margin: 1.5em 0 .9em;
font-size: 28px;
line-height: 1.2;
font-weight: bold;
text-align: center;
overflow: hidden; /* This is important */
}
/* Create two pseudo-elements */
h1:before, h1:after {
position: absolute;
top: 50%;
content: '';
width: 50%;
height: 2px;
display: inline-block;
background: #303030;
}
/* Adjust the "14px" value to change the text's left padding */
h1:before {
margin-left: calc(-50% - 14px);
}
/* Adjust the "14px" value to change the text's right padding */
h1:after {
margin-left: 14px;
}
/*[ Button ]*/
.container-login100-form-btn {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: auto;
padding: 10px;
width: 60%;
}
.login100-form-btn {
font-family: Ubuntu-Bold;
font-size: 18px;
color: #fff;
line-height: 1.2;
text-transform: uppercase;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
min-width: 160px;
height: 42px;
border-radius: 21px;
background: #d41872;
background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
background: linear-gradient(left, #a445b2, #d41872, #fa4299);
position: relative;
z-index: 1;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login100-form-btn::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
border-radius: 21px;
background-color: #555555;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login100-form-btn:hover {
background-color: transparent;
}
.login100-form-btn:hover:before {
opacity: 1;
}
select {
-webkit-appearance: button;
-moz-appearance: button;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-padding-end: 20px;
-moz-padding-end: 20px;
-webkit-padding-start: 2px;
-moz-padding-start: 2px;
background-color:#dddddd; /* Fallback color if gradients are not supported */
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
background-position: center right;
background-repeat: no-repeat;
border: 1px solid #AAA;
border-radius: 2px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
color: #555;
font-size: inherit;
margin: 0;
overflow: hidden;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
white-space: nowrap;
}
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid blue;
border-right: 16px solid green;
border-bottom: 16px solid red;
border-left: 16px solid pink;
width: 10px;
height: 10px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
display: none;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
| 0.327238 | 0.131787 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
color: #ecf0f1;
}
.small {
font-size: 0.9em;
}
body {
background: #34495e;
}
div.container {
display: flex;
flex-direction: column;
min-height: 100vh;
max-width: 100vw;
}
header {
height: 100px;
display: flex;
background: #2c3e50;
box-shadow: 0px 0px 50px 100px #2c3e50;
justify-content: space-between;
align-items: center;
padding: 0 25vw;
}
header .icon {
height: inherit;
padding: 5px;
}
header .icon img {
height: 100%;
}
header .nav-links {
display: flex;
list-style: none;
}
header .nav-links .nav-item {
padding: 0 26px;
}
main {
margin: 50px 0px;
display: flex;
flex: 1;
z-index: 1;
}
main.center-content {
justify-content: center;
align-content: center;
flex-direction: column;
}
div.error-content {
text-align: center;
}
footer {
height: 50px;
background: #2c3e50;
box-shadow: 0px 0px 52px 57px rgba(44,62,80,1);
align-items: center;
text-align: center;
position: relative;
padding: 9px 10vw;
}
footer::after {
clear: both;
}
.markdown-body p:first-of-type {
text-align: center;
display: flex;
justify-content: space-between;
align-items: center;
}
.markdown-body br {
display: none;
}
.markdown-body img {
background: none;
}
footer span, footer nav {
display: block;
line-height: 32px;
}
footer span.icon {
background-image: url("/images/icon.png");
background-size: cover;
background-repeat: no-repeat;
height: 32px;
width: 32px;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
footer span.copyright {
float: left;
}
footer nav {
float: right;
}
form.big-form {
width: 75vw;
margin: 0 auto;
padding: 45px;
display: flex;
flex-direction: column;
}
form .form-group {
font-size: 0;
margin-bottom: 15px;
display: flex;
}
form input, form article, form select, form label {
background: #2c3e50;
outline: none;
border: none;
padding: 10px;
}
form label {
-webkit-writing-mode: horizontal-tb !important;
text-rendering: auto;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
-webkit-appearance: textfield;
-webkit-rtl-ordering: logical;
font: 400 13.3333px Arial;
}
.form-group > *:first-child {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.form-group > *:last-child {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.form-group > * {
font-size: 13px;
}
#game-container {
display: flex;
margin: 0 auto;
flex-direction: row-reverse;
padding: 15px;
border-radius: 15px;
background: #2c3e50;
}
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
}
.hljs-comment,
.hljs-quote {
color: #998;
font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #333;
font-weight: bold;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
color: #008080;
}
.hljs-string,
.hljs-doctag {
color: #d14;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
color: #900;
font-weight: bold;
}
.hljs-subst {
font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
color: #458;
font-weight: bold;
}
.hljs-tag,
.hljs-name,
.hljs-attr {
color: #000080;
font-weight: normal;
}
.hljs-regexp,
.hljs-link {
color: #009926;
}
.hljs-symbol,
.hljs-bullet {
color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
color: #0086b3;
}
.hljs-meta {
color: #999;
font-weight: bold;
}
.hljs-deletion {
background: #fdd;
}
.hljs-addition {
background: #dfd;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
.code-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
word-wrap: break-word;
font-size: 16px;
line-height: 1.5;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}
.code-body pre {
font-size: 85%;
word-wrap: normal;
word-break: normal;
}
.code-body pre, .code-body code {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}
.markdown-body .highlight pre, .markdown-body pre {
background-color: #2c3e50;
}
.markdown-body a {
color: #2980b9;
}
.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v,
.code-body .hljs-number {
color: #3498db;
}
.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
color: #16a085;
}
.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.code-body .hljs-attr,
.code-body .hljs-string {
color: #2980b9;
}
.markdown-body .pl-k {
color: #e74c3c;
}
.markdown-body .pl-en {
color: #9b59b6;
}
.markdown-body .pl-smi {
color: #f39c12;
}
|
css/master.css
|
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
color: #ecf0f1;
}
.small {
font-size: 0.9em;
}
body {
background: #34495e;
}
div.container {
display: flex;
flex-direction: column;
min-height: 100vh;
max-width: 100vw;
}
header {
height: 100px;
display: flex;
background: #2c3e50;
box-shadow: 0px 0px 50px 100px #2c3e50;
justify-content: space-between;
align-items: center;
padding: 0 25vw;
}
header .icon {
height: inherit;
padding: 5px;
}
header .icon img {
height: 100%;
}
header .nav-links {
display: flex;
list-style: none;
}
header .nav-links .nav-item {
padding: 0 26px;
}
main {
margin: 50px 0px;
display: flex;
flex: 1;
z-index: 1;
}
main.center-content {
justify-content: center;
align-content: center;
flex-direction: column;
}
div.error-content {
text-align: center;
}
footer {
height: 50px;
background: #2c3e50;
box-shadow: 0px 0px 52px 57px rgba(44,62,80,1);
align-items: center;
text-align: center;
position: relative;
padding: 9px 10vw;
}
footer::after {
clear: both;
}
.markdown-body p:first-of-type {
text-align: center;
display: flex;
justify-content: space-between;
align-items: center;
}
.markdown-body br {
display: none;
}
.markdown-body img {
background: none;
}
footer span, footer nav {
display: block;
line-height: 32px;
}
footer span.icon {
background-image: url("/images/icon.png");
background-size: cover;
background-repeat: no-repeat;
height: 32px;
width: 32px;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
footer span.copyright {
float: left;
}
footer nav {
float: right;
}
form.big-form {
width: 75vw;
margin: 0 auto;
padding: 45px;
display: flex;
flex-direction: column;
}
form .form-group {
font-size: 0;
margin-bottom: 15px;
display: flex;
}
form input, form article, form select, form label {
background: #2c3e50;
outline: none;
border: none;
padding: 10px;
}
form label {
-webkit-writing-mode: horizontal-tb !important;
text-rendering: auto;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
-webkit-appearance: textfield;
-webkit-rtl-ordering: logical;
font: 400 13.3333px Arial;
}
.form-group > *:first-child {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.form-group > *:last-child {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.form-group > * {
font-size: 13px;
}
#game-container {
display: flex;
margin: 0 auto;
flex-direction: row-reverse;
padding: 15px;
border-radius: 15px;
background: #2c3e50;
}
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
}
.hljs-comment,
.hljs-quote {
color: #998;
font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #333;
font-weight: bold;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
color: #008080;
}
.hljs-string,
.hljs-doctag {
color: #d14;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
color: #900;
font-weight: bold;
}
.hljs-subst {
font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
color: #458;
font-weight: bold;
}
.hljs-tag,
.hljs-name,
.hljs-attr {
color: #000080;
font-weight: normal;
}
.hljs-regexp,
.hljs-link {
color: #009926;
}
.hljs-symbol,
.hljs-bullet {
color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
color: #0086b3;
}
.hljs-meta {
color: #999;
font-weight: bold;
}
.hljs-deletion {
background: #fdd;
}
.hljs-addition {
background: #dfd;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
.code-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
word-wrap: break-word;
font-size: 16px;
line-height: 1.5;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}
.code-body pre {
font-size: 85%;
word-wrap: normal;
word-break: normal;
}
.code-body pre, .code-body code {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}
.markdown-body .highlight pre, .markdown-body pre {
background-color: #2c3e50;
}
.markdown-body a {
color: #2980b9;
}
.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v,
.code-body .hljs-number {
color: #3498db;
}
.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
color: #16a085;
}
.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.code-body .hljs-attr,
.code-body .hljs-string {
color: #2980b9;
}
.markdown-body .pl-k {
color: #e74c3c;
}
.markdown-body .pl-en {
color: #9b59b6;
}
.markdown-body .pl-smi {
color: #f39c12;
}
| 0.364099 | 0.078961 |
html, body {
height: 100%;
}
body {
background-color: lavender;
margin: 0;
text-align: center;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
mat-horizontal-stepper {
width: 40%;
min-width: 300px;
margin: 0px auto;
margin-bottom: 10px;
padding: 10px;
padding-bottom: 0px;
border-radius: 20px;
box-shadow: 0px 0px 20px -10px;
}
.offers-list {
background-color: white;
width: 40%;
min-width: 300px;
max-width: initial;
margin: 0px auto;
margin-bottom: 10px;
padding: 10px;
padding-bottom: 0px;
border-radius: 20px;
box-shadow: 0px 0px 20px -10px;
}
.summary-header {
min-width: fit-content;
background-color: lightsteelblue;
border-radius: 10px;
box-shadow: 1px 1px 6px -5px;
margin: 0;
}
.summary-container {
min-width: fit-content;
/*background-color: lightblue;*/
display: flex;
flex-direction: column;
justify-content: center;
padding: 10px;
margin: 0px auto;
margin-bottom: 5px;
border-radius: 20px;
/*box-shadow: 1px 1px 5px -3px;*/
}
.summary-container button {
margin: 5px;
}
.summary-content {
min-width: fit-content;
background-color: lightblue;
padding: 2px;
margin: 0px auto;
margin-bottom: 7px;
border-radius: 20px;
box-shadow: 1px 1px 7px -5px;
}
.summary-content summary {
padding: 0px 20px;
}
.summary-content ul {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 0px;
margin-bottom: 2px;
margin-right: 50px;
}
.summary-add-offer {
background-color: lavender;
}
.step-form {
width: 80%;
min-width: fit-content;
margin: 0px auto;
margin-bottom: 2px;
background-color: aliceblue;
border-radius: 15px;
box-shadow: 1px 1px 7px -5px;
}
.step-form-header {
min-width: fit-content;
background-color: lightsteelblue;
border-radius: 10px;
box-shadow: 1px 1px 6px -5px;
margin: 0px;
margin-bottom: 10px;
}
.step-form-subheader {
margin: 0px;
margin-top: 10px;
}
.mat-button {
width: 30%;
min-width: fit-content;
box-shadow: 1px 1px 6px -5px;
}
.buttons-container {
display: flex;
justify-content: space-evenly;
margin-top: 5px;
}
mat-radio-button{
margin-right: 10px;
margin-top: 5px;
}
.mat-h1 {
margin: 0px 0px;
font-weight: bold;
font-style: oblique;
}
|
biu/example-projects/wizard-form/src/styles.css
|
html, body {
height: 100%;
}
body {
background-color: lavender;
margin: 0;
text-align: center;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
mat-horizontal-stepper {
width: 40%;
min-width: 300px;
margin: 0px auto;
margin-bottom: 10px;
padding: 10px;
padding-bottom: 0px;
border-radius: 20px;
box-shadow: 0px 0px 20px -10px;
}
.offers-list {
background-color: white;
width: 40%;
min-width: 300px;
max-width: initial;
margin: 0px auto;
margin-bottom: 10px;
padding: 10px;
padding-bottom: 0px;
border-radius: 20px;
box-shadow: 0px 0px 20px -10px;
}
.summary-header {
min-width: fit-content;
background-color: lightsteelblue;
border-radius: 10px;
box-shadow: 1px 1px 6px -5px;
margin: 0;
}
.summary-container {
min-width: fit-content;
/*background-color: lightblue;*/
display: flex;
flex-direction: column;
justify-content: center;
padding: 10px;
margin: 0px auto;
margin-bottom: 5px;
border-radius: 20px;
/*box-shadow: 1px 1px 5px -3px;*/
}
.summary-container button {
margin: 5px;
}
.summary-content {
min-width: fit-content;
background-color: lightblue;
padding: 2px;
margin: 0px auto;
margin-bottom: 7px;
border-radius: 20px;
box-shadow: 1px 1px 7px -5px;
}
.summary-content summary {
padding: 0px 20px;
}
.summary-content ul {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 0px;
margin-bottom: 2px;
margin-right: 50px;
}
.summary-add-offer {
background-color: lavender;
}
.step-form {
width: 80%;
min-width: fit-content;
margin: 0px auto;
margin-bottom: 2px;
background-color: aliceblue;
border-radius: 15px;
box-shadow: 1px 1px 7px -5px;
}
.step-form-header {
min-width: fit-content;
background-color: lightsteelblue;
border-radius: 10px;
box-shadow: 1px 1px 6px -5px;
margin: 0px;
margin-bottom: 10px;
}
.step-form-subheader {
margin: 0px;
margin-top: 10px;
}
.mat-button {
width: 30%;
min-width: fit-content;
box-shadow: 1px 1px 6px -5px;
}
.buttons-container {
display: flex;
justify-content: space-evenly;
margin-top: 5px;
}
mat-radio-button{
margin-right: 10px;
margin-top: 5px;
}
.mat-h1 {
margin: 0px 0px;
font-weight: bold;
font-style: oblique;
}
| 0.424889 | 0.081119 |
*,
*:before,
*:after {
box-sizing: inherit; }
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0; }
article,
aside,
footer,
header,
nav,
section {
display: block; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
figcaption,
figure,
main {
display: block; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic; }
mark {
background-color: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
audio,
video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
button,
input,
optgroup,
select,
textarea {
font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto; }
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block; }
summary {
display: list-item; }
canvas {
display: inline-block; }
template, [hidden] {
display: none; }
body {
color: #252525; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0; }
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
margin-top: 20px; }
h1 + h2 {
margin-top: 40px; }
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
margin-top: 6px; }
header {
margin-bottom: 20px; }
header h1 + .subtitle {
margin-top: 34px; }
aside h1 {
font-size: 1.25rem; }
aside h2 {
font-size: 1.1rem; }
aside h3 {
font-size: 1rem; }
aside h4,
aside h5,
aside h6 {
font-size: 0.8rem; }
table {
width: 100%;
max-width: 100%;
margin-bottom: 35px;
border-collapse: collapse; }
table th,
table td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
text-align: left; }
table thead th {
vertical-align: bottom;
border-top: 0px none; }
a {
color: #047A9C;
text-decoration: underline; }
a:hover, a:active, a:focus, a.active {
color: #005A70;
text-decoration: none; }
abbr,
abbr[title] {
text-decoration: none; }
ins:before {
content: '+'; }
ins:after {
content: '+'; }
mark {
background: #ffb81c; }
small {
font-size: 0.85714rem;
line-height: 1.14286rem; }
sub,
sup {
font-size: 90%; }
sub {
top: 0.2rem; }
sup {
top: -0.2rem; }
pre {
max-width: 100%;
overflow-x: auto; }
pre,
code,
kbd {
font-family: Monaco, "Lucida Console", monospace; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-light-da64ceea3b.woff2") format("woff2"), url("/fonts/opensans-light-53a11096c5.woff") format("woff");
font-weight: 100;
font-style: normal; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-lightitalic-707849a517.woff2") format("woff2"), url("/fonts/opensans-lightitalic-389d741999.woff") format("woff");
font-weight: 100;
font-style: italic; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-regular-b441fb16c5.woff2") format("woff2"), url("/fonts/opensans-regular-15825b5abe.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-italic-6d38b18228.woff2") format("woff2"), url("/fonts/opensans-italic-dd1a3b9ead.woff") format("woff");
font-weight: normal;
font-style: italic; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-semibold-a70818381c.woff2") format("woff2"), url("/fonts/opensans-semibold-0784673c38.woff") format("woff");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-semibolditalic-42ccf600b0.woff2") format("woff2"), url("/fonts/opensans-semibolditalic-67c268765a.woff") format("woff");
font-weight: 600;
font-style: italic; }
html, .pe-base-fontsize {
font-size: 0.875rem; }
body, .pe-fontstack {
font-family: "Open Sans", Calibri, Tahoma, sans-serif; }
.pe-copy {
font-size: 1rem;
line-height: 1.57143rem;
color: #252525; }
.pe-copy--secondary, .pe-label--secondary {
color: #6a7070; }
.pe-copy--small {
font-size: 0.85714rem;
line-height: 1.42857rem;
color: #252525; }
.pe-copy--large, .pe-heading-level6, h6, header h5 + .subtitle {
font-size: 1.14286rem;
line-height: 1.71429rem;
color: #252525; }
.pe-paragraph, p {
font-size: 1rem;
line-height: 1.57143rem;
margin-bottom: 0.85714rem;
margin-top: 0;
color: #252525; }
.pe-paragraph--last {
margin-bottom: 0;
color: #252525; }
.pe-lead {
font-size: 1.42857rem;
line-height: 2rem;
font-weight: lighter;
color: #252525; }
.pe-page-title {
font-size: 2.71429rem;
line-height: 3.71429rem;
font-weight: lighter;
color: #252525; }
.pe-page-title--small, .pe-heading-level1, h1 {
font-size: 2rem;
line-height: 2.71429rem;
font-weight: lighter;
color: #252525; }
.pe-title, .pe-heading-level3, h3, header h2 + .subtitle, .pe-heading-level4, h4, header h3 + .subtitle {
font-size: 1.42857rem;
line-height: 1.85714rem;
font-weight: normal;
color: #252525; }
.pe-title--small, .pe-heading-level5, h5, header h4 + .subtitle {
font-size: 1.28571rem;
line-height: 1.57143rem;
font-weight: normal;
color: #252525; }
.pe-title--large, .pe-heading-level2, h2, header h1 + .subtitle {
font-size: 1.71429rem;
line-height: 2rem;
font-weight: normal;
color: #252525; }
.pe-page-title--secondary,
.pe-title--secondary {
color: #6A7070; }
.pe-label {
font-size: 1rem;
line-height: 1.28571rem; }
.pe-label.pe-label--inverse {
color: #FFFFFF; }
.pe-label--secondary.pe-label--inverse {
color: #F5F5F5; }
.pe-label--small {
font-size: 0.85714rem;
line-height: 1.14286rem; }
.pe-label--large {
font-size: 1.14286rem;
line-height: 1.42857rem; }
.pe-label--bold,
.pe-bold {
font-weight: 600; }
.pe-list {
margin: 12px 0;
padding-left: 1.85714rem; }
.pe-list li {
font-size: 1rem;
line-height: 1.57143rem;
margin-bottom: 0.85714rem;
margin-bottom: 0.42857rem; }
.pe-list li > ol,
.pe-list li > ul {
margin-top: 0.42857rem; }
.pe-list.pe-styled-lists--ordered {
list-style-type: decimal; }
.pe-list.pe-styled-lists--ordered ol {
list-style-type: lower-alpha;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists--ordered ol ol {
list-style-type: lower-roman; }
.pe-list.pe-styled-lists--unordered {
list-style-type: disc; }
.pe-list.pe-styled-lists--unordered ul {
list-style-type: circle;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists--unordered ul ul {
list-style-type: square; }
.pe-list.pe-styled-lists-heading--ordered {
list-style-type: decimal;
margin-top: 0; }
.pe-list.pe-styled-lists-heading--ordered ol {
list-style-type: lower-alpha;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists-heading--ordered ol ol {
list-style-type: lower-roman; }
.pe-list.pe-styled-lists-heading--unordered {
list-style-type: disc;
margin-top: 0; }
.pe-list.pe-styled-lists-heading--unordered ul {
list-style-type: circle;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists-heading--unordered ul ul {
list-style-type: square; }
.pe-list--unstyled {
list-style: none;
padding-left: 0; }
.pe-list--unstyled ul {
padding-left: 1.85714rem; }
.pe-heading-level1, h1 {
margin-bottom: 6px; }
.pe-heading-level2, h2, header h1 + .subtitle {
margin-bottom: 6px; }
.pe-heading-level3, h3, header h2 + .subtitle {
font-weight: bold;
margin-bottom: 6px; }
.pe-heading-level4, h4, header h3 + .subtitle {
margin-bottom: 6px; }
.pe-heading-level5, h5, header h4 + .subtitle {
margin-bottom: 6px; }
.pe-heading-level6, h6, header h5 + .subtitle {
margin-bottom: 6px; }
* + [class^="pe-heading-level"] {
margin-top: 20px; }
.pe-code {
font-family: Monaco, "Lucida Console", monospace;
color: #F5F5F5;
font-size: 1rem;
line-height: 1.42857rem;
background: #005A70;
padding: 30px 50px; }
.pe-code-inline,
.pe-kbd {
font-family: Monaco, "Lucida Console", monospace;
background: #E9E9E9;
padding: 0 4px; }
#pe-icons-sprite {
display: none; }
svg[class^='pe-icon--'] {
display: inline-block;
vertical-align: top;
fill: currentColor; }
[class^='pe-btn'] svg[class$='-18'] {
vertical-align: text-top; }
.pe-btn--btn_large svg[class$='-24'] {
margin-top: 5px; }
.pe-btn--btn_xlarge svg[class$='-24'],
[class$='--btn_xlarge'] svg[class$='-24'] {
margin-top: 8px; }
svg[class$='-18'] {
width: 18px;
height: 18px; }
svg[class$='-24'] {
width: 24px;
height: 24px; }
svg[class$="font-setting-18"] {
width: 24px;
height: 18px; }
svg[class$="font-setting-24"] {
width: 32px;
height: 24px; }
svg[class$="new-notification-9"] {
vertical-align: middle;
width: 10px;
height: 10px; }
.pe-btn, .pe-btn--btn_small, .pe-btn--btn_large, .pe-btn--btn_xlarge, .pe-btn__primary, .pe-btn__primary--btn_small, .pe-btn__primary--btn_large, .pe-btn__primary--btn_xlarge, .pe-btn__cta, .pe-btn__cta--btn_small, .pe-btn__cta--btn_large, .pe-btn__cta--btn_xlarge {
border-radius: 2px;
border: none;
display: inline-block;
vertical-align: middle;
cursor: pointer;
font-size: 14px;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-weight: 600; }
.pe-btn--btn_large, .pe-btn__primary--btn_large, .pe-btn__cta--btn_large {
height: 36px;
font-size: 14px;
line-height: 36px;
padding: 0 12px; }
.pe-btn--btn_xlarge, .pe-btn__primary--btn_xlarge, .pe-btn__cta--btn_xlarge {
height: 44px;
font-size: 18px;
line-height: 44px;
padding: 0 20px; }
.pe-icon--btn {
padding: 0;
background-color: transparent;
border: 0; }
.pe-link, .pe-link--btn {
text-decoration: underline;
background-color: transparent;
border: none;
cursor: pointer; }
.pe-link {
color: #047A9C;
padding: 0; }
.pe-link:hover, .pe-link:focus {
color: #005A70;
text-decoration: none; }
.pe-link--btn {
color: #047A9C;
padding: 4px; }
.pe-link--btn:hover, .pe-link--btn:focus {
text-decoration: none; }
.pe-link--btn:disabled {
color: #6A7070;
text-decoration: none; }
.pe-btn {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn:hover, .pe-btn:active, .pe-btn:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn:disabled, .pe-btn.pe-btn--disabled, .pe-btn.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn--btn_small {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn--btn_small:hover, .pe-btn--btn_small:active, .pe-btn--btn_small:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn--btn_small:disabled, .pe-btn--btn_small.pe-btn--disabled, .pe-btn--btn_small.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn--btn_large {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn--btn_large:hover, .pe-btn--btn_large:active, .pe-btn--btn_large:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn--btn_large:disabled, .pe-btn--btn_large.pe-btn--disabled, .pe-btn--btn_large.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn--btn_xlarge {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn--btn_xlarge:hover, .pe-btn--btn_xlarge:active, .pe-btn--btn_xlarge:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn--btn_xlarge:disabled, .pe-btn--btn_xlarge.pe-btn--disabled, .pe-btn--btn_xlarge.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary:hover, .pe-btn__primary:active, .pe-btn__primary:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary:disabled, .pe-btn__primary.pe-btn--disabled, .pe-btn__primary.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary--btn_small {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary--btn_small:hover, .pe-btn__primary--btn_small:active, .pe-btn__primary--btn_small:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary--btn_small:disabled, .pe-btn__primary--btn_small.pe-btn--disabled, .pe-btn__primary--btn_small.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary--btn_large {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary--btn_large:hover, .pe-btn__primary--btn_large:active, .pe-btn__primary--btn_large:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary--btn_large:disabled, .pe-btn__primary--btn_large.pe-btn--disabled, .pe-btn__primary--btn_large.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary--btn_xlarge {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary--btn_xlarge:hover, .pe-btn__primary--btn_xlarge:active, .pe-btn__primary--btn_xlarge:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary--btn_xlarge:disabled, .pe-btn__primary--btn_xlarge.pe-btn--disabled, .pe-btn__primary--btn_xlarge.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta:hover, .pe-btn__cta:active, .pe-btn__cta:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta:disabled, .pe-btn__cta.pe-btn--disabled, .pe-btn__cta.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta--btn_small {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta--btn_small:hover, .pe-btn__cta--btn_small:active, .pe-btn__cta--btn_small:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta--btn_small:disabled, .pe-btn__cta--btn_small.pe-btn--disabled, .pe-btn__cta--btn_small.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta--btn_large {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta--btn_large:hover, .pe-btn__cta--btn_large:active, .pe-btn__cta--btn_large:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta--btn_large:disabled, .pe-btn__cta--btn_large.pe-btn--disabled, .pe-btn__cta--btn_large.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta--btn_xlarge {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta--btn_xlarge:hover, .pe-btn__cta--btn_xlarge:active, .pe-btn__cta--btn_xlarge:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta--btn_xlarge:disabled, .pe-btn__cta--btn_xlarge.pe-btn--disabled, .pe-btn__cta--btn_xlarge.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-select-container, .pe-select-container-focus, .pe-select-container-error, .pe-select-container-focus-error, .pe-select-container-disabled, .pe-select-container-readonly, .pe-select-container--fancy, .pe-select-container-fancy-focus, .pe-select-container-fancy-error, .pe-select-container-fancy-error-focus, .pe-select-container-fancy-disabled, .pe-select-container-fancy-readonly {
position: relative;
display: block;
min-width: 250px;
padding: 0; }
.pe-select-container svg, .pe-select-container-focus svg, .pe-select-container-error svg, .pe-select-container-focus-error svg, .pe-select-container-disabled svg, .pe-select-container-readonly svg, .pe-select-container--fancy svg, .pe-select-container-fancy-focus svg, .pe-select-container-fancy-error svg, .pe-select-container-fancy-error-focus svg, .pe-select-container-fancy-disabled svg, .pe-select-container-fancy-readonly svg {
position: absolute;
bottom: 8px;
right: 14px;
pointer-events: none; }
.pe-select-container select, .pe-select-container-focus select, .pe-select-container-error select, .pe-select-container-focus-error select, .pe-select-container-disabled select, .pe-select-container-readonly select, .pe-select-container--fancy select, .pe-select-container-fancy-focus select, .pe-select-container-fancy-error select, .pe-select-container-fancy-error-focus select, .pe-select-container-fancy-disabled select, .pe-select-container-fancy-readonly select {
box-sizing: border-box;
width: 100%;
min-height: 34px;
margin: 0;
padding: 0 14px;
outline: none; }
.pe-selectInput--basic, .pe-select--basic_error {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #FFFFFF;
border: 1px solid transparent;
padding-top: 8px; }
.pe-textInput--basic, .pe-textInput--basic_error, .pe-select-container, .pe-select-container-focus, .pe-select-container-error, .pe-select-container-focus-error, .pe-select-container-disabled, .pe-select-container-readonly, .pe-select-container--fancy, .pe-select-container-fancy-focus, .pe-select-container-fancy-error, .pe-select-container-fancy-error-focus, .pe-select-container-fancy-disabled, .pe-select-container-fancy-readonly {
padding: 0px 14px 0px 14px;
height: 36px;
width: 100%;
box-sizing: border-box;
display: block;
border-radius: 3px;
font-size: 14px;
line-height: 18px;
background-color: #FFFFFF;
color: #252525; }
.pe-textInput, .pe-textInput--input_error, .pe-textInput--input_readonly, .pe-selectInput--fancy, .pe-selectInput-fancy-error, .pe-selectInput-fancy-disabled, .pe-selectInput-fancy-readonly {
padding: 8px 0px 10px 0px;
font-size: 14px;
color: #252525;
width: 100%;
border: none;
line-height: 18px; }
.pe-textInput {
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #6A7070; }
.pe-textInput::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput:focus {
outline: none; }
.pe-input_underline {
background-color: #047A9C;
display: block;
height: 4px;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
width: 100%;
margin-top: -3px; }
input:focus + .pe-input_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-textLabelInput__label, .pe-textLabelInput__label--label_focus, .pe-textLabelInput__label--label_error {
font-size: 12px;
line-height: 16px;
display: block; }
.pe-textLabelInput__label {
color: #6A7070; }
.pe-textLabelInput__label--label_focus {
color: #047A9C; }
.pe-textLabelInput__label--label_error {
color: #DB0020; }
input:focus + .pe-inputError_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-inputError_underline {
background-color: #DB0020;
display: block;
height: 4px;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
width: 100%;
margin-top: -3px; }
.pe-textInput--input_error {
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #DB0020; }
.pe-textInput--input_error::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error:focus {
outline: none; }
.pe-input-wrapper {
min-height: 52px; }
.pe-textInput--input_readonly {
border-bottom: 0;
background-color: transparent;
font-size: 14px;
color: #252525;
-webkit-appearance: none; }
.pe-textInput--input_readonly::-webkit-input-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly::-moz-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly:-moz-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly:-ms-input-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly:focus {
outline: none; }
.pe-textInput:disabled, .pe-textInput-disabled {
color: #C7C7C7;
font-size: 14px;
background-color: #FFFFFF;
border-bottom: 4px;
border-bottom-style: solid;
border-bottom-color: #C7C7C7; }
.pe-textInput--basic {
border: 1px solid #C7C7C7;
margin-top: 6px; }
.pe-textInput--basic::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C; }
.pe-textInput--basic_error {
border: 1px solid #DB0020;
margin-top: 6px; }
.pe-textInput--basic_error::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error:focus {
outline: none;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-textInput--basic:disabled {
background-color: #E9E9E9;
margin-top: 6px; }
.pe-selectInput--basic, .pe-select--basic_error {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #FFFFFF;
border: 1px solid transparent;
padding-top: 8px; }
.pe-select-container {
border: 1px solid #C7C7C7;
padding: 0px;
margin-top: 6px; }
.pe-select-container select {
padding: .3em;
padding-left: 14px; }
.pe-select-container select:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C; }
.pe-select-container select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container select::-ms-expand {
opacity: 0; }
.pe-selectInput--basic:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
.pe-select-container-focus {
border: 1px solid transparent;
padding: 0px;
margin-top: 6px; }
.pe-select-container-focus select {
padding: .3em;
padding-left: 14px; }
.pe-select-container-focus select:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C; }
.pe-select-container-focus select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-focus select:focus::-ms-expand {
opacity: 0; }
.pe-select-container-error {
border: 1px solid #DB0020;
padding: 0px;
margin-top: 6px; }
.pe-select-container-error select {
padding: .3em;
padding-left: 14px; }
.pe-select-container-error select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-error select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-error select::-ms-expand {
opacity: 0; }
.pe-select-container-focus-error {
border: 1px solid transparent;
padding: 0px;
margin-top: 6px; }
.pe-select-container-focus-error select {
padding: .3em;
padding-left: 14px; }
.pe-select-container-focus-error select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-focus-error select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-focus-error select::-ms-expand {
opacity: 0; }
.pe-select--basic_error {
-webkit-appearance: none; }
.pe-select--basic_error::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error:focus {
outline: none;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select--basic_error:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
.pe-select-container-disabled {
outline: none;
padding: 0px;
color: #C7C7C7;
background-color: #E9E9E9;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-top: 6px; }
.pe-select-container-disabled svg {
fill: #C7C7C7; }
.pe-select-container-disabled select {
border: 1px solid #C7C7C7; }
.pe-select-container-disabled select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-disabled select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-disabled select::-ms-expand {
opacity: 0; }
.pe-select-container-readonly {
padding: 0px;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-top: 6px; }
.pe-select-container-readonly svg {
right: 0; }
.pe-select-container-readonly select {
padding: 0px; }
.pe-select-container-readonly select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-readonly select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-readonly select::-ms-expand {
opacity: 0; }
.pe-select-container--fancy {
-webkit-appearance: none;
-moz-appearance: none;
padding: 0px;
border: none; }
.pe-select-container--fancy svg {
right: 0;
outline: none; }
.pe-select-container--fancy select {
padding: 8px 0px 10px 0px;
outline: none;
box-shadow: none; }
.pe-select-container--fancy select:focus {
outline: none;
box-shadow: none; }
.pe-select-container--fancy select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container--fancy select::-ms-expand {
opacity: 0; }
.pe-selectInput--fancy {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
background-color: transparent;
padding-top: 8px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #6A7070;
border-radius: 0px; }
.pe-selectInput--fancy:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
select:focus + .pe-input_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-select-container-fancy-focus {
border: none;
padding: 0px; }
.pe-select-container-fancy-focus svg {
right: 0; }
.pe-select-container-fancy-focus select {
padding: 8px 0px 10px 0px;
border: none; }
.pe-select-container-fancy-focus select:focus {
outline: none; }
.pe-select-container-fancy-focus select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-fancy-focus select:focus::-ms-expand {
opacity: 0; }
.pe-select-container-fancy-error {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
padding: 0px; }
.pe-select-container-fancy-error svg {
right: 0; }
.pe-select-container-fancy-error select {
padding: 8px 0px 10px 0px; }
.pe-select-container-fancy-error select:focus {
outline: none;
box-shadow: none; }
.pe-select-container-fancy-error select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-fancy-error select::-ms-expand {
opacity: 0; }
.pe-selectInput-fancy-error {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
padding-top: 8px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #DB0020;
border-radius: 0px; }
.pe-selectInput-fancy-error:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
select:focus + .pe-inputError_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-select-container-fancy-error-focus {
border: none;
padding: 0px; }
.pe-select-container-fancy-error-focus svg {
right: 0; }
.pe-select-container-fancy-error-focus select {
padding: 8px 0px 10px 0px; }
.pe-select-container-fancy-error-focus select:focus {
outline: none; }
.pe-select-container-fancy-error-focus select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-fancy-error-focus select:focus::-ms-expand {
opacity: 0; }
.pe-select-container-fancy-disabled {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0px; }
.pe-select-container-fancy-disabled svg {
right: 0;
fill: #C7C7C7; }
.pe-select-container-fancy-disabled select {
padding: 8px 0px 10px 0px;
color: #C7C7C7;
border-bottom: 4px;
border-bottom-style: solid;
border-bottom-color: #C7C7C7; }
.pe-select-container-fancy-disabled select::-ms-expand {
opacity: 0; }
.pe-selectInput-fancy-disabled {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
padding-top: 8px;
border: none;
border-radius: 0px; }
.pe-select-container-fancy-readonly {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0px; }
.pe-select-container-fancy-readonly svg {
right: 0; }
.pe-select-container-fancy-readonly select {
padding: 8px 0px 10px 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.pe-select-container-fancy-readonly select::-ms-expand {
opacity: 0; }
.pe-selectInput-fancy-readonly {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
padding-top: 8px;
border: none;
border-radius: 0px; }
.pe-multiLineText, .pe-multiLineText--error, .pe-multiLineText--disabled, .pe-multiLineText--readOnly {
border: 1px solid #C7C7C7;
font-size: 14px;
color: #252525;
margin-top: 6px;
line-height: 18px;
padding: 9px 14px;
resize: none;
width: 100%;
box-sizing: border-box; }
.pe-multiLineText::-webkit-input-placeholder, .pe-multiLineText--error::-webkit-input-placeholder, .pe-multiLineText--disabled::-webkit-input-placeholder, .pe-multiLineText--readOnly::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText::-moz-placeholder, .pe-multiLineText--error::-moz-placeholder, .pe-multiLineText--disabled::-moz-placeholder, .pe-multiLineText--readOnly::-moz-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText:-moz-placeholder, .pe-multiLineText--error:-moz-placeholder, .pe-multiLineText--disabled:-moz-placeholder, .pe-multiLineText--readOnly:-moz-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText:-ms-input-placeholder, .pe-multiLineText--error:-ms-input-placeholder, .pe-multiLineText--disabled:-ms-input-placeholder, .pe-multiLineText--readOnly:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText, .pe-multiLineText--error {
background-color: #FFFFFF; }
.pe-multiLineText:focus, .pe-multiLineText--error:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C;
resize: both;
overflow: auto; }
.pe-multiLineText--error {
background-color: #FFFFFF;
border: 1px solid #DB0020; }
.pe-multiLineText--error:focus {
outline: none;
resize: both;
overflow: auto;
box-shadow: 0px 0px 4px 0px #DB0020;
border: 1px solid #DB0020; }
.pe-multiLineText--disabled {
outline: none;
color: #E9E9E9;
background-color: #E9E9E9; }
.pe-multiLineText--readOnly {
background-color: #FFFFFF;
border: none; }
.pe-multiLineText--readOnly:focus {
outline: none; }
.pe-input--error_message, .pe-input--info_message {
display: block;
padding-top: 3px;
font-size: 12px;
line-height: 16px;
margin-bottom: 0; }
.pe-input--error_message {
color: #DB0020; }
.pe-input--info_message {
color: #6A7070; }
.pe-checkbox {
position: relative;
min-height: 16px;
margin-bottom: 14px; }
.pe-checkbox:last-child {
margin-bottom: 0; }
input[type="checkbox"] {
opacity: 0;
position: absolute; }
input[type="checkbox"] ~ span {
left: 0;
top: 0;
position: absolute;
z-index: 0;
height: 16px;
width: 16px;
border: 1px solid #C7C7C7;
border-radius: 2px; }
input[type="checkbox"] ~ span svg {
opacity: 0;
height: 16px;
width: 16px; }
input[type="checkbox"]:checked ~ span svg {
opacity: 1; }
input[type="checkbox"]:focus ~ span {
border: 1px solid #047A9C;
border-radius: 2px; }
input[type="checkbox"]:disabled ~ span {
background-color: #E9E9E9; }
input[type="checkbox"]:disabled ~ span svg {
fill: #C7C7C7; }
input[type="checkbox"] ~ label {
display: inline-block;
padding-left: 28px;
line-height: 18px;
position: relative;
z-index: 2; }
.pe-radio {
position: relative;
min-height: 16px;
margin-bottom: 14px; }
.pe-radio:last-child {
margin-bottom: 0; }
input[type="radio"] {
opacity: 0;
position: absolute; }
input[type="radio"] + label {
display: inline-block;
padding-left: 28px;
line-height: 18px; }
input[type="radio"] ~ span {
display: block;
box-sizing: content-box;
position: absolute;
left: 0;
top: 0;
height: 5px;
width: 5px;
padding: 3px 6px 6px 3px;
color: #6A7070;
border: 1px solid #C7C7C7;
border-radius: 50%;
pointer-events: none; }
input[type="radio"]:focus ~ span {
color: #6A7070;
border: 1px solid #047A9C;
border-radius: 50%; }
input[type="radio"]:disabled ~ span {
color: #C7C7C7;
background-color: #E9E9E9; }
input[type="radio"] ~ span svg {
opacity: 0;
height: 8px;
width: 8px; }
input[type="radio"]:checked ~ span svg {
opacity: 1; }
.pe-textInput__showButton, .pe-textInput__showButton--error, .pe-textInput__showButton--disabled, .pe-textInput__showButton-basic, .pe-textInput__showButton-basic--disabled {
position: relative;
background-color: none;
text-decoration: none;
float: right;
padding: 2px;
border: 0;
color: #047A9C;
background: #fff; }
.pe-textInput__showButton:focus, .pe-textInput__showButton--error:focus, .pe-textInput__showButton--disabled:focus, .pe-textInput__showButton-basic:focus, .pe-textInput__showButton-basic--disabled:focus {
text-decoration: underline; }
.pe-textInput__showButton {
margin-top: -37px; }
.pe-textInput__showButton--error {
margin-top: -37px; }
.pe-textInput__showButton--disabled {
margin-top: -35px;
color: #C7C7C7; }
.pe-textInput__showButton-basic {
margin-right: 14px;
margin-top: -28px; }
.pe-textInput__showButton-basic--disabled {
margin-right: 14px;
margin-top: -28px;
color: #C7C7C7;
background-color: #E9E9E9; }
.pe-fieldset {
border: none; }
.pe-legend {
opacity: 0; }
::-ms-reveal {
display: none; }
/* Variables for the forms styles */
/* mixins for the forms styles */
.pe-form .pe-form--name, .pe-form .pe-form--name-bold {
font-size: 20px;
line-height: 26px;
margin-bottom: 20px; }
.pe-form .pe-form--name-bold {
font-weight: 600; }
.pe-form .pe-form--error {
color: #DB0020; }
.pe-form .pe-form--desc {
margin-bottom: 30px; }
.pe-form .pe-form--group {
margin-bottom: 40px; }
.pe-xs--visible {
display: none !important; }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--visible {
display: block !important; }
table.pe-xs--visible {
display: table !important; }
tr.pe-xs--visible {
display: table-row !important; }
th.pe-xs--visible,
td.pe-xs--visible {
display: table-cell !important; } }
.pe-sm--visible {
display: none !important; }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--visible {
display: block !important; }
table.pe-sm--visible {
display: table !important; }
tr.pe-sm--visible {
display: table-row !important; }
th.pe-sm--visible,
td.pe-sm--visible {
display: table-cell !important; } }
.pe-md--visible {
display: none !important; }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--visible {
display: block !important; }
table.pe-md--visible {
display: table !important; }
tr.pe-md--visible {
display: table-row !important; }
th.pe-md--visible,
td.pe-md--visible {
display: table-cell !important; } }
.pe-lg--visible {
display: none !important; }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--visible {
display: block !important; }
table.pe-lg--visible {
display: table !important; }
tr.pe-lg--visible {
display: table-row !important; }
th.pe-lg--visible,
td.pe-lg--visible {
display: table-cell !important; } }
.pe-xl--visible {
display: none !important; }
@media (min-width: 1280px) {
.pe-xl--visible {
display: block !important; }
table.pe-xl--visible {
display: table !important; }
tr.pe-xl--visible {
display: table-row !important; }
th.pe-xl--visible,
td.pe-xl--visible {
display: table-cell !important; } }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--hidden {
display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--hidden {
display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--hidden {
display: none !important; } }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--hidden {
display: none !important; } }
@media (min-width: 1280px) {
.pe-xl--hidden {
display: none !important; } }
.pe-sr-only {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
white-space: nowrap;
overflow: hidden; }
.pe-container {
box-sizing: border-box;
max-width: 1140px;
margin-right: auto;
margin-left: auto;
min-height: 1px; }
.pe-container::after {
content: "";
display: table;
clear: both; }
@media (min-width: 1px) {
.pe-container {
padding-right: 10px;
padding-left: 10px; } }
@media (min-width: 480px) {
.pe-container {
padding-right: 20px;
padding-left: 20px; } }
@media (min-width: 768px) {
.pe-container {
padding-right: 20px;
padding-left: 20px; } }
@media (min-width: 1024px) {
.pe-container {
padding-right: 40px;
padding-left: 40px; } }
@media (min-width: 1140px) {
.pe-container {
padding-right: 40px;
padding-left: 40px; } }
.ReactModal__Body--open {
overflow: hidden; }
.modalContent {
outline: none;
background-color: #FFFFFF;
border-radius: 2px; }
.modalOverlay {
background-color: rgba(25, 25, 25, 0.6);
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1001; }
h2.modalHeaderText {
margin: 0px; }
@media (min-width: 1px) and (max-width: 479px) {
.modalHeader {
padding: 24px 24px 0px 24px; }
.modalHeaderText {
color: #252525;
font-size: 20px;
line-height: 26px;
margin-bottom: 0px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 24px 0px 24px; }
.modalBody_border {
margin-top: 16px;
margin-bottom: 6px;
padding-top: 16px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 16px;
margin-bottom: 24px; }
.modalFooter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px 20px 18px 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.modalSave {
outline: none;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
margin: 6px 4px 6px 4px; }
.modalCancel {
outline: none;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
margin: 6px 4px 6px 4px; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -24px -24px 0px 0px;
text-decoration: none;
outline: none;
border: none;
background-color: inherit; } }
@media (min-width: 480px) and (max-width: 767px) {
.modalHeader {
padding: 24px 24px 0px 24px; }
.modalHeaderText {
color: #252525;
font-size: 20px;
line-height: 26px;
margin-bottom: 0px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 24px 0px 24px; }
.modalBody_border {
margin-top: 16px;
margin-bottom: 6px;
padding-top: 16px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 16px;
margin-bottom: 24px; }
.modalFooter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px 20px 18px 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.modalSave {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 6px 4px 6px 4px; }
.modalCancel {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 6px 4px 6px 4px; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -24px -24px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
@media (min-width: 768px) and (max-width: 1023px) {
.modalHeader {
padding: 40px 40px 0px 40px; }
.modalHeaderText {
color: #252525;
font-size: 24px;
line-height: 28px;
margin-bottom: 0px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 40px 0px 40px; }
.modalBody_border {
padding-top: 20px;
margin-bottom: 20px;
margin-top: 20px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 20px;
margin-bottom: 28px; }
.modalFooter {
padding: 0px 40px 40px 40px; }
.modalSave {
float: right; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -40px -40px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
@media (min-width: 1024px) {
.modalHeader {
padding: 40px 40px 0px 40px; }
.modalHeaderText {
color: #252525;
font-size: 24px;
line-height: 28px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 40px 0px 40px; }
.modalBody_border {
padding-top: 20px;
margin-top: 10px;
margin-bottom: 20px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 20px;
margin-bottom: 28px; }
.modalFooter {
padding: 0px 40px 40px 40px; }
.modalSave {
float: right; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -40px -40px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
@media (min-width: 1280px) {
.modalHeader {
padding: 40px 40px 0px 40px; }
.modalHeaderText {
color: #252525;
font-size: 24px;
line-height: 28px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 40px 0px 40px; }
.modalBody_border {
padding-top: 20px;
margin-top: 10px;
margin-bottom: 20px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 20px;
margin-bottom: 28px; }
.modalFooter {
padding: 0px 40px 40px 40px; }
.modalSave {
float: right; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -40px -40px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
.pe-xs--visible {
display: none !important; }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--visible {
display: block !important; }
table.pe-xs--visible {
display: table !important; }
tr.pe-xs--visible {
display: table-row !important; }
th.pe-xs--visible,
td.pe-xs--visible {
display: table-cell !important; } }
.pe-sm--visible {
display: none !important; }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--visible {
display: block !important; }
table.pe-sm--visible {
display: table !important; }
tr.pe-sm--visible {
display: table-row !important; }
th.pe-sm--visible,
td.pe-sm--visible {
display: table-cell !important; } }
.pe-md--visible {
display: none !important; }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--visible {
display: block !important; }
table.pe-md--visible {
display: table !important; }
tr.pe-md--visible {
display: table-row !important; }
th.pe-md--visible,
td.pe-md--visible {
display: table-cell !important; } }
.pe-lg--visible {
display: none !important; }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--visible {
display: block !important; }
table.pe-lg--visible {
display: table !important; }
tr.pe-lg--visible {
display: table-row !important; }
th.pe-lg--visible,
td.pe-lg--visible {
display: table-cell !important; } }
.pe-xl--visible {
display: none !important; }
@media (min-width: 1280px) {
.pe-xl--visible {
display: block !important; }
table.pe-xl--visible {
display: table !important; }
tr.pe-xl--visible {
display: table-row !important; }
th.pe-xl--visible,
td.pe-xl--visible {
display: table-cell !important; } }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--hidden {
display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--hidden {
display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--hidden {
display: none !important; } }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--hidden {
display: none !important; } }
@media (min-width: 1280px) {
.pe-xl--hidden {
display: none !important; } }
.dropdown-divider {
border-bottom: 1px solid #d9d9d9;
border-top: none;
border-left: none;
border-right: none;
margin: 0; }
.li-wrapper #svg-id {
opacity: 0; }
svg[id^='svg-id-'] {
opacity: 1; }
.divider-container {
margin: 8px 0;
padding: 0 24px 0 32px; }
.dropdown-label-text {
font-size: 14px;
line-height: 18px;
display: inline;
margin-right: 4px; }
.icon-btn, .icon-btn-right {
background: transparent;
border: 0;
padding: 0; }
.icon-btn-right {
float: right; }
.pe-btn-container-right {
float: right; }
#icon-in-button {
margin-left: 8px;
color: #FFFFFF; }
.dropdown-container {
width: 220px;
position: relative; }
.li-wrapper {
border: 1px solid #c7c7c7;
width: 100%;
padding: 12px 0;
margin-top: 2px;
margin-bottom: 0;
border-radius: 2px;
display: block;
position: absolute;
background-color: #ffffff; }
.li-wrapper .li-button {
padding: 4px 24px 4px 16px;
display: block;
width: 100%;
text-align: left;
box-sizing: border-box;
background-color: transparent;
border: 0;
color: #252525;
font-size: 14px;
line-height: 18px; }
.li-wrapper .dropdown-item {
display: inline-block;
vertical-align: middle;
padding-left: 8px; }
.li-wrapper li {
list-style: none; }
.li-wrapper .li-props {
margin: 0; }
.li-wrapper .li-props:first-child {
padding-top: 0; }
.li-wrapper li:hover,
.li-wrapper li button:focus {
background-color: #e9e9e9; }
.mobile-header {
display: none; }
@media only screen and (max-device-width: 479px) {
.dropdown-divider {
border-bottom: 1px solid #c7c7c7; }
html, body {
height: 100%;
overflow-y: scroll; }
.dropdown-container {
width: 100%;
height: 100%;
position: static; }
.li-wrapper {
border: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #FFFFFF;
position: absolute;
margin-top: 0;
padding: 0;
height: 100%; }
.li-wrapper li:first-child {
padding-top: 24px; }
.divider-container {
margin: 12px 0;
padding: 0 24px 0 40px; }
#mobile-font {
font-size: 16px;
line-height: 20px;
padding: 12px 24px; }
.mobile-close-button {
float: right;
margin-left: 12px;
padding: 0;
border: 0;
background: transparent; }
.mobile-header {
display: block;
padding: 24px;
background-color: #f5f5f5;
font-size: 18px;
line-height: 22px;
text-align: center;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 12px; }
.transition-enter {
-webkit-transform: translate(0, 1%);
transform: translate(0, 1%);
-webkit-transform: translate3d(0, 1%, 0);
transform: translate3d(0, 1%, 0); }
.transition-enter.transition-enter-active {
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease;
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease; }
.transition-leave {
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease;
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease; }
.transition-leave.transition-leave-active {
-webkit-transform: translate(0, 1%);
transform: translate(0, 1%);
-webkit-transform: translate3d(0, 1%, 0);
transform: translate3d(0, 1%, 0); } }
.pe-table thead, .pe-table tbody {
border: 1px solid #d9d9d9;
border-left: 0;
border-right: 0;
}
.pe-table th, .pe-table td {
padding: 16px 20px;
color: #252525;
font-size: 1rem;
vertical-align: top;
}
.pe-table thead th {
font-weight: bold;
vertical-align: middle;
}
/* .pe-table + .scrolly means columns can scroll */
.pe-table tbody tr:hover th,
.pe-table tbody tr:hover td,
.pe-table.scrolly thead th thead th {
background-color: #e9e9e9;
cursor: pointer;
}
|
elements.css
|
*,
*:before,
*:after {
box-sizing: inherit; }
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0; }
article,
aside,
footer,
header,
nav,
section {
display: block; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
figcaption,
figure,
main {
display: block; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic; }
mark {
background-color: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
audio,
video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
button,
input,
optgroup,
select,
textarea {
font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto; }
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block; }
summary {
display: list-item; }
canvas {
display: inline-block; }
template, [hidden] {
display: none; }
body {
color: #252525; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0; }
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
margin-top: 20px; }
h1 + h2 {
margin-top: 40px; }
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
margin-top: 6px; }
header {
margin-bottom: 20px; }
header h1 + .subtitle {
margin-top: 34px; }
aside h1 {
font-size: 1.25rem; }
aside h2 {
font-size: 1.1rem; }
aside h3 {
font-size: 1rem; }
aside h4,
aside h5,
aside h6 {
font-size: 0.8rem; }
table {
width: 100%;
max-width: 100%;
margin-bottom: 35px;
border-collapse: collapse; }
table th,
table td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
text-align: left; }
table thead th {
vertical-align: bottom;
border-top: 0px none; }
a {
color: #047A9C;
text-decoration: underline; }
a:hover, a:active, a:focus, a.active {
color: #005A70;
text-decoration: none; }
abbr,
abbr[title] {
text-decoration: none; }
ins:before {
content: '+'; }
ins:after {
content: '+'; }
mark {
background: #ffb81c; }
small {
font-size: 0.85714rem;
line-height: 1.14286rem; }
sub,
sup {
font-size: 90%; }
sub {
top: 0.2rem; }
sup {
top: -0.2rem; }
pre {
max-width: 100%;
overflow-x: auto; }
pre,
code,
kbd {
font-family: Monaco, "Lucida Console", monospace; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-light-da64ceea3b.woff2") format("woff2"), url("/fonts/opensans-light-53a11096c5.woff") format("woff");
font-weight: 100;
font-style: normal; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-lightitalic-707849a517.woff2") format("woff2"), url("/fonts/opensans-lightitalic-389d741999.woff") format("woff");
font-weight: 100;
font-style: italic; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-regular-b441fb16c5.woff2") format("woff2"), url("/fonts/opensans-regular-15825b5abe.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-italic-6d38b18228.woff2") format("woff2"), url("/fonts/opensans-italic-dd1a3b9ead.woff") format("woff");
font-weight: normal;
font-style: italic; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-semibold-a70818381c.woff2") format("woff2"), url("/fonts/opensans-semibold-0784673c38.woff") format("woff");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: 'Open Sans';
src: url("/fonts/opensans-semibolditalic-42ccf600b0.woff2") format("woff2"), url("/fonts/opensans-semibolditalic-67c268765a.woff") format("woff");
font-weight: 600;
font-style: italic; }
html, .pe-base-fontsize {
font-size: 0.875rem; }
body, .pe-fontstack {
font-family: "Open Sans", Calibri, Tahoma, sans-serif; }
.pe-copy {
font-size: 1rem;
line-height: 1.57143rem;
color: #252525; }
.pe-copy--secondary, .pe-label--secondary {
color: #6a7070; }
.pe-copy--small {
font-size: 0.85714rem;
line-height: 1.42857rem;
color: #252525; }
.pe-copy--large, .pe-heading-level6, h6, header h5 + .subtitle {
font-size: 1.14286rem;
line-height: 1.71429rem;
color: #252525; }
.pe-paragraph, p {
font-size: 1rem;
line-height: 1.57143rem;
margin-bottom: 0.85714rem;
margin-top: 0;
color: #252525; }
.pe-paragraph--last {
margin-bottom: 0;
color: #252525; }
.pe-lead {
font-size: 1.42857rem;
line-height: 2rem;
font-weight: lighter;
color: #252525; }
.pe-page-title {
font-size: 2.71429rem;
line-height: 3.71429rem;
font-weight: lighter;
color: #252525; }
.pe-page-title--small, .pe-heading-level1, h1 {
font-size: 2rem;
line-height: 2.71429rem;
font-weight: lighter;
color: #252525; }
.pe-title, .pe-heading-level3, h3, header h2 + .subtitle, .pe-heading-level4, h4, header h3 + .subtitle {
font-size: 1.42857rem;
line-height: 1.85714rem;
font-weight: normal;
color: #252525; }
.pe-title--small, .pe-heading-level5, h5, header h4 + .subtitle {
font-size: 1.28571rem;
line-height: 1.57143rem;
font-weight: normal;
color: #252525; }
.pe-title--large, .pe-heading-level2, h2, header h1 + .subtitle {
font-size: 1.71429rem;
line-height: 2rem;
font-weight: normal;
color: #252525; }
.pe-page-title--secondary,
.pe-title--secondary {
color: #6A7070; }
.pe-label {
font-size: 1rem;
line-height: 1.28571rem; }
.pe-label.pe-label--inverse {
color: #FFFFFF; }
.pe-label--secondary.pe-label--inverse {
color: #F5F5F5; }
.pe-label--small {
font-size: 0.85714rem;
line-height: 1.14286rem; }
.pe-label--large {
font-size: 1.14286rem;
line-height: 1.42857rem; }
.pe-label--bold,
.pe-bold {
font-weight: 600; }
.pe-list {
margin: 12px 0;
padding-left: 1.85714rem; }
.pe-list li {
font-size: 1rem;
line-height: 1.57143rem;
margin-bottom: 0.85714rem;
margin-bottom: 0.42857rem; }
.pe-list li > ol,
.pe-list li > ul {
margin-top: 0.42857rem; }
.pe-list.pe-styled-lists--ordered {
list-style-type: decimal; }
.pe-list.pe-styled-lists--ordered ol {
list-style-type: lower-alpha;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists--ordered ol ol {
list-style-type: lower-roman; }
.pe-list.pe-styled-lists--unordered {
list-style-type: disc; }
.pe-list.pe-styled-lists--unordered ul {
list-style-type: circle;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists--unordered ul ul {
list-style-type: square; }
.pe-list.pe-styled-lists-heading--ordered {
list-style-type: decimal;
margin-top: 0; }
.pe-list.pe-styled-lists-heading--ordered ol {
list-style-type: lower-alpha;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists-heading--ordered ol ol {
list-style-type: lower-roman; }
.pe-list.pe-styled-lists-heading--unordered {
list-style-type: disc;
margin-top: 0; }
.pe-list.pe-styled-lists-heading--unordered ul {
list-style-type: circle;
padding-left: 1.85714rem; }
.pe-list.pe-styled-lists-heading--unordered ul ul {
list-style-type: square; }
.pe-list--unstyled {
list-style: none;
padding-left: 0; }
.pe-list--unstyled ul {
padding-left: 1.85714rem; }
.pe-heading-level1, h1 {
margin-bottom: 6px; }
.pe-heading-level2, h2, header h1 + .subtitle {
margin-bottom: 6px; }
.pe-heading-level3, h3, header h2 + .subtitle {
font-weight: bold;
margin-bottom: 6px; }
.pe-heading-level4, h4, header h3 + .subtitle {
margin-bottom: 6px; }
.pe-heading-level5, h5, header h4 + .subtitle {
margin-bottom: 6px; }
.pe-heading-level6, h6, header h5 + .subtitle {
margin-bottom: 6px; }
* + [class^="pe-heading-level"] {
margin-top: 20px; }
.pe-code {
font-family: Monaco, "Lucida Console", monospace;
color: #F5F5F5;
font-size: 1rem;
line-height: 1.42857rem;
background: #005A70;
padding: 30px 50px; }
.pe-code-inline,
.pe-kbd {
font-family: Monaco, "Lucida Console", monospace;
background: #E9E9E9;
padding: 0 4px; }
#pe-icons-sprite {
display: none; }
svg[class^='pe-icon--'] {
display: inline-block;
vertical-align: top;
fill: currentColor; }
[class^='pe-btn'] svg[class$='-18'] {
vertical-align: text-top; }
.pe-btn--btn_large svg[class$='-24'] {
margin-top: 5px; }
.pe-btn--btn_xlarge svg[class$='-24'],
[class$='--btn_xlarge'] svg[class$='-24'] {
margin-top: 8px; }
svg[class$='-18'] {
width: 18px;
height: 18px; }
svg[class$='-24'] {
width: 24px;
height: 24px; }
svg[class$="font-setting-18"] {
width: 24px;
height: 18px; }
svg[class$="font-setting-24"] {
width: 32px;
height: 24px; }
svg[class$="new-notification-9"] {
vertical-align: middle;
width: 10px;
height: 10px; }
.pe-btn, .pe-btn--btn_small, .pe-btn--btn_large, .pe-btn--btn_xlarge, .pe-btn__primary, .pe-btn__primary--btn_small, .pe-btn__primary--btn_large, .pe-btn__primary--btn_xlarge, .pe-btn__cta, .pe-btn__cta--btn_small, .pe-btn__cta--btn_large, .pe-btn__cta--btn_xlarge {
border-radius: 2px;
border: none;
display: inline-block;
vertical-align: middle;
cursor: pointer;
font-size: 14px;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-weight: 600; }
.pe-btn--btn_large, .pe-btn__primary--btn_large, .pe-btn__cta--btn_large {
height: 36px;
font-size: 14px;
line-height: 36px;
padding: 0 12px; }
.pe-btn--btn_xlarge, .pe-btn__primary--btn_xlarge, .pe-btn__cta--btn_xlarge {
height: 44px;
font-size: 18px;
line-height: 44px;
padding: 0 20px; }
.pe-icon--btn {
padding: 0;
background-color: transparent;
border: 0; }
.pe-link, .pe-link--btn {
text-decoration: underline;
background-color: transparent;
border: none;
cursor: pointer; }
.pe-link {
color: #047A9C;
padding: 0; }
.pe-link:hover, .pe-link:focus {
color: #005A70;
text-decoration: none; }
.pe-link--btn {
color: #047A9C;
padding: 4px; }
.pe-link--btn:hover, .pe-link--btn:focus {
text-decoration: none; }
.pe-link--btn:disabled {
color: #6A7070;
text-decoration: none; }
.pe-btn {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn:hover, .pe-btn:active, .pe-btn:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn:disabled, .pe-btn.pe-btn--disabled, .pe-btn.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn--btn_small {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn--btn_small:hover, .pe-btn--btn_small:active, .pe-btn--btn_small:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn--btn_small:disabled, .pe-btn--btn_small.pe-btn--disabled, .pe-btn--btn_small.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn--btn_large {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn--btn_large:hover, .pe-btn--btn_large:active, .pe-btn--btn_large:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn--btn_large:disabled, .pe-btn--btn_large.pe-btn--disabled, .pe-btn--btn_large.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn--btn_xlarge {
border: 1px solid #C7C7C7;
color: #252525;
background-color: #E9E9E9;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn--btn_xlarge:hover, .pe-btn--btn_xlarge:active, .pe-btn--btn_xlarge:focus {
color: #252525;
background-color: #D9D9D9; }
.pe-btn--btn_xlarge:disabled, .pe-btn--btn_xlarge.pe-btn--disabled, .pe-btn--btn_xlarge.pe-btn--disabled:hover {
cursor: default;
border: 0;
color: #C7C7C7;
background-color: #E9E9E9;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary:hover, .pe-btn__primary:active, .pe-btn__primary:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary:disabled, .pe-btn__primary.pe-btn--disabled, .pe-btn__primary.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary--btn_small {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary--btn_small:hover, .pe-btn__primary--btn_small:active, .pe-btn__primary--btn_small:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary--btn_small:disabled, .pe-btn__primary--btn_small.pe-btn--disabled, .pe-btn__primary--btn_small.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary--btn_large {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary--btn_large:hover, .pe-btn__primary--btn_large:active, .pe-btn__primary--btn_large:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary--btn_large:disabled, .pe-btn__primary--btn_large.pe-btn--disabled, .pe-btn__primary--btn_large.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__primary--btn_xlarge {
color: #FFFFFF;
background-color: #19A6A4;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__primary--btn_xlarge:hover, .pe-btn__primary--btn_xlarge:active, .pe-btn__primary--btn_xlarge:focus {
color: #FFFFFF;
background-color: #179599; }
.pe-btn__primary--btn_xlarge:disabled, .pe-btn__primary--btn_xlarge.pe-btn--disabled, .pe-btn__primary--btn_xlarge.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta:hover, .pe-btn__cta:active, .pe-btn__cta:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta:disabled, .pe-btn__cta.pe-btn--disabled, .pe-btn__cta.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta--btn_small {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta--btn_small:hover, .pe-btn__cta--btn_small:active, .pe-btn__cta--btn_small:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta--btn_small:disabled, .pe-btn__cta--btn_small.pe-btn--disabled, .pe-btn__cta--btn_small.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta--btn_large {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta--btn_large:hover, .pe-btn__cta--btn_large:active, .pe-btn__cta--btn_large:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta--btn_large:disabled, .pe-btn__cta--btn_large.pe-btn--disabled, .pe-btn__cta--btn_large.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-btn__cta--btn_xlarge {
color: #252525;
background-color: #FFB81C;
border-radius: 2px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.pe-btn__cta--btn_xlarge:hover, .pe-btn__cta--btn_xlarge:active, .pe-btn__cta--btn_xlarge:focus {
color: #252525;
background-color: #FF9A19; }
.pe-btn__cta--btn_xlarge:disabled, .pe-btn__cta--btn_xlarge.pe-btn--disabled, .pe-btn__cta--btn_xlarge.pe-btn--disabled:hover {
cursor: default;
border: 0;
box-shadow: none;
text-decoration: none; }
.pe-select-container, .pe-select-container-focus, .pe-select-container-error, .pe-select-container-focus-error, .pe-select-container-disabled, .pe-select-container-readonly, .pe-select-container--fancy, .pe-select-container-fancy-focus, .pe-select-container-fancy-error, .pe-select-container-fancy-error-focus, .pe-select-container-fancy-disabled, .pe-select-container-fancy-readonly {
position: relative;
display: block;
min-width: 250px;
padding: 0; }
.pe-select-container svg, .pe-select-container-focus svg, .pe-select-container-error svg, .pe-select-container-focus-error svg, .pe-select-container-disabled svg, .pe-select-container-readonly svg, .pe-select-container--fancy svg, .pe-select-container-fancy-focus svg, .pe-select-container-fancy-error svg, .pe-select-container-fancy-error-focus svg, .pe-select-container-fancy-disabled svg, .pe-select-container-fancy-readonly svg {
position: absolute;
bottom: 8px;
right: 14px;
pointer-events: none; }
.pe-select-container select, .pe-select-container-focus select, .pe-select-container-error select, .pe-select-container-focus-error select, .pe-select-container-disabled select, .pe-select-container-readonly select, .pe-select-container--fancy select, .pe-select-container-fancy-focus select, .pe-select-container-fancy-error select, .pe-select-container-fancy-error-focus select, .pe-select-container-fancy-disabled select, .pe-select-container-fancy-readonly select {
box-sizing: border-box;
width: 100%;
min-height: 34px;
margin: 0;
padding: 0 14px;
outline: none; }
.pe-selectInput--basic, .pe-select--basic_error {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #FFFFFF;
border: 1px solid transparent;
padding-top: 8px; }
.pe-textInput--basic, .pe-textInput--basic_error, .pe-select-container, .pe-select-container-focus, .pe-select-container-error, .pe-select-container-focus-error, .pe-select-container-disabled, .pe-select-container-readonly, .pe-select-container--fancy, .pe-select-container-fancy-focus, .pe-select-container-fancy-error, .pe-select-container-fancy-error-focus, .pe-select-container-fancy-disabled, .pe-select-container-fancy-readonly {
padding: 0px 14px 0px 14px;
height: 36px;
width: 100%;
box-sizing: border-box;
display: block;
border-radius: 3px;
font-size: 14px;
line-height: 18px;
background-color: #FFFFFF;
color: #252525; }
.pe-textInput, .pe-textInput--input_error, .pe-textInput--input_readonly, .pe-selectInput--fancy, .pe-selectInput-fancy-error, .pe-selectInput-fancy-disabled, .pe-selectInput-fancy-readonly {
padding: 8px 0px 10px 0px;
font-size: 14px;
color: #252525;
width: 100%;
border: none;
line-height: 18px; }
.pe-textInput {
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #6A7070; }
.pe-textInput::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput:focus {
outline: none; }
.pe-input_underline {
background-color: #047A9C;
display: block;
height: 4px;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
width: 100%;
margin-top: -3px; }
input:focus + .pe-input_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-textLabelInput__label, .pe-textLabelInput__label--label_focus, .pe-textLabelInput__label--label_error {
font-size: 12px;
line-height: 16px;
display: block; }
.pe-textLabelInput__label {
color: #6A7070; }
.pe-textLabelInput__label--label_focus {
color: #047A9C; }
.pe-textLabelInput__label--label_error {
color: #DB0020; }
input:focus + .pe-inputError_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-inputError_underline {
background-color: #DB0020;
display: block;
height: 4px;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
width: 100%;
margin-top: -3px; }
.pe-textInput--input_error {
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #DB0020; }
.pe-textInput--input_error::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--input_error:focus {
outline: none; }
.pe-input-wrapper {
min-height: 52px; }
.pe-textInput--input_readonly {
border-bottom: 0;
background-color: transparent;
font-size: 14px;
color: #252525;
-webkit-appearance: none; }
.pe-textInput--input_readonly::-webkit-input-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly::-moz-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly:-moz-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly:-ms-input-placeholder {
font-size: 14px; }
.pe-textInput--input_readonly:focus {
outline: none; }
.pe-textInput:disabled, .pe-textInput-disabled {
color: #C7C7C7;
font-size: 14px;
background-color: #FFFFFF;
border-bottom: 4px;
border-bottom-style: solid;
border-bottom-color: #C7C7C7; }
.pe-textInput--basic {
border: 1px solid #C7C7C7;
margin-top: 6px; }
.pe-textInput--basic::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C; }
.pe-textInput--basic_error {
border: 1px solid #DB0020;
margin-top: 6px; }
.pe-textInput--basic_error::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-textInput--basic_error:focus {
outline: none;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-textInput--basic:disabled {
background-color: #E9E9E9;
margin-top: 6px; }
.pe-selectInput--basic, .pe-select--basic_error {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #FFFFFF;
border: 1px solid transparent;
padding-top: 8px; }
.pe-select-container {
border: 1px solid #C7C7C7;
padding: 0px;
margin-top: 6px; }
.pe-select-container select {
padding: .3em;
padding-left: 14px; }
.pe-select-container select:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C; }
.pe-select-container select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container select::-ms-expand {
opacity: 0; }
.pe-selectInput--basic:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
.pe-select-container-focus {
border: 1px solid transparent;
padding: 0px;
margin-top: 6px; }
.pe-select-container-focus select {
padding: .3em;
padding-left: 14px; }
.pe-select-container-focus select:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C; }
.pe-select-container-focus select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-focus select:focus::-ms-expand {
opacity: 0; }
.pe-select-container-error {
border: 1px solid #DB0020;
padding: 0px;
margin-top: 6px; }
.pe-select-container-error select {
padding: .3em;
padding-left: 14px; }
.pe-select-container-error select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-error select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-error select::-ms-expand {
opacity: 0; }
.pe-select-container-focus-error {
border: 1px solid transparent;
padding: 0px;
margin-top: 6px; }
.pe-select-container-focus-error select {
padding: .3em;
padding-left: 14px; }
.pe-select-container-focus-error select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-focus-error select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-focus-error select::-ms-expand {
opacity: 0; }
.pe-select--basic_error {
-webkit-appearance: none; }
.pe-select--basic_error::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error::-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error:-moz-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7; }
.pe-select--basic_error:focus {
outline: none;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select--basic_error:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
.pe-select-container-disabled {
outline: none;
padding: 0px;
color: #C7C7C7;
background-color: #E9E9E9;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-top: 6px; }
.pe-select-container-disabled svg {
fill: #C7C7C7; }
.pe-select-container-disabled select {
border: 1px solid #C7C7C7; }
.pe-select-container-disabled select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-disabled select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-disabled select::-ms-expand {
opacity: 0; }
.pe-select-container-readonly {
padding: 0px;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-top: 6px; }
.pe-select-container-readonly svg {
right: 0; }
.pe-select-container-readonly select {
padding: 0px; }
.pe-select-container-readonly select:focus {
outline: none;
border: 1px solid #DB0020;
box-shadow: 0px 0px 4px 0px #DB0020; }
.pe-select-container-readonly select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-readonly select::-ms-expand {
opacity: 0; }
.pe-select-container--fancy {
-webkit-appearance: none;
-moz-appearance: none;
padding: 0px;
border: none; }
.pe-select-container--fancy svg {
right: 0;
outline: none; }
.pe-select-container--fancy select {
padding: 8px 0px 10px 0px;
outline: none;
box-shadow: none; }
.pe-select-container--fancy select:focus {
outline: none;
box-shadow: none; }
.pe-select-container--fancy select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container--fancy select::-ms-expand {
opacity: 0; }
.pe-selectInput--fancy {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
background-color: transparent;
padding-top: 8px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #6A7070;
border-radius: 0px; }
.pe-selectInput--fancy:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
select:focus + .pe-input_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-select-container-fancy-focus {
border: none;
padding: 0px; }
.pe-select-container-fancy-focus svg {
right: 0; }
.pe-select-container-fancy-focus select {
padding: 8px 0px 10px 0px;
border: none; }
.pe-select-container-fancy-focus select:focus {
outline: none; }
.pe-select-container-fancy-focus select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-fancy-focus select:focus::-ms-expand {
opacity: 0; }
.pe-select-container-fancy-error {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
padding: 0px; }
.pe-select-container-fancy-error svg {
right: 0; }
.pe-select-container-fancy-error select {
padding: 8px 0px 10px 0px; }
.pe-select-container-fancy-error select:focus {
outline: none;
box-shadow: none; }
.pe-select-container-fancy-error select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-fancy-error select::-ms-expand {
opacity: 0; }
.pe-selectInput-fancy-error {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
padding-top: 8px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #DB0020;
border-radius: 0px; }
.pe-selectInput-fancy-error:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000; }
select:focus + .pe-inputError_underline {
-webkit-transform: scale(1);
transform: scale(1); }
.pe-select-container-fancy-error-focus {
border: none;
padding: 0px; }
.pe-select-container-fancy-error-focus svg {
right: 0; }
.pe-select-container-fancy-error-focus select {
padding: 8px 0px 10px 0px; }
.pe-select-container-fancy-error-focus select:focus {
outline: none; }
.pe-select-container-fancy-error-focus select:focus::-ms-value {
background: transparent;
color: #222; }
.pe-select-container-fancy-error-focus select:focus::-ms-expand {
opacity: 0; }
.pe-select-container-fancy-disabled {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0px; }
.pe-select-container-fancy-disabled svg {
right: 0;
fill: #C7C7C7; }
.pe-select-container-fancy-disabled select {
padding: 8px 0px 10px 0px;
color: #C7C7C7;
border-bottom: 4px;
border-bottom-style: solid;
border-bottom-color: #C7C7C7; }
.pe-select-container-fancy-disabled select::-ms-expand {
opacity: 0; }
.pe-selectInput-fancy-disabled {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
padding-top: 8px;
border: none;
border-radius: 0px; }
.pe-select-container-fancy-readonly {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0px; }
.pe-select-container-fancy-readonly svg {
right: 0; }
.pe-select-container-fancy-readonly select {
padding: 8px 0px 10px 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.pe-select-container-fancy-readonly select::-ms-expand {
opacity: 0; }
.pe-selectInput-fancy-readonly {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
padding-top: 8px;
border: none;
border-radius: 0px; }
.pe-multiLineText, .pe-multiLineText--error, .pe-multiLineText--disabled, .pe-multiLineText--readOnly {
border: 1px solid #C7C7C7;
font-size: 14px;
color: #252525;
margin-top: 6px;
line-height: 18px;
padding: 9px 14px;
resize: none;
width: 100%;
box-sizing: border-box; }
.pe-multiLineText::-webkit-input-placeholder, .pe-multiLineText--error::-webkit-input-placeholder, .pe-multiLineText--disabled::-webkit-input-placeholder, .pe-multiLineText--readOnly::-webkit-input-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText::-moz-placeholder, .pe-multiLineText--error::-moz-placeholder, .pe-multiLineText--disabled::-moz-placeholder, .pe-multiLineText--readOnly::-moz-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText:-moz-placeholder, .pe-multiLineText--error:-moz-placeholder, .pe-multiLineText--disabled:-moz-placeholder, .pe-multiLineText--readOnly:-moz-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText:-ms-input-placeholder, .pe-multiLineText--error:-ms-input-placeholder, .pe-multiLineText--disabled:-ms-input-placeholder, .pe-multiLineText--readOnly:-ms-input-placeholder {
font-size: 14px;
color: #C7C7C7;
line-height: 18px; }
.pe-multiLineText, .pe-multiLineText--error {
background-color: #FFFFFF; }
.pe-multiLineText:focus, .pe-multiLineText--error:focus {
outline: none;
border: 1px solid #047A9C;
box-shadow: 0px 0px 5px 0px #047A9C;
resize: both;
overflow: auto; }
.pe-multiLineText--error {
background-color: #FFFFFF;
border: 1px solid #DB0020; }
.pe-multiLineText--error:focus {
outline: none;
resize: both;
overflow: auto;
box-shadow: 0px 0px 4px 0px #DB0020;
border: 1px solid #DB0020; }
.pe-multiLineText--disabled {
outline: none;
color: #E9E9E9;
background-color: #E9E9E9; }
.pe-multiLineText--readOnly {
background-color: #FFFFFF;
border: none; }
.pe-multiLineText--readOnly:focus {
outline: none; }
.pe-input--error_message, .pe-input--info_message {
display: block;
padding-top: 3px;
font-size: 12px;
line-height: 16px;
margin-bottom: 0; }
.pe-input--error_message {
color: #DB0020; }
.pe-input--info_message {
color: #6A7070; }
.pe-checkbox {
position: relative;
min-height: 16px;
margin-bottom: 14px; }
.pe-checkbox:last-child {
margin-bottom: 0; }
input[type="checkbox"] {
opacity: 0;
position: absolute; }
input[type="checkbox"] ~ span {
left: 0;
top: 0;
position: absolute;
z-index: 0;
height: 16px;
width: 16px;
border: 1px solid #C7C7C7;
border-radius: 2px; }
input[type="checkbox"] ~ span svg {
opacity: 0;
height: 16px;
width: 16px; }
input[type="checkbox"]:checked ~ span svg {
opacity: 1; }
input[type="checkbox"]:focus ~ span {
border: 1px solid #047A9C;
border-radius: 2px; }
input[type="checkbox"]:disabled ~ span {
background-color: #E9E9E9; }
input[type="checkbox"]:disabled ~ span svg {
fill: #C7C7C7; }
input[type="checkbox"] ~ label {
display: inline-block;
padding-left: 28px;
line-height: 18px;
position: relative;
z-index: 2; }
.pe-radio {
position: relative;
min-height: 16px;
margin-bottom: 14px; }
.pe-radio:last-child {
margin-bottom: 0; }
input[type="radio"] {
opacity: 0;
position: absolute; }
input[type="radio"] + label {
display: inline-block;
padding-left: 28px;
line-height: 18px; }
input[type="radio"] ~ span {
display: block;
box-sizing: content-box;
position: absolute;
left: 0;
top: 0;
height: 5px;
width: 5px;
padding: 3px 6px 6px 3px;
color: #6A7070;
border: 1px solid #C7C7C7;
border-radius: 50%;
pointer-events: none; }
input[type="radio"]:focus ~ span {
color: #6A7070;
border: 1px solid #047A9C;
border-radius: 50%; }
input[type="radio"]:disabled ~ span {
color: #C7C7C7;
background-color: #E9E9E9; }
input[type="radio"] ~ span svg {
opacity: 0;
height: 8px;
width: 8px; }
input[type="radio"]:checked ~ span svg {
opacity: 1; }
.pe-textInput__showButton, .pe-textInput__showButton--error, .pe-textInput__showButton--disabled, .pe-textInput__showButton-basic, .pe-textInput__showButton-basic--disabled {
position: relative;
background-color: none;
text-decoration: none;
float: right;
padding: 2px;
border: 0;
color: #047A9C;
background: #fff; }
.pe-textInput__showButton:focus, .pe-textInput__showButton--error:focus, .pe-textInput__showButton--disabled:focus, .pe-textInput__showButton-basic:focus, .pe-textInput__showButton-basic--disabled:focus {
text-decoration: underline; }
.pe-textInput__showButton {
margin-top: -37px; }
.pe-textInput__showButton--error {
margin-top: -37px; }
.pe-textInput__showButton--disabled {
margin-top: -35px;
color: #C7C7C7; }
.pe-textInput__showButton-basic {
margin-right: 14px;
margin-top: -28px; }
.pe-textInput__showButton-basic--disabled {
margin-right: 14px;
margin-top: -28px;
color: #C7C7C7;
background-color: #E9E9E9; }
.pe-fieldset {
border: none; }
.pe-legend {
opacity: 0; }
::-ms-reveal {
display: none; }
/* Variables for the forms styles */
/* mixins for the forms styles */
.pe-form .pe-form--name, .pe-form .pe-form--name-bold {
font-size: 20px;
line-height: 26px;
margin-bottom: 20px; }
.pe-form .pe-form--name-bold {
font-weight: 600; }
.pe-form .pe-form--error {
color: #DB0020; }
.pe-form .pe-form--desc {
margin-bottom: 30px; }
.pe-form .pe-form--group {
margin-bottom: 40px; }
.pe-xs--visible {
display: none !important; }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--visible {
display: block !important; }
table.pe-xs--visible {
display: table !important; }
tr.pe-xs--visible {
display: table-row !important; }
th.pe-xs--visible,
td.pe-xs--visible {
display: table-cell !important; } }
.pe-sm--visible {
display: none !important; }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--visible {
display: block !important; }
table.pe-sm--visible {
display: table !important; }
tr.pe-sm--visible {
display: table-row !important; }
th.pe-sm--visible,
td.pe-sm--visible {
display: table-cell !important; } }
.pe-md--visible {
display: none !important; }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--visible {
display: block !important; }
table.pe-md--visible {
display: table !important; }
tr.pe-md--visible {
display: table-row !important; }
th.pe-md--visible,
td.pe-md--visible {
display: table-cell !important; } }
.pe-lg--visible {
display: none !important; }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--visible {
display: block !important; }
table.pe-lg--visible {
display: table !important; }
tr.pe-lg--visible {
display: table-row !important; }
th.pe-lg--visible,
td.pe-lg--visible {
display: table-cell !important; } }
.pe-xl--visible {
display: none !important; }
@media (min-width: 1280px) {
.pe-xl--visible {
display: block !important; }
table.pe-xl--visible {
display: table !important; }
tr.pe-xl--visible {
display: table-row !important; }
th.pe-xl--visible,
td.pe-xl--visible {
display: table-cell !important; } }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--hidden {
display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--hidden {
display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--hidden {
display: none !important; } }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--hidden {
display: none !important; } }
@media (min-width: 1280px) {
.pe-xl--hidden {
display: none !important; } }
.pe-sr-only {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
white-space: nowrap;
overflow: hidden; }
.pe-container {
box-sizing: border-box;
max-width: 1140px;
margin-right: auto;
margin-left: auto;
min-height: 1px; }
.pe-container::after {
content: "";
display: table;
clear: both; }
@media (min-width: 1px) {
.pe-container {
padding-right: 10px;
padding-left: 10px; } }
@media (min-width: 480px) {
.pe-container {
padding-right: 20px;
padding-left: 20px; } }
@media (min-width: 768px) {
.pe-container {
padding-right: 20px;
padding-left: 20px; } }
@media (min-width: 1024px) {
.pe-container {
padding-right: 40px;
padding-left: 40px; } }
@media (min-width: 1140px) {
.pe-container {
padding-right: 40px;
padding-left: 40px; } }
.ReactModal__Body--open {
overflow: hidden; }
.modalContent {
outline: none;
background-color: #FFFFFF;
border-radius: 2px; }
.modalOverlay {
background-color: rgba(25, 25, 25, 0.6);
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1001; }
h2.modalHeaderText {
margin: 0px; }
@media (min-width: 1px) and (max-width: 479px) {
.modalHeader {
padding: 24px 24px 0px 24px; }
.modalHeaderText {
color: #252525;
font-size: 20px;
line-height: 26px;
margin-bottom: 0px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 24px 0px 24px; }
.modalBody_border {
margin-top: 16px;
margin-bottom: 6px;
padding-top: 16px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 16px;
margin-bottom: 24px; }
.modalFooter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px 20px 18px 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.modalSave {
outline: none;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
margin: 6px 4px 6px 4px; }
.modalCancel {
outline: none;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
margin: 6px 4px 6px 4px; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -24px -24px 0px 0px;
text-decoration: none;
outline: none;
border: none;
background-color: inherit; } }
@media (min-width: 480px) and (max-width: 767px) {
.modalHeader {
padding: 24px 24px 0px 24px; }
.modalHeaderText {
color: #252525;
font-size: 20px;
line-height: 26px;
margin-bottom: 0px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 24px 0px 24px; }
.modalBody_border {
margin-top: 16px;
margin-bottom: 6px;
padding-top: 16px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 16px;
margin-bottom: 24px; }
.modalFooter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px 20px 18px 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.modalSave {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 6px 4px 6px 4px; }
.modalCancel {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 6px 4px 6px 4px; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -24px -24px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
@media (min-width: 768px) and (max-width: 1023px) {
.modalHeader {
padding: 40px 40px 0px 40px; }
.modalHeaderText {
color: #252525;
font-size: 24px;
line-height: 28px;
margin-bottom: 0px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 40px 0px 40px; }
.modalBody_border {
padding-top: 20px;
margin-bottom: 20px;
margin-top: 20px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 20px;
margin-bottom: 28px; }
.modalFooter {
padding: 0px 40px 40px 40px; }
.modalSave {
float: right; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -40px -40px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
@media (min-width: 1024px) {
.modalHeader {
padding: 40px 40px 0px 40px; }
.modalHeaderText {
color: #252525;
font-size: 24px;
line-height: 28px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 40px 0px 40px; }
.modalBody_border {
padding-top: 20px;
margin-top: 10px;
margin-bottom: 20px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 20px;
margin-bottom: 28px; }
.modalFooter {
padding: 0px 40px 40px 40px; }
.modalSave {
float: right; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -40px -40px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
@media (min-width: 1280px) {
.modalHeader {
padding: 40px 40px 0px 40px; }
.modalHeaderText {
color: #252525;
font-size: 24px;
line-height: 28px; }
.modalBody {
-ms-overflow-style: none;
overflow-y: scroll;
font-size: 14px;
line-height: 22px;
padding: 0px 40px 0px 40px; }
.modalBody_border {
padding-top: 20px;
margin-top: 10px;
margin-bottom: 20px;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7; }
.modalBody_border_normal {
margin-top: 20px;
margin-bottom: 28px; }
.modalFooter {
padding: 0px 40px 40px 40px; }
.modalSave {
float: right; }
.modalClose {
width: 40px;
height: 40px;
float: right;
margin: -40px -40px 0px 0px;
text-decoration: none;
border: none;
background-color: inherit; } }
.pe-xs--visible {
display: none !important; }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--visible {
display: block !important; }
table.pe-xs--visible {
display: table !important; }
tr.pe-xs--visible {
display: table-row !important; }
th.pe-xs--visible,
td.pe-xs--visible {
display: table-cell !important; } }
.pe-sm--visible {
display: none !important; }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--visible {
display: block !important; }
table.pe-sm--visible {
display: table !important; }
tr.pe-sm--visible {
display: table-row !important; }
th.pe-sm--visible,
td.pe-sm--visible {
display: table-cell !important; } }
.pe-md--visible {
display: none !important; }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--visible {
display: block !important; }
table.pe-md--visible {
display: table !important; }
tr.pe-md--visible {
display: table-row !important; }
th.pe-md--visible,
td.pe-md--visible {
display: table-cell !important; } }
.pe-lg--visible {
display: none !important; }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--visible {
display: block !important; }
table.pe-lg--visible {
display: table !important; }
tr.pe-lg--visible {
display: table-row !important; }
th.pe-lg--visible,
td.pe-lg--visible {
display: table-cell !important; } }
.pe-xl--visible {
display: none !important; }
@media (min-width: 1280px) {
.pe-xl--visible {
display: block !important; }
table.pe-xl--visible {
display: table !important; }
tr.pe-xl--visible {
display: table-row !important; }
th.pe-xl--visible,
td.pe-xl--visible {
display: table-cell !important; } }
@media (min-width: 1px) and (max-width: 479px) {
.pe-xs--hidden {
display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
.pe-sm--hidden {
display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
.pe-md--hidden {
display: none !important; } }
@media (min-width: 1024px) and (max-width: 1279px) {
.pe-lg--hidden {
display: none !important; } }
@media (min-width: 1280px) {
.pe-xl--hidden {
display: none !important; } }
.dropdown-divider {
border-bottom: 1px solid #d9d9d9;
border-top: none;
border-left: none;
border-right: none;
margin: 0; }
.li-wrapper #svg-id {
opacity: 0; }
svg[id^='svg-id-'] {
opacity: 1; }
.divider-container {
margin: 8px 0;
padding: 0 24px 0 32px; }
.dropdown-label-text {
font-size: 14px;
line-height: 18px;
display: inline;
margin-right: 4px; }
.icon-btn, .icon-btn-right {
background: transparent;
border: 0;
padding: 0; }
.icon-btn-right {
float: right; }
.pe-btn-container-right {
float: right; }
#icon-in-button {
margin-left: 8px;
color: #FFFFFF; }
.dropdown-container {
width: 220px;
position: relative; }
.li-wrapper {
border: 1px solid #c7c7c7;
width: 100%;
padding: 12px 0;
margin-top: 2px;
margin-bottom: 0;
border-radius: 2px;
display: block;
position: absolute;
background-color: #ffffff; }
.li-wrapper .li-button {
padding: 4px 24px 4px 16px;
display: block;
width: 100%;
text-align: left;
box-sizing: border-box;
background-color: transparent;
border: 0;
color: #252525;
font-size: 14px;
line-height: 18px; }
.li-wrapper .dropdown-item {
display: inline-block;
vertical-align: middle;
padding-left: 8px; }
.li-wrapper li {
list-style: none; }
.li-wrapper .li-props {
margin: 0; }
.li-wrapper .li-props:first-child {
padding-top: 0; }
.li-wrapper li:hover,
.li-wrapper li button:focus {
background-color: #e9e9e9; }
.mobile-header {
display: none; }
@media only screen and (max-device-width: 479px) {
.dropdown-divider {
border-bottom: 1px solid #c7c7c7; }
html, body {
height: 100%;
overflow-y: scroll; }
.dropdown-container {
width: 100%;
height: 100%;
position: static; }
.li-wrapper {
border: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #FFFFFF;
position: absolute;
margin-top: 0;
padding: 0;
height: 100%; }
.li-wrapper li:first-child {
padding-top: 24px; }
.divider-container {
margin: 12px 0;
padding: 0 24px 0 40px; }
#mobile-font {
font-size: 16px;
line-height: 20px;
padding: 12px 24px; }
.mobile-close-button {
float: right;
margin-left: 12px;
padding: 0;
border: 0;
background: transparent; }
.mobile-header {
display: block;
padding: 24px;
background-color: #f5f5f5;
font-size: 18px;
line-height: 22px;
text-align: center;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 12px; }
.transition-enter {
-webkit-transform: translate(0, 1%);
transform: translate(0, 1%);
-webkit-transform: translate3d(0, 1%, 0);
transform: translate3d(0, 1%, 0); }
.transition-enter.transition-enter-active {
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease;
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease; }
.transition-leave {
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease;
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), ease; }
.transition-leave.transition-leave-active {
-webkit-transform: translate(0, 1%);
transform: translate(0, 1%);
-webkit-transform: translate3d(0, 1%, 0);
transform: translate3d(0, 1%, 0); } }
.pe-table thead, .pe-table tbody {
border: 1px solid #d9d9d9;
border-left: 0;
border-right: 0;
}
.pe-table th, .pe-table td {
padding: 16px 20px;
color: #252525;
font-size: 1rem;
vertical-align: top;
}
.pe-table thead th {
font-weight: bold;
vertical-align: middle;
}
/* .pe-table + .scrolly means columns can scroll */
.pe-table tbody tr:hover th,
.pe-table tbody tr:hover td,
.pe-table.scrolly thead th thead th {
background-color: #e9e9e9;
cursor: pointer;
}
| 0.450601 | 0.065336 |
.svg {
width: 140%;
height: auto;
position: relative;
left: 50%;
transform: translateX(-50%);
--fadeInDelay1: 1.5s;
--fadeInDelay2: 2s;
--fadeInDelay3: 2.5s;
--fadeInDelay4: 1s;
--fadeInSpeed1: 0.5s;
--fadeInSpeed2: 0.5s;
--fadeInSpeed3: 0.5s;
--fadeInSpeed4: 0.5s;
--delay1: 0s;
--delay2: 0.3s;
--delay3: 0s;
--delay4: 0.3s;
--speed1: 2s;
--speed2: 1.5s;
--speed3: 1s;
--speed4: 2.5s;
--ease-elastic: cubic-bezier(0.8, -1, 0.2, 2);
}
@media (min-width: 1040px) {
.svg {
width: 180%;
}
}
/* motion */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes movement {
to {
transform: translateY(2%) scale(0.95);
}
}
@keyframes editor {
0% {
transform: translate(-142px, -128px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes navbar {
0% {
transform: translate(-4px, -130px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes browser {
0% {
transform: translate(112px, 47px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes preview {
0% {
transform: translate(5px, 33px);
}
100% {
transform: translate(-30px, 20px);
}
}
/* elements */
.editor {
opacity: 0;
transform: translate(-142px, -128px);
}
.navbar {
opacity: 0;
transform: translate(-4px, -130px);
}
.browser {
opacity: 0;
transform: translate(112px, 47px);
}
.preview {
opacity: 0;
transform: translate(5px, 33px);
}
/* isActive */
.active .movement:nth-child(1) {
animation: movement 4s ease-in-out alternate infinite;
}
.active .movement:nth-child(2) {
animation: movement 7s ease-in-out alternate infinite;
}
.active .movement:nth-child(3) {
animation: movement 6s ease-in-out alternate-reverse infinite;
}
.active .movement:nth-child(4) {
animation: movement 5s ease-in-out alternate infinite;
}
.active .editor {
animation: editor var(--speed1) var(--delay1) ease-in-out forwards,
fadeIn var(--fadeInSpeed1) var(--fadeInDelay1) forwards;
}
.active .navbar {
animation: navbar var(--speed2) var(--delay2) ease-in-out forwards,
fadeIn var(--fadeInSpeed2) var(--fadeInDelay2) forwards;
}
.active .browser {
animation: browser var(--speed3) var(--delay3) ease-in-out forwards,
fadeIn var(--fadeInSpeed3) var(--fadeInDelay3) forwards;
}
.active .preview {
animation: preview var(--speed4) var(--delay4) ease-in-out forwards,
fadeIn var(--fadeInSpeed4) var(--fadeInDelay4) forwards;
}
|
website/landing/components/AdvancedUsage/illustrations/Components/Components.module.css
|
.svg {
width: 140%;
height: auto;
position: relative;
left: 50%;
transform: translateX(-50%);
--fadeInDelay1: 1.5s;
--fadeInDelay2: 2s;
--fadeInDelay3: 2.5s;
--fadeInDelay4: 1s;
--fadeInSpeed1: 0.5s;
--fadeInSpeed2: 0.5s;
--fadeInSpeed3: 0.5s;
--fadeInSpeed4: 0.5s;
--delay1: 0s;
--delay2: 0.3s;
--delay3: 0s;
--delay4: 0.3s;
--speed1: 2s;
--speed2: 1.5s;
--speed3: 1s;
--speed4: 2.5s;
--ease-elastic: cubic-bezier(0.8, -1, 0.2, 2);
}
@media (min-width: 1040px) {
.svg {
width: 180%;
}
}
/* motion */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes movement {
to {
transform: translateY(2%) scale(0.95);
}
}
@keyframes editor {
0% {
transform: translate(-142px, -128px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes navbar {
0% {
transform: translate(-4px, -130px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes browser {
0% {
transform: translate(112px, 47px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes preview {
0% {
transform: translate(5px, 33px);
}
100% {
transform: translate(-30px, 20px);
}
}
/* elements */
.editor {
opacity: 0;
transform: translate(-142px, -128px);
}
.navbar {
opacity: 0;
transform: translate(-4px, -130px);
}
.browser {
opacity: 0;
transform: translate(112px, 47px);
}
.preview {
opacity: 0;
transform: translate(5px, 33px);
}
/* isActive */
.active .movement:nth-child(1) {
animation: movement 4s ease-in-out alternate infinite;
}
.active .movement:nth-child(2) {
animation: movement 7s ease-in-out alternate infinite;
}
.active .movement:nth-child(3) {
animation: movement 6s ease-in-out alternate-reverse infinite;
}
.active .movement:nth-child(4) {
animation: movement 5s ease-in-out alternate infinite;
}
.active .editor {
animation: editor var(--speed1) var(--delay1) ease-in-out forwards,
fadeIn var(--fadeInSpeed1) var(--fadeInDelay1) forwards;
}
.active .navbar {
animation: navbar var(--speed2) var(--delay2) ease-in-out forwards,
fadeIn var(--fadeInSpeed2) var(--fadeInDelay2) forwards;
}
.active .browser {
animation: browser var(--speed3) var(--delay3) ease-in-out forwards,
fadeIn var(--fadeInSpeed3) var(--fadeInDelay3) forwards;
}
.active .preview {
animation: preview var(--speed4) var(--delay4) ease-in-out forwards,
fadeIn var(--fadeInSpeed4) var(--fadeInDelay4) forwards;
}
| 0.685844 | 0.255083 |
display: flex;
position: fixed;
background: rgba(74,74,74,1);
top: 0;
left: 0;
width: 100%;
height: 32px;
padding-left: 0;
justify-content: center;
align-items: center;
-webkit-app-region: drag;
-webkit-user-select: none;
box-sizing: content-box;
z-index: 1000;
}
/*---
title: @media
section: title-bar
---
@media screen and (min-width: 400px) {
#title-bar {
background-url: url("big");
}
}
@media screen and (max-width: 600px) {
#title-bar {
background-color: url("small");
}
}
*/
/*---
title: Branding logo
section: div
---
Use this class for the branding logo.
Typically you'll want to set content: url("") and adjust the width property
```example:html
<div id="branding-logo" align="right" />
```
*/
.branding-logo {
height: 32px;
}
.hamburger-menu-button {
color: rgba(255,255,255,1);
text-align: center;
width: 40px;
height: 32px;
background: center;
border: none;
border-image: initial;
display: inline-grid;
border-radius: 0;
padding: 11px;
box-sizing: border-box;
cursor: default;
}
.hamburger-menu-button:focus {
outline: none;
}
.title-container {
height: 32px;
flex: 1;
display: flex;
justify-content: flex-start;
align-items: center;
white-space: nowrap;
overflow: hidden;
}
#title-bar-title {
font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
color: white;
margin: 0;
padding-left: 10px;
font-size: 13px;
}
.title-bar-button-container {
justify-content: center;
align-items: center;
right: 0;
color: rgba(255,255,255,1);
-webkit-app-region: no-drag;
text-align: center;
width: 45px;
height: 32px;
margin: 0;
box-sizing: border-box !important;
cursor: default;
}
.title-bar-button {
color: rgba(255,255,255,1);
text-align: center;
width: 45px;
height: 32px;
background: center;
border: none;
border-image: initial;
display: inline-grid;
border-radius: 0;
padding: 10px 15px;
cursor: default;
}
.title-bar-button:hover {
background-color: rgba(255,255,255,0.2);
}
.title-bar-button:focus {
outline: none;
}
.title-bar-button-container:hover {
background-color: rgba(255,255,255,0.2);
}
.window-border {
border-left: 1px solid rgba(74,74,74,1);
border-right: 1px solid rgba(74,74,74,1);
}
.bottom-window-border {
position: fixed;
border-bottom: 1px solid rgba(74,74,74,1);
width: 100%;
z-index: 3000;
bottom: 0;
}
|
config/titleBarStyles.css
| 0.096376 | 0.281452 |
|
:root {
--border-color: rgb(225, 225, 225);
--secondary-color: rgb(125, 125, 125);
}
*:invalid {
box-shadow: 0 0 1.5px 1px red;
}
#form {
display: flex;
flex-direction: column;
}
#buttons {
display: flex;
align-items: center;
align-self: flex-end;
margin-block-start: 20px;
}
#buttons > :not(:last-child) {
margin-inline-end: 5px;
}
#status-line {
color: var(--secondary-color);
}
.bridge {
border-bottom: 1px solid var(--border-color);
margin-bottom: 10px;
padding-bottom: 20px;
}
.bridge,
.bridge__loading {
display: flex;
flex-direction: column;
}
.bridge__loading {
align-items: center;
align-self: center;
font-size: 1.25em;
font-weight: 300;
width: 30%;
}
.bridge__loading progress {
margin-top: 5px;
width: 100%;
}
.bridge__info {
display: flex;
padding-inline-start: 25px;
}
.bridge__status {
align-items: center;
display: flex;
flex-basis: min-content;
flex-direction: column;
margin-inline-end: 25px;
}
.bridge__info--not-found {
padding-inline-end: 25px;
}
.bridge__info--found .bridge__status {
border-inline-end: 1px solid var(--border-color);
padding-inline-end: 25px;
}
.bridge__status-title {
margin: initial;
font-weight: 500;
font-size: 1.5em;
white-space: nowrap;
}
.bridge__status-text {
margin: initial;
margin-top: 5px;
font-size: 1.15em;
font-weight: 300;
text-align: center;
}
.bridge__info--not-found .bridge__status {
display: grid;
grid-template-columns: min-content 1fr;
grid-template-rows: min-content min-content;
grid-template-areas:
"status-icon status-title"
"status-icon status-text";
}
.bridge__info--found .bridge__status-icon {
margin-block-end: 5px;
}
.bridge__info--not-found .bridge__status-icon {
grid-area: status-icon;
margin-inline-end: 10px;
}
.bridge__info--not-found .bridge__status-title {
grid-area: status-title;
font-weight: normal;
white-space: normal;
}
.bridge__info--not-found .bridge__status-text {
grid-area: status-text;
margin-top: initial;
}
.bridge__stats {
border-collapse: collapse;
border-spacing: 0;
}
.bridge__stats th {
font-weight: 500;
padding-inline-end: 10px;
text-align: end;
vertical-align: top;
white-space: nowrap;
}
.bridge__update-info {
align-items: center;
display: flex;
margin-top: 30px;
}
.bridge__update-label {
display: inline-block;
margin: initial;
}
.bridge__update-options {
display: inline-flex;
flex-direction: column;
margin-left: 10px;
}
.bridge__update-start {
align-self: flex-end;
margin-top: 5px;
}
.bridge--update-status {
margin-left: 10px;
}
.category {
border: initial;
display: grid;
grid-template-columns: 150px 1fr;
grid-column-gap: 10px;
grid-row-gap: 5px;
margin: initial;
padding: 10px 0;
}
.category:disabled {
color: var(--secondary-color);
}
#form > .category:not(:first-child) {
border-top: 1px solid var(--border-color);
}
.category > .category {
padding: 5px 0;
box-shadow: inset 2px 0 0 0 var(--border-color);
}
.category > .category > .category__name,
.category > .category > .category__description {
margin-inline-start: 16px;
}
.category__name {
float: left;
}
.category__name > h2 {
font-size: 1.15em;
font-weight: 500;
margin: initial;
}
.category__description {
color: var(--secondary-color);
margin-top: initial;
max-width: 60ch;
}
.category__name,
.category__description,
.category .category {
grid-column: span 2;
}
.option {
display: contents;
}
.option--inline {
display: block;
grid-column-start: 2;
}
.option__label {
text-align: right;
display: inline-block;
}
.option > input {
align-self: center;
justify-self: flex-start;
margin-inline-start: initial;
}
.editable-list {
background-color: -moz-field;
border: 1px solid var(--border-color);
color: -moz-fieldtext;
justify-content: end;
padding: 5px;
}
.editable-list__view-actions {
display: flex;
justify-content: end;
}
.editable-list__view-button,
.editable-list__save-raw-button {
}
.editable-list hr {
border: initial;
border-top: 1px solid var(--border-color);
margin: 5px 0;
}
.editable-list__items {
display: flex;
flex-direction: column;
margin: initial;
margin-inline-start: -5px;
padding: initial;
width: calc(100% + 10px);
}
.editable-list__item {
align-items: center;
display: flex;
height: 2em;
padding: 0 5px;
}
.editable-list__item:nth-child(even):not(:last-child) {
background-color: -moz-eventreerow;
}
.editable-list__item:nth-child(odd):not(:last-child) {
background-color: -moz-oddtreerow;
}
.editable-list__item--selected {
background-color: -moz-cellhighlight !important;
color: -moz-cellhighlighttext !important;
}
.editable-list__title {
flex: 1;
}
.editable-list__edit-field {
width: -moz-available;
margin-inline-end: 1em;
}
.editable-list__raw-view {
max-height: 300px;
resize: vertical;
width: 100%;
}
.editable-list__add-button {
align-self: end;
margin-top: 5px;
}
|
ext/src/ui/options/styles/index.css
|
:root {
--border-color: rgb(225, 225, 225);
--secondary-color: rgb(125, 125, 125);
}
*:invalid {
box-shadow: 0 0 1.5px 1px red;
}
#form {
display: flex;
flex-direction: column;
}
#buttons {
display: flex;
align-items: center;
align-self: flex-end;
margin-block-start: 20px;
}
#buttons > :not(:last-child) {
margin-inline-end: 5px;
}
#status-line {
color: var(--secondary-color);
}
.bridge {
border-bottom: 1px solid var(--border-color);
margin-bottom: 10px;
padding-bottom: 20px;
}
.bridge,
.bridge__loading {
display: flex;
flex-direction: column;
}
.bridge__loading {
align-items: center;
align-self: center;
font-size: 1.25em;
font-weight: 300;
width: 30%;
}
.bridge__loading progress {
margin-top: 5px;
width: 100%;
}
.bridge__info {
display: flex;
padding-inline-start: 25px;
}
.bridge__status {
align-items: center;
display: flex;
flex-basis: min-content;
flex-direction: column;
margin-inline-end: 25px;
}
.bridge__info--not-found {
padding-inline-end: 25px;
}
.bridge__info--found .bridge__status {
border-inline-end: 1px solid var(--border-color);
padding-inline-end: 25px;
}
.bridge__status-title {
margin: initial;
font-weight: 500;
font-size: 1.5em;
white-space: nowrap;
}
.bridge__status-text {
margin: initial;
margin-top: 5px;
font-size: 1.15em;
font-weight: 300;
text-align: center;
}
.bridge__info--not-found .bridge__status {
display: grid;
grid-template-columns: min-content 1fr;
grid-template-rows: min-content min-content;
grid-template-areas:
"status-icon status-title"
"status-icon status-text";
}
.bridge__info--found .bridge__status-icon {
margin-block-end: 5px;
}
.bridge__info--not-found .bridge__status-icon {
grid-area: status-icon;
margin-inline-end: 10px;
}
.bridge__info--not-found .bridge__status-title {
grid-area: status-title;
font-weight: normal;
white-space: normal;
}
.bridge__info--not-found .bridge__status-text {
grid-area: status-text;
margin-top: initial;
}
.bridge__stats {
border-collapse: collapse;
border-spacing: 0;
}
.bridge__stats th {
font-weight: 500;
padding-inline-end: 10px;
text-align: end;
vertical-align: top;
white-space: nowrap;
}
.bridge__update-info {
align-items: center;
display: flex;
margin-top: 30px;
}
.bridge__update-label {
display: inline-block;
margin: initial;
}
.bridge__update-options {
display: inline-flex;
flex-direction: column;
margin-left: 10px;
}
.bridge__update-start {
align-self: flex-end;
margin-top: 5px;
}
.bridge--update-status {
margin-left: 10px;
}
.category {
border: initial;
display: grid;
grid-template-columns: 150px 1fr;
grid-column-gap: 10px;
grid-row-gap: 5px;
margin: initial;
padding: 10px 0;
}
.category:disabled {
color: var(--secondary-color);
}
#form > .category:not(:first-child) {
border-top: 1px solid var(--border-color);
}
.category > .category {
padding: 5px 0;
box-shadow: inset 2px 0 0 0 var(--border-color);
}
.category > .category > .category__name,
.category > .category > .category__description {
margin-inline-start: 16px;
}
.category__name {
float: left;
}
.category__name > h2 {
font-size: 1.15em;
font-weight: 500;
margin: initial;
}
.category__description {
color: var(--secondary-color);
margin-top: initial;
max-width: 60ch;
}
.category__name,
.category__description,
.category .category {
grid-column: span 2;
}
.option {
display: contents;
}
.option--inline {
display: block;
grid-column-start: 2;
}
.option__label {
text-align: right;
display: inline-block;
}
.option > input {
align-self: center;
justify-self: flex-start;
margin-inline-start: initial;
}
.editable-list {
background-color: -moz-field;
border: 1px solid var(--border-color);
color: -moz-fieldtext;
justify-content: end;
padding: 5px;
}
.editable-list__view-actions {
display: flex;
justify-content: end;
}
.editable-list__view-button,
.editable-list__save-raw-button {
}
.editable-list hr {
border: initial;
border-top: 1px solid var(--border-color);
margin: 5px 0;
}
.editable-list__items {
display: flex;
flex-direction: column;
margin: initial;
margin-inline-start: -5px;
padding: initial;
width: calc(100% + 10px);
}
.editable-list__item {
align-items: center;
display: flex;
height: 2em;
padding: 0 5px;
}
.editable-list__item:nth-child(even):not(:last-child) {
background-color: -moz-eventreerow;
}
.editable-list__item:nth-child(odd):not(:last-child) {
background-color: -moz-oddtreerow;
}
.editable-list__item--selected {
background-color: -moz-cellhighlight !important;
color: -moz-cellhighlighttext !important;
}
.editable-list__title {
flex: 1;
}
.editable-list__edit-field {
width: -moz-available;
margin-inline-end: 1em;
}
.editable-list__raw-view {
max-height: 300px;
resize: vertical;
width: 100%;
}
.editable-list__add-button {
align-self: end;
margin-top: 5px;
}
| 0.539954 | 0.168583 |
nav {
display: flex;
width: 100%;
align-items: center;
justify-content: space-around;
margin: 0 auto;
border-bottom: solid 1px rgb(153, 146, 146);
/* -------------------------- Sous Liste ----------------------------*/
}
nav .items {
display: flex;
list-style: none;
justify-content: center;
height: 100%;
line-height: 30px;
font-size: 22px;
}
nav .items-liste {
cursor: pointer;
color: grey;
flex-shrink: 0;
}
nav .items-sous {
position: relative;
top: -2px;
display: none;
}
nav .items-sous-liste {
list-style-type: none;
text-align: center;
font-size: 17px;
padding: 0 10px;
background: rgb(167, 167, 167);
color: white;
border-bottom: 0.5px solid rgb(110, 110, 110);
}
nav .items-sous-liste:hover {
background: #f1f1f1;
color: black;
}
nav .items-liste:hover > ul {
display: block;
}
nav .logo {
width: 80px;
height: 40px;
}
nav .help {
width: 20px;
height: 20px;
}
nav #connection {
background-color: rgb(0, 0, 0);
border: 1px solid rgb(255, 255, 255);
color: rgb(255, 255, 255);
border-radius: 3px;
padding: 3px;
cursor: pointer;
}
nav #vendre {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(0, 0, 0);
color: rgb(0, 0, 0);
border-radius: 3px;
padding: 3px;
cursor: pointer;
}
nav .imgSearch {
width: 30px;
height: 30px;
margin: 0;
}
nav #search {
width: 500px;
height: 30px;
border-radius: 5px;
border: solid 2px black;
}
/* --------------------------- 2e navbar ------------------------------*/
.navbar {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.navbar .categorie {
display: flex;
list-style: none;
}
.navbar .categorie-items {
padding: 0 16px;
}
.navbar a {
text-decoration: none;
font-size: 15px;
color: rgb(114, 114, 114);
}
.navbar .categorie-items:hover {
background-color: rgb(192, 192, 192);
}
body {
width: 1200px;
margin: 0 auto;
}
h1 {
margin-top: 50px;
}
header {
position: relative;
}
header img {
width: 100%;
height: 550px;
}
header .texte {
background-color: white;
width: 200px;
height: 210px;
padding: 10px;
position: absolute;
bottom: 10%;
left: 15%;
}
header .texte p {
font-size: 30px;
}
header .texte a {
text-decoration: none;
color: black;
font-size: 15px;
}
header #vends {
background-color: rgb(62, 141, 137);
border: 1px solid rgb(62, 141, 137);
color: white;
border-radius: 3px;
padding: 2px;
margin-bottom: 4px;
}
.grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
width: 1200px;
gap: 5px;
}
.grid .grid-items {
width: 200px;
}
.grid .grid-items img {
width: 200px;
height: 250px;
}
.grid .grid-items p {
margin: 0;
padding: 0;
}
.grid .grid-items .price {
margin-left: 5px;
}
.grid .grid-items .taille {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.grid .grid-items .name {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.grille {
display: grid;
grid-template-columns: repeat(5, 1fr);
width: 1200px;
gap: 5px;
}
.grille .grille-items {
width: 200px;
border: solid 1px grey;
border-radius: 3px;
}
.grille .grille-items img {
width: 200px;
}
.grille .grille-items p {
margin: 0;
padding: 0;
}
.grille .grille-items .price {
margin-left: 5px;
}
.grille .grille-items .taille {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.grille .grille-items .name {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.flexbox {
display: flex;
width: 100%;
margin: 0 auto;
align-items: center;
justify-content: space-between;
}
.flexbox .marque {
display: flex;
list-style: none;
gap: 10px;
justify-content: space-between;
}
.flexbox .marque .marque-items {
padding: 5px;
border: solid 1px rgb(122, 122, 122);
border-radius: 3px;
}
/* ------------------------ Flexbox recherche --------------------------------*/
.flexbox_recherche {
display: flex;
margin: 0 auto;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.flexbox_recherche .flexbox_recherche-liste {
display: flex;
list-style: none;
gap: 10px;
justify-content: space-between;
}
.flexbox_recherche .flexbox_recherche-items {
padding: 2px;
border: solid 1px rgb(122, 122, 122);
border-radius: 3px;
}
.flexbox_recherche .flexbox_recherche-items p {
color: grey;
font-size: 12px;
}/*# sourceMappingURL=main.css.map */
|
Sass/main.css
|
nav {
display: flex;
width: 100%;
align-items: center;
justify-content: space-around;
margin: 0 auto;
border-bottom: solid 1px rgb(153, 146, 146);
/* -------------------------- Sous Liste ----------------------------*/
}
nav .items {
display: flex;
list-style: none;
justify-content: center;
height: 100%;
line-height: 30px;
font-size: 22px;
}
nav .items-liste {
cursor: pointer;
color: grey;
flex-shrink: 0;
}
nav .items-sous {
position: relative;
top: -2px;
display: none;
}
nav .items-sous-liste {
list-style-type: none;
text-align: center;
font-size: 17px;
padding: 0 10px;
background: rgb(167, 167, 167);
color: white;
border-bottom: 0.5px solid rgb(110, 110, 110);
}
nav .items-sous-liste:hover {
background: #f1f1f1;
color: black;
}
nav .items-liste:hover > ul {
display: block;
}
nav .logo {
width: 80px;
height: 40px;
}
nav .help {
width: 20px;
height: 20px;
}
nav #connection {
background-color: rgb(0, 0, 0);
border: 1px solid rgb(255, 255, 255);
color: rgb(255, 255, 255);
border-radius: 3px;
padding: 3px;
cursor: pointer;
}
nav #vendre {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(0, 0, 0);
color: rgb(0, 0, 0);
border-radius: 3px;
padding: 3px;
cursor: pointer;
}
nav .imgSearch {
width: 30px;
height: 30px;
margin: 0;
}
nav #search {
width: 500px;
height: 30px;
border-radius: 5px;
border: solid 2px black;
}
/* --------------------------- 2e navbar ------------------------------*/
.navbar {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.navbar .categorie {
display: flex;
list-style: none;
}
.navbar .categorie-items {
padding: 0 16px;
}
.navbar a {
text-decoration: none;
font-size: 15px;
color: rgb(114, 114, 114);
}
.navbar .categorie-items:hover {
background-color: rgb(192, 192, 192);
}
body {
width: 1200px;
margin: 0 auto;
}
h1 {
margin-top: 50px;
}
header {
position: relative;
}
header img {
width: 100%;
height: 550px;
}
header .texte {
background-color: white;
width: 200px;
height: 210px;
padding: 10px;
position: absolute;
bottom: 10%;
left: 15%;
}
header .texte p {
font-size: 30px;
}
header .texte a {
text-decoration: none;
color: black;
font-size: 15px;
}
header #vends {
background-color: rgb(62, 141, 137);
border: 1px solid rgb(62, 141, 137);
color: white;
border-radius: 3px;
padding: 2px;
margin-bottom: 4px;
}
.grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
width: 1200px;
gap: 5px;
}
.grid .grid-items {
width: 200px;
}
.grid .grid-items img {
width: 200px;
height: 250px;
}
.grid .grid-items p {
margin: 0;
padding: 0;
}
.grid .grid-items .price {
margin-left: 5px;
}
.grid .grid-items .taille {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.grid .grid-items .name {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.grille {
display: grid;
grid-template-columns: repeat(5, 1fr);
width: 1200px;
gap: 5px;
}
.grille .grille-items {
width: 200px;
border: solid 1px grey;
border-radius: 3px;
}
.grille .grille-items img {
width: 200px;
}
.grille .grille-items p {
margin: 0;
padding: 0;
}
.grille .grille-items .price {
margin-left: 5px;
}
.grille .grille-items .taille {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.grille .grille-items .name {
margin-left: 5px;
color: grey;
font-size: 12px;
}
.flexbox {
display: flex;
width: 100%;
margin: 0 auto;
align-items: center;
justify-content: space-between;
}
.flexbox .marque {
display: flex;
list-style: none;
gap: 10px;
justify-content: space-between;
}
.flexbox .marque .marque-items {
padding: 5px;
border: solid 1px rgb(122, 122, 122);
border-radius: 3px;
}
/* ------------------------ Flexbox recherche --------------------------------*/
.flexbox_recherche {
display: flex;
margin: 0 auto;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.flexbox_recherche .flexbox_recherche-liste {
display: flex;
list-style: none;
gap: 10px;
justify-content: space-between;
}
.flexbox_recherche .flexbox_recherche-items {
padding: 2px;
border: solid 1px rgb(122, 122, 122);
border-radius: 3px;
}
.flexbox_recherche .flexbox_recherche-items p {
color: grey;
font-size: 12px;
}/*# sourceMappingURL=main.css.map */
| 0.431105 | 0.063308 |
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: white;
background-image: linear-gradient(-180deg, #FBDA61 0%, #F76B1C 100%);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: 100%;
/*font-weight:100;*/
}
a, a:visited {
color: inherit;
text-decoration: none;
}
.button {
cursor: pointer;
}
.button:hover {
text-decoration: underline;
}
.header {
margin: 0;
background-color: white;
}
nav {
width: 95%;
margin: 0 auto;
color: #ff9100;
}
nav ul {
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
list-style: none;
}
nav li {
padding: 20px;
}
.content {
margin: 0 auto;
max-width: 450px;
}
.triangle {
display: block;
margin: 5% auto 0;
height: 200px;
position: relative;
}
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}
.grow:focus {
transform: scale(1.1);
}
button {
margin: 0;
padding: 10px 20px;
background: none;
cursor: pointer;
border: solid 2px white;
border-radius: 5px;
color: white;
font-size: 1.2em;
}
button:hover {
border-color: #eee;
}
.circle, input {
cursor: pointer;
border: solid 4px white;
border-radius: 50%;
width: 70px;
height: 70px;
font-size: 35px;
line-height: 70px;
text-align: center;
}
input {
background: none;
color: white;
width: 77px;
height: 77px;
transition: all .2s ease-in-out;
}
input:focus {
transform: scale(1.1);
outline: none;
}
.circle:hover, input:hover, input:focus {
background-color: white;
color:#f76b1c;
}
.calculator {
position: relative;
}
.hypotenuse {
position: absolute;
top: 0px;
right: 45%;
}
.adjacent {
position: absolute;
bottom: -85px;
right: 50%;
}
.opposite {
position: absolute;
top: 50%;
right: 70%;
}
@media screen and (max-width:860px) {
.opposite {
right: inherit;
left: 5px;
}
}
.center-align {
text-align: center;
}
|
src/index.css
|
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: white;
background-image: linear-gradient(-180deg, #FBDA61 0%, #F76B1C 100%);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: 100%;
/*font-weight:100;*/
}
a, a:visited {
color: inherit;
text-decoration: none;
}
.button {
cursor: pointer;
}
.button:hover {
text-decoration: underline;
}
.header {
margin: 0;
background-color: white;
}
nav {
width: 95%;
margin: 0 auto;
color: #ff9100;
}
nav ul {
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
list-style: none;
}
nav li {
padding: 20px;
}
.content {
margin: 0 auto;
max-width: 450px;
}
.triangle {
display: block;
margin: 5% auto 0;
height: 200px;
position: relative;
}
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}
.grow:focus {
transform: scale(1.1);
}
button {
margin: 0;
padding: 10px 20px;
background: none;
cursor: pointer;
border: solid 2px white;
border-radius: 5px;
color: white;
font-size: 1.2em;
}
button:hover {
border-color: #eee;
}
.circle, input {
cursor: pointer;
border: solid 4px white;
border-radius: 50%;
width: 70px;
height: 70px;
font-size: 35px;
line-height: 70px;
text-align: center;
}
input {
background: none;
color: white;
width: 77px;
height: 77px;
transition: all .2s ease-in-out;
}
input:focus {
transform: scale(1.1);
outline: none;
}
.circle:hover, input:hover, input:focus {
background-color: white;
color:#f76b1c;
}
.calculator {
position: relative;
}
.hypotenuse {
position: absolute;
top: 0px;
right: 45%;
}
.adjacent {
position: absolute;
bottom: -85px;
right: 50%;
}
.opposite {
position: absolute;
top: 50%;
right: 70%;
}
@media screen and (max-width:860px) {
.opposite {
right: inherit;
left: 5px;
}
}
.center-align {
text-align: center;
}
| 0.658857 | 0.077762 |
@charset "utf-8";
/*safari打开提示*/
.click_opacity{ width:100%; height:100%; background:#000; opacity:0.6; position:fixed; z-index:10000; top:0px;}
.to_btn{ position:fixed; top:10px; right:10px; text-align:right; z-index:10001; font-family:"微软雅黑";}
.to_btn span{ display:block;}
.to_btn img{ width:20%; height:auto; display:inline-block;}
.to_btn .span1{ font-size:1.6rem; color:#fff; margin-top:5px;}
.to_btn{ color:#fff;}
.to_btn .span2{ display:inline-block; line-height:36px; width:80%; margin-bottom:12px; text-align:left; font-size:16px;}
.to_btn .span2 em{ display:inline-block; width:16px; height:16px; background:#009dd9; color:#fff; font-size:12px; text-align:center; line-height:16px; border:1px solid #fff; border-radius:50%; margin-right:3px;}
.to_btn .span2 img{ display:inline-block; width:30px; height:30px; margin:0px 5px;}
.to_btn span{ display:block; float:right;}
.to_btn .android_open img{ display:inline-block; width:150px; height:34px;}
/*ios9提示样式*/
.ios9_tips{ width:100%; background:rgba(0,0,0,0.7); padding:30px 0px; height:auto;}
.ios9_tips p{ font-size:14px; font-weight:200; color:#fff; width:100%; text-align:center; line-height:28px;}
.ios9_tips img{ display:block;width:12px;height:12px;}
.ios9_tips .img1{ width:80%; height:auto; margin:20px 10% 0px;}
.ios9_tips .btn{ width:40%; height:auto; margin:20px 30% 0px;font-size: 13px;font-weight: 500;border: 0px solid #fff!important;}
.ios9_tips .p3{font-size:16px; margin:50px 0px 30px 0px;}
.ios9_tips .img2{ width:120px; height:120px; margin:10px auto;}
.ios9_tips .img3{ width:80%; height:auto; margin:20px 10% 0px;}
.ios9_tips .img4{ width:60%; height:auto; margin:20px 20% 0px;}
.go_desk{ margin-top:30px;}
.close_ios9{margin-right: 25px;position: absolute;top: 50px; right: 0px;}
.close_ios92{margin-right: 40px;position: absolute;top:43px; right: 0px;}
.ios9_tips_content{ padding-top:10px;}
.logo0622{ width:120px; height:130px; margin: 40px auto 0px;text-align: center;}
.logo0622 img{border-radius:22.5%;width:120px; height:120px; display:inline-block;}
.cy_app_name{ color:#000; margin-bottom:10px;text-align: center;}
.phone_show { margin-top:2rem;}
.phone_show p{ width:100%; text-align:center; line-height:1rem;color: #000;font-family: "Open Sans","Helvetica Neue",Helvetica,"Microsoft YaHei",sans-serif;font-size: 16px;font-weight: 300;letter-spacing: 1.2px;}
.load_fixed{ margin:2rem auto;}
.load_fixed a{color: #2c9fb7;cursor: pointer; font-size: 16px; display:block; width:100%;}
@media screen and (max-width:768px){.load_fixed a{ width:50%; margin-left:25%;}}
.load_fixed{ position:relative;}
.fixing .fa-circle-o-notch{ color:#fff; font-weight:100; width:100%; text-align:center; position:absolute; top:0px;}
.load_fixed .home_key{ position:absolute; top:0px; font-size:14px;}
.one-key-report-dialog {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 50%;
margin-left: -225px;
margin-top: -275px;
padding: 20px;
position: fixed;
top: 50%;
width: 450px;
z-index: 99999;
}
.one-key-report-dialog .dialog-close {
position: absolute;
right: 10px;
top: 10px;
}
.one-key-report-dialog .dialog-close i.icon-close {
cursor: pointer;
font-size: 18px;
font-weight: 700;
}
.one-key-report-dialog .dialog-close i.icon-close:hover {
color: #333;
}
.one-key-report-dialog .dialog-close .icon-return {
color: #32b2a7;
display: none;
}
.one-key-report-dialog .custom-checkbox {
cursor: pointer;
display: inline-block;
line-height: 24px;
margin-right: 40px;
padding: 2px 2px 2px 25px;
position: relative;
text-align: left;
}
.one-key-report-dialog .custom-checkbox:last-child {
margin-right: 0;
}
.one-key-report-dialog .custom-checkbox::after, .one-key-report-dialog .custom-checkbox::before {
content: " ";
display: block;
position: absolute;
}
.one-key-report-dialog .custom-checkbox::after {
background-color: #1989fa;
border-radius: 10px;
display: none;
height: 10px;
left: 1px;
top: 7px;
width: 10px;
}
.one-key-report-dialog .custom-checkbox::before {
background-color: #fff;
border: 1px solid #1989fa;
border-radius: 12px;
height: 12px;
left: 0;
top: 6px;
width: 12px;
}
.one-key-report-dialog .custom-checkbox.active::after {
display: block;
}
.one-key-report-dialog .content-row {
display: table;
padding: 10px 10px 5px;
position: relative;
width: 100%;
}
.one-key-report-dialog .content-row input, .one-key-report-dialog .content-row label {
display: inline-block;
float: left;
}
.one-key-report-dialog .content-row label {
font-size: 18px;
line-height: 34px;
margin-right: 30px;
}
.one-key-report-dialog .content-row input {
border: 1px solid #a9b1b3;
border-radius: 5px;
height: 34px;
outline: 0 none;
padding: 5px 10px;
width: 240px;
}
.one-key-report-dialog .content-row .checkbox-list {
clear: both;
padding: 5px 0;
text-align: left;
width: 100%;
}
.one-key-report-dialog .content-row textarea {
border: 1px solid #a9b1b3;
border-radius: 10px;
color: #a9b1b3;
font-size: 16px;
height: 200px;
outline: 0 none;
padding: 10px;
resize: none;
width: 100%;
}
.one-key-report-dialog .content-row .btn-report {
background-color: #32b2a7;
border-radius: 15px;
color: #fff;
float: right;
margin-top: -5px;
padding: 5px 10px;
}
.one-key-report-dialog .report-feedback, .one-key-report-dialog .report-form {
height: 100%;
position: relative;
width: 100%;
}
.one-key-report-dialog .report-sending {
background-color: rgba(255, 255, 255, 0.5);
color: #000;
cursor: default;
display: none;
font-size: 20px;
height: 100%;
left: 0;
line-height: 450px;
position: absolute;
text-align: center;
top: 0;
width: 100%;
z-index: 100;
}
.one-key-report-dialog .report-form {
display: block;
}
.one-key-report-dialog .report-feedback {
cursor: default;
display: none;
}
.one-key-report-dialog .report-feedback .feedback-thanks {
background-color: #efefef;
border-radius: 20px;
height: 160px;
margin: 50px auto 20px;
width: 160px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .brace-content {
color: #000;
margin: 0 auto;
padding-top: 30px;
text-align: center;
width: 110px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .thanks {
color: #000;
cursor: default;
font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.8px;
margin: 15px 0 0;
min-height: 22px;
text-align: center;
}
.one-key-report-dialog .report-feedback .feedback-thanks .face, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-left, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-right {
display: inline-block;
vertical-align: middle;
}
.one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-left, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-right {
font-size: 80px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .face .icon-comma-eye {
font-size: 22px;
margin: 0 4px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .face .icon-comma-eye.right {
display: inline-block;
margin-left: 16px;
transform: scaleY(0.5);
}
.one-key-report-dialog .report-feedback .feedback-thanks .face .icon-mouth {
display: block;
margin-top: 15px;
transform: rotateZ(-19deg) translateX(2px);
}
.one-key-report-dialog .report-feedback .feedback-message {
color: #1989fa;
font-size: 30px;
text-align: center;
}
.one-key-report-dialog .report-feedback .feedback-content {
color: #858585;
font-size: 18px;
margin-top: 40px;
}
.one-key-report-dialog .report-error {
color: red;
cursor: default;
line-height: 34px;
padding: 0 10px;
}
.one-key-report-dialog .report-error > div {
display: none;
}
#codeico {
background-color: #efefef;
border: 2px solid #fff;
border-radius: 10px;
margin: 77px;
position: absolute;
z-index: 999;
}
|
Public/Download/appstyle.css
|
@charset "utf-8";
/*safari打开提示*/
.click_opacity{ width:100%; height:100%; background:#000; opacity:0.6; position:fixed; z-index:10000; top:0px;}
.to_btn{ position:fixed; top:10px; right:10px; text-align:right; z-index:10001; font-family:"微软雅黑";}
.to_btn span{ display:block;}
.to_btn img{ width:20%; height:auto; display:inline-block;}
.to_btn .span1{ font-size:1.6rem; color:#fff; margin-top:5px;}
.to_btn{ color:#fff;}
.to_btn .span2{ display:inline-block; line-height:36px; width:80%; margin-bottom:12px; text-align:left; font-size:16px;}
.to_btn .span2 em{ display:inline-block; width:16px; height:16px; background:#009dd9; color:#fff; font-size:12px; text-align:center; line-height:16px; border:1px solid #fff; border-radius:50%; margin-right:3px;}
.to_btn .span2 img{ display:inline-block; width:30px; height:30px; margin:0px 5px;}
.to_btn span{ display:block; float:right;}
.to_btn .android_open img{ display:inline-block; width:150px; height:34px;}
/*ios9提示样式*/
.ios9_tips{ width:100%; background:rgba(0,0,0,0.7); padding:30px 0px; height:auto;}
.ios9_tips p{ font-size:14px; font-weight:200; color:#fff; width:100%; text-align:center; line-height:28px;}
.ios9_tips img{ display:block;width:12px;height:12px;}
.ios9_tips .img1{ width:80%; height:auto; margin:20px 10% 0px;}
.ios9_tips .btn{ width:40%; height:auto; margin:20px 30% 0px;font-size: 13px;font-weight: 500;border: 0px solid #fff!important;}
.ios9_tips .p3{font-size:16px; margin:50px 0px 30px 0px;}
.ios9_tips .img2{ width:120px; height:120px; margin:10px auto;}
.ios9_tips .img3{ width:80%; height:auto; margin:20px 10% 0px;}
.ios9_tips .img4{ width:60%; height:auto; margin:20px 20% 0px;}
.go_desk{ margin-top:30px;}
.close_ios9{margin-right: 25px;position: absolute;top: 50px; right: 0px;}
.close_ios92{margin-right: 40px;position: absolute;top:43px; right: 0px;}
.ios9_tips_content{ padding-top:10px;}
.logo0622{ width:120px; height:130px; margin: 40px auto 0px;text-align: center;}
.logo0622 img{border-radius:22.5%;width:120px; height:120px; display:inline-block;}
.cy_app_name{ color:#000; margin-bottom:10px;text-align: center;}
.phone_show { margin-top:2rem;}
.phone_show p{ width:100%; text-align:center; line-height:1rem;color: #000;font-family: "Open Sans","Helvetica Neue",Helvetica,"Microsoft YaHei",sans-serif;font-size: 16px;font-weight: 300;letter-spacing: 1.2px;}
.load_fixed{ margin:2rem auto;}
.load_fixed a{color: #2c9fb7;cursor: pointer; font-size: 16px; display:block; width:100%;}
@media screen and (max-width:768px){.load_fixed a{ width:50%; margin-left:25%;}}
.load_fixed{ position:relative;}
.fixing .fa-circle-o-notch{ color:#fff; font-weight:100; width:100%; text-align:center; position:absolute; top:0px;}
.load_fixed .home_key{ position:absolute; top:0px; font-size:14px;}
.one-key-report-dialog {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 50%;
margin-left: -225px;
margin-top: -275px;
padding: 20px;
position: fixed;
top: 50%;
width: 450px;
z-index: 99999;
}
.one-key-report-dialog .dialog-close {
position: absolute;
right: 10px;
top: 10px;
}
.one-key-report-dialog .dialog-close i.icon-close {
cursor: pointer;
font-size: 18px;
font-weight: 700;
}
.one-key-report-dialog .dialog-close i.icon-close:hover {
color: #333;
}
.one-key-report-dialog .dialog-close .icon-return {
color: #32b2a7;
display: none;
}
.one-key-report-dialog .custom-checkbox {
cursor: pointer;
display: inline-block;
line-height: 24px;
margin-right: 40px;
padding: 2px 2px 2px 25px;
position: relative;
text-align: left;
}
.one-key-report-dialog .custom-checkbox:last-child {
margin-right: 0;
}
.one-key-report-dialog .custom-checkbox::after, .one-key-report-dialog .custom-checkbox::before {
content: " ";
display: block;
position: absolute;
}
.one-key-report-dialog .custom-checkbox::after {
background-color: #1989fa;
border-radius: 10px;
display: none;
height: 10px;
left: 1px;
top: 7px;
width: 10px;
}
.one-key-report-dialog .custom-checkbox::before {
background-color: #fff;
border: 1px solid #1989fa;
border-radius: 12px;
height: 12px;
left: 0;
top: 6px;
width: 12px;
}
.one-key-report-dialog .custom-checkbox.active::after {
display: block;
}
.one-key-report-dialog .content-row {
display: table;
padding: 10px 10px 5px;
position: relative;
width: 100%;
}
.one-key-report-dialog .content-row input, .one-key-report-dialog .content-row label {
display: inline-block;
float: left;
}
.one-key-report-dialog .content-row label {
font-size: 18px;
line-height: 34px;
margin-right: 30px;
}
.one-key-report-dialog .content-row input {
border: 1px solid #a9b1b3;
border-radius: 5px;
height: 34px;
outline: 0 none;
padding: 5px 10px;
width: 240px;
}
.one-key-report-dialog .content-row .checkbox-list {
clear: both;
padding: 5px 0;
text-align: left;
width: 100%;
}
.one-key-report-dialog .content-row textarea {
border: 1px solid #a9b1b3;
border-radius: 10px;
color: #a9b1b3;
font-size: 16px;
height: 200px;
outline: 0 none;
padding: 10px;
resize: none;
width: 100%;
}
.one-key-report-dialog .content-row .btn-report {
background-color: #32b2a7;
border-radius: 15px;
color: #fff;
float: right;
margin-top: -5px;
padding: 5px 10px;
}
.one-key-report-dialog .report-feedback, .one-key-report-dialog .report-form {
height: 100%;
position: relative;
width: 100%;
}
.one-key-report-dialog .report-sending {
background-color: rgba(255, 255, 255, 0.5);
color: #000;
cursor: default;
display: none;
font-size: 20px;
height: 100%;
left: 0;
line-height: 450px;
position: absolute;
text-align: center;
top: 0;
width: 100%;
z-index: 100;
}
.one-key-report-dialog .report-form {
display: block;
}
.one-key-report-dialog .report-feedback {
cursor: default;
display: none;
}
.one-key-report-dialog .report-feedback .feedback-thanks {
background-color: #efefef;
border-radius: 20px;
height: 160px;
margin: 50px auto 20px;
width: 160px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .brace-content {
color: #000;
margin: 0 auto;
padding-top: 30px;
text-align: center;
width: 110px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .thanks {
color: #000;
cursor: default;
font-family: "Roboto Slab","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.8px;
margin: 15px 0 0;
min-height: 22px;
text-align: center;
}
.one-key-report-dialog .report-feedback .feedback-thanks .face, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-left, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-right {
display: inline-block;
vertical-align: middle;
}
.one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-left, .one-key-report-dialog .report-feedback .feedback-thanks .icon-brace-right {
font-size: 80px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .face .icon-comma-eye {
font-size: 22px;
margin: 0 4px;
}
.one-key-report-dialog .report-feedback .feedback-thanks .face .icon-comma-eye.right {
display: inline-block;
margin-left: 16px;
transform: scaleY(0.5);
}
.one-key-report-dialog .report-feedback .feedback-thanks .face .icon-mouth {
display: block;
margin-top: 15px;
transform: rotateZ(-19deg) translateX(2px);
}
.one-key-report-dialog .report-feedback .feedback-message {
color: #1989fa;
font-size: 30px;
text-align: center;
}
.one-key-report-dialog .report-feedback .feedback-content {
color: #858585;
font-size: 18px;
margin-top: 40px;
}
.one-key-report-dialog .report-error {
color: red;
cursor: default;
line-height: 34px;
padding: 0 10px;
}
.one-key-report-dialog .report-error > div {
display: none;
}
#codeico {
background-color: #efefef;
border: 2px solid #fff;
border-radius: 10px;
margin: 77px;
position: absolute;
z-index: 999;
}
| 0.296043 | 0.094135 |
*, ::before, ::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/*My code*/
body{
background-color:#f1f1f1;
}
#tagcloud ul li a{
color:#f1f1f1;
font-size: 1em;
text-decoration: none;
}
.container-first {
position: absolute;
top: 15%;
left: 5%;
}
.container-btns {
position: relative;
top: 150px;
}
.btn-first {
border: 2px solid #f1f1f1;
outline: none;
background: transparent;
font-size: 15px;
padding: 15px;
width: 150px;
color: #f1f1f1;
cursor: pointer;
}
.btn-first:nth-child(1){
margin-right: 30px;
}
.btn-first:hover {
transition: all 0.3s ease-in-out;
background: #f1f1f1;
color: #333;
}
.lignes {
position: absolute;
top: 6%;
left: 5%;
}
.l1 {
width: 250px;
height: 3px;
background: #f1f1f1;
border-radius: 5px;
}
.l2 {
width: 140px;
height: 3px;
background: #f1f1f1;
border-radius: 5px;
position: relative;
top: 20px;
}
.logo {
position: absolute;
right: 2.9%;
top: 4%;
width: 80px;
height: 80px;
cursor: pointer;
}
.medias {
list-style-type: none;
position: absolute;
right: 3.3%;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.bulle {
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid #f1f1f1;
display: flex;
justify-content: center;
align-items: center;
margin: 6px 0;
background: #f1f1f1;
cursor: pointer;
position: relative;
}
.logo-medias {
width: 30px;
height: 30px;
opacity: 50%;
}
.logo-medias:hover{
width: 35px;
height: 35px;
transition: 500ms;
opacity: 100%;
}
.presentation{
position: absolute;
color: #f1f1f1;
top: 200%;
left: 30%;
font-size: 20px;
}
.pense{
position: relative;
left: 120px;
}
.ampoule{
position: absolute;
top: 175%;
left: 60%;
}
.contact-form-body {
margin-top: 50px;
padding: 0px 6%;
}
.email, .message {margin: 15px 0px;}
.contact input, .contact textarea {
width: 100%;
padding: 10px;
margin: 3px 0px
}
.submit-contact .btn-border {margin-top: 10px;}
.image-parcours{
position: absolute;
left: 60%;
}
.site-title h2{
margin-left: 12%;
}
.param{
text-align: justify;
font-size:large;
}
/* End My code */
/* Banner Area */
.site-main .site-banner {
background: #111;
font-family: Arial, Helvetica, sans-serif;
overflow-x: hidden;
}
.medias {
list-style-type: none;
position: absolute;
right: 3.3%;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.site-main .site-banner .site-title h1{
margin-top: 100px;
margin-left: 100px;
font-size: 3rem;
color: #f1f1f1;
}
.site-main .site-banner .site-title h2{
margin-top: 0px;
margin-left: 80px;
font-size: 2rem;
color: #f1f1f1;
}
.site-main .site-banner .banner-image > img{
padding: 7rem 0;
width: 90rem;
}
/* End Banner Area */
/* Start About Area */
.site-main .about-area{
padding: 8rem 5rem;
}
.site-main .about-area .about-title h2 > span{
display: block;
font: normal bold 49px/ 60px var(--roboto);
letter-spacing: 21px;
}
.site-main .about-area .about-title .paragraph > p{
padding: .4rem 0;
}
/* End About Area */
/* Services Area */
.site-main .services-area{
padding: 7rem 2rem;
}
.site-main .services-area .services-title{
padding: 0 14rem;
}
.site-main .services-area .services-title h1{
font-size: 35px;
}
.site-main > .services-area .services{
background: rgba(248, 252, 253, 0.973);
padding: 2rem 0;
width: 16rem;
margin: 5rem .5rem;
transition: box-shadow .7s ease;
}
.site-main > .services-area .services:hover{
box-shadow: var(--box-shadow);
}
/* End Services Area */
/* Project Area */
.site-main .project-area{
padding: 4rem 0;
}
.site-main .project-area .button-group button{
background: transparent;
border: none;
font: normal 500 16px/130px var(--roboto);
text-transform: uppercase;
}
.site-main .project-area .button-group button:hover{
background-color: lightblue;
color: #000000;
transition:0.7s;
}
.site-main .project-area .button-group button + button{
padding-left: 3rem;
}
.site-main .project-area .grid .our-project > .title h4{
font: normal 700 25px/12px var(--roboto);
}
.site-main .project-area .grid .our-project .img a:hover img{
filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
}
/* End Project Area */
/* About Me */
.site-main .about-area{
padding: 1rem 7rem;
position: relative;
top: -10%;
}
.site-main .about-area .client{
background: #ffffff10;
box-shadow: var(--box-shadow);
margin: 3rem 0rem;
}
.site-main .about-area .client .client-img{
padding: 2rem;
}
.site-main .about-area .client .about-client{
padding-top: 2rem;
}
.site-main .about-area .client .about-client h4{
font: normal 500 21px/ 20px var(--roboto);
}
.site-main .about-area .client .about-client p{
font-size: 14px;
}
.site-main .about-area .owl-carousel .owl-item{
display: flex;
justify-content: center;
padding: 0 1.5rem;
}
.site-main .about-area .owl-carousel .owl-dots .owl-dot.active span{
background: var(--primary-color);
width: 12px;
height: 12px;
}
/* End About Me */
/* Footer Area */
footer.footer-area{
padding: 5rem 0;
background: url(../img/footer-bg.png) no-repeat;
}
footer.footer-area .social h5{
font: normal 500 23px/ 30px var(--roboto);
}
footer.footer-area .social a > i{
font-size:22px;
padding: 2rem;
color: var(--border-color);
}
footer.footer-area .social a:hover > i{
color: var(--primary-color);
}
.about-image2{
margin-top: 15%;
margin-left: 30%;
}
/* End Footer */
|
css/style.css
|
*, ::before, ::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/*My code*/
body{
background-color:#f1f1f1;
}
#tagcloud ul li a{
color:#f1f1f1;
font-size: 1em;
text-decoration: none;
}
.container-first {
position: absolute;
top: 15%;
left: 5%;
}
.container-btns {
position: relative;
top: 150px;
}
.btn-first {
border: 2px solid #f1f1f1;
outline: none;
background: transparent;
font-size: 15px;
padding: 15px;
width: 150px;
color: #f1f1f1;
cursor: pointer;
}
.btn-first:nth-child(1){
margin-right: 30px;
}
.btn-first:hover {
transition: all 0.3s ease-in-out;
background: #f1f1f1;
color: #333;
}
.lignes {
position: absolute;
top: 6%;
left: 5%;
}
.l1 {
width: 250px;
height: 3px;
background: #f1f1f1;
border-radius: 5px;
}
.l2 {
width: 140px;
height: 3px;
background: #f1f1f1;
border-radius: 5px;
position: relative;
top: 20px;
}
.logo {
position: absolute;
right: 2.9%;
top: 4%;
width: 80px;
height: 80px;
cursor: pointer;
}
.medias {
list-style-type: none;
position: absolute;
right: 3.3%;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.bulle {
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid #f1f1f1;
display: flex;
justify-content: center;
align-items: center;
margin: 6px 0;
background: #f1f1f1;
cursor: pointer;
position: relative;
}
.logo-medias {
width: 30px;
height: 30px;
opacity: 50%;
}
.logo-medias:hover{
width: 35px;
height: 35px;
transition: 500ms;
opacity: 100%;
}
.presentation{
position: absolute;
color: #f1f1f1;
top: 200%;
left: 30%;
font-size: 20px;
}
.pense{
position: relative;
left: 120px;
}
.ampoule{
position: absolute;
top: 175%;
left: 60%;
}
.contact-form-body {
margin-top: 50px;
padding: 0px 6%;
}
.email, .message {margin: 15px 0px;}
.contact input, .contact textarea {
width: 100%;
padding: 10px;
margin: 3px 0px
}
.submit-contact .btn-border {margin-top: 10px;}
.image-parcours{
position: absolute;
left: 60%;
}
.site-title h2{
margin-left: 12%;
}
.param{
text-align: justify;
font-size:large;
}
/* End My code */
/* Banner Area */
.site-main .site-banner {
background: #111;
font-family: Arial, Helvetica, sans-serif;
overflow-x: hidden;
}
.medias {
list-style-type: none;
position: absolute;
right: 3.3%;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.site-main .site-banner .site-title h1{
margin-top: 100px;
margin-left: 100px;
font-size: 3rem;
color: #f1f1f1;
}
.site-main .site-banner .site-title h2{
margin-top: 0px;
margin-left: 80px;
font-size: 2rem;
color: #f1f1f1;
}
.site-main .site-banner .banner-image > img{
padding: 7rem 0;
width: 90rem;
}
/* End Banner Area */
/* Start About Area */
.site-main .about-area{
padding: 8rem 5rem;
}
.site-main .about-area .about-title h2 > span{
display: block;
font: normal bold 49px/ 60px var(--roboto);
letter-spacing: 21px;
}
.site-main .about-area .about-title .paragraph > p{
padding: .4rem 0;
}
/* End About Area */
/* Services Area */
.site-main .services-area{
padding: 7rem 2rem;
}
.site-main .services-area .services-title{
padding: 0 14rem;
}
.site-main .services-area .services-title h1{
font-size: 35px;
}
.site-main > .services-area .services{
background: rgba(248, 252, 253, 0.973);
padding: 2rem 0;
width: 16rem;
margin: 5rem .5rem;
transition: box-shadow .7s ease;
}
.site-main > .services-area .services:hover{
box-shadow: var(--box-shadow);
}
/* End Services Area */
/* Project Area */
.site-main .project-area{
padding: 4rem 0;
}
.site-main .project-area .button-group button{
background: transparent;
border: none;
font: normal 500 16px/130px var(--roboto);
text-transform: uppercase;
}
.site-main .project-area .button-group button:hover{
background-color: lightblue;
color: #000000;
transition:0.7s;
}
.site-main .project-area .button-group button + button{
padding-left: 3rem;
}
.site-main .project-area .grid .our-project > .title h4{
font: normal 700 25px/12px var(--roboto);
}
.site-main .project-area .grid .our-project .img a:hover img{
filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
}
/* End Project Area */
/* About Me */
.site-main .about-area{
padding: 1rem 7rem;
position: relative;
top: -10%;
}
.site-main .about-area .client{
background: #ffffff10;
box-shadow: var(--box-shadow);
margin: 3rem 0rem;
}
.site-main .about-area .client .client-img{
padding: 2rem;
}
.site-main .about-area .client .about-client{
padding-top: 2rem;
}
.site-main .about-area .client .about-client h4{
font: normal 500 21px/ 20px var(--roboto);
}
.site-main .about-area .client .about-client p{
font-size: 14px;
}
.site-main .about-area .owl-carousel .owl-item{
display: flex;
justify-content: center;
padding: 0 1.5rem;
}
.site-main .about-area .owl-carousel .owl-dots .owl-dot.active span{
background: var(--primary-color);
width: 12px;
height: 12px;
}
/* End About Me */
/* Footer Area */
footer.footer-area{
padding: 5rem 0;
background: url(../img/footer-bg.png) no-repeat;
}
footer.footer-area .social h5{
font: normal 500 23px/ 30px var(--roboto);
}
footer.footer-area .social a > i{
font-size:22px;
padding: 2rem;
color: var(--border-color);
}
footer.footer-area .social a:hover > i{
color: var(--primary-color);
}
.about-image2{
margin-top: 15%;
margin-left: 30%;
}
/* End Footer */
| 0.417271 | 0.073796 |
@-moz-document domain("reddit.com") {
:root {
--gray-0: #11131c;
--gray-1: #1B1D26;
--gray-2: #252730;
--gray-3: #2F313A;
--gray-a0: #151720;
--blue-0: #4ac;
--blue-1: #369;
--blue-2: #2c89f5;
--red: #d3391a;
--dark-red: #440202;
--text-normal: rgba(255,255,255,0.8);
--text-normal-hover: #fff;
--text-med: #999;
--text-dark: #737373;
--text-dark-hover: var(--text-normal);
--url: rgba(133,160,173,0.8);
}
body {
background-color: var(--gray-0) !important;
}
body,
.md {
color: var(--text-normal) !important;
}
a,
a[class],
a[class]:visited {
color: var(--url) !important;
}
a:hover {
color: var(--text-normal-hover) !important;
}
blockquote {
color: var(--text-med) !important;
}
pre,
code {
background: var(--gray-a0) !important;
border: none !important;
}
textarea {
background: var(--gray-0) !important;
border: 1px solid var(--gray-1) !important;
/* color: var(--text-normal) !important;*/
}
button {
background: var(--gray-0) !important;
border-radius: 5px !important;
border: 1px solid !important;
color: var(--text-med) !important;
}
button:hover {
background: var(--gray-1) !important;
}
input[type="text"], #search input[type="text"] {
background-color: var(--gray-3) !important;
border: 1px solid var(--gray-a0) !important;
border-radius: 2px !important;
color: var(--text-med) !important;
width: 100% !important;
}
#header {
background: transparent !important;
border-bottom: 0 !important;
top: 0 !important;
}
#header #sr-header-area {
display: flex !important;
align-items: center !important;
background: transparent !important;
border: 0 !important;
}
#header #sr-header-area a,
#header #sr-header-area .dropdown.srdrop .selected {
color: var(--text-med) !important;
text-decoration: none !important;
}
#header #sr-header-area a:hover,
#header #sr-header-area .dropdown.srdrop .selected:hover {
color: var(--text-dark-hover) !important;
}
#header #sr-header-area .sr-list .flat-list.sr-bar:nth-of-type(2) {
text-transform: none !important;
}
#header #sr-header-area .sr-bar .separator {
color: var(--red) !important;
}
#header #sr-header-area .drop-choices {
background: var(--gray-0) !important;
border: 1px solid var(--gray-2) !important;
box-shadow: 0 10px 20px rgba(0,0,0,0.6), 0 6px 6px rgba(0,0,0,0.9) !important;
}
#header #sr-header-area .drop-choices a:hover {
background: var(--gray-2) !important;
}
#header #sr-header-area #redesign-beta-optin-btn {
display: none !important;
}
#header #sr-header-area #sr-more-link {
display: none !important;
}
#header #header-bottom-left {
display: flex !important;
align-items: center !important;
background-color: var(--gray-1) !important;
}
#header #header-bottom-left #header-img.default-header {
background-image: url("https://www.redditstatic.com/desktop2x/img/favicon/apple-icon-57x57.png") !important;
background-position: center !important;
background-size: cover !important;
height: 24px !important;
margin: 4px 16px !important;
width: 24px !important;
}
#header #header-bottom-left #header-img:hover {
opacity: 0.8 !important;
}
#header #header-bottom-left .pagename {
font-variant: normal !important;
margin: 0 10px !important;
position: initial !important;
}
#header #header-bottom-left .pagename.redditname a {
color: var(--text-normal) !important;
}
#header #header-bottom-left .tabmenu {
margin: 0 !important;
}
#header #header-bottom-left .tabmenu li a {
background: none !important;
color: var(--text-normal) !important;
font-weight: initial !important;
text-transform: uppercase !important;
}
#header #header-bottom-left .tabmenu li a:hover {
color: var(--text-normal-hover) !important;
}
#header #header-bottom-left .tabmenu li.selected a {
border: none !important;
color: var(--red) !important;
}
#header #header-bottom-right {
background: none !important;
position: absolute !important;
right: 0px !important;
line-height: 32px !important;
border-top-left-radius: 7px !important;
bottom: 0px !important;
padding: 0 8px !important;
}
#header #header-bottom-right .beta-hint a {
position: relative !important;
}
#header #header-bottom-right a {
color: var(--text-normal) !important;
}
#header #header-bottom-right a:hover {
color: var(--text-normal-hover) !important;
}
.side .titlebox, .sidecontentbox, .sidebox.create {
background: transparent !important;
}
.side {
background: var(--gray-a0) !important;
box-shadow: 0 0 3px rgba(0,0,0,0.5) !important;
padding: 0 8px !important;
}
.subscribers .number,
.users-online .number {
color: var(--text-normal) !important;
}
body.listing-page .side .spacer {
background: var(--gray-a0) !important;
padding: 5px 3px !important;
margin: 7px !important;
}
.side .titlebox h1 a {
color: var(--text-normal) !important;
}
.side .titlebox form.toggle,
.side .leavemoderator {
background: none !important;
color: var(--text-normal) !important;
}
.side .sidecontentbox .message-button a.c-btn-primary {
background-color: var(--gray-2) !important;
border-bottom: none !important;
}
.side .sidecontentbox.collapsible a {
background: none !important;
color: var(--text-med) !important;
}
.side .sidecontentbox .collapse-button {
background: var(--gray-3) !important;
color: var(--text-normal) !important;
}
.side .linkinfo {
background: var(--gray-1) !important;
border-color: var(--gray-2) !important;
}
.side .linkinfo #shortlink-text {
color: var(--text-normal) !important;
background: var(--gray-2) !important;
}
.side #searchexpando label {
color: var(--text-normal) !important;
}
.side .morelink {
background: var(--gray-2) !important;
border: 0 !important;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
font-size: 16px !important;
font-weight: 400 !important;
text-transform: uppercase !important;
}
.side .morelink a {
color: var(--text-normal) !important;
}
.side .morelink:hover a {
background: var(--gray-3) !important;
}
.side .morelink .nub {
display: none !important;
}
.side .sidebox.create .spacer {
display: none;
}
.side .read-next-container .read-next {
background: var(--gray-2) !important;
border-color: var(--gray-3) !important;
}
.side .read-next-container .read-next .read-next-header {
background-color: var(--gray-1) !important;
color: var(--text-normal) !important;
border-color: var(--gray-3) !important;
}
.side .read-next-container .read-next .read-next-meta {
color: var(--text-normal) !important;
}
.side .trophy-area .content {
background-color: transparent !important;
}
.side .trophy-area .trophy-name {
color: var(--text-normal) !important;
}
.side .server-seconds,
.side .server-seconds em {
background-color: transparent !important;
color: var(--text-normal) !important;
}
.side .subscribe-button a.add.active {
color: var(--text-normal) !important;
}
.listing-chooser {
background-color: var(--gray-2) !important;
top: 52px !important;
}
.listing-chooser.initialized,
.listing-chooser * {
transition: none !important;
}
.listing-chooser li {
background-color: var(--gray-1) !important;
border-color: var(--gray-3) !important;
}
.listing-chooser li:hover {
background-color: var(--gray-2) !important;
}
.listing-chooser li > a {
color: var(--text-normal) !important;
}
.listing-chooser li.selected {
border-color: var(--gray-3) !important;
box-shadow: none !important;
}
.listing-chooser .grippy {
background: var(--gray-1) !important;
}
.listing-chooser .grippy:hover {
background: var(--gray-3) !important;
}
.listing-chooser .grippy::after,
.listing-chooser .grippy::before {
filter: grayscale(1) brightness(3) !important;
position: initial !important;
}
.listing-chooser .intro {
display: none !important;
}
.dropdown-title.lightdrop,
.dropdown-title.lightdrop ~ div > .selected {
font-weight: bold !important;
text-transform: uppercase !important;
}
.dropdown-title.lightdrop ~ .inuse a {
background-color: var(--gray-3) !important;
color: var(--text-normal) !important;
text-transform: uppercase !important;
}
.dropdown-title.lightdrop ~ .inuse a:hover {
background-color: var(--gray-2) !important;
}
.content .formtabs-content {
border-top: 5px solid var(--gray-3) !important;
}
.content .roundfield,
.content .linefield {
background-color: var(--gray-1) !important;
}
.content .linefield span.title {
color: var(--text-normal) !important;
}
.content .linefield.mobile {
background: var(--gray-1) !important;
border: none !important;
}
.content .info-notice {
background-color: var(--gray-0) !important;
border: 1px solid var(--red) !important;
}
.content #newlink-with-image-upload .image-upload-drop-target {
background-color: initial !important;
}
.content #new-link-preview {
background-color: transparent !important;
border: 1px solid !important;
}
.content .clear-input-button {
filter: invert(1) brightness(2) !important;
}
.content .tabmenu.formtab a {
background: var(--gray-3) !important;
border: none !important;
color: var(--text-normal) !important;
}
.content .tabmenu.formtab .selected a {
background: var(--gray-1) !important;
}
.content ul.image-preview-list .description pre.img-url {
color: var(--text-normal) !important;
}
.nav-buttons .nextprev {
color: transparent !important;
}
.nav-buttons .nextprev > .separator {
border-left: 0 !important;
}
.nav-buttons .nextprev a {
background-color: var(--gray-2) !important;
border: 1px solid var(--gray-3) !important;
color: var(--text-med) !important;
text-transform: uppercase !important;
}
.nav-buttons .nextprev a:hover {
background-color: var(--gray-3) !important;
}
.panestack-title,
.menuarea,
.commentarea .usertext {
background: var(--gray-0) !important;
}
.panestack-title .title {
color: var(--text-normal) !important;
}
.midcol .arrow:hover {
opacity: 0.8 !important;
}
.midcol .arrow.upmod {
filter: brightness(0.6) contrast(350%) !important;
}
.midcol .arrow.downmod {
filter: brightness(0.7) contrast(200%) hue-rotate(-35deg) !important;
}
.midcol .score.likes {
filter: brightness(0.7) contrast(200%) !important;
}
.pinnable-content.pinned {
background-color: var(--gray-a0) !important;
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5) !important;
}
.pinnable-content.pinned .dismiss-pinnable {
filter: invert(1) !important;
}
.thing.link {
background-color: var(--gray-0) !important;
border: none !important;
}
.thing.link.last-clicked {
border: none !important;
}
.thing.link .rank {
display: none !important;
}
.thing.link .domain a {
color: var(--text-dark) !important;
}
.thing.link .thumbnail {
background-color: var(--gray-2) !important;
}
.thing.link .thumbnail img {
height: auto !important;
width: inherit !important;
}
.thing.link .title {
color: var(--text-normal) !important;
}
.thing.link .title:hover {
color: var(--text-normal-hover) !important;
}
.thing.link .title:visited {
color: var(--text-dark) !important;
opacity: 0.8 !important;
}
.thing.link[data-rank=""] .top-matter a.title:visited {
/* don't dim visited links if on their post page */
color: var(--text-normal) !important;
}
.thing.link .tagline {
color: var(--text-dark) !important;
}
.thing.link .tagline time,
.thing.link .tagline .author,
.thing.link .tagline .subreddit {
white-space: nowrap !important;
}
.thing.link .tagline a.author,
.thing.link .tagline a.subreddit {
color: var(--text-normal) !important;
}
.thing.link .tagline .subreddit-subscribe {
display: none !important;
}
.thing.link .expando-button {
filter: grayscale(100%) invert(90%) !important;
}
.thing.link .expando-button:hover {
filter: grayscale(100%) !important;
}
.thing.link.promoted {
display: none !important;
}
.thing.link .md-container h1,
.thing.link .md-container h1 strong {
color: var(--text-normal) !important;
font-weight: 300 !important;
}
.thing.link .usertext .md {
background: none !important;
border: 1px dotted var(--gray-a0) !important;
}
.thing.link .crosspost-preview {
background: var(--gray-1) !important;
border: none !important;
}
.thing.link .crosspost-preview.video .crosspost-preview-content {
background-color: var(--gray-0) !important;
border: 4px solid var(--gray-1) !important;
}
.thing.comment {
background-color: transparent !important;
border: 0 !important;
border-radius: 0px !important;
border-left: 1px solid var(--gray-3) !important;
}
.nestedlisting > .thing.comment {
border: none !important;
}
.thing.comment .usertext.grayed .usertext-body,
.thing.comment .usertext.grayed .usertext .md {
background-color: transparent !important;
color: var(--text-dark) !important;
}
.thing.comment .usertext.border .usertext-body {
background-color: transparent !important;
border: 1px dashed var(--gray-3) !important;
}
.thing.comment.new-comment .usertext-body {
background-color: var(--gray-1) !important;
border: 2px dotted var(--gray-3) !important;
}
.thing.comment .score {
font-weight: bold !important;
}
.thing.comment .userattrs .submitter {
color: var(--blue-0) !important;
visibility: hidden !important;
}
.thing.comment .userattrs .submitter::after {
content: "OP" !important;
margin-left: -7px !important;
visibility: visible !important;
}
.thing.message > .entry .tagline {
color: var(--text-dark) !important;
}
.thing.message.new > .entry {
background-color: #191919 !important;
border: 1px solid #333 !important;
}
.thing .entry .flat-list.buttons li a {
color: var(--text-dark) !important;
}
.thing .entry .flat-list.buttons li a:hover {
color: var(--text-dark-hover) !important;
text-decoration: none !important;
}
.thing .entry .flat-list.buttons .big-mod-buttons .pretty-button {
color: var(--gray-1) !important;
}
.thing.spam {
background: var(--dark-red) !important;
}
.res.res-commentBoxes .comment, .commentarea .comment {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.commentarea .comment > .child {
border: none !important;
}
.commentarea .comment a.expand {
text-decoration: none !important;
}
.wikiaction-current {
background-color: var(--gray-2) !important;
color: var(--text-normal) !important;
}
.wikiaction:hover {
background-color: var(--gray-3) !important;
}
.wikirevisionlisting .revision {
color: var(--text-normal) !important;
}
.flair:not(.flairrichtext),
.linkflairlabel:not(.flairrichtext) {
background: var(--gray-1) !important;
border-color: var(--gray-3) !important;
color: var(--text-med) !important;
}
.flairselector {
background-color: var(--gray-2) !important;
box-shadow: 2px 2px 2px var(--gray-0) !important;
}
.flairselector a.title {
display: none !important;
}
.flairselector .flairoptionpane li {
border: none !important;
display: block !important;
}
.flairselector > h2,
.flairselector #newlink-flair-dropdown > h2 {
background: none !important;
color: var(--text-normal) !important;
}
.searchpane {
background-color: var(--gray-2) !important;
}
.search-result :link > mark {
color: var(--blue-2) !important;
}
.search-expando.collapsed::before {
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, var(--gray-1) 100%) !important;
}
.locked-infobar ~ .commentarea .reply-button {
/* hide "reply" on locked posts */
display: none !important;
}
.archived-infobar ~ div .midcol .arrow {
/* hide voting on archived posts */
visibility: hidden !important;
}
.modactionlisting a {
/* moderation log */
color: var(--blue-1) !important;
}
.interstitial-subreddit-description {
background-color: var(--gray-a0) !important;
}
.subreddit .usertext .md {
background-color: transparent !important;
}
#pref-form label[for="show_stylesheets"]::after {
color: var(--red) !important;
content: "\00a0\00a0 \00a0\00a0 UNCHECK THIS WHEN USING USERSTYLES!" !important;
}
.fancy-toggle-button a {
color: var(--gray-2) !important;
}
.hover-bubble,
.hover-bubble.multi-selector label:hover,
.hover-bubble.multi-selector .create-multi input[type="text"] {
background: var(--gray-2) !important;
color: var(--text-normal) !important;
}
.infobar,
.reddit-infobar {
background: var(--gray-1) !important;
border: 1px solid var(--gray-3) !important;
}
.modal-content {
background-color: var(--gray-a0) !important;
}
.author-tooltip__head {
background-color: var(--gray-1) !important;
color: var(--text-normal) !important;
}
.tutorial_post,
.premium-banner-outer {
display: none !important;
}
.footer-parent {
display: none !important;
}
}
@-moz-document url-prefix("https://www.reddit.com/framedModal/report") {
#SHORTCUT_FOCUSABLE_DIV > div[class=""] > div[class][aria-hidden="false"] > div[class] {
overflow: initial !important;
}
#SHORTCUT_FOCUSABLE_DIV > div[class=""] > div[class][aria-hidden="false"] > div[class] > div[class] > div[class] {
background: var(--gray-0) !important;
}
}
|
css/reddit.css
|
@-moz-document domain("reddit.com") {
:root {
--gray-0: #11131c;
--gray-1: #1B1D26;
--gray-2: #252730;
--gray-3: #2F313A;
--gray-a0: #151720;
--blue-0: #4ac;
--blue-1: #369;
--blue-2: #2c89f5;
--red: #d3391a;
--dark-red: #440202;
--text-normal: rgba(255,255,255,0.8);
--text-normal-hover: #fff;
--text-med: #999;
--text-dark: #737373;
--text-dark-hover: var(--text-normal);
--url: rgba(133,160,173,0.8);
}
body {
background-color: var(--gray-0) !important;
}
body,
.md {
color: var(--text-normal) !important;
}
a,
a[class],
a[class]:visited {
color: var(--url) !important;
}
a:hover {
color: var(--text-normal-hover) !important;
}
blockquote {
color: var(--text-med) !important;
}
pre,
code {
background: var(--gray-a0) !important;
border: none !important;
}
textarea {
background: var(--gray-0) !important;
border: 1px solid var(--gray-1) !important;
/* color: var(--text-normal) !important;*/
}
button {
background: var(--gray-0) !important;
border-radius: 5px !important;
border: 1px solid !important;
color: var(--text-med) !important;
}
button:hover {
background: var(--gray-1) !important;
}
input[type="text"], #search input[type="text"] {
background-color: var(--gray-3) !important;
border: 1px solid var(--gray-a0) !important;
border-radius: 2px !important;
color: var(--text-med) !important;
width: 100% !important;
}
#header {
background: transparent !important;
border-bottom: 0 !important;
top: 0 !important;
}
#header #sr-header-area {
display: flex !important;
align-items: center !important;
background: transparent !important;
border: 0 !important;
}
#header #sr-header-area a,
#header #sr-header-area .dropdown.srdrop .selected {
color: var(--text-med) !important;
text-decoration: none !important;
}
#header #sr-header-area a:hover,
#header #sr-header-area .dropdown.srdrop .selected:hover {
color: var(--text-dark-hover) !important;
}
#header #sr-header-area .sr-list .flat-list.sr-bar:nth-of-type(2) {
text-transform: none !important;
}
#header #sr-header-area .sr-bar .separator {
color: var(--red) !important;
}
#header #sr-header-area .drop-choices {
background: var(--gray-0) !important;
border: 1px solid var(--gray-2) !important;
box-shadow: 0 10px 20px rgba(0,0,0,0.6), 0 6px 6px rgba(0,0,0,0.9) !important;
}
#header #sr-header-area .drop-choices a:hover {
background: var(--gray-2) !important;
}
#header #sr-header-area #redesign-beta-optin-btn {
display: none !important;
}
#header #sr-header-area #sr-more-link {
display: none !important;
}
#header #header-bottom-left {
display: flex !important;
align-items: center !important;
background-color: var(--gray-1) !important;
}
#header #header-bottom-left #header-img.default-header {
background-image: url("https://www.redditstatic.com/desktop2x/img/favicon/apple-icon-57x57.png") !important;
background-position: center !important;
background-size: cover !important;
height: 24px !important;
margin: 4px 16px !important;
width: 24px !important;
}
#header #header-bottom-left #header-img:hover {
opacity: 0.8 !important;
}
#header #header-bottom-left .pagename {
font-variant: normal !important;
margin: 0 10px !important;
position: initial !important;
}
#header #header-bottom-left .pagename.redditname a {
color: var(--text-normal) !important;
}
#header #header-bottom-left .tabmenu {
margin: 0 !important;
}
#header #header-bottom-left .tabmenu li a {
background: none !important;
color: var(--text-normal) !important;
font-weight: initial !important;
text-transform: uppercase !important;
}
#header #header-bottom-left .tabmenu li a:hover {
color: var(--text-normal-hover) !important;
}
#header #header-bottom-left .tabmenu li.selected a {
border: none !important;
color: var(--red) !important;
}
#header #header-bottom-right {
background: none !important;
position: absolute !important;
right: 0px !important;
line-height: 32px !important;
border-top-left-radius: 7px !important;
bottom: 0px !important;
padding: 0 8px !important;
}
#header #header-bottom-right .beta-hint a {
position: relative !important;
}
#header #header-bottom-right a {
color: var(--text-normal) !important;
}
#header #header-bottom-right a:hover {
color: var(--text-normal-hover) !important;
}
.side .titlebox, .sidecontentbox, .sidebox.create {
background: transparent !important;
}
.side {
background: var(--gray-a0) !important;
box-shadow: 0 0 3px rgba(0,0,0,0.5) !important;
padding: 0 8px !important;
}
.subscribers .number,
.users-online .number {
color: var(--text-normal) !important;
}
body.listing-page .side .spacer {
background: var(--gray-a0) !important;
padding: 5px 3px !important;
margin: 7px !important;
}
.side .titlebox h1 a {
color: var(--text-normal) !important;
}
.side .titlebox form.toggle,
.side .leavemoderator {
background: none !important;
color: var(--text-normal) !important;
}
.side .sidecontentbox .message-button a.c-btn-primary {
background-color: var(--gray-2) !important;
border-bottom: none !important;
}
.side .sidecontentbox.collapsible a {
background: none !important;
color: var(--text-med) !important;
}
.side .sidecontentbox .collapse-button {
background: var(--gray-3) !important;
color: var(--text-normal) !important;
}
.side .linkinfo {
background: var(--gray-1) !important;
border-color: var(--gray-2) !important;
}
.side .linkinfo #shortlink-text {
color: var(--text-normal) !important;
background: var(--gray-2) !important;
}
.side #searchexpando label {
color: var(--text-normal) !important;
}
.side .morelink {
background: var(--gray-2) !important;
border: 0 !important;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
font-size: 16px !important;
font-weight: 400 !important;
text-transform: uppercase !important;
}
.side .morelink a {
color: var(--text-normal) !important;
}
.side .morelink:hover a {
background: var(--gray-3) !important;
}
.side .morelink .nub {
display: none !important;
}
.side .sidebox.create .spacer {
display: none;
}
.side .read-next-container .read-next {
background: var(--gray-2) !important;
border-color: var(--gray-3) !important;
}
.side .read-next-container .read-next .read-next-header {
background-color: var(--gray-1) !important;
color: var(--text-normal) !important;
border-color: var(--gray-3) !important;
}
.side .read-next-container .read-next .read-next-meta {
color: var(--text-normal) !important;
}
.side .trophy-area .content {
background-color: transparent !important;
}
.side .trophy-area .trophy-name {
color: var(--text-normal) !important;
}
.side .server-seconds,
.side .server-seconds em {
background-color: transparent !important;
color: var(--text-normal) !important;
}
.side .subscribe-button a.add.active {
color: var(--text-normal) !important;
}
.listing-chooser {
background-color: var(--gray-2) !important;
top: 52px !important;
}
.listing-chooser.initialized,
.listing-chooser * {
transition: none !important;
}
.listing-chooser li {
background-color: var(--gray-1) !important;
border-color: var(--gray-3) !important;
}
.listing-chooser li:hover {
background-color: var(--gray-2) !important;
}
.listing-chooser li > a {
color: var(--text-normal) !important;
}
.listing-chooser li.selected {
border-color: var(--gray-3) !important;
box-shadow: none !important;
}
.listing-chooser .grippy {
background: var(--gray-1) !important;
}
.listing-chooser .grippy:hover {
background: var(--gray-3) !important;
}
.listing-chooser .grippy::after,
.listing-chooser .grippy::before {
filter: grayscale(1) brightness(3) !important;
position: initial !important;
}
.listing-chooser .intro {
display: none !important;
}
.dropdown-title.lightdrop,
.dropdown-title.lightdrop ~ div > .selected {
font-weight: bold !important;
text-transform: uppercase !important;
}
.dropdown-title.lightdrop ~ .inuse a {
background-color: var(--gray-3) !important;
color: var(--text-normal) !important;
text-transform: uppercase !important;
}
.dropdown-title.lightdrop ~ .inuse a:hover {
background-color: var(--gray-2) !important;
}
.content .formtabs-content {
border-top: 5px solid var(--gray-3) !important;
}
.content .roundfield,
.content .linefield {
background-color: var(--gray-1) !important;
}
.content .linefield span.title {
color: var(--text-normal) !important;
}
.content .linefield.mobile {
background: var(--gray-1) !important;
border: none !important;
}
.content .info-notice {
background-color: var(--gray-0) !important;
border: 1px solid var(--red) !important;
}
.content #newlink-with-image-upload .image-upload-drop-target {
background-color: initial !important;
}
.content #new-link-preview {
background-color: transparent !important;
border: 1px solid !important;
}
.content .clear-input-button {
filter: invert(1) brightness(2) !important;
}
.content .tabmenu.formtab a {
background: var(--gray-3) !important;
border: none !important;
color: var(--text-normal) !important;
}
.content .tabmenu.formtab .selected a {
background: var(--gray-1) !important;
}
.content ul.image-preview-list .description pre.img-url {
color: var(--text-normal) !important;
}
.nav-buttons .nextprev {
color: transparent !important;
}
.nav-buttons .nextprev > .separator {
border-left: 0 !important;
}
.nav-buttons .nextprev a {
background-color: var(--gray-2) !important;
border: 1px solid var(--gray-3) !important;
color: var(--text-med) !important;
text-transform: uppercase !important;
}
.nav-buttons .nextprev a:hover {
background-color: var(--gray-3) !important;
}
.panestack-title,
.menuarea,
.commentarea .usertext {
background: var(--gray-0) !important;
}
.panestack-title .title {
color: var(--text-normal) !important;
}
.midcol .arrow:hover {
opacity: 0.8 !important;
}
.midcol .arrow.upmod {
filter: brightness(0.6) contrast(350%) !important;
}
.midcol .arrow.downmod {
filter: brightness(0.7) contrast(200%) hue-rotate(-35deg) !important;
}
.midcol .score.likes {
filter: brightness(0.7) contrast(200%) !important;
}
.pinnable-content.pinned {
background-color: var(--gray-a0) !important;
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5) !important;
}
.pinnable-content.pinned .dismiss-pinnable {
filter: invert(1) !important;
}
.thing.link {
background-color: var(--gray-0) !important;
border: none !important;
}
.thing.link.last-clicked {
border: none !important;
}
.thing.link .rank {
display: none !important;
}
.thing.link .domain a {
color: var(--text-dark) !important;
}
.thing.link .thumbnail {
background-color: var(--gray-2) !important;
}
.thing.link .thumbnail img {
height: auto !important;
width: inherit !important;
}
.thing.link .title {
color: var(--text-normal) !important;
}
.thing.link .title:hover {
color: var(--text-normal-hover) !important;
}
.thing.link .title:visited {
color: var(--text-dark) !important;
opacity: 0.8 !important;
}
.thing.link[data-rank=""] .top-matter a.title:visited {
/* don't dim visited links if on their post page */
color: var(--text-normal) !important;
}
.thing.link .tagline {
color: var(--text-dark) !important;
}
.thing.link .tagline time,
.thing.link .tagline .author,
.thing.link .tagline .subreddit {
white-space: nowrap !important;
}
.thing.link .tagline a.author,
.thing.link .tagline a.subreddit {
color: var(--text-normal) !important;
}
.thing.link .tagline .subreddit-subscribe {
display: none !important;
}
.thing.link .expando-button {
filter: grayscale(100%) invert(90%) !important;
}
.thing.link .expando-button:hover {
filter: grayscale(100%) !important;
}
.thing.link.promoted {
display: none !important;
}
.thing.link .md-container h1,
.thing.link .md-container h1 strong {
color: var(--text-normal) !important;
font-weight: 300 !important;
}
.thing.link .usertext .md {
background: none !important;
border: 1px dotted var(--gray-a0) !important;
}
.thing.link .crosspost-preview {
background: var(--gray-1) !important;
border: none !important;
}
.thing.link .crosspost-preview.video .crosspost-preview-content {
background-color: var(--gray-0) !important;
border: 4px solid var(--gray-1) !important;
}
.thing.comment {
background-color: transparent !important;
border: 0 !important;
border-radius: 0px !important;
border-left: 1px solid var(--gray-3) !important;
}
.nestedlisting > .thing.comment {
border: none !important;
}
.thing.comment .usertext.grayed .usertext-body,
.thing.comment .usertext.grayed .usertext .md {
background-color: transparent !important;
color: var(--text-dark) !important;
}
.thing.comment .usertext.border .usertext-body {
background-color: transparent !important;
border: 1px dashed var(--gray-3) !important;
}
.thing.comment.new-comment .usertext-body {
background-color: var(--gray-1) !important;
border: 2px dotted var(--gray-3) !important;
}
.thing.comment .score {
font-weight: bold !important;
}
.thing.comment .userattrs .submitter {
color: var(--blue-0) !important;
visibility: hidden !important;
}
.thing.comment .userattrs .submitter::after {
content: "OP" !important;
margin-left: -7px !important;
visibility: visible !important;
}
.thing.message > .entry .tagline {
color: var(--text-dark) !important;
}
.thing.message.new > .entry {
background-color: #191919 !important;
border: 1px solid #333 !important;
}
.thing .entry .flat-list.buttons li a {
color: var(--text-dark) !important;
}
.thing .entry .flat-list.buttons li a:hover {
color: var(--text-dark-hover) !important;
text-decoration: none !important;
}
.thing .entry .flat-list.buttons .big-mod-buttons .pretty-button {
color: var(--gray-1) !important;
}
.thing.spam {
background: var(--dark-red) !important;
}
.res.res-commentBoxes .comment, .commentarea .comment {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.commentarea .comment > .child {
border: none !important;
}
.commentarea .comment a.expand {
text-decoration: none !important;
}
.wikiaction-current {
background-color: var(--gray-2) !important;
color: var(--text-normal) !important;
}
.wikiaction:hover {
background-color: var(--gray-3) !important;
}
.wikirevisionlisting .revision {
color: var(--text-normal) !important;
}
.flair:not(.flairrichtext),
.linkflairlabel:not(.flairrichtext) {
background: var(--gray-1) !important;
border-color: var(--gray-3) !important;
color: var(--text-med) !important;
}
.flairselector {
background-color: var(--gray-2) !important;
box-shadow: 2px 2px 2px var(--gray-0) !important;
}
.flairselector a.title {
display: none !important;
}
.flairselector .flairoptionpane li {
border: none !important;
display: block !important;
}
.flairselector > h2,
.flairselector #newlink-flair-dropdown > h2 {
background: none !important;
color: var(--text-normal) !important;
}
.searchpane {
background-color: var(--gray-2) !important;
}
.search-result :link > mark {
color: var(--blue-2) !important;
}
.search-expando.collapsed::before {
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, var(--gray-1) 100%) !important;
}
.locked-infobar ~ .commentarea .reply-button {
/* hide "reply" on locked posts */
display: none !important;
}
.archived-infobar ~ div .midcol .arrow {
/* hide voting on archived posts */
visibility: hidden !important;
}
.modactionlisting a {
/* moderation log */
color: var(--blue-1) !important;
}
.interstitial-subreddit-description {
background-color: var(--gray-a0) !important;
}
.subreddit .usertext .md {
background-color: transparent !important;
}
#pref-form label[for="show_stylesheets"]::after {
color: var(--red) !important;
content: "\00a0\00a0 \00a0\00a0 UNCHECK THIS WHEN USING USERSTYLES!" !important;
}
.fancy-toggle-button a {
color: var(--gray-2) !important;
}
.hover-bubble,
.hover-bubble.multi-selector label:hover,
.hover-bubble.multi-selector .create-multi input[type="text"] {
background: var(--gray-2) !important;
color: var(--text-normal) !important;
}
.infobar,
.reddit-infobar {
background: var(--gray-1) !important;
border: 1px solid var(--gray-3) !important;
}
.modal-content {
background-color: var(--gray-a0) !important;
}
.author-tooltip__head {
background-color: var(--gray-1) !important;
color: var(--text-normal) !important;
}
.tutorial_post,
.premium-banner-outer {
display: none !important;
}
.footer-parent {
display: none !important;
}
}
@-moz-document url-prefix("https://www.reddit.com/framedModal/report") {
#SHORTCUT_FOCUSABLE_DIV > div[class=""] > div[class][aria-hidden="false"] > div[class] {
overflow: initial !important;
}
#SHORTCUT_FOCUSABLE_DIV > div[class=""] > div[class][aria-hidden="false"] > div[class] > div[class] > div[class] {
background: var(--gray-0) !important;
}
}
| 0.317532 | 0.090053 |
@import url("../common/domButtons/DomButtonGrayArrow.css");
@import url("../common/domButtons/DomButtonDarkBlueCheck.css");
/* dui.mobile.ListItem */
.duiListItem {
position: relative;
overflow: hidden;
/* for focus frame */
padding: 0 8px;
height: 43px;
list-style-type: none;
line-height: 43px;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
border-bottom: 1px solid #adaaad;
font-weight: bold;
color: black;
}
.duiListItem.duiVariableHeight {
padding: 11px 8px;
height: auto;
line-height: normal;
}
.duiListItemSelected {
color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#048bf4), to(#005ce5));
background-image: linear-gradient(to bottom, #048bf4 0%, #005ce5 100%);
}
.duiListItemSelected .duiDomButton div {
border-color: white;
}
.duiListItemLabelSelected {
background-color: #048bf4;
}
.duiListItemChecked {
color: #314e84;
}
.duiListItemChecked .duiListItemRightIcon {
visibility: visible;
}
.duiListItemChecked .duiListItemUncheckIcon {
position: absolute;
visibility: hidden;
}
.duiListItemUnchecked .duiListItemRightIcon {
visibility: hidden;
}
.duiListItemUnchecked .duiListItemUncheckIcon {
visibility: visible;
}
.duiListItemDeleteIcon {
position: relative;
float: left;
line-height: normal;
margin-top: 7px;
margin-bottom: -7px;
margin-right: 11px;
}
.duiListItemIcon {
position: relative;
float: left;
line-height: normal;
margin-top: 7px;
margin-bottom: -7px;
margin-right: 11px;
}
.duiListItemRightIcon,
.duiListItemRightIcon2,
.duiListItemUncheckIcon {
position: relative;
float: right;
line-height: normal;
margin-top: 7px;
margin-bottom: -7px;
}
.duiListItemRightText {
position: relative;
float: right;
line-height: normal;
margin-right: 4px;
color: #324f85;
margin-top: 12px;
}
.duiListItemLabel {
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 100%;
}
.duiVariableHeight .duiListItemLabel {
white-space: normal;
}
.duiListItemLayoutLeft {
position: relative;
float: left;
margin-right: 11px;
}
.duiListItemLayoutCenter {
position: absolute;
width: 100%;
text-align: center;
}
.duiListItemLayoutRight {
position: relative;
float: right;
}
/* dui.mobile._EditableListMixin */
.duiListItemFloat {
position: absolute;
border: 1px solid gray;
opacity: 0.5;
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
/* iOS 6 specific */
.dj_ios6 .duiListItemRightText {
color: #385487;
font-weight: normal;
}
.dj_ios6 .duiListItem {
/* enables hardware acc. to avoid flickering issues - see #16956 */
-webkit-perspective: 1000;
}
|
mobile/themes/iphone/ListItem.css
|
@import url("../common/domButtons/DomButtonGrayArrow.css");
@import url("../common/domButtons/DomButtonDarkBlueCheck.css");
/* dui.mobile.ListItem */
.duiListItem {
position: relative;
overflow: hidden;
/* for focus frame */
padding: 0 8px;
height: 43px;
list-style-type: none;
line-height: 43px;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
border-bottom: 1px solid #adaaad;
font-weight: bold;
color: black;
}
.duiListItem.duiVariableHeight {
padding: 11px 8px;
height: auto;
line-height: normal;
}
.duiListItemSelected {
color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#048bf4), to(#005ce5));
background-image: linear-gradient(to bottom, #048bf4 0%, #005ce5 100%);
}
.duiListItemSelected .duiDomButton div {
border-color: white;
}
.duiListItemLabelSelected {
background-color: #048bf4;
}
.duiListItemChecked {
color: #314e84;
}
.duiListItemChecked .duiListItemRightIcon {
visibility: visible;
}
.duiListItemChecked .duiListItemUncheckIcon {
position: absolute;
visibility: hidden;
}
.duiListItemUnchecked .duiListItemRightIcon {
visibility: hidden;
}
.duiListItemUnchecked .duiListItemUncheckIcon {
visibility: visible;
}
.duiListItemDeleteIcon {
position: relative;
float: left;
line-height: normal;
margin-top: 7px;
margin-bottom: -7px;
margin-right: 11px;
}
.duiListItemIcon {
position: relative;
float: left;
line-height: normal;
margin-top: 7px;
margin-bottom: -7px;
margin-right: 11px;
}
.duiListItemRightIcon,
.duiListItemRightIcon2,
.duiListItemUncheckIcon {
position: relative;
float: right;
line-height: normal;
margin-top: 7px;
margin-bottom: -7px;
}
.duiListItemRightText {
position: relative;
float: right;
line-height: normal;
margin-right: 4px;
color: #324f85;
margin-top: 12px;
}
.duiListItemLabel {
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 100%;
}
.duiVariableHeight .duiListItemLabel {
white-space: normal;
}
.duiListItemLayoutLeft {
position: relative;
float: left;
margin-right: 11px;
}
.duiListItemLayoutCenter {
position: absolute;
width: 100%;
text-align: center;
}
.duiListItemLayoutRight {
position: relative;
float: right;
}
/* dui.mobile._EditableListMixin */
.duiListItemFloat {
position: absolute;
border: 1px solid gray;
opacity: 0.5;
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
/* iOS 6 specific */
.dj_ios6 .duiListItemRightText {
color: #385487;
font-weight: normal;
}
.dj_ios6 .duiListItem {
/* enables hardware acc. to avoid flickering issues - see #16956 */
-webkit-perspective: 1000;
}
| 0.228673 | 0.048949 |
._1t_p {
margin-bottom: 15px;
position: relative;
}
._41ud {
margin-left: 36px;
}
._7934 {
cursor: pointer;
}
._7934.uiPopover {
vertical-align: unset;
}
._6a {
display: inline-block;
}
._1t_q ._1t_r,
._1t_q ._4ldz,
._1t_q ._4ld-,
._1t_q ._4ld- img {
max-height: 28px;
max-width: 28px;
}
._1t_q ._1t_r {
bottom: 2px;
position: absolute;
}
._4ld- {
align-items: center;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 50%;
display: flex;
justify-content: center;
}
._4ld- .img {
object-fit: cover;
}
._-ne {
height: 0;
opacity: 0;
}
._ih3 {
color: rgba(0, 0, 0, 0.4);
font-size: 12px;
font-weight: normal;
line-height: 1.28;
margin-bottom: 1px;
overflow: hidden;
padding-left: 12px;
text-overflow: ellipsis;
white-space: nowrap;
}
._o46 {
position: relative;
white-space: pre-wrap;
}
.text_align_ltr {
text-align: left;
}
.direction_ltr {
direction: ltr;
}
.clearfix {
zoom: 1;
}
._29_7:first-of-type ._3058._52mr:first-of-type,
._29_7:first-of-type ._3058._52mr:first-of-type ._mxz,
._29_7:first-of-type ._3058:first-of-type ._52mr,
._29_7:first-of-type ._3058:first-of-type ._52mr ._mxz {
border-top-left-radius: 1.3em;
}
._hh7._6ybn {
padding: 6px 12px 7px;
}
._o46 ._3058 {
clear: left;
float: left;
word-wrap: break-word;
}
._52mr,
._52mr._s1-,
._4qoc {
max-width: 60%;
}
._40fu {
direction: ltr;
float: left;
}
._2u_d {
display: flex;
position: absolute;
top: 50%;
transform: translate(15%, -50%);
width: 110px;
}
._56oy ._1nc7 ._1z_2._2u_d,
._29_7 ._1z_2._2u_d {
left: 100%;
transform: translate(10%, -50%);
}
._aok {
outline: none;
}
._3oh- {
-webkit-touch-callout: initial;
-webkit-user-select: text;
}
._jf2,
._jf3 {
border-radius: 50%;
display: inline-block;
height: 15px;
margin-left: 3px;
vertical-align: middle;
width: 15px;
}
.clearfix:after {
clear: both;
content: '.';
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
._hh7 {
background-color: #f1f0f0;
color: rgba(0, 0, 0, 1);
margin: 1px 0;
padding: 6px 12px;
}
._52mr,
._4qoc {
border-radius: 4px;
max-width: 85%;
position: relative;
}
._29_7 ._52mr {
border-bottom-right-radius: 1.3em;
border-top-right-radius: 1.3em;
}
._ui9 {
outline: none;
}
._29_7:last-of-type ._3058._52mr:last-of-type,
._29_7:last-of-type ._3058._52mr:last-of-type ._4br2,
._29_7:last-of-type ._3058:last-of-type ._52mr,
._29_7:last-of-type ._3058:last-of-type ._52mr ._4br2 {
border-bottom-left-radius: 1.3em;
}
._4jzq {
clear: both;
float: right;
margin: 2px 0 4px;
position: relative;
right: -6px;
}
._29_7 ._4jzq {
bottom: 0;
margin: 0;
position: absolute;
}
._o46:last-child ._4jzq {
margin-bottom: 0;
}
|
client/src/StyleSheets/fbMessage.css
|
._1t_p {
margin-bottom: 15px;
position: relative;
}
._41ud {
margin-left: 36px;
}
._7934 {
cursor: pointer;
}
._7934.uiPopover {
vertical-align: unset;
}
._6a {
display: inline-block;
}
._1t_q ._1t_r,
._1t_q ._4ldz,
._1t_q ._4ld-,
._1t_q ._4ld- img {
max-height: 28px;
max-width: 28px;
}
._1t_q ._1t_r {
bottom: 2px;
position: absolute;
}
._4ld- {
align-items: center;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 50%;
display: flex;
justify-content: center;
}
._4ld- .img {
object-fit: cover;
}
._-ne {
height: 0;
opacity: 0;
}
._ih3 {
color: rgba(0, 0, 0, 0.4);
font-size: 12px;
font-weight: normal;
line-height: 1.28;
margin-bottom: 1px;
overflow: hidden;
padding-left: 12px;
text-overflow: ellipsis;
white-space: nowrap;
}
._o46 {
position: relative;
white-space: pre-wrap;
}
.text_align_ltr {
text-align: left;
}
.direction_ltr {
direction: ltr;
}
.clearfix {
zoom: 1;
}
._29_7:first-of-type ._3058._52mr:first-of-type,
._29_7:first-of-type ._3058._52mr:first-of-type ._mxz,
._29_7:first-of-type ._3058:first-of-type ._52mr,
._29_7:first-of-type ._3058:first-of-type ._52mr ._mxz {
border-top-left-radius: 1.3em;
}
._hh7._6ybn {
padding: 6px 12px 7px;
}
._o46 ._3058 {
clear: left;
float: left;
word-wrap: break-word;
}
._52mr,
._52mr._s1-,
._4qoc {
max-width: 60%;
}
._40fu {
direction: ltr;
float: left;
}
._2u_d {
display: flex;
position: absolute;
top: 50%;
transform: translate(15%, -50%);
width: 110px;
}
._56oy ._1nc7 ._1z_2._2u_d,
._29_7 ._1z_2._2u_d {
left: 100%;
transform: translate(10%, -50%);
}
._aok {
outline: none;
}
._3oh- {
-webkit-touch-callout: initial;
-webkit-user-select: text;
}
._jf2,
._jf3 {
border-radius: 50%;
display: inline-block;
height: 15px;
margin-left: 3px;
vertical-align: middle;
width: 15px;
}
.clearfix:after {
clear: both;
content: '.';
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
._hh7 {
background-color: #f1f0f0;
color: rgba(0, 0, 0, 1);
margin: 1px 0;
padding: 6px 12px;
}
._52mr,
._4qoc {
border-radius: 4px;
max-width: 85%;
position: relative;
}
._29_7 ._52mr {
border-bottom-right-radius: 1.3em;
border-top-right-radius: 1.3em;
}
._ui9 {
outline: none;
}
._29_7:last-of-type ._3058._52mr:last-of-type,
._29_7:last-of-type ._3058._52mr:last-of-type ._4br2,
._29_7:last-of-type ._3058:last-of-type ._52mr,
._29_7:last-of-type ._3058:last-of-type ._52mr ._4br2 {
border-bottom-left-radius: 1.3em;
}
._4jzq {
clear: both;
float: right;
margin: 2px 0 4px;
position: relative;
right: -6px;
}
._29_7 ._4jzq {
bottom: 0;
margin: 0;
position: absolute;
}
._o46:last-child ._4jzq {
margin-bottom: 0;
}
| 0.446012 | 0.135432 |
body {
margin:0;
background:#fff;
color:#222;
font-family: Arial, sans-serif;
font-size: 14px;
}
/*-- HEADER --*/
/* Navbar responsive sticky part*/
.navbar {
margin-top: 12px;
background-color: #fff;
}
.navbar-brand {
margin-left: 7.5px;
}
.search-bar {
border: 1px solid #dfe1e5;
border-radius: 44px;
width: 37.5%;
margin-left: 30px;
line-height: 2.5;
}
.search-field {
border: none;
margin-left: 18px;
font-size: 16px;
}
.fixed {
position: sticky;
top: 0;
width: 100%;
box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
padding-top: 0px;
padding-bottom: 0px;
line-height: 2;
}
/* Navbar non-responsive sticky part*/
.navbar-space {
padding-left: 875px;
}
.google-apps {
background-image:url(https://ssl.gstatic.com/gb/images/i1_1967ca6a.png);
opacity: .55;
background-size: 528px 68px;
background-position: -130px -36px;
height: 30px;
width: 30px;
padding: 0px;
padding-left: 10px;
padding-right: 0px;
}
.google-apps:hover {
opacity: .55;
}
.sign-in {
margin: 10px;
width: 96px;
height: 36px;
border-radius: 3px;
text-align: center;
font-weight: bold;
background-color: #2b7de9;
border: 1px solid transparent;
color: #fff;
box-shadow: 0 1px 2px 0 rgba(66,133,244,0.3),0 1px 3px 1px rgba(66,133,244,0.15);
}
.sign-in:hover {
opacity: .95;
box-shadow: 1px 2px 0 rgba(66,133,244,0.3),0 1px 3px 1px rgba(66,133,244,0.15);
}
/* Navbar non-sticky part */
#nav-option {
border-bottom: 1px solid rgba(33,33,33,0.10);
line-height: 48px;
margin-top: 4px;
font-size: small;
}
#option-bar-active {
width: 47px;
padding-bottom: 15px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 3px solid #1a73e8;
}
#option-bar-active {
text-decoration: none;
color: #5f6368;
margin-left: 25px;
margin-right: 5px;
}
.option-bar a {
text-decoration: none;
color: #5f6368;
margin: 10px;
}
.option-bar button {
border: none;
color: #5f6368;
background-color: #fff;
font-size: small;
padding-left: 0px !important;
}
.dropdown-menu {
border: 1px solid rgba(33,33,33,0.10);
font-size: 14px;
min-width: 100px;
border-radius: 10px;
margin-left: -15px;
line-height: 32px;
text-align: left;
}
div.cf:hover{
background: rgba(0,0,0,.1);
}
svg {
height: 16px;
width: 16px;
opacity: .60;
}
.page-setting {
margin-left: -675px;
}
.page-setting a {
text-decoration: none;
color: #5f6368;
margin-left: 0px;
margin-right: 10px;
}
.cf {
text-transform: capitalize;
}
/* Responsive changes */
@media (max-width:960px){
.search-bar {
width: 78%;
}
.navbar-space, .google-apps, .sign-in {
visibility: collapse;
padding-left: 0px;
}
.col-8 {
max-width: 545px;
}
.col-1 {
padding-right: 135px;
}
.page-setting {
float: right;
margin-left: 0px;
max-width: 200px;
}
}
.mw {
max-width: 652px;
padding: 0 0 0 0;
margin-right: 264px;
margin-left: 180px;
}
.app-bar {
line-height: 50px;
color: #70757a;
}
|
css/headstyle.css
|
body {
margin:0;
background:#fff;
color:#222;
font-family: Arial, sans-serif;
font-size: 14px;
}
/*-- HEADER --*/
/* Navbar responsive sticky part*/
.navbar {
margin-top: 12px;
background-color: #fff;
}
.navbar-brand {
margin-left: 7.5px;
}
.search-bar {
border: 1px solid #dfe1e5;
border-radius: 44px;
width: 37.5%;
margin-left: 30px;
line-height: 2.5;
}
.search-field {
border: none;
margin-left: 18px;
font-size: 16px;
}
.fixed {
position: sticky;
top: 0;
width: 100%;
box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
padding-top: 0px;
padding-bottom: 0px;
line-height: 2;
}
/* Navbar non-responsive sticky part*/
.navbar-space {
padding-left: 875px;
}
.google-apps {
background-image:url(https://ssl.gstatic.com/gb/images/i1_1967ca6a.png);
opacity: .55;
background-size: 528px 68px;
background-position: -130px -36px;
height: 30px;
width: 30px;
padding: 0px;
padding-left: 10px;
padding-right: 0px;
}
.google-apps:hover {
opacity: .55;
}
.sign-in {
margin: 10px;
width: 96px;
height: 36px;
border-radius: 3px;
text-align: center;
font-weight: bold;
background-color: #2b7de9;
border: 1px solid transparent;
color: #fff;
box-shadow: 0 1px 2px 0 rgba(66,133,244,0.3),0 1px 3px 1px rgba(66,133,244,0.15);
}
.sign-in:hover {
opacity: .95;
box-shadow: 1px 2px 0 rgba(66,133,244,0.3),0 1px 3px 1px rgba(66,133,244,0.15);
}
/* Navbar non-sticky part */
#nav-option {
border-bottom: 1px solid rgba(33,33,33,0.10);
line-height: 48px;
margin-top: 4px;
font-size: small;
}
#option-bar-active {
width: 47px;
padding-bottom: 15px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 3px solid #1a73e8;
}
#option-bar-active {
text-decoration: none;
color: #5f6368;
margin-left: 25px;
margin-right: 5px;
}
.option-bar a {
text-decoration: none;
color: #5f6368;
margin: 10px;
}
.option-bar button {
border: none;
color: #5f6368;
background-color: #fff;
font-size: small;
padding-left: 0px !important;
}
.dropdown-menu {
border: 1px solid rgba(33,33,33,0.10);
font-size: 14px;
min-width: 100px;
border-radius: 10px;
margin-left: -15px;
line-height: 32px;
text-align: left;
}
div.cf:hover{
background: rgba(0,0,0,.1);
}
svg {
height: 16px;
width: 16px;
opacity: .60;
}
.page-setting {
margin-left: -675px;
}
.page-setting a {
text-decoration: none;
color: #5f6368;
margin-left: 0px;
margin-right: 10px;
}
.cf {
text-transform: capitalize;
}
/* Responsive changes */
@media (max-width:960px){
.search-bar {
width: 78%;
}
.navbar-space, .google-apps, .sign-in {
visibility: collapse;
padding-left: 0px;
}
.col-8 {
max-width: 545px;
}
.col-1 {
padding-right: 135px;
}
.page-setting {
float: right;
margin-left: 0px;
max-width: 200px;
}
}
.mw {
max-width: 652px;
padding: 0 0 0 0;
margin-right: 264px;
margin-left: 180px;
}
.app-bar {
line-height: 50px;
color: #70757a;
}
| 0.438545 | 0.090253 |
.post-forum {
background-color: #303036;
}
.corps-post {
display: flex;
padding-bottom: 40px;
padding-right: 20px;
padding-top: 20px;
}
.contenu-post {
font-family: Verdana;
color: #BCC2D9;
width: 80%;
font-size: 12px;
white-space: pre-wrap;
user-select: text;
-webkit-user-select: text; /* Safari 3.1+ */
-moz-user-select: text; /* Firefox 2+ */
-ms-user-select: text; /* IE 10+ */
word-wrap: break-word;
overflow-wrap: break-word;
}
.contenu-post a, .contenu-post a:hover, .contenu-post a:visited, .contenu-post a:focus {
text-decoration: none;
outline: none;
cursor: pointer;
color: inherit;
}
.barre-separation-post {
background-color: #232228;
height: 20px;
border-top: 2px solid black;
border-bottom: 2px solid black;
}
/*******************************************
AFFICHAGE POST
********************************************/
.forum-citation-de {
font-size: 11px;
color: #6C77C1;
}
.forum-texte-cite {
font-size: 11px;
color: #7C7E9E;
margin-left: 20px;
}
.post-bleu {
color: #0066CE;
}
.post-vert-clair {
color: #70DB93;
}
.post-mauve {
color: #B84DD2;
}
.post-rouge {
color: #CB546B;
}
.post-vert {
color: #009D9D;
}
.post-jaune {
color: #C9CD36;
}
.post-orange {
color: #D3A769;
}
.post-rose {
color: #ED67EA;
}
.post-gris {
color: #C2C2DA;
}
.post-titre {
font-size: 16px;
}
.post-sous-titre {
font-size: 14px;
}
.post-texte-petit {
font-size: 10px;
}
.post-gris-citation {
color: #7C7E9E;
}
.post-bleu-citation {
color: #6C77C1;
}
.post-general {
font-size: 12px;
font-family: Verdana;
}
.Posts-lienOptions {
color: #BCC2D9;
font-size: 15px;
position: relative;
cursor: pointer;
top: 2px;
margin-right: 5px;
margin-left: 5px;
}
.Posts-lienOptions:hover {
text-shadow: 0 0 2px #029489;
}
.positionne-droite {
float: right;
}
.spoiler-content {
color: #BCC2D9;
padding-left: 5px;
}
.spoiler-title {
cursor: pointer;
}
.spoiler {
border-left: 1px solid #BCC2D9;
padding-left: 5px;
}
|
src/Forum/css/post.css
|
.post-forum {
background-color: #303036;
}
.corps-post {
display: flex;
padding-bottom: 40px;
padding-right: 20px;
padding-top: 20px;
}
.contenu-post {
font-family: Verdana;
color: #BCC2D9;
width: 80%;
font-size: 12px;
white-space: pre-wrap;
user-select: text;
-webkit-user-select: text; /* Safari 3.1+ */
-moz-user-select: text; /* Firefox 2+ */
-ms-user-select: text; /* IE 10+ */
word-wrap: break-word;
overflow-wrap: break-word;
}
.contenu-post a, .contenu-post a:hover, .contenu-post a:visited, .contenu-post a:focus {
text-decoration: none;
outline: none;
cursor: pointer;
color: inherit;
}
.barre-separation-post {
background-color: #232228;
height: 20px;
border-top: 2px solid black;
border-bottom: 2px solid black;
}
/*******************************************
AFFICHAGE POST
********************************************/
.forum-citation-de {
font-size: 11px;
color: #6C77C1;
}
.forum-texte-cite {
font-size: 11px;
color: #7C7E9E;
margin-left: 20px;
}
.post-bleu {
color: #0066CE;
}
.post-vert-clair {
color: #70DB93;
}
.post-mauve {
color: #B84DD2;
}
.post-rouge {
color: #CB546B;
}
.post-vert {
color: #009D9D;
}
.post-jaune {
color: #C9CD36;
}
.post-orange {
color: #D3A769;
}
.post-rose {
color: #ED67EA;
}
.post-gris {
color: #C2C2DA;
}
.post-titre {
font-size: 16px;
}
.post-sous-titre {
font-size: 14px;
}
.post-texte-petit {
font-size: 10px;
}
.post-gris-citation {
color: #7C7E9E;
}
.post-bleu-citation {
color: #6C77C1;
}
.post-general {
font-size: 12px;
font-family: Verdana;
}
.Posts-lienOptions {
color: #BCC2D9;
font-size: 15px;
position: relative;
cursor: pointer;
top: 2px;
margin-right: 5px;
margin-left: 5px;
}
.Posts-lienOptions:hover {
text-shadow: 0 0 2px #029489;
}
.positionne-droite {
float: right;
}
.spoiler-content {
color: #BCC2D9;
padding-left: 5px;
}
.spoiler-title {
cursor: pointer;
}
.spoiler {
border-left: 1px solid #BCC2D9;
padding-left: 5px;
}
| 0.231527 | 0.104843 |
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');
html, body{
height: 100%;
}
body{
background: linear-gradient(45deg, #FE6B8B 30%, #FF8E53 90%);
font-family: 'Ubuntu', sans-serif;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
::selection{
background: #ffffff3f;
}
h1{
font-size: 80px;
color: #fff;
}
.content{
width: 50vw;
height: 50vh;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-evenly;
animation: contentFadeIn 340ms ease-out;
}
@keyframes contentFadeIn{
from{
opacity: 0;
transform: translateY(50px);
}
to{
opacity: 1;
transform: translateY(0);
}
}
.settings{
display: flex;
justify-content: space-evenly;
}
.btn{
background: #ffffff77;
color: #222;
padding: 1rem 2rem;
text-decoration: none;
border-radius: 7px;
border: 0;
font-size: 19px;
cursor: pointer;
transition: background 200ms;
}
.btn:hover{
background: #ffffff9d;
}
.btn:disabled{
color: #ffffff77;
background: #ffffff3a;
}
button{
width: 180px;
}
.btn:focus{
outline: 0;
background: #eee;
}
button::after{
content: '▼';
position: absolute;
right: 8px;
color: #fff;
}
.select{
position: relative;
}
.select label{
position: absolute;
top: -23px;
color: #fff;
font-weight: 500;
}
.dropdown{
list-style-type: none;
position: absolute;
width: 100%;
animation: dropdown 200ms ease-in-out;
}
.dropdown li{
margin: 0.3rem 0;
}
@keyframes dropdown {
0%{
opacity: 0;
transform: translateY(-100px);
}
50%{
transform: translateY(0);
}
55%{
transform: translateY(5px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.game-header{
display: flex;
font-size: 1.3rem;
color: #fff;
justify-content: space-between;
}
.words{
padding: 1.5rem;
border-radius:7px;
font-size: 2rem;
background: #ffffff3a;
color: #333;
display: flex;
cursor: text;
box-shadow: 0 0 8px rgba(51, 51, 51, 0.24);
transition: box-shadow 200ms;
}
.words:focus{
outline: 0;
box-shadow: 0 0 15px rgba(51, 51, 51, 0.24);
}
.words:focus .cursor, .words.keyboard-active .cursor{
width: 3px;
height: 100%;
background: #333;
animation: pulse 850ms infinite ease-in;
}
@keyframes pulse{
0%{opacity: 0;}
50%{opacity: 1;}
100%{opacity: 0;}
}
.endGameResults{
position: absolute;
width: 50%;
height: 50%;
top: 50%;
transform: translateY(-50%);
background: #fff;
border-radius: 20px;
box-shadow: 0 0 15px rgba(51, 51, 51, 0.24);
text-align: center;
color: #333;
font-size: 1.2rem;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-evenly;
animation: fadeIn 250ms ease-in-out;
}
.endGameResults h1{
color: #333;
}
@keyframes fadeIn{
0%{
opacity: 0;
transform: scale(0.5);
}
100%{
opacity: 1;
transform: scale(1) translateY(-50%);
}
}
.score{
position: relative;
}
.streak{
position: absolute;
right:-50%;
top: 0;
color: #b12aff;
animation: streak 1s forwards;
}
@keyframes streak{
0%{
opacity: 0;
transform: scale(0.8) translateY(0);
}
40%{
opacity: 1;
transform: scale(1.2) translateY(-5px);
}
100%{
opacity: 0;
transform: scale(1) translateY(0);
}
}
#keyboard{
background: #222222b4;
color: #fff;
padding: 1rem;
position: absolute;
width: 100%;
height: 46%;
bottom: 0;
left: 0;
box-shadow: 2px 2px 10px #222;
transition: bottom 670ms cubic-bezier(.75,0,.4,1.01);
animation: generalFadeIn 670ms;
display: grid;
grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
grid-template-rows: 20% 20% 20% 20% 20%;
grid-gap: 3px;
justify-content: center;
align-items: center;
}
#keyboard.inactive{
bottom: -100%;
}
#keyboard .key, #keyboard .shift{
background: #333333e3;
padding: 10px 5px;
font-weight: bold;
border-radius: 4px;
}
#keyboard .space{
grid-column: 3 / 9;
height: 75%;
}
.activate-keyboard{
position: absolute;
right: 0.8rem;
bottom: 0.8rem;
cursor: pointer;
transition: all 670ms cubic-bezier(.75,0,.4,1.01);
animation: generalFadeIn 670ms;
}
@keyframes generalFadeIn {
0%{opacity: 0}
50%{opacity: 0}
100%{opacity: 1}
}
.activate-keyboard.active{
bottom: 46%;
transform: rotateZ(-180deg);
}
@media(max-width: 1310px){
h1{
font-size: 40px;
}
.content{
width: 75vw;
}
.settings{
flex-direction: column;
height: 70vh;
}
.btn {
width: 100%;
}
.dropdown{
width: 75vw;
padding: 1rem;
z-index: 2;
background: #eee;
border-radius: 7px;
}
.dropdown li{
background: #fff;
}
.endGameResults{
width: 75%;
padding: 2rem;
word-wrap: break-word;
}
.endGameResults h1{
font-size: 3rem;
}
.streak{
right: 0;
top: -100%;
}
}
@media(max-height: 880px){
.content{
height: 100vh;
}
}
|
src/components/layout.css
|
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');
html, body{
height: 100%;
}
body{
background: linear-gradient(45deg, #FE6B8B 30%, #FF8E53 90%);
font-family: 'Ubuntu', sans-serif;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
::selection{
background: #ffffff3f;
}
h1{
font-size: 80px;
color: #fff;
}
.content{
width: 50vw;
height: 50vh;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-evenly;
animation: contentFadeIn 340ms ease-out;
}
@keyframes contentFadeIn{
from{
opacity: 0;
transform: translateY(50px);
}
to{
opacity: 1;
transform: translateY(0);
}
}
.settings{
display: flex;
justify-content: space-evenly;
}
.btn{
background: #ffffff77;
color: #222;
padding: 1rem 2rem;
text-decoration: none;
border-radius: 7px;
border: 0;
font-size: 19px;
cursor: pointer;
transition: background 200ms;
}
.btn:hover{
background: #ffffff9d;
}
.btn:disabled{
color: #ffffff77;
background: #ffffff3a;
}
button{
width: 180px;
}
.btn:focus{
outline: 0;
background: #eee;
}
button::after{
content: '▼';
position: absolute;
right: 8px;
color: #fff;
}
.select{
position: relative;
}
.select label{
position: absolute;
top: -23px;
color: #fff;
font-weight: 500;
}
.dropdown{
list-style-type: none;
position: absolute;
width: 100%;
animation: dropdown 200ms ease-in-out;
}
.dropdown li{
margin: 0.3rem 0;
}
@keyframes dropdown {
0%{
opacity: 0;
transform: translateY(-100px);
}
50%{
transform: translateY(0);
}
55%{
transform: translateY(5px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.game-header{
display: flex;
font-size: 1.3rem;
color: #fff;
justify-content: space-between;
}
.words{
padding: 1.5rem;
border-radius:7px;
font-size: 2rem;
background: #ffffff3a;
color: #333;
display: flex;
cursor: text;
box-shadow: 0 0 8px rgba(51, 51, 51, 0.24);
transition: box-shadow 200ms;
}
.words:focus{
outline: 0;
box-shadow: 0 0 15px rgba(51, 51, 51, 0.24);
}
.words:focus .cursor, .words.keyboard-active .cursor{
width: 3px;
height: 100%;
background: #333;
animation: pulse 850ms infinite ease-in;
}
@keyframes pulse{
0%{opacity: 0;}
50%{opacity: 1;}
100%{opacity: 0;}
}
.endGameResults{
position: absolute;
width: 50%;
height: 50%;
top: 50%;
transform: translateY(-50%);
background: #fff;
border-radius: 20px;
box-shadow: 0 0 15px rgba(51, 51, 51, 0.24);
text-align: center;
color: #333;
font-size: 1.2rem;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-evenly;
animation: fadeIn 250ms ease-in-out;
}
.endGameResults h1{
color: #333;
}
@keyframes fadeIn{
0%{
opacity: 0;
transform: scale(0.5);
}
100%{
opacity: 1;
transform: scale(1) translateY(-50%);
}
}
.score{
position: relative;
}
.streak{
position: absolute;
right:-50%;
top: 0;
color: #b12aff;
animation: streak 1s forwards;
}
@keyframes streak{
0%{
opacity: 0;
transform: scale(0.8) translateY(0);
}
40%{
opacity: 1;
transform: scale(1.2) translateY(-5px);
}
100%{
opacity: 0;
transform: scale(1) translateY(0);
}
}
#keyboard{
background: #222222b4;
color: #fff;
padding: 1rem;
position: absolute;
width: 100%;
height: 46%;
bottom: 0;
left: 0;
box-shadow: 2px 2px 10px #222;
transition: bottom 670ms cubic-bezier(.75,0,.4,1.01);
animation: generalFadeIn 670ms;
display: grid;
grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
grid-template-rows: 20% 20% 20% 20% 20%;
grid-gap: 3px;
justify-content: center;
align-items: center;
}
#keyboard.inactive{
bottom: -100%;
}
#keyboard .key, #keyboard .shift{
background: #333333e3;
padding: 10px 5px;
font-weight: bold;
border-radius: 4px;
}
#keyboard .space{
grid-column: 3 / 9;
height: 75%;
}
.activate-keyboard{
position: absolute;
right: 0.8rem;
bottom: 0.8rem;
cursor: pointer;
transition: all 670ms cubic-bezier(.75,0,.4,1.01);
animation: generalFadeIn 670ms;
}
@keyframes generalFadeIn {
0%{opacity: 0}
50%{opacity: 0}
100%{opacity: 1}
}
.activate-keyboard.active{
bottom: 46%;
transform: rotateZ(-180deg);
}
@media(max-width: 1310px){
h1{
font-size: 40px;
}
.content{
width: 75vw;
}
.settings{
flex-direction: column;
height: 70vh;
}
.btn {
width: 100%;
}
.dropdown{
width: 75vw;
padding: 1rem;
z-index: 2;
background: #eee;
border-radius: 7px;
}
.dropdown li{
background: #fff;
}
.endGameResults{
width: 75%;
padding: 2rem;
word-wrap: break-word;
}
.endGameResults h1{
font-size: 3rem;
}
.streak{
right: 0;
top: -100%;
}
}
@media(max-height: 880px){
.content{
height: 100vh;
}
}
| 0.593845 | 0.051726 |
html,
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
header .site-brand__logo {
display: inline-block;
vertical-align: middle;
}
header a {
color: inherit;
text-decoration: none;
}
.container {
width: 800px;
max-width: 100%;
padding: 1rem 1rem 0.5rem 1rem;
margin: auto;
}
.form-container form {
max-width: 100%;
}
.form-container input,
.form-container select {
height: 2.5rem;
font-size: 1em;
border: none;
border-bottom: 1px solid black;
transition: box-shadow .4s, -webkit-box-shadow .4s, border .4s;
}
.form-container input::placeholder {
color: #ccc;
}
.form-container input:-ms-input-placeholder {
color: #ccc;
}
.form-container input::-ms-input-placeholder {
color: #ccc;
}
.form-container label {
margin-right: 0.5rem;
white-space: nowrap;
}
.form-container label + input,
.form-container label + select {
margin-right: 2rem;
}
.site-url-container,
.options-container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
width: 100%;
margin-bottom: 1.5rem;
}
.options-container {
flex-wrap: wrap;
}
.site-url-container input {
width: 100%;
margin-right: 1rem;
font-size: 1.4em;
}
.form-container select {
height: 2.5rem;
background-color: white;
border: none;
border-bottom: 1px solid black;
border-radius: 0;
cursor: pointer;
transition: box-shadow .4s, -webkit-box-shadow .4s, border .4s;
-webkit-appearance: none;
}
input:focus,
select:focus {
border-bottom: 1px solid black;
border-bottom-width: 2px;
-webkit-box-shadow: 0 1px 0 0 black;
box-shadow: 0 1px 0 0 black;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: currentColor;
transition: background-color 5000s ease-in-out 0s;
}
/* check button */
.form-container button {
color: #fff;
padding: 0.75em 1em;
font-size: 1em;
background-color: #42513f;
border: 0;
border-radius: 2px;
cursor: pointer;
transition: all 150ms ease-out;
}
.form-container button:hover {
background-color: #1b7bbc;
}
.form-container button:active {
background-color: #1b7bbc;
}
.loader {
border: 8px solid #f3f3f3;
border-top: 8px solid #42513f;
border-radius: 50%;
width: 75px;
height: 75px;
animation: spin 1s linear infinite;
margin: auto;
margin-top: 3rem;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.result-container {
display: block;
position: relative;
padding-top: 4rem;
}
.result-container::before {
position: absolute;
top: 0;
left: -50vw;
right: -50vw;
display: block;
content: '';
border-top: dotted 4px #ccc;
width: 100vw;
margin: auto;
}
.result-container .pa11y-report .pa11y-page {
padding: 0;
margin: auto;
}
.result-container .pa11y-report .pa11y-page footer .credits {
display: none;
}
@media only screen and (max-width: 450px) {
.option {
margin-bottom: 1em;
}
.site-url-container input {
font-size: inherit;
}
}
.signature {
display: flex;
justify-content: flex-end;
font-size: 0.75em;
color: black;
}
.signature a {
text-decoration: none;
}
.signature span {
margin-right: .5em;
}
.signature svg {
height: 1em;
width: 1.5em;
}
|
public/index.css
|
html,
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
header .site-brand__logo {
display: inline-block;
vertical-align: middle;
}
header a {
color: inherit;
text-decoration: none;
}
.container {
width: 800px;
max-width: 100%;
padding: 1rem 1rem 0.5rem 1rem;
margin: auto;
}
.form-container form {
max-width: 100%;
}
.form-container input,
.form-container select {
height: 2.5rem;
font-size: 1em;
border: none;
border-bottom: 1px solid black;
transition: box-shadow .4s, -webkit-box-shadow .4s, border .4s;
}
.form-container input::placeholder {
color: #ccc;
}
.form-container input:-ms-input-placeholder {
color: #ccc;
}
.form-container input::-ms-input-placeholder {
color: #ccc;
}
.form-container label {
margin-right: 0.5rem;
white-space: nowrap;
}
.form-container label + input,
.form-container label + select {
margin-right: 2rem;
}
.site-url-container,
.options-container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
width: 100%;
margin-bottom: 1.5rem;
}
.options-container {
flex-wrap: wrap;
}
.site-url-container input {
width: 100%;
margin-right: 1rem;
font-size: 1.4em;
}
.form-container select {
height: 2.5rem;
background-color: white;
border: none;
border-bottom: 1px solid black;
border-radius: 0;
cursor: pointer;
transition: box-shadow .4s, -webkit-box-shadow .4s, border .4s;
-webkit-appearance: none;
}
input:focus,
select:focus {
border-bottom: 1px solid black;
border-bottom-width: 2px;
-webkit-box-shadow: 0 1px 0 0 black;
box-shadow: 0 1px 0 0 black;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: currentColor;
transition: background-color 5000s ease-in-out 0s;
}
/* check button */
.form-container button {
color: #fff;
padding: 0.75em 1em;
font-size: 1em;
background-color: #42513f;
border: 0;
border-radius: 2px;
cursor: pointer;
transition: all 150ms ease-out;
}
.form-container button:hover {
background-color: #1b7bbc;
}
.form-container button:active {
background-color: #1b7bbc;
}
.loader {
border: 8px solid #f3f3f3;
border-top: 8px solid #42513f;
border-radius: 50%;
width: 75px;
height: 75px;
animation: spin 1s linear infinite;
margin: auto;
margin-top: 3rem;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.result-container {
display: block;
position: relative;
padding-top: 4rem;
}
.result-container::before {
position: absolute;
top: 0;
left: -50vw;
right: -50vw;
display: block;
content: '';
border-top: dotted 4px #ccc;
width: 100vw;
margin: auto;
}
.result-container .pa11y-report .pa11y-page {
padding: 0;
margin: auto;
}
.result-container .pa11y-report .pa11y-page footer .credits {
display: none;
}
@media only screen and (max-width: 450px) {
.option {
margin-bottom: 1em;
}
.site-url-container input {
font-size: inherit;
}
}
.signature {
display: flex;
justify-content: flex-end;
font-size: 0.75em;
color: black;
}
.signature a {
text-decoration: none;
}
.signature span {
margin-right: .5em;
}
.signature svg {
height: 1em;
width: 1.5em;
}
| 0.597725 | 0.075346 |
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}
figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace, monospace;font-size:1em}
a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}
dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}
audio,video{display:inline-block}audio:not([controls]){display:none;height:0}
img{border-style:none}svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}
canvas{display:inline-block}template{display:none}[hidden]{display:none}
/*-------------------------------------------------------------------------*/
/*----- WELCOME -----*/
@font-face{
font-family: MarkPro-Bold;
src: url('../fonts/mark-pro/FF-Mark-Pro-Bold.otf');
}
@font-face{
font-family: MarkPro-Bold-Italic;
src: url('../fonts/mark-pro/FF-Mark-Pro-Bold-Italic.otf');
}
body{
background: #f8c0ff;
}
.welcome-wrapper{
position: absolute;
margin: 0 auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 350px;
height: 350px;
}
.welcome-wrapper__face{
display: inline-block;
position: absolute;
z-index: 2;
top: 52%;
left: 18%;
opacity: 0;
transition: opacity .3s;
}
@keyframes flicker {
0% {opacity:0;}
9% {opacity:0;}
10% {opacity:.5;}
13% {opacity:0;}
20% {opacity:.7;}
30% {opacity:0;}
100% {opacity:1;}
}
.welcome-wrapper__desktop{
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-color: #C9D6FF;
background: -webkit-linear-gradient(#faebd7, #C9D6FF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#faebd7, #C9D6FF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#faebd7, #C9D6FF); /* For Firefox 3.6 to 15 */
background: linear-gradient(#faebd7, #C9D6FF); /* Standard syntax */
}
.welcome-wrapper__border{
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
border-style: solid;
border-width: 63px 62px;
-moz-border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
-webkit-border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
-o-border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
}
.welcome-msg{
position: relative;
z-index: 5;
display: inline-block;
top: 110%;
left: 68%;
color: #f7498e;
font-family: 'MarkPro-Bold-Italic', 'Helvetica', 'Arial', sans-serif;
font-size: 1.5em;
text-shadow:0.05em 0.05em 0.1em #00a2e0, 0 0 0.2em #ffff00;
text-decoration: none;
font-size: 30px;
vertical-align: middle;
}
.decoration{
position: absolute;
top: 350px;
left: 500px;
z-index: 1;
transform: rotate(0.03turn);
}
.flower{
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
padding: 10px;
}
|
src/styles/styles.css
|
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}
figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace, monospace;font-size:1em}
a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}
dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}
audio,video{display:inline-block}audio:not([controls]){display:none;height:0}
img{border-style:none}svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}
canvas{display:inline-block}template{display:none}[hidden]{display:none}
/*-------------------------------------------------------------------------*/
/*----- WELCOME -----*/
@font-face{
font-family: MarkPro-Bold;
src: url('../fonts/mark-pro/FF-Mark-Pro-Bold.otf');
}
@font-face{
font-family: MarkPro-Bold-Italic;
src: url('../fonts/mark-pro/FF-Mark-Pro-Bold-Italic.otf');
}
body{
background: #f8c0ff;
}
.welcome-wrapper{
position: absolute;
margin: 0 auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 350px;
height: 350px;
}
.welcome-wrapper__face{
display: inline-block;
position: absolute;
z-index: 2;
top: 52%;
left: 18%;
opacity: 0;
transition: opacity .3s;
}
@keyframes flicker {
0% {opacity:0;}
9% {opacity:0;}
10% {opacity:.5;}
13% {opacity:0;}
20% {opacity:.7;}
30% {opacity:0;}
100% {opacity:1;}
}
.welcome-wrapper__desktop{
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-color: #C9D6FF;
background: -webkit-linear-gradient(#faebd7, #C9D6FF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#faebd7, #C9D6FF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#faebd7, #C9D6FF); /* For Firefox 3.6 to 15 */
background: linear-gradient(#faebd7, #C9D6FF); /* Standard syntax */
}
.welcome-wrapper__border{
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
border-style: solid;
border-width: 63px 62px;
-moz-border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
-webkit-border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
-o-border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
border-image: url(../images/index/heartjar-border.gif) 79 72 repeat;
}
.welcome-msg{
position: relative;
z-index: 5;
display: inline-block;
top: 110%;
left: 68%;
color: #f7498e;
font-family: 'MarkPro-Bold-Italic', 'Helvetica', 'Arial', sans-serif;
font-size: 1.5em;
text-shadow:0.05em 0.05em 0.1em #00a2e0, 0 0 0.2em #ffff00;
text-decoration: none;
font-size: 30px;
vertical-align: middle;
}
.decoration{
position: absolute;
top: 350px;
left: 500px;
z-index: 1;
transform: rotate(0.03turn);
}
.flower{
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
padding: 10px;
}
| 0.344003 | 0.060752 |
:root {
/*
♔ ♔ ♔ PALETTE MODIFIERS ♔ ♔ ♔
palette fine tuning
-----------------------------------*/
$step: 0; /* 0
<> 20 */
$modifier: 1.000;
/*
♔ ♔ ♔ BASE COLORS DEFINITION ♔ ♔ ♔
adjust/modify individual base color
-----------------------------------*/
/* <primary_colors> */
$red: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$blue: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$yellow: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
/* <secondary_colors> */
$orange: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$green: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$purple: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
/* <tertiary_colors> */
$red-orange: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$yellow-orange: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$yellow-green: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$blue-green: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$blue-purple: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$red-purple: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
/*
♔ ♔ ♔ COLOR VARIANTS DEFINITION ♔ ♔ ♔
4 * tint | base color | 4 * shade
-----------------------------------*/
--r100: color-mod($red tint(resolve(4 * ($step * $modifier))%));
--r200: color-mod($red tint(resolve(3 * ($step * $modifier))%));
--r300: color-mod($red tint(resolve(2 * ($step * $modifier))%));
--r400: color-mod($red tint(resolve(1 * ($step * $modifier))%));
--r500: color-mod($red);
--r600: color-mod($red shade(resolve(1 * ($step * $modifier))%));
--r700: color-mod($red shade(resolve(2 * ($step * $modifier))%));
--r800: color-mod($red shade(resolve(3 * ($step * $modifier))%));
--r900: color-mod($red shade(resolve(4 * ($step * $modifier))%));
--rp100: color-mod($red-purple tint(resolve(4 * ($step * $modifier))%));
--rp200: color-mod($red-purple tint(resolve(3 * ($step * $modifier))%));
--rp300: color-mod($red-purple tint(resolve(2 * ($step * $modifier))%));
--rp400: color-mod($red-purple tint(resolve(1 * ($step * $modifier))%));
--rp500: color-mod($red-purple);
--rp600: color-mod($red-purple shade(resolve(1 * ($step * $modifier))%));
--rp700: color-mod($red-purple shade(resolve(2 * ($step * $modifier))%));
--rp800: color-mod($red-purple shade(resolve(3 * ($step * $modifier))%));
--rp900: color-mod($red-purple shade(resolve(4 * ($step * $modifier))%));
--p100: color-mod($purple tint(resolve(4 * ($step * $modifier))%));
--p200: color-mod($purple tint(resolve(3 * ($step * $modifier))%));
--p300: color-mod($purple tint(resolve(2 * ($step * $modifier))%));
--p400: color-mod($purple tint(resolve(1 * ($step * $modifier))%));
--p500: color-mod($purple);
--p600: color-mod($purple shade(resolve(1 * ($step * $modifier))%));
--p700: color-mod($purple shade(resolve(2 * ($step * $modifier))%));
--p800: color-mod($purple shade(resolve(3 * ($step * $modifier))%));
--p900: color-mod($purple shade(resolve(4 * ($step * $modifier))%));
--bp100: color-mod($blue-purple tint(resolve(4 * ($step * $modifier))%));
--bp200: color-mod($blue-purple tint(resolve(3 * ($step * $modifier))%));
--bp300: color-mod($blue-purple tint(resolve(2 * ($step * $modifier))%));
--bp400: color-mod($blue-purple tint(resolve(1 * ($step * $modifier))%));
--bp500: color-mod($blue-purple);
--bp600: color-mod($blue-purple shade(resolve(1 * ($step * $modifier))%));
--bp700: color-mod($blue-purple shade(resolve(2 * ($step * $modifier))%));
--bp800: color-mod($blue-purple shade(resolve(3 * ($step * $modifier))%));
--bp900: color-mod($blue-purple shade(resolve(4 * ($step * $modifier))%));
--b100: color-mod($blue tint(resolve(4 * ($step * $modifier))%));
--b200: color-mod($blue tint(resolve(3 * ($step * $modifier))%));
--b300: color-mod($blue tint(resolve(2 * ($step * $modifier))%));
--b400: color-mod($blue tint(resolve(1 * ($step * $modifier))%));
--b500: color-mod($blue);
--b600: color-mod($blue shade(resolve(1 * ($step * $modifier))%));
--b700: color-mod($blue shade(resolve(2 * ($step * $modifier))%));
--b800: color-mod($blue shade(resolve(3 * ($step * $modifier))%));
--b900: color-mod($blue shade(resolve(4 * ($step * $modifier))%));
--bg100: color-mod($blue-green tint(resolve(4 * ($step * $modifier))%));
--bg200: color-mod($blue-green tint(resolve(3 * ($step * $modifier))%));
--bg300: color-mod($blue-green tint(resolve(2 * ($step * $modifier))%));
--bg400: color-mod($blue-green tint(resolve(1 * ($step * $modifier))%));
--bg500: color-mod($blue-green);
--bg600: color-mod($blue-green shade(resolve(1 * ($step * $modifier))%));
--bg700: color-mod($blue-green shade(resolve(2 * ($step * $modifier))%));
--bg800: color-mod($blue-green shade(resolve(3 * ($step * $modifier))%));
--bg900: color-mod($blue-green shade(resolve(4 * ($step * $modifier))%));
--g100: color-mod($green tint(resolve(4 * ($step * $modifier))%));
--g200: color-mod($green tint(resolve(3 * ($step * $modifier))%));
--g300: color-mod($green tint(resolve(2 * ($step * $modifier))%));
--g400: color-mod($green tint(resolve(1 * ($step * $modifier))%));
--g500: color-mod($green);
--g600: color-mod($green shade(resolve(1 * ($step * $modifier))%));
--g700: color-mod($green shade(resolve(2 * ($step * $modifier))%));
--g800: color-mod($green shade(resolve(3 * ($step * $modifier))%));
--g900: color-mod($green shade(resolve(4 * ($step * $modifier))%));
--yg100: color-mod($yellow-green tint(resolve(4 * ($step * $modifier))%));
--yg200: color-mod($yellow-green tint(resolve(3 * ($step * $modifier))%));
--yg300: color-mod($yellow-green tint(resolve(2 * ($step * $modifier))%));
--yg400: color-mod($yellow-green tint(resolve(1 * ($step * $modifier))%));
--yg500: color-mod($yellow-green);
--yg600: color-mod($yellow-green shade(resolve(1 * ($step * $modifier))%));
--yg700: color-mod($yellow-green shade(resolve(2 * ($step * $modifier))%));
--yg800: color-mod($yellow-green shade(resolve(3 * ($step * $modifier))%));
--yg900: color-mod($yellow-green shade(resolve(4 * ($step * $modifier))%));
--y100: color-mod($yellow tint(resolve(4 * ($step * $modifier))%));
--y200: color-mod($yellow tint(resolve(3 * ($step * $modifier))%));
--y300: color-mod($yellow tint(resolve(2 * ($step * $modifier))%));
--y400: color-mod($yellow tint(resolve(1 * ($step * $modifier))%));
--y500: color-mod($yellow);
--y600: color-mod($yellow shade(resolve(1 * ($step * $modifier))%));
--y700: color-mod($yellow shade(resolve(2 * ($step * $modifier))%));
--y800: color-mod($yellow shade(resolve(3 * ($step * $modifier))%));
--y900: color-mod($yellow shade(resolve(4 * ($step * $modifier))%));
--yo100: color-mod($yellow-orange tint(resolve(4 * ($step * $modifier))%));
--yo200: color-mod($yellow-orange tint(resolve(3 * ($step * $modifier))%));
--yo300: color-mod($yellow-orange tint(resolve(2 * ($step * $modifier))%));
--yo400: color-mod($yellow-orange tint(resolve(1 * ($step * $modifier))%));
--yo500: color-mod($yellow-orange);
--yo600: color-mod($yellow-orange shade(resolve(1 * ($step * $modifier))%));
--yo700: color-mod($yellow-orange shade(resolve(2 * ($step * $modifier))%));
--yo800: color-mod($yellow-orange shade(resolve(3 * ($step * $modifier))%));
--yo900: color-mod($yellow-orange shade(resolve(4 * ($step * $modifier))%));
--o100: color-mod($orange tint(resolve(4 * ($step * $modifier))%));
--o200: color-mod($orange tint(resolve(3 * ($step * $modifier))%));
--o300: color-mod($orange tint(resolve(2 * ($step * $modifier))%));
--o400: color-mod($orange tint(resolve(1 * ($step * $modifier))%));
--o500: color-mod($orange);
--o600: color-mod($orange shade(resolve(1 * ($step * $modifier))%));
--o700: color-mod($orange shade(resolve(2 * ($step * $modifier))%));
--o800: color-mod($orange shade(resolve(3 * ($step * $modifier))%));
--o900: color-mod($orange shade(resolve(4 * ($step * $modifier))%));
--ro100: color-mod($red-orange tint(resolve(4 * ($step * $modifier))%));
--ro200: color-mod($red-orange tint(resolve(3 * ($step * $modifier))%));
--ro300: color-mod($red-orange tint(resolve(2 * ($step * $modifier))%));
--ro400: color-mod($red-orange tint(resolve(1 * ($step * $modifier))%));
--ro500: color-mod($red-orange);
--ro600: color-mod($red-orange shade(resolve(1 * ($step * $modifier))%));
--ro700: color-mod($red-orange shade(resolve(2 * ($step * $modifier))%));
--ro800: color-mod($red-orange shade(resolve(3 * ($step * $modifier))%));
--ro900: color-mod($red-orange shade(resolve(4 * ($step * $modifier))%));
}
|
src/styles/palettes/_palette-default.css
|
:root {
/*
♔ ♔ ♔ PALETTE MODIFIERS ♔ ♔ ♔
palette fine tuning
-----------------------------------*/
$step: 0; /* 0
<> 20 */
$modifier: 1.000;
/*
♔ ♔ ♔ BASE COLORS DEFINITION ♔ ♔ ♔
adjust/modify individual base color
-----------------------------------*/
/* <primary_colors> */
$red: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$blue: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$yellow: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
/* <secondary_colors> */
$orange: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$green: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$purple: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
/* <tertiary_colors> */
$red-orange: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$yellow-orange: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$yellow-green: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$blue-green: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$blue-purple: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
$red-purple: color-mod(
rgb(0, 0, 0)
alpha(0%)
);
/*
♔ ♔ ♔ COLOR VARIANTS DEFINITION ♔ ♔ ♔
4 * tint | base color | 4 * shade
-----------------------------------*/
--r100: color-mod($red tint(resolve(4 * ($step * $modifier))%));
--r200: color-mod($red tint(resolve(3 * ($step * $modifier))%));
--r300: color-mod($red tint(resolve(2 * ($step * $modifier))%));
--r400: color-mod($red tint(resolve(1 * ($step * $modifier))%));
--r500: color-mod($red);
--r600: color-mod($red shade(resolve(1 * ($step * $modifier))%));
--r700: color-mod($red shade(resolve(2 * ($step * $modifier))%));
--r800: color-mod($red shade(resolve(3 * ($step * $modifier))%));
--r900: color-mod($red shade(resolve(4 * ($step * $modifier))%));
--rp100: color-mod($red-purple tint(resolve(4 * ($step * $modifier))%));
--rp200: color-mod($red-purple tint(resolve(3 * ($step * $modifier))%));
--rp300: color-mod($red-purple tint(resolve(2 * ($step * $modifier))%));
--rp400: color-mod($red-purple tint(resolve(1 * ($step * $modifier))%));
--rp500: color-mod($red-purple);
--rp600: color-mod($red-purple shade(resolve(1 * ($step * $modifier))%));
--rp700: color-mod($red-purple shade(resolve(2 * ($step * $modifier))%));
--rp800: color-mod($red-purple shade(resolve(3 * ($step * $modifier))%));
--rp900: color-mod($red-purple shade(resolve(4 * ($step * $modifier))%));
--p100: color-mod($purple tint(resolve(4 * ($step * $modifier))%));
--p200: color-mod($purple tint(resolve(3 * ($step * $modifier))%));
--p300: color-mod($purple tint(resolve(2 * ($step * $modifier))%));
--p400: color-mod($purple tint(resolve(1 * ($step * $modifier))%));
--p500: color-mod($purple);
--p600: color-mod($purple shade(resolve(1 * ($step * $modifier))%));
--p700: color-mod($purple shade(resolve(2 * ($step * $modifier))%));
--p800: color-mod($purple shade(resolve(3 * ($step * $modifier))%));
--p900: color-mod($purple shade(resolve(4 * ($step * $modifier))%));
--bp100: color-mod($blue-purple tint(resolve(4 * ($step * $modifier))%));
--bp200: color-mod($blue-purple tint(resolve(3 * ($step * $modifier))%));
--bp300: color-mod($blue-purple tint(resolve(2 * ($step * $modifier))%));
--bp400: color-mod($blue-purple tint(resolve(1 * ($step * $modifier))%));
--bp500: color-mod($blue-purple);
--bp600: color-mod($blue-purple shade(resolve(1 * ($step * $modifier))%));
--bp700: color-mod($blue-purple shade(resolve(2 * ($step * $modifier))%));
--bp800: color-mod($blue-purple shade(resolve(3 * ($step * $modifier))%));
--bp900: color-mod($blue-purple shade(resolve(4 * ($step * $modifier))%));
--b100: color-mod($blue tint(resolve(4 * ($step * $modifier))%));
--b200: color-mod($blue tint(resolve(3 * ($step * $modifier))%));
--b300: color-mod($blue tint(resolve(2 * ($step * $modifier))%));
--b400: color-mod($blue tint(resolve(1 * ($step * $modifier))%));
--b500: color-mod($blue);
--b600: color-mod($blue shade(resolve(1 * ($step * $modifier))%));
--b700: color-mod($blue shade(resolve(2 * ($step * $modifier))%));
--b800: color-mod($blue shade(resolve(3 * ($step * $modifier))%));
--b900: color-mod($blue shade(resolve(4 * ($step * $modifier))%));
--bg100: color-mod($blue-green tint(resolve(4 * ($step * $modifier))%));
--bg200: color-mod($blue-green tint(resolve(3 * ($step * $modifier))%));
--bg300: color-mod($blue-green tint(resolve(2 * ($step * $modifier))%));
--bg400: color-mod($blue-green tint(resolve(1 * ($step * $modifier))%));
--bg500: color-mod($blue-green);
--bg600: color-mod($blue-green shade(resolve(1 * ($step * $modifier))%));
--bg700: color-mod($blue-green shade(resolve(2 * ($step * $modifier))%));
--bg800: color-mod($blue-green shade(resolve(3 * ($step * $modifier))%));
--bg900: color-mod($blue-green shade(resolve(4 * ($step * $modifier))%));
--g100: color-mod($green tint(resolve(4 * ($step * $modifier))%));
--g200: color-mod($green tint(resolve(3 * ($step * $modifier))%));
--g300: color-mod($green tint(resolve(2 * ($step * $modifier))%));
--g400: color-mod($green tint(resolve(1 * ($step * $modifier))%));
--g500: color-mod($green);
--g600: color-mod($green shade(resolve(1 * ($step * $modifier))%));
--g700: color-mod($green shade(resolve(2 * ($step * $modifier))%));
--g800: color-mod($green shade(resolve(3 * ($step * $modifier))%));
--g900: color-mod($green shade(resolve(4 * ($step * $modifier))%));
--yg100: color-mod($yellow-green tint(resolve(4 * ($step * $modifier))%));
--yg200: color-mod($yellow-green tint(resolve(3 * ($step * $modifier))%));
--yg300: color-mod($yellow-green tint(resolve(2 * ($step * $modifier))%));
--yg400: color-mod($yellow-green tint(resolve(1 * ($step * $modifier))%));
--yg500: color-mod($yellow-green);
--yg600: color-mod($yellow-green shade(resolve(1 * ($step * $modifier))%));
--yg700: color-mod($yellow-green shade(resolve(2 * ($step * $modifier))%));
--yg800: color-mod($yellow-green shade(resolve(3 * ($step * $modifier))%));
--yg900: color-mod($yellow-green shade(resolve(4 * ($step * $modifier))%));
--y100: color-mod($yellow tint(resolve(4 * ($step * $modifier))%));
--y200: color-mod($yellow tint(resolve(3 * ($step * $modifier))%));
--y300: color-mod($yellow tint(resolve(2 * ($step * $modifier))%));
--y400: color-mod($yellow tint(resolve(1 * ($step * $modifier))%));
--y500: color-mod($yellow);
--y600: color-mod($yellow shade(resolve(1 * ($step * $modifier))%));
--y700: color-mod($yellow shade(resolve(2 * ($step * $modifier))%));
--y800: color-mod($yellow shade(resolve(3 * ($step * $modifier))%));
--y900: color-mod($yellow shade(resolve(4 * ($step * $modifier))%));
--yo100: color-mod($yellow-orange tint(resolve(4 * ($step * $modifier))%));
--yo200: color-mod($yellow-orange tint(resolve(3 * ($step * $modifier))%));
--yo300: color-mod($yellow-orange tint(resolve(2 * ($step * $modifier))%));
--yo400: color-mod($yellow-orange tint(resolve(1 * ($step * $modifier))%));
--yo500: color-mod($yellow-orange);
--yo600: color-mod($yellow-orange shade(resolve(1 * ($step * $modifier))%));
--yo700: color-mod($yellow-orange shade(resolve(2 * ($step * $modifier))%));
--yo800: color-mod($yellow-orange shade(resolve(3 * ($step * $modifier))%));
--yo900: color-mod($yellow-orange shade(resolve(4 * ($step * $modifier))%));
--o100: color-mod($orange tint(resolve(4 * ($step * $modifier))%));
--o200: color-mod($orange tint(resolve(3 * ($step * $modifier))%));
--o300: color-mod($orange tint(resolve(2 * ($step * $modifier))%));
--o400: color-mod($orange tint(resolve(1 * ($step * $modifier))%));
--o500: color-mod($orange);
--o600: color-mod($orange shade(resolve(1 * ($step * $modifier))%));
--o700: color-mod($orange shade(resolve(2 * ($step * $modifier))%));
--o800: color-mod($orange shade(resolve(3 * ($step * $modifier))%));
--o900: color-mod($orange shade(resolve(4 * ($step * $modifier))%));
--ro100: color-mod($red-orange tint(resolve(4 * ($step * $modifier))%));
--ro200: color-mod($red-orange tint(resolve(3 * ($step * $modifier))%));
--ro300: color-mod($red-orange tint(resolve(2 * ($step * $modifier))%));
--ro400: color-mod($red-orange tint(resolve(1 * ($step * $modifier))%));
--ro500: color-mod($red-orange);
--ro600: color-mod($red-orange shade(resolve(1 * ($step * $modifier))%));
--ro700: color-mod($red-orange shade(resolve(2 * ($step * $modifier))%));
--ro800: color-mod($red-orange shade(resolve(3 * ($step * $modifier))%));
--ro900: color-mod($red-orange shade(resolve(4 * ($step * $modifier))%));
}
| 0.373304 | 0.159643 |
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
/*********************
TYPOGRAPHY
*********************/
body {
font-family: tahoma, arial, helvetica, sans-serif;
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
}
html>body {
font-size: small;
}
#quickSummary {
color: #665;
font-weight: bold;
font-size: .8em;
}
#quickSummary p {
padding: 0 15px;
}
acronym {
cursor: help;
}
/*********************
LINKS
*********************/
a {
white-space: nowrap;
}
a:link {
font-weight: bold;
text-decoration: none;
border: 1px solid #f2f4ee;
color: #776;
padding: 0 1px;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #998;
}
a:hover {
background: url(link_background.gif) no-repeat;
border: 1px solid #776;
padding: 0 1px;
}
a:active {
font-weight: bold;
text-decoration: none;
}
/*********************
ACCESSYPOO
*********************/
span.accesskey {
font-weight: bold;
text-decoration: underline;
}
/**************************
DO THE DIV - LAYOUT
**************************/
/*basics*/
body {
background: #F2F4EE url(background.gif) repeat fixed; /*thanks to squidfingers for the background image*/
margin: 0;
padding: 0;
}
#container {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
}
/*intro stuff*/
#intro {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
z-index: 1000;
}
#pageHeader {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
background: #fff url(headerBack.jpg) repeat-x top left; /*this is the horizontal line bk*/
height: 126px;
width: 2100px;
}
#pageHeader h1 { /*contains the zen text and flowery images*/
margin: 0;
background: transparent url(header.jpg) no-repeat; /*thanks to dubstastic for brushes*/
height: 126px;
}
#pageHeader h1 span { /*get the text out of the way*/
display: none;
}
#pageHeader h2 { /*this text will be integrated into the pictoral header*/
display: none;
}
#quickSummary { /*runs along left side, includes flower and below*/
position: absolute;
top: 126px;
left: 0;
background: transparent url(flower.jpg) no-repeat top left; /*photo (c)2004 <NAME>*/
width: 352px;
padding-top: 301px;
z-index: 500;
}
/*graphic backgrounds are applied to head, paragraphs, and last paragraph*/
#preamble { /*first of boxes, but different in document tree so separate css*/
position: absolute;
background: #f2f4ee;
z-index: 1000;
width: 257px; /*all text boxes are 257px*/
top: 126px;
left: 370px;
padding: 0;
border: solid #998; /*only for IE, overridden later*/
border-width: 0px 1px 1px 1px; /*no top border*/
}
html>head:first-child+body #preamble { /*gets out of the way for IE and opera 6*/
background: transparent url(sectionBack_head.png) no-repeat top right; /*TOP bk w.drop shadow*/
border: 0; /*need to override border in place*/
}
#preamble h3 {
background: transparent url(title_preamble.jpg) no-repeat; /*text with faded flower gradient*/
margin: 0;
padding: 0;
height: 86px;
}
#preamble h3 span {
display: none; /*get text out of the way*/
}
#preamble p {
margin: 0;
padding: 5px 20px; /*cant put background here or IE will see it*/
}
html>head:first-child+body #preamble p { /*only seen by smart browsers that can do png transp*/
background: transparent url(sectionBack_main.png) repeat-y; /*thin repeated background*/
}
#preamble p.p3 {
margin: 0;
padding: 5px 20px 25px 20px;
}
html>head:first-child+body #preamble p.p3 { /*selects last paragraph*/
background: transparent url(sectionBack_foot.png) no-repeat bottom right; /*footer background*/
}
/*next four text boxes are under #supportingtext div*/
#supportingText {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
background: #fff url(bodyBack.jpg) repeat-x; /*use it to get the faded pattern background positioned - again thanks to squidfingers for pattern*/
height: 301px;
width: 2100px; /*same width as header*/
}
#explanation, #participation, #benefits, #requirements {
border: solid #998; /*border only for IE, will be overridden*/
border-width: 0 1px 1px 1px;
background: #f2f4ee;
position: absolute;
z-index: 1000;
width: 257px;
top: 0;
padding: 0;
}
html>head:first-child+body #explanation, html>head:first-child+body #participation,
html>head:first-child+body #benefits, html>head:first-child+body #requirements {
background: transparent url(sectionBack_head.png) no-repeat top right; /*override IE values*/
border: 0;
}
#explanation {
left: 680px;
}
#explanation h3, #participation h3, #benefits h3, #requirements h3 {
margin: 0;
padding: 0;
height: 86px; /*headers need defined height because of image replacement*/
}
#explanation h3 {
background: transparent url(title_about.jpg) no-repeat;
}
#explanation h3 span, #participation h3 span, #requirements h3 span, #benefits h3 span {
display: none; /*for some reason the negative margin didn't work here, so we will use this*/
}
#explanation p, #participation p, #benefits p, #requirements p {
margin: 0;
padding: 5px 20px; /*need to apply to the p elements because of background image reqts*/
}
html>head:first-child+body #explanation p, html>head:first-child+body #participation p,
html>head:first-child+body #benefits p, html>head:first-child+body #requirements p {
background: transparent url(sectionBack_main.png) repeat-y; /*middle background*/
}
#explanation p.p2, #participation p.p4, #benefits p.p1, #requirements p.p5 {
margin: 0;
padding: 5px 20px 25px 20px;
}
html>head:first-child+body #explanation p.p2, html>head:first-child+body #participation p.p4,
html>head:first-child+body #benefits p.p1, html>head:first-child+body #requirements p.p5 {
background: transparent url(sectionBack_foot.png) no-repeat bottom right; /*last p gets bottom*/
}
#participation { /*see above for comments*/
left: 980px;
}
#participation h3 {
background: transparent url(title_participation.jpg) no-repeat;
}
#benefits {
left: 1280px;
}
#benefits h3 {
background: transparent url(title_benefits.jpg) no-repeat;
}
#requirements {
left: 1580px;
}
#requirements h3 {
background: transparent url(title_requirements.jpg) no-repeat;
}
/*footer stuff - footer will be on the side, floated, and consist of buttons for MOSE, boxes for IE*/
#footer {
position: absolute;
background: transparent;
z-index: 5000;
width: 43px; /*make sure floats go to next line*/
top: 0px;
left: 1880px;
padding: 0;
margin-top: 5px;
}
div#footer a {
display: block; /*for text positioning and link activation*/
background: url(link_background.gif) no-repeat; /*standard link bk for all just for IE*/
border: 1px solid #998;
font-weight: normal;
text-align: center;
}
html>head:first-child+body div#footer a { /*buttons only for MOSE*/
border: 0;
padding-top: 15px;
background: url(footer_back.png) no-repeat;
height: 26px;
}
html>head:first-child+body div#footer a:hover { /*i'm lazy, i just used 2 images instead of pixy method*/
background: url(footer_back_hover.png) no-repeat;
border: 0;
}
/*****************************
link list...here we go...
*****************************/
#linkList a:link, #linkList a:visited, #linkList a:hover, #linkList a:active {
border: 0;
padding: 0;
margin: 0;
}
#linkList2 {
position: absolute;
top: 65px;
left: 750px;
z-index: 2000;
height: 150px;
margin: 0;
padding: 0;
width: 1350px;
}
#linkList2 a {
border: 0;
}
#linkList2 #lselect li > a:first-child {
display: block;
}
#linkList2 ul > li:last-child {
border-bottom: 0;
}
#linkList2 {
list-style-type: none;
font-size: .7em;
}
#linkList2 a {
white-space: normal;
}
#linkList2 a:first-child {
font-size: 1.3em;
}
#linkList2 li:hover {
background: url(link_background.gif) no-repeat;
}
#linkList2 li a:hover {
text-decoration: underline;
border: 0;
background: transparent;
}
#linkList2 li {
padding: 0 3px;
border: 0;
}
html > body #linkList2 li {
margin: 0;
padding: 3px;
border-bottom: 1px solid #887;
}
#lselect, #lfavorites, #larchives, #lresources {
float: left;
}
#lselect h3, #lfavorites h3, #larchives h3, #lresources h3 {
padding-top: 25px;
float: left;
display: block;
height: 150px;
}
#lselect h3 span, #lfavorites h3 span, #larchives h3 span, #lresources h3 span {
padding: 5px;
position: relative;
margin-bottom: 60px;
top: -60px;
color: #776;
font-size: .5em;
background: transparent url(drop_ieBack.gif) no-repeat right;
border: 1px solid #776;
padding-right: 25px;
}
#lselect ul, #lfavorites ul, #larchives ul, #lresources ul {
float: left;
position: relative;
top: -45px;
z-index: 3000;
left: -15px;
}
html > body #lselect h3 {
background: transparent url(drop_lselect.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #lselect h3 span {
display: none;
}
html > body #lselect ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #lselect:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #lselect li {
float: none;
}
#lselect ul {
list-style-type: none;
display: block;
}
html > body #lfavorites h3 {
background: transparent url(drop_favorites.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #lfavorites h3 span {
display: none;
}
html > body #lfavorites ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #lfavorites:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #lfavorites li {
float: none;
}
#lfavorites ul {
list-style-type: none;
display: block;
}
html > body #larchives h3 {
background: transparent url(drop_archives.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #larchives h3 span {
display: none;
}
html > body #larchives ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #larchives:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #larchives li {
float: none;
display: block;
}
#larchives ul {
list-style-type: none;
}
html > body #lresources h3 {
background: transparent url(drop_resources.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #lresources h3 span {
display: none;
}
#lresources ul {
display: block;
}
html > body #lresources ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #lresources:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #lresources li {
float: none;
}
#lresources ul {
list-style-type: none;
}
#extraDiv1 {
display: block;
background: url(noStandards.gif) fixed no-repeat;
position: absolute;
top: 542px;
left: 22px;
width: 330px;
height: 100px;
}
#extraDiv2 {
}
html>body div#extraDiv1 {
display: none;
}
/*html > body #extraDiv1 span {
display: none;
}
/*
thank you very much. try the filet.*/
|
unit/benchmark/src/csszengarden.com.088.css
|
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
/*********************
TYPOGRAPHY
*********************/
body {
font-family: tahoma, arial, helvetica, sans-serif;
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
}
html>body {
font-size: small;
}
#quickSummary {
color: #665;
font-weight: bold;
font-size: .8em;
}
#quickSummary p {
padding: 0 15px;
}
acronym {
cursor: help;
}
/*********************
LINKS
*********************/
a {
white-space: nowrap;
}
a:link {
font-weight: bold;
text-decoration: none;
border: 1px solid #f2f4ee;
color: #776;
padding: 0 1px;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #998;
}
a:hover {
background: url(link_background.gif) no-repeat;
border: 1px solid #776;
padding: 0 1px;
}
a:active {
font-weight: bold;
text-decoration: none;
}
/*********************
ACCESSYPOO
*********************/
span.accesskey {
font-weight: bold;
text-decoration: underline;
}
/**************************
DO THE DIV - LAYOUT
**************************/
/*basics*/
body {
background: #F2F4EE url(background.gif) repeat fixed; /*thanks to squidfingers for the background image*/
margin: 0;
padding: 0;
}
#container {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
}
/*intro stuff*/
#intro {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
z-index: 1000;
}
#pageHeader {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
background: #fff url(headerBack.jpg) repeat-x top left; /*this is the horizontal line bk*/
height: 126px;
width: 2100px;
}
#pageHeader h1 { /*contains the zen text and flowery images*/
margin: 0;
background: transparent url(header.jpg) no-repeat; /*thanks to dubstastic for brushes*/
height: 126px;
}
#pageHeader h1 span { /*get the text out of the way*/
display: none;
}
#pageHeader h2 { /*this text will be integrated into the pictoral header*/
display: none;
}
#quickSummary { /*runs along left side, includes flower and below*/
position: absolute;
top: 126px;
left: 0;
background: transparent url(flower.jpg) no-repeat top left; /*photo (c)2004 <NAME>*/
width: 352px;
padding-top: 301px;
z-index: 500;
}
/*graphic backgrounds are applied to head, paragraphs, and last paragraph*/
#preamble { /*first of boxes, but different in document tree so separate css*/
position: absolute;
background: #f2f4ee;
z-index: 1000;
width: 257px; /*all text boxes are 257px*/
top: 126px;
left: 370px;
padding: 0;
border: solid #998; /*only for IE, overridden later*/
border-width: 0px 1px 1px 1px; /*no top border*/
}
html>head:first-child+body #preamble { /*gets out of the way for IE and opera 6*/
background: transparent url(sectionBack_head.png) no-repeat top right; /*TOP bk w.drop shadow*/
border: 0; /*need to override border in place*/
}
#preamble h3 {
background: transparent url(title_preamble.jpg) no-repeat; /*text with faded flower gradient*/
margin: 0;
padding: 0;
height: 86px;
}
#preamble h3 span {
display: none; /*get text out of the way*/
}
#preamble p {
margin: 0;
padding: 5px 20px; /*cant put background here or IE will see it*/
}
html>head:first-child+body #preamble p { /*only seen by smart browsers that can do png transp*/
background: transparent url(sectionBack_main.png) repeat-y; /*thin repeated background*/
}
#preamble p.p3 {
margin: 0;
padding: 5px 20px 25px 20px;
}
html>head:first-child+body #preamble p.p3 { /*selects last paragraph*/
background: transparent url(sectionBack_foot.png) no-repeat bottom right; /*footer background*/
}
/*next four text boxes are under #supportingtext div*/
#supportingText {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
background: #fff url(bodyBack.jpg) repeat-x; /*use it to get the faded pattern background positioned - again thanks to squidfingers for pattern*/
height: 301px;
width: 2100px; /*same width as header*/
}
#explanation, #participation, #benefits, #requirements {
border: solid #998; /*border only for IE, will be overridden*/
border-width: 0 1px 1px 1px;
background: #f2f4ee;
position: absolute;
z-index: 1000;
width: 257px;
top: 0;
padding: 0;
}
html>head:first-child+body #explanation, html>head:first-child+body #participation,
html>head:first-child+body #benefits, html>head:first-child+body #requirements {
background: transparent url(sectionBack_head.png) no-repeat top right; /*override IE values*/
border: 0;
}
#explanation {
left: 680px;
}
#explanation h3, #participation h3, #benefits h3, #requirements h3 {
margin: 0;
padding: 0;
height: 86px; /*headers need defined height because of image replacement*/
}
#explanation h3 {
background: transparent url(title_about.jpg) no-repeat;
}
#explanation h3 span, #participation h3 span, #requirements h3 span, #benefits h3 span {
display: none; /*for some reason the negative margin didn't work here, so we will use this*/
}
#explanation p, #participation p, #benefits p, #requirements p {
margin: 0;
padding: 5px 20px; /*need to apply to the p elements because of background image reqts*/
}
html>head:first-child+body #explanation p, html>head:first-child+body #participation p,
html>head:first-child+body #benefits p, html>head:first-child+body #requirements p {
background: transparent url(sectionBack_main.png) repeat-y; /*middle background*/
}
#explanation p.p2, #participation p.p4, #benefits p.p1, #requirements p.p5 {
margin: 0;
padding: 5px 20px 25px 20px;
}
html>head:first-child+body #explanation p.p2, html>head:first-child+body #participation p.p4,
html>head:first-child+body #benefits p.p1, html>head:first-child+body #requirements p.p5 {
background: transparent url(sectionBack_foot.png) no-repeat bottom right; /*last p gets bottom*/
}
#participation { /*see above for comments*/
left: 980px;
}
#participation h3 {
background: transparent url(title_participation.jpg) no-repeat;
}
#benefits {
left: 1280px;
}
#benefits h3 {
background: transparent url(title_benefits.jpg) no-repeat;
}
#requirements {
left: 1580px;
}
#requirements h3 {
background: transparent url(title_requirements.jpg) no-repeat;
}
/*footer stuff - footer will be on the side, floated, and consist of buttons for MOSE, boxes for IE*/
#footer {
position: absolute;
background: transparent;
z-index: 5000;
width: 43px; /*make sure floats go to next line*/
top: 0px;
left: 1880px;
padding: 0;
margin-top: 5px;
}
div#footer a {
display: block; /*for text positioning and link activation*/
background: url(link_background.gif) no-repeat; /*standard link bk for all just for IE*/
border: 1px solid #998;
font-weight: normal;
text-align: center;
}
html>head:first-child+body div#footer a { /*buttons only for MOSE*/
border: 0;
padding-top: 15px;
background: url(footer_back.png) no-repeat;
height: 26px;
}
html>head:first-child+body div#footer a:hover { /*i'm lazy, i just used 2 images instead of pixy method*/
background: url(footer_back_hover.png) no-repeat;
border: 0;
}
/*****************************
link list...here we go...
*****************************/
#linkList a:link, #linkList a:visited, #linkList a:hover, #linkList a:active {
border: 0;
padding: 0;
margin: 0;
}
#linkList2 {
position: absolute;
top: 65px;
left: 750px;
z-index: 2000;
height: 150px;
margin: 0;
padding: 0;
width: 1350px;
}
#linkList2 a {
border: 0;
}
#linkList2 #lselect li > a:first-child {
display: block;
}
#linkList2 ul > li:last-child {
border-bottom: 0;
}
#linkList2 {
list-style-type: none;
font-size: .7em;
}
#linkList2 a {
white-space: normal;
}
#linkList2 a:first-child {
font-size: 1.3em;
}
#linkList2 li:hover {
background: url(link_background.gif) no-repeat;
}
#linkList2 li a:hover {
text-decoration: underline;
border: 0;
background: transparent;
}
#linkList2 li {
padding: 0 3px;
border: 0;
}
html > body #linkList2 li {
margin: 0;
padding: 3px;
border-bottom: 1px solid #887;
}
#lselect, #lfavorites, #larchives, #lresources {
float: left;
}
#lselect h3, #lfavorites h3, #larchives h3, #lresources h3 {
padding-top: 25px;
float: left;
display: block;
height: 150px;
}
#lselect h3 span, #lfavorites h3 span, #larchives h3 span, #lresources h3 span {
padding: 5px;
position: relative;
margin-bottom: 60px;
top: -60px;
color: #776;
font-size: .5em;
background: transparent url(drop_ieBack.gif) no-repeat right;
border: 1px solid #776;
padding-right: 25px;
}
#lselect ul, #lfavorites ul, #larchives ul, #lresources ul {
float: left;
position: relative;
top: -45px;
z-index: 3000;
left: -15px;
}
html > body #lselect h3 {
background: transparent url(drop_lselect.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #lselect h3 span {
display: none;
}
html > body #lselect ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #lselect:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #lselect li {
float: none;
}
#lselect ul {
list-style-type: none;
display: block;
}
html > body #lfavorites h3 {
background: transparent url(drop_favorites.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #lfavorites h3 span {
display: none;
}
html > body #lfavorites ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #lfavorites:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #lfavorites li {
float: none;
}
#lfavorites ul {
list-style-type: none;
display: block;
}
html > body #larchives h3 {
background: transparent url(drop_archives.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #larchives h3 span {
display: none;
}
html > body #larchives ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #larchives:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #larchives li {
float: none;
display: block;
}
#larchives ul {
list-style-type: none;
}
html > body #lresources h3 {
background: transparent url(drop_resources.png) no-repeat;
height: 36px;
width: 153px;
padding-top: 0;
float: none;
}
html > body #lresources h3 span {
display: none;
}
#lresources ul {
display: block;
}
html > body #lresources ul {
display: none;
position: relative;
top: 0;
left: 0;
}
html > body #lresources:hover ul {
float: none;
display: block;
background: url(drop_background.png) repeat;
border: 1px solid #776;
margin: 5px;
padding: 5px;
width: 128px;
list-style-type: none;
}
html > body #lresources li {
float: none;
}
#lresources ul {
list-style-type: none;
}
#extraDiv1 {
display: block;
background: url(noStandards.gif) fixed no-repeat;
position: absolute;
top: 542px;
left: 22px;
width: 330px;
height: 100px;
}
#extraDiv2 {
}
html>body div#extraDiv1 {
display: none;
}
/*html > body #extraDiv1 span {
display: none;
}
/*
thank you very much. try the filet.*/
| 0.255994 | 0.044328 |
body {
font-weight: 300;
}
h3 {
font-weight: 300;
margin-bottom: 1rem;
}
h4 {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 1rem;
margin-top: 0.6rem;
}
a {
color: #212529;
}
.header {
width: 100%;
z-index: 9;
background: url("../img/back.png");
border-bottom: #FEC007 0.5rem solid;
}
.header a,
.header a:visited {
color: #eae6c8;
}
.header a:hover,
.header a:active {
color: #b7ad5d;
}
.header .text {
padding: 10rem 0;
color: #e9e7d4;
font-size: 2rem;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#video {
margin: 3.4rem 0;
}
#section-seminar h1 {
margin: 0 0 1rem 0;
}
#section-seminar b {
font-weight: 500;
}
#section-seminar p {
margin-bottom: 0.4rem;
}
#section-seminar #seminar-description {
margin: 0 0 1.4rem 0;
}
#section-seminar .schedule ul {
padding: 0 2rem 0 0;
border-right: 2px solid #ddd;
}
#section-seminar .schedule ul li {
list-style-type: none;
position: relative;
margin: 0 auto;
padding-bottom: 0.7rem;
padding-top: 0.2rem;
}
#section-seminar .schedule ul li .mu-single-event {
background-color: #fff;
-webkit-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
-moz-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
position: relative;
top: 0;
width: 100%;
padding: 1rem;
text-align: left;
}
#section-seminar .schedule ul li .mu-single-event::before {
content: '';
position: absolute;
top: 23px;
width: 0;
height: 0;
right: -15px;
border-style: solid;
border-width: 8px 0 8px 16px;
border-color: transparent transparent transparent #fff;
}
#section-seminar .schedule ul li .mu-event-time::after {
content: '';
position: absolute;
right: -3.6rem;
top: 1.2rem;
transform: translateX(-50%);
height: 24px;
width: 24px;
border-radius: 50%;
background: #ddd;
}
#section-seminar .schedule ul li .mu-event-time {
color: #367bc7;
text-align: right;
font-weight: 600;
}
#section-seminar .schedule ul li .topic {
text-align: right;
font-weight: 400;
color: #586171;
}
#section-seminar .clarify {
font-size: 0.8rem;
}
#section-seminar .details {
padding-left: 1.4rem;
}
#section-seminar .thumbnail img {
height: 6rem;
width: 6rem;
margin-right: 2rem;
}
#section-seminar .thumbnail .caption {
display: inline-block;
top: 0.7rem;
position: relative;
}
#section-seminar {
padding: 4rem 0;
}
#section-qr {
/* background: #f6f6f6; */
padding: 2rem 0;
}
#section-qr .logoacademy {
max-width: 13rem;
margin-top: 3.5rem;
}
#section-qr .logowebcaptitals {
max-width: 7rem;
margin: 1.6rem 0 2rem 0;
}
#section-qr .logoswiss {
margin-top: 2.8rem;
max-width: 12rem;
}
#section-qr a {
color: #3568a7;
}
#section-qr img {
width: 100%;
max-width: 8rem;
margin: 2.6rem 0;
}
.footer {
background: #171502;
color: #e9e7d4;
padding: 0.6rem;
font-size: 0.9rem;
}
@media (max-width: 1200px) {
#video {
margin: 4.8rem 0;
}
}
@media (max-width: 767px) {
#section-seminar {
text-align: center;
}
#section-seminar .schedule ul {
padding: 0;
border-right: 0;
}
#section-seminar .details {
margin-top: 3rem;
}
#section-qr h4 {
text-align: center !important;
}
#section-qr a {
margin-bottom: 2rem;
display: block;
text-align: center !important;
}
.header .text {
padding: 0 0 6rem 0;
}
}
|
css/style.css
|
body {
font-weight: 300;
}
h3 {
font-weight: 300;
margin-bottom: 1rem;
}
h4 {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 1rem;
margin-top: 0.6rem;
}
a {
color: #212529;
}
.header {
width: 100%;
z-index: 9;
background: url("../img/back.png");
border-bottom: #FEC007 0.5rem solid;
}
.header a,
.header a:visited {
color: #eae6c8;
}
.header a:hover,
.header a:active {
color: #b7ad5d;
}
.header .text {
padding: 10rem 0;
color: #e9e7d4;
font-size: 2rem;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#video {
margin: 3.4rem 0;
}
#section-seminar h1 {
margin: 0 0 1rem 0;
}
#section-seminar b {
font-weight: 500;
}
#section-seminar p {
margin-bottom: 0.4rem;
}
#section-seminar #seminar-description {
margin: 0 0 1.4rem 0;
}
#section-seminar .schedule ul {
padding: 0 2rem 0 0;
border-right: 2px solid #ddd;
}
#section-seminar .schedule ul li {
list-style-type: none;
position: relative;
margin: 0 auto;
padding-bottom: 0.7rem;
padding-top: 0.2rem;
}
#section-seminar .schedule ul li .mu-single-event {
background-color: #fff;
-webkit-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
-moz-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
position: relative;
top: 0;
width: 100%;
padding: 1rem;
text-align: left;
}
#section-seminar .schedule ul li .mu-single-event::before {
content: '';
position: absolute;
top: 23px;
width: 0;
height: 0;
right: -15px;
border-style: solid;
border-width: 8px 0 8px 16px;
border-color: transparent transparent transparent #fff;
}
#section-seminar .schedule ul li .mu-event-time::after {
content: '';
position: absolute;
right: -3.6rem;
top: 1.2rem;
transform: translateX(-50%);
height: 24px;
width: 24px;
border-radius: 50%;
background: #ddd;
}
#section-seminar .schedule ul li .mu-event-time {
color: #367bc7;
text-align: right;
font-weight: 600;
}
#section-seminar .schedule ul li .topic {
text-align: right;
font-weight: 400;
color: #586171;
}
#section-seminar .clarify {
font-size: 0.8rem;
}
#section-seminar .details {
padding-left: 1.4rem;
}
#section-seminar .thumbnail img {
height: 6rem;
width: 6rem;
margin-right: 2rem;
}
#section-seminar .thumbnail .caption {
display: inline-block;
top: 0.7rem;
position: relative;
}
#section-seminar {
padding: 4rem 0;
}
#section-qr {
/* background: #f6f6f6; */
padding: 2rem 0;
}
#section-qr .logoacademy {
max-width: 13rem;
margin-top: 3.5rem;
}
#section-qr .logowebcaptitals {
max-width: 7rem;
margin: 1.6rem 0 2rem 0;
}
#section-qr .logoswiss {
margin-top: 2.8rem;
max-width: 12rem;
}
#section-qr a {
color: #3568a7;
}
#section-qr img {
width: 100%;
max-width: 8rem;
margin: 2.6rem 0;
}
.footer {
background: #171502;
color: #e9e7d4;
padding: 0.6rem;
font-size: 0.9rem;
}
@media (max-width: 1200px) {
#video {
margin: 4.8rem 0;
}
}
@media (max-width: 767px) {
#section-seminar {
text-align: center;
}
#section-seminar .schedule ul {
padding: 0;
border-right: 0;
}
#section-seminar .details {
margin-top: 3rem;
}
#section-qr h4 {
text-align: center !important;
}
#section-qr a {
margin-bottom: 2rem;
display: block;
text-align: center !important;
}
.header .text {
padding: 0 0 6rem 0;
}
}
| 0.419291 | 0.105533 |
.news-wrapper-view {
padding: 10px;
}
.news-wrapper-view > div {
position: relative;
}
.news-wrapper-view a.rss-feed {
display: flex;
align-items: center;
}
.news-wrapper-view a.rss-feed .icon {
margin: 0 0 0 4px;
}
.news-wrapper-view a.rss-feed.ui.teal {
background-color: #251 !important;
}
.news-wrapper-view a.rss-feed.ui.teal:hover {
background-color: #397326 !important;
}
.news-wrapper-view span.divider {
width: 1px;
height: 14px;
margin: 0 8px;
background: #e7e7e7;
}
.news-wrapper-view .headline {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
margin: 8px 0 !important;
font-size: 20px;
}
.news-wrapper-view article {
padding: 8px 0;
}
.news-wrapper-view article:not(:first-child) {
border-top: 1px solid #e6e6e6;
}
.news-wrapper-view article .article-headline {
display: flex;
align-items: center;
margin: 0 !important;
cursor: pointer;
font-size: 18px;
font-weight: 600;
}
.news-wrapper-view article .article-headline .icon {
margin-right: 8px;
}
.news-wrapper-view article .article-body {
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.news-wrapper-view article .article-body.expanded {
opacity: 1;
pointer-events: auto;
transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.news-wrapper-view article .article-body .meta-data {
padding: 0;
font-size: 12px;
}
.news-wrapper-view article .article-body .meta-data .format-text {
color: #9a9a9a;
}
.news-wrapper-view article .article-body .meta-data .format-type {
color: #545454;
}
.news-wrapper-view article .article-body .meta-data .text-tab {
display: inline-block;
padding-right: 8px;
}
.news-wrapper-view article .article-body .article-content {
padding: 0;
font-size: 14px;
}
.news-wrapper-view article .article-body .article-content .block {
margin: 0.3em 0;
}
.news-wrapper-view .actions {
position: absolute;
right: 1em;
bottom: 1em;
color: #002d54;
}
.news-wrapper-view .headline a.rss-feed {
opacity: 0.7;
}
.news-wrapper-view .headline a.rss-feed:hover {
opacity: 1;
}
.news-wrapper-view .ui.bottom.attached.segment.tab {
border: none;
}
|
src/News/style.css
|
.news-wrapper-view {
padding: 10px;
}
.news-wrapper-view > div {
position: relative;
}
.news-wrapper-view a.rss-feed {
display: flex;
align-items: center;
}
.news-wrapper-view a.rss-feed .icon {
margin: 0 0 0 4px;
}
.news-wrapper-view a.rss-feed.ui.teal {
background-color: #251 !important;
}
.news-wrapper-view a.rss-feed.ui.teal:hover {
background-color: #397326 !important;
}
.news-wrapper-view span.divider {
width: 1px;
height: 14px;
margin: 0 8px;
background: #e7e7e7;
}
.news-wrapper-view .headline {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
margin: 8px 0 !important;
font-size: 20px;
}
.news-wrapper-view article {
padding: 8px 0;
}
.news-wrapper-view article:not(:first-child) {
border-top: 1px solid #e6e6e6;
}
.news-wrapper-view article .article-headline {
display: flex;
align-items: center;
margin: 0 !important;
cursor: pointer;
font-size: 18px;
font-weight: 600;
}
.news-wrapper-view article .article-headline .icon {
margin-right: 8px;
}
.news-wrapper-view article .article-body {
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.news-wrapper-view article .article-body.expanded {
opacity: 1;
pointer-events: auto;
transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.news-wrapper-view article .article-body .meta-data {
padding: 0;
font-size: 12px;
}
.news-wrapper-view article .article-body .meta-data .format-text {
color: #9a9a9a;
}
.news-wrapper-view article .article-body .meta-data .format-type {
color: #545454;
}
.news-wrapper-view article .article-body .meta-data .text-tab {
display: inline-block;
padding-right: 8px;
}
.news-wrapper-view article .article-body .article-content {
padding: 0;
font-size: 14px;
}
.news-wrapper-view article .article-body .article-content .block {
margin: 0.3em 0;
}
.news-wrapper-view .actions {
position: absolute;
right: 1em;
bottom: 1em;
color: #002d54;
}
.news-wrapper-view .headline a.rss-feed {
opacity: 0.7;
}
.news-wrapper-view .headline a.rss-feed:hover {
opacity: 1;
}
.news-wrapper-view .ui.bottom.attached.segment.tab {
border: none;
}
| 0.654343 | 0.094469 |
@-moz-document domain(facebook.com) {
._5vb_.hasLeftCol #leftCol {
width:290px !important;
}
html ._5vb_.hasLeftCol #contentCol {
margin-left:300px !important;
}
._5plv .uiSideNav .sideNavItem .hasCount,
._5plv .uiSideNav .sideNavItem .noCount {
max-width:245px !important;
}
.homeSideNav,
#pagelet_welcome_box {
background:white !important;
border-radius:3px !important;
padding:12px !important;
border:1px solid !important;
border-color:#e5e6e9 #dfe0e4 #d0d1d5 !important;
}
.homeSideNav {
margin:0 0 10px 0 !important;
}
._5plv .uiSideNav .sideNavItem,
._5plv .uiNarrowSideNav .uiSideNav .sideNavItem {
margin-left:-32px !important;
}
._5plv .uiSideNav .item {
margin-left:32px !important;
}
.homeSideNav .mts.mbm {
margin:0 !important;
}
.homeSideNav .navHeader {
margin-top:0 !important;
}
.fbxWelcomeBoxSmall .fbxWelcomeBoxProfilePic {
height:26px !important;
width:26px !important;
margin-top:2px !important;
}
.fbxWelcomeBoxName {
font-size:20px !important;
font-weight:normal !important;
line-height:30px !important;
font-family:"Trebuchet MS", Helvetica, sans-serif !important;
}
.fbxWelcomeBoxName + a {
line-height:22px !important;
font-size:14px !important;
}
._4lh .fbTimelineTwoColumn[data-side="l"]{
float:none !important;
margin:0 auto !important;
width:700px !important;
border:1px solid !important;
border-color:#e5e6e9 #dfe0e4 #d0d1d5 !important;
border-radius:3px !important;
overflow:hidden !important;
margin-bottom:12px !important;
}
html ._4lh .fbTimelineTwoColumn[data-side="l"] .fbTimelineComposerUnit,
._4lh .fbTimelineUnit[data-side="l"] .fbTimelineUFI,
html ._5vb_._5vb_.hasLeftCol .hasRightCol div#contentArea {
width:700px !important;
}
._4lh .fbTimelineTwoColumn[data-side="l"] .timelineUnitContainer {
width:575px !important;
}
._4lh .fbTimelineCapsule .fbTimelineUnit[data-side="l"] .topBorder,
._4lh .fbTimelineCapsule .fbTimelineUnit[data-side="l"] .bottomBorder,
._5vb_.hasLeftCol ._5r-_ div#rightCol,
._3rbg,
._3rbg ._5vb_.hasLeftCol ._5r-_ div#rightCol,
#appsNav,
#interestsNav {
display:none !important;
}
._4lh .timelineUnitContainer .videoUnit {
width:570px !important;
margin:0 auto !important;
}
.timelineLayout ._2a2q,
._4lh .profilePicChangeUnit {
margin:0 auto !important;
}
.photoUnit .photo {
float:none !important;
}
._4lh .fbTimelineTwoColumn[data-side="l"] .photoUnit .photoWidth1 .photoWrap,
._4lh .fbTimelineTwoColumn .coverPhotoChangeUnit,
._2a2q,
._4-eo,
._5mly,
._6m5 {
margin:0 auto !important;
}
._6lh ._6li,
._8xh,
.uiScrollableArea,
._4lh ._1w-,
._4lh .fbTimelineTwoColumn .coverPhotoChangeUnit,
.fbxWelcomeBoxName,
._5cnd {
width:100% !important;
}
._4_7u {
width:700px !important;
float:none;
margin:0 auto;
}
._6lh ._46-h ._46-i.img {
width:102% !important;
}
._46-h ._46-i {
width:auto !important;
}
#blueBar {
padding-top:0px !important;
}
#pageNav._5bfj .tinyman .headerTinymanPhoto {
margin:4px 0 0 !important;
}
.letterboxedImage.photoWrap {
background:white !important;
width:auto !important;
}
._51mq {
margin-right:3px !important;
}
._bui ._5afe .linkWrap {
max-width:185px !important;
}
#sideNav div .homeSideNav:last-child:after {
content:"Custom Facebook Skin by <NAME>" !important;
}
._6n_ ._6o0 {
margin:0 auto;
}
._55y4 ._bui .sideNavItem {
margin-left:-15px !important;
}
._55y4 ._bui ._5afe {
margin-left:38px !important;
}
._3-96 {
margin-bottom:0 !important;
}
._55y4 #sideNav ._3hge {
padding:0 !important;
}
@media screen and (max-width: 1015px) {
._55y4 ._bui ._5afe {
margin-left:14px !important;
}
}
.tinyViewport ._55y4 ._bui ._5afe {
margin-left:14px !important;
}
.fbxWelcomeBoxSmall .fbxWelcomeBoxSmallRow + .fbxWelcomeBoxSmallRow {
margin-bottom:0 !important;
}
}
|
data/usercss/102313.user.css
|
@-moz-document domain(facebook.com) {
._5vb_.hasLeftCol #leftCol {
width:290px !important;
}
html ._5vb_.hasLeftCol #contentCol {
margin-left:300px !important;
}
._5plv .uiSideNav .sideNavItem .hasCount,
._5plv .uiSideNav .sideNavItem .noCount {
max-width:245px !important;
}
.homeSideNav,
#pagelet_welcome_box {
background:white !important;
border-radius:3px !important;
padding:12px !important;
border:1px solid !important;
border-color:#e5e6e9 #dfe0e4 #d0d1d5 !important;
}
.homeSideNav {
margin:0 0 10px 0 !important;
}
._5plv .uiSideNav .sideNavItem,
._5plv .uiNarrowSideNav .uiSideNav .sideNavItem {
margin-left:-32px !important;
}
._5plv .uiSideNav .item {
margin-left:32px !important;
}
.homeSideNav .mts.mbm {
margin:0 !important;
}
.homeSideNav .navHeader {
margin-top:0 !important;
}
.fbxWelcomeBoxSmall .fbxWelcomeBoxProfilePic {
height:26px !important;
width:26px !important;
margin-top:2px !important;
}
.fbxWelcomeBoxName {
font-size:20px !important;
font-weight:normal !important;
line-height:30px !important;
font-family:"Trebuchet MS", Helvetica, sans-serif !important;
}
.fbxWelcomeBoxName + a {
line-height:22px !important;
font-size:14px !important;
}
._4lh .fbTimelineTwoColumn[data-side="l"]{
float:none !important;
margin:0 auto !important;
width:700px !important;
border:1px solid !important;
border-color:#e5e6e9 #dfe0e4 #d0d1d5 !important;
border-radius:3px !important;
overflow:hidden !important;
margin-bottom:12px !important;
}
html ._4lh .fbTimelineTwoColumn[data-side="l"] .fbTimelineComposerUnit,
._4lh .fbTimelineUnit[data-side="l"] .fbTimelineUFI,
html ._5vb_._5vb_.hasLeftCol .hasRightCol div#contentArea {
width:700px !important;
}
._4lh .fbTimelineTwoColumn[data-side="l"] .timelineUnitContainer {
width:575px !important;
}
._4lh .fbTimelineCapsule .fbTimelineUnit[data-side="l"] .topBorder,
._4lh .fbTimelineCapsule .fbTimelineUnit[data-side="l"] .bottomBorder,
._5vb_.hasLeftCol ._5r-_ div#rightCol,
._3rbg,
._3rbg ._5vb_.hasLeftCol ._5r-_ div#rightCol,
#appsNav,
#interestsNav {
display:none !important;
}
._4lh .timelineUnitContainer .videoUnit {
width:570px !important;
margin:0 auto !important;
}
.timelineLayout ._2a2q,
._4lh .profilePicChangeUnit {
margin:0 auto !important;
}
.photoUnit .photo {
float:none !important;
}
._4lh .fbTimelineTwoColumn[data-side="l"] .photoUnit .photoWidth1 .photoWrap,
._4lh .fbTimelineTwoColumn .coverPhotoChangeUnit,
._2a2q,
._4-eo,
._5mly,
._6m5 {
margin:0 auto !important;
}
._6lh ._6li,
._8xh,
.uiScrollableArea,
._4lh ._1w-,
._4lh .fbTimelineTwoColumn .coverPhotoChangeUnit,
.fbxWelcomeBoxName,
._5cnd {
width:100% !important;
}
._4_7u {
width:700px !important;
float:none;
margin:0 auto;
}
._6lh ._46-h ._46-i.img {
width:102% !important;
}
._46-h ._46-i {
width:auto !important;
}
#blueBar {
padding-top:0px !important;
}
#pageNav._5bfj .tinyman .headerTinymanPhoto {
margin:4px 0 0 !important;
}
.letterboxedImage.photoWrap {
background:white !important;
width:auto !important;
}
._51mq {
margin-right:3px !important;
}
._bui ._5afe .linkWrap {
max-width:185px !important;
}
#sideNav div .homeSideNav:last-child:after {
content:"Custom Facebook Skin by <NAME>" !important;
}
._6n_ ._6o0 {
margin:0 auto;
}
._55y4 ._bui .sideNavItem {
margin-left:-15px !important;
}
._55y4 ._bui ._5afe {
margin-left:38px !important;
}
._3-96 {
margin-bottom:0 !important;
}
._55y4 #sideNav ._3hge {
padding:0 !important;
}
@media screen and (max-width: 1015px) {
._55y4 ._bui ._5afe {
margin-left:14px !important;
}
}
.tinyViewport ._55y4 ._bui ._5afe {
margin-left:14px !important;
}
.fbxWelcomeBoxSmall .fbxWelcomeBoxSmallRow + .fbxWelcomeBoxSmallRow {
margin-bottom:0 !important;
}
}
| 0.182753 | 0.056835 |
.mainPage--content{display: none}
.articul input{
max-width: 50px;
overflow: hidden;
border: none;
background: transparent;
}
.span12.pull-right{
margin-bottom: 10px;
}
.input-append.span12{
max-width: 250px;
width: 250px;
}
.input-append.span12 input{width: 90%;}
.btn-rotate{
float: left;
margin-top: 1px;
margin-left: 22px;
border-radius: 0;
}
.table-striped td a.remove__product{
position: absolute;
right: 80%;
}
.search input{
padding-right: 4px \9;
padding-left: 4px \9;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid #ccc4b8;
border-radius: 0;
padding: 7px 10px 5px 10px;
}
.card .table tbody td:first-child, .card .table thead th:first-child{
padding: 0 !important;
}
.fht-cell input, .fht-cell select{
padding-right: 4px \9;
padding-left: 4px \9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid #ccc4b8;
border-radius: 0;
padding: 7px 10px 5px 10px;
max-width: 80%;
margin: 0 auto;
}
.fixed-table-container thead th .sortable{
cursor: pointer;
background-position: right;
background-repeat: no-repeat;
padding-right: 0 !important;
text-align: center;
padding-left: 0 !important;
}
.bootstrap-table .table thead>tr>th{
padding-bottom: 15px !important;
}
.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search{
float: right !important;
}
.table-full-width{
margin: 0 !important;
}
.header--add--buttons .col-md-12{padding: 0}
.header--add--buttons{
float: left;
padding: 0;
}
.header--add--buttons i:hover{
color: #63a3ff;
}
.upload--buttons, .update--buttons, .remove--buttons {
font-size: 30px;
border: none;
background: transparent;
margin-right: 20px;
float: left;
padding: 0;
}
.update--buttons i{
margin-top: 5px;
}
.modal-footer .btn:hover{
background: transparent;
}
.sorting__Option {
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgb(204, 196, 184);
padding: 6px 10px 3px 10px;
text-align: center;
float: none;
border-radius: 0;
margin-bottom: 10px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 6px;
background: url(../../img/sel__Arrow.png) white no-repeat 98.5% !important;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.table > tbody > tr{
border: 1px solid #f4f3ef !important;
border-left: 0 !important;
border-right: 0 !important;
}
.header--add--buttons button{
background: #63a3ff;
color: #fff;
padding: 6px 10px 4px 10px;
float: right;
margin-bottom: 10px;
position: absolute;
right: -100px;
top: 20px;
}
.file-input-wrapper{
border-radius: 0;
border: 1px solid #a6a6a6;
background: #fff;
float: left;
padding: 5px 10px 4px 10px;
margin-bottom: 10px;
margin-right: 6px;
}
.file-input-wrapper:hover{
background: transparent;
}
.alert-danger{
position: fixed;
top: 10px;
z-index: 999;
right: 10px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert--xsl{
top: 60px;
}
.productsArt input{
max-width: 100% !important;
}
.table.table-striped th{
font-weight: normal;
}
.for_Supliers{
right: -340px !important;
width: auto;
}
.produtsTablePage .remove__product{
right: 0 !important;
}
.clearAll{
background: #63a3ff;
color: #fff;
padding: 6px 10px 4px 10px;
top: 20px;
margin-right: 50px;
}
.saveAll{
background: #63a3ff;
color: #fff;
padding: 6px 10px 4px 10px;
top: 20px;
}
#closeAll{
display: none;
}
.input-append{
padding-top: 10px;
text-align: center;
}
.availability{
border-radius: initial;
}
.checkCounter{
margin-top: 0;
}
|
public/css/admin/products.css
|
.mainPage--content{display: none}
.articul input{
max-width: 50px;
overflow: hidden;
border: none;
background: transparent;
}
.span12.pull-right{
margin-bottom: 10px;
}
.input-append.span12{
max-width: 250px;
width: 250px;
}
.input-append.span12 input{width: 90%;}
.btn-rotate{
float: left;
margin-top: 1px;
margin-left: 22px;
border-radius: 0;
}
.table-striped td a.remove__product{
position: absolute;
right: 80%;
}
.search input{
padding-right: 4px \9;
padding-left: 4px \9;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid #ccc4b8;
border-radius: 0;
padding: 7px 10px 5px 10px;
}
.card .table tbody td:first-child, .card .table thead th:first-child{
padding: 0 !important;
}
.fht-cell input, .fht-cell select{
padding-right: 4px \9;
padding-left: 4px \9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid #ccc4b8;
border-radius: 0;
padding: 7px 10px 5px 10px;
max-width: 80%;
margin: 0 auto;
}
.fixed-table-container thead th .sortable{
cursor: pointer;
background-position: right;
background-repeat: no-repeat;
padding-right: 0 !important;
text-align: center;
padding-left: 0 !important;
}
.bootstrap-table .table thead>tr>th{
padding-bottom: 15px !important;
}
.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search{
float: right !important;
}
.table-full-width{
margin: 0 !important;
}
.header--add--buttons .col-md-12{padding: 0}
.header--add--buttons{
float: left;
padding: 0;
}
.header--add--buttons i:hover{
color: #63a3ff;
}
.upload--buttons, .update--buttons, .remove--buttons {
font-size: 30px;
border: none;
background: transparent;
margin-right: 20px;
float: left;
padding: 0;
}
.update--buttons i{
margin-top: 5px;
}
.modal-footer .btn:hover{
background: transparent;
}
.sorting__Option {
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgb(204, 196, 184);
padding: 6px 10px 3px 10px;
text-align: center;
float: none;
border-radius: 0;
margin-bottom: 10px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 6px;
background: url(../../img/sel__Arrow.png) white no-repeat 98.5% !important;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.table > tbody > tr{
border: 1px solid #f4f3ef !important;
border-left: 0 !important;
border-right: 0 !important;
}
.header--add--buttons button{
background: #63a3ff;
color: #fff;
padding: 6px 10px 4px 10px;
float: right;
margin-bottom: 10px;
position: absolute;
right: -100px;
top: 20px;
}
.file-input-wrapper{
border-radius: 0;
border: 1px solid #a6a6a6;
background: #fff;
float: left;
padding: 5px 10px 4px 10px;
margin-bottom: 10px;
margin-right: 6px;
}
.file-input-wrapper:hover{
background: transparent;
}
.alert-danger{
position: fixed;
top: 10px;
z-index: 999;
right: 10px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert--xsl{
top: 60px;
}
.productsArt input{
max-width: 100% !important;
}
.table.table-striped th{
font-weight: normal;
}
.for_Supliers{
right: -340px !important;
width: auto;
}
.produtsTablePage .remove__product{
right: 0 !important;
}
.clearAll{
background: #63a3ff;
color: #fff;
padding: 6px 10px 4px 10px;
top: 20px;
margin-right: 50px;
}
.saveAll{
background: #63a3ff;
color: #fff;
padding: 6px 10px 4px 10px;
top: 20px;
}
#closeAll{
display: none;
}
.input-append{
padding-top: 10px;
text-align: center;
}
.availability{
border-radius: initial;
}
.checkCounter{
margin-top: 0;
}
| 0.415847 | 0.11808 |
@charset "UTF-8";
/* ------------------------------------ *\
ALERT
\* ------------------------------------ */
.fr-alert {
position: relative;
padding: 1rem 2.25rem 0.75rem 3.5rem;
--title-spacing: 0 0 0.25rem;
--text-spacing: 0 0 0.25rem;
box-shadow: inset 0 0 0 1px var(--border-plain-grey), inset 2.5rem 0 0 0 var(--background-flat-grey);
}
.fr-alert::before {
font: normal normal normal 1.5rem/1 dsfr-icon;
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.5rem;
color: var(--text-inverted-white);
}
.fr-alert__title {
font-weight: 700;
font-size: 1.125rem;
line-height: 1.5rem;
}
.fr-alert .fr-link--close {
position: absolute;
top: 0.25rem;
right: 0.75rem;
font-size: 0.875rem;
line-height: 1.5rem;
min-height: 2rem;
padding: 0.25rem 0.75rem;
border-radius: 1rem;
flex-direction: row;
overflow: hidden;
max-width: 2rem;
max-height: 2rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.fr-alert .fr-link--close::before {
font: normal normal normal 1rem/1 dsfr-icon;
margin-left: 0;
margin-right: 0.5rem;
font-size: 1rem;
}
.fr-alert + .fr-alert {
margin-top: 1rem;
}
.fr-alert--info::before {
content: "";
}
.fr-alert--success::before {
content: "";
}
.fr-alert--error::before {
content: "";
}
.fr-alert--warning::before {
content: "";
}
.fr-alert--sm {
padding: 0.5rem 2.25rem 0.25rem 3rem;
}
.fr-alert--sm::before {
padding: 0.5rem 0.5rem;
}
.fr-alert--info {
box-shadow: inset 0 0 0 1px var(--border-plain-info), inset 2.5rem 0 0 0 var(--background-flat-info);
}
.fr-alert--error {
box-shadow: inset 0 0 0 1px var(--border-plain-error), inset 2.5rem 0 0 0 var(--background-flat-error);
}
.fr-alert--success {
box-shadow: inset 0 0 0 1px var(--border-plain-success), inset 2.5rem 0 0 0 var(--background-flat-success);
}
.fr-alert--warning {
box-shadow: inset 0 0 0 1px var(--border-plain-warning), inset 2.5rem 0 0 0 var(--background-flat-warning);
}
@media (min-width: 48em) {
.fr-alert__title {
font-size: 1.25rem;
line-height: 1.75rem;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.fr-alert {
box-shadow: inset 0 0 0 1px #3a3a3a, inset 2.5rem 0 0 0 #3a3a3a;
}
.fr-alert::before {
color: #fff;
}
.fr-alert--info {
box-shadow: inset 0 0 0 1px #0063cb, inset 2.5rem 0 0 0 #0063cb;
}
.fr-alert--error {
box-shadow: inset 0 0 0 1px #ce0500, inset 2.5rem 0 0 0 #ce0500;
}
.fr-alert--success {
box-shadow: inset 0 0 0 1px #18753c, inset 2.5rem 0 0 0 #18753c;
}
.fr-alert--warning {
box-shadow: inset 0 0 0 1px #b34000, inset 2.5rem 0 0 0 #b34000;
}
}
|
static/dsfr-v1.2.0/dist/component/alert/alert.css
|
@charset "UTF-8";
/* ------------------------------------ *\
ALERT
\* ------------------------------------ */
.fr-alert {
position: relative;
padding: 1rem 2.25rem 0.75rem 3.5rem;
--title-spacing: 0 0 0.25rem;
--text-spacing: 0 0 0.25rem;
box-shadow: inset 0 0 0 1px var(--border-plain-grey), inset 2.5rem 0 0 0 var(--background-flat-grey);
}
.fr-alert::before {
font: normal normal normal 1.5rem/1 dsfr-icon;
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.5rem;
color: var(--text-inverted-white);
}
.fr-alert__title {
font-weight: 700;
font-size: 1.125rem;
line-height: 1.5rem;
}
.fr-alert .fr-link--close {
position: absolute;
top: 0.25rem;
right: 0.75rem;
font-size: 0.875rem;
line-height: 1.5rem;
min-height: 2rem;
padding: 0.25rem 0.75rem;
border-radius: 1rem;
flex-direction: row;
overflow: hidden;
max-width: 2rem;
max-height: 2rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.fr-alert .fr-link--close::before {
font: normal normal normal 1rem/1 dsfr-icon;
margin-left: 0;
margin-right: 0.5rem;
font-size: 1rem;
}
.fr-alert + .fr-alert {
margin-top: 1rem;
}
.fr-alert--info::before {
content: "";
}
.fr-alert--success::before {
content: "";
}
.fr-alert--error::before {
content: "";
}
.fr-alert--warning::before {
content: "";
}
.fr-alert--sm {
padding: 0.5rem 2.25rem 0.25rem 3rem;
}
.fr-alert--sm::before {
padding: 0.5rem 0.5rem;
}
.fr-alert--info {
box-shadow: inset 0 0 0 1px var(--border-plain-info), inset 2.5rem 0 0 0 var(--background-flat-info);
}
.fr-alert--error {
box-shadow: inset 0 0 0 1px var(--border-plain-error), inset 2.5rem 0 0 0 var(--background-flat-error);
}
.fr-alert--success {
box-shadow: inset 0 0 0 1px var(--border-plain-success), inset 2.5rem 0 0 0 var(--background-flat-success);
}
.fr-alert--warning {
box-shadow: inset 0 0 0 1px var(--border-plain-warning), inset 2.5rem 0 0 0 var(--background-flat-warning);
}
@media (min-width: 48em) {
.fr-alert__title {
font-size: 1.25rem;
line-height: 1.75rem;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.fr-alert {
box-shadow: inset 0 0 0 1px #3a3a3a, inset 2.5rem 0 0 0 #3a3a3a;
}
.fr-alert::before {
color: #fff;
}
.fr-alert--info {
box-shadow: inset 0 0 0 1px #0063cb, inset 2.5rem 0 0 0 #0063cb;
}
.fr-alert--error {
box-shadow: inset 0 0 0 1px #ce0500, inset 2.5rem 0 0 0 #ce0500;
}
.fr-alert--success {
box-shadow: inset 0 0 0 1px #18753c, inset 2.5rem 0 0 0 #18753c;
}
.fr-alert--warning {
box-shadow: inset 0 0 0 1px #b34000, inset 2.5rem 0 0 0 #b34000;
}
}
| 0.476092 | 0.115112 |
body { background-color: #fff; font-family: verdana, arial, halvetica,
sans-serif; font-size: 12px; text-align: center;/*IE*/
min-width: 760px;/*NS*/ }
h1 { color: #0E3D8B; size: 2em; line-height: .8em; margin: 0; padding: .4em; }
h2 { font-size: 1.2em; border-bottom: 1px solid #000; }
h3 { font-size: 1.2em; }
h5 { font-size: 1.0em; margin-bottom: .4em; }
/* links */
a:link, a:visited, a:hover, a:active { text-decoration: none; color: #1c4493;
border-bottom: 1px dotted #1c4493; font-weight: normal; }
a:link, a:visited {}
a:hover { border-bottom: 1px solid #1c4493; }
a:active {}
/* headerContainer */
#headerContainer { width: 100%; background-color: #fff; }
/* header */
#header { width: 760px; margin: 0 auto; padding: 12px 0 10px 0; }
#header img { border: none; }
/* contentContainer*/
#contentContainer { width: 100%; padding: 10px 0 0 0;
background-image: url(bg_content.png);
background-repeat: repeat-x; background-color: #cab590;
border-top: 1px solid #333; }
/* mainNavContainer*/
#mainNavContainer { width: 760px; margin: 0 auto; }
/* mainNav */
#mainNav { width: 100%; margin: 0; padding: 10px 0 0 0; list-style: none;
background: transparent; float: left; }
#mainNav li { float: left; margin: 0; padding: 0; font-family: "Lucida Grande",
sans-serif; font-weight: bold; }
#mainNav a { float: left; display: block; margin: 0 8px 0 0;
padding: 4px 8px 4px 8px; color: #666; text-decoration: none;
border: 1px solid #666; border-right: 2px solid #666; border-bottom: none;
background: #cacaca url(bg_nav.png) repeat-x top left; }
#mainNav a:hover,
body.home #tabHome a,
body.about #tabAbout a,
body.resources #tabResources a,
body.FAQ #tabFAQ a,
body.download #tabDownload a
{ color: #000; border-color: #727377; background: #fff;
border-bottom: 1px solid #fff; }
/* content */
#content { width: 760px; margin: -1px auto 0 auto; padding: 0 0 2em 0;
line-height: 1.6em; clear: right; background-color: #fff;
border: 1px solid #666; border-right: 2px solid #666;
border-bottom: 2px solid #666; }
#contentMain { width: 560px; float: right; text-align: left;
margin: 10px 20px 20px 0; }
#contentMain img { border: none; }
/* nav */
#nav { width: 140px; float: left; padding: 10px 5px 20px 15px; }
#nav ul, #nav li { margin: 0; padding: 0; list-style-type: none; }
#nav ul { display: block; text-align: left; }
#nav li { display: inline; text-align: left; }
#nav li a { display: block; text-decoration: none; margin: 0;
padding: .2em .2em .2em .2em; border-bottom: 1px solid #1c4493;
font-weight: normal; }
#nav li a:link, #nav li a:visited { color: #1c4493; font-weight: normal; }
#nav li a:hover { border-bottom: 1px solid #1c4493; color: #1c4493;
font-weight: normal; text-decoration: none; background: #fff
url(bg_subnav.png) repeat-x bottom left; }
#nav li a:active { color: #1c4493; }
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover
#nav li.current a:active { border-bottom: 1px solid #1c4493;
font-weight: bold; }
#navLogos { margin-top: 25px; }
#navLogos img { border: none; margin: 25px 0; }
#navLogos a { border: none; }
#nav h5 { font-weight: normal; border-bottom: 1px solid #666;
text-align: left; color: #666; font-size: .9em; }
#nav ul.navPackages li { font-size: .9em; }
#nav ul.navPackages a { border: none; padding: 0; margin: 0; }
#nav ul.navPackages a:hover, #nav ul.navPackages a:active { background: none;
text-decoration: underline; }
/* breadcrumb */
div.breadcrumb { border-bottom: 1px solid #d7d7d7; padding: .2em 0; margin: 0 0 2em 0; }
div.breadcrumb a:link, div.breadcrumb a:visited, div.breadcrumb a:hover,
div.breadcrumb a:active { text-decoration: none; color: #1c4493;
border-bottom: none; font-weight: normal; }
/* releaseBox */
div.releaseBoxContainer { width: 300px; float: right; margin: 0;
padding: 0 0 0 20px; }
div.releaseBox { width: 280px; float: right; margin: 10px 0 10px 0;
padding: 0 1em 1em 1em; background: #fff url(bg_box.png) repeat-x top left;
border-top: 1px solid #666; border-left: 1px solid #666;
border-right: 2px solid #666; border-bottom: 2px solid #666; }
div.releaseBox p { margin: .5em 0; }
body#home div#content h2 { border: none; }
/* footerContainer*/
#footerContainer { width: 100%; background-image: url(bg_footer.png);
background-repeat: repeat-x; background-color: #eee5d3; }
/* footer */
#footer { width: 760px; clear: both; padding: 10px; margin: 0 auto;
text-align: center; font-size: .9em; }
#footer h5 a:link, #footer h5 a:visited, #footer h5 a:hover,
#footer h5 a:active { font-weight: normal; font-size: 1.2em;
border-bottom: 1px solid #000; display: block; }
#footer h5 a:hover, #footer h5 a:active { text-decoration: none; color: #000; }
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
font-weight: normal; border: none; }
#footer a:hover, #footer a:active { text-decoration: underline; }
/* footerColumn */
.footerColumn { float: left; text-align: left; padding: 0 10px; width: 100px; }
.footerColumn ul { list-style: none; margin: 0; }
.footerColumn ul li a { color: #000; }
/* smallPrint */
table#smallPrint { width: 100%; border-top: 1px solid #999; font-size: 1em; }
table#smallPrint td { padding: .2em .5em; }
table#smallPrint td.left { text-align: left; }
table#smallPrint td.right { text-align: right; }
/* logosContainer*/
#logosContainer { width: 100%; background: #fff url(bg_logo.png)
repeat-x top left; }
/* logos */
#logos { width: 760px; clear: both; padding: 25px; margin: 0 auto;
text-align: center; }
#logos img { border: none; padding: 10px 25px; }
#logos a { border: none; }
|
web/common/main.css
|
body { background-color: #fff; font-family: verdana, arial, halvetica,
sans-serif; font-size: 12px; text-align: center;/*IE*/
min-width: 760px;/*NS*/ }
h1 { color: #0E3D8B; size: 2em; line-height: .8em; margin: 0; padding: .4em; }
h2 { font-size: 1.2em; border-bottom: 1px solid #000; }
h3 { font-size: 1.2em; }
h5 { font-size: 1.0em; margin-bottom: .4em; }
/* links */
a:link, a:visited, a:hover, a:active { text-decoration: none; color: #1c4493;
border-bottom: 1px dotted #1c4493; font-weight: normal; }
a:link, a:visited {}
a:hover { border-bottom: 1px solid #1c4493; }
a:active {}
/* headerContainer */
#headerContainer { width: 100%; background-color: #fff; }
/* header */
#header { width: 760px; margin: 0 auto; padding: 12px 0 10px 0; }
#header img { border: none; }
/* contentContainer*/
#contentContainer { width: 100%; padding: 10px 0 0 0;
background-image: url(bg_content.png);
background-repeat: repeat-x; background-color: #cab590;
border-top: 1px solid #333; }
/* mainNavContainer*/
#mainNavContainer { width: 760px; margin: 0 auto; }
/* mainNav */
#mainNav { width: 100%; margin: 0; padding: 10px 0 0 0; list-style: none;
background: transparent; float: left; }
#mainNav li { float: left; margin: 0; padding: 0; font-family: "Lucida Grande",
sans-serif; font-weight: bold; }
#mainNav a { float: left; display: block; margin: 0 8px 0 0;
padding: 4px 8px 4px 8px; color: #666; text-decoration: none;
border: 1px solid #666; border-right: 2px solid #666; border-bottom: none;
background: #cacaca url(bg_nav.png) repeat-x top left; }
#mainNav a:hover,
body.home #tabHome a,
body.about #tabAbout a,
body.resources #tabResources a,
body.FAQ #tabFAQ a,
body.download #tabDownload a
{ color: #000; border-color: #727377; background: #fff;
border-bottom: 1px solid #fff; }
/* content */
#content { width: 760px; margin: -1px auto 0 auto; padding: 0 0 2em 0;
line-height: 1.6em; clear: right; background-color: #fff;
border: 1px solid #666; border-right: 2px solid #666;
border-bottom: 2px solid #666; }
#contentMain { width: 560px; float: right; text-align: left;
margin: 10px 20px 20px 0; }
#contentMain img { border: none; }
/* nav */
#nav { width: 140px; float: left; padding: 10px 5px 20px 15px; }
#nav ul, #nav li { margin: 0; padding: 0; list-style-type: none; }
#nav ul { display: block; text-align: left; }
#nav li { display: inline; text-align: left; }
#nav li a { display: block; text-decoration: none; margin: 0;
padding: .2em .2em .2em .2em; border-bottom: 1px solid #1c4493;
font-weight: normal; }
#nav li a:link, #nav li a:visited { color: #1c4493; font-weight: normal; }
#nav li a:hover { border-bottom: 1px solid #1c4493; color: #1c4493;
font-weight: normal; text-decoration: none; background: #fff
url(bg_subnav.png) repeat-x bottom left; }
#nav li a:active { color: #1c4493; }
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover
#nav li.current a:active { border-bottom: 1px solid #1c4493;
font-weight: bold; }
#navLogos { margin-top: 25px; }
#navLogos img { border: none; margin: 25px 0; }
#navLogos a { border: none; }
#nav h5 { font-weight: normal; border-bottom: 1px solid #666;
text-align: left; color: #666; font-size: .9em; }
#nav ul.navPackages li { font-size: .9em; }
#nav ul.navPackages a { border: none; padding: 0; margin: 0; }
#nav ul.navPackages a:hover, #nav ul.navPackages a:active { background: none;
text-decoration: underline; }
/* breadcrumb */
div.breadcrumb { border-bottom: 1px solid #d7d7d7; padding: .2em 0; margin: 0 0 2em 0; }
div.breadcrumb a:link, div.breadcrumb a:visited, div.breadcrumb a:hover,
div.breadcrumb a:active { text-decoration: none; color: #1c4493;
border-bottom: none; font-weight: normal; }
/* releaseBox */
div.releaseBoxContainer { width: 300px; float: right; margin: 0;
padding: 0 0 0 20px; }
div.releaseBox { width: 280px; float: right; margin: 10px 0 10px 0;
padding: 0 1em 1em 1em; background: #fff url(bg_box.png) repeat-x top left;
border-top: 1px solid #666; border-left: 1px solid #666;
border-right: 2px solid #666; border-bottom: 2px solid #666; }
div.releaseBox p { margin: .5em 0; }
body#home div#content h2 { border: none; }
/* footerContainer*/
#footerContainer { width: 100%; background-image: url(bg_footer.png);
background-repeat: repeat-x; background-color: #eee5d3; }
/* footer */
#footer { width: 760px; clear: both; padding: 10px; margin: 0 auto;
text-align: center; font-size: .9em; }
#footer h5 a:link, #footer h5 a:visited, #footer h5 a:hover,
#footer h5 a:active { font-weight: normal; font-size: 1.2em;
border-bottom: 1px solid #000; display: block; }
#footer h5 a:hover, #footer h5 a:active { text-decoration: none; color: #000; }
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
font-weight: normal; border: none; }
#footer a:hover, #footer a:active { text-decoration: underline; }
/* footerColumn */
.footerColumn { float: left; text-align: left; padding: 0 10px; width: 100px; }
.footerColumn ul { list-style: none; margin: 0; }
.footerColumn ul li a { color: #000; }
/* smallPrint */
table#smallPrint { width: 100%; border-top: 1px solid #999; font-size: 1em; }
table#smallPrint td { padding: .2em .5em; }
table#smallPrint td.left { text-align: left; }
table#smallPrint td.right { text-align: right; }
/* logosContainer*/
#logosContainer { width: 100%; background: #fff url(bg_logo.png)
repeat-x top left; }
/* logos */
#logos { width: 760px; clear: both; padding: 25px; margin: 0 auto;
text-align: center; }
#logos img { border: none; padding: 10px 25px; }
#logos a { border: none; }
| 0.312685 | 0.113555 |
.shadow{
box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.booking_requests_transactions.\__hidden {
display: none;
}
.booking_requests_transactions.guest {
background: #FFFFFF;
-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px;
margin-top: 18px;
}
.booking_requests_transactions > div {
width: 100%;
}
.booking_requests_transactions > div > div {
padding: 0px 24px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
.booking_requests_transactions > div > div {
padding: 0px 3%;
}
}
.booking_requests_transactions .transactions_table__header {
background-color: #F4F7FA;
height: 36px;
}
.booking_requests_transactions .transactions_table__header > div {
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
color: #4A586B;
}
.booking_requests_transactions .transactions_table__row:not(:last-child) {
border-bottom: 1px solid #EBEBEB;
}
.booking_requests_transactions .transactions_table__row > div {
padding-top: 8px;
padding-bottom: 8px;
}
.booking_requests_transactions .transactions_table__row .date {
font-size: 12px;
color: #989E9F;
}
.booking_requests_transactions .transactions_table__row .concept {
font-size: 12px;
}
.booking_requests_transactions .transactions_table__row .amount {
font-size: 12px;
color: #00bf99;
}
.booking_requests_transactions .transactions_table__row .status > div {
display: inline-block;
border-radius: 14px;
}
.booking_requests_transactions .transactions_table__row .status > div > div {
position: relative;
top: -2px;
font-size: 10px;
font-weight: 600;
letter-spacing: 1%;
text-transform: capitalize;
padding: 0px 10px;
}
.booking_requests_transactions .transactions_table__row .status.\__pending > div {
background-color: #f9ecc9;
}
.booking_requests_transactions .transactions_table__row .status.\__pending > div > span {
color: #62321F;
}
.booking_requests_transactions .transactions_table__row .status.\__succeeded > div {
background-color: #D5EDE9;
}
.booking_requests_transactions .transactions_table__row .status.\__succeeded > div > span {
color: #138771;
}
.booking_requests_transactions .transactions_table__row .status.\__started > div {
background-color: #F4F7FA;
}
.booking_requests_transactions .transactions_table__row .status.\__started > div > span {
color: #4A586B;
}
|
src/Table.module.css
|
.shadow{
box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.booking_requests_transactions.\__hidden {
display: none;
}
.booking_requests_transactions.guest {
background: #FFFFFF;
-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px;
margin-top: 18px;
}
.booking_requests_transactions > div {
width: 100%;
}
.booking_requests_transactions > div > div {
padding: 0px 24px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
.booking_requests_transactions > div > div {
padding: 0px 3%;
}
}
.booking_requests_transactions .transactions_table__header {
background-color: #F4F7FA;
height: 36px;
}
.booking_requests_transactions .transactions_table__header > div {
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
color: #4A586B;
}
.booking_requests_transactions .transactions_table__row:not(:last-child) {
border-bottom: 1px solid #EBEBEB;
}
.booking_requests_transactions .transactions_table__row > div {
padding-top: 8px;
padding-bottom: 8px;
}
.booking_requests_transactions .transactions_table__row .date {
font-size: 12px;
color: #989E9F;
}
.booking_requests_transactions .transactions_table__row .concept {
font-size: 12px;
}
.booking_requests_transactions .transactions_table__row .amount {
font-size: 12px;
color: #00bf99;
}
.booking_requests_transactions .transactions_table__row .status > div {
display: inline-block;
border-radius: 14px;
}
.booking_requests_transactions .transactions_table__row .status > div > div {
position: relative;
top: -2px;
font-size: 10px;
font-weight: 600;
letter-spacing: 1%;
text-transform: capitalize;
padding: 0px 10px;
}
.booking_requests_transactions .transactions_table__row .status.\__pending > div {
background-color: #f9ecc9;
}
.booking_requests_transactions .transactions_table__row .status.\__pending > div > span {
color: #62321F;
}
.booking_requests_transactions .transactions_table__row .status.\__succeeded > div {
background-color: #D5EDE9;
}
.booking_requests_transactions .transactions_table__row .status.\__succeeded > div > span {
color: #138771;
}
.booking_requests_transactions .transactions_table__row .status.\__started > div {
background-color: #F4F7FA;
}
.booking_requests_transactions .transactions_table__row .status.\__started > div > span {
color: #4A586B;
}
| 0.37502 | 0.122655 |
.ja-megamenu a.over, .ja-megamenu a.active { color: #333; }
ul.megamenu { margin: 20px; }
/* 0v - 0 and below
-----------------------------------*/
.ja-megamenu ul.level0 {
font-family: 'PT Sans',sans-serif;
}
.ja-megamenu ul.level0 > li.mega > a.mega {
color: #fff;
padding: 0 15px;
height: 40px;
line-height: 40px;
border-right: 1px solid #111;
border-left: 1px solid #333;
font-weight: normal;
text-transform: uppercase;
font-size: 100%;
}
.ja-megamenu ul.level0 > li.mega > a.over { background: #000; }
.ja-megamenu ul.level0 > li.active > a.mega {
background: url(../../images/grad.png) repeat-x left top #e55f43;
border: 1px solid #f54f27;
height: 38px;
line-height: 38px;
color: #fff;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.ja-megamenu ul.level0 li.haschild > a.mega > span.menu-title,
.ja-megamenu ul.level0 li.haschild-over > a.mega > span.menu-title {
background-image: url(../../images/arrow3.png);
background-position: right center;
background-repeat: no-repeat;
padding-left: 0;
padding-right: 12px;
}
.ja-megamenu ul.level0 li.active.haschild > a.mega > span.menu-title,
.ja-megamenu ul.level0 li.active.haschild-over > a.mega > span.menu-title {
background-image: url(../../images/arrow2.png);
}
.ja-megamenu ul.level0 li.mega .has-image {
background-position: left 10px;
}
/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { background: #101010; border: 1px solid #1a1a1a; margin-bottom: 8px; }
.ja-megamenu ul.level1 li.over,
.ja-megamenu ul.level1 li.active {
border-color: #f74f27;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9795b), to(#e65c3f)); /* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #f9795b, #e65c3f); /* Firefox 3.6+ */
background: -moz-linear-gradient(top, #f9795b, #e65c3f); /* IE 10 */
background: -ms-linear-gradient(top, #f9795b, #e65c3f); /* Opera 11.10+ */
background: -o-linear-gradient(top, #f9795b, #e65c3f);
background-color: #f9795b;
}
.ja-megamenu ul.level1 li.last { margin-bottom: 0; }
.ja-megamenu ul.level1 li.mega a.mega { border: 0; color: #999; }
.ja-megamenu ul.level1 li.over a.over,
.ja-megamenu ul.level1 li.active a.active { color: #fff; }
.ja-megamenu ul.level1 li.haschild > a.mega > span.menu-title,
.ja-megamenu ul.level1 li.active.haschild > a.mega > span.menu-title {
background-image: url(../../images/arrow4.png);
}
.ja-megamenu ul.level1 li.haschild-over > a.mega > span.menu-title,
.ja-megamenu ul.level1 li.active.haschild-over > a.mega > span.menu-title {
background-image: url(../../images/arrow5.png);
}
/* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
background: #000;
border-top: 0;
color: #333;
}
.ja-megamenu .level1 .childcontent-inner { }
.ja-megamenu .childcontent ul.megamenu .ja-moduletable {
margin: 0;
color: #333;
}
.ja-megamenu .childcontent .ja-moduletable .ja-box-ct { padding: 0; }
.ja-megamenu .childcontent ul.megamenu .ja-moduletable h3 {
background: none;
border-bottom: 1px dotted #ccc;
text-transform: uppercase;
}
/* Grouped --- */
.ja-megamenu .megacol.column2 {
background: url(../../images/mega-line.gif) repeat-y left top;
}
.ja-megamenu ul.level1 li.group {
background: none;
margin: 0;
border: 0;
}
.ja-megamenu ul.level1 li.group a.group {
padding: 0 0 10px;
}
.ja-megamenu .group-title { }
.ja-megamenu .group-title .menu-title {
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 100%;
}
.ja-megamenu .group-title .menu-desc {
color: #999;
padding-left: 0 !important;
}
.ja-megamenu .group-content ul.megamenu {
margin: 0;
}
.ja-megamenu .group-content ul.level1 li.mega {
background: none;
filter: none;
-ms-filter: none;
border: 0;
margin: 0;
}
.ja-megamenu .group-content ul.level1 li.mega a.mega {
padding: 5px 0;
}
.megamenu p.readmore {
margin: 10px 0;
}
.megamenu p.readmore a {
background-image: url(../../images/readmore-hover.png);
color: #d05338;
}
|
templates/ja_mendozite/css/menu/mega.css
|
.ja-megamenu a.over, .ja-megamenu a.active { color: #333; }
ul.megamenu { margin: 20px; }
/* 0v - 0 and below
-----------------------------------*/
.ja-megamenu ul.level0 {
font-family: 'PT Sans',sans-serif;
}
.ja-megamenu ul.level0 > li.mega > a.mega {
color: #fff;
padding: 0 15px;
height: 40px;
line-height: 40px;
border-right: 1px solid #111;
border-left: 1px solid #333;
font-weight: normal;
text-transform: uppercase;
font-size: 100%;
}
.ja-megamenu ul.level0 > li.mega > a.over { background: #000; }
.ja-megamenu ul.level0 > li.active > a.mega {
background: url(../../images/grad.png) repeat-x left top #e55f43;
border: 1px solid #f54f27;
height: 38px;
line-height: 38px;
color: #fff;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.ja-megamenu ul.level0 li.haschild > a.mega > span.menu-title,
.ja-megamenu ul.level0 li.haschild-over > a.mega > span.menu-title {
background-image: url(../../images/arrow3.png);
background-position: right center;
background-repeat: no-repeat;
padding-left: 0;
padding-right: 12px;
}
.ja-megamenu ul.level0 li.active.haschild > a.mega > span.menu-title,
.ja-megamenu ul.level0 li.active.haschild-over > a.mega > span.menu-title {
background-image: url(../../images/arrow2.png);
}
.ja-megamenu ul.level0 li.mega .has-image {
background-position: left 10px;
}
/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { background: #101010; border: 1px solid #1a1a1a; margin-bottom: 8px; }
.ja-megamenu ul.level1 li.over,
.ja-megamenu ul.level1 li.active {
border-color: #f74f27;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9795b), to(#e65c3f)); /* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #f9795b, #e65c3f); /* Firefox 3.6+ */
background: -moz-linear-gradient(top, #f9795b, #e65c3f); /* IE 10 */
background: -ms-linear-gradient(top, #f9795b, #e65c3f); /* Opera 11.10+ */
background: -o-linear-gradient(top, #f9795b, #e65c3f);
background-color: #f9795b;
}
.ja-megamenu ul.level1 li.last { margin-bottom: 0; }
.ja-megamenu ul.level1 li.mega a.mega { border: 0; color: #999; }
.ja-megamenu ul.level1 li.over a.over,
.ja-megamenu ul.level1 li.active a.active { color: #fff; }
.ja-megamenu ul.level1 li.haschild > a.mega > span.menu-title,
.ja-megamenu ul.level1 li.active.haschild > a.mega > span.menu-title {
background-image: url(../../images/arrow4.png);
}
.ja-megamenu ul.level1 li.haschild-over > a.mega > span.menu-title,
.ja-megamenu ul.level1 li.active.haschild-over > a.mega > span.menu-title {
background-image: url(../../images/arrow5.png);
}
/* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
background: #000;
border-top: 0;
color: #333;
}
.ja-megamenu .level1 .childcontent-inner { }
.ja-megamenu .childcontent ul.megamenu .ja-moduletable {
margin: 0;
color: #333;
}
.ja-megamenu .childcontent .ja-moduletable .ja-box-ct { padding: 0; }
.ja-megamenu .childcontent ul.megamenu .ja-moduletable h3 {
background: none;
border-bottom: 1px dotted #ccc;
text-transform: uppercase;
}
/* Grouped --- */
.ja-megamenu .megacol.column2 {
background: url(../../images/mega-line.gif) repeat-y left top;
}
.ja-megamenu ul.level1 li.group {
background: none;
margin: 0;
border: 0;
}
.ja-megamenu ul.level1 li.group a.group {
padding: 0 0 10px;
}
.ja-megamenu .group-title { }
.ja-megamenu .group-title .menu-title {
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 100%;
}
.ja-megamenu .group-title .menu-desc {
color: #999;
padding-left: 0 !important;
}
.ja-megamenu .group-content ul.megamenu {
margin: 0;
}
.ja-megamenu .group-content ul.level1 li.mega {
background: none;
filter: none;
-ms-filter: none;
border: 0;
margin: 0;
}
.ja-megamenu .group-content ul.level1 li.mega a.mega {
padding: 5px 0;
}
.megamenu p.readmore {
margin: 10px 0;
}
.megamenu p.readmore a {
background-image: url(../../images/readmore-hover.png);
color: #d05338;
}
| 0.282889 | 0.154185 |
#cboxOverlay {
position:fixed;
width:100%;
height:100%;
background:$white;
top:0;
left:0;
z-index:9999;
overflow:hidden;
}
#colorbox {
self {
position:absolute;
top:0;
left:0;
z-index:9999;
overflow:hidden;
font-family:$trebuchet_font;
}
#cboxWrapper {
position:absolute;
top:0;
left:0;
z-index:9999;
overflow:hidden;
}
#cboxTopLeft {
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 0 no-repeat;
}
#cboxTopCenter {
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 -50px repeat-x;
}
#cboxTopRight {
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) -25px 0 no-repeat;
}
#cboxBottomLeft {
clear:left;
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 -25px no-repeat;
}
#cboxBottomCenter {
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 -75px repeat-x;
}
#cboxBottomRight {
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) -25px -25px no-repeat;
}
#cboxMiddleLeft {
clear:left;
width:25px;
background:url($tpl_uri/img/colorbox/border2.png) 0 0 repeat-y;
}
#cboxMiddleRight {
width:25px;
background:url($tpl_uri/img/colorbox/border2.png) -25px 0 repeat-y;
}
#cboxContent {
self {
position:relative;
overflow:hidden;
background:#fff;
}
#cboxLoadedContent {
self {
overflow:auto;
margin-bottom:20px;
}
iframe {
display:block;
width:100%;
height:100%;
border:0;
}
}
#cboxTitle {
margin:0;
position:absolute;
bottom:20px;
left:0;
color:$darkgrey;
width:100%;
background-color:$white;
overflow:hidden;
white-space:nowrap;
font-weight:bold;
border-top:1px solid $grey;
}
#cboxTitle em {
font-weight:lighter;
}
#cboxCurrent {
position:absolute;
bottom:0px;
left:100px;
color:$darkgrey;
}
#cboxSlideshow {
position:absolute;
bottom:0px;
right:42px;
color:$grey;
cursor:pointer;
}
#cboxPrevious {
position:absolute;
bottom:0px;
left:0;
color:$grey;
cursor:pointer;
}
#cboxNext {
position:absolute;
bottom:0px;
left:63px;
color:$grey;
cursor:pointer;
}
#cboxLoadingOverlay {
background:url($tpl_uri/img/layout/loader.gif) 5px 5px no-repeat #fff;
position:absolute;
top:0;
left:0;
width:100%;
}
#cboxLoadingGraphic {
position:absolute;
top:0;
left:0;
width:100%;
}
#cboxClose {
position:absolute;
bottom:0;
right:0;
display:block;
color:$grey;
cursor:pointer;
}
}
}
.cboxIE {
#cboxTopLeft {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}
}
|
tpl.main/css/source/colorbox.css
|
#cboxOverlay {
position:fixed;
width:100%;
height:100%;
background:$white;
top:0;
left:0;
z-index:9999;
overflow:hidden;
}
#colorbox {
self {
position:absolute;
top:0;
left:0;
z-index:9999;
overflow:hidden;
font-family:$trebuchet_font;
}
#cboxWrapper {
position:absolute;
top:0;
left:0;
z-index:9999;
overflow:hidden;
}
#cboxTopLeft {
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 0 no-repeat;
}
#cboxTopCenter {
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 -50px repeat-x;
}
#cboxTopRight {
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) -25px 0 no-repeat;
}
#cboxBottomLeft {
clear:left;
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 -25px no-repeat;
}
#cboxBottomCenter {
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) 0 -75px repeat-x;
}
#cboxBottomRight {
width:25px;
height:25px;
background:url($tpl_uri/img/colorbox/border1.png) -25px -25px no-repeat;
}
#cboxMiddleLeft {
clear:left;
width:25px;
background:url($tpl_uri/img/colorbox/border2.png) 0 0 repeat-y;
}
#cboxMiddleRight {
width:25px;
background:url($tpl_uri/img/colorbox/border2.png) -25px 0 repeat-y;
}
#cboxContent {
self {
position:relative;
overflow:hidden;
background:#fff;
}
#cboxLoadedContent {
self {
overflow:auto;
margin-bottom:20px;
}
iframe {
display:block;
width:100%;
height:100%;
border:0;
}
}
#cboxTitle {
margin:0;
position:absolute;
bottom:20px;
left:0;
color:$darkgrey;
width:100%;
background-color:$white;
overflow:hidden;
white-space:nowrap;
font-weight:bold;
border-top:1px solid $grey;
}
#cboxTitle em {
font-weight:lighter;
}
#cboxCurrent {
position:absolute;
bottom:0px;
left:100px;
color:$darkgrey;
}
#cboxSlideshow {
position:absolute;
bottom:0px;
right:42px;
color:$grey;
cursor:pointer;
}
#cboxPrevious {
position:absolute;
bottom:0px;
left:0;
color:$grey;
cursor:pointer;
}
#cboxNext {
position:absolute;
bottom:0px;
left:63px;
color:$grey;
cursor:pointer;
}
#cboxLoadingOverlay {
background:url($tpl_uri/img/layout/loader.gif) 5px 5px no-repeat #fff;
position:absolute;
top:0;
left:0;
width:100%;
}
#cboxLoadingGraphic {
position:absolute;
top:0;
left:0;
width:100%;
}
#cboxClose {
position:absolute;
bottom:0;
right:0;
display:block;
color:$grey;
cursor:pointer;
}
}
}
.cboxIE {
#cboxTopLeft {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$tpl_uri/img/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}
}
| 0.293404 | 0.081337 |
img,legend {
border: 0;
}
legend,td,th {
padding: 0;
}
@font-face {
font-family:Homenaje;font-style:normal;font-weight:400;src:local('Homenaje Regular'),local('Homenaje-Regular'),url(https://fonts.gstatic.com/s/homenaje/v7/74rNkO0_718VQPTEmPNsIvesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@-webkit-keyframes animateSsplashStr {
0%,100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
20%,30% {
opacity: 0;
-webkit-transform: scale(.5);
transform: scale(.5);
}
}
@keyframes animateSsplashStr {
0%,100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
20%,30% {
opacity: 0;
-webkit-transform: scale(.5);
transform: scale(.5);
}
}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,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;
text-decoration: none;
}
a:active,a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,optgroup,strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
body.is-opened-index,pre,textarea {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace,monospace;
font-size: 1em;
}
button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,select {
text-transform: none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],input[type=radio] {
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@media all and (min-width:569px) and (max-width:1366px) {
body {
font-size: 14px;
font-size: .875rem;
}
}
body.is-picked {
cursor: pointer;
}
::-moz-selection {
color: #fff;
background: rgba(0,0,0,.5);
}
::selection {
color: #fff;
background: rgba(0,0,0,.5);
}
.l-contents {
position: relative;
z-index: 10;
}
.l-contents.is-fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.l-page--white,.l-page--white a {
color: #fff;
}
.l-page--white svg {
fill: #fff;
}
.l-page--black,.l-page--black a {
color: #222;
}
.l-page--black svg {
fill: #222;
}
.c-button {
height: 2em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-right: 1.25em;
padding-left: 1.25em;
border-radius: 1em;
border-width: 2px;
border-style: solid;
}
.c-button--white {
border-color: #fff;
}
.c-button--black {
border-color: #222;
}
.c-button__icon {
display: block;
margin-right: .7em;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.c-button__label .js-split-str,.c-text-link,.c-text-link__label {
display: inline-block;
}
.c-button__icon--back {
width: .3em;
height: .3em;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.c-button__icon--white {
border-color: #fff;
}
.c-button__icon--black {
border-color: #222;
}
.c-button__label {
font-weight: 700;
}
.c-button:hover .c-button__icon {
-webkit-transform: translateX(-5px) rotate(-45deg);
-ms-transform: translateX(-5px) rotate(-45deg);
transform: translateX(-5px) rotate(-45deg);
}
.c-button:hover .c-button__label .js-split-str {
-webkit-animation-name: animateSsplashStr;
animation-name: animateSsplashStr;
-webkit-animation-duration: .6s;
animation-duration: .6s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(2) {
-webkit-animation-delay: 20ms;
animation-delay: 20ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(3) {
-webkit-animation-delay: 40ms;
animation-delay: 40ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(4) {
-webkit-animation-delay: 60ms;
animation-delay: 60ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(5) {
-webkit-animation-delay: 80ms;
animation-delay: 80ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(6) {
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(7) {
-webkit-animation-delay: .12s;
animation-delay: .12s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(8) {
-webkit-animation-delay: .14s;
animation-delay: .14s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(9) {
-webkit-animation-delay: .16s;
animation-delay: .16s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(10) {
-webkit-animation-delay: .18s;
animation-delay: .18s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(11) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(12) {
-webkit-animation-delay: .22s;
animation-delay: .22s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(13) {
-webkit-animation-delay: .24s;
animation-delay: .24s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(14) {
-webkit-animation-delay: .26s;
animation-delay: .26s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(15) {
-webkit-animation-delay: .28s;
animation-delay: .28s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(16) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(17) {
-webkit-animation-delay: .32s;
animation-delay: .32s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(18) {
-webkit-animation-delay: .34s;
animation-delay: .34s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(19) {
-webkit-animation-delay: .36s;
animation-delay: .36s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(20) {
-webkit-animation-delay: .38s;
animation-delay: .38s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(21) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(22) {
-webkit-animation-delay: .42s;
animation-delay: .42s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(23) {
-webkit-animation-delay: .44s;
animation-delay: .44s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(24) {
-webkit-animation-delay: .46s;
animation-delay: .46s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(25) {
-webkit-animation-delay: .48s;
animation-delay: .48s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(26) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(27) {
-webkit-animation-delay: .52s;
animation-delay: .52s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(28) {
-webkit-animation-delay: .54s;
animation-delay: .54s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(29) {
-webkit-animation-delay: .56s;
animation-delay: .56s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(30) {
-webkit-animation-delay: .58s;
animation-delay: .58s;
}
.c-text-link {
position: relative;
}
.c-text-link__label {
position: relative;
z-index: 2;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
.c-text-link__bg--white {
background-color: #fff;
}
.c-text-link__bg--black {
background-color: #222;
}
@-webkit-keyframes openTextLinkBar {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
transform-origin: left;
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
}
@keyframes openTextLinkBar {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
transform-origin: left;
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
}
@-webkit-keyframes closeTextLinkBar {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: right;
transform-origin: right;
}
100% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
}
}
@keyframes closeTextLinkBar {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: right;
transform-origin: right;
}
100% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
}
}
.c-text-link__bg {
height: 2px;
display: block;
position: absolute;
top: 50%;
right: 0;
left: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-animation-name: closeTextLinkBar;
animation-name: closeTextLinkBar;
-webkit-animation-duration: .4s;
animation-duration: .4s;
-webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
animation-timing-function: cubic-bezier(.075,.82,.165,1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.c-text-link:hover .c-text-link__bg {
-webkit-animation-name: openTextLinkBar;
animation-name: openTextLinkBar;
}
.p-badges {
position: fixed;
z-index: 100;
bottom: 20px;
right: 20px;
}
@media all and (max-width:568px) {
body {
font-size: 12px;
font-size: .75rem;
}
.p-badges {
width: 90px;
}
}
.p-badges img {
width: 100%;
}
.p-canvas-webgl {
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
.p-dummy-scroll {
position: relative;
z-index: 1;
}
@-webkit-keyframes loopFollow {
0% {
-webkit-transform: translateY(-100.5%);
transform: translateY(-100.5%);
}
100% {
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
}
}
@keyframes loopFollow {
0% {
-webkit-transform: translateY(-100.5%);
transform: translateY(-100.5%);
}
100% {
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
}
}
.p-introduction {
width: 100%;
height: 100vh;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.5;
position: relative;
z-index: 10;
color: #fff;
text-align: center;
letter-spacing: .2em;
}
.p-introduction__wrap {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.p-introduction__row {
opacity: 0;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
transition-property: opacity,transform;
transition-property: opacity,transform,-webkit-transform;
}
.p-introduction__row.is-shown {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.p-introduction__row.is-shown:nth-of-type(1) {
-webkit-transition-delay: 5s;
transition-delay: 5s;
}
.p-introduction__row.is-shown:nth-of-type(2) {
-webkit-transition-delay: 5.25s;
transition-delay: 5.25s;
}
.p-introduction__row.is-shown:nth-of-type(3) {
-webkit-transition-delay: 5.5s;
transition-delay: 5.5s;
}
.p-introduction__row.is-shown:nth-of-type(4) {
-webkit-transition-delay: 5.75s;
transition-delay: 5.75s;
}
.p-introduction__row.is-shown:nth-of-type(5) {
-webkit-transition-delay: 6s;
transition-delay: 6s;
}
.p-introduction__links {
margin-top: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.p-introduction__link {
width: 18px;
height: 18px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
-webkit-transform: scale(1.8);
-ms-transform: scale(1.8);
transform: scale(1.8);
margin: 0 12px;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
transition-property: opacity,transform;
transition-property: opacity,transform,-webkit-transform;
}
.p-introduction__link svg {
width: 18px;
}
.p-introduction__link.is-shown {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.p-introduction__link.is-shown:nth-of-type(1) {
-webkit-transition-delay: 5.6s;
transition-delay: 5.6s;
}
.p-introduction__link.is-shown:nth-of-type(2) {
-webkit-transition-delay: 5.7s;
transition-delay: 5.7s;
}
.p-introduction__link.is-shown:nth-of-type(3) {
-webkit-transition-delay: 5.8s;
transition-delay: 5.8s;
}
.p-introduction__link.is-shown:nth-of-type(4) {
-webkit-transition-delay: 5.9s;
transition-delay: 5.9s;
}
.p-introduction__link.is-shown:nth-of-type(5) {
-webkit-transition-delay: 6s;
transition-delay: 6s;
}
.p-introduction__follow {
width: 15px;
height: 10vh;
overflow: hidden;
position: relative;
margin: 6vh auto 0;
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.p-introduction__follow.is-shown {
opacity: 1;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-delay: 3s;
transition-delay: 3s;
}
.p-introduction__follow-in {
width: 1px;
height: 100%;
position: absolute;
top: 0;
background-color: #fff;
-webkit-animation-name: loopFollow;
animation-name: loopFollow;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.p-introduction__follow-in--1 {
left: 0;
}
.p-introduction__follow-in--2 {
left: 50%;
margin-left: -1px;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.p-introduction__follow-in--3 {
right: 0;
-webkit-animation-delay: .15s;
animation-delay: .15s;
}
.p-sketch-index {
max-width: 1366px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
top: 0;
right: 0;
left: 0;
z-index: 100000;
margin-right: auto;
margin-left: auto;
}
@media all and (min-width:1025px) {
.p-sketch-index {
padding: 100px 7.5% 50px;
}
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index {
padding: 100px 7.5% 50px;
}
}
@media all and (max-width:568px) {
.p-sketch-index {
padding: 70px 10px 40px;
}
}
.p-sketch-index__item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
@media all and (min-width:1025px) {
.p-sketch-index__item {
width: 33.3%;
margin-bottom: 60px;
padding-right: 15px;
padding-left: 15px;
}
.p-sketch-index__item-thumb-label {
font-size: 24px;
font-size: 1.5rem;
}
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index__item {
width: 50%;
margin-bottom: 40px;
padding-right: 10px;
padding-left: 10px;
}
}
@media all and (max-width:568px) {
.p-sketch-index__item {
width: 100%;
margin-bottom: 30px;
padding-right: 10px;
padding-left: 10px;
}
}
.p-sketch-index__item-wrap {
display: block;
}
.p-sketch-index__item-thumb {
width: 100%;
position: relative;
margin-bottom: 10px;
padding-top: 52.5%;
background-color: #fff;
background-size: cover;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-delay: .4s;
transition-delay: .4s;
-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
.p-sketch-index__item-thumb:after,.p-sketch-index__item-thumb:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.p-sketch-index__item-thumb:before {
background-color: #fff;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-delay: .6s;
transition-delay: .6s;
}
.p-sketch-index__item-thumb:after {
background-color: rgba(0,0,0,.7);
opacity: 0;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.p-sketch-index__item-thumb-label {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
z-index: 10;
letter-spacing: .2em;
}
.p-sketch-outline,.p-utility-menu,.p-website-outline {
position: fixed;
z-index: 100;
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index__item-thumb-label {
font-size: 21px;
font-size: 1.3125rem;
}
}
@media all and (max-width:568px) {
.p-sketch-index__item-thumb-label {
font-size: 18px;
font-size: 1.125rem;
}
}
.p-sketch-index__item-title {
letter-spacing: .1em;
}
@media all and (min-width:1025px) {
.p-sketch-index__item-title {
font-size: 32px;
font-size: 2rem;
}
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index__item-title {
font-size: 28px;
font-size: 1.75rem;
}
}
@media all and (max-width:568px) {
.p-sketch-index__item-title {
font-size: 24px;
font-size: 1.5rem;
}
}
.p-sketch-index__item-thumb-label .js-split-str {
opacity: 0;
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(1) {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(2) {
-webkit-transition-delay: 20ms;
transition-delay: 20ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(3) {
-webkit-transition-delay: 40ms;
transition-delay: 40ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(4) {
-webkit-transition-delay: 60ms;
transition-delay: 60ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(5) {
-webkit-transition-delay: 80ms;
transition-delay: 80ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(6) {
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(7) {
-webkit-transition-delay: .12s;
transition-delay: .12s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(8) {
-webkit-transition-delay: .14s;
transition-delay: .14s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(9) {
-webkit-transition-delay: .16s;
transition-delay: .16s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(10) {
-webkit-transition-delay: .18s;
transition-delay: .18s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(11) {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(12) {
-webkit-transition-delay: .22s;
transition-delay: .22s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(13) {
-webkit-transition-delay: .24s;
transition-delay: .24s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(14) {
-webkit-transition-delay: .26s;
transition-delay: .26s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(15) {
-webkit-transition-delay: .28s;
transition-delay: .28s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(16) {
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(17) {
-webkit-transition-delay: .32s;
transition-delay: .32s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(18) {
-webkit-transition-delay: .34s;
transition-delay: .34s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(19) {
-webkit-transition-delay: .36s;
transition-delay: .36s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(20) {
-webkit-transition-delay: .38s;
transition-delay: .38s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(21) {
-webkit-transition-delay: .4s;
transition-delay: .4s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(22) {
-webkit-transition-delay: .42s;
transition-delay: .42s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(23) {
-webkit-transition-delay: .44s;
transition-delay: .44s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(24) {
-webkit-transition-delay: .46s;
transition-delay: .46s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(25) {
-webkit-transition-delay: .48s;
transition-delay: .48s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(26) {
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(27) {
-webkit-transition-delay: .52s;
transition-delay: .52s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(28) {
-webkit-transition-delay: .54s;
transition-delay: .54s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(29) {
-webkit-transition-delay: .56s;
transition-delay: .56s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(30) {
-webkit-transition-delay: .58s;
transition-delay: .58s;
}
.p-sketch-index__item-title .js-split-str {
display: inline-block;
opacity: 0;
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(1) {
-webkit-transition-delay: .6s;
transition-delay: .6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(2) {
-webkit-transition-delay: .62s;
transition-delay: .62s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(3) {
-webkit-transition-delay: .64s;
transition-delay: .64s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(4) {
-webkit-transition-delay: .66s;
transition-delay: .66s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(5) {
-webkit-transition-delay: .68s;
transition-delay: .68s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(6) {
-webkit-transition-delay: .7s;
transition-delay: .7s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(7) {
-webkit-transition-delay: .72s;
transition-delay: .72s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(8) {
-webkit-transition-delay: .74s;
transition-delay: .74s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(9) {
-webkit-transition-delay: .76s;
transition-delay: .76s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(10) {
-webkit-transition-delay: .78s;
transition-delay: .78s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(11) {
-webkit-transition-delay: .8s;
transition-delay: .8s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(12) {
-webkit-transition-delay: .82s;
transition-delay: .82s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(13) {
-webkit-transition-delay: .84s;
transition-delay: .84s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(14) {
-webkit-transition-delay: .86s;
transition-delay: .86s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(15) {
-webkit-transition-delay: .88s;
transition-delay: .88s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(16) {
-webkit-transition-delay: .9s;
transition-delay: .9s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(17) {
-webkit-transition-delay: .92s;
transition-delay: .92s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(18) {
-webkit-transition-delay: .94s;
transition-delay: .94s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(19) {
-webkit-transition-delay: .96s;
transition-delay: .96s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(20) {
-webkit-transition-delay: .98s;
transition-delay: .98s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(21) {
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(22) {
-webkit-transition-delay: 1.02s;
transition-delay: 1.02s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(23) {
-webkit-transition-delay: 1.04s;
transition-delay: 1.04s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(24) {
-webkit-transition-delay: 1.06s;
transition-delay: 1.06s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(25) {
-webkit-transition-delay: 1.08s;
transition-delay: 1.08s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(26) {
-webkit-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(27) {
-webkit-transition-delay: 1.12s;
transition-delay: 1.12s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(28) {
-webkit-transition-delay: 1.14s;
transition-delay: 1.14s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(29) {
-webkit-transition-delay: 1.16s;
transition-delay: 1.16s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(30) {
-webkit-transition-delay: 1.18s;
transition-delay: 1.18s;
}
.p-sketch-index__item-date {
margin-top: 5px;
font-size: 12px;
font-size: .75rem;
opacity: 0;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-delay: .8s;
transition-delay: .8s;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb:before {
opacity: 0;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-title .js-split-str {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-date,.p-sketch-index__item:hover .p-sketch-index__item-thumb:after {
opacity: 1;
}
.p-sketch-index__item:hover .p-sketch-index__item-thumb-label .js-split-str {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.p-sketch-outline {
bottom: 25px;
left: 20px;
}
.p-sketch-outline__title {
line-height: 1;
margin: 0 0 .075em -.05em;
font-weight: 100;
letter-spacing: .05em;
}
@media all and (min-width:1367px) {
.p-sketch-outline__title {
font-size: 150.26px;
}
}
@media all and (min-width:569px) and (max-width:1366px) {
.p-sketch-outline__title {
font-size: 11vw;
}
}
@media all and (max-width:568px) {
.p-sketch-outline__title {
font-size: 62.48px;
}
}
.p-sketch-outline__date {
line-height: 1;
margin: 0;
}
.p-sketch-outline__description {
line-height: 1;
margin: 10px 0 0;
}
.p-utility-menu {
position: absolute;
bottom: 20%;
left: 44.5%;
font-family: 'Lato', Verdena;
text-align: center;
margin: 0;
z-index: 1;
font-size: 20px;
}
.p-website-outline {
top: 20px;
left: 20px;
}
.p-website-outline__title {
margin: 0 0 5px;
font-size: 18px;
font-size: 1.125rem;
}
.p-website-outline__description {
line-height: 1.25;
margin: 0;
}
.p-website-outline__links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 15px;
}
.p-website-outline__link {
width: 18px;
height: 18px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-right: 20px;
}
.p-website-outline__link svg {
width: 18px;
}
|
stylesheets/404/main.css
|
img,legend {
border: 0;
}
legend,td,th {
padding: 0;
}
@font-face {
font-family:Homenaje;font-style:normal;font-weight:400;src:local('Homenaje Regular'),local('Homenaje-Regular'),url(https://fonts.gstatic.com/s/homenaje/v7/74rNkO0_718VQPTEmPNsIvesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@-webkit-keyframes animateSsplashStr {
0%,100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
20%,30% {
opacity: 0;
-webkit-transform: scale(.5);
transform: scale(.5);
}
}
@keyframes animateSsplashStr {
0%,100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
20%,30% {
opacity: 0;
-webkit-transform: scale(.5);
transform: scale(.5);
}
}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,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;
text-decoration: none;
}
a:active,a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,optgroup,strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
body.is-opened-index,pre,textarea {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace,monospace;
font-size: 1em;
}
button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,select {
text-transform: none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],input[type=radio] {
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@media all and (min-width:569px) and (max-width:1366px) {
body {
font-size: 14px;
font-size: .875rem;
}
}
body.is-picked {
cursor: pointer;
}
::-moz-selection {
color: #fff;
background: rgba(0,0,0,.5);
}
::selection {
color: #fff;
background: rgba(0,0,0,.5);
}
.l-contents {
position: relative;
z-index: 10;
}
.l-contents.is-fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.l-page--white,.l-page--white a {
color: #fff;
}
.l-page--white svg {
fill: #fff;
}
.l-page--black,.l-page--black a {
color: #222;
}
.l-page--black svg {
fill: #222;
}
.c-button {
height: 2em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-right: 1.25em;
padding-left: 1.25em;
border-radius: 1em;
border-width: 2px;
border-style: solid;
}
.c-button--white {
border-color: #fff;
}
.c-button--black {
border-color: #222;
}
.c-button__icon {
display: block;
margin-right: .7em;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.c-button__label .js-split-str,.c-text-link,.c-text-link__label {
display: inline-block;
}
.c-button__icon--back {
width: .3em;
height: .3em;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.c-button__icon--white {
border-color: #fff;
}
.c-button__icon--black {
border-color: #222;
}
.c-button__label {
font-weight: 700;
}
.c-button:hover .c-button__icon {
-webkit-transform: translateX(-5px) rotate(-45deg);
-ms-transform: translateX(-5px) rotate(-45deg);
transform: translateX(-5px) rotate(-45deg);
}
.c-button:hover .c-button__label .js-split-str {
-webkit-animation-name: animateSsplashStr;
animation-name: animateSsplashStr;
-webkit-animation-duration: .6s;
animation-duration: .6s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(2) {
-webkit-animation-delay: 20ms;
animation-delay: 20ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(3) {
-webkit-animation-delay: 40ms;
animation-delay: 40ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(4) {
-webkit-animation-delay: 60ms;
animation-delay: 60ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(5) {
-webkit-animation-delay: 80ms;
animation-delay: 80ms;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(6) {
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(7) {
-webkit-animation-delay: .12s;
animation-delay: .12s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(8) {
-webkit-animation-delay: .14s;
animation-delay: .14s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(9) {
-webkit-animation-delay: .16s;
animation-delay: .16s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(10) {
-webkit-animation-delay: .18s;
animation-delay: .18s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(11) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(12) {
-webkit-animation-delay: .22s;
animation-delay: .22s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(13) {
-webkit-animation-delay: .24s;
animation-delay: .24s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(14) {
-webkit-animation-delay: .26s;
animation-delay: .26s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(15) {
-webkit-animation-delay: .28s;
animation-delay: .28s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(16) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(17) {
-webkit-animation-delay: .32s;
animation-delay: .32s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(18) {
-webkit-animation-delay: .34s;
animation-delay: .34s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(19) {
-webkit-animation-delay: .36s;
animation-delay: .36s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(20) {
-webkit-animation-delay: .38s;
animation-delay: .38s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(21) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(22) {
-webkit-animation-delay: .42s;
animation-delay: .42s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(23) {
-webkit-animation-delay: .44s;
animation-delay: .44s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(24) {
-webkit-animation-delay: .46s;
animation-delay: .46s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(25) {
-webkit-animation-delay: .48s;
animation-delay: .48s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(26) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(27) {
-webkit-animation-delay: .52s;
animation-delay: .52s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(28) {
-webkit-animation-delay: .54s;
animation-delay: .54s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(29) {
-webkit-animation-delay: .56s;
animation-delay: .56s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(30) {
-webkit-animation-delay: .58s;
animation-delay: .58s;
}
.c-text-link {
position: relative;
}
.c-text-link__label {
position: relative;
z-index: 2;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
.c-text-link__bg--white {
background-color: #fff;
}
.c-text-link__bg--black {
background-color: #222;
}
@-webkit-keyframes openTextLinkBar {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
transform-origin: left;
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
}
@keyframes openTextLinkBar {
0% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
transform-origin: left;
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
}
@-webkit-keyframes closeTextLinkBar {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: right;
transform-origin: right;
}
100% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
}
}
@keyframes closeTextLinkBar {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: right;
transform-origin: right;
}
100% {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
}
}
.c-text-link__bg {
height: 2px;
display: block;
position: absolute;
top: 50%;
right: 0;
left: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-animation-name: closeTextLinkBar;
animation-name: closeTextLinkBar;
-webkit-animation-duration: .4s;
animation-duration: .4s;
-webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
animation-timing-function: cubic-bezier(.075,.82,.165,1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.c-text-link:hover .c-text-link__bg {
-webkit-animation-name: openTextLinkBar;
animation-name: openTextLinkBar;
}
.p-badges {
position: fixed;
z-index: 100;
bottom: 20px;
right: 20px;
}
@media all and (max-width:568px) {
body {
font-size: 12px;
font-size: .75rem;
}
.p-badges {
width: 90px;
}
}
.p-badges img {
width: 100%;
}
.p-canvas-webgl {
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
.p-dummy-scroll {
position: relative;
z-index: 1;
}
@-webkit-keyframes loopFollow {
0% {
-webkit-transform: translateY(-100.5%);
transform: translateY(-100.5%);
}
100% {
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
}
}
@keyframes loopFollow {
0% {
-webkit-transform: translateY(-100.5%);
transform: translateY(-100.5%);
}
100% {
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
}
}
.p-introduction {
width: 100%;
height: 100vh;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.5;
position: relative;
z-index: 10;
color: #fff;
text-align: center;
letter-spacing: .2em;
}
.p-introduction__wrap {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.p-introduction__row {
opacity: 0;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
transition-property: opacity,transform;
transition-property: opacity,transform,-webkit-transform;
}
.p-introduction__row.is-shown {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.p-introduction__row.is-shown:nth-of-type(1) {
-webkit-transition-delay: 5s;
transition-delay: 5s;
}
.p-introduction__row.is-shown:nth-of-type(2) {
-webkit-transition-delay: 5.25s;
transition-delay: 5.25s;
}
.p-introduction__row.is-shown:nth-of-type(3) {
-webkit-transition-delay: 5.5s;
transition-delay: 5.5s;
}
.p-introduction__row.is-shown:nth-of-type(4) {
-webkit-transition-delay: 5.75s;
transition-delay: 5.75s;
}
.p-introduction__row.is-shown:nth-of-type(5) {
-webkit-transition-delay: 6s;
transition-delay: 6s;
}
.p-introduction__links {
margin-top: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.p-introduction__link {
width: 18px;
height: 18px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
-webkit-transform: scale(1.8);
-ms-transform: scale(1.8);
transform: scale(1.8);
margin: 0 12px;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
transition-property: opacity,transform;
transition-property: opacity,transform,-webkit-transform;
}
.p-introduction__link svg {
width: 18px;
}
.p-introduction__link.is-shown {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.p-introduction__link.is-shown:nth-of-type(1) {
-webkit-transition-delay: 5.6s;
transition-delay: 5.6s;
}
.p-introduction__link.is-shown:nth-of-type(2) {
-webkit-transition-delay: 5.7s;
transition-delay: 5.7s;
}
.p-introduction__link.is-shown:nth-of-type(3) {
-webkit-transition-delay: 5.8s;
transition-delay: 5.8s;
}
.p-introduction__link.is-shown:nth-of-type(4) {
-webkit-transition-delay: 5.9s;
transition-delay: 5.9s;
}
.p-introduction__link.is-shown:nth-of-type(5) {
-webkit-transition-delay: 6s;
transition-delay: 6s;
}
.p-introduction__follow {
width: 15px;
height: 10vh;
overflow: hidden;
position: relative;
margin: 6vh auto 0;
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.p-introduction__follow.is-shown {
opacity: 1;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-delay: 3s;
transition-delay: 3s;
}
.p-introduction__follow-in {
width: 1px;
height: 100%;
position: absolute;
top: 0;
background-color: #fff;
-webkit-animation-name: loopFollow;
animation-name: loopFollow;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.p-introduction__follow-in--1 {
left: 0;
}
.p-introduction__follow-in--2 {
left: 50%;
margin-left: -1px;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.p-introduction__follow-in--3 {
right: 0;
-webkit-animation-delay: .15s;
animation-delay: .15s;
}
.p-sketch-index {
max-width: 1366px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
top: 0;
right: 0;
left: 0;
z-index: 100000;
margin-right: auto;
margin-left: auto;
}
@media all and (min-width:1025px) {
.p-sketch-index {
padding: 100px 7.5% 50px;
}
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index {
padding: 100px 7.5% 50px;
}
}
@media all and (max-width:568px) {
.p-sketch-index {
padding: 70px 10px 40px;
}
}
.p-sketch-index__item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
@media all and (min-width:1025px) {
.p-sketch-index__item {
width: 33.3%;
margin-bottom: 60px;
padding-right: 15px;
padding-left: 15px;
}
.p-sketch-index__item-thumb-label {
font-size: 24px;
font-size: 1.5rem;
}
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index__item {
width: 50%;
margin-bottom: 40px;
padding-right: 10px;
padding-left: 10px;
}
}
@media all and (max-width:568px) {
.p-sketch-index__item {
width: 100%;
margin-bottom: 30px;
padding-right: 10px;
padding-left: 10px;
}
}
.p-sketch-index__item-wrap {
display: block;
}
.p-sketch-index__item-thumb {
width: 100%;
position: relative;
margin-bottom: 10px;
padding-top: 52.5%;
background-color: #fff;
background-size: cover;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-delay: .4s;
transition-delay: .4s;
-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
.p-sketch-index__item-thumb:after,.p-sketch-index__item-thumb:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.p-sketch-index__item-thumb:before {
background-color: #fff;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-delay: .6s;
transition-delay: .6s;
}
.p-sketch-index__item-thumb:after {
background-color: rgba(0,0,0,.7);
opacity: 0;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.p-sketch-index__item-thumb-label {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
z-index: 10;
letter-spacing: .2em;
}
.p-sketch-outline,.p-utility-menu,.p-website-outline {
position: fixed;
z-index: 100;
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index__item-thumb-label {
font-size: 21px;
font-size: 1.3125rem;
}
}
@media all and (max-width:568px) {
.p-sketch-index__item-thumb-label {
font-size: 18px;
font-size: 1.125rem;
}
}
.p-sketch-index__item-title {
letter-spacing: .1em;
}
@media all and (min-width:1025px) {
.p-sketch-index__item-title {
font-size: 32px;
font-size: 2rem;
}
}
@media all and (min-width:569px) and (max-width:1024px) {
.p-sketch-index__item-title {
font-size: 28px;
font-size: 1.75rem;
}
}
@media all and (max-width:568px) {
.p-sketch-index__item-title {
font-size: 24px;
font-size: 1.5rem;
}
}
.p-sketch-index__item-thumb-label .js-split-str {
opacity: 0;
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(1) {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(2) {
-webkit-transition-delay: 20ms;
transition-delay: 20ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(3) {
-webkit-transition-delay: 40ms;
transition-delay: 40ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(4) {
-webkit-transition-delay: 60ms;
transition-delay: 60ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(5) {
-webkit-transition-delay: 80ms;
transition-delay: 80ms;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(6) {
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(7) {
-webkit-transition-delay: .12s;
transition-delay: .12s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(8) {
-webkit-transition-delay: .14s;
transition-delay: .14s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(9) {
-webkit-transition-delay: .16s;
transition-delay: .16s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(10) {
-webkit-transition-delay: .18s;
transition-delay: .18s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(11) {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(12) {
-webkit-transition-delay: .22s;
transition-delay: .22s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(13) {
-webkit-transition-delay: .24s;
transition-delay: .24s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(14) {
-webkit-transition-delay: .26s;
transition-delay: .26s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(15) {
-webkit-transition-delay: .28s;
transition-delay: .28s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(16) {
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(17) {
-webkit-transition-delay: .32s;
transition-delay: .32s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(18) {
-webkit-transition-delay: .34s;
transition-delay: .34s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(19) {
-webkit-transition-delay: .36s;
transition-delay: .36s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(20) {
-webkit-transition-delay: .38s;
transition-delay: .38s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(21) {
-webkit-transition-delay: .4s;
transition-delay: .4s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(22) {
-webkit-transition-delay: .42s;
transition-delay: .42s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(23) {
-webkit-transition-delay: .44s;
transition-delay: .44s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(24) {
-webkit-transition-delay: .46s;
transition-delay: .46s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(25) {
-webkit-transition-delay: .48s;
transition-delay: .48s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(26) {
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(27) {
-webkit-transition-delay: .52s;
transition-delay: .52s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(28) {
-webkit-transition-delay: .54s;
transition-delay: .54s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(29) {
-webkit-transition-delay: .56s;
transition-delay: .56s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(30) {
-webkit-transition-delay: .58s;
transition-delay: .58s;
}
.p-sketch-index__item-title .js-split-str {
display: inline-block;
opacity: 0;
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
-webkit-transition-duration: .6s;
transition-duration: .6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(1) {
-webkit-transition-delay: .6s;
transition-delay: .6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(2) {
-webkit-transition-delay: .62s;
transition-delay: .62s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(3) {
-webkit-transition-delay: .64s;
transition-delay: .64s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(4) {
-webkit-transition-delay: .66s;
transition-delay: .66s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(5) {
-webkit-transition-delay: .68s;
transition-delay: .68s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(6) {
-webkit-transition-delay: .7s;
transition-delay: .7s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(7) {
-webkit-transition-delay: .72s;
transition-delay: .72s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(8) {
-webkit-transition-delay: .74s;
transition-delay: .74s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(9) {
-webkit-transition-delay: .76s;
transition-delay: .76s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(10) {
-webkit-transition-delay: .78s;
transition-delay: .78s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(11) {
-webkit-transition-delay: .8s;
transition-delay: .8s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(12) {
-webkit-transition-delay: .82s;
transition-delay: .82s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(13) {
-webkit-transition-delay: .84s;
transition-delay: .84s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(14) {
-webkit-transition-delay: .86s;
transition-delay: .86s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(15) {
-webkit-transition-delay: .88s;
transition-delay: .88s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(16) {
-webkit-transition-delay: .9s;
transition-delay: .9s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(17) {
-webkit-transition-delay: .92s;
transition-delay: .92s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(18) {
-webkit-transition-delay: .94s;
transition-delay: .94s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(19) {
-webkit-transition-delay: .96s;
transition-delay: .96s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(20) {
-webkit-transition-delay: .98s;
transition-delay: .98s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(21) {
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(22) {
-webkit-transition-delay: 1.02s;
transition-delay: 1.02s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(23) {
-webkit-transition-delay: 1.04s;
transition-delay: 1.04s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(24) {
-webkit-transition-delay: 1.06s;
transition-delay: 1.06s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(25) {
-webkit-transition-delay: 1.08s;
transition-delay: 1.08s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(26) {
-webkit-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(27) {
-webkit-transition-delay: 1.12s;
transition-delay: 1.12s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(28) {
-webkit-transition-delay: 1.14s;
transition-delay: 1.14s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(29) {
-webkit-transition-delay: 1.16s;
transition-delay: 1.16s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(30) {
-webkit-transition-delay: 1.18s;
transition-delay: 1.18s;
}
.p-sketch-index__item-date {
margin-top: 5px;
font-size: 12px;
font-size: .75rem;
opacity: 0;
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-delay: .8s;
transition-delay: .8s;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb:before {
opacity: 0;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-title .js-split-str {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-date,.p-sketch-index__item:hover .p-sketch-index__item-thumb:after {
opacity: 1;
}
.p-sketch-index__item:hover .p-sketch-index__item-thumb-label .js-split-str {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.p-sketch-outline {
bottom: 25px;
left: 20px;
}
.p-sketch-outline__title {
line-height: 1;
margin: 0 0 .075em -.05em;
font-weight: 100;
letter-spacing: .05em;
}
@media all and (min-width:1367px) {
.p-sketch-outline__title {
font-size: 150.26px;
}
}
@media all and (min-width:569px) and (max-width:1366px) {
.p-sketch-outline__title {
font-size: 11vw;
}
}
@media all and (max-width:568px) {
.p-sketch-outline__title {
font-size: 62.48px;
}
}
.p-sketch-outline__date {
line-height: 1;
margin: 0;
}
.p-sketch-outline__description {
line-height: 1;
margin: 10px 0 0;
}
.p-utility-menu {
position: absolute;
bottom: 20%;
left: 44.5%;
font-family: 'Lato', Verdena;
text-align: center;
margin: 0;
z-index: 1;
font-size: 20px;
}
.p-website-outline {
top: 20px;
left: 20px;
}
.p-website-outline__title {
margin: 0 0 5px;
font-size: 18px;
font-size: 1.125rem;
}
.p-website-outline__description {
line-height: 1.25;
margin: 0;
}
.p-website-outline__links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 15px;
}
.p-website-outline__link {
width: 18px;
height: 18px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-right: 20px;
}
.p-website-outline__link svg {
width: 18px;
}
| 0.481454 | 0.153676 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
html,body{
height: 100%;
background-image: linear-gradient(to top, #718dda 0%, #425d8b 100%);
background-size: 300% 300%;
animation: bg-animate 2s infinite alternate-reverse;
}
html { scroll-behavior: smooth; }
.clear{
clear: both;
}
.container{
max-width: 1280px;
margin: 0 auto;
padding: 0 4%;
}
a,li{
font-size: 18px;
text-decoration: none;
color: black;
list-style-type: none;
}
/* end of resets */
section.bg-main{
height: 80vh;
}
header{
display: flex;
justify-content: start;
align-items: center;
height: 90px;
position: fixed;
z-index: 999;
width: 100%;
}
.logo h1>a{
color: white;
font-size: 32px;
margin-left: 200px;
}
.logo h1>a:hover{
color: white;
}
/* menu desktop*/
ul.menu-desktop{
display: flex;
position: fixed;
right: 0;
padding-right: 200px;
}
ul.menu-desktop li{
padding: 10px;
}
ul.menu-desktop a{
text-transform:capitalize;
padding: 12px 18px;
font-weight: bold;
color: white;
border-radius: 10px;
border: 2px solid white;
}
ul.menu-desktop a:hover{
text-decoration: underline;
background: linear-gradient(#6081bb, #ff94e1);
}
/* end of desktop menu*/
/* start menu mobile*/
ul.menu-mobile{
text-align: center;
border-top: 2px solid white;
border-left: 2px solid white;
border-right: 2px solid white;
border-radius: 10px;
position: relative;
z-index: 9999;
}
ul.menu-mobile li{
padding: 20px 0;
border-radius: 10px;
border-bottom: 2px solid white;
}
ul.menu-mobile li:hover{
background: linear-gradient(#6081bb, #ff94e1);
cursor: pointer;
border-radius: 5px;
}
ul.menu-mobile a{
color: white;
font-size: 18px;
font-weight: bold;
padding: 20px 100px;
text-transform:capitalize;
}
ul.menu-mobile li:hover a{
text-decoration: underline;
}
h3.button{
position: absolute;
right: 30px;
font-size: 24px;
color: white;
cursor: pointer;
top: 40px;
display: none;
right: 30px;
}
/* end of mobile menu*/
/* class menu mobile of animations JS */
.mostrar{
position: relative;
top: 0px;
transition: 1s;
}
.esconder{
position: relative;
top: -800px;
transition: 1s;
}
/* end of menu animations*/
/* center content*/
div.main-title{
color: white;
text-align: center;
padding: 20px 2%;
}
.main-title h2{
font-size: 80px;
text-transform: uppercase;
}
.main-title p{
font-size: 21px;
font-style: italic;
font-weight: lighter;
}
/*end of center content*/
section.skills{
width: 100%;
background: #5c79ac;
padding: 30px 0;
}
.linguagens-img{
display: flex;
width: 100%;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 0px 0 20px 0;
}
.linguagens-img img{
width: 100%;
max-width: 350px;
}
.linguagens{
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.code{
width: 100%;
max-width: 450px;
text-align: center;
padding-bottom: 50px;
}
.code img{
width: 100%;
max-width: 350px;
}
.code h2{
padding: 20px 0;
font-size: 28px;
}
.code p{
font-size: 20px;
font-style: italic;
}
/* start position divs js/css */
.skills-content-js{
position: relative;
top: -100px;
}
.skills-content-css{
position: relative;
top: -100px;
}
.css img{
position: relative;
top: -100px;
}
.js img{
max-width: 320px;
position: relative;
top: -100px;
}
.js h2{
position: relative;
top: 15px;
}
.js p{
position: relative;
top: 15px;
}
/* end position divs js/css */
section.projetos{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
text-align: center;
background-color: #5c79ac;
}
.single{
width: 100%;
max-width: 450px;
padding: 40px 0;
}
.single h3{
font-size: 60px;
}
section.tecnologias{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 50px 0;
background-image: linear-gradient(to top, #fbc2eb 0%, #5c79ac 100%);
}
.img-title{
padding: 10px 0 50px 0;
}
.img-title img{
width: 100%;
max-width: 150px;
}
.img-title h2{
text-transform: uppercase;
padding-top: 20px;
font-style: italic;
}
.minhas-tecnologias{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}
.minhas-tecnologias img{
width: 100%;
max-width: 180px;
padding: 0 20px;
}
section.sobre{
background-image: linear-gradient(to top,#5c79ac 0%, #fbc2eb 100%);
padding: 40px 0;
}
section.sobre,.victor{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: nowrap;
}
.victor{
width: 100%;
max-width: 1000px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: nowrap;
padding: 0 2%;
}
.victor-content{
text-align: center;
}
.victor-content h5{
font-size: 15px;
font-style: italic;
padding-top: 10px;
}
.victor-content h6{
font-style: italic;
padding-bottom: 10px;
}
.victor img{
width: 100%;
max-width: 320px;
border-radius: 50%;
padding-right: 25px;
}
.victor p{
max-width: 600px;
font-size: 17px;
line-height: 26px;
padding-bottom: 20px;
}
section.medias{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
background: #5c79ac;
}
.redes i{
font-size: 28px;
padding: 3px;
}
.redes a{
font-size: 17px;
}
.redes h3:hover a{
text-decoration: underline;
color: white;
}
.infos h3>i{
font-size: 28px;
padding: 3px;
}
.infos h3 i.fa-envelope{
position: relative;
left: -3px;
top: 3px;
}
.infos h3 i.fa-whatsapp{
position: relative;
top: 3px;
}
footer{
display: flex;
justify-content: space-around;
align-items: center;
height: 100px;
flex-direction: row;
background: #5c79ac;
}
footer .logo{
position: relative;
left: -40px;
}
.endereco p{
padding: 2px;
position: relative;
left: -155px;
}
/* keyframes animate background*/
@keyframes bg-animate{
0%{
background-position: 0% 0%;
}
30%{
background-position: 10% 30%;
}
60%{
background-position: 45% 65%;
}
100%{
background-position: 100% 100%;
}
}
/**** medias screen ****/
@media screen and (max-width: 1024px) {
.linguagens{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.skills-content-js{
top: 0px;
}
.skills-content-css{
top: 0px;
}
.css img{
top: 0px;
}
.js img{
position: relative;
top: 0px;
}
section.projetos{
flex-direction: column;
padding-top: 50px;
}
}
@media screen and (max-width: 768px) {
ul.menu-desktop{
display: none;
}
header{
flex-direction: column;
padding-top: 17px;
justify-content: center;
}
.logo h1>a{
margin-left: 0;
}
h3.button{
display: block;
}
.victor p{
max-width: 500px;
font-size: 16px;
line-height: 24px;
padding-bottom: 20px;
}
header{
position: initial;
}
}
@media screen and (max-width: 640px) {
.main-title h2{
font-size: 70px;
}
.victor p{
max-width: 500px;
font-size: 15px;
line-height: 20px;
}
.victor{
flex-direction: column;
}
footer .logo,.endereco p{
position: relative;
left: 0px;
}
}
@media screen and (max-width: 480px) {
.main-title h2{
font-size: 50px;
}
.victor{
flex-direction: column;
}
}
@media screen and (max-width: 375px) {
div.main-title{
padding: 0px 2%;
position: relative;
top: -100px;
}
.main-title h2{
font-size: 38px;
}
.main-title p{
font-size: 20px;
font-weight: normal;
}
.redes a{
font-size: 16px;
}
.infos h3>i{
font-size: 24px;
}
.infos h3{
font-size: 15px;
}
footer{
flex-direction: column;
height: auto;
}
footer .logo{
padding: 10px 0;
}
.endereco{
padding: 5px 0 10px 0;
font-size: 15px;
}
div.main-title{
padding: 110px 2%;
}
ul.menu-mobile li{
padding: 10px 0;
}
ul.menu-mobile a{
padding: 10px 100px;
}
}
@media screen and (max-width: 320px) {
div.main-title{
padding: 0px 2%;
position: relative;
top: 0px;
}
.main-title h2{
font-size: 30px;
}
.main-title p{
font-size: 18px;
font-weight: normal;
}
.code img{
width: 80%;
max-width: 350px;
}
.js img{
width: 70%;
}
section.bg-main{
height: 80vh;
}
.endereco p{
left: 0px;
}
footer .logo{
left: 0px;
}
ul.menu-mobile a{
padding: 20px 0px;
}
}
|
projeto curriculo/css/style.css
|
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
html,body{
height: 100%;
background-image: linear-gradient(to top, #718dda 0%, #425d8b 100%);
background-size: 300% 300%;
animation: bg-animate 2s infinite alternate-reverse;
}
html { scroll-behavior: smooth; }
.clear{
clear: both;
}
.container{
max-width: 1280px;
margin: 0 auto;
padding: 0 4%;
}
a,li{
font-size: 18px;
text-decoration: none;
color: black;
list-style-type: none;
}
/* end of resets */
section.bg-main{
height: 80vh;
}
header{
display: flex;
justify-content: start;
align-items: center;
height: 90px;
position: fixed;
z-index: 999;
width: 100%;
}
.logo h1>a{
color: white;
font-size: 32px;
margin-left: 200px;
}
.logo h1>a:hover{
color: white;
}
/* menu desktop*/
ul.menu-desktop{
display: flex;
position: fixed;
right: 0;
padding-right: 200px;
}
ul.menu-desktop li{
padding: 10px;
}
ul.menu-desktop a{
text-transform:capitalize;
padding: 12px 18px;
font-weight: bold;
color: white;
border-radius: 10px;
border: 2px solid white;
}
ul.menu-desktop a:hover{
text-decoration: underline;
background: linear-gradient(#6081bb, #ff94e1);
}
/* end of desktop menu*/
/* start menu mobile*/
ul.menu-mobile{
text-align: center;
border-top: 2px solid white;
border-left: 2px solid white;
border-right: 2px solid white;
border-radius: 10px;
position: relative;
z-index: 9999;
}
ul.menu-mobile li{
padding: 20px 0;
border-radius: 10px;
border-bottom: 2px solid white;
}
ul.menu-mobile li:hover{
background: linear-gradient(#6081bb, #ff94e1);
cursor: pointer;
border-radius: 5px;
}
ul.menu-mobile a{
color: white;
font-size: 18px;
font-weight: bold;
padding: 20px 100px;
text-transform:capitalize;
}
ul.menu-mobile li:hover a{
text-decoration: underline;
}
h3.button{
position: absolute;
right: 30px;
font-size: 24px;
color: white;
cursor: pointer;
top: 40px;
display: none;
right: 30px;
}
/* end of mobile menu*/
/* class menu mobile of animations JS */
.mostrar{
position: relative;
top: 0px;
transition: 1s;
}
.esconder{
position: relative;
top: -800px;
transition: 1s;
}
/* end of menu animations*/
/* center content*/
div.main-title{
color: white;
text-align: center;
padding: 20px 2%;
}
.main-title h2{
font-size: 80px;
text-transform: uppercase;
}
.main-title p{
font-size: 21px;
font-style: italic;
font-weight: lighter;
}
/*end of center content*/
section.skills{
width: 100%;
background: #5c79ac;
padding: 30px 0;
}
.linguagens-img{
display: flex;
width: 100%;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 0px 0 20px 0;
}
.linguagens-img img{
width: 100%;
max-width: 350px;
}
.linguagens{
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.code{
width: 100%;
max-width: 450px;
text-align: center;
padding-bottom: 50px;
}
.code img{
width: 100%;
max-width: 350px;
}
.code h2{
padding: 20px 0;
font-size: 28px;
}
.code p{
font-size: 20px;
font-style: italic;
}
/* start position divs js/css */
.skills-content-js{
position: relative;
top: -100px;
}
.skills-content-css{
position: relative;
top: -100px;
}
.css img{
position: relative;
top: -100px;
}
.js img{
max-width: 320px;
position: relative;
top: -100px;
}
.js h2{
position: relative;
top: 15px;
}
.js p{
position: relative;
top: 15px;
}
/* end position divs js/css */
section.projetos{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
text-align: center;
background-color: #5c79ac;
}
.single{
width: 100%;
max-width: 450px;
padding: 40px 0;
}
.single h3{
font-size: 60px;
}
section.tecnologias{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 50px 0;
background-image: linear-gradient(to top, #fbc2eb 0%, #5c79ac 100%);
}
.img-title{
padding: 10px 0 50px 0;
}
.img-title img{
width: 100%;
max-width: 150px;
}
.img-title h2{
text-transform: uppercase;
padding-top: 20px;
font-style: italic;
}
.minhas-tecnologias{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}
.minhas-tecnologias img{
width: 100%;
max-width: 180px;
padding: 0 20px;
}
section.sobre{
background-image: linear-gradient(to top,#5c79ac 0%, #fbc2eb 100%);
padding: 40px 0;
}
section.sobre,.victor{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: nowrap;
}
.victor{
width: 100%;
max-width: 1000px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: nowrap;
padding: 0 2%;
}
.victor-content{
text-align: center;
}
.victor-content h5{
font-size: 15px;
font-style: italic;
padding-top: 10px;
}
.victor-content h6{
font-style: italic;
padding-bottom: 10px;
}
.victor img{
width: 100%;
max-width: 320px;
border-radius: 50%;
padding-right: 25px;
}
.victor p{
max-width: 600px;
font-size: 17px;
line-height: 26px;
padding-bottom: 20px;
}
section.medias{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
background: #5c79ac;
}
.redes i{
font-size: 28px;
padding: 3px;
}
.redes a{
font-size: 17px;
}
.redes h3:hover a{
text-decoration: underline;
color: white;
}
.infos h3>i{
font-size: 28px;
padding: 3px;
}
.infos h3 i.fa-envelope{
position: relative;
left: -3px;
top: 3px;
}
.infos h3 i.fa-whatsapp{
position: relative;
top: 3px;
}
footer{
display: flex;
justify-content: space-around;
align-items: center;
height: 100px;
flex-direction: row;
background: #5c79ac;
}
footer .logo{
position: relative;
left: -40px;
}
.endereco p{
padding: 2px;
position: relative;
left: -155px;
}
/* keyframes animate background*/
@keyframes bg-animate{
0%{
background-position: 0% 0%;
}
30%{
background-position: 10% 30%;
}
60%{
background-position: 45% 65%;
}
100%{
background-position: 100% 100%;
}
}
/**** medias screen ****/
@media screen and (max-width: 1024px) {
.linguagens{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.skills-content-js{
top: 0px;
}
.skills-content-css{
top: 0px;
}
.css img{
top: 0px;
}
.js img{
position: relative;
top: 0px;
}
section.projetos{
flex-direction: column;
padding-top: 50px;
}
}
@media screen and (max-width: 768px) {
ul.menu-desktop{
display: none;
}
header{
flex-direction: column;
padding-top: 17px;
justify-content: center;
}
.logo h1>a{
margin-left: 0;
}
h3.button{
display: block;
}
.victor p{
max-width: 500px;
font-size: 16px;
line-height: 24px;
padding-bottom: 20px;
}
header{
position: initial;
}
}
@media screen and (max-width: 640px) {
.main-title h2{
font-size: 70px;
}
.victor p{
max-width: 500px;
font-size: 15px;
line-height: 20px;
}
.victor{
flex-direction: column;
}
footer .logo,.endereco p{
position: relative;
left: 0px;
}
}
@media screen and (max-width: 480px) {
.main-title h2{
font-size: 50px;
}
.victor{
flex-direction: column;
}
}
@media screen and (max-width: 375px) {
div.main-title{
padding: 0px 2%;
position: relative;
top: -100px;
}
.main-title h2{
font-size: 38px;
}
.main-title p{
font-size: 20px;
font-weight: normal;
}
.redes a{
font-size: 16px;
}
.infos h3>i{
font-size: 24px;
}
.infos h3{
font-size: 15px;
}
footer{
flex-direction: column;
height: auto;
}
footer .logo{
padding: 10px 0;
}
.endereco{
padding: 5px 0 10px 0;
font-size: 15px;
}
div.main-title{
padding: 110px 2%;
}
ul.menu-mobile li{
padding: 10px 0;
}
ul.menu-mobile a{
padding: 10px 100px;
}
}
@media screen and (max-width: 320px) {
div.main-title{
padding: 0px 2%;
position: relative;
top: 0px;
}
.main-title h2{
font-size: 30px;
}
.main-title p{
font-size: 18px;
font-weight: normal;
}
.code img{
width: 80%;
max-width: 350px;
}
.js img{
width: 70%;
}
section.bg-main{
height: 80vh;
}
.endereco p{
left: 0px;
}
footer .logo{
left: 0px;
}
ul.menu-mobile a{
padding: 20px 0px;
}
}
| 0.426083 | 0.058078 |
* {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-image: url("header-background.jpg");
}
/* Style the top navigation bar */
.topnav1 {
overflow: hidden;
}
/* Style the topnav links */
.topnav1 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 37%;
transform: translate(-50%, -50%);
}
/* Change color on hover */
.topnav1 a:hover {
background-color: #ddd;
color: black;
}
/* Style the top navigation bar */
.topnav2 {
overflow: hidden;
}
/* Style the topnav links */
.topnav2 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Change color on hover */
.topnav2 a:hover {
background-color: #ddd;
color: black;
}
/* Style the top navigation bar */
.topnav3 {
overflow: hidden;
}
/* Style the topnav links */
.topnav3 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 60%;
transform: translate(-50%, -50%);
}
/* Change color on hover */
.topnav4 a:hover {
background-color: #ddd;
color: black;
}
/* Style the top navigation bar */
.topnav4 {
overflow: hidden;
}
/* Style the topnav links */
.topnav4 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 70%;
transform: translate(-50%, -50%);
}
.topnav4 a:hover {
background-color: #ddd;
color: black;
}
/* Style the content */
.content {
padding: 10px;
height: 200px; /* Should be removed. Only for demonstration */
}
.whoami{
text-align: center;
color: white;
font-size: 80px;
margin-top: 200px;
letter-spacing: .1em;
text-shadow:
0 -1px 0 #fff,
0 1px 0 #2e2e2e,
0 2px 0 #2c2c2c,
0 3px 0 #2a2a2a,
0 4px 0 #282828,
0 5px 0 #262626,
0 6px 0 #242424,
0 7px 0 #222,
0 8px 0 #202020,
0 9px 0 #1e1e1e,
0 10px 0 #1c1c1c,
0 11px 0 #1a1a1a,
0 12px 0 #181818,
0 13px 0 #161616,
0 14px 0 #141414,
0 15px 0 #121212,
0 22px 30px rgba(0, 0, 0, 0.9);
}
.dis{
text-align: center;
margin-top: 150px;
color: white;
font-size: 18px;
color: #e0dfdc;
letter-spacing: .1em;
text-shadow:
0 -1px 0 #fff,
0 1px 0 #2e2e2e,
0 2px 0 #2c2c2c,
0 3px 0 #2a2a2a,
0 4px 0 #282828,
0 5px 0 #262626,
0 6px 0 #242424,
0 7px 0 #222,
0 8px 0 #202020,
0 9px 0 #1e1e1e,
0 10px 0 #1c1c1c,
0 11px 0 #1a1a1a,
0 12px 0 #181818,
0 13px 0 #161616,
0 14px 0 #141414,
0 15px 0 #121212,
0 22px 30px rgba(0, 0, 0, 0.9);
}
/* Style all font awesome icons */
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
color: white;
margin-top: 25%;
margin-left: 10%;
}
/* Twitter */
.fa-twitter {
color: white;
left: 60%;
margin-top: 25%;
margin-left: 15%;
size: 100px;
}
.fa-instagram {
color: white;
left: 60%;
margin-top: 25%;
margin-left: 5%;
size: 100px;
}
* {
box-sizing: border-box;
}
h1 {
text-align: center;
color: white;
margin-top: 250px;
font-size: xx-large;
color: #2c2c2c;
letter-spacing: .05em;
text-shadow:
4px 4px 0px #d5d5d5,
7px 7px 0px rgba(0, 0, 0, 0.2);
}
#Movie {
width: 45%;
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#MovImg {
float: right;
margin-top: -550px;
}
#Sound {
width: 45%;
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#SoundImg {
float: right;
width: 600px;
margin-top: -40%;
}
#comix {
width: 45%;
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#ComixImg {
float: right;
width: 600px;
margin-top: -40%;
}
#mv {
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#MovieImg {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
margin-top: -30%;
};
|
web portfolio/style.css
|
* {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-image: url("header-background.jpg");
}
/* Style the top navigation bar */
.topnav1 {
overflow: hidden;
}
/* Style the topnav links */
.topnav1 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 37%;
transform: translate(-50%, -50%);
}
/* Change color on hover */
.topnav1 a:hover {
background-color: #ddd;
color: black;
}
/* Style the top navigation bar */
.topnav2 {
overflow: hidden;
}
/* Style the topnav links */
.topnav2 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Change color on hover */
.topnav2 a:hover {
background-color: #ddd;
color: black;
}
/* Style the top navigation bar */
.topnav3 {
overflow: hidden;
}
/* Style the topnav links */
.topnav3 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 60%;
transform: translate(-50%, -50%);
}
/* Change color on hover */
.topnav4 a:hover {
background-color: #ddd;
color: black;
}
/* Style the top navigation bar */
.topnav4 {
overflow: hidden;
}
/* Style the topnav links */
.topnav4 a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin-right: 70px;
float: right;
position: absolute;
top: 5%;
left: 70%;
transform: translate(-50%, -50%);
}
.topnav4 a:hover {
background-color: #ddd;
color: black;
}
/* Style the content */
.content {
padding: 10px;
height: 200px; /* Should be removed. Only for demonstration */
}
.whoami{
text-align: center;
color: white;
font-size: 80px;
margin-top: 200px;
letter-spacing: .1em;
text-shadow:
0 -1px 0 #fff,
0 1px 0 #2e2e2e,
0 2px 0 #2c2c2c,
0 3px 0 #2a2a2a,
0 4px 0 #282828,
0 5px 0 #262626,
0 6px 0 #242424,
0 7px 0 #222,
0 8px 0 #202020,
0 9px 0 #1e1e1e,
0 10px 0 #1c1c1c,
0 11px 0 #1a1a1a,
0 12px 0 #181818,
0 13px 0 #161616,
0 14px 0 #141414,
0 15px 0 #121212,
0 22px 30px rgba(0, 0, 0, 0.9);
}
.dis{
text-align: center;
margin-top: 150px;
color: white;
font-size: 18px;
color: #e0dfdc;
letter-spacing: .1em;
text-shadow:
0 -1px 0 #fff,
0 1px 0 #2e2e2e,
0 2px 0 #2c2c2c,
0 3px 0 #2a2a2a,
0 4px 0 #282828,
0 5px 0 #262626,
0 6px 0 #242424,
0 7px 0 #222,
0 8px 0 #202020,
0 9px 0 #1e1e1e,
0 10px 0 #1c1c1c,
0 11px 0 #1a1a1a,
0 12px 0 #181818,
0 13px 0 #161616,
0 14px 0 #141414,
0 15px 0 #121212,
0 22px 30px rgba(0, 0, 0, 0.9);
}
/* Style all font awesome icons */
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
}
/* Add a hover effect if you want */
.fa:hover {
opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
color: white;
margin-top: 25%;
margin-left: 10%;
}
/* Twitter */
.fa-twitter {
color: white;
left: 60%;
margin-top: 25%;
margin-left: 15%;
size: 100px;
}
.fa-instagram {
color: white;
left: 60%;
margin-top: 25%;
margin-left: 5%;
size: 100px;
}
* {
box-sizing: border-box;
}
h1 {
text-align: center;
color: white;
margin-top: 250px;
font-size: xx-large;
color: #2c2c2c;
letter-spacing: .05em;
text-shadow:
4px 4px 0px #d5d5d5,
7px 7px 0px rgba(0, 0, 0, 0.2);
}
#Movie {
width: 45%;
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#MovImg {
float: right;
margin-top: -550px;
}
#Sound {
width: 45%;
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#SoundImg {
float: right;
width: 600px;
margin-top: -40%;
}
#comix {
width: 45%;
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#ComixImg {
float: right;
width: 600px;
margin-top: -40%;
}
#mv {
font-size: large;
height: 475px;
margin:30px;
margin-right:50px;
left: 100%;
margin-bottom: 70px;
line-height: 2;
color: gray;
text-align: center;
}
#MovieImg {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
margin-top: -30%;
};
| 0.469763 | 0.080502 |
.left{float:left;width:770px; }
.right-extra{float:right;width:210px;}
.p-name a:link,.p-name a:visited{color:#666;}
.p-name a:hover{color:#E4393C;}
/*succeed*/
#succeed{position:relative;overflow:visible;}
#succeed .corner{display:none;position:absolute;width:4px;height:4px;font-size:0;line-height:0;overflow:hidden;}
#succeed .tl{top:-1px;left:-1px;background-position:-17px 0;}
#succeed .tr{top:-1px;right:-1px;background-position:-21px 0;}
#succeed .bl{bottom:-1px;left:-1px;background-position:-17px -4px;}
#succeed .br{bottom:-1px;right:-1px;background-position:-21px -4px;}
#succeed .btn-pay,#succeed .btn-continue,#succeed .btn-append{background:#ccc url(i/20130425D.png) no-repeat;line-height:100px;overflow:hidden;display:block;}
#succeed .btn-pay{float:right;width:189px;height:36px;margin:0 25px 0 10px;_margin-right:12px;background-position:0 0;}
#succeed .btn-continue{float:right;background-position:-90px -37px;width:94px;height:36px;}
#succeed .btn-append{background-position:-41px 0;width:93px;height:23px;}
#succeed .success{overflow:hidden;height:65px;padding:31px 10px 16px 80px;zoom:1;}
#succeed .success b,#succeed .success-b{float:left;overflow:hidden;width:304px;height:40px;padding-left:56px;background:url(i/20130425D.png) no-repeat 0 -100px;font:normal 24px/40px \5fae\8f6f\96c5\9ed1;color:#7ABD54;}
#succeed .success-b{color:#999;font:12px/150% Arial,Verdana,"\5b8b\4f53";height:auto}
#succeed .success-b h3{font:normal 24px/40px \5fae\8f6f\96c5\9ed1;color:#7ABD54;}
.extend{overflow:hidden;margin-top:10px;width:565px;padding-left:35px;}
.extend li{zoom:1;overflow:hidden;line-height:23px;font-size:12px;margin-bottom:5px;}
.extend p{float:left;width:470px;overflow:hidden;}
.extend .font1{color:#f60204;}
/*m1*/
.m1{border:1px solid #ddd;}
.m1 .mt{height:30px;background:#f7f7f7;}
.m1 .mt h2{height:30px;padding-left:10px;font:normal 14px/31px \5fae\8f6f\96c5\9ed1;color:#333}
.m1 .mt .tl{display:none;}
.m1 .mc{overflow:hidden;width:758px;padding:2px 5px;}
.m1 .mc dl{float:left;width:33.3%;padding:10px 0;}
.m1 .mc dt{float:left;padding-left:5px;}
.m1 .mc dd{float:left;width:130px;padding:5px;}
.m1 .mc dd div{margin-bottom:5px;}
.m1 .p-name{height:1.5em;}
.m1 .mc dd .p-price{margin-bottom:5px;}
.m1 .p-price {height:18px; overflow:hidden; zoom:1;}
.m1 .p-price img {margin-top:1px; float:left;}
.m1 .p-price span {padding-left:4px; _padding-left:8px; float:left;}
.m1 .p-review a:link,.m1 .p-review a:visited{color:#005aa0;}
.m1 .btn-append{display:block;overflow:hidden;width:89px;height:21px;background:url(i/20130425D.png) #F6F6F6 no-repeat 0 -63px;text-align:center;text-decoration:none;line-height:21px;color:#333;}
.m1 .mb{display:none;}
/*promotion*/
#promotion .p-price span{color:red;font-weight:bold;}
/*mycart-detail*/
#mycart-detail{position:relative;overflow:visible;border-width:2px 1px 1px;border-style:solid;border-color:#999 #ddd #ddd;zoom:1;}
#mycart-detail .corner{display:none;}
#mycart-detail .mt{height:30px;background:#f7f7f7;}
#mycart-detail .mt h2{padding-left:9px;font:normal 14px/30px \5fae\8f6f\96c5\9ed1;color:#333;}
#mycart-detail .mt h2 s{float:left;width:20px;height:16px;margin:8px 8px 0 0;background:url(i/20130425D.png) no-repeat -90px -74px;}
#mycart-detail .mc{padding-top:6px;}
#mycart-detail h3{padding:0 10px;font-size:12px;font-weight:normal;color:#333;}
#mycart-detail dl{overflow:hidden;zoom:1;}
#mycart-detail dt{float:left;margin:0;}
#mycart-detail dd{float:right;width:110px;}
#mycart-detail .new{padding-bottom:8px;border-bottom:1px dotted #ddd;margin:10px 10px 8px;}
#mycart-detail .new .p-price span{font-family:verdana;font-size:12px;color:#E4393C;}
#mycart-detail .old{padding:10px;}
#mycart-detail .total{margin-top:10px;padding:10px;background:#F7F7F7;}
#mycart-detail .total strong{padding:0 3px;font-family:verdana;font-size:15px;color:#E4393C;}
#mycart-detail #skuCount{font-size:12px;}
#mycart-detail .btns{padding:0 10px 10px;background:#F7F7F7;}
#mycart-detail .btn-pay{display:block;overflow:hidden;width:189px;height:36px;background:url(i/20130425D.png) red no-repeat;line-height:100px;}
/*promotion*/
/*pt*/
.m1 .p-price .p-tag {
float:none;
}
.m1 .p-price .p-tag a:hover {
color:#fff;
text-decoration:none;
}
.pt1,.pt2,.pt3,.pt4,.pt5{padding:1px 2px;margin:0 1px;margin-bottom:-3px;background:#E4393C;line-height:14px;text-align:center;font-size:12px;color:#fff;*zoom:1;}
/*
.pt1,.pt2,.pt3,.pt4{display:inline-block;width:28px;height:16px;margin:0 2px;overflow:hidden;background-image:url(http://misc.360buyimg.com/201007/skin/df/i/icon_promotion20110727.png);background-repeat:no-repeat;line-height:100px;font-size:0;margin-bottom:-3px;*margin-bottom:12px;}
.pt1{background-position:-71px -180px;}
.pt2{background-position:-100px -180px;}
.pt3{background-position:-42px -180px;}
.pt4{background-position:0 -180px;width:41px;}
*html .pi1,*html .pi2,*html .pi3,*html .pi4,*html .pi5,*html .pi6,*html .pi7,*html .pi8,*html .pi9,*html .pi10,*html .pi11,*html .pi12{background-image:url(http://misc.360buyimg.com/201007/skin/df/i/icon_promotion20110727.gif);}
*/
#cart_yb .extend {margin-bottom:5px;}
#cart_yb .extend-minimize {height:84px;}
#cart_yb .extend .item {overflow:hidden; line-height:23px;font-size:12px;margin-bottom:5px; zoom:1;}
#cart_yb .btn-append {float:left;}
#cart_yb .extend-more .inner {width:776px;}
.root61 #cart_yb .extend-more .inner {width:996px;}
#cart_yb .extend-more {height:18px; margin-bottom:5px; overflow:hidden;}
#cart_yb .extend-more .inner {width:900px; height:17px; border-top:1px solid #ccc; text-align:center;}
#extend-more-btn {width:60px; height:16px; margin:-1px auto 0; border:1px solid #ccc; border-top-color:#fff; position:relative; text-align:left; cursor:pointer; background:url(i/more-bg-1.gif) repeat-x;}
#extend-more-btn span, #extend-more-btn s {float:left; cursor:pointer;}
#extend-more-btn span {margin-right:5px; color:#666; line-height:16px;}
#extend-more-btn s {width:5px; height:7px; margin-top:4px; overflow:hidden; line-height:0; font-size:0; background:url(i/more-arrow-1.gif) no-repeat;}
#cart_yb .extend-more span {padding-left:15px;}
#cart_yb .extend-more .extend-collapse s {background-position:0 -6px;}
#mycart-detail .p-extend-service {color:#999;}
/*lq 20130411*/
#cart_yb2 .extend {margin-bottom:5px;}
#cart_yb2 .extend-minimize {height:84px;}
#cart_yb2 .extend .item {overflow:hidden; line-height:23px;font-size:12px;margin-bottom:5px; zoom:1;}
#cart_yb2 .btn-append {float:left;}
#cart_yb2 .extend-more .inner {width:776px;}
.root61 #cart_yb2 .extend-more .inner {width:996px;}
#cart_yb2 .extend-more {height:18px; margin-bottom:5px; overflow:hidden;}
#cart_yb2 .extend-more .inner {width:900px; height:17px; border-top:1px solid #ccc; text-align:center;}
#extend-more-btn {width:60px; height:16px; margin:-1px auto 0; border:1px solid #ccc; border-top-color:#fff; position:relative; text-align:left; cursor:pointer; background:url(i/more-bg-1.gif) repeat-x;}
#extend-more-btn span, #extend-more-btn s {float:left; cursor:pointer;}
#extend-more-btn span {margin-right:5px; color:#666; line-height:16px;}
#extend-more-btn s {width:5px; height:7px; margin-top:4px; overflow:hidden; line-height:0; font-size:0; background:url(i/more-arrow-1.gif) no-repeat;}
#cart_yb2 .extend-more span {padding-left:15px;}
#cart_yb2 .extend-more .extend-collapse s {background-position:0 -6px;}
#mycart-detail .p-extend-service {color:#999;}
#cart_yb2{position:relative;padding:10px 0 0 150px;/*border:1px solid #D0E4C2;background:#FCFFFA;*/}
#cart_yb2 .service-yb-tit{position:absolute;top:15px;left:84px;}
#cart_yb2 .service-type { padding-bottom:5px; overflow:hidden; *zoom:1; clear:both; }
#cart_yb2 .item { position:relative; float: left;margin: 2px 8px 2px 0}
#cart_yb2 .item a { padding:2px 5px 2px 22px; border: 1px solid #ccc;display:block;white-space: nowrap;text-decoration: none;}
#cart_yb2 .selected b{position:absolute;bottom:0;right:0;overflow:hidden;width:12px;height:12px;background:url(i/20130425D.png) no-repeat -116px -75px;}
#cart_yb2 .item a:hover,
#cart_yb2 .selected a{padding:1px 4px 1px 21px;border:2px solid #E4393C;}
#cart_yb2 .item i { display:block; position:absolute; left:4px; top:4px; width:16px; height:16px;}
#cart_yb2 .service-yb-buy{display:block;overflow:hidden;width:89px;height:25px;margin-bottom:10px;background:url(i/20130425D.png) no-repeat 0 -37px;line-height:24px;text-align:center;text-decoration:none;color:#333;}
#cart_yb2 .item i{background-image:url(http://misc.360buyimg.com/purchase/skin/i/yb-icons.jpg);background-repeat:no-repeat;}
.yb-ico-t2,
.yb-ico-t3,
.yb-ico-t4 { background-position:0 0;}
.yb-ico-t6,
.yb-ico-t7 { background-position:-54px 0; }
.yb-ico-t9 { background-position:-18px 0;}
/*root61*/
.root61 .left{width:990px;}
.root61 .m1 .mc{width:978px;}
.root61 .m1 .mc dd{width:200px;}
.root61 #succeed .btn-pay{margin:0 150px 0 10px;_margin-right:75px;}
.root61 #succeed .success{padding:31px 10px 16px 140px;}
/* cellphone-reco */
#cellphone .tab-hd { padding:10px; margin:0 20px; border-bottom:1px solid #eee; overflow:hidden; *zoom:1;}
#cellphone .tab-hd a,
#cellphone .tab-hd li { color:#005ea7;}
#cellphone .tab-hd li.curr { color:#e4393c; cursor:default; font-weight:bold; }
#cellphone .tab-hd li.last { border:none; }
#cellphone .tab-hd ul { float:left; }
#cellphone .tab-hd .extra { float:right; }
#cellphone .tab-hd li { float:left; border-right:1px solid #ccc; cursor:pointer; margin-right:10px; padding-right:10px;}
/* similar-reco */
#similar .tab-hd { padding:10px; margin:0 20px; border-bottom:1px solid #eee; overflow:hidden; *zoom:1;}
#similar .tab-hd a,
#similar .tab-hd li { color:#005ea7;}
#similar .tab-hd li.curr { color:#e4393c; cursor:default; font-weight:bold; }
#similar .tab-hd li.last { border:none; }
#similar .tab-hd ul { float:left; }
#similar .tab-hd .extra { float:right; }
#similar .tab-hd li { float:left; border-right:1px solid #ccc; cursor:pointer; margin-right:10px; padding-right:10px;}
.ftx-05{color:#005ea7;}
.ml10{margin-left:10px;}
.btn-1{
background-color: #e74649;
background-image: -moz-linear-gradient(top,#e74649,#df3134);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e74649),color-stop(1,#df3134));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134');
background-image: linear-gradient(to top,#e74649 0,#df3134 100%);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
*display: inline;
*zoom: 1;
height: 18px;
line-height: 18px;
padding: 9px 30px;
color: #fff;
font-size:15px;
font-weight:bold;
font-family:'\5fae\8f6f\96c5\9ed1';
}
.btn-1:hover {
background-color: #f05356;
background-image: -moz-linear-gradient(top,#f05356,#eb3c3f);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f05356),color-stop(1,#eb3c3f));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05356', endColorstr='#eb3c3f', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05356', endColorstr='#eb3c3f');
background-image: linear-gradient(to top,#f05356 0,#eb3c3f 100%)
}
.btn-1:link,.btn-1:visited{
color: #fff;
text-decoration: none
}
.btn-9{
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top,#f7f7f7,#f3f2f2);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(1,#f3f2f2));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f3f2f2', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f3f2f2');
background-image: linear-gradient(to top,#f7f7f7 0,#f3f2f2 100%);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
*display: inline;
*zoom: 1;
height: 18px;
line-height: 18px;
border: 1px solid #ddd;
padding: 8px 29px;
color: #444;
font-size:15px;
font-weight:bold;
font-family:'\5fae\8f6f\96c5\9ed1';
}
.btn-9:hover {
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top,#f8f8f8,#f5f5f5);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(1,#f5f5f5));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='whitesmoke', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='whitesmoke');
background-image: linear-gradient(to top,#f8f8f8 0,#f5f5f5 100%)
}
.btn-9:link,.btn-9:visited{
color: #444;
text-decoration: none
}
#succeed .success{padding-left:0;}
.root61 #succeed .success{padding-left:80px;}
|
hansuo-portal/src/main/webapp/css/initcart20150123.css
|
.left{float:left;width:770px; }
.right-extra{float:right;width:210px;}
.p-name a:link,.p-name a:visited{color:#666;}
.p-name a:hover{color:#E4393C;}
/*succeed*/
#succeed{position:relative;overflow:visible;}
#succeed .corner{display:none;position:absolute;width:4px;height:4px;font-size:0;line-height:0;overflow:hidden;}
#succeed .tl{top:-1px;left:-1px;background-position:-17px 0;}
#succeed .tr{top:-1px;right:-1px;background-position:-21px 0;}
#succeed .bl{bottom:-1px;left:-1px;background-position:-17px -4px;}
#succeed .br{bottom:-1px;right:-1px;background-position:-21px -4px;}
#succeed .btn-pay,#succeed .btn-continue,#succeed .btn-append{background:#ccc url(i/20130425D.png) no-repeat;line-height:100px;overflow:hidden;display:block;}
#succeed .btn-pay{float:right;width:189px;height:36px;margin:0 25px 0 10px;_margin-right:12px;background-position:0 0;}
#succeed .btn-continue{float:right;background-position:-90px -37px;width:94px;height:36px;}
#succeed .btn-append{background-position:-41px 0;width:93px;height:23px;}
#succeed .success{overflow:hidden;height:65px;padding:31px 10px 16px 80px;zoom:1;}
#succeed .success b,#succeed .success-b{float:left;overflow:hidden;width:304px;height:40px;padding-left:56px;background:url(i/20130425D.png) no-repeat 0 -100px;font:normal 24px/40px \5fae\8f6f\96c5\9ed1;color:#7ABD54;}
#succeed .success-b{color:#999;font:12px/150% Arial,Verdana,"\5b8b\4f53";height:auto}
#succeed .success-b h3{font:normal 24px/40px \5fae\8f6f\96c5\9ed1;color:#7ABD54;}
.extend{overflow:hidden;margin-top:10px;width:565px;padding-left:35px;}
.extend li{zoom:1;overflow:hidden;line-height:23px;font-size:12px;margin-bottom:5px;}
.extend p{float:left;width:470px;overflow:hidden;}
.extend .font1{color:#f60204;}
/*m1*/
.m1{border:1px solid #ddd;}
.m1 .mt{height:30px;background:#f7f7f7;}
.m1 .mt h2{height:30px;padding-left:10px;font:normal 14px/31px \5fae\8f6f\96c5\9ed1;color:#333}
.m1 .mt .tl{display:none;}
.m1 .mc{overflow:hidden;width:758px;padding:2px 5px;}
.m1 .mc dl{float:left;width:33.3%;padding:10px 0;}
.m1 .mc dt{float:left;padding-left:5px;}
.m1 .mc dd{float:left;width:130px;padding:5px;}
.m1 .mc dd div{margin-bottom:5px;}
.m1 .p-name{height:1.5em;}
.m1 .mc dd .p-price{margin-bottom:5px;}
.m1 .p-price {height:18px; overflow:hidden; zoom:1;}
.m1 .p-price img {margin-top:1px; float:left;}
.m1 .p-price span {padding-left:4px; _padding-left:8px; float:left;}
.m1 .p-review a:link,.m1 .p-review a:visited{color:#005aa0;}
.m1 .btn-append{display:block;overflow:hidden;width:89px;height:21px;background:url(i/20130425D.png) #F6F6F6 no-repeat 0 -63px;text-align:center;text-decoration:none;line-height:21px;color:#333;}
.m1 .mb{display:none;}
/*promotion*/
#promotion .p-price span{color:red;font-weight:bold;}
/*mycart-detail*/
#mycart-detail{position:relative;overflow:visible;border-width:2px 1px 1px;border-style:solid;border-color:#999 #ddd #ddd;zoom:1;}
#mycart-detail .corner{display:none;}
#mycart-detail .mt{height:30px;background:#f7f7f7;}
#mycart-detail .mt h2{padding-left:9px;font:normal 14px/30px \5fae\8f6f\96c5\9ed1;color:#333;}
#mycart-detail .mt h2 s{float:left;width:20px;height:16px;margin:8px 8px 0 0;background:url(i/20130425D.png) no-repeat -90px -74px;}
#mycart-detail .mc{padding-top:6px;}
#mycart-detail h3{padding:0 10px;font-size:12px;font-weight:normal;color:#333;}
#mycart-detail dl{overflow:hidden;zoom:1;}
#mycart-detail dt{float:left;margin:0;}
#mycart-detail dd{float:right;width:110px;}
#mycart-detail .new{padding-bottom:8px;border-bottom:1px dotted #ddd;margin:10px 10px 8px;}
#mycart-detail .new .p-price span{font-family:verdana;font-size:12px;color:#E4393C;}
#mycart-detail .old{padding:10px;}
#mycart-detail .total{margin-top:10px;padding:10px;background:#F7F7F7;}
#mycart-detail .total strong{padding:0 3px;font-family:verdana;font-size:15px;color:#E4393C;}
#mycart-detail #skuCount{font-size:12px;}
#mycart-detail .btns{padding:0 10px 10px;background:#F7F7F7;}
#mycart-detail .btn-pay{display:block;overflow:hidden;width:189px;height:36px;background:url(i/20130425D.png) red no-repeat;line-height:100px;}
/*promotion*/
/*pt*/
.m1 .p-price .p-tag {
float:none;
}
.m1 .p-price .p-tag a:hover {
color:#fff;
text-decoration:none;
}
.pt1,.pt2,.pt3,.pt4,.pt5{padding:1px 2px;margin:0 1px;margin-bottom:-3px;background:#E4393C;line-height:14px;text-align:center;font-size:12px;color:#fff;*zoom:1;}
/*
.pt1,.pt2,.pt3,.pt4{display:inline-block;width:28px;height:16px;margin:0 2px;overflow:hidden;background-image:url(http://misc.360buyimg.com/201007/skin/df/i/icon_promotion20110727.png);background-repeat:no-repeat;line-height:100px;font-size:0;margin-bottom:-3px;*margin-bottom:12px;}
.pt1{background-position:-71px -180px;}
.pt2{background-position:-100px -180px;}
.pt3{background-position:-42px -180px;}
.pt4{background-position:0 -180px;width:41px;}
*html .pi1,*html .pi2,*html .pi3,*html .pi4,*html .pi5,*html .pi6,*html .pi7,*html .pi8,*html .pi9,*html .pi10,*html .pi11,*html .pi12{background-image:url(http://misc.360buyimg.com/201007/skin/df/i/icon_promotion20110727.gif);}
*/
#cart_yb .extend {margin-bottom:5px;}
#cart_yb .extend-minimize {height:84px;}
#cart_yb .extend .item {overflow:hidden; line-height:23px;font-size:12px;margin-bottom:5px; zoom:1;}
#cart_yb .btn-append {float:left;}
#cart_yb .extend-more .inner {width:776px;}
.root61 #cart_yb .extend-more .inner {width:996px;}
#cart_yb .extend-more {height:18px; margin-bottom:5px; overflow:hidden;}
#cart_yb .extend-more .inner {width:900px; height:17px; border-top:1px solid #ccc; text-align:center;}
#extend-more-btn {width:60px; height:16px; margin:-1px auto 0; border:1px solid #ccc; border-top-color:#fff; position:relative; text-align:left; cursor:pointer; background:url(i/more-bg-1.gif) repeat-x;}
#extend-more-btn span, #extend-more-btn s {float:left; cursor:pointer;}
#extend-more-btn span {margin-right:5px; color:#666; line-height:16px;}
#extend-more-btn s {width:5px; height:7px; margin-top:4px; overflow:hidden; line-height:0; font-size:0; background:url(i/more-arrow-1.gif) no-repeat;}
#cart_yb .extend-more span {padding-left:15px;}
#cart_yb .extend-more .extend-collapse s {background-position:0 -6px;}
#mycart-detail .p-extend-service {color:#999;}
/*lq 20130411*/
#cart_yb2 .extend {margin-bottom:5px;}
#cart_yb2 .extend-minimize {height:84px;}
#cart_yb2 .extend .item {overflow:hidden; line-height:23px;font-size:12px;margin-bottom:5px; zoom:1;}
#cart_yb2 .btn-append {float:left;}
#cart_yb2 .extend-more .inner {width:776px;}
.root61 #cart_yb2 .extend-more .inner {width:996px;}
#cart_yb2 .extend-more {height:18px; margin-bottom:5px; overflow:hidden;}
#cart_yb2 .extend-more .inner {width:900px; height:17px; border-top:1px solid #ccc; text-align:center;}
#extend-more-btn {width:60px; height:16px; margin:-1px auto 0; border:1px solid #ccc; border-top-color:#fff; position:relative; text-align:left; cursor:pointer; background:url(i/more-bg-1.gif) repeat-x;}
#extend-more-btn span, #extend-more-btn s {float:left; cursor:pointer;}
#extend-more-btn span {margin-right:5px; color:#666; line-height:16px;}
#extend-more-btn s {width:5px; height:7px; margin-top:4px; overflow:hidden; line-height:0; font-size:0; background:url(i/more-arrow-1.gif) no-repeat;}
#cart_yb2 .extend-more span {padding-left:15px;}
#cart_yb2 .extend-more .extend-collapse s {background-position:0 -6px;}
#mycart-detail .p-extend-service {color:#999;}
#cart_yb2{position:relative;padding:10px 0 0 150px;/*border:1px solid #D0E4C2;background:#FCFFFA;*/}
#cart_yb2 .service-yb-tit{position:absolute;top:15px;left:84px;}
#cart_yb2 .service-type { padding-bottom:5px; overflow:hidden; *zoom:1; clear:both; }
#cart_yb2 .item { position:relative; float: left;margin: 2px 8px 2px 0}
#cart_yb2 .item a { padding:2px 5px 2px 22px; border: 1px solid #ccc;display:block;white-space: nowrap;text-decoration: none;}
#cart_yb2 .selected b{position:absolute;bottom:0;right:0;overflow:hidden;width:12px;height:12px;background:url(i/20130425D.png) no-repeat -116px -75px;}
#cart_yb2 .item a:hover,
#cart_yb2 .selected a{padding:1px 4px 1px 21px;border:2px solid #E4393C;}
#cart_yb2 .item i { display:block; position:absolute; left:4px; top:4px; width:16px; height:16px;}
#cart_yb2 .service-yb-buy{display:block;overflow:hidden;width:89px;height:25px;margin-bottom:10px;background:url(i/20130425D.png) no-repeat 0 -37px;line-height:24px;text-align:center;text-decoration:none;color:#333;}
#cart_yb2 .item i{background-image:url(http://misc.360buyimg.com/purchase/skin/i/yb-icons.jpg);background-repeat:no-repeat;}
.yb-ico-t2,
.yb-ico-t3,
.yb-ico-t4 { background-position:0 0;}
.yb-ico-t6,
.yb-ico-t7 { background-position:-54px 0; }
.yb-ico-t9 { background-position:-18px 0;}
/*root61*/
.root61 .left{width:990px;}
.root61 .m1 .mc{width:978px;}
.root61 .m1 .mc dd{width:200px;}
.root61 #succeed .btn-pay{margin:0 150px 0 10px;_margin-right:75px;}
.root61 #succeed .success{padding:31px 10px 16px 140px;}
/* cellphone-reco */
#cellphone .tab-hd { padding:10px; margin:0 20px; border-bottom:1px solid #eee; overflow:hidden; *zoom:1;}
#cellphone .tab-hd a,
#cellphone .tab-hd li { color:#005ea7;}
#cellphone .tab-hd li.curr { color:#e4393c; cursor:default; font-weight:bold; }
#cellphone .tab-hd li.last { border:none; }
#cellphone .tab-hd ul { float:left; }
#cellphone .tab-hd .extra { float:right; }
#cellphone .tab-hd li { float:left; border-right:1px solid #ccc; cursor:pointer; margin-right:10px; padding-right:10px;}
/* similar-reco */
#similar .tab-hd { padding:10px; margin:0 20px; border-bottom:1px solid #eee; overflow:hidden; *zoom:1;}
#similar .tab-hd a,
#similar .tab-hd li { color:#005ea7;}
#similar .tab-hd li.curr { color:#e4393c; cursor:default; font-weight:bold; }
#similar .tab-hd li.last { border:none; }
#similar .tab-hd ul { float:left; }
#similar .tab-hd .extra { float:right; }
#similar .tab-hd li { float:left; border-right:1px solid #ccc; cursor:pointer; margin-right:10px; padding-right:10px;}
.ftx-05{color:#005ea7;}
.ml10{margin-left:10px;}
.btn-1{
background-color: #e74649;
background-image: -moz-linear-gradient(top,#e74649,#df3134);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e74649),color-stop(1,#df3134));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134');
background-image: linear-gradient(to top,#e74649 0,#df3134 100%);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
*display: inline;
*zoom: 1;
height: 18px;
line-height: 18px;
padding: 9px 30px;
color: #fff;
font-size:15px;
font-weight:bold;
font-family:'\5fae\8f6f\96c5\9ed1';
}
.btn-1:hover {
background-color: #f05356;
background-image: -moz-linear-gradient(top,#f05356,#eb3c3f);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f05356),color-stop(1,#eb3c3f));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05356', endColorstr='#eb3c3f', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05356', endColorstr='#eb3c3f');
background-image: linear-gradient(to top,#f05356 0,#eb3c3f 100%)
}
.btn-1:link,.btn-1:visited{
color: #fff;
text-decoration: none
}
.btn-9{
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top,#f7f7f7,#f3f2f2);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(1,#f3f2f2));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f3f2f2', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f3f2f2');
background-image: linear-gradient(to top,#f7f7f7 0,#f3f2f2 100%);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
*display: inline;
*zoom: 1;
height: 18px;
line-height: 18px;
border: 1px solid #ddd;
padding: 8px 29px;
color: #444;
font-size:15px;
font-weight:bold;
font-family:'\5fae\8f6f\96c5\9ed1';
}
.btn-9:hover {
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top,#f8f8f8,#f5f5f5);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(1,#f5f5f5));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='whitesmoke', GradientType='0');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='whitesmoke');
background-image: linear-gradient(to top,#f8f8f8 0,#f5f5f5 100%)
}
.btn-9:link,.btn-9:visited{
color: #444;
text-decoration: none
}
#succeed .success{padding-left:0;}
.root61 #succeed .success{padding-left:80px;}
| 0.234933 | 0.096748 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins');
@import url('http://fonts.cdnfonts.com/css/uni-neue');
@import url('//db.onlinewebfonts.com/c/80241b4ef777109d2625c9195e7ca852?family=NordiquePro-Bold');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
background-color: #eeeeee !important;
}
.wrapper {
padding: 30px 50px;
border: 1px solid #ddd;
border-radius: 15px;
margin: 10px auto;
max-width: 600px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container{
padding-top: 50px;
padding-bottom: 30px;
}
.logo p{
font-family: 'NordiquePro-Bold', sans-serif;
}
h4 {
letter-spacing: -1px;
font-weight: 400;
}
.tit {
font-family: 'Poppins', sans-serif;
}
.pp{
font-family: 'Poppins', sans-serif;
}
.img {
width: 70px;
height: 70px;
border-radius: 6px;
object-fit: cover;
}
#img-section p,
#change p {
font-size: 12px;
color: #777;
margin-bottom: 10px;
text-align: justify;
}
#img-section b,
#img-section button,
#change b {
font-size: 14px;
right: 0;
}
label {
margin-bottom: 0;
font-size: 12px;
font-weight: 500;
color: #777;
padding-left: 3px;
font-family: 'Poppins', sans-serif;
}
.title-info{
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #fc4a1a;
}
.form-control {
border-radius: 10px;
}
input[placeholder] {
font-weight: 500;
}
.form-control:focus {
box-shadow: none;
border: 1.5px solid #db6c2b;
}
select {
display: block;
width: 100%;
border: 1px solid #ddd;
border-radius: 10px;
height: 40px;
padding: 5px 10px;
}
select:focus {
outline: none;
}
.button {
background-color: #fff;
color: #0779e4;
font-family: 'Poppins', sans-serif;
}
.button:hover {
background-color: #0779e4;
color: #fff;
}
.btn-primary {
background-color: #db6c2b;
}
.danger {
background-color: rgb(247, 71, 71);
color: #faf7f7;
border: 1px solid #ddd;
margin-left: 18px;
}
.ver {
text-align: center;
outline: none;
}
.danger:hover {
background-color: #e20404;
color: #fff;
}
@media(max-width:576px) {
.wrapper {
padding: 25px 20px;
}
#deactivate {
line-height: 18px;
}
}
.fa-check-circle{
color: green;
}
/* radio button */
/* Profile CSS */
.avatar-upload {
position: relative;
max-width: 205px;
margin: 0px auto;
}
.avatar-upload .avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
}
.avatar-upload .avatar-edit input {
display: none;
}
.avatar-upload .avatar-edit input + label {
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #FFFFFF;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
background: #f1f1f1;
border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
content: "\f040";
font-family: 'FontAwesome';
background-image: linear-gradient(45deg, #f83f0b,#e09e1a);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
text-decoration: none;
position: absolute;
top: 10px;
left: 0;
right: 0;
text-align: center;
margin: auto;
}
.avatar-upload .avatar-preview {
width: 192px;
height: 192px;
position: relative;
border-radius: 100%;
border: 6px solid #eea264;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
width: 100%;
height: 100%;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
/* For No blue outline */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
box-shadow: inset 0 -1px 0 #ddd;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
|
assets/css/shopAdminAccountSettings.css
|
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins');
@import url('http://fonts.cdnfonts.com/css/uni-neue');
@import url('//db.onlinewebfonts.com/c/80241b4ef777109d2625c9195e7ca852?family=NordiquePro-Bold');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
background-color: #eeeeee !important;
}
.wrapper {
padding: 30px 50px;
border: 1px solid #ddd;
border-radius: 15px;
margin: 10px auto;
max-width: 600px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container{
padding-top: 50px;
padding-bottom: 30px;
}
.logo p{
font-family: 'NordiquePro-Bold', sans-serif;
}
h4 {
letter-spacing: -1px;
font-weight: 400;
}
.tit {
font-family: 'Poppins', sans-serif;
}
.pp{
font-family: 'Poppins', sans-serif;
}
.img {
width: 70px;
height: 70px;
border-radius: 6px;
object-fit: cover;
}
#img-section p,
#change p {
font-size: 12px;
color: #777;
margin-bottom: 10px;
text-align: justify;
}
#img-section b,
#img-section button,
#change b {
font-size: 14px;
right: 0;
}
label {
margin-bottom: 0;
font-size: 12px;
font-weight: 500;
color: #777;
padding-left: 3px;
font-family: 'Poppins', sans-serif;
}
.title-info{
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #fc4a1a;
}
.form-control {
border-radius: 10px;
}
input[placeholder] {
font-weight: 500;
}
.form-control:focus {
box-shadow: none;
border: 1.5px solid #db6c2b;
}
select {
display: block;
width: 100%;
border: 1px solid #ddd;
border-radius: 10px;
height: 40px;
padding: 5px 10px;
}
select:focus {
outline: none;
}
.button {
background-color: #fff;
color: #0779e4;
font-family: 'Poppins', sans-serif;
}
.button:hover {
background-color: #0779e4;
color: #fff;
}
.btn-primary {
background-color: #db6c2b;
}
.danger {
background-color: rgb(247, 71, 71);
color: #faf7f7;
border: 1px solid #ddd;
margin-left: 18px;
}
.ver {
text-align: center;
outline: none;
}
.danger:hover {
background-color: #e20404;
color: #fff;
}
@media(max-width:576px) {
.wrapper {
padding: 25px 20px;
}
#deactivate {
line-height: 18px;
}
}
.fa-check-circle{
color: green;
}
/* radio button */
/* Profile CSS */
.avatar-upload {
position: relative;
max-width: 205px;
margin: 0px auto;
}
.avatar-upload .avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
}
.avatar-upload .avatar-edit input {
display: none;
}
.avatar-upload .avatar-edit input + label {
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #FFFFFF;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
background: #f1f1f1;
border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
content: "\f040";
font-family: 'FontAwesome';
background-image: linear-gradient(45deg, #f83f0b,#e09e1a);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
text-decoration: none;
position: absolute;
top: 10px;
left: 0;
right: 0;
text-align: center;
margin: auto;
}
.avatar-upload .avatar-preview {
width: 192px;
height: 192px;
position: relative;
border-radius: 100%;
border: 6px solid #eea264;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
width: 100%;
height: 100%;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
/* For No blue outline */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
box-shadow: inset 0 -1px 0 #ddd;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
| 0.282592 | 0.084229 |
* {
margin: 0;
padding: 0;
border: 0;
}
*,
* :before,
* :after {
box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.wrapper {
max-width: 1024px;
min-width: 1024px;
height: 100vh;
margin: 0 auto;
display: flex;
flex: 0 1 auto;
flex-direction: column;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
background: #000;
color: #fff;
padding: 24px 48px;
}
.header__logo {
font: 24px/32px Arial, Helvetica, sans-serif;
font-weight: bold;
flex: 0 0 auto;
}
.header__logo a {
color: #fff;
}
.header__list_nav {
display: flex;
flex-wrap: wrap;
}
.header__nav_link {
padding-left: 32px;
}
.header__nav_link a {
color: #fff;
font: 16px/32px Arial, Helvetica, sans-serif;
color: #fff;
text-transform: uppercase;
display: inline-block;
border-bottom: 1px solid transparent;
vertical-align: top;
}
.header__nav_link a:hover {
border-bottom: 1px solid #d5c4b2;
color: #d5c4b2;
}
.main {
display: flex;
flex: 0 0 auto;
}
.main__sidebar_menu {
display: flex;
flex: 1 0 240px;
background: #fff;
border-right: 1px solid #d5c4b2;
}
.main__menu_list {
padding: 24px 54px 0 32px;
width: 240px;
}
.main__nav_link a {
font: 16px/32px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #000;
padding: 8px 0 8px 16px;
position: relative;
display: inline-block;
vertical-align: top;
}
.main__nav_link.active a:before,
.main__nav_link a:hover:before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: #000;
position: absolute;
left: 0;
top: 50%;
margin: -4px 0 0;
}
.main__section {
flex: 1 1 784px;
background: #fff;
}
.main__section_box{
width: 784px;
}
.main__tittle {
font: 36px/42px Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 24px 48px 23px 48px;
border-bottom: 1px solid #d5c4b2;
color: #d5c4b2;
text-transform: uppercase;
}
.main__text {
font:16px/ 1.31em Arial, Helvetica, sans-serif;
padding: 24px 48px 0 48px;
}
.main__text p {
padding-bottom: 26px;
}
|
layouts/layout2/css/style.css
|
* {
margin: 0;
padding: 0;
border: 0;
}
*,
* :before,
* :after {
box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.wrapper {
max-width: 1024px;
min-width: 1024px;
height: 100vh;
margin: 0 auto;
display: flex;
flex: 0 1 auto;
flex-direction: column;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
background: #000;
color: #fff;
padding: 24px 48px;
}
.header__logo {
font: 24px/32px Arial, Helvetica, sans-serif;
font-weight: bold;
flex: 0 0 auto;
}
.header__logo a {
color: #fff;
}
.header__list_nav {
display: flex;
flex-wrap: wrap;
}
.header__nav_link {
padding-left: 32px;
}
.header__nav_link a {
color: #fff;
font: 16px/32px Arial, Helvetica, sans-serif;
color: #fff;
text-transform: uppercase;
display: inline-block;
border-bottom: 1px solid transparent;
vertical-align: top;
}
.header__nav_link a:hover {
border-bottom: 1px solid #d5c4b2;
color: #d5c4b2;
}
.main {
display: flex;
flex: 0 0 auto;
}
.main__sidebar_menu {
display: flex;
flex: 1 0 240px;
background: #fff;
border-right: 1px solid #d5c4b2;
}
.main__menu_list {
padding: 24px 54px 0 32px;
width: 240px;
}
.main__nav_link a {
font: 16px/32px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #000;
padding: 8px 0 8px 16px;
position: relative;
display: inline-block;
vertical-align: top;
}
.main__nav_link.active a:before,
.main__nav_link a:hover:before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: #000;
position: absolute;
left: 0;
top: 50%;
margin: -4px 0 0;
}
.main__section {
flex: 1 1 784px;
background: #fff;
}
.main__section_box{
width: 784px;
}
.main__tittle {
font: 36px/42px Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 24px 48px 23px 48px;
border-bottom: 1px solid #d5c4b2;
color: #d5c4b2;
text-transform: uppercase;
}
.main__text {
font:16px/ 1.31em Arial, Helvetica, sans-serif;
padding: 24px 48px 0 48px;
}
.main__text p {
padding-bottom: 26px;
}
| 0.297062 | 0.096791 |
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14;
}
em {
color: purple;
}
h1, h2 {
color: purple;
/* background-color: #ffffff; */ /* esto no queda bien con el padding */
padding: .5em;
}
h3, h4, h5{
color: purple;
}
a {
color: purple;
text-decoration: none;
}
.ace-tm {
background-color: #ffffff;
color: black;
}
/***********************/
/* tabla de contenidos */
/***********************/
.topicsList {
padding: .5em;
}
.topicsHeader {
background-color: #ffffff;
color: purple;
padding: .5em;
}
.topicsList #doc-metadata {
background-color: #ffffff;
color: purple;
padding: .5em;
}
.topicsList .topic.current {
background-color: #ffffff;
color: purple;
}
.topicsList .topic:hover, .topicsList .topic:active {
background-color: #ffffff;
color: purple;
}
/***********/
/* Botones */
/***********/
.btn {
background-color: purple;
color: #fff;
}
.btn-default {
color: #ffffff;
background-color: purple;
border: none;
}
.btn-light, .btn-danger, .btn-warning {
background-color: #aa2f2f;
color: #fff;
}
.btn-primary, .btn-secondary , .btn-success, .btn-dark, .btn-info{
background-color: purple;
color: #fff;
}
.btn-group, .btn-group-toggle {
background-color: purple;
color: #fff;
}
.btn:hover, .btn:active, .btn:disabled {
background-color: #aa2f2f;
color: #fff;
}
/****************/
/* Código */
/****************/
code {
color: purple;
background-color: #ffffff;
font-size: 14px;
}
.navbar{
background-color: purple;
color: #fff;
}
.navbar a {
color: #fff !important;
}
.tocify{
background-color: purple;
color: #fff;
}
.tocify-header:list-group{
background-color: purple;
color: #fff;
}
.tocify-item{
background-color: purple;
color: #fff;
}
.tocify-item:active{
background-color: purple;
color: #fff;
}
.tocify-item:hover{
background-color: purple;
color: #fff;
}
.caret {
background-color: purple;
color: #fff;
}
.dropdown-menu {
background-color: purple;
color: #fff;
}
.dropdown-menu a {
color: #fff !important;
}
.dropdown-menu:hover {
color: #fff !important;
}
.dropdown-toggle {
background-color: purple;
color: #fff;
}
code {
color: gray;
background-color: #eee1fc;
font-size: 12px;
}
|
rladies_2.css
|
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14;
}
em {
color: purple;
}
h1, h2 {
color: purple;
/* background-color: #ffffff; */ /* esto no queda bien con el padding */
padding: .5em;
}
h3, h4, h5{
color: purple;
}
a {
color: purple;
text-decoration: none;
}
.ace-tm {
background-color: #ffffff;
color: black;
}
/***********************/
/* tabla de contenidos */
/***********************/
.topicsList {
padding: .5em;
}
.topicsHeader {
background-color: #ffffff;
color: purple;
padding: .5em;
}
.topicsList #doc-metadata {
background-color: #ffffff;
color: purple;
padding: .5em;
}
.topicsList .topic.current {
background-color: #ffffff;
color: purple;
}
.topicsList .topic:hover, .topicsList .topic:active {
background-color: #ffffff;
color: purple;
}
/***********/
/* Botones */
/***********/
.btn {
background-color: purple;
color: #fff;
}
.btn-default {
color: #ffffff;
background-color: purple;
border: none;
}
.btn-light, .btn-danger, .btn-warning {
background-color: #aa2f2f;
color: #fff;
}
.btn-primary, .btn-secondary , .btn-success, .btn-dark, .btn-info{
background-color: purple;
color: #fff;
}
.btn-group, .btn-group-toggle {
background-color: purple;
color: #fff;
}
.btn:hover, .btn:active, .btn:disabled {
background-color: #aa2f2f;
color: #fff;
}
/****************/
/* Código */
/****************/
code {
color: purple;
background-color: #ffffff;
font-size: 14px;
}
.navbar{
background-color: purple;
color: #fff;
}
.navbar a {
color: #fff !important;
}
.tocify{
background-color: purple;
color: #fff;
}
.tocify-header:list-group{
background-color: purple;
color: #fff;
}
.tocify-item{
background-color: purple;
color: #fff;
}
.tocify-item:active{
background-color: purple;
color: #fff;
}
.tocify-item:hover{
background-color: purple;
color: #fff;
}
.caret {
background-color: purple;
color: #fff;
}
.dropdown-menu {
background-color: purple;
color: #fff;
}
.dropdown-menu a {
color: #fff !important;
}
.dropdown-menu:hover {
color: #fff !important;
}
.dropdown-toggle {
background-color: purple;
color: #fff;
}
code {
color: gray;
background-color: #eee1fc;
font-size: 12px;
}
| 0.444565 | 0.061003 |
*{border:none;outline:none;font-weight:100;color:#333;margin:0;padding:0}
body{background:#111;text-align:center;font-family:Arial, Verdana, Sans-serif;font-size:12px;line-height:21px}
strong{font-weight:700}
h1,h2,h3,h4,h5,p{padding-bottom:14px}
h1{border-bottom:dashed 1px #aaa;margin-bottom:14px}
h1,h2{font-size:18px}
h3,h3 a{font-size:16px}
h4,h4 a{font-size:14px}
#header{height:70px}
#header,#outer,#footer,.cl,.dev,#basket_left,.tbl_repeat{width:100%;clear:both}
#header_in{position:relative}
#outer{background:#fff}
#wrapper,#header_in,#footer_in{width:900px;text-align:left;margin:0 auto}
#header_in h5,#header_in h5 a{font-size:18px;color:#fff;text-decoration:none}
#header_in h5{position:absolute;top:23px;left:0;font-style:italic}
#logged_as{position:absolute;top:23px;right:0;color:#fff}
#logged_as strong,#logged_as a{color:#fff}
#wrapper,#footer{padding:14px 0}
#left{width:250px}
#right{padding-left:30px;width:620px}
#navigation,#basket_left{list-style:none;margin-bottom:14px}
#navigation,#navigation li,#navigation li a{float:left;width:250px}
#navigation li a.act{text-decoration:none;font-weight:700}
.cl,.dev{height:0;font-size:0;line-height:0}
.dev{height:14px}
.br_td{border-top:dashed 1px #aaa}
#basket_left dt{clear:left;width:40%}
#basket_left dd{text-align:right;width:30%}
.catalogue_wrapper{width:100%;border-bottom:dashed 1px #aaa;margin-bottom:14px}
.catalogue_wrapper_left{width:150px}
.catalogue_wrapper_right{width:470px}
.add_to_basket{cursor:pointer;text-decoration:underline;color:#295c88}
.red,.warn{color:#900}
.warn{display:block}
.fl_r{float:right}
.lft{width:140px}
.rgt{width:480px}
th,td{text-align:left;vertical-align:top}
.tbl_repeat th,.tbl_repeat td{padding:3px 10px}
.tbl_repeat th{background:#eee;font-weight:700}
.tbl_repeat tr:hover{background:#f9f9f9}
.tbl_insert th{padding:3px 10px 3px 0}
.ta_r,th.ta_r,.td.ta_r{text-align:right}
.col_15{width:15%}
.col_5{width:5%}
.fld,.fld_qty,.fld_price,.sel,.tar,.tar_fixed{border:solid 1px #aaa}
.sel{width:308px}
.fld{width:300px}
.fld_price{width:100px}
.tar{width:98%;height:100px}
.tar_fixed{width:500px;height:100px}
.fld_qty{width:30px;text-align:right;padding:0}
.sbm,.btn{height:22px;text-align:center;cursor:pointer;display:block}
.sbm_blue{background:url(/images/sprite.png) repeat-x 0 0;border:solid 1px #005b9a}
.sbm_orange{background:url(/images/sprite.png) repeat-x 0 -30px;border:solid 1px #222}
.btn{color:#fff;text-decoration:none;background:transparent;border:none;padding:0 15px}
#frm_pp{display:none}
.paging{list-style:none;width:600px;float:left;background:#efefef;margin-bottom:14px;padding:3px 10px}
.paging li{float:left;margin-right:10px}
.inactive{color:#aaa}
.mr_r4{margin-right:4px}
a:hover,#footer_in a,.add_to_basket:hover{text-decoration:none}
#header,#outer,#left,#right,#footer,.cl,.dev,#basket_left,#basket_left dd,#basket_left dt,.catalogue_wrapper,.catalogue_wrapper_left,.catalogue_wrapper_right,.lft,.rgt,.fl_l{float:left}
#navigation li a,#basket_left dt,#basket_left dd{padding:1px 0}
.catalogue_wrapper img,.tbl_repeat,.tbl_insert{margin-bottom:14px}
.tbl_insert td,.fld,.fld_price,.sel,.tar,.tar_fixed{padding:3px}
|
start/css/core.css
|
*{border:none;outline:none;font-weight:100;color:#333;margin:0;padding:0}
body{background:#111;text-align:center;font-family:Arial, Verdana, Sans-serif;font-size:12px;line-height:21px}
strong{font-weight:700}
h1,h2,h3,h4,h5,p{padding-bottom:14px}
h1{border-bottom:dashed 1px #aaa;margin-bottom:14px}
h1,h2{font-size:18px}
h3,h3 a{font-size:16px}
h4,h4 a{font-size:14px}
#header{height:70px}
#header,#outer,#footer,.cl,.dev,#basket_left,.tbl_repeat{width:100%;clear:both}
#header_in{position:relative}
#outer{background:#fff}
#wrapper,#header_in,#footer_in{width:900px;text-align:left;margin:0 auto}
#header_in h5,#header_in h5 a{font-size:18px;color:#fff;text-decoration:none}
#header_in h5{position:absolute;top:23px;left:0;font-style:italic}
#logged_as{position:absolute;top:23px;right:0;color:#fff}
#logged_as strong,#logged_as a{color:#fff}
#wrapper,#footer{padding:14px 0}
#left{width:250px}
#right{padding-left:30px;width:620px}
#navigation,#basket_left{list-style:none;margin-bottom:14px}
#navigation,#navigation li,#navigation li a{float:left;width:250px}
#navigation li a.act{text-decoration:none;font-weight:700}
.cl,.dev{height:0;font-size:0;line-height:0}
.dev{height:14px}
.br_td{border-top:dashed 1px #aaa}
#basket_left dt{clear:left;width:40%}
#basket_left dd{text-align:right;width:30%}
.catalogue_wrapper{width:100%;border-bottom:dashed 1px #aaa;margin-bottom:14px}
.catalogue_wrapper_left{width:150px}
.catalogue_wrapper_right{width:470px}
.add_to_basket{cursor:pointer;text-decoration:underline;color:#295c88}
.red,.warn{color:#900}
.warn{display:block}
.fl_r{float:right}
.lft{width:140px}
.rgt{width:480px}
th,td{text-align:left;vertical-align:top}
.tbl_repeat th,.tbl_repeat td{padding:3px 10px}
.tbl_repeat th{background:#eee;font-weight:700}
.tbl_repeat tr:hover{background:#f9f9f9}
.tbl_insert th{padding:3px 10px 3px 0}
.ta_r,th.ta_r,.td.ta_r{text-align:right}
.col_15{width:15%}
.col_5{width:5%}
.fld,.fld_qty,.fld_price,.sel,.tar,.tar_fixed{border:solid 1px #aaa}
.sel{width:308px}
.fld{width:300px}
.fld_price{width:100px}
.tar{width:98%;height:100px}
.tar_fixed{width:500px;height:100px}
.fld_qty{width:30px;text-align:right;padding:0}
.sbm,.btn{height:22px;text-align:center;cursor:pointer;display:block}
.sbm_blue{background:url(/images/sprite.png) repeat-x 0 0;border:solid 1px #005b9a}
.sbm_orange{background:url(/images/sprite.png) repeat-x 0 -30px;border:solid 1px #222}
.btn{color:#fff;text-decoration:none;background:transparent;border:none;padding:0 15px}
#frm_pp{display:none}
.paging{list-style:none;width:600px;float:left;background:#efefef;margin-bottom:14px;padding:3px 10px}
.paging li{float:left;margin-right:10px}
.inactive{color:#aaa}
.mr_r4{margin-right:4px}
a:hover,#footer_in a,.add_to_basket:hover{text-decoration:none}
#header,#outer,#left,#right,#footer,.cl,.dev,#basket_left,#basket_left dd,#basket_left dt,.catalogue_wrapper,.catalogue_wrapper_left,.catalogue_wrapper_right,.lft,.rgt,.fl_l{float:left}
#navigation li a,#basket_left dt,#basket_left dd{padding:1px 0}
.catalogue_wrapper img,.tbl_repeat,.tbl_insert{margin-bottom:14px}
.tbl_insert td,.fld,.fld_price,.sel,.tar,.tar_fixed{padding:3px}
| 0.257018 | 0.101723 |
html,body { font-size: 100%; height: 100%; width: 100%}
body {font-family: 'Lato', sans-serif !important;font-size: 14px;color: #808080;font-weight: normal;overflow-x: hidden;line-height: 25px;}
.wrapper { width: 100%; height: 100%;}
.list-style-none{list-style-type: none; list-style: none; margin: 0;padding: 0;}
/**** Margin ****/
.m-auto {margin:auto;}
.m-0 {margin:0 !important;}
.m-5 {margin:5px !important;}
.m-10 {margin:10px !important;}
.m-20 {margin:20px !important;}
.m-50 {margin:50px !important;}
/**** Margin Top ****/
.m-t-0 {margin-top:0px !important;}
.m-t-5{margin-top:5px !important; }
.m-t-10{margin-top:10px !important;}
.m-t-20{margin-top:20px !important;}
.m-t-30{margin-top:30px !important;}
.m-t-40{margin-top:40px !important;}
.m-t-60{margin-top:60px !important;}
.m-t-100{margin-top:100px !important;}
/**** Margin Bottom ****/
.m-b-0 {margin-bottom:0px !important;}
.m-b-5 {margin-bottom:5px !important;}
.m-b-6 {margin-bottom:6px !important;}
.m-b-10 {margin-bottom:10px !important;}
.m-b-12 {margin-bottom:12px !important;}
.m-b-15 {margin-bottom:15px !important;}
.m-b-20 {margin-bottom:20px !important;}
.m-b-30 {margin-bottom:30px !important;}
.m-b-40 {margin-bottom:40px !important;}
.m-b-60 {margin-bottom:60px !important;}
.m-b-80 {margin-bottom:80px !important;}
.m-b-140{margin-bottom:140px !important;}
.m-b-80 {margin-bottom:80px !important;}
.m-b-245 {margin-bottom:245px !important;}
.m-b-245 {margin-bottom:245px !important;}
.m-b-m30 {margin-bottom:-30px !important;}
.m-b-m50 {margin-bottom:-50px !important;}
/**** Margin Left ****/
.m-l-5 {margin-left:5px !important;}
.m-l-10 {margin-left:10px !important;}
.m-l-20 {margin-left:20px !important;}
.m-l-30 {margin-left:30px !important;}
.m-l-60 {margin-left:60px !important;}
/**** Margin Right ****/
.m-r-3 {margin-right:3px !important;}
.m-r-5 {margin-right:5px !important;}
.m-r-10 {margin-right:10px !important;}
.m-r-20 {margin-right:20px !important;}
.m-r-30 {margin-right:30px !important;}
.m-r-60 {margin-right:60px !important;}
/**** Padding ****/
.p-0 {padding:0 !important;}
.p-5 {padding:5px !important;}
.p-10 {padding:10px !important;}
.p-15 {padding:15px !important;}
.p-20 {padding:20px !important;}
.p-30 {padding:30px !important;}
.p-40 {padding:40px !important;}
/**** Padding Top ****/
.p-t-0 {padding-top:0 !important;}
.p-t-3 {padding-top:3px !important;}
.p-t-5 {padding-top:5px !important;}
.p-t-10 {padding-top:10px !important;}
.p-t-15 {padding-top:15px !important;}
.p-t-20 {padding-top:20px !important}
.p-t-30 {padding-top:30px !important;}
.h-t-48 {padding-top: 48px !important;}
.p-t-50 {padding-top:50px !important;}
.p-t-60 {padding-top:60px !important;}
.p-t-80 {padding-top:80px !important;}
.p-t-80 {padding-top:100px !important;}
.p-t-100 {padding-top:100px !important;}
.p-t-140 {padding-top:140px !important;}
/**** Padding Bottom ****/
.p-b-0 {padding-bottom:0 !important;}
.p-b-3 {padding-bottom:3px !important;}
.p-b-5 {padding-bottom:5px !important;}
.p-b-10 {padding-bottom:10px !important;}
.p-b-15 {padding-bottom:15px !important;}
.p-b-20 {padding-bottom:20px !important;}
.p-b-30 {padding-bottom:30px !important;}
.p-b-50 {padding-bottom:50px !important;}
/**** Padding Left ****/
.p-l-0{padding-left:0px !important;}
.p-l-1{padding-left:1px !important;}
.p-l-3 {padding-left:3px !important;}
.p-l-5 {padding-left:5px !important;}
.p-l-10 {padding-left:10px !important;}
.p-l-20 {padding-left:20px !important;}
.p-l-30 {padding-left:30px !important;}
.p-l-40 {padding-left:40px !important;}
/* Padding Right ****/
.p-r-0{padding-right:0px !important;}
.p-r-1{padding-right:1px !important;}
.p-r-3 {padding-right:3px !important;}
.p-r-5 {padding-right:5px !important;}
.p-r-10 {padding-right:10px !important;}
.p-r-20 {padding-right:20px !important;}
.p-r-30 {padding-right:30px !important;}
/**** Top ****/
.t-0 {top:0; }
.t-5 {top:5px; }
.t-10 {top:10px; }
.t-15 {top:15px; }
.t-10p{top: 10%;}
.t-50p{top: 50%;}
/**** Bottom ****/
.b-0 {bottom:0; }
.b-5 {bottom:5px; }
.b-10 {bottom:10px; }
.b-15 {bottom:15px; }
.b-30 {bottom:30px; }
.b-40 {bottom:30px; }
.b-50 {bottom:50px; }
/**** Left ****/
.l-0 {left:0; }
.l-5 {left:5px; }
.l-10 {left:10px; }
.l-15 {left:15px; }
/**** Right ****/
.r-0 {right:0; }
.r-5 {right:5px; }
.r-10 {right:10px; }
.r-15 {right:15px; }
/**** Border Radius ****/
.bd-0{-moz-border-radius: 0 !important;-webkit-border-radius: 0 !important;border-radius: 0 !important;}
.bd-3{-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px !important;}
.bd-4{-moz-border-radius: 4px !important;-webkit-border-radius: 4px !important;border-radius: 4px !important;}
.bd-6{-moz-border-radius: 6px !important;-webkit-border-radius: 6px !important;border-radius: 6px !important;}
.bd-9{-moz-border-radius: 9px !important;-webkit-border-radius: 9px !important;border-radius: 9px !important;}
.bd-20{-moz-border-radius: 20px !important;-webkit-border-radius: 20px !important;border-radius: 20px !important;}
.bd-50p{-moz-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;}
/**** Border Radius ****/
.no-bd{border:none !important;box-shadow: none}
.border-bottom {border-bottom: 1px solid #EFEFEF !important;}
.border-top {border-top: 1px solid #EFEFEF !important;}
.bd-white{border-color:#fff !important;}
.bd-green{border-left: 3px solid #5CB85C;padding-left:20px;}
.bd-red{border-left: 3px solid #C9625F;padding-left:20px}
.bd-blue{border-left: 3px solid #3598DB;padding-left:20px}
.bd-t-red{border-top:4px solid #C9625F;}
.bd-t-green{border-top:4px solid #5CB85C;}
.bd-t-blue{border-top:4px solid #0090D9;}
.bd-t-dark{border-top:4px solid #2B2E33;}
.bd-t-purple{border-top:4px solid #B57EE0;}
.bd-l-red{border-left:4px solid #C9625F;}
.bd-l-green{border-left:4px solid #5CB85C;}
.bd-l-blue{border-left:4px solid #0090D9;}
.bd-l-dark{border-left:4px solid #2B2E33;}
.bd-l-purple{border-left:4px solid #B57EE0;}
.bd-l-gray{border-left:1px solid #ECECEC;}
.bd-b-red{border-bottom:4px solid #C9625F;}
.bd-b-green{border-bottom:4px solid #5CB85C;}
.bd-b-blue{border-bottom:4px solid #0090D9;}
.bd-b-dark{border-bottom:4px solid #2B2E33;}
.bd-b-purple{border-bottom:4px solid #B57EE0;}
.bd-b-gray{border-bottom:1px solid #ECECEC;}
.bd-facebook{border: 2px solid #3B5998;}
.bd-twitter{border: 2px solid #00ACEE;}
.bd-youtube{border: 2px solid #FF6347;}
.bd-instagram{border: 2px solid #E1306C;}
/**** Background Colors ****/
.bg-brand{background-color: #FFCC29 !important;color:#fff !important;}
.bg-gray {background-color:#b6b6b6 !important; color:#000 !important; }
.bg-gray-light {background-color:#ECECEC !important; color:#000 !important; }
.bg-red {background-color:#C75757 !important;color:#fff !important;}
.bg-white {background-color:#fff !important; color:black !important;}
.bg-green {background-color:#18a689 !important; color:#fff !important;}
.bg-blue {background-color:#0090D9 !important ; color:#fff !important;}
.bg-orange {background-color:#f27835 !important ; color:#fff !important;}
.bg-purple {background-color:#B57EE0 !important; color:#fff !important;}
.bg-dark {background-color:#2B2E33 !important; color:#fff !important;}
.bg-facebook{background-color:#3B5998 !important; color:#fff !important;}
.bg-twitter{background-color:#00ACEE !important; color:#fff !important;}
.bg-youtube{background-color:#FF6347 !important; color:#fff !important;}
.bg-instagram{background-color:#E1306C !important; color:#fff !important;}
.bg-purple-gradient {background: #bf9bdd;background: -moz-radial-gradient(center, ellipse cover, #bf9bdd 27%, #9e52dd 100%);background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(27%,#bf9bdd), color-stop(100%,#9e52dd));background: -webkit-radial-gradient(center, ellipse cover, #bf9bdd 27%,#9e52dd 100%); background: -o-radial-gradient(center, ellipse cover, #bf9bdd 27%,#9e52dd 100%);background: -ms-radial-gradient(center, ellipse cover, #bf9bdd 27%,#9e52dd 100%);background: radial-gradient(ellipse at center, #bf9bdd 27%,#9e52dd 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9bdd', endColorstr='#9e52dd',GradientType=1 ); }
.bg-opacity-20 {background-color: rgba(0, 0, 0, 0.2);}
.bg-opacity-50 {background-color: rgba(0, 0, 0, 0.5);}
.bg-opacity-80 {background-color: rgba(0, 0, 0, 0.8);}
.bg-transparent{background-color: transparent; background: transparent;}
/**** Opacity ****/
.opacity-0 {opacity:0;}
.opacity-20 {opacity:.2;}
.opacity-50 {opacity:.5;}
.opacity-70 {opacity:.7;}
.opacity-90 {opacity:.9;}
/**** Width ****/
.width-0 {width:0 !important;}
.width-50 {width:50px !important;}
.width-90 {width:90px !important;}
.width-120 {width:120px !important;}
.width-300 {width:300px !important;}
.min-width-40 {min-width: 40px}
.width-10p {width:10% !important;}
.width-15p {width:15% !important;}
.width-20p {width:20% !important;}
.width-30p {width:30% !important;}
.width-40p {width:40% !important;}
.width-50p {width:50% !important;}
.width-60p {width:60% !important;}
.width-65p {width:65% !important;}
.width-70p {width:70% !important;}
.width-75p {width:75% !important;}
.width-80p {width:80% !important;}
.width-90p {width:90% !important;}
.width-100p{width:100% !important;}
@media (max-width: 991px) {
.width-10p,.width-20p,.width-30p,
.width-40p,.width-50p,.width-60p,
.width-65p,.width-70p,.width-75p,
.width-80p,.width-90p,.width-100p{
width: 100% !important;
}
}
/**** Height ****/
.h-0 {height: 0 !important;overflow: hidden !important}
.h-20 {height: 20px !important;overflow: hidden !important}
.h-30 {height: 30px !important;overflow: hidden !important}
.h-60 {height: 60px !important;overflow: hidden !important}
.h-90 {height: 90px !important;overflow: hidden !important}
.h-40 {height: 40px !important;overflow: hidden !important}
.h-100 {height: 100px !important;overflow: hidden !important}
.h-150 {height: 150px !important;overflow: hidden !important}
.h-220 {height: 220px !important;overflow: hidden !important}
.h-250 {height: 250px !important;overflow: hidden !important}
.h-280 {height: 280px !important;overflow: hidden !important}
.h-300 {height: 300px !important;overflow: hidden !important}
.h-400 {height: 400px !important;overflow: hidden !important}
.h-590 {height: 590px !important;overflow: hidden !important}
.h-100p{height: 100% !important;overflow: hidden !important}
.h-min-100vh{ min-height: 100vh !important;}
@media (min-width: 992px){
.h-40vh{height: 40vh !important;overflow: hidden !important}
.h-50vh{height: 50vh !important;overflow: hidden !important}
.h-60vh{height: 60vh !important;overflow: hidden !important}
.h-100vh{height: 100vh !important;overflow: hidden !important}
}
.pos-rel{position:relative;}
.pos-abs {position:absolute;}
.pos-fx {position:fixed;}
.z-1000{z-index: 1000}
.z-10000{z-index: 10000}
.z-index{ z-index: 1}
.dis-inline {display:inline;}
.dis-inline-b {display:inline-block;}
.dis-block {display:block !important;}
.dis-flex{display: flex;align-content: center;align-items: center; justify-content: center;}
.f-left {float:left;}
.f-right {float:right;}
.cursor-pointer{cursor:pointer}
code {padding: 2px 8px 2px 4px;font-size: 90%;color: #2A465C;background-color: #D5E9FF;white-space: nowrap;border-radius: 4px;}
.line-separator {border-right:1px solid #DBE2E7;}
img.img-left { border: 1px solid #ccc; float: left; margin-right: 15px; padding: 5px;}
img.img-right { border: 1px solid #ccc; float: right; margin-left: 15px; padding: 5px;}
.hide {opacity: 0}
.box-sw-none{
box-shadow: none !important;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------- GENERAL TYPOGRAPHY -------------------------------*/
/*h1, h2, h3, h4, h5, h6 {font-family: 'Carrois Gothic', verdana, arial;font-weight: 300 !important;color:inherit}*/
a {color: #303030; !important;}
a.active, a.default:hover {color:#303030 !important;text-decoration:none;}
.carrois {font-family: 'Carrois Gothic', sans-serif;}
.uppercase {text-transform: uppercase}
.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-justify {text-align: justify;}
a, a:focus, a:hover, a:active { outline: 0;}
/*letter spacing */
.l-space-15{
letter-spacing: 0.15em !important;
}
.l-space-006{
letter-spacing: -0.06em !important;
}
/*text indent*/
.t-indent{
text-indent: 0.1em !important;
}
/*line height */
.line-h-1{
line-height: 1px;
}
.line-h-22{
line-height: 22px;
}
.line-h-45{
line-height: 45px;
}
/**** Font Size ****/
.f-10{font-size: 10px !important;}
.f-11{font-size:11px !important;}
.f-12{font-size:12px !important;}
.f-14{font-size:14px !important;}
.f-15{font-size:15px !important;}
.f-16{font-size:16px !important;}
.f-18{font-size:18px !important;}
.f-20{font-size:20px !important;}
.f-25{font-size:25px !important;}
.f-32{font-size:32px !important;}
.f-40{font-size:40px !important;}
.f-45{font-size:45px !important;}
.f-50{font-size:50px !important;}
.f-60{font-size:60px !important;}
.f-65{font-size:65px !important;}
.f-80{font-size:80px !important;}
.f-100{font-size:100px !important;}
.f-150{font-size:150px !important;}
/**** Font Weight ****/
.w-300 {font-weight: 300 !important;}
.w-500 {font-weight:500 !important;}
.w-600 {font-weight:600 !important;}
.w-700 {font-weight:700 !important;}
.w-800{font-weight: 800 !important;}
.w-900{font-weight: 900 !important;}
/**** Font Color ****/
.c-red{color: #EE2824 !important;}
.c-blue{color:#00A2D9 !important;}
.c-purple {color:#B57EE0 !important;}
.c-brown{color:#9E7B2E !important;}
.c-orange{color:#ec8521 !important;}
.c-green {color:#18A689 !important;}
.c-gray-light {color:#dadada !important;}
.c-gray {color:#8F8F8F !important;}
.c-dark {color:#343434 !important;}
.c-white {color:#fff !important;}
.c-brand{color: #FFCC29 !important;}
.transparent-color {color: rgba(0, 0, 0, 0.2);}
.line-through{text-decoration: line-through;}
.t-ellipsis {text-overflow: ellipsis;display: block;white-space: nowrap;overflow: hidden;}
.asterisk {color: #D9534F}
.help-block {color: #AFAAAA;font-weight: 500;font-size: 12px;}
.label-dark {background-color: rgba(0, 0, 0, 0.6);padding: .4em .8em .5em;}
label.required:after {content: '*';color: #FF5757;margin-left: 2px;}
.dropdown-menu>li>a.no-option {padding: 0;height: 0;}
h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
h1, h2 {
font-family: 'Montserrat', 'sans-serif';
font-weight: 700;
text-transform: uppercase;
}
h3{
font-size: 24px;
}
.center-block{
float: none;
}
/*hide all animated initially.....*/
.animated{
visibility: hidden;
}
|
public/switch/assets/css/main.css
|
html,body { font-size: 100%; height: 100%; width: 100%}
body {font-family: 'Lato', sans-serif !important;font-size: 14px;color: #808080;font-weight: normal;overflow-x: hidden;line-height: 25px;}
.wrapper { width: 100%; height: 100%;}
.list-style-none{list-style-type: none; list-style: none; margin: 0;padding: 0;}
/**** Margin ****/
.m-auto {margin:auto;}
.m-0 {margin:0 !important;}
.m-5 {margin:5px !important;}
.m-10 {margin:10px !important;}
.m-20 {margin:20px !important;}
.m-50 {margin:50px !important;}
/**** Margin Top ****/
.m-t-0 {margin-top:0px !important;}
.m-t-5{margin-top:5px !important; }
.m-t-10{margin-top:10px !important;}
.m-t-20{margin-top:20px !important;}
.m-t-30{margin-top:30px !important;}
.m-t-40{margin-top:40px !important;}
.m-t-60{margin-top:60px !important;}
.m-t-100{margin-top:100px !important;}
/**** Margin Bottom ****/
.m-b-0 {margin-bottom:0px !important;}
.m-b-5 {margin-bottom:5px !important;}
.m-b-6 {margin-bottom:6px !important;}
.m-b-10 {margin-bottom:10px !important;}
.m-b-12 {margin-bottom:12px !important;}
.m-b-15 {margin-bottom:15px !important;}
.m-b-20 {margin-bottom:20px !important;}
.m-b-30 {margin-bottom:30px !important;}
.m-b-40 {margin-bottom:40px !important;}
.m-b-60 {margin-bottom:60px !important;}
.m-b-80 {margin-bottom:80px !important;}
.m-b-140{margin-bottom:140px !important;}
.m-b-80 {margin-bottom:80px !important;}
.m-b-245 {margin-bottom:245px !important;}
.m-b-245 {margin-bottom:245px !important;}
.m-b-m30 {margin-bottom:-30px !important;}
.m-b-m50 {margin-bottom:-50px !important;}
/**** Margin Left ****/
.m-l-5 {margin-left:5px !important;}
.m-l-10 {margin-left:10px !important;}
.m-l-20 {margin-left:20px !important;}
.m-l-30 {margin-left:30px !important;}
.m-l-60 {margin-left:60px !important;}
/**** Margin Right ****/
.m-r-3 {margin-right:3px !important;}
.m-r-5 {margin-right:5px !important;}
.m-r-10 {margin-right:10px !important;}
.m-r-20 {margin-right:20px !important;}
.m-r-30 {margin-right:30px !important;}
.m-r-60 {margin-right:60px !important;}
/**** Padding ****/
.p-0 {padding:0 !important;}
.p-5 {padding:5px !important;}
.p-10 {padding:10px !important;}
.p-15 {padding:15px !important;}
.p-20 {padding:20px !important;}
.p-30 {padding:30px !important;}
.p-40 {padding:40px !important;}
/**** Padding Top ****/
.p-t-0 {padding-top:0 !important;}
.p-t-3 {padding-top:3px !important;}
.p-t-5 {padding-top:5px !important;}
.p-t-10 {padding-top:10px !important;}
.p-t-15 {padding-top:15px !important;}
.p-t-20 {padding-top:20px !important}
.p-t-30 {padding-top:30px !important;}
.h-t-48 {padding-top: 48px !important;}
.p-t-50 {padding-top:50px !important;}
.p-t-60 {padding-top:60px !important;}
.p-t-80 {padding-top:80px !important;}
.p-t-80 {padding-top:100px !important;}
.p-t-100 {padding-top:100px !important;}
.p-t-140 {padding-top:140px !important;}
/**** Padding Bottom ****/
.p-b-0 {padding-bottom:0 !important;}
.p-b-3 {padding-bottom:3px !important;}
.p-b-5 {padding-bottom:5px !important;}
.p-b-10 {padding-bottom:10px !important;}
.p-b-15 {padding-bottom:15px !important;}
.p-b-20 {padding-bottom:20px !important;}
.p-b-30 {padding-bottom:30px !important;}
.p-b-50 {padding-bottom:50px !important;}
/**** Padding Left ****/
.p-l-0{padding-left:0px !important;}
.p-l-1{padding-left:1px !important;}
.p-l-3 {padding-left:3px !important;}
.p-l-5 {padding-left:5px !important;}
.p-l-10 {padding-left:10px !important;}
.p-l-20 {padding-left:20px !important;}
.p-l-30 {padding-left:30px !important;}
.p-l-40 {padding-left:40px !important;}
/* Padding Right ****/
.p-r-0{padding-right:0px !important;}
.p-r-1{padding-right:1px !important;}
.p-r-3 {padding-right:3px !important;}
.p-r-5 {padding-right:5px !important;}
.p-r-10 {padding-right:10px !important;}
.p-r-20 {padding-right:20px !important;}
.p-r-30 {padding-right:30px !important;}
/**** Top ****/
.t-0 {top:0; }
.t-5 {top:5px; }
.t-10 {top:10px; }
.t-15 {top:15px; }
.t-10p{top: 10%;}
.t-50p{top: 50%;}
/**** Bottom ****/
.b-0 {bottom:0; }
.b-5 {bottom:5px; }
.b-10 {bottom:10px; }
.b-15 {bottom:15px; }
.b-30 {bottom:30px; }
.b-40 {bottom:30px; }
.b-50 {bottom:50px; }
/**** Left ****/
.l-0 {left:0; }
.l-5 {left:5px; }
.l-10 {left:10px; }
.l-15 {left:15px; }
/**** Right ****/
.r-0 {right:0; }
.r-5 {right:5px; }
.r-10 {right:10px; }
.r-15 {right:15px; }
/**** Border Radius ****/
.bd-0{-moz-border-radius: 0 !important;-webkit-border-radius: 0 !important;border-radius: 0 !important;}
.bd-3{-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px !important;}
.bd-4{-moz-border-radius: 4px !important;-webkit-border-radius: 4px !important;border-radius: 4px !important;}
.bd-6{-moz-border-radius: 6px !important;-webkit-border-radius: 6px !important;border-radius: 6px !important;}
.bd-9{-moz-border-radius: 9px !important;-webkit-border-radius: 9px !important;border-radius: 9px !important;}
.bd-20{-moz-border-radius: 20px !important;-webkit-border-radius: 20px !important;border-radius: 20px !important;}
.bd-50p{-moz-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;}
/**** Border Radius ****/
.no-bd{border:none !important;box-shadow: none}
.border-bottom {border-bottom: 1px solid #EFEFEF !important;}
.border-top {border-top: 1px solid #EFEFEF !important;}
.bd-white{border-color:#fff !important;}
.bd-green{border-left: 3px solid #5CB85C;padding-left:20px;}
.bd-red{border-left: 3px solid #C9625F;padding-left:20px}
.bd-blue{border-left: 3px solid #3598DB;padding-left:20px}
.bd-t-red{border-top:4px solid #C9625F;}
.bd-t-green{border-top:4px solid #5CB85C;}
.bd-t-blue{border-top:4px solid #0090D9;}
.bd-t-dark{border-top:4px solid #2B2E33;}
.bd-t-purple{border-top:4px solid #B57EE0;}
.bd-l-red{border-left:4px solid #C9625F;}
.bd-l-green{border-left:4px solid #5CB85C;}
.bd-l-blue{border-left:4px solid #0090D9;}
.bd-l-dark{border-left:4px solid #2B2E33;}
.bd-l-purple{border-left:4px solid #B57EE0;}
.bd-l-gray{border-left:1px solid #ECECEC;}
.bd-b-red{border-bottom:4px solid #C9625F;}
.bd-b-green{border-bottom:4px solid #5CB85C;}
.bd-b-blue{border-bottom:4px solid #0090D9;}
.bd-b-dark{border-bottom:4px solid #2B2E33;}
.bd-b-purple{border-bottom:4px solid #B57EE0;}
.bd-b-gray{border-bottom:1px solid #ECECEC;}
.bd-facebook{border: 2px solid #3B5998;}
.bd-twitter{border: 2px solid #00ACEE;}
.bd-youtube{border: 2px solid #FF6347;}
.bd-instagram{border: 2px solid #E1306C;}
/**** Background Colors ****/
.bg-brand{background-color: #FFCC29 !important;color:#fff !important;}
.bg-gray {background-color:#b6b6b6 !important; color:#000 !important; }
.bg-gray-light {background-color:#ECECEC !important; color:#000 !important; }
.bg-red {background-color:#C75757 !important;color:#fff !important;}
.bg-white {background-color:#fff !important; color:black !important;}
.bg-green {background-color:#18a689 !important; color:#fff !important;}
.bg-blue {background-color:#0090D9 !important ; color:#fff !important;}
.bg-orange {background-color:#f27835 !important ; color:#fff !important;}
.bg-purple {background-color:#B57EE0 !important; color:#fff !important;}
.bg-dark {background-color:#2B2E33 !important; color:#fff !important;}
.bg-facebook{background-color:#3B5998 !important; color:#fff !important;}
.bg-twitter{background-color:#00ACEE !important; color:#fff !important;}
.bg-youtube{background-color:#FF6347 !important; color:#fff !important;}
.bg-instagram{background-color:#E1306C !important; color:#fff !important;}
.bg-purple-gradient {background: #bf9bdd;background: -moz-radial-gradient(center, ellipse cover, #bf9bdd 27%, #9e52dd 100%);background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(27%,#bf9bdd), color-stop(100%,#9e52dd));background: -webkit-radial-gradient(center, ellipse cover, #bf9bdd 27%,#9e52dd 100%); background: -o-radial-gradient(center, ellipse cover, #bf9bdd 27%,#9e52dd 100%);background: -ms-radial-gradient(center, ellipse cover, #bf9bdd 27%,#9e52dd 100%);background: radial-gradient(ellipse at center, #bf9bdd 27%,#9e52dd 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9bdd', endColorstr='#9e52dd',GradientType=1 ); }
.bg-opacity-20 {background-color: rgba(0, 0, 0, 0.2);}
.bg-opacity-50 {background-color: rgba(0, 0, 0, 0.5);}
.bg-opacity-80 {background-color: rgba(0, 0, 0, 0.8);}
.bg-transparent{background-color: transparent; background: transparent;}
/**** Opacity ****/
.opacity-0 {opacity:0;}
.opacity-20 {opacity:.2;}
.opacity-50 {opacity:.5;}
.opacity-70 {opacity:.7;}
.opacity-90 {opacity:.9;}
/**** Width ****/
.width-0 {width:0 !important;}
.width-50 {width:50px !important;}
.width-90 {width:90px !important;}
.width-120 {width:120px !important;}
.width-300 {width:300px !important;}
.min-width-40 {min-width: 40px}
.width-10p {width:10% !important;}
.width-15p {width:15% !important;}
.width-20p {width:20% !important;}
.width-30p {width:30% !important;}
.width-40p {width:40% !important;}
.width-50p {width:50% !important;}
.width-60p {width:60% !important;}
.width-65p {width:65% !important;}
.width-70p {width:70% !important;}
.width-75p {width:75% !important;}
.width-80p {width:80% !important;}
.width-90p {width:90% !important;}
.width-100p{width:100% !important;}
@media (max-width: 991px) {
.width-10p,.width-20p,.width-30p,
.width-40p,.width-50p,.width-60p,
.width-65p,.width-70p,.width-75p,
.width-80p,.width-90p,.width-100p{
width: 100% !important;
}
}
/**** Height ****/
.h-0 {height: 0 !important;overflow: hidden !important}
.h-20 {height: 20px !important;overflow: hidden !important}
.h-30 {height: 30px !important;overflow: hidden !important}
.h-60 {height: 60px !important;overflow: hidden !important}
.h-90 {height: 90px !important;overflow: hidden !important}
.h-40 {height: 40px !important;overflow: hidden !important}
.h-100 {height: 100px !important;overflow: hidden !important}
.h-150 {height: 150px !important;overflow: hidden !important}
.h-220 {height: 220px !important;overflow: hidden !important}
.h-250 {height: 250px !important;overflow: hidden !important}
.h-280 {height: 280px !important;overflow: hidden !important}
.h-300 {height: 300px !important;overflow: hidden !important}
.h-400 {height: 400px !important;overflow: hidden !important}
.h-590 {height: 590px !important;overflow: hidden !important}
.h-100p{height: 100% !important;overflow: hidden !important}
.h-min-100vh{ min-height: 100vh !important;}
@media (min-width: 992px){
.h-40vh{height: 40vh !important;overflow: hidden !important}
.h-50vh{height: 50vh !important;overflow: hidden !important}
.h-60vh{height: 60vh !important;overflow: hidden !important}
.h-100vh{height: 100vh !important;overflow: hidden !important}
}
.pos-rel{position:relative;}
.pos-abs {position:absolute;}
.pos-fx {position:fixed;}
.z-1000{z-index: 1000}
.z-10000{z-index: 10000}
.z-index{ z-index: 1}
.dis-inline {display:inline;}
.dis-inline-b {display:inline-block;}
.dis-block {display:block !important;}
.dis-flex{display: flex;align-content: center;align-items: center; justify-content: center;}
.f-left {float:left;}
.f-right {float:right;}
.cursor-pointer{cursor:pointer}
code {padding: 2px 8px 2px 4px;font-size: 90%;color: #2A465C;background-color: #D5E9FF;white-space: nowrap;border-radius: 4px;}
.line-separator {border-right:1px solid #DBE2E7;}
img.img-left { border: 1px solid #ccc; float: left; margin-right: 15px; padding: 5px;}
img.img-right { border: 1px solid #ccc; float: right; margin-left: 15px; padding: 5px;}
.hide {opacity: 0}
.box-sw-none{
box-shadow: none !important;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------- GENERAL TYPOGRAPHY -------------------------------*/
/*h1, h2, h3, h4, h5, h6 {font-family: 'Carrois Gothic', verdana, arial;font-weight: 300 !important;color:inherit}*/
a {color: #303030; !important;}
a.active, a.default:hover {color:#303030 !important;text-decoration:none;}
.carrois {font-family: 'Carrois Gothic', sans-serif;}
.uppercase {text-transform: uppercase}
.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-justify {text-align: justify;}
a, a:focus, a:hover, a:active { outline: 0;}
/*letter spacing */
.l-space-15{
letter-spacing: 0.15em !important;
}
.l-space-006{
letter-spacing: -0.06em !important;
}
/*text indent*/
.t-indent{
text-indent: 0.1em !important;
}
/*line height */
.line-h-1{
line-height: 1px;
}
.line-h-22{
line-height: 22px;
}
.line-h-45{
line-height: 45px;
}
/**** Font Size ****/
.f-10{font-size: 10px !important;}
.f-11{font-size:11px !important;}
.f-12{font-size:12px !important;}
.f-14{font-size:14px !important;}
.f-15{font-size:15px !important;}
.f-16{font-size:16px !important;}
.f-18{font-size:18px !important;}
.f-20{font-size:20px !important;}
.f-25{font-size:25px !important;}
.f-32{font-size:32px !important;}
.f-40{font-size:40px !important;}
.f-45{font-size:45px !important;}
.f-50{font-size:50px !important;}
.f-60{font-size:60px !important;}
.f-65{font-size:65px !important;}
.f-80{font-size:80px !important;}
.f-100{font-size:100px !important;}
.f-150{font-size:150px !important;}
/**** Font Weight ****/
.w-300 {font-weight: 300 !important;}
.w-500 {font-weight:500 !important;}
.w-600 {font-weight:600 !important;}
.w-700 {font-weight:700 !important;}
.w-800{font-weight: 800 !important;}
.w-900{font-weight: 900 !important;}
/**** Font Color ****/
.c-red{color: #EE2824 !important;}
.c-blue{color:#00A2D9 !important;}
.c-purple {color:#B57EE0 !important;}
.c-brown{color:#9E7B2E !important;}
.c-orange{color:#ec8521 !important;}
.c-green {color:#18A689 !important;}
.c-gray-light {color:#dadada !important;}
.c-gray {color:#8F8F8F !important;}
.c-dark {color:#343434 !important;}
.c-white {color:#fff !important;}
.c-brand{color: #FFCC29 !important;}
.transparent-color {color: rgba(0, 0, 0, 0.2);}
.line-through{text-decoration: line-through;}
.t-ellipsis {text-overflow: ellipsis;display: block;white-space: nowrap;overflow: hidden;}
.asterisk {color: #D9534F}
.help-block {color: #AFAAAA;font-weight: 500;font-size: 12px;}
.label-dark {background-color: rgba(0, 0, 0, 0.6);padding: .4em .8em .5em;}
label.required:after {content: '*';color: #FF5757;margin-left: 2px;}
.dropdown-menu>li>a.no-option {padding: 0;height: 0;}
h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
h1, h2 {
font-family: 'Montserrat', 'sans-serif';
font-weight: 700;
text-transform: uppercase;
}
h3{
font-size: 24px;
}
.center-block{
float: none;
}
/*hide all animated initially.....*/
.animated{
visibility: hidden;
}
| 0.242026 | 0.104386 |
.ui-icon-logo {
background-image: none;
}
.ui-icon-compass {
background-image: url("../img/compass.svg");
}
.ui-icon-location_off {
background-image: url("../img/positioning_off.png");
}
.ui-icon-location_on {
background-image: url("../img/positioning_on.png");
}
.ui-icon-searching {
background-image: url("../img/search.png");
}
.ui-icon-layers {
background-image: url("../img/layers.svg");
}
.ui-icon-properties {
background-image: url("../img/properties.png");
}
/* button positions */
#btnCompass {
right: 5px;
bottom: 25px;
background: none repeat scroll 0 0 transparent;
box-shadow: none;
border: none;
border-radius: 0;
padding: 1px;
}
#btnCompass .ui-btn-inner {
border: none;
}
#btnLocation {
right: 105px;
}
#btnSearching {
right: 55px;
}
#btnLayers {
left: -16px;
bottom: 5px;
-webkit-border-radius: 0 1em 1em 0;
border-radius: 0 1em 1em 0;
}
#btnProperties {
right: 5px;
}
/* geolocation */
#locationMarker {
background-image: url("../img/location.svg");
width: 20px;
height: 20px;
}
/* layer panel */
#panelLayer .ui-navbar .ui-btn.selected .ui-btn-inner {
background-color: lightgray;
}
#panelLayer .ui-navbar .ui-btn-inner {
padding: 0.7em 0 0.8em 0;
}
/* topics */
#topicList li.selected {
background-color: lightgray;
}
/* layer list */
#panelLayerAll .ui-collapsible-content {
padding: 0 0 0 15px;
}
/* layer order */
#listOrder {
width: 220px;
}
#listOrder .ui-li {
border-bottom-width: 1px;
margin-bottom: -1px;
}
#listOrder li.selected{
background-color: lightgray;
}
/* properties */
#properties .ui-field-contain .ui-slider-switch {
float: right;
}
#dlgAbout .ui-title {
margin-left: 10%;
margin-right: 10%;
}
#buttonSignOut .ui-btn-inner {
max-width: 220px;
text-overflow: ellipsis;
white-space: normal;
}
/* misc */
.scrollable {
overflow: auto;
}
#clickMarker {
background-image: url("../img/click.svg");
width: 20px;
height: 20px;
}
/* OpenLayers 3 */
#map {
text-shadow: white 0 0 0;
}
.ol-scale-line {
background-color: transparent;
left: inherit;
right: 8px;
}
.ol-scale-line-inner {
color: black;
font-size: 10pt;
font-weight: bold;
border-color: black;
border-style: none none solid none;
border-bottom-width: 4px;
opacity: 0.6;
}
/* jQuery mobile custom widgets */
/* collapsible group checkbox */
.ui-collapsible[data-groupcheckbox=true] .ui-collapsible-heading-toggle {
float: right;
width: calc(100% - 43px);
border-radius: 0 0.6em 0.6em 0 !important;
}
.ui-collapsible-groupcheckbox {
width: 40px;
border-radius: 0.6em 0 0 0.6em !important;
}
.ui-collapsible-groupcheckbox .ui-btn-inner {
padding-left: inherit !important;
}
.ui-collapsible-groupcheckbox .ui-icon {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 3px;
}
.ui-collapsible-groupcheckbox.ui-collapsible-groupcheckbox-button-checked .ui-icon {
background-color: #4596ce;
}
.ui-collapsible-groupcheckbox.ui-collapsible-groupcheckbox-button-somechecked .ui-icon {
background-image: url("../img/icon_tristate.png");
background-position: 0 0;
}
/* jQuery mobile */
.ui-content {
padding: 0;
}
.ui-popup .ui-content {
padding: 10px;
}
.ui-btn-icon-notext {
width: 40px;
height: 40px;
position: absolute;
z-index: 1;
}
.ui-btn-icon-notext .ui-btn-inner .ui-icon {
background-color: transparent;
background-size: 32px 32px;
width: 32px;
height: 32px;
box-shadow: none;
border-radius: 0;
margin: 4px;
}
.btn-icon-text.ui-btn-icon-left .ui-btn-inner {
padding-left: 48px;
}
.btn-icon-text.ui-btn-icon-left .ui-btn-inner .ui-icon {
background-color: transparent;
background-size: 32px 32px;
width: 32px;
height: 32px;
box-shadow: none;
border-radius: 0;
margin-top: -17px;
}
.ui-input-clear {
width: 24px;
height: 24px;
}
.ui-input-clear .ui-btn-inner .ui-icon-delete {
background-color: #666;
background-color: rgba(0, 0, 0, 0.4);
background-image: url('../lib/jquery/images/icons-18-white.png');
background-size: 864px 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
margin: 2px 1px 2px 3px;
border-radius: 9px;
}
#searchResultsList .ui-li.category-title {
margin-left: -12px;
}
#searchResultsList .ui-li .ui-btn-text a.ui-link-inherit {
font-weight: normal;
margin-left: -12px;
}
#featureInfoResults .ui-btn-text {
white-space: normal;
}
#featureInfoResults .feature {
margin: 0;
}
#featureInfoResults .feature .ui-collapsible-content {
padding: 0;
}
#featureInfoResults ul.ui-listview-inset {
margin: 0;
}
#featureInfoResults li.ui-li {
padding-left: 4px;
padding-right: 4px;
overflow: auto;
}
#featureInfoResults li.ui-li .link {
padding-left: 0;
padding-right: 0;
}
#featureInfoResults span.value {
font-weight: normal;
text-align: right;
float: right;
}
.ui-panel-inner {
padding: 8px;
}
/* fix switch layout on narrow screens */
.ui-field-contain, .ui-mobile fieldset.ui-field-contain {
border-width: 0;
padding: 0;
margin: 1em 0;
}
.ui-field-contain label.ui-slider {
vertical-align: top;
display: inline-block;
width: 20%;
margin: 0 2% 0 0;
}
/* fix closing panels with outside click on IE10 */
.ui-panel-dismiss {
background-color: inherit;
opacity: 0.0;
}
/* hide native clear button in search input on IE10 */
input[data-type='search']::-ms-clear { display: none; }
/* override panel width */
.ui-panel {
width: 18em;
}
.ui-panel-closed {
width: 0;
}
.ui-panel-position-left {
left: -18em;
}
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
-webkit-transform: translate3d(-18em,0,0);
-moz-transform: translate3d(-18em,0,0);
transform: translate3d(-18em,0,0);
}
.ui-panel-position-right {
right: -18em;
}
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
-webkit-transform: translate3d(18em,0,0);
-moz-transform: translate3d(18em,0,0);
transform: translate3d(18em,0,0);
}
.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-left.ui-panel-dismiss-open {
left: 18em;
right: -18em;
}
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
-webkit-transform: translate3d(18em,0,0);
-moz-transform: translate3d(18em,0,0);
transform: translate3d(18em,0,0);
}
.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-right.ui-panel-dismiss-open {
left: -18em;
right: 18em;
}
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
-webkit-transform: translate3d(-18em,0,0);
-moz-transform: translate3d(-18em,0,0);
transform: translate3d(-18em,0,0);
}
@media (min-width:55em) {
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-left {
margin-right: 18em;
}
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right {
margin-left: 18em;
}
}
/* styles for printing */
@media print {
/* hide tool buttons and panels */
.ui-btn-icon-notext {
display: none;
}
.ui-panel {
display: none;
}
/* show compass */
#btnCompass {
display: inherit;
}
/* workaround for compass image */
.ui-icon-compass {
background-image: none;
display: list-item !important;
list-style-image: url("../img/compass.svg");
list-style-position: inside;
}
/* workaround for location marker image */
#locationMarker {
background-image: none;
display: list-item !important;
list-style-image: url("../img/location.svg");
list-style-position: inside;
}
/* workaround for click marker image */
#clickMarker {
background-image: none;
display: list-item !important;
list-style-image: url("../img/click.svg");
list-style-position: inside;
}
/* remove blurring of scale bar */
.ol-scale-line-inner {
opacity: 1.0;
}
}
|
src/viewer.css
|
.ui-icon-logo {
background-image: none;
}
.ui-icon-compass {
background-image: url("../img/compass.svg");
}
.ui-icon-location_off {
background-image: url("../img/positioning_off.png");
}
.ui-icon-location_on {
background-image: url("../img/positioning_on.png");
}
.ui-icon-searching {
background-image: url("../img/search.png");
}
.ui-icon-layers {
background-image: url("../img/layers.svg");
}
.ui-icon-properties {
background-image: url("../img/properties.png");
}
/* button positions */
#btnCompass {
right: 5px;
bottom: 25px;
background: none repeat scroll 0 0 transparent;
box-shadow: none;
border: none;
border-radius: 0;
padding: 1px;
}
#btnCompass .ui-btn-inner {
border: none;
}
#btnLocation {
right: 105px;
}
#btnSearching {
right: 55px;
}
#btnLayers {
left: -16px;
bottom: 5px;
-webkit-border-radius: 0 1em 1em 0;
border-radius: 0 1em 1em 0;
}
#btnProperties {
right: 5px;
}
/* geolocation */
#locationMarker {
background-image: url("../img/location.svg");
width: 20px;
height: 20px;
}
/* layer panel */
#panelLayer .ui-navbar .ui-btn.selected .ui-btn-inner {
background-color: lightgray;
}
#panelLayer .ui-navbar .ui-btn-inner {
padding: 0.7em 0 0.8em 0;
}
/* topics */
#topicList li.selected {
background-color: lightgray;
}
/* layer list */
#panelLayerAll .ui-collapsible-content {
padding: 0 0 0 15px;
}
/* layer order */
#listOrder {
width: 220px;
}
#listOrder .ui-li {
border-bottom-width: 1px;
margin-bottom: -1px;
}
#listOrder li.selected{
background-color: lightgray;
}
/* properties */
#properties .ui-field-contain .ui-slider-switch {
float: right;
}
#dlgAbout .ui-title {
margin-left: 10%;
margin-right: 10%;
}
#buttonSignOut .ui-btn-inner {
max-width: 220px;
text-overflow: ellipsis;
white-space: normal;
}
/* misc */
.scrollable {
overflow: auto;
}
#clickMarker {
background-image: url("../img/click.svg");
width: 20px;
height: 20px;
}
/* OpenLayers 3 */
#map {
text-shadow: white 0 0 0;
}
.ol-scale-line {
background-color: transparent;
left: inherit;
right: 8px;
}
.ol-scale-line-inner {
color: black;
font-size: 10pt;
font-weight: bold;
border-color: black;
border-style: none none solid none;
border-bottom-width: 4px;
opacity: 0.6;
}
/* jQuery mobile custom widgets */
/* collapsible group checkbox */
.ui-collapsible[data-groupcheckbox=true] .ui-collapsible-heading-toggle {
float: right;
width: calc(100% - 43px);
border-radius: 0 0.6em 0.6em 0 !important;
}
.ui-collapsible-groupcheckbox {
width: 40px;
border-radius: 0.6em 0 0 0.6em !important;
}
.ui-collapsible-groupcheckbox .ui-btn-inner {
padding-left: inherit !important;
}
.ui-collapsible-groupcheckbox .ui-icon {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 3px;
}
.ui-collapsible-groupcheckbox.ui-collapsible-groupcheckbox-button-checked .ui-icon {
background-color: #4596ce;
}
.ui-collapsible-groupcheckbox.ui-collapsible-groupcheckbox-button-somechecked .ui-icon {
background-image: url("../img/icon_tristate.png");
background-position: 0 0;
}
/* jQuery mobile */
.ui-content {
padding: 0;
}
.ui-popup .ui-content {
padding: 10px;
}
.ui-btn-icon-notext {
width: 40px;
height: 40px;
position: absolute;
z-index: 1;
}
.ui-btn-icon-notext .ui-btn-inner .ui-icon {
background-color: transparent;
background-size: 32px 32px;
width: 32px;
height: 32px;
box-shadow: none;
border-radius: 0;
margin: 4px;
}
.btn-icon-text.ui-btn-icon-left .ui-btn-inner {
padding-left: 48px;
}
.btn-icon-text.ui-btn-icon-left .ui-btn-inner .ui-icon {
background-color: transparent;
background-size: 32px 32px;
width: 32px;
height: 32px;
box-shadow: none;
border-radius: 0;
margin-top: -17px;
}
.ui-input-clear {
width: 24px;
height: 24px;
}
.ui-input-clear .ui-btn-inner .ui-icon-delete {
background-color: #666;
background-color: rgba(0, 0, 0, 0.4);
background-image: url('../lib/jquery/images/icons-18-white.png');
background-size: 864px 18px;
background-repeat: no-repeat;
width: 18px;
height: 18px;
margin: 2px 1px 2px 3px;
border-radius: 9px;
}
#searchResultsList .ui-li.category-title {
margin-left: -12px;
}
#searchResultsList .ui-li .ui-btn-text a.ui-link-inherit {
font-weight: normal;
margin-left: -12px;
}
#featureInfoResults .ui-btn-text {
white-space: normal;
}
#featureInfoResults .feature {
margin: 0;
}
#featureInfoResults .feature .ui-collapsible-content {
padding: 0;
}
#featureInfoResults ul.ui-listview-inset {
margin: 0;
}
#featureInfoResults li.ui-li {
padding-left: 4px;
padding-right: 4px;
overflow: auto;
}
#featureInfoResults li.ui-li .link {
padding-left: 0;
padding-right: 0;
}
#featureInfoResults span.value {
font-weight: normal;
text-align: right;
float: right;
}
.ui-panel-inner {
padding: 8px;
}
/* fix switch layout on narrow screens */
.ui-field-contain, .ui-mobile fieldset.ui-field-contain {
border-width: 0;
padding: 0;
margin: 1em 0;
}
.ui-field-contain label.ui-slider {
vertical-align: top;
display: inline-block;
width: 20%;
margin: 0 2% 0 0;
}
/* fix closing panels with outside click on IE10 */
.ui-panel-dismiss {
background-color: inherit;
opacity: 0.0;
}
/* hide native clear button in search input on IE10 */
input[data-type='search']::-ms-clear { display: none; }
/* override panel width */
.ui-panel {
width: 18em;
}
.ui-panel-closed {
width: 0;
}
.ui-panel-position-left {
left: -18em;
}
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
-webkit-transform: translate3d(-18em,0,0);
-moz-transform: translate3d(-18em,0,0);
transform: translate3d(-18em,0,0);
}
.ui-panel-position-right {
right: -18em;
}
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
-webkit-transform: translate3d(18em,0,0);
-moz-transform: translate3d(18em,0,0);
transform: translate3d(18em,0,0);
}
.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-left.ui-panel-dismiss-open {
left: 18em;
right: -18em;
}
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
-webkit-transform: translate3d(18em,0,0);
-moz-transform: translate3d(18em,0,0);
transform: translate3d(18em,0,0);
}
.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-right.ui-panel-dismiss-open {
left: -18em;
right: 18em;
}
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
-webkit-transform: translate3d(-18em,0,0);
-moz-transform: translate3d(-18em,0,0);
transform: translate3d(-18em,0,0);
}
@media (min-width:55em) {
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-left,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-left {
margin-right: 18em;
}
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-right,
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right {
margin-left: 18em;
}
}
/* styles for printing */
@media print {
/* hide tool buttons and panels */
.ui-btn-icon-notext {
display: none;
}
.ui-panel {
display: none;
}
/* show compass */
#btnCompass {
display: inherit;
}
/* workaround for compass image */
.ui-icon-compass {
background-image: none;
display: list-item !important;
list-style-image: url("../img/compass.svg");
list-style-position: inside;
}
/* workaround for location marker image */
#locationMarker {
background-image: none;
display: list-item !important;
list-style-image: url("../img/location.svg");
list-style-position: inside;
}
/* workaround for click marker image */
#clickMarker {
background-image: none;
display: list-item !important;
list-style-image: url("../img/click.svg");
list-style-position: inside;
}
/* remove blurring of scale bar */
.ol-scale-line-inner {
opacity: 1.0;
}
}
| 0.295332 | 0.04798 |
.mainContainer {
font-family: Lato, sans-serif;
padding: 0;
}
.the-colors {
font-style: italic;
}
.hamburger {
display: none;
}
.h1 {
font-weight: bold;
}
.body {
padding: 0;
font-family: Lato, sans-serif;
max-width: 2100px;
margin: 0 auto;
}
.mintHome {
display: flex;
flex: 1;
justify-content: center;
margin: 25px 0 50px 0;
}
/*added by heyjan for the hero styling*/
.mainContainer {
background: repeating-linear-gradient(
-45deg,
#ff9aa2,
#ff9aa2 75px,
#ffb7b2 0,
#ffb7b2 150px,
#ffdac1 0,
#ffdac1 225px,
#e2f0cb 0,
#e2f0cb 300px,
#b5ead7 0,
#b5ead7 375px,
#c7ceea 0,
#c7ceea 450px
);
background-size: 200% 200%;
animation: diagonal alternate 30s infinite;
}
.rainbow-container {
background: #596678;
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.rainbow {
width: 400px;
height: 50%;
background: white;
border-radius: 4px;
background-image: repeating-linear-gradient(
to right,
#c4e17f 0px,
#c4e17f 50px,
#f7fdca 50px,
#f7fdca 100px,
#fad071 100px,
#fad071 150px,
#f0766b 150px,
#f0766b 200px,
#db9dbe 200px,
#db9dbe 250px,
#c49cdf 250px,
#c49cdf 300px,
#6599e2 300px,
#6599e2 350px,
#61c2e4 350px,
#61c2e4 400px
);
background-size: 100% 10px;
background-repeat: no-repeat;
}
.modal {
border-radius: 25px;
padding: 2rem 0.5rem;
width: 70%;
margin: 0 auto 30px auto;
}
.hero {
padding-top: 25px;
background-size: 200% 200%;
}
.discord {
width: 33px;
height: 33px;
margin: 7px;
}
.discord svg {
max-width: 100%;
max-height: 100%;
}
.icon {
width: 25px;
height: 25px;
margin: 7px;
}
.icon svg {
max-width: 100%;
max-height: 100%;
}
.colorActive {
border: 5px solid white;
}
@keyframes diagonal {
0% {
background-position: 0% 10%;
}
100% {
background-position: 100% 50%;
}
}
.main {
min-height: 83vh;
padding: 2rem 15px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.color {
width: 75px;
height: 75px;
border: 1px solid white;
}
.color svg {
width: 100%;
max-width: 100%;
}
.sync svg {
max-width: 100%;
max-height: 100%;
}
.toast {
border: 0;
margin: 0;
}
.footer {
width: 100%;
justify-content: center;
flex-grow: 1;
padding-bottom: 2rem;
}
.title a {
color: #0070f3;
text-decoration: none;
}
.title a:hover,
.title a:focus,
.title a:active {
text-decoration: underline;
}
.title {
margin: 0;
line-height: 1.15;
font-size: 4rem;
}
.title,
.description {
text-align: center;
}
.description {
margin: 4rem 0;
line-height: 1.5;
font-size: 1.5rem;
}
.code {
background: #fafafa;
border-radius: 5px;
padding: 0.75rem;
font-size: 1.1rem;
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
Bitstream Vera Sans Mono, Courier New, monospace;
}
.grid {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 800px;
}
.card {
margin: 1rem;
padding: 1.5rem;
text-align: left;
color: inherit;
text-decoration: none;
border: 1px solid #eaeaea;
border-radius: 10px;
transition: color 0.15s ease, border-color 0.15s ease;
max-width: 300px;
}
.card:hover,
.card:focus,
.card:active {
color: #0070f3;
border-color: #0070f3;
}
.card h2 {
margin: 0 0 1rem 0;
font-size: 1.5rem;
}
.card p {
margin: 0;
font-size: 1.25rem;
line-height: 1.5;
}
.logo {
height: 1em;
margin-left: 0.5rem;
}
@media (max-width: 600px) {
.grid {
width: 100%;
flex-direction: column;
}
}
.polls {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.container {
max-width: 2100px;
margin: 0 auto;
}
/*todo add padding for mobile */
.inner {
border: 1px;
border-style: solid;
border-radius: 0.25rem;
border-color: #eee;
margin-bottom: 1rem;
padding: 1.5rem;
width: 500px;
padding: 2rem;
box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.75);
padding: 20px;
margin: 20px;
}
.poll img {
display: block;
max-width: 400px;
width: 100%;
height: auto;
margin: 7px auto;
}
.heading {
text-transform: uppercase;
text-align: center;
}
.heading-note {
color: #696969;
font-size: 16px;
text-align: center;
}
.error-container {
margin-top: 40px;
font-size: 24px;
}
.gallery {
/* ff 3.6+ */
background: -moz-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* safari 5.1+,chrome 10+ */
background: -webkit-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* opera 11.10+ */
background: -o-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* ie 10+ */
background: -ms-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* global 92%+ browsers support */
background: radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
background-repeat: no-repeat;
margin: auto;
/* min-height: 100vh; */
min-height: 25vh;
}
.error {
color: #c30000;
text-align: center;
font-weight: bold;
}
.mintButton {
background-color: white;
padding: 10px 20px;
font-size: 20px;
}
.votes {
margin-top: 10px;
display: flex;
width: 100%;
max-width: 400px;
margin: 10px auto;
font-size: 32px;
}
@media (max-width: 575px) {
.votes {
font-size: 21px;
}
}
.votes .up {
flex: 1;
width: 50%;
font-weight: bold;
color: green;
text-decoration: none;
}
.votes .down {
align-self: flex-end;
flex: 1;
width: 50%;
text-align: right;
color: #c30000;
font-weight: bold;
text-decoration: none;
}
.concave-blue {
background: #0070f3;
color: white;
}
.concave-hover {
color: #093160;
}
.chat-notification {
display: flex;
max-width: 24rem;
margin: 0 auto;
padding: 1.5rem;
border-radius: 0.5rem;
background-color: #fff;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.chat-notification-logo-wrapper {
flex-shrink: 0;
}
.chat-notification-logo {
height: 3rem;
width: 3rem;
}
.chat-notification-content {
margin-left: 1.5rem;
padding-top: 0.25rem;
}
.chat-notification-title {
color: #1a202c;
font-size: 1.25rem;
line-height: 1.25;
}
.chat-notification-message {
color: #718096;
font-size: 1rem;
line-height: 1.5;
}
|
packages/frontend_old/styles/meme.module.css
|
.mainContainer {
font-family: Lato, sans-serif;
padding: 0;
}
.the-colors {
font-style: italic;
}
.hamburger {
display: none;
}
.h1 {
font-weight: bold;
}
.body {
padding: 0;
font-family: Lato, sans-serif;
max-width: 2100px;
margin: 0 auto;
}
.mintHome {
display: flex;
flex: 1;
justify-content: center;
margin: 25px 0 50px 0;
}
/*added by heyjan for the hero styling*/
.mainContainer {
background: repeating-linear-gradient(
-45deg,
#ff9aa2,
#ff9aa2 75px,
#ffb7b2 0,
#ffb7b2 150px,
#ffdac1 0,
#ffdac1 225px,
#e2f0cb 0,
#e2f0cb 300px,
#b5ead7 0,
#b5ead7 375px,
#c7ceea 0,
#c7ceea 450px
);
background-size: 200% 200%;
animation: diagonal alternate 30s infinite;
}
.rainbow-container {
background: #596678;
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.rainbow {
width: 400px;
height: 50%;
background: white;
border-radius: 4px;
background-image: repeating-linear-gradient(
to right,
#c4e17f 0px,
#c4e17f 50px,
#f7fdca 50px,
#f7fdca 100px,
#fad071 100px,
#fad071 150px,
#f0766b 150px,
#f0766b 200px,
#db9dbe 200px,
#db9dbe 250px,
#c49cdf 250px,
#c49cdf 300px,
#6599e2 300px,
#6599e2 350px,
#61c2e4 350px,
#61c2e4 400px
);
background-size: 100% 10px;
background-repeat: no-repeat;
}
.modal {
border-radius: 25px;
padding: 2rem 0.5rem;
width: 70%;
margin: 0 auto 30px auto;
}
.hero {
padding-top: 25px;
background-size: 200% 200%;
}
.discord {
width: 33px;
height: 33px;
margin: 7px;
}
.discord svg {
max-width: 100%;
max-height: 100%;
}
.icon {
width: 25px;
height: 25px;
margin: 7px;
}
.icon svg {
max-width: 100%;
max-height: 100%;
}
.colorActive {
border: 5px solid white;
}
@keyframes diagonal {
0% {
background-position: 0% 10%;
}
100% {
background-position: 100% 50%;
}
}
.main {
min-height: 83vh;
padding: 2rem 15px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.color {
width: 75px;
height: 75px;
border: 1px solid white;
}
.color svg {
width: 100%;
max-width: 100%;
}
.sync svg {
max-width: 100%;
max-height: 100%;
}
.toast {
border: 0;
margin: 0;
}
.footer {
width: 100%;
justify-content: center;
flex-grow: 1;
padding-bottom: 2rem;
}
.title a {
color: #0070f3;
text-decoration: none;
}
.title a:hover,
.title a:focus,
.title a:active {
text-decoration: underline;
}
.title {
margin: 0;
line-height: 1.15;
font-size: 4rem;
}
.title,
.description {
text-align: center;
}
.description {
margin: 4rem 0;
line-height: 1.5;
font-size: 1.5rem;
}
.code {
background: #fafafa;
border-radius: 5px;
padding: 0.75rem;
font-size: 1.1rem;
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
Bitstream Vera Sans Mono, Courier New, monospace;
}
.grid {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 800px;
}
.card {
margin: 1rem;
padding: 1.5rem;
text-align: left;
color: inherit;
text-decoration: none;
border: 1px solid #eaeaea;
border-radius: 10px;
transition: color 0.15s ease, border-color 0.15s ease;
max-width: 300px;
}
.card:hover,
.card:focus,
.card:active {
color: #0070f3;
border-color: #0070f3;
}
.card h2 {
margin: 0 0 1rem 0;
font-size: 1.5rem;
}
.card p {
margin: 0;
font-size: 1.25rem;
line-height: 1.5;
}
.logo {
height: 1em;
margin-left: 0.5rem;
}
@media (max-width: 600px) {
.grid {
width: 100%;
flex-direction: column;
}
}
.polls {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.container {
max-width: 2100px;
margin: 0 auto;
}
/*todo add padding for mobile */
.inner {
border: 1px;
border-style: solid;
border-radius: 0.25rem;
border-color: #eee;
margin-bottom: 1rem;
padding: 1.5rem;
width: 500px;
padding: 2rem;
box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.75);
padding: 20px;
margin: 20px;
}
.poll img {
display: block;
max-width: 400px;
width: 100%;
height: auto;
margin: 7px auto;
}
.heading {
text-transform: uppercase;
text-align: center;
}
.heading-note {
color: #696969;
font-size: 16px;
text-align: center;
}
.error-container {
margin-top: 40px;
font-size: 24px;
}
.gallery {
/* ff 3.6+ */
background: -moz-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* safari 5.1+,chrome 10+ */
background: -webkit-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* opera 11.10+ */
background: -o-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* ie 10+ */
background: -ms-radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
/* global 92%+ browsers support */
background: radial-gradient(
ellipse at 50% 50%,
rgba(17, 24, 39, 0.4) 0%,
rgba(209, 213, 219, 0.5) 100%
);
background-repeat: no-repeat;
margin: auto;
/* min-height: 100vh; */
min-height: 25vh;
}
.error {
color: #c30000;
text-align: center;
font-weight: bold;
}
.mintButton {
background-color: white;
padding: 10px 20px;
font-size: 20px;
}
.votes {
margin-top: 10px;
display: flex;
width: 100%;
max-width: 400px;
margin: 10px auto;
font-size: 32px;
}
@media (max-width: 575px) {
.votes {
font-size: 21px;
}
}
.votes .up {
flex: 1;
width: 50%;
font-weight: bold;
color: green;
text-decoration: none;
}
.votes .down {
align-self: flex-end;
flex: 1;
width: 50%;
text-align: right;
color: #c30000;
font-weight: bold;
text-decoration: none;
}
.concave-blue {
background: #0070f3;
color: white;
}
.concave-hover {
color: #093160;
}
.chat-notification {
display: flex;
max-width: 24rem;
margin: 0 auto;
padding: 1.5rem;
border-radius: 0.5rem;
background-color: #fff;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.chat-notification-logo-wrapper {
flex-shrink: 0;
}
.chat-notification-logo {
height: 3rem;
width: 3rem;
}
.chat-notification-content {
margin-left: 1.5rem;
padding-top: 0.25rem;
}
.chat-notification-title {
color: #1a202c;
font-size: 1.25rem;
line-height: 1.25;
}
.chat-notification-message {
color: #718096;
font-size: 1rem;
line-height: 1.5;
}
| 0.442877 | 0.089415 |
h1{
color: yellow;
background-color: green;
font-family: Impact, Charcoal, sans-serif;
font-style: oblique;
border-bottom-style: dashed;
font-size: 25px;
border-width: 5px;
}
p1{
color: blue;
background-color: red;
font-family: Impact, Charcoal, sans-serif;
font-style: oblique;
border-bottom-style: dashed;
border-color: yellow;
font-size: 14px;
border-width: 4px;
}
main{
background-color: white;
border-left-style: groove;
border-left-color: orange;
border-right-style: groove;
border-right-color: orange;
border-width: 12px;
}
h2{
color: yellow;
background-color: purple;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
h3{
color: purple;
background-color: yellow;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
h4{
color: purple;
background-color: yellow;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
font-style: normal;
font-size: 15px;
}
h5{
color: yellow;
background-color: purple;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
h6{
color: purple;
background-color: yellow;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}h7{
color: purple;
background-color: yellow;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
footer{
border-left-style: solid;
border-left-color: red;
border-left-width: 8px;
border-right-style: solid;
border-right-color: blue;
border-right-width: 8px;
border-top-style: dotted;
border-top-color: gray;
border-top-width: 2px;
font-family: "Times New Roman", Georgia, Serif;
font-size:15px;
color: blue;
}
|
quiz1.css
|
h1{
color: yellow;
background-color: green;
font-family: Impact, Charcoal, sans-serif;
font-style: oblique;
border-bottom-style: dashed;
font-size: 25px;
border-width: 5px;
}
p1{
color: blue;
background-color: red;
font-family: Impact, Charcoal, sans-serif;
font-style: oblique;
border-bottom-style: dashed;
border-color: yellow;
font-size: 14px;
border-width: 4px;
}
main{
background-color: white;
border-left-style: groove;
border-left-color: orange;
border-right-style: groove;
border-right-color: orange;
border-width: 12px;
}
h2{
color: yellow;
background-color: purple;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
h3{
color: purple;
background-color: yellow;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
h4{
color: purple;
background-color: yellow;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
font-style: normal;
font-size: 15px;
}
h5{
color: yellow;
background-color: purple;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
h6{
color: purple;
background-color: yellow;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}h7{
color: purple;
background-color: yellow;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
border-top-style: dashed;
font-size: 15px;
border-width: 3px;
}
p{
color: blue;
background-color: white;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
font-size: 15px;
}
footer{
border-left-style: solid;
border-left-color: red;
border-left-width: 8px;
border-right-style: solid;
border-right-color: blue;
border-right-width: 8px;
border-top-style: dotted;
border-top-color: gray;
border-top-width: 2px;
font-family: "Times New Roman", Georgia, Serif;
font-size:15px;
color: blue;
}
| 0.397704 | 0.081703 |
@import "../pages/mixins";
.home {
& .nav {
position: absolute;
z-index: 100;
}
& .splash {
/* positioning */
/* necessary for image placement */
z-index: 2; /* necessary for tooltip z-index managment */
/* sizing */
padding: 14vh 0 25vh 0; /* padding relative to viewport on small screens */
min-height: 30rem; /* keep text and search visible on tiny screens */
/* fixed padding on taller screens */
@media (min-height: 700px) {
padding: 6rem 0 11rem 0;
}
& .image {
/* positioning */
@add-mixin absolute-expand;
z-index: -10;
/* theming */
background-color: var(--dark-3);
background-position: 50%;
background-size: cover;
/* transitions */
opacity: 0;
&.selected {
transition: opacity 0.5s ease-in-out 0.5s;
opacity: 1;
}
&.bg-geo {
background-image: url("/images/home/bg/geo.jpg");
}
&.bg-countries {
background-image: url("/images/home/bg/countries.jpg");
}
&.bg-institutions {
background-image: url("/images/home/bg/institutions.jpg");
}
&.bg-careers {
background-image: url("/images/home/bg/careers.jpg");
}
&.bg-products {
background-image: url("/images/home/bg/products.jpg");
}
&.bg-industries {
background-image: url("/images/home/bg/industries.jpg");
}
}
& .gradient {
/* positioning */
@add-mixin absolute-expand;
z-index: -9;
/* theming */
background-color: rgba(25, 25, 40, 0.4);
background:
linear-gradient(
color(var(--black) a(0.5)) -5%,
rgba(25, 25, 40, 0.5) 33.333%,
var(--dark-3) 90%),
radial-gradient(
transparent,
var(--dark-3) 75%
);
}
& .intro {
max-width: 100%;
width: 32rem;
margin: 0 auto;
& .text {
padding: 0px var(--gutter);
& .title {
margin: 0px;
margin-right: -30px;
& img {
display: block;
width: 80%;
max-width: 12rem; /* keep logo size reasonable */
margin: 0 auto;
}
& .easter {
position: absolute;
left: 55%;
top: 16%;
width: 10px;
height: 10px;
border-radius: 50%;
display: block;
z-index: 1; /* position in front of logo */
}
}
& .lead {
/* positioning */
margin: 0.5em 0;
text-align: center;
z-index: 1;
/* theming */
color: var(--white); /* override heading deafult */
text-shadow: 0 1px 1.5em rgba(0, 0, 0, 0.3);
}
}
& .search-home-wrapper {
width: 23rem;
max-width: 100%;
margin: 2.5em auto;
/* progressively enhance with background blur where supported */
& input {
backdrop-filter: blur(10px);
}
}
}
}
& .home-slider {
lost-center: var(--width);
display: flex;
flex-direction: row;
flex-wrap: nowrap;
z-index: 1;
/* prevent tooltips from obscuring tabs */
&:hover {
z-index: 2;
}
/* adjust positioning on small and large screen */
@add-mixin for-sm {
top: -1rem;
z-index: 2;
}
@mixin from-lg {
margin-top: 1.5rem;
}
& .home-slide-item {
flex: 1 1 25%;
/* hide labels on small screens */
@add-mixin for-sm {
& .home-slide-btn {
& .home-slide-label {
@add-mixin visually-hidden;
}
}
}
/* add spacing between adjacent tabs on bigger screens */
& + .home-slide-item {
@add-mixin from-xs { margin-left: 1em; }
@add-mixin from-md { margin-left: 2em; }
}
& .home-slide-selected {
display: block;
height: 4px;
width: 0px;
transition: width 0.5s ease-in-out;
}
& .home-slide-content {
border-top-style: solid;
border-top-width: 3px;
background-color: var(--dark-3);
display: flex;
flex-direction: column;
justify-content: space-between;
& .home-slide-btn {
height: auto;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0.5em;
z-index: 1;
/* optical alignment on bigger screens */
@add-mixin from-sm {
padding: 1em 1em 1em 0.25em;
& .home-slide-icon {
margin-right: 5px;
}
}
/* label */
& .home-slide-label {
@add-mixin font-xs;
color: var(--white);
line-height: 1em;
/* transitions */
opacity: 0.75;
transition: opacity 0.2s;
}
/* icon positioning */
& .home-slide-icon {
display: inline;
width: 20px;
height: 20px;
}
/* interactions */
&:hover,
&:focus,
&.selected {
& .home-slide-label {
opacity: 1;
}
}
/* hide outline unless using keyboard */
&.selected,
&:hover {
outline: none;
}
}
}
&.selected {
& .home-slide-selected {
width: 30%;
}
}
}
}
/* about block */
& .home-about-img {
margin: 1rem auto 0 auto;
width: 53.25rem; /* account for image white space */
display: block;
}
& .home-text {
width: 45rem;
max-width: 100%;
margin-left: auto;
margin-right: auto;
/* default margin on typographic elements */
& > * {
margin-bottom: 0.75em;
}
/* space out paragraph and heading */
& p + h2 {
margin-top: 2em;
}
/* about headings */
& h2 {
color: var(--accent);
margin-bottom: var(--gutter);
}
/* about text */
& p {
color: var(--light-2);
/* highlights */
& span {
@add-mixin body-font-bold;
color: var(--white);
}
}
}
& .home-section-title {
lost-flex-container: row;
margin: var(--gutter) auto var(--gutter) auto;
& h2 {
text-align: center;
lost-column: 1;
color: var(--accent);
margin-bottom: var(--gutter);
}
& .home-section-title-img {
lost-column: 1;
text-align: center;
margin: calc(var(--gutter)/2) auto;
& img {
height: 1.5rem;
}
}
}
& .home-featured-profiles {
lost-flex-container: column;
margin: var(--gutter-half) auto var(--gutter) auto;
padding-left: var(--gutter);
padding-right: var(--gutter);
& .home-profile-carousels-container {
/* hide the fifth tile */
@media (min-width: 480px) and (max-width: 991px) {
& .tile:last-child {
display: none;
}
}
}
}
/* position button */
& .home-btn-container {
width: 100%; /* needed because of flex on parent 😓 */
& .btn {
margin: 1em 0;
min-width: 16em;
max-width: 100%;
}
}
& .home-sources {
lost-flex-container: column;
lost-center: var(--width);
max-width: 45rem;
margin: var(--gutter) auto;
& .dataset-list {
lost-flex-container: row;
lost-column: 1;
margin-bottom: var(--gutter);
margin-top: calc(0 - var(--gutter));
& .l-col,
& .r-col {
lost-column: 1/2 2 3.5em;
}
& .l-col {
@add-mixin from-sm {
text-align: right;
}
/* add in border on small screens */
@add-mixin for-sm {
& .dataset:last-of-type {
border-bottom: 1px solid var(--accent);
}
}
}
}
& .dataset {
padding: var(--gutter-half) 0;
/* add border, but not to the last one */
&:not(:last-of-type) {
border-bottom: 1px solid var(--accent-dark);
}
& span {
display: block;
width: 100%;
/* source title */
&.name {
color: var(--white);
margin-bottom: 5px;
}
&.source {
@add-mixin font-xxs;
color: var(--light-2);
}
}
}
}
}
@add-mixin for-lg {
.home {
& .home-featured-profiles,
& .home-slider,
& .home-sources {
lost-column: 1 1;
}
& .home-sources {
max-width: 100%;
}
& .home-featured-profiles,
& .home-slider,
& .home-text,
& .home-sources {
margin-top: 0; /* override lost */
padding: 0 var(--gutter);
}
}
}
@add-mixin for-md {
.home {
& .home-slider {
& .home-slide-item {
/* lost-column: 1/3 3 0px; */
& .home-slide-content {
padding-bottom: 0;
}
}
}
& .home-section-title {
lost-column: 1;
lost-center: 1;
}
}
}
@add-mixin for-sm {
.home {
& .home-slider {
& .home-slide-item {
/* lost-column: 1/3 3 0px; */
& .home-slide-content {
margin-bottom: 0px;
}
}
}
& .home-sources {
& .dataset-list {
& .l-col,
& .r-col {
lost-column: 1;
}
}
}
}
}
.subtle-table {
color: var(--white);
}
|
app/pages/Home.css
|
@import "../pages/mixins";
.home {
& .nav {
position: absolute;
z-index: 100;
}
& .splash {
/* positioning */
/* necessary for image placement */
z-index: 2; /* necessary for tooltip z-index managment */
/* sizing */
padding: 14vh 0 25vh 0; /* padding relative to viewport on small screens */
min-height: 30rem; /* keep text and search visible on tiny screens */
/* fixed padding on taller screens */
@media (min-height: 700px) {
padding: 6rem 0 11rem 0;
}
& .image {
/* positioning */
@add-mixin absolute-expand;
z-index: -10;
/* theming */
background-color: var(--dark-3);
background-position: 50%;
background-size: cover;
/* transitions */
opacity: 0;
&.selected {
transition: opacity 0.5s ease-in-out 0.5s;
opacity: 1;
}
&.bg-geo {
background-image: url("/images/home/bg/geo.jpg");
}
&.bg-countries {
background-image: url("/images/home/bg/countries.jpg");
}
&.bg-institutions {
background-image: url("/images/home/bg/institutions.jpg");
}
&.bg-careers {
background-image: url("/images/home/bg/careers.jpg");
}
&.bg-products {
background-image: url("/images/home/bg/products.jpg");
}
&.bg-industries {
background-image: url("/images/home/bg/industries.jpg");
}
}
& .gradient {
/* positioning */
@add-mixin absolute-expand;
z-index: -9;
/* theming */
background-color: rgba(25, 25, 40, 0.4);
background:
linear-gradient(
color(var(--black) a(0.5)) -5%,
rgba(25, 25, 40, 0.5) 33.333%,
var(--dark-3) 90%),
radial-gradient(
transparent,
var(--dark-3) 75%
);
}
& .intro {
max-width: 100%;
width: 32rem;
margin: 0 auto;
& .text {
padding: 0px var(--gutter);
& .title {
margin: 0px;
margin-right: -30px;
& img {
display: block;
width: 80%;
max-width: 12rem; /* keep logo size reasonable */
margin: 0 auto;
}
& .easter {
position: absolute;
left: 55%;
top: 16%;
width: 10px;
height: 10px;
border-radius: 50%;
display: block;
z-index: 1; /* position in front of logo */
}
}
& .lead {
/* positioning */
margin: 0.5em 0;
text-align: center;
z-index: 1;
/* theming */
color: var(--white); /* override heading deafult */
text-shadow: 0 1px 1.5em rgba(0, 0, 0, 0.3);
}
}
& .search-home-wrapper {
width: 23rem;
max-width: 100%;
margin: 2.5em auto;
/* progressively enhance with background blur where supported */
& input {
backdrop-filter: blur(10px);
}
}
}
}
& .home-slider {
lost-center: var(--width);
display: flex;
flex-direction: row;
flex-wrap: nowrap;
z-index: 1;
/* prevent tooltips from obscuring tabs */
&:hover {
z-index: 2;
}
/* adjust positioning on small and large screen */
@add-mixin for-sm {
top: -1rem;
z-index: 2;
}
@mixin from-lg {
margin-top: 1.5rem;
}
& .home-slide-item {
flex: 1 1 25%;
/* hide labels on small screens */
@add-mixin for-sm {
& .home-slide-btn {
& .home-slide-label {
@add-mixin visually-hidden;
}
}
}
/* add spacing between adjacent tabs on bigger screens */
& + .home-slide-item {
@add-mixin from-xs { margin-left: 1em; }
@add-mixin from-md { margin-left: 2em; }
}
& .home-slide-selected {
display: block;
height: 4px;
width: 0px;
transition: width 0.5s ease-in-out;
}
& .home-slide-content {
border-top-style: solid;
border-top-width: 3px;
background-color: var(--dark-3);
display: flex;
flex-direction: column;
justify-content: space-between;
& .home-slide-btn {
height: auto;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0.5em;
z-index: 1;
/* optical alignment on bigger screens */
@add-mixin from-sm {
padding: 1em 1em 1em 0.25em;
& .home-slide-icon {
margin-right: 5px;
}
}
/* label */
& .home-slide-label {
@add-mixin font-xs;
color: var(--white);
line-height: 1em;
/* transitions */
opacity: 0.75;
transition: opacity 0.2s;
}
/* icon positioning */
& .home-slide-icon {
display: inline;
width: 20px;
height: 20px;
}
/* interactions */
&:hover,
&:focus,
&.selected {
& .home-slide-label {
opacity: 1;
}
}
/* hide outline unless using keyboard */
&.selected,
&:hover {
outline: none;
}
}
}
&.selected {
& .home-slide-selected {
width: 30%;
}
}
}
}
/* about block */
& .home-about-img {
margin: 1rem auto 0 auto;
width: 53.25rem; /* account for image white space */
display: block;
}
& .home-text {
width: 45rem;
max-width: 100%;
margin-left: auto;
margin-right: auto;
/* default margin on typographic elements */
& > * {
margin-bottom: 0.75em;
}
/* space out paragraph and heading */
& p + h2 {
margin-top: 2em;
}
/* about headings */
& h2 {
color: var(--accent);
margin-bottom: var(--gutter);
}
/* about text */
& p {
color: var(--light-2);
/* highlights */
& span {
@add-mixin body-font-bold;
color: var(--white);
}
}
}
& .home-section-title {
lost-flex-container: row;
margin: var(--gutter) auto var(--gutter) auto;
& h2 {
text-align: center;
lost-column: 1;
color: var(--accent);
margin-bottom: var(--gutter);
}
& .home-section-title-img {
lost-column: 1;
text-align: center;
margin: calc(var(--gutter)/2) auto;
& img {
height: 1.5rem;
}
}
}
& .home-featured-profiles {
lost-flex-container: column;
margin: var(--gutter-half) auto var(--gutter) auto;
padding-left: var(--gutter);
padding-right: var(--gutter);
& .home-profile-carousels-container {
/* hide the fifth tile */
@media (min-width: 480px) and (max-width: 991px) {
& .tile:last-child {
display: none;
}
}
}
}
/* position button */
& .home-btn-container {
width: 100%; /* needed because of flex on parent 😓 */
& .btn {
margin: 1em 0;
min-width: 16em;
max-width: 100%;
}
}
& .home-sources {
lost-flex-container: column;
lost-center: var(--width);
max-width: 45rem;
margin: var(--gutter) auto;
& .dataset-list {
lost-flex-container: row;
lost-column: 1;
margin-bottom: var(--gutter);
margin-top: calc(0 - var(--gutter));
& .l-col,
& .r-col {
lost-column: 1/2 2 3.5em;
}
& .l-col {
@add-mixin from-sm {
text-align: right;
}
/* add in border on small screens */
@add-mixin for-sm {
& .dataset:last-of-type {
border-bottom: 1px solid var(--accent);
}
}
}
}
& .dataset {
padding: var(--gutter-half) 0;
/* add border, but not to the last one */
&:not(:last-of-type) {
border-bottom: 1px solid var(--accent-dark);
}
& span {
display: block;
width: 100%;
/* source title */
&.name {
color: var(--white);
margin-bottom: 5px;
}
&.source {
@add-mixin font-xxs;
color: var(--light-2);
}
}
}
}
}
@add-mixin for-lg {
.home {
& .home-featured-profiles,
& .home-slider,
& .home-sources {
lost-column: 1 1;
}
& .home-sources {
max-width: 100%;
}
& .home-featured-profiles,
& .home-slider,
& .home-text,
& .home-sources {
margin-top: 0; /* override lost */
padding: 0 var(--gutter);
}
}
}
@add-mixin for-md {
.home {
& .home-slider {
& .home-slide-item {
/* lost-column: 1/3 3 0px; */
& .home-slide-content {
padding-bottom: 0;
}
}
}
& .home-section-title {
lost-column: 1;
lost-center: 1;
}
}
}
@add-mixin for-sm {
.home {
& .home-slider {
& .home-slide-item {
/* lost-column: 1/3 3 0px; */
& .home-slide-content {
margin-bottom: 0px;
}
}
}
& .home-sources {
& .dataset-list {
& .l-col,
& .r-col {
lost-column: 1;
}
}
}
}
}
.subtle-table {
color: var(--white);
}
| 0.474875 | 0.098123 |
ul#topnav {
margin: 0; padding: 0;
float: left;
width:100%;
list-style: none;
position: relative;
font-size: 1.2em;
background: #335599;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0, .5);
}
ul#topnav li {
float: left;
/*margin: 0;*/
margin-right: 10px;
padding: 0;
/*border-right: 1px solid #fff;*/
}
ul#topnav li a {
padding: 12px 15px 12px 30px;
display: block;
height:24px;
color: #e7e5e5;
text-decoration: none;
}
/*ul#topnav li:hover { background: #1376c9 url() repeat-x; }*/
ul#topnav li span {
float: left;
/*padding: 15px 0;*/
position: absolute;
z-index: 9999;
/*left: 0; */
top:35px;
display: none;
/*width: 100%;*/
background: #c1976c;
color: #fff;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover {
background-color: white;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);}
ul#topnav li span a { display: inline;text-decoration: none;background: none; }
ul#topnav li span a:hover {text-decoration: none;}
ul#topnav li span div{
/* margin-top: 15px;*/
/* margin-left: 20px;*/
border-bottom-style: dotted;
border-bottom-width: 1px;
/* height: 24px;*/
height: auto;
min-height: 24px;
}
ul#topnav li span div:hover{
background: #544741;
}
ul#topnav li.active{
background-color: white;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}
ul#topnav li.active a{
color: #000;
}
ul#topnav li a:hover{
color: #000;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}
ul#topnav ul{
list-style: none;
}
ul#topnav ul li{
margin-bottom: 10px;
}
ul#topnav ul li:hover a, #nav li:hover li a {
background:none;
border:none;
color:#000;
}
ul#topnav ul li a:hover {
background:#335599 url(../../images/bg.png) repeat-x 0 -100px;
color:#fff;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}
ul#topnav ul li:first-child > a {
-moz-border-radius-topleft:10px; /*some css3*/
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
}
ul#topnav ul li:last-child > a {
-moz-border-radius-bottomleft:10px; /*some css3*/
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}
ul#topnav li:hover > ul {
opacity:1;
visibility:visible;
}
ul#topnav ul {
opacity:0;
visibility:hidden;
padding:0;
width:225px;
position:absolute;
/*background:#aabbcc url(../../images/bg.png) repeat-x 0 0;*/
background-color: #387038;
border:1px solid #7788aa;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-transition:opacity .25s linear, visibility .1s linear .1s;
-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
-o-transition:opacity .25s linear, visibility .1s linear .1s;
transition:opacity .25s linear, visibility .1s linear .1s;
}
ul#topnav ul li {
float:none;
margin:0;
}
ul#topnav ul a {
font-weight:normal;
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
ul#topnav ul ul {
left:160px;
top:0px;
}
|
public/css/menu/menu.css
|
ul#topnav {
margin: 0; padding: 0;
float: left;
width:100%;
list-style: none;
position: relative;
font-size: 1.2em;
background: #335599;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0, .5);
}
ul#topnav li {
float: left;
/*margin: 0;*/
margin-right: 10px;
padding: 0;
/*border-right: 1px solid #fff;*/
}
ul#topnav li a {
padding: 12px 15px 12px 30px;
display: block;
height:24px;
color: #e7e5e5;
text-decoration: none;
}
/*ul#topnav li:hover { background: #1376c9 url() repeat-x; }*/
ul#topnav li span {
float: left;
/*padding: 15px 0;*/
position: absolute;
z-index: 9999;
/*left: 0; */
top:35px;
display: none;
/*width: 100%;*/
background: #c1976c;
color: #fff;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover {
background-color: white;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);}
ul#topnav li span a { display: inline;text-decoration: none;background: none; }
ul#topnav li span a:hover {text-decoration: none;}
ul#topnav li span div{
/* margin-top: 15px;*/
/* margin-left: 20px;*/
border-bottom-style: dotted;
border-bottom-width: 1px;
/* height: 24px;*/
height: auto;
min-height: 24px;
}
ul#topnav li span div:hover{
background: #544741;
}
ul#topnav li.active{
background-color: white;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}
ul#topnav li.active a{
color: #000;
}
ul#topnav li a:hover{
color: #000;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}
ul#topnav ul{
list-style: none;
}
ul#topnav ul li{
margin-bottom: 10px;
}
ul#topnav ul li:hover a, #nav li:hover li a {
background:none;
border:none;
color:#000;
}
ul#topnav ul li a:hover {
background:#335599 url(../../images/bg.png) repeat-x 0 -100px;
color:#fff;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}
ul#topnav ul li:first-child > a {
-moz-border-radius-topleft:10px; /*some css3*/
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
}
ul#topnav ul li:last-child > a {
-moz-border-radius-bottomleft:10px; /*some css3*/
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}
ul#topnav li:hover > ul {
opacity:1;
visibility:visible;
}
ul#topnav ul {
opacity:0;
visibility:hidden;
padding:0;
width:225px;
position:absolute;
/*background:#aabbcc url(../../images/bg.png) repeat-x 0 0;*/
background-color: #387038;
border:1px solid #7788aa;
border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-transition:opacity .25s linear, visibility .1s linear .1s;
-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
-o-transition:opacity .25s linear, visibility .1s linear .1s;
transition:opacity .25s linear, visibility .1s linear .1s;
}
ul#topnav ul li {
float:none;
margin:0;
}
ul#topnav ul a {
font-weight:normal;
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
ul#topnav ul ul {
left:160px;
top:0px;
}
| 0.351089 | 0.075075 |
@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Cabin|Roboto");
body {
min-width: 320px;
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
background: #000;
color: #fff;
padding-bottom: 5rem;
background: #ed1b24;
font-size: 14px; }
h1 {
font-size: 19px;
text-align: justify; }
@media screen and (min-width: 321px) {
h1 {
font-size: 20px; } }
p {
font-size: 14px;
text-align: justify; }
ul {
text-align: left;
margin: 10px 0;
padding-left: 20px; }
ul li {
font-size: 14px; }
.text-center {
text-align: center; }
.image {
max-width: 100%;
margin: 10px auto; }
.app {
padding: 1rem 15px;
text-align: center;
font-size: 2rem;
max-width: 500px;
margin: auto; }
@media screen and (min-width: 426px) {
.app {
padding: 0 2rem 2rem;
margin-top: 50px; } }
.navbar {
width: 100%;
font-family: "Bree Serif", serif;
background-color: #fff !important;
z-index: 10; }
#menu-appbar .navlink {
width: 100% !important;
font-size: 14px; }
.navbar-bottom {
position: fixed !important;
bottom: 0;
top: "auto"; }
.navbar-bottom .grow {
flex-grow: 1; }
.navbar-bottom .avatar-image {
border: 2px solid #fff; }
.navbar-bottom b {
margin: auto 1px; }
.grow {
flex-grow: 1; }
.navlink {
color: rgba(0, 0, 0, 0.87);
text-decoration: none;
cursor: pointer !important; }
.fa-icon {
width: 30px !important;
margin-right: 15px;
display: inline-block; }
.logo {
font-family: "Bree Serif", serif;
font-size: 18px; }
.text-justify {
text-align: justify !important; }
.result {
background: #eee;
padding: 30px 20px 10px;
border-radius: 6px;
max-width: 500px; }
.result textarea {
background: transparent;
width: 100%;
min-height: 100px;
max-width: 450px;
border: 0;
font-size: 15px;
text-align: center;
font-family: "Roboto", sans-serif;
resize: none; }
.star-icon {
margin: 20px auto 10px; }
.star-icon img {
cursor: pointer;
max-width: 140px;
transition: 600ms all ease-in; }
.star-icon img:focus, .star-icon img:active, .star-icon img:hover {
transform: rotate(360deg); }
.avatar-image-header {
display: inline-block !important;
width: 23px !important;
height: 23px !important;
margin-right: 17px;
margin-left: 5px;
top: 5px; }
.menu-desktop {
display: none; }
@media screen and (min-width: 600px) {
.menu-desktop {
display: flex; } }
.menu-desktop .fa-icon {
margin-right: 0px !important; }
.menu-desktop .button {
text-transform: capitalize;
padding: 5px 7px !important;
margin: 0 0.5rem !important;
font-size: 15px !important; }
.share {
position: relative;
text-align: center;
display: inline-block; }
.fb-share-button,
.twitter-share-button {
display: inline-block;
top: 0;
margin: auto 5px;
padding: 0;
margin-top: 15px; }
.fb-share-button a,
.twitter-share-button a {
padding: 0;
margin: 0;
top: 0;
position: relative; }
.fb-share-button {
top: -8px; }
.code-only {
display: none; }
.button-clipboard {
margin: 5px 5px;
border-radius: 4px;
border: 0;
padding: 7px 20px;
background: #fff;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
display: inline;
position: relative;
margin-top: 20px;
top: -10px; }
@media screen and (min-width: 424px) {
.button-clipboard {
margin-top: 0; } }
.button-clipboard button {
background: transparent;
border: none;
outline: none; }
.button-clipboard .fa-icon {
margin-right: 8px;
padding: 0;
width: 10px !important; }
.share-comments {
max-width: 500px;
margin: auto;
margin-top: 5px;
background: #fff;
border-radius: 4px;
padding: 20px;
z-index: -1; }
.share-comments iframe {
z-index: 0;
width: 100% !important; }
|
src/styles/index.css
|
@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Cabin|Roboto");
body {
min-width: 320px;
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
background: #000;
color: #fff;
padding-bottom: 5rem;
background: #ed1b24;
font-size: 14px; }
h1 {
font-size: 19px;
text-align: justify; }
@media screen and (min-width: 321px) {
h1 {
font-size: 20px; } }
p {
font-size: 14px;
text-align: justify; }
ul {
text-align: left;
margin: 10px 0;
padding-left: 20px; }
ul li {
font-size: 14px; }
.text-center {
text-align: center; }
.image {
max-width: 100%;
margin: 10px auto; }
.app {
padding: 1rem 15px;
text-align: center;
font-size: 2rem;
max-width: 500px;
margin: auto; }
@media screen and (min-width: 426px) {
.app {
padding: 0 2rem 2rem;
margin-top: 50px; } }
.navbar {
width: 100%;
font-family: "Bree Serif", serif;
background-color: #fff !important;
z-index: 10; }
#menu-appbar .navlink {
width: 100% !important;
font-size: 14px; }
.navbar-bottom {
position: fixed !important;
bottom: 0;
top: "auto"; }
.navbar-bottom .grow {
flex-grow: 1; }
.navbar-bottom .avatar-image {
border: 2px solid #fff; }
.navbar-bottom b {
margin: auto 1px; }
.grow {
flex-grow: 1; }
.navlink {
color: rgba(0, 0, 0, 0.87);
text-decoration: none;
cursor: pointer !important; }
.fa-icon {
width: 30px !important;
margin-right: 15px;
display: inline-block; }
.logo {
font-family: "Bree Serif", serif;
font-size: 18px; }
.text-justify {
text-align: justify !important; }
.result {
background: #eee;
padding: 30px 20px 10px;
border-radius: 6px;
max-width: 500px; }
.result textarea {
background: transparent;
width: 100%;
min-height: 100px;
max-width: 450px;
border: 0;
font-size: 15px;
text-align: center;
font-family: "Roboto", sans-serif;
resize: none; }
.star-icon {
margin: 20px auto 10px; }
.star-icon img {
cursor: pointer;
max-width: 140px;
transition: 600ms all ease-in; }
.star-icon img:focus, .star-icon img:active, .star-icon img:hover {
transform: rotate(360deg); }
.avatar-image-header {
display: inline-block !important;
width: 23px !important;
height: 23px !important;
margin-right: 17px;
margin-left: 5px;
top: 5px; }
.menu-desktop {
display: none; }
@media screen and (min-width: 600px) {
.menu-desktop {
display: flex; } }
.menu-desktop .fa-icon {
margin-right: 0px !important; }
.menu-desktop .button {
text-transform: capitalize;
padding: 5px 7px !important;
margin: 0 0.5rem !important;
font-size: 15px !important; }
.share {
position: relative;
text-align: center;
display: inline-block; }
.fb-share-button,
.twitter-share-button {
display: inline-block;
top: 0;
margin: auto 5px;
padding: 0;
margin-top: 15px; }
.fb-share-button a,
.twitter-share-button a {
padding: 0;
margin: 0;
top: 0;
position: relative; }
.fb-share-button {
top: -8px; }
.code-only {
display: none; }
.button-clipboard {
margin: 5px 5px;
border-radius: 4px;
border: 0;
padding: 7px 20px;
background: #fff;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
display: inline;
position: relative;
margin-top: 20px;
top: -10px; }
@media screen and (min-width: 424px) {
.button-clipboard {
margin-top: 0; } }
.button-clipboard button {
background: transparent;
border: none;
outline: none; }
.button-clipboard .fa-icon {
margin-right: 8px;
padding: 0;
width: 10px !important; }
.share-comments {
max-width: 500px;
margin: auto;
margin-top: 5px;
background: #fff;
border-radius: 4px;
padding: 20px;
z-index: -1; }
.share-comments iframe {
z-index: 0;
width: 100% !important; }
| 0.262558 | 0.065128 |
### CONTENT ###
BASE
PADDING CLASSES
MARGIN CLASSES
PAGE STYLRS
TEXT STYLES
HEADER
COUNTER
SERVICE
SERVICE MODAL
METHOD
PORTFOLIO
PORTFOLIO FILTER
PORTFOLIO DETAILS
AESTHETICS
BUTTONS
LISTS
ICONS
BLOG
FORM
FEATURES
MEMBERS
TWITTER
ISOTOPE
SUPERSIZED
FONT AWESOME
FLEXSLIDER
== */
/*
' BASE
*/
html{
height:100% !important;
}
body{
overflow-x:hidden !important;
font-family: 'Source Sans Pro', sans-serif;
color:#727272;
}
body .grey{
color:#4E4F53;
}
a:hover{
color:#374152;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.overflow{
overflow:hidden !important;
}
#preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#111; /* change if the mask should have another color then #ddd */
z-index:9999; /* makes sure it stays on top */
}
#status {
width:200px;
height:200px;
position:absolute;
left:50%; /* centers the loading animation horizontally one the screen */
top:50%; /* centers the loading animation vertically one the screen */
background-image:url(../img/loader.gif); /* path to your loading animation */
background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.loader {
display: none;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
@media screen and (max-width: 321px){
.no-mobile{
display:none;
}
}
/*
' PADDING CLASSES
*/
.nopadding {
padding: 0 !important;
margin:0 auto;
}
.smallpadding {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.smallsidepadding {
padding-left: 10px !important;
padding-right: 10px !important;
}
.smalltoppadding {
padding-top: 10px !important;
}
.smallbottompadding {
padding-bottom: 10px !important;
}
.leftpadding {
padding-left: 20px !important;
}
.rightpadding {
padding-right: 20px !important;
}
.midpadding {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.midtoppadding {
padding-top: 20px !important;
}
.midbottompadding {
padding-bottom: 20px !important;
}
.bigpadding {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.bigsidepadding {
padding-left: 50px !important;
padding-right: 50px !important;
}
.bigtoppadding {
padding-top: 50px !important;
}
.bigbottompadding {
padding-bottom: 50px !important;
}
.largepadding {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
.largebottompadding {
padding-bottom: 100px !important;
}
.largetoppadding {
padding-top: 100px !important;
}
/*
' MARGIN CLASSES
*/
.nomargin {
margin: 0 !important;
}
.smallmargin {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.smalltopmargin {
margin-top: 10px !important;
}
.smallbottommargin {
margin-bottom: 10px !important;
}
.midmargin {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.midtopmargin {
margin-top: 20px !important;
}
.midbottommargin {
margin-bottom: 20px !important;
}
.bigmargin {
margin-top: 50px !important;
margin-bottom: 50px !important;
}
.bigtopmargin {
margin-top: 50px !important;
}
.bigbottommargin {
margin-bottom: 50px !important;
}
.largemargin {
margin-top: 100px !important;
margin-bottom: 100px !important;
}
.largebottommargin {
margin-bottom: 100px !important;
}
.largetopmargin {
margin-top: 100px !important;
}
/*
' PAGE STYLES
*/
#intro{
position:relative;
min-height:100%;
}
#intro.tint{
border:0px;
}
.tint{
background:rgb(14, 14, 14);
background:rgba(14, 14, 14, 0.8);
}
.black{
background:#111;
padding:50px 0px;
}
.white{
background:#ddd;
padding:50px 0px;
}
.grey{
background:#bbb;
padding:50px 0px;
}
#blog .grey{
border-top:1px solid #aaa;
border-bottom:1px solid #aaa;
}
#work.white{
padding-bottom:50px;
}
.blue{
background:#3299BB;
padding:50px 0px;
}
.orange{
background:#FF9900;
padding:50px 0px;
}
/*
' Text Styles
*/
h1,h2,h3,h4,h5,h6{
color:#fff;
font-weight:400;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
-webkit-font-smoothing: subpixel-antialiased;
}
.white h1, .white h2,.white h3,.white h4,.white h5,.white h6,
.grey h1,.grey h2,.grey h3,.grey h4,.grey h5,.grey h6{
color:#2D2d2d;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
h2{
line-height:40px;
}
h4{
font-weight:400;
line-height:32px;
}
.tint p{
color:#ccc;
}
.white p{
color:#464646;
}
.black p{
color:#7C7C7C;
}
.grey p{
color:#4E4F53;
}
.intro-text{
text-align:center;
padding-top: 220px;
text-align:center;
}
.intro-text h1 {
font-weight: 700;
font-size: 80px;
line-height: 65px;
}
.heading{
text-align:center;
}
.heading h1 {
font-weight: 700;
font-size: 60px;
line-height: 50px;
}
.heading h3 span.abril {
font-size: 37px;
line-height:34px;
margin:0px -4px 0px -1px;
}
.black .heading h2 span{
color:#aaa;
}
.heading h2{
font-weight:600;
}
.intro-text h5, .heading h5{
font-weight: 400;
letter-spacing: 1px;
/* font-style: italic; */
font-size: 22px;
}
.about-text p, .blog-post p, .project-text p{
font-size:20px;
line-height:30px;
margin-top:6px;
}
.about-text p, .project-text p {
margin-bottom: 20px !important;
text-align:justify;
}
.light{
font-weight:300 !important;
}
.bold{
font-weight:700 !important;
}
.s-bold{
font-weight:600 !important;
}
.x-bold{
font-weight:900 !important;
}
.serif{
font-family: 'Gentium Book Basic', serif;
}
.abril{
font-family: 'Abril Fatface', cursive;
}
.black-text{
color:#333 !important;
}
.red-text{
color:#ff4242 !important;
}
.blue-text{
color:#3299BB !important;
}
.grey-text{
color:rgb(111, 111, 111) !important;
}
.white-text{
color:#fff !important;
}
.orange-text{
color:#FF9900 !important;
}
.green-text{
color:#0EB956 !important;
}
.center{
text-align:center !important;
}
.left-text{
text-align:left !important;
}
.right-text{
text-align:right !important;
}
.italic{
font-style:italic;
}
.meta{
font-size:12px;
}
.smallfont{
font-size:11px;
}
/*
' HEADER
*/
header{
background:#2d2d2d;
position:fixed;
padding:20px 0px 8px;
width:100%;
z-index:1000;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
-ms-transition: all 1s;
height:66px;
}
header.inactive{
top:-100%;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
-ms-transition: all 1s;
transition: all 1s;
}
#nav{
position:relative;
}
ul.navigation{
position:absolute;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
ul.navigation.active{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
@media screen and (min-width: 769px) {
ul.navigation{
right:50px;
top:-200px;
}
ul.navigation.active{
top:-2px !important;
}
ul.navigation li{
display:inline-block;
margin:2px 0px 4px;
}
ul.navigation li a {
font-size: 16px;
color: #ddd;
padding:0px 10px;
font-weight:600;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
ul.navigation li a:hover{
color:#ff4242;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
ul.navigation li.active a{
color:#ff4242;
}
}
@media screen and (max-width: 768px) {
header .logo {
float: left;
display: inline;
}
ul.navigation{
background:#222;
right:-100%;
top:41px;
min-width:180px;
max-height:360px;
overflow-y:scroll;
}
ul.navigation.active{
right:0px;
width:100%;
}
ul.navigation li {
display: block;
margin: 2px 0px 0px;
background: #4b4b4b;
padding: 8px;
}
ul.navigation li a {
font-size: 14px;
color: #fff;
padding: 2px 10px;
font-weight: 600;
}
ul.navigation li.active a{
color:#ff4242;
}
}
.nav-button {
display: inline-block;
float: right;
font-size: 26px;
cursor:pointer;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
.nav-button.rotate{
-webkit-transform:rotate(90deg);
-moz-transform:transform:rotate(90deg);
-ms-transform:transform:rotate(90deg);
-o-transform:transform:rotate(90deg);
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
/*
counter
*/
.count{
font-weight:700;
font-size:80px;
}
.grey .count{
color:#858585;
}
.stat-title{
font-weight:600;
}
/*
' service
*/
.service{
padding:5px 10px;
margin-bottom:25px;
text-align:center;
}
.service h5{
font-weight:600;
text-transform:uppercase;
}
/* service modal */
.srvc .modal{
overflow-y:scroll;
}
.srvc .modal .row{
padding-bottom:20px;
}
.srvc .modal > .content {
width:100%;
max-width: 88%;
height:auto !important;
min-height:inherit;
margin-top: 55px;
top: 0;
max-height:inherit;
}
.srvc .modal >.content.second {
margin-top:0px;
margin-bottom:55px;
}
.srvc .modal > .content > .close {
top: 20px;
right: 20px;
}
.srvc .modal > .content > .close i {
font-size: 26px;
}
.second.black {
background: #222;
}
.srvc .modal .heading h2{
padding:0px;
text-transform: uppercase;
font-weight:600;
}
.modal-label{
margin-bottom:10px;
}
.srvc .modal-label h6 {
display: inline-block;
padding: 5px 0;
font-weight:600;
border-bottom:1px solid #ff4242;
}
.srvc .modal .heading h2:after{
display:none !important;
}
/*
' Method
*/
.method-field p{
margin-bottom:20px;
}
.method-field h5 {
font-weight: 600;
margin-bottom: 5px;
padding-top: 18px;
}
.method-detail{
display:inline-block;
vertical-align:top;
}
.method-number {
width: 60px;
height: 60px;
background: none;
display: inline-block;
text-align: center;
border-radius: 50%;
color: #969696;
font-size: 36px;
padding-top: 15px;
margin-right:12px;
border:2px solid #969696;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.method-field:hover .method-number{
background:#ff4242;
border:2px solid #ff4242;
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
/*
' PORTFOLIO
*/
.grid {
display: block;
overflow: hidden;
margin-left:-2%;
zoom:1;
}
.grid li{
display:block;
height:auto;
float:left;
overflow:hidden;
margin-bottom:0px;
padding-bottom:0px;
zoom:1;
width:31.3%;
box-sizing:border-box;
margin-left:2%;
margin-bottom:2%;
}
#gallery.grid li{
margin-left: 2%;
width: 23%;
}
.grid-project{
position:relative;
}
.project-info{
position:absolute;
bottom:0px;
opacity:0;
height:100%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
width:100%;
padding-top:70%;
padding-right:10px;
padding-left:10px;
padding-bottom:10px;
text-align:center;
}
.project-icon{
position:absolute;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
width:100%;
height:100%;
opacity:0;
top:0;
}
.white .project-info, .white .project-icon{
background:rgba(17, 17, 17);
background:rgba(17, 17, 17, 0.85);
}
.grid-project:hover .project-info{
padding-top:25%;
opacity:1;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.grid-project:hover .project-icon, .grid-project:hover .project-icon i{
opacity:1;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.project-info h1{
font-size: 1.375rem;
font-size:22px;
font-weight: 700;
padding-top:0px;
color:#fff;
}
.project-info h6{
font-size:0.875rem;
padding-top:0px;
color:#fff;
text-transform:uppercase;
}
.project-icon i {
position: absolute;
width: 50px;
height: 50px;
display: block;
text-align: center;
padding-top: 10px;
border-radius: 50px;
font-size: 28px;
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
opacity:0;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
color:#fff;
}
.img-box{
top:0;
position:relative;
overflow:hidden;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-ms-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
.img-box img{
display:block;
-webkit-transition-duration: 0.7s;
-moz-transition-duration: 0.7s;
-ms-transition-duration: 0.7s;
-o-transition-duration: 0.7s;
width:100%;
}
/*
' Portfolio Filter
*/
ul#filters{
text-align:center;
}
ul#filters li{
display:inline-block;
margin: 15px 8px;
position:relative;
}
ul#filters li a {
padding: 8px 14px;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
font-size:12px;
font-weight:400;
text-transform:uppercase;
}
.black ul#filters li a:hover{
background: #ff4242;
color:#fff;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.white ul#filters li a:hover{
background: #ff4242;
color:#fff;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.white ul#filters li a {
background: #fff;
color:#5a6673;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.white #filters li a.selected{
background:#bbb;
color:#fff;
transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
border:0px;
}
.white #filters li a.selected:hover{
border:0px !important;
color:#fff !important;
background:#bbb;
}
.white #filters li a.selected:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #bbb;
position: absolute;
bottom: -.6em;
left: 53%;
margin-left: -.9em;
transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.black ul#filters li a {
background: none;
color: rgb(150,150,150);
background:#222;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.black #filters li a.selected {
background: #ff4242;
background: #ff4242;
border:2px solid #ff4242;
color: #e6e6e6;
}
.black #filters li a.selected:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #ff4242;
position: absolute;
bottom: -.7em;
left: 53%;
margin-left: -.9em;
}
.grey ul#filters li a {
background: #79828A;
color: #D6D6D6;
}
.grey #filters li.active a {
background: #2D313A;
color: #fff;
}
.grey #filters li.active a:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #2D313A;
position: absolute;
bottom: -.7em;
left: 53%;
margin-left: -.9em;
}
/*
portfolio details
*/
#ajax-inside #ajaxpage{
border:10px solid #222;
border-right:12px solid #222;
}
.ajax-box{
position:relative;
height:inherit;
}
#portfolio-detail{
-webkit-transition:all 1s;
-moz-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
bottom: 0;
visibility: hidden;
height: 100%;
left: 100%;
overflow-x: hidden;
overflow-y: scroll;
padding: 0;
position: fixed;
width: 100%;
z-index: 9999;
background:#fff;
}
#portfolio-detail.active {
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
left: 0;
visibility: visible;
}
.ajax-nav{
padding-top: 15px;
padding-bottom: 8px;
width: 100%;
position: absolute;
z-index: 50;
}
.clear{
clear:both;
}
.project-nav li {
display: inline-block;
}
.project-nav li {
font-size: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
margin-right: 50px;
}
.project-nav li.closeProject {
right:0;
top:20px;
position:fixed;
font-size: 36px;
}
.project-nav li.closeProject a i {
color: #2d2d2d;
}
li.nextProject a i {
position: fixed;
font-size: 30px;
right: 44px;
bottom: 22px;
width: 50px;
height: 50px;
display: inline-block;
border-radius: 50%;
border: 2px solid #ff4242;
color: #ff4242;
text-align: center;
padding-top: 9px;
}
li.prevProject a i {
position: fixed;
font-size: 30px;
left: 25px;
bottom: 22px;
width: 50px;
height: 50px;
display: inline-block;
border-radius: 50%;
border: 2px solid #ff4242;
color: #ff4242;
text-align: center;
padding-top: 9px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
li.prevProject:hover a i, li.nextProject:hover a i{
background:#ff4242;
color:#fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.loading-screen{
position:fixed;
width:100%;
height:100%;
display:block;
z-index:1000;
background:#333;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.loading-screen.inactive{
z-index:-10;
display:none;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.loading-screen .logo {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: inline-block;
margin: auto;
}
.flexslider{
margin-bottom:0px !important;
width:100%;
background:none !important;
border:0px !important;
box-shadow: 0px 0px !important;
-webkit-box-shadow: 0px 0px !important;
-moz-box-shadow: 0px 0px !important;
-o-box-shadow: 0px 0px !important;
-ms-box-shadow: 0px 0px !important;
}
.flexslider .slides > li img{
display:block;
width:100%;
}
.flexslider .flex-control-paging li a{
background:rgba(187, 187, 187, 1) !important;
box-shadow:0px 0px !important;
}
.flexslider .flex-control-paging li a.flex-active{
background:#ff4242 !important;
}
#ajaxpage #filters li a.selected:before{
display:none;
}
#ajax-inside #ajaxpage .white{
padding-top:15px;
}
#ajaxpage .white {
padding-top: 100px;
}
#ajaxpage .heading h2:after{
display:none;
}
.project-img{
margin-bottom:20px;
}
.project-spec li{
display: inline-block;
margin-right: 20px;
font-size: 12px;
padding: 8px 14px !important;
background: #f7f5f5;
color: #5a6673;
border-radius: 2px;
line-height: 14px;
}
.project-spec li.index{
font-weight: 600;
color: #2d2d2d;
border-bottom: 1px solid #ff4242;
font-size: 16px;
background: 0px;
padding-right: 0px !important;
padding-left: 0px !important;
}
/* mobile portfolio details */
@media screen and (min-width: 769px){
.ajax-nav-mobile{
display:none;
}
}
.ajax-nav-mobile{
position:static;
width: 100%;
left: 0px;
}
.ajax-nav-mobile ul{
width:216px;
margin:0 auto;
}
.ajax-nav-mobile ul li{
display: inline-block;
padding-top: 11px;
text-align: center;
width: 50px !important;
height: 50px !important;
margin: 20px 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 2px solid #222;
font-size: 16px;
}
.ajax-nav-mobile ul li a{
color:#222;
}
/*
Aesthetics
*/
.profile_pic{
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
}
.clients:before, .dots:before{
content: '......';
color: #FF4242;
font-size: 36px;
text-align: center;
display: block;
letter-spacing: 4px;
}
.clients img{
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.clients img:hover{
opacity:0.6;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.tint .clients:before, .tint .dots:before{
color:#fff !important;
}
.grey .dots:before{
color:#505050;
}
.dots:before, .blog-post:before{
padding-bottom:50px;
}
.testimonials{
position:relative;
margin-top:20px;
}
.testimonials{
text-align:center;
}
.testimonials p{
font-size:20px;
}
.testimonials .flex-active-slide h6{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1.2px;
word-spacing: .5px;
font-weight:600;
}
.testimonials h6 span{
display:block;
color:#ff4242;
}
.tint .flex-control-paging li a{
box-shadow:0px 0px !important;
background: rgba(255, 255, 255, 0);
border: 2px solid #fff;
}
.tint .flex-control-paging li a.flex-active {
background: #fff;
}
/*
' Buttons
*/
.rise-btn{
padding:16px 30px;
text-align:center;
font-weight: 600 !important;
display: inline-block;
text-align: center;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
margin-bottom:5px;
}
.rise-btn:hover{
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.alt.rise-btn{
background:#ff4242;
color:#fff;
}
.dark.rise-btn{
background:#222;
color:#fff;
border:2px solid #222;
}
.dark.rise-btn:hover, .light.rise-btn:hover{
border:2px solid #ff4242;
color:#fff;
background:#ff4242;
}
.light.rise-btn{
background:#fff;
color:#222;
border:2px solid #fff;
}
.dark.rise-btn.outline{
background:none;
border:2px solid #444;
color:#444;
}
.dark.rise-btn.outline:hover,.light.rise-btn.outline:hover {
background: #222;
border: 2px solid #222;
color: #fff;
}
.dark.rise-btn.outline:active, .light.rise-btn.outline:active{
color:#fff;
background:#ff4242;
border: 2px solid #ff4242;
-webkit-transition-duration: 0.1s;
-moz-transition-duration: 0.1s;
-ms-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
}
.light.rise-btn.outline{
background:none;
border:2px solid #fff;
color:#fff;
}
.alt.rise-btn.outline{
border:2px solid #ff4242;
color:#ff4242;
}
.tint .light.rise-btn:hover{
border:2px solid #fff;
color:#fff;
background:transparent !important;
}
.small{
padding:5px 15px !important;
font-size: 12px;
}
.rounded{
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-ms-border-radius:50px;
-o-border-radius:50px;
}
a.link {
display: block;
font-size: 22px;
font-weight: 600;
letter-spacing: 1px;
font-style: italic;
word-spacing: 3px;
text-decoration: underline;
line-height: 37px;
text-align: center;
}
.btn{
margin-bottom:5px;
}
/*
LISTS
*/
.list li {
font-weight: 600;
display: block;
color: #585A5E;
font-size: 16px;
text-transform: uppercase;
}
.list i{
color:#ff4242;
padding-right: 16px;
font-size: 20px;
}
.ring-list{
text-align:center;
margin-top:25px;
}
.ring-list li{
display:inline-block;
padding-top: 11px;
text-align: center;
width: 50px !important;
height: 50px !important;
margin: 20px 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 2px solid #fff;
font-size: 24px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.ring-list li a {
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.ring-list li:hover{
border:2px solid #ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.ring-list li:hover a{
color:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
/*
' ICONS
*/
.down-arrow{
position: absolute;
border: 2px solid #fff;
bottom: 75px;
width: 50px;
height: 50px;
text-align: center;
margin: 0 auto;
left: 0;
right: 0;
padding-top: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.tint .down-arrow{
color:#222;
background:#fff;
}
.tint .down-arrow a{
color:#222;
}
.tint .down-arrow:hover{
background:none;
border:2px solid #fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.tint .down-arrow:hover a{
color:#fff !important;
}
.main-icon{
font-size:80px;
color:#fff;
padding-bottom:20px;
}
.main-icon .icon-twitter{
border: 2px solid #fff;
height: 150px;
width: 150px;
display: inline-block;
padding-top: 35px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.icon{
margin: 0 auto 5px;
width:125px;
height:125px;
background:#969696;
padding-top:40px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.service:hover .icon{
background:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.icon i {
font-size: 32px;
color: #fff;
padding-top: 10px;
display: block;
}
.gif-icon {
width: 50px;
height: 50px;
display: block;
margin: 0 auto;
}
.srvc .modal .icon{
margin-top:50px;
}
.ring{
display:block !important;
padding-top:11px;
text-align:center;
width:50px !important;
height:50px !important;
margin:0 auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color:#fff;
border:2px solid #fff;
font-size:24px;
}
.white .ring, .grey .ring{
color:#79828A;
border:2px solid #79828A;
}
.large-icon{
margin-top: 50px;
background: #f7f5f5;
width: 250px;
height: 250px;
padding-top: 80px;
text-align: center;
margin:50px auto 25px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.large-icon:hover{
background:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.large-icon:hover i{
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.large-icon i{
font-size: 90px;
color:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
/*
'Blog
*/
.blog-menu{
background:#ddd;
}
.search-widget {
position: relative;
}
.blog-menu i {
font-size: 14px;
position: absolute;
top: 20px;
left: 10px;
z-index: 25;
color: #aaa;
}
.blog-menu .search.input {
background: #f7f5f5;
margin-top: 10px;
padding-left: 30px;
}
.blog-categories{
margin-bottom:0px;
}
.blog-categories li {
display: inline-block;
padding: 16px 5px;
text-transform: uppercase;
font-size: 14px;
border-radius: 4px;
}
.blog-categories li a{
color:#5a6673;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.blog-categories li a:hover{
color:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.blog-categories li:last-child:after {
display: none;
}
.blog-categories li:after {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #666;
display: inline-block;
vertical-align: middle;
margin-left: 12px;
}
.blog-post {
background: #ddd;
padding: 50px;
height: auto;
clear: both;
margin-bottom: 30px;
border: 1px solid #aaa;
}
.blog-post .grey-text{
text-shadow:0px 0px;
}
.blog-post .video {
margin-bottom: 14px;
}
.blog-post.quote{
position:relative;
}
.blog-post.quote:before {
content: '\f10e';
position: absolute;
font-family: fontAwesome;
font-size: 100px;
bottom: 50px;
right: 50px;
color: #f7f5f5;
}
.blog-post .post-meta{
color:#999999 !important;
padding-top: 10px
}
.post-info{
margin-bottom:20px;
}
.post-meta span{
margin-right: 15px;
margin-left: 0px;
letter-spacing: 1.2px;
text-transform: uppercase;
font-size: 12px;
}
.post-img{
margin-bottom:10px;
width:100%;
}
.post-content{
margin-bottom:20px;
}
.post-content h4, .post-info h2{
font-weight:600;
}
.post-content h4{
margin-top:10px;
margin-bottom:10px;
}
.post-content .disc{
margin-bottom:12px;
font-style:italic;
}
.post-nav {
text-align: center;
margin-top:10px;
}
.post-nav li {
display: inline-block;
text-align: center;
margin: 20px 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #e9e9e9;
font-size: 14px;
padding-bottom:0px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.post-nav li a{
display: inline-block;
padding-top: 12px;
width: 50px !important;
height: 50px !important;
color:#555;
}
.post-nav li:hover{
background:#2d2d2d;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.post-nav li a:hover{
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.post-nav li i{
padding-top:14px;
}
.post-nav li.active {
color: #222;
background:#ccc;
display: inline-block;
padding-top: 12px;
width: 50px !important;
height: 50px !important;
}
/*
' Form
*/
#success-note{
text-align:center;
height:0px;
overflow:hidden;
}
#success-note h6{
color:#fff;
}
#success-note.show {
height: auto !important;
-webkit-transition-duration: 0.3s;
padding: 50px 20px;
background: #9e9e9e;
border-radius: 4px;
}
input[type=text], input[type=email] {
font-family: 'Source Sans Pro', sans-serif !important;
color:#fff;
}
.white input[type=text], input[type=email] {
color:#444;
}
.field .input , .input.textarea{
font-weight:400;
font-size:18px;
}
.field .input{
height:56px;
border:0px;
}
.field .input.textarea{
height:auto;
min-height:240px;
font-family:inherit;
}
.white .field .input{
background: #f7f5f5;
}
.black .field .input{
background:#262626;
}
.submit{
padding: 16px 30px;
border:0px solid #2D313A;
color: #fff;
background: none;
font-weight: 600;
display: block;
text-align: center;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
background:#222;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-o-border-radius:4px;
font-family:inherit;
font-size:16px;
width:200px;
margin:0 auto;
}
.submit:hover{
background:#444;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
cursor:pointer;
}
.submit:focus{
outline:0;
}
/*
footer
*/
footer{
background:#161616;
padding:50px 0px;
}
footer p{
color:#fff;
}
.copyright{
text-align:center;
}
.copyright:before{
content:'';
width:75px;
height:2px;
display:block;
margin:0px auto 50px;
background:rgb(120, 123, 131);
}
/*
' features
*/
p.dropcaps:first-letter {
font-size: 80px;
float: left;
line-height: 50px;
padding-right: 10px;
font-family: abril;
font-weight: 700;
padding-top: 7px;
}
blockquote {
line-height: 28px;
margin: 0 0 18px;
padding: 5px 20px 18px 40px;
font-size: 18px;
font-style: italic;
position: relative;
border:0px;
}
blockquote:before {
content: "\f10d";
font-size: 30px;
position: absolute;
left: 0px;
font-family: fontAwesome;
color: #FFF;
}
.tab-nav{
border-bottom:0px;
}
.tab-nav > li{
box-shadow:0px 0px !important;
border:0px !important;
}
.tab-nav > li > a{
background:#333;
color:#fff;
text-transform:uppercase;
text-shadow:0px 0px !important;
border:0px !important;
}
.tab-nav > li.active > a {
height: 43px;
line-height: 41px;
background: #ececec;
color: #2d2d2d;
}
.tab-nav > li.active > a:hover{
background: #ececec;
color: #2d2d2d;
}
.tab-nav > li > a:hover{
background:#ff4242;
}
.tab-content{
background:#ececec;
}
.pill.tabs .tab-content{
background:#ddd;
}
.drawer{
background: #e6e6e6;
-webkit-box-shadow: 0px 0px !important;
margin-bottom:15px;
}
.drawer.active{
padding:5px;
}
.skill-box {
display: block;
background: #eee;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
margin-bottom: 20px;
}
.skill {
display: block;
padding: 8px;
background: #444446;
color: #fff;
font-weight: 600;
font-size: 18px;
letter-spacing: 0.5px;
word-spacing: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
-webkit-transition-duration:.4s;
-moz-transition-duration:.4s;
-ms-transition-duration:.4s;
-o-transition-duration:.4s;
-webkit-transition-timing-function: ease-in-out;
}
.skill:hover {
background: #fff;
color: #2d2d2d;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
-webkit-transition-timing-function: ease-in-out;
}
.field.prepend .btn a, .field.prepend .btn input, .field.prepend .btn button, .field.append .btn a, .field.append .btn input, .field.append .btn button {
padding: 18px 12px;
}
.field.prepend .adjoined, .field.prepend .btn {
height: 70px;
}
.fade {
display:block;
-webkit-animation-name:fade;
-webkit-animation-duration:1s;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-iteration-count:infinite;
-webkit-animation-delay:0;
-webkit-animation-play-state:running;
-moz-animation-name:fade;
-moz-animation-duration:1s;
-moz-animation-timing-function:ease-in-out;
-moz-animation-iteration-count:infinite;
-moz-animation-delay:0;
-moz-animation-play-state:running;
-o-animation-name:fade;
-o-animation-duration:1s;
-o-animation-timing-function:ease-in-out;
-o-animation-iteration-count:infinite;
-o-animation-delay:0;
-o-animation-play-state:running;
-ms-animation-name:fade;
-ms-animation-duration:1s;
-ms-animation-timing-function:ease-in-out;
-ms-animation-iteration-count:infinite;
-ms-animation-delay:0;
-ms-animation-play-state:running;
}
@-webkit-keyframes fade {
0% {
}
50% {
opacity:.2;
}
100% {
opacity:1;
}
}
@-moz-keyframes fade {
0% {
}
50% {
opacity:.2;
}
100% {
opacity:1;
}
}
.fade:hover{
opacity:1 !important;
-webkit-animation-name:none;
-webkit-animation-name:none;
-webkit-animation-name:none;
-webkit-animation-name:none;
}
.grey-label {
background: #ececec;
padding: 12px;
text-align: center;
border-radius: 5px;
margin-bottom: 10px;
border:2px solid #fff
}
.grey-label:hover{
border:2px solid #ddd;
background:#fff;
cursor:default;
}
form fieldset {
border-color: #BBBABA;
margin: 5px 0 15px;
}
form label.inline {
color: #757575;
font-weight: 400;
text-transform: uppercase;
font-size: 12px;
}
form fieldset legend {
padding: 5px 10px;
color: #2d2d2d;
font-weight: 400;
text-transform: uppercase;
font-size: 24px;
}
/*
' Team
*/
.member-image {
width: 250px;
height: 250px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 4px solid #eee;
margin: 0 auto;
display: block;
}
.member-info {
text-align: center;
}
.member-links:before{
content:'';
margin:0 auto;
width:75px;
height:2px;
display:block;
background:#ccc;
}
.member-links li {
display: inline-block;
width: 35px;
height: 35px;
margin: 2px;
padding-top: 5px;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.member-links i {
color: #333;
font-size: 18px;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.member-links:hover li{
opacity:0.5;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.member-links li:hover{
opacity:1;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
/*
'twitter
*/
.tweet{
margin-bottom:25px;
}
.tweet ul {
display: block;
overflow: hidden;
}
.tweet li {
display: inline-block;
width: 100%;
font-size: 30px;
color: #fff;
line-height: 36px;
}
.tweet li .tweet_time {
display: block;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1.2px;
word-spacing: .5px;
}
.tweet_time a{
color:#fff;
}
/*
Isotope
*/
.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site : www.buildinternet.com/project/supersized
Author : <NAME>unn
Company : <NAME> (www.onemightyroar.com)
License : MIT License / GPL License
*/
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; /* background:url(../img/progress.gif) */ no-repeat center center;}
#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto !important; height:auto; position:relative; display:none; outline:none; border:none; max-width:inherit; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 /* url(../img/progress.gif) */no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857142858em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571428572em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-mail-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: #fff; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: 'FontAwesome'; font-size: 40px; display: inline-block; content: '\f104'; }
.flex-direction-nav a.flex-next:before { content: '\f105'; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: 'FontAwesome'; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
|
css/style.css
|
### CONTENT ###
BASE
PADDING CLASSES
MARGIN CLASSES
PAGE STYLRS
TEXT STYLES
HEADER
COUNTER
SERVICE
SERVICE MODAL
METHOD
PORTFOLIO
PORTFOLIO FILTER
PORTFOLIO DETAILS
AESTHETICS
BUTTONS
LISTS
ICONS
BLOG
FORM
FEATURES
MEMBERS
TWITTER
ISOTOPE
SUPERSIZED
FONT AWESOME
FLEXSLIDER
== */
/*
' BASE
*/
html{
height:100% !important;
}
body{
overflow-x:hidden !important;
font-family: 'Source Sans Pro', sans-serif;
color:#727272;
}
body .grey{
color:#4E4F53;
}
a:hover{
color:#374152;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.overflow{
overflow:hidden !important;
}
#preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#111; /* change if the mask should have another color then #ddd */
z-index:9999; /* makes sure it stays on top */
}
#status {
width:200px;
height:200px;
position:absolute;
left:50%; /* centers the loading animation horizontally one the screen */
top:50%; /* centers the loading animation vertically one the screen */
background-image:url(../img/loader.gif); /* path to your loading animation */
background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.loader {
display: none;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
@media screen and (max-width: 321px){
.no-mobile{
display:none;
}
}
/*
' PADDING CLASSES
*/
.nopadding {
padding: 0 !important;
margin:0 auto;
}
.smallpadding {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.smallsidepadding {
padding-left: 10px !important;
padding-right: 10px !important;
}
.smalltoppadding {
padding-top: 10px !important;
}
.smallbottompadding {
padding-bottom: 10px !important;
}
.leftpadding {
padding-left: 20px !important;
}
.rightpadding {
padding-right: 20px !important;
}
.midpadding {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.midtoppadding {
padding-top: 20px !important;
}
.midbottompadding {
padding-bottom: 20px !important;
}
.bigpadding {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.bigsidepadding {
padding-left: 50px !important;
padding-right: 50px !important;
}
.bigtoppadding {
padding-top: 50px !important;
}
.bigbottompadding {
padding-bottom: 50px !important;
}
.largepadding {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
.largebottompadding {
padding-bottom: 100px !important;
}
.largetoppadding {
padding-top: 100px !important;
}
/*
' MARGIN CLASSES
*/
.nomargin {
margin: 0 !important;
}
.smallmargin {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.smalltopmargin {
margin-top: 10px !important;
}
.smallbottommargin {
margin-bottom: 10px !important;
}
.midmargin {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.midtopmargin {
margin-top: 20px !important;
}
.midbottommargin {
margin-bottom: 20px !important;
}
.bigmargin {
margin-top: 50px !important;
margin-bottom: 50px !important;
}
.bigtopmargin {
margin-top: 50px !important;
}
.bigbottommargin {
margin-bottom: 50px !important;
}
.largemargin {
margin-top: 100px !important;
margin-bottom: 100px !important;
}
.largebottommargin {
margin-bottom: 100px !important;
}
.largetopmargin {
margin-top: 100px !important;
}
/*
' PAGE STYLES
*/
#intro{
position:relative;
min-height:100%;
}
#intro.tint{
border:0px;
}
.tint{
background:rgb(14, 14, 14);
background:rgba(14, 14, 14, 0.8);
}
.black{
background:#111;
padding:50px 0px;
}
.white{
background:#ddd;
padding:50px 0px;
}
.grey{
background:#bbb;
padding:50px 0px;
}
#blog .grey{
border-top:1px solid #aaa;
border-bottom:1px solid #aaa;
}
#work.white{
padding-bottom:50px;
}
.blue{
background:#3299BB;
padding:50px 0px;
}
.orange{
background:#FF9900;
padding:50px 0px;
}
/*
' Text Styles
*/
h1,h2,h3,h4,h5,h6{
color:#fff;
font-weight:400;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
-webkit-font-smoothing: subpixel-antialiased;
}
.white h1, .white h2,.white h3,.white h4,.white h5,.white h6,
.grey h1,.grey h2,.grey h3,.grey h4,.grey h5,.grey h6{
color:#2D2d2d;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
h2{
line-height:40px;
}
h4{
font-weight:400;
line-height:32px;
}
.tint p{
color:#ccc;
}
.white p{
color:#464646;
}
.black p{
color:#7C7C7C;
}
.grey p{
color:#4E4F53;
}
.intro-text{
text-align:center;
padding-top: 220px;
text-align:center;
}
.intro-text h1 {
font-weight: 700;
font-size: 80px;
line-height: 65px;
}
.heading{
text-align:center;
}
.heading h1 {
font-weight: 700;
font-size: 60px;
line-height: 50px;
}
.heading h3 span.abril {
font-size: 37px;
line-height:34px;
margin:0px -4px 0px -1px;
}
.black .heading h2 span{
color:#aaa;
}
.heading h2{
font-weight:600;
}
.intro-text h5, .heading h5{
font-weight: 400;
letter-spacing: 1px;
/* font-style: italic; */
font-size: 22px;
}
.about-text p, .blog-post p, .project-text p{
font-size:20px;
line-height:30px;
margin-top:6px;
}
.about-text p, .project-text p {
margin-bottom: 20px !important;
text-align:justify;
}
.light{
font-weight:300 !important;
}
.bold{
font-weight:700 !important;
}
.s-bold{
font-weight:600 !important;
}
.x-bold{
font-weight:900 !important;
}
.serif{
font-family: 'Gentium Book Basic', serif;
}
.abril{
font-family: 'Abril Fatface', cursive;
}
.black-text{
color:#333 !important;
}
.red-text{
color:#ff4242 !important;
}
.blue-text{
color:#3299BB !important;
}
.grey-text{
color:rgb(111, 111, 111) !important;
}
.white-text{
color:#fff !important;
}
.orange-text{
color:#FF9900 !important;
}
.green-text{
color:#0EB956 !important;
}
.center{
text-align:center !important;
}
.left-text{
text-align:left !important;
}
.right-text{
text-align:right !important;
}
.italic{
font-style:italic;
}
.meta{
font-size:12px;
}
.smallfont{
font-size:11px;
}
/*
' HEADER
*/
header{
background:#2d2d2d;
position:fixed;
padding:20px 0px 8px;
width:100%;
z-index:1000;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
-ms-transition: all 1s;
height:66px;
}
header.inactive{
top:-100%;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
-ms-transition: all 1s;
transition: all 1s;
}
#nav{
position:relative;
}
ul.navigation{
position:absolute;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
ul.navigation.active{
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
@media screen and (min-width: 769px) {
ul.navigation{
right:50px;
top:-200px;
}
ul.navigation.active{
top:-2px !important;
}
ul.navigation li{
display:inline-block;
margin:2px 0px 4px;
}
ul.navigation li a {
font-size: 16px;
color: #ddd;
padding:0px 10px;
font-weight:600;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
ul.navigation li a:hover{
color:#ff4242;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
ul.navigation li.active a{
color:#ff4242;
}
}
@media screen and (max-width: 768px) {
header .logo {
float: left;
display: inline;
}
ul.navigation{
background:#222;
right:-100%;
top:41px;
min-width:180px;
max-height:360px;
overflow-y:scroll;
}
ul.navigation.active{
right:0px;
width:100%;
}
ul.navigation li {
display: block;
margin: 2px 0px 0px;
background: #4b4b4b;
padding: 8px;
}
ul.navigation li a {
font-size: 14px;
color: #fff;
padding: 2px 10px;
font-weight: 600;
}
ul.navigation li.active a{
color:#ff4242;
}
}
.nav-button {
display: inline-block;
float: right;
font-size: 26px;
cursor:pointer;
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
.nav-button.rotate{
-webkit-transform:rotate(90deg);
-moz-transform:transform:rotate(90deg);
-ms-transform:transform:rotate(90deg);
-o-transform:transform:rotate(90deg);
-webkit-transition-duration:0.4s;
-moz-transition-duration:0.4s;
-ms-transition-duration:0.4s;
-o-transition-duration:0.4s;
}
/*
counter
*/
.count{
font-weight:700;
font-size:80px;
}
.grey .count{
color:#858585;
}
.stat-title{
font-weight:600;
}
/*
' service
*/
.service{
padding:5px 10px;
margin-bottom:25px;
text-align:center;
}
.service h5{
font-weight:600;
text-transform:uppercase;
}
/* service modal */
.srvc .modal{
overflow-y:scroll;
}
.srvc .modal .row{
padding-bottom:20px;
}
.srvc .modal > .content {
width:100%;
max-width: 88%;
height:auto !important;
min-height:inherit;
margin-top: 55px;
top: 0;
max-height:inherit;
}
.srvc .modal >.content.second {
margin-top:0px;
margin-bottom:55px;
}
.srvc .modal > .content > .close {
top: 20px;
right: 20px;
}
.srvc .modal > .content > .close i {
font-size: 26px;
}
.second.black {
background: #222;
}
.srvc .modal .heading h2{
padding:0px;
text-transform: uppercase;
font-weight:600;
}
.modal-label{
margin-bottom:10px;
}
.srvc .modal-label h6 {
display: inline-block;
padding: 5px 0;
font-weight:600;
border-bottom:1px solid #ff4242;
}
.srvc .modal .heading h2:after{
display:none !important;
}
/*
' Method
*/
.method-field p{
margin-bottom:20px;
}
.method-field h5 {
font-weight: 600;
margin-bottom: 5px;
padding-top: 18px;
}
.method-detail{
display:inline-block;
vertical-align:top;
}
.method-number {
width: 60px;
height: 60px;
background: none;
display: inline-block;
text-align: center;
border-radius: 50%;
color: #969696;
font-size: 36px;
padding-top: 15px;
margin-right:12px;
border:2px solid #969696;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.method-field:hover .method-number{
background:#ff4242;
border:2px solid #ff4242;
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
/*
' PORTFOLIO
*/
.grid {
display: block;
overflow: hidden;
margin-left:-2%;
zoom:1;
}
.grid li{
display:block;
height:auto;
float:left;
overflow:hidden;
margin-bottom:0px;
padding-bottom:0px;
zoom:1;
width:31.3%;
box-sizing:border-box;
margin-left:2%;
margin-bottom:2%;
}
#gallery.grid li{
margin-left: 2%;
width: 23%;
}
.grid-project{
position:relative;
}
.project-info{
position:absolute;
bottom:0px;
opacity:0;
height:100%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
width:100%;
padding-top:70%;
padding-right:10px;
padding-left:10px;
padding-bottom:10px;
text-align:center;
}
.project-icon{
position:absolute;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
width:100%;
height:100%;
opacity:0;
top:0;
}
.white .project-info, .white .project-icon{
background:rgba(17, 17, 17);
background:rgba(17, 17, 17, 0.85);
}
.grid-project:hover .project-info{
padding-top:25%;
opacity:1;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.grid-project:hover .project-icon, .grid-project:hover .project-icon i{
opacity:1;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.project-info h1{
font-size: 1.375rem;
font-size:22px;
font-weight: 700;
padding-top:0px;
color:#fff;
}
.project-info h6{
font-size:0.875rem;
padding-top:0px;
color:#fff;
text-transform:uppercase;
}
.project-icon i {
position: absolute;
width: 50px;
height: 50px;
display: block;
text-align: center;
padding-top: 10px;
border-radius: 50px;
font-size: 28px;
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
opacity:0;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
color:#fff;
}
.img-box{
top:0;
position:relative;
overflow:hidden;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-ms-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
.img-box img{
display:block;
-webkit-transition-duration: 0.7s;
-moz-transition-duration: 0.7s;
-ms-transition-duration: 0.7s;
-o-transition-duration: 0.7s;
width:100%;
}
/*
' Portfolio Filter
*/
ul#filters{
text-align:center;
}
ul#filters li{
display:inline-block;
margin: 15px 8px;
position:relative;
}
ul#filters li a {
padding: 8px 14px;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
font-size:12px;
font-weight:400;
text-transform:uppercase;
}
.black ul#filters li a:hover{
background: #ff4242;
color:#fff;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.white ul#filters li a:hover{
background: #ff4242;
color:#fff;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.white ul#filters li a {
background: #fff;
color:#5a6673;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.white #filters li a.selected{
background:#bbb;
color:#fff;
transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
border:0px;
}
.white #filters li a.selected:hover{
border:0px !important;
color:#fff !important;
background:#bbb;
}
.white #filters li a.selected:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #bbb;
position: absolute;
bottom: -.6em;
left: 53%;
margin-left: -.9em;
transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.black ul#filters li a {
background: none;
color: rgb(150,150,150);
background:#222;
-webkit-transition-duration:0.3s;
-moz-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-o-transition-duration:0.3s;
}
.black #filters li a.selected {
background: #ff4242;
background: #ff4242;
border:2px solid #ff4242;
color: #e6e6e6;
}
.black #filters li a.selected:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #ff4242;
position: absolute;
bottom: -.7em;
left: 53%;
margin-left: -.9em;
}
.grey ul#filters li a {
background: #79828A;
color: #D6D6D6;
}
.grey #filters li.active a {
background: #2D313A;
color: #fff;
}
.grey #filters li.active a:before {
content: '';
display: block;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #2D313A;
position: absolute;
bottom: -.7em;
left: 53%;
margin-left: -.9em;
}
/*
portfolio details
*/
#ajax-inside #ajaxpage{
border:10px solid #222;
border-right:12px solid #222;
}
.ajax-box{
position:relative;
height:inherit;
}
#portfolio-detail{
-webkit-transition:all 1s;
-moz-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
bottom: 0;
visibility: hidden;
height: 100%;
left: 100%;
overflow-x: hidden;
overflow-y: scroll;
padding: 0;
position: fixed;
width: 100%;
z-index: 9999;
background:#fff;
}
#portfolio-detail.active {
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
left: 0;
visibility: visible;
}
.ajax-nav{
padding-top: 15px;
padding-bottom: 8px;
width: 100%;
position: absolute;
z-index: 50;
}
.clear{
clear:both;
}
.project-nav li {
display: inline-block;
}
.project-nav li {
font-size: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
margin-right: 50px;
}
.project-nav li.closeProject {
right:0;
top:20px;
position:fixed;
font-size: 36px;
}
.project-nav li.closeProject a i {
color: #2d2d2d;
}
li.nextProject a i {
position: fixed;
font-size: 30px;
right: 44px;
bottom: 22px;
width: 50px;
height: 50px;
display: inline-block;
border-radius: 50%;
border: 2px solid #ff4242;
color: #ff4242;
text-align: center;
padding-top: 9px;
}
li.prevProject a i {
position: fixed;
font-size: 30px;
left: 25px;
bottom: 22px;
width: 50px;
height: 50px;
display: inline-block;
border-radius: 50%;
border: 2px solid #ff4242;
color: #ff4242;
text-align: center;
padding-top: 9px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
li.prevProject:hover a i, li.nextProject:hover a i{
background:#ff4242;
color:#fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.loading-screen{
position:fixed;
width:100%;
height:100%;
display:block;
z-index:1000;
background:#333;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.loading-screen.inactive{
z-index:-10;
display:none;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.loading-screen .logo {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: inline-block;
margin: auto;
}
.flexslider{
margin-bottom:0px !important;
width:100%;
background:none !important;
border:0px !important;
box-shadow: 0px 0px !important;
-webkit-box-shadow: 0px 0px !important;
-moz-box-shadow: 0px 0px !important;
-o-box-shadow: 0px 0px !important;
-ms-box-shadow: 0px 0px !important;
}
.flexslider .slides > li img{
display:block;
width:100%;
}
.flexslider .flex-control-paging li a{
background:rgba(187, 187, 187, 1) !important;
box-shadow:0px 0px !important;
}
.flexslider .flex-control-paging li a.flex-active{
background:#ff4242 !important;
}
#ajaxpage #filters li a.selected:before{
display:none;
}
#ajax-inside #ajaxpage .white{
padding-top:15px;
}
#ajaxpage .white {
padding-top: 100px;
}
#ajaxpage .heading h2:after{
display:none;
}
.project-img{
margin-bottom:20px;
}
.project-spec li{
display: inline-block;
margin-right: 20px;
font-size: 12px;
padding: 8px 14px !important;
background: #f7f5f5;
color: #5a6673;
border-radius: 2px;
line-height: 14px;
}
.project-spec li.index{
font-weight: 600;
color: #2d2d2d;
border-bottom: 1px solid #ff4242;
font-size: 16px;
background: 0px;
padding-right: 0px !important;
padding-left: 0px !important;
}
/* mobile portfolio details */
@media screen and (min-width: 769px){
.ajax-nav-mobile{
display:none;
}
}
.ajax-nav-mobile{
position:static;
width: 100%;
left: 0px;
}
.ajax-nav-mobile ul{
width:216px;
margin:0 auto;
}
.ajax-nav-mobile ul li{
display: inline-block;
padding-top: 11px;
text-align: center;
width: 50px !important;
height: 50px !important;
margin: 20px 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 2px solid #222;
font-size: 16px;
}
.ajax-nav-mobile ul li a{
color:#222;
}
/*
Aesthetics
*/
.profile_pic{
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
}
.clients:before, .dots:before{
content: '......';
color: #FF4242;
font-size: 36px;
text-align: center;
display: block;
letter-spacing: 4px;
}
.clients img{
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.clients img:hover{
opacity:0.6;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.tint .clients:before, .tint .dots:before{
color:#fff !important;
}
.grey .dots:before{
color:#505050;
}
.dots:before, .blog-post:before{
padding-bottom:50px;
}
.testimonials{
position:relative;
margin-top:20px;
}
.testimonials{
text-align:center;
}
.testimonials p{
font-size:20px;
}
.testimonials .flex-active-slide h6{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1.2px;
word-spacing: .5px;
font-weight:600;
}
.testimonials h6 span{
display:block;
color:#ff4242;
}
.tint .flex-control-paging li a{
box-shadow:0px 0px !important;
background: rgba(255, 255, 255, 0);
border: 2px solid #fff;
}
.tint .flex-control-paging li a.flex-active {
background: #fff;
}
/*
' Buttons
*/
.rise-btn{
padding:16px 30px;
text-align:center;
font-weight: 600 !important;
display: inline-block;
text-align: center;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
margin-bottom:5px;
}
.rise-btn:hover{
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.alt.rise-btn{
background:#ff4242;
color:#fff;
}
.dark.rise-btn{
background:#222;
color:#fff;
border:2px solid #222;
}
.dark.rise-btn:hover, .light.rise-btn:hover{
border:2px solid #ff4242;
color:#fff;
background:#ff4242;
}
.light.rise-btn{
background:#fff;
color:#222;
border:2px solid #fff;
}
.dark.rise-btn.outline{
background:none;
border:2px solid #444;
color:#444;
}
.dark.rise-btn.outline:hover,.light.rise-btn.outline:hover {
background: #222;
border: 2px solid #222;
color: #fff;
}
.dark.rise-btn.outline:active, .light.rise-btn.outline:active{
color:#fff;
background:#ff4242;
border: 2px solid #ff4242;
-webkit-transition-duration: 0.1s;
-moz-transition-duration: 0.1s;
-ms-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
}
.light.rise-btn.outline{
background:none;
border:2px solid #fff;
color:#fff;
}
.alt.rise-btn.outline{
border:2px solid #ff4242;
color:#ff4242;
}
.tint .light.rise-btn:hover{
border:2px solid #fff;
color:#fff;
background:transparent !important;
}
.small{
padding:5px 15px !important;
font-size: 12px;
}
.rounded{
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-ms-border-radius:50px;
-o-border-radius:50px;
}
a.link {
display: block;
font-size: 22px;
font-weight: 600;
letter-spacing: 1px;
font-style: italic;
word-spacing: 3px;
text-decoration: underline;
line-height: 37px;
text-align: center;
}
.btn{
margin-bottom:5px;
}
/*
LISTS
*/
.list li {
font-weight: 600;
display: block;
color: #585A5E;
font-size: 16px;
text-transform: uppercase;
}
.list i{
color:#ff4242;
padding-right: 16px;
font-size: 20px;
}
.ring-list{
text-align:center;
margin-top:25px;
}
.ring-list li{
display:inline-block;
padding-top: 11px;
text-align: center;
width: 50px !important;
height: 50px !important;
margin: 20px 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 2px solid #fff;
font-size: 24px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.ring-list li a {
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.ring-list li:hover{
border:2px solid #ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.ring-list li:hover a{
color:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
/*
' ICONS
*/
.down-arrow{
position: absolute;
border: 2px solid #fff;
bottom: 75px;
width: 50px;
height: 50px;
text-align: center;
margin: 0 auto;
left: 0;
right: 0;
padding-top: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.tint .down-arrow{
color:#222;
background:#fff;
}
.tint .down-arrow a{
color:#222;
}
.tint .down-arrow:hover{
background:none;
border:2px solid #fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.tint .down-arrow:hover a{
color:#fff !important;
}
.main-icon{
font-size:80px;
color:#fff;
padding-bottom:20px;
}
.main-icon .icon-twitter{
border: 2px solid #fff;
height: 150px;
width: 150px;
display: inline-block;
padding-top: 35px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.icon{
margin: 0 auto 5px;
width:125px;
height:125px;
background:#969696;
padding-top:40px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.service:hover .icon{
background:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.icon i {
font-size: 32px;
color: #fff;
padding-top: 10px;
display: block;
}
.gif-icon {
width: 50px;
height: 50px;
display: block;
margin: 0 auto;
}
.srvc .modal .icon{
margin-top:50px;
}
.ring{
display:block !important;
padding-top:11px;
text-align:center;
width:50px !important;
height:50px !important;
margin:0 auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color:#fff;
border:2px solid #fff;
font-size:24px;
}
.white .ring, .grey .ring{
color:#79828A;
border:2px solid #79828A;
}
.large-icon{
margin-top: 50px;
background: #f7f5f5;
width: 250px;
height: 250px;
padding-top: 80px;
text-align: center;
margin:50px auto 25px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.large-icon:hover{
background:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.large-icon:hover i{
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.large-icon i{
font-size: 90px;
color:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
/*
'Blog
*/
.blog-menu{
background:#ddd;
}
.search-widget {
position: relative;
}
.blog-menu i {
font-size: 14px;
position: absolute;
top: 20px;
left: 10px;
z-index: 25;
color: #aaa;
}
.blog-menu .search.input {
background: #f7f5f5;
margin-top: 10px;
padding-left: 30px;
}
.blog-categories{
margin-bottom:0px;
}
.blog-categories li {
display: inline-block;
padding: 16px 5px;
text-transform: uppercase;
font-size: 14px;
border-radius: 4px;
}
.blog-categories li a{
color:#5a6673;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.blog-categories li a:hover{
color:#ff4242;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.blog-categories li:last-child:after {
display: none;
}
.blog-categories li:after {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #666;
display: inline-block;
vertical-align: middle;
margin-left: 12px;
}
.blog-post {
background: #ddd;
padding: 50px;
height: auto;
clear: both;
margin-bottom: 30px;
border: 1px solid #aaa;
}
.blog-post .grey-text{
text-shadow:0px 0px;
}
.blog-post .video {
margin-bottom: 14px;
}
.blog-post.quote{
position:relative;
}
.blog-post.quote:before {
content: '\f10e';
position: absolute;
font-family: fontAwesome;
font-size: 100px;
bottom: 50px;
right: 50px;
color: #f7f5f5;
}
.blog-post .post-meta{
color:#999999 !important;
padding-top: 10px
}
.post-info{
margin-bottom:20px;
}
.post-meta span{
margin-right: 15px;
margin-left: 0px;
letter-spacing: 1.2px;
text-transform: uppercase;
font-size: 12px;
}
.post-img{
margin-bottom:10px;
width:100%;
}
.post-content{
margin-bottom:20px;
}
.post-content h4, .post-info h2{
font-weight:600;
}
.post-content h4{
margin-top:10px;
margin-bottom:10px;
}
.post-content .disc{
margin-bottom:12px;
font-style:italic;
}
.post-nav {
text-align: center;
margin-top:10px;
}
.post-nav li {
display: inline-block;
text-align: center;
margin: 20px 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #e9e9e9;
font-size: 14px;
padding-bottom:0px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.post-nav li a{
display: inline-block;
padding-top: 12px;
width: 50px !important;
height: 50px !important;
color:#555;
}
.post-nav li:hover{
background:#2d2d2d;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.post-nav li a:hover{
color:#fff;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.post-nav li i{
padding-top:14px;
}
.post-nav li.active {
color: #222;
background:#ccc;
display: inline-block;
padding-top: 12px;
width: 50px !important;
height: 50px !important;
}
/*
' Form
*/
#success-note{
text-align:center;
height:0px;
overflow:hidden;
}
#success-note h6{
color:#fff;
}
#success-note.show {
height: auto !important;
-webkit-transition-duration: 0.3s;
padding: 50px 20px;
background: #9e9e9e;
border-radius: 4px;
}
input[type=text], input[type=email] {
font-family: 'Source Sans Pro', sans-serif !important;
color:#fff;
}
.white input[type=text], input[type=email] {
color:#444;
}
.field .input , .input.textarea{
font-weight:400;
font-size:18px;
}
.field .input{
height:56px;
border:0px;
}
.field .input.textarea{
height:auto;
min-height:240px;
font-family:inherit;
}
.white .field .input{
background: #f7f5f5;
}
.black .field .input{
background:#262626;
}
.submit{
padding: 16px 30px;
border:0px solid #2D313A;
color: #fff;
background: none;
font-weight: 600;
display: block;
text-align: center;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
background:#222;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-o-border-radius:4px;
font-family:inherit;
font-size:16px;
width:200px;
margin:0 auto;
}
.submit:hover{
background:#444;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
cursor:pointer;
}
.submit:focus{
outline:0;
}
/*
footer
*/
footer{
background:#161616;
padding:50px 0px;
}
footer p{
color:#fff;
}
.copyright{
text-align:center;
}
.copyright:before{
content:'';
width:75px;
height:2px;
display:block;
margin:0px auto 50px;
background:rgb(120, 123, 131);
}
/*
' features
*/
p.dropcaps:first-letter {
font-size: 80px;
float: left;
line-height: 50px;
padding-right: 10px;
font-family: abril;
font-weight: 700;
padding-top: 7px;
}
blockquote {
line-height: 28px;
margin: 0 0 18px;
padding: 5px 20px 18px 40px;
font-size: 18px;
font-style: italic;
position: relative;
border:0px;
}
blockquote:before {
content: "\f10d";
font-size: 30px;
position: absolute;
left: 0px;
font-family: fontAwesome;
color: #FFF;
}
.tab-nav{
border-bottom:0px;
}
.tab-nav > li{
box-shadow:0px 0px !important;
border:0px !important;
}
.tab-nav > li > a{
background:#333;
color:#fff;
text-transform:uppercase;
text-shadow:0px 0px !important;
border:0px !important;
}
.tab-nav > li.active > a {
height: 43px;
line-height: 41px;
background: #ececec;
color: #2d2d2d;
}
.tab-nav > li.active > a:hover{
background: #ececec;
color: #2d2d2d;
}
.tab-nav > li > a:hover{
background:#ff4242;
}
.tab-content{
background:#ececec;
}
.pill.tabs .tab-content{
background:#ddd;
}
.drawer{
background: #e6e6e6;
-webkit-box-shadow: 0px 0px !important;
margin-bottom:15px;
}
.drawer.active{
padding:5px;
}
.skill-box {
display: block;
background: #eee;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
margin-bottom: 20px;
}
.skill {
display: block;
padding: 8px;
background: #444446;
color: #fff;
font-weight: 600;
font-size: 18px;
letter-spacing: 0.5px;
word-spacing: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
-webkit-transition-duration:.4s;
-moz-transition-duration:.4s;
-ms-transition-duration:.4s;
-o-transition-duration:.4s;
-webkit-transition-timing-function: ease-in-out;
}
.skill:hover {
background: #fff;
color: #2d2d2d;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
-webkit-transition-timing-function: ease-in-out;
}
.field.prepend .btn a, .field.prepend .btn input, .field.prepend .btn button, .field.append .btn a, .field.append .btn input, .field.append .btn button {
padding: 18px 12px;
}
.field.prepend .adjoined, .field.prepend .btn {
height: 70px;
}
.fade {
display:block;
-webkit-animation-name:fade;
-webkit-animation-duration:1s;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-iteration-count:infinite;
-webkit-animation-delay:0;
-webkit-animation-play-state:running;
-moz-animation-name:fade;
-moz-animation-duration:1s;
-moz-animation-timing-function:ease-in-out;
-moz-animation-iteration-count:infinite;
-moz-animation-delay:0;
-moz-animation-play-state:running;
-o-animation-name:fade;
-o-animation-duration:1s;
-o-animation-timing-function:ease-in-out;
-o-animation-iteration-count:infinite;
-o-animation-delay:0;
-o-animation-play-state:running;
-ms-animation-name:fade;
-ms-animation-duration:1s;
-ms-animation-timing-function:ease-in-out;
-ms-animation-iteration-count:infinite;
-ms-animation-delay:0;
-ms-animation-play-state:running;
}
@-webkit-keyframes fade {
0% {
}
50% {
opacity:.2;
}
100% {
opacity:1;
}
}
@-moz-keyframes fade {
0% {
}
50% {
opacity:.2;
}
100% {
opacity:1;
}
}
.fade:hover{
opacity:1 !important;
-webkit-animation-name:none;
-webkit-animation-name:none;
-webkit-animation-name:none;
-webkit-animation-name:none;
}
.grey-label {
background: #ececec;
padding: 12px;
text-align: center;
border-radius: 5px;
margin-bottom: 10px;
border:2px solid #fff
}
.grey-label:hover{
border:2px solid #ddd;
background:#fff;
cursor:default;
}
form fieldset {
border-color: #BBBABA;
margin: 5px 0 15px;
}
form label.inline {
color: #757575;
font-weight: 400;
text-transform: uppercase;
font-size: 12px;
}
form fieldset legend {
padding: 5px 10px;
color: #2d2d2d;
font-weight: 400;
text-transform: uppercase;
font-size: 24px;
}
/*
' Team
*/
.member-image {
width: 250px;
height: 250px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 4px solid #eee;
margin: 0 auto;
display: block;
}
.member-info {
text-align: center;
}
.member-links:before{
content:'';
margin:0 auto;
width:75px;
height:2px;
display:block;
background:#ccc;
}
.member-links li {
display: inline-block;
width: 35px;
height: 35px;
margin: 2px;
padding-top: 5px;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.member-links i {
color: #333;
font-size: 18px;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.member-links:hover li{
opacity:0.5;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
.member-links li:hover{
opacity:1;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-ms-transition-duration:0.2s;
-o-transition-duration:0.2s;
}
/*
'twitter
*/
.tweet{
margin-bottom:25px;
}
.tweet ul {
display: block;
overflow: hidden;
}
.tweet li {
display: inline-block;
width: 100%;
font-size: 30px;
color: #fff;
line-height: 36px;
}
.tweet li .tweet_time {
display: block;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1.2px;
word-spacing: .5px;
}
.tweet_time a{
color:#fff;
}
/*
Isotope
*/
.isotope,
.isotope .isotope-item {
/* change duration value to whatever you like */
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site : www.buildinternet.com/project/supersized
Author : <NAME>unn
Company : <NAME> (www.onemightyroar.com)
License : MIT License / GPL License
*/
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; /* background:url(../img/progress.gif) */ no-repeat center center;}
#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto !important; height:auto; position:relative; display:none; outline:none; border:none; max-width:inherit; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 /* url(../img/progress.gif) */no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857142858em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571428572em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-mail-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: #fff; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: 'FontAwesome'; font-size: 40px; display: inline-block; content: '\f104'; }
.flex-direction-nav a.flex-next:before { content: '\f105'; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: 'FontAwesome'; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
| 0.17749 | 0.036908 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
.register-main {
width: 100%;
height: 100vh;
background-image: url(./assets/background.png);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.lines-container hr {
width: 63rem;
height: 5px;
margin-top: 3rem;
}
hr.line-1 {
border-radius: 2px;
background-color: rgb(239, 234, 252);
box-shadow: 0 0 10px 3px #EEE7FF;
border: none;
}
hr.line-2 {
border-radius: 2px;
background-color: rgb(218, 204, 248);
box-shadow: 0 0 10px 3px #D0BBFF;
border: none;
}
hr.line-3 {
border-radius: 2px;
background-color: rgb(90, 70, 182);
box-shadow: 0 0 10px 3px #2606BA;
border: none;
}
hr.line-4 {
border-radius: 2px;
background-color: rgb(58, 57, 124);
box-shadow: 0 0 10px 3px #16027c;
border: none;
}
h1.main-tittle {
margin: 3rem;
margin-top: 0;
text-align: center;
margin-bottom: 5rem;
font-size: 3.8rem;
color: #3DF1B0;
text-shadow:
0 0 10px #3DF1B0 , 0 0 30px #3DF1B0,
0 0 1px #3DF1B0 , 0 0 5px #3DF1B0
}
.register-container {
display: flex;
justify-content: space-around;
flex-direction: column;
margin: 3rem;
padding: 5rem;
padding-bottom: 0;
border-top: #3DF1B0 solid 4px;
border-left: #3DF1B0 solid 4px;
border-right: #3DF1B0 solid 4px;
border-bottom: #3DF1B0 solid 4px;
border-radius: 5px;
box-shadow: 0 0 10px 3px #3DF1B0;
}
.register-form {
display: flex;
flex-direction: column;
}
.input {
background-color: rgba(250, 248, 255, 0.2);
border: none;
border-radius: 8px;
color: rgba(255, 255, 255, 0.1);
font-family: 'Muli', sans-serif;
font-size: 16px;
height: 50px;
margin-bottom: 20px;
outline: none;
padding: 0px 20px;
}
::placeholder {
color: rgba(255, 255, 255, 0.4);
}
.input:hover {
background-color: rgba(250, 248, 255, 0.3);
}
.input#block-one-input {
margin-right: 4rem;
}
.input#block-two-input {
margin-right: 4rem;
}
.register-link {
margin-top: 2rem;
margin-bottom: 2rem;
display: flex;
justify-content: center;
}
p {
display: inline-block;
font-size: 2.0rem;
color: rgba(250, 248, 255, 0.5);
}
a {
display: inline-block;
padding-left: 8px;
font-size: 2.0rem;
cursor: pointer;
text-decoration: none;
color: rgba(250, 248, 255, 0.5);
}
a:hover {
color: white;
}
.register-button {
background-color: transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
margin: 2rem;
transition: 450ms all;
filter: saturation(10%);
}
.register-button:hover {
filter: brightness(110%);
transform: scale(1.2);
transition: 450ms all;
}
|
Desing/register.css
|
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
.register-main {
width: 100%;
height: 100vh;
background-image: url(./assets/background.png);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.lines-container hr {
width: 63rem;
height: 5px;
margin-top: 3rem;
}
hr.line-1 {
border-radius: 2px;
background-color: rgb(239, 234, 252);
box-shadow: 0 0 10px 3px #EEE7FF;
border: none;
}
hr.line-2 {
border-radius: 2px;
background-color: rgb(218, 204, 248);
box-shadow: 0 0 10px 3px #D0BBFF;
border: none;
}
hr.line-3 {
border-radius: 2px;
background-color: rgb(90, 70, 182);
box-shadow: 0 0 10px 3px #2606BA;
border: none;
}
hr.line-4 {
border-radius: 2px;
background-color: rgb(58, 57, 124);
box-shadow: 0 0 10px 3px #16027c;
border: none;
}
h1.main-tittle {
margin: 3rem;
margin-top: 0;
text-align: center;
margin-bottom: 5rem;
font-size: 3.8rem;
color: #3DF1B0;
text-shadow:
0 0 10px #3DF1B0 , 0 0 30px #3DF1B0,
0 0 1px #3DF1B0 , 0 0 5px #3DF1B0
}
.register-container {
display: flex;
justify-content: space-around;
flex-direction: column;
margin: 3rem;
padding: 5rem;
padding-bottom: 0;
border-top: #3DF1B0 solid 4px;
border-left: #3DF1B0 solid 4px;
border-right: #3DF1B0 solid 4px;
border-bottom: #3DF1B0 solid 4px;
border-radius: 5px;
box-shadow: 0 0 10px 3px #3DF1B0;
}
.register-form {
display: flex;
flex-direction: column;
}
.input {
background-color: rgba(250, 248, 255, 0.2);
border: none;
border-radius: 8px;
color: rgba(255, 255, 255, 0.1);
font-family: 'Muli', sans-serif;
font-size: 16px;
height: 50px;
margin-bottom: 20px;
outline: none;
padding: 0px 20px;
}
::placeholder {
color: rgba(255, 255, 255, 0.4);
}
.input:hover {
background-color: rgba(250, 248, 255, 0.3);
}
.input#block-one-input {
margin-right: 4rem;
}
.input#block-two-input {
margin-right: 4rem;
}
.register-link {
margin-top: 2rem;
margin-bottom: 2rem;
display: flex;
justify-content: center;
}
p {
display: inline-block;
font-size: 2.0rem;
color: rgba(250, 248, 255, 0.5);
}
a {
display: inline-block;
padding-left: 8px;
font-size: 2.0rem;
cursor: pointer;
text-decoration: none;
color: rgba(250, 248, 255, 0.5);
}
a:hover {
color: white;
}
.register-button {
background-color: transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
margin: 2rem;
transition: 450ms all;
filter: saturation(10%);
}
.register-button:hover {
filter: brightness(110%);
transform: scale(1.2);
transition: 450ms all;
}
| 0.508544 | 0.110711 |
@media (min-width: 992px) and (max-width: 1199px) {
.fplus-menu-area .nav-item .nav-link {
font-size: 20px;
letter-spacing: 1px;
}
.hero-content-area .hero-text {
width: 450px;
}
.fplus-about-us-area .about-us-text {
padding: 30px;
}
.single-clients-logo {
height: 150px;
}
.single-portfolio-text {
padding: 50px 0 50px 50px;
width: 450px;
}
.single-portfolio-text p {
font-size: 11px;
}
.fplus-hero-area {
height: 600px;
}
.fplus-static-welcome-area {
height: 450px;
}
.static-content {
padding: 50px 70px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.fplus-menu-area .nav-item .nav-link {
font-size: 18px;
letter-spacing: 1px;
}
.fplus-main-menu {
padding-left: 15%;
}
.header-social-info {
padding-right: 15%;
}
.hero-content-area .hero-text {
width: 330px;
}
.fplus-about-us-area .about-us-text {
padding: 30px;
}
.gallery-hover-overlay {
padding: 20px;
}
.gallery-hover-overlay .port-hover-text > h3 {
font-size: 20px;
}
.fplus-method-video,
.video-play-btn {
height: 350px;
}
.single-clients-logo {
height: 100px;
}
.fplus-blog-area .col-12:last-of-type .fplus-single-blog-area {
margin-top: 30px;
}
.footer-social-widget > a {
margin-right: 15px;
}
.single-portfolio-text {
padding: 50px 0 50px 50px;
width: 330px;
}
.single-portfolio-text h2 {
font-size: 30px;
margin-bottom: 80px;
}
.project-meta-data > div > p {
padding: 10px 5px;
}
.single-portfolio-text p {
font-size: 10px;
}
.fplus-hero-area {
height: 500px;
}
.hero-content-area .hero-text h2 {
font-size: 30px;
}
.fplus-static-welcome-area {
height: 350px;
}
.static-content {
padding: 40px 50px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.header_area {
height: 60px;
}
.fplus-menu-area .nav-item .nav-link {
font-size: 14px;
letter-spacing: 1px;
padding: 5px 0;
}
.fplus-main-menu {
padding-left: 10%;
}
.header-social-info {
padding-right: 10%;
}
.fplus-menu-area .dropdown-item {
padding: 5px;
font-size: 11px;
letter-spacing: 0;
}
.navbar-nav .dropdown-menu {
position: absolute;
}
.logo_area > a {
width: 60px;
height: 60px;
}
.logo_area > a:before {
height: 60px;
right: 59px;
}
.menu-open-close {
width: 70px;
height: 60px;
}
.hero-content-area {
width: calc(80% - 15px);
padding: 50px 0;
}
.fplus-hero-area {
height: 500px;
}
.hero-content-area .hero-text h2 {
font-size: 30px;
margin-bottom: 50px;
}
.hero-content-area .hero-text {
width: 225px;
}
.fplus-about-us-area .about-us-text {
padding: 30px;
}
.fplus-projects-menu button.btn {
padding: 0 5px;
letter-spacing: 1px;
}
.gallery-hover-overlay {
padding: 20px;
}
.fplus-method-video,
.video-play-btn {
height: 200px;
}
.single-clients-logo {
-ms-flex-preferred-size: 33.3333333%;
flex-basis: 33.3333333%;
height: 100px;
width: 33.33333333%;
}
.gallery-hover-overlay .port-hover-text > h3 {
font-size: 20px;
}
.contact_from {
padding: 30px;
top: 0;
left: 0;
}
.fplus-single-blog-area {
margin-bottom: 30px;
}
.fplus-blog-area .col-12:last-of-type .fplus-single-blog-area {
margin-bottom: 0;
}
.fplus-portfolio-content-area {
width: calc(80% - 0px);
bottom: 200px;
}
.single-portfolio-text {
padding: 30px;
width: 250px;
}
.single-portfolio-text h2 {
font-size: 24px;
margin-bottom: 50px;
}
.project-meta-data > div > p {
padding: 10px;
}
.fplus-portfolio-share > a {
padding: 20px;
}
.fplus-static-welcome-area {
height: 220px;
}
.static-content {
padding: 30px;
margin-top: -100px;
}
.static-content h3 {
font-size: 20px;
margin-bottom: 20px;
}
.static-page-area {
padding-bottom: 100px;
}
.static-content blockquote {
padding: 30px 0;
margin: 50px 0;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hero-content-area .hero-text {
width: 320px;
}
.single-portfolio-text {
width: 380px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.hero-content-area .hero-text {
width: 400px;
}
.single-portfolio-text {
width: 460px;
}
.single-portfolio-text p {
font-size: 11px;
}
}
|
public/front/css/responsive/responsive.css
|
@media (min-width: 992px) and (max-width: 1199px) {
.fplus-menu-area .nav-item .nav-link {
font-size: 20px;
letter-spacing: 1px;
}
.hero-content-area .hero-text {
width: 450px;
}
.fplus-about-us-area .about-us-text {
padding: 30px;
}
.single-clients-logo {
height: 150px;
}
.single-portfolio-text {
padding: 50px 0 50px 50px;
width: 450px;
}
.single-portfolio-text p {
font-size: 11px;
}
.fplus-hero-area {
height: 600px;
}
.fplus-static-welcome-area {
height: 450px;
}
.static-content {
padding: 50px 70px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.fplus-menu-area .nav-item .nav-link {
font-size: 18px;
letter-spacing: 1px;
}
.fplus-main-menu {
padding-left: 15%;
}
.header-social-info {
padding-right: 15%;
}
.hero-content-area .hero-text {
width: 330px;
}
.fplus-about-us-area .about-us-text {
padding: 30px;
}
.gallery-hover-overlay {
padding: 20px;
}
.gallery-hover-overlay .port-hover-text > h3 {
font-size: 20px;
}
.fplus-method-video,
.video-play-btn {
height: 350px;
}
.single-clients-logo {
height: 100px;
}
.fplus-blog-area .col-12:last-of-type .fplus-single-blog-area {
margin-top: 30px;
}
.footer-social-widget > a {
margin-right: 15px;
}
.single-portfolio-text {
padding: 50px 0 50px 50px;
width: 330px;
}
.single-portfolio-text h2 {
font-size: 30px;
margin-bottom: 80px;
}
.project-meta-data > div > p {
padding: 10px 5px;
}
.single-portfolio-text p {
font-size: 10px;
}
.fplus-hero-area {
height: 500px;
}
.hero-content-area .hero-text h2 {
font-size: 30px;
}
.fplus-static-welcome-area {
height: 350px;
}
.static-content {
padding: 40px 50px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.header_area {
height: 60px;
}
.fplus-menu-area .nav-item .nav-link {
font-size: 14px;
letter-spacing: 1px;
padding: 5px 0;
}
.fplus-main-menu {
padding-left: 10%;
}
.header-social-info {
padding-right: 10%;
}
.fplus-menu-area .dropdown-item {
padding: 5px;
font-size: 11px;
letter-spacing: 0;
}
.navbar-nav .dropdown-menu {
position: absolute;
}
.logo_area > a {
width: 60px;
height: 60px;
}
.logo_area > a:before {
height: 60px;
right: 59px;
}
.menu-open-close {
width: 70px;
height: 60px;
}
.hero-content-area {
width: calc(80% - 15px);
padding: 50px 0;
}
.fplus-hero-area {
height: 500px;
}
.hero-content-area .hero-text h2 {
font-size: 30px;
margin-bottom: 50px;
}
.hero-content-area .hero-text {
width: 225px;
}
.fplus-about-us-area .about-us-text {
padding: 30px;
}
.fplus-projects-menu button.btn {
padding: 0 5px;
letter-spacing: 1px;
}
.gallery-hover-overlay {
padding: 20px;
}
.fplus-method-video,
.video-play-btn {
height: 200px;
}
.single-clients-logo {
-ms-flex-preferred-size: 33.3333333%;
flex-basis: 33.3333333%;
height: 100px;
width: 33.33333333%;
}
.gallery-hover-overlay .port-hover-text > h3 {
font-size: 20px;
}
.contact_from {
padding: 30px;
top: 0;
left: 0;
}
.fplus-single-blog-area {
margin-bottom: 30px;
}
.fplus-blog-area .col-12:last-of-type .fplus-single-blog-area {
margin-bottom: 0;
}
.fplus-portfolio-content-area {
width: calc(80% - 0px);
bottom: 200px;
}
.single-portfolio-text {
padding: 30px;
width: 250px;
}
.single-portfolio-text h2 {
font-size: 24px;
margin-bottom: 50px;
}
.project-meta-data > div > p {
padding: 10px;
}
.fplus-portfolio-share > a {
padding: 20px;
}
.fplus-static-welcome-area {
height: 220px;
}
.static-content {
padding: 30px;
margin-top: -100px;
}
.static-content h3 {
font-size: 20px;
margin-bottom: 20px;
}
.static-page-area {
padding-bottom: 100px;
}
.static-content blockquote {
padding: 30px 0;
margin: 50px 0;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hero-content-area .hero-text {
width: 320px;
}
.single-portfolio-text {
width: 380px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.hero-content-area .hero-text {
width: 400px;
}
.single-portfolio-text {
width: 460px;
}
.single-portfolio-text p {
font-size: 11px;
}
}
| 0.300027 | 0.095856 |
.header__menu {
position: relative;
width: 100%;
background: #000; /* メニューの背景色 */
text-align: center;
list-style: none;
padding: 0;
}
.header__menu li {
display: inline-block;
padding: 1em 5em;
}
.header__menu li a {
color: #fff; /* メニューの文字色 */
text-decoration: none;
}
.header__menu li a:hover {
color: #426dd8; /* ホバーした時の文字色 */
border-bottom: 2px solid #426dd8; /* 下線 なしにする場合は削除する*/
}
ul.mega__menu-second {
visibility: hidden;
opacity: 0;
}
.header__menu li:hover {
background: #570f76; /* メニューの背景色 */
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
li.mega__menu ul.mega__menu-second {
position: absolute;
top: 40px;
left: 0;
width: 100%;
background: #570f76; /* メガメニューの背景色 */
padding: 20px;
box-sizing: border-box;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
li.mega__menu:hover ul.mega__menu-second {
top: 51px;
visibility: visible;
opacity: 1;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.content{
margin: 0 auto;
padding: 40px;
color: aqua;
font-size: 50px;
}
.modal{
display: none;
height: 100vh;
position: fixed;
top: 0;
width: 100%;
}
.modal__bg{
background: rgba(0,0,0,0.8);
height: 100vh;
position: absolute;
width: 100%;
}
.modal__content{
background: #fff;
left: 50%;
padding: 40px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 60%;
}
.demo {
font-family: sans-serif;
border: 1px solid #eee;
border-radius: 2px;
padding: 20px 30px;
margin-top: 1em;
margin-bottom: 40px;
user-select: none;
overflow-x: auto;
}
.demo2 {
font-family: sans-serif;
border: 1px solid #eee;
border-radius: 2px;
padding: 20px 30px;
margin-top: 1em;
margin-bottom: 40px;
user-select: none;
overflow-x: auto;
}
.slide-fade-enter-active {
transition: all .3s ease-out;
}
.slide-fade-leave-active {
transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter-from,
.slide-fade-leave-to {
transform: translateX(20px);
opacity: 0;
}
/* 自分で付け足した部分 */
.show{
font-size: 50px;
}
/* shuffleのcss */
.flip-list-move {
transition: transform 0.8s ease;
}
|
public/css/app.css
|
.header__menu {
position: relative;
width: 100%;
background: #000; /* メニューの背景色 */
text-align: center;
list-style: none;
padding: 0;
}
.header__menu li {
display: inline-block;
padding: 1em 5em;
}
.header__menu li a {
color: #fff; /* メニューの文字色 */
text-decoration: none;
}
.header__menu li a:hover {
color: #426dd8; /* ホバーした時の文字色 */
border-bottom: 2px solid #426dd8; /* 下線 なしにする場合は削除する*/
}
ul.mega__menu-second {
visibility: hidden;
opacity: 0;
}
.header__menu li:hover {
background: #570f76; /* メニューの背景色 */
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
li.mega__menu ul.mega__menu-second {
position: absolute;
top: 40px;
left: 0;
width: 100%;
background: #570f76; /* メガメニューの背景色 */
padding: 20px;
box-sizing: border-box;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
li.mega__menu:hover ul.mega__menu-second {
top: 51px;
visibility: visible;
opacity: 1;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.content{
margin: 0 auto;
padding: 40px;
color: aqua;
font-size: 50px;
}
.modal{
display: none;
height: 100vh;
position: fixed;
top: 0;
width: 100%;
}
.modal__bg{
background: rgba(0,0,0,0.8);
height: 100vh;
position: absolute;
width: 100%;
}
.modal__content{
background: #fff;
left: 50%;
padding: 40px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 60%;
}
.demo {
font-family: sans-serif;
border: 1px solid #eee;
border-radius: 2px;
padding: 20px 30px;
margin-top: 1em;
margin-bottom: 40px;
user-select: none;
overflow-x: auto;
}
.demo2 {
font-family: sans-serif;
border: 1px solid #eee;
border-radius: 2px;
padding: 20px 30px;
margin-top: 1em;
margin-bottom: 40px;
user-select: none;
overflow-x: auto;
}
.slide-fade-enter-active {
transition: all .3s ease-out;
}
.slide-fade-leave-active {
transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter-from,
.slide-fade-leave-to {
transform: translateX(20px);
opacity: 0;
}
/* 自分で付け足した部分 */
.show{
font-size: 50px;
}
/* shuffleのcss */
.flip-list-move {
transition: transform 0.8s ease;
}
| 0.320502 | 0.067608 |
.icon-next-level {
border-width: 0 0 1px 1px;
border-style: solid;
border-color: white;
width: 8px;
padding: 0;
height: 8px;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
}
.sidebar .navigation ul li ul li a {
color: #818999;
}
.sidebar ~ .content-area {
margin-top: 140px;
height: calc(100vh - 140px);
}
.sidebar ~ .content-area .sub-nav-container {
position: fixed;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
top: 60px;
background-color: #f4f6f8;
z-index: 20;
}
.content-wrapper {
margin-top: 0 !important;
}
.list-group-item-header {
background-color: #254258;
color: white;
}
.list-group-item-header .custom-control-label {
border-left: 1px solid white;
}
.list-group-item-header .custom-control-label:before {
background-color: #818999;
}
.list-group-item-header .custom-control-input:checked ~ .custom-control-label::before {
background-color: #818999;
}
#hiddenColumnsModal .custom-checkbox .custom-control-label {
margin-left: 15px;
padding-left: 15px;
font-weight: 500;
cursor: pointer;
}
.pagination .page-item .page-link {
color: #818999;
border-color: #E4E4E4;
font-weight: 500;
padding: 0;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.pagination .page-item .page-link i {
color: #818999;
}
.pagination .page-item.active .page-link {
background-color: #E4E4E4;
}
#notificationList .notification-item .delete-notification {
position: absolute;
right: 5px;
top: 5px;
height: 15px;
width: 15px;
cursor: pointer;
}
#notificationList .notification-item .delete-notification i {
font-size: 15px;
}
#notificationList .notifications {
padding-right: 2px;
}
#notificationList:hover .notifications {
padding-right: 0;
}
#notificationList .notifications::-webkit-scrollbar {
width: 0px;
}
#notificationList:hover .notifications::-webkit-scrollbar {
width: 2px;
}
#notificationList .notifications::-webkit-scrollbar-track {
background-color: transparent;
}
#notificationList:hover .notifications::-webkit-scrollbar-track {
background-color: #f4f6f8;
}
#notificationList .notifications::-webkit-scrollbar-thumb {
cursor: pointer;
}
.show-all-wrapper {
border-top: 1px solid #dbdbdb;
}
.notification-loader {
display: none;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 99;
}
.notification-loader-body {
background-color: white;
border: 1px solid rgba(0,0,0,0.125);
display: flex;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
.dataTables_paginate .pagination .paginate_button.previous,
.dataTables_paginate .pagination .paginate_button.next {
font-size: 0;
position: relative;
}
.dataTables_paginate .pagination .paginate_button.previous:hover,
.dataTables_paginate .pagination .paginate_button.next:hover {
background-color: #f8f8f8;
}
.dataTables_paginate .pagination .paginate_button.previous:before,
.dataTables_paginate .pagination .paginate_button.next:before {
content: '';
background-size: 8px;
background-repeat: no-repeat;
background-image: url(../../../images/arrow.svg);
background-position: center;
height: 100%;
width: 100%;
position: absolute;
left: 0;
z-index: 1;
top: 0;
}
.dataTables_paginate .pagination .paginate_button.next:before {
transform: rotate(180deg);
}
table.dataTable {
width: 100% !important;
}
.color-input {
text-indent: -9999999px;
}
.swal2-select {
width: 100%;
}
.common-control .control-area {
height: auto !important;
flex-wrap: wrap;
}
.common-control .control-area > * {
margin-top: 5px;
margin-bottom: 5px;
}
@media screen and (max-width: 2080px) {
.d-customwidth-none {
height: 100% !important;
display: none !important;
}
}
|
src/GR.Extensions/GR.Render.Extension/GR.PageRender.Razor/wwwroot/themes/cosmo/css/custom.css
|
.icon-next-level {
border-width: 0 0 1px 1px;
border-style: solid;
border-color: white;
width: 8px;
padding: 0;
height: 8px;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
}
.sidebar .navigation ul li ul li a {
color: #818999;
}
.sidebar ~ .content-area {
margin-top: 140px;
height: calc(100vh - 140px);
}
.sidebar ~ .content-area .sub-nav-container {
position: fixed;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
top: 60px;
background-color: #f4f6f8;
z-index: 20;
}
.content-wrapper {
margin-top: 0 !important;
}
.list-group-item-header {
background-color: #254258;
color: white;
}
.list-group-item-header .custom-control-label {
border-left: 1px solid white;
}
.list-group-item-header .custom-control-label:before {
background-color: #818999;
}
.list-group-item-header .custom-control-input:checked ~ .custom-control-label::before {
background-color: #818999;
}
#hiddenColumnsModal .custom-checkbox .custom-control-label {
margin-left: 15px;
padding-left: 15px;
font-weight: 500;
cursor: pointer;
}
.pagination .page-item .page-link {
color: #818999;
border-color: #E4E4E4;
font-weight: 500;
padding: 0;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.pagination .page-item .page-link i {
color: #818999;
}
.pagination .page-item.active .page-link {
background-color: #E4E4E4;
}
#notificationList .notification-item .delete-notification {
position: absolute;
right: 5px;
top: 5px;
height: 15px;
width: 15px;
cursor: pointer;
}
#notificationList .notification-item .delete-notification i {
font-size: 15px;
}
#notificationList .notifications {
padding-right: 2px;
}
#notificationList:hover .notifications {
padding-right: 0;
}
#notificationList .notifications::-webkit-scrollbar {
width: 0px;
}
#notificationList:hover .notifications::-webkit-scrollbar {
width: 2px;
}
#notificationList .notifications::-webkit-scrollbar-track {
background-color: transparent;
}
#notificationList:hover .notifications::-webkit-scrollbar-track {
background-color: #f4f6f8;
}
#notificationList .notifications::-webkit-scrollbar-thumb {
cursor: pointer;
}
.show-all-wrapper {
border-top: 1px solid #dbdbdb;
}
.notification-loader {
display: none;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 99;
}
.notification-loader-body {
background-color: white;
border: 1px solid rgba(0,0,0,0.125);
display: flex;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
.dataTables_paginate .pagination .paginate_button.previous,
.dataTables_paginate .pagination .paginate_button.next {
font-size: 0;
position: relative;
}
.dataTables_paginate .pagination .paginate_button.previous:hover,
.dataTables_paginate .pagination .paginate_button.next:hover {
background-color: #f8f8f8;
}
.dataTables_paginate .pagination .paginate_button.previous:before,
.dataTables_paginate .pagination .paginate_button.next:before {
content: '';
background-size: 8px;
background-repeat: no-repeat;
background-image: url(../../../images/arrow.svg);
background-position: center;
height: 100%;
width: 100%;
position: absolute;
left: 0;
z-index: 1;
top: 0;
}
.dataTables_paginate .pagination .paginate_button.next:before {
transform: rotate(180deg);
}
table.dataTable {
width: 100% !important;
}
.color-input {
text-indent: -9999999px;
}
.swal2-select {
width: 100%;
}
.common-control .control-area {
height: auto !important;
flex-wrap: wrap;
}
.common-control .control-area > * {
margin-top: 5px;
margin-bottom: 5px;
}
@media screen and (max-width: 2080px) {
.d-customwidth-none {
height: 100% !important;
display: none !important;
}
}
| 0.505859 | 0.065935 |
body {
background-color: #E6E6E6;
}
#myVideo {
width: 100%;
height: auto;
}
@font-face {
font-family: gothamFont;
src: url('../../fonts/GothamFont/Gotham-Book.otf');
}
* {
font-family: gothamFont;
}
.navbar {
padding: 30px 45px;
background-color: #DCDCDC;
border: none;
border-radius: 0;
}
.current-page {
font-weight: bold;
font-size: 24px;
color: #6D6E72;
}
.video-duration {
background-color: #E6B221;
color: #ffffff;
width: 100px;
height: 50px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
order: 2;
border-radius: 5px;
}
.duration {
margin-left: 20px;
}
.webinar-skills {
margin-top: 10px;
background-color: #ffffff;
color: #000000;
width: 350px;
height: 100px;
display: flex;
justify-content: center;
margin-left: auto;
order: 2;
border-radius: 5px;
flex-direction: column;
padding: 20px;
}
.webinar-card-photo {
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
height: 348px;
}
#allButton {
background-color: #2b3990;
}
.webinar-skills>div>img {
margin-left: 10px;
}
.webinar-skills>div>span {
margin-left: 10px;
}
.webinar-box {
background-color: #ffffff;
padding: 50px;
margin-top: 30px;
}
.title {
color: #E6B221;
font-size: 32px;
font-weight: bold;
margin-bottom: 15px;
}
.image-about-us {
background-image: url('/public/images/webinars/About the webinar_Applying Coding to Education page.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 300px;
width: 100%;
margin: auto;
}
.access-webinar-btn {
background-color: #E6B221;
text-align: center;
color: #000000;
padding: 10px 15px;
margin-top: 30px;
/*margin-top: auto;*/
width: 300px;
}
.teacher-name {
color: black;
font-weight: bold;
font-size: 34px;
margin-top: 30px;
margin-bottom: 10px;
}
.webinar-materials {
width: 50%;
}
.material-title {
display: flex;
margin-top: 15px;
}
.material-title>img {
margin-left: auto;
order: 2;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.disable-page {
pointer-events: none;
}
.disable-page>a {
color: gray;
}
.card {
border-radius: 0;
margin: auto;
margin-bottom: 50px;
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
height: 270px;
}
.card-body {
min-height: 88px;
}
.webinar-types {
margin-top: 100px;
}
.webinar-signs {
color: #ffffff;
padding: 5px;
width: 200px;
text-align: center;
border-radius: 5px;
margin-left: 15px;
}
.recorded-webinar {
background-color: #40A760;
}
.upcoming-webinar {
background-color: #F6871E;
}
.flex-container {
display: flex;
flex-wrap: wrap;
}
.webinar-photo-sign {
position: absolute;
right: -1px;
top: 0;
}
.grayout {
opacity: 0.4; /* Real browsers */
}
.watched-video {
position: absolute;
/* right: -1px; */
left:5px;
top: 15px;
height: 20px;
}
.progress-bar{
background-color: #5cb85c;
}
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media only screen and (max-width: 425px) {
.webinar-skills {
width: 100%;
height: 160px;
}
.title {
font-size: 28px;
}
.access-webinar-btn {
width: 100%;
}
.webinar-signs {
margin: auto;
}
}
@media only screen and (max-width: 768px) {
#sidebar {
margin-left: -230px;
}
#sidebar.active {
margin-left: 0;
}
#content {
width: 100%;
}
#content.active {
width: calc(100% - 230px);
}
#sidebarCollapse {
display: block;
}
.inside-content {
padding: 20px;
}
.webinar-materials {
width: 100%;
}
.image-about-us {
margin-top: 40px;
}
.webinar-box {
padding: 30px;
}
.webinar-signs {
margin-top: 20px;
}
}
@media only screen and (max-width: 991px) {
.access-webinar-btn {
margin-bottom: 30px;
margin-top: 30px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
.webinar-box {
padding: 30px;
}
.inside-content {
padding: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
.custom-col-ds {
-ms-flex: 0 0 33.333333% ;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
.custom-col-ds {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
/*@media only screen and (min-width: 1920px) {*/
/*.custom-col-ds {*/
/*-ms-flex: 0 0 25%;*/
/*flex: 0 0 25%;*/
/*max-width: 25%;*/
/*}*/
/*}*/
|
public/css/webinar/webinars.css
|
body {
background-color: #E6E6E6;
}
#myVideo {
width: 100%;
height: auto;
}
@font-face {
font-family: gothamFont;
src: url('../../fonts/GothamFont/Gotham-Book.otf');
}
* {
font-family: gothamFont;
}
.navbar {
padding: 30px 45px;
background-color: #DCDCDC;
border: none;
border-radius: 0;
}
.current-page {
font-weight: bold;
font-size: 24px;
color: #6D6E72;
}
.video-duration {
background-color: #E6B221;
color: #ffffff;
width: 100px;
height: 50px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
order: 2;
border-radius: 5px;
}
.duration {
margin-left: 20px;
}
.webinar-skills {
margin-top: 10px;
background-color: #ffffff;
color: #000000;
width: 350px;
height: 100px;
display: flex;
justify-content: center;
margin-left: auto;
order: 2;
border-radius: 5px;
flex-direction: column;
padding: 20px;
}
.webinar-card-photo {
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
height: 348px;
}
#allButton {
background-color: #2b3990;
}
.webinar-skills>div>img {
margin-left: 10px;
}
.webinar-skills>div>span {
margin-left: 10px;
}
.webinar-box {
background-color: #ffffff;
padding: 50px;
margin-top: 30px;
}
.title {
color: #E6B221;
font-size: 32px;
font-weight: bold;
margin-bottom: 15px;
}
.image-about-us {
background-image: url('/public/images/webinars/About the webinar_Applying Coding to Education page.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 300px;
width: 100%;
margin: auto;
}
.access-webinar-btn {
background-color: #E6B221;
text-align: center;
color: #000000;
padding: 10px 15px;
margin-top: 30px;
/*margin-top: auto;*/
width: 300px;
}
.teacher-name {
color: black;
font-weight: bold;
font-size: 34px;
margin-top: 30px;
margin-bottom: 10px;
}
.webinar-materials {
width: 50%;
}
.material-title {
display: flex;
margin-top: 15px;
}
.material-title>img {
margin-left: auto;
order: 2;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.disable-page {
pointer-events: none;
}
.disable-page>a {
color: gray;
}
.card {
border-radius: 0;
margin: auto;
margin-bottom: 50px;
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
height: 270px;
}
.card-body {
min-height: 88px;
}
.webinar-types {
margin-top: 100px;
}
.webinar-signs {
color: #ffffff;
padding: 5px;
width: 200px;
text-align: center;
border-radius: 5px;
margin-left: 15px;
}
.recorded-webinar {
background-color: #40A760;
}
.upcoming-webinar {
background-color: #F6871E;
}
.flex-container {
display: flex;
flex-wrap: wrap;
}
.webinar-photo-sign {
position: absolute;
right: -1px;
top: 0;
}
.grayout {
opacity: 0.4; /* Real browsers */
}
.watched-video {
position: absolute;
/* right: -1px; */
left:5px;
top: 15px;
height: 20px;
}
.progress-bar{
background-color: #5cb85c;
}
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media only screen and (max-width: 425px) {
.webinar-skills {
width: 100%;
height: 160px;
}
.title {
font-size: 28px;
}
.access-webinar-btn {
width: 100%;
}
.webinar-signs {
margin: auto;
}
}
@media only screen and (max-width: 768px) {
#sidebar {
margin-left: -230px;
}
#sidebar.active {
margin-left: 0;
}
#content {
width: 100%;
}
#content.active {
width: calc(100% - 230px);
}
#sidebarCollapse {
display: block;
}
.inside-content {
padding: 20px;
}
.webinar-materials {
width: 100%;
}
.image-about-us {
margin-top: 40px;
}
.webinar-box {
padding: 30px;
}
.webinar-signs {
margin-top: 20px;
}
}
@media only screen and (max-width: 991px) {
.access-webinar-btn {
margin-bottom: 30px;
margin-top: 30px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
.webinar-box {
padding: 30px;
}
.inside-content {
padding: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
.custom-col-ds {
-ms-flex: 0 0 33.333333% ;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
.custom-col-ds {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
/*@media only screen and (min-width: 1920px) {*/
/*.custom-col-ds {*/
/*-ms-flex: 0 0 25%;*/
/*flex: 0 0 25%;*/
/*max-width: 25%;*/
/*}*/
/*}*/
| 0.391755 | 0.081374 |
h1,h2,h3,h4,h5,h6,a,p
{
margin: 0px;
padding: 0px;
}
ul,li,ol
{
margin: 0px;
padding: 0px;
list-style: none;
}
img {
width: 100%;
}
i{
font-style: normal;
}
a:hover, a:focus{
outline: none;
text-decoration: none;
color: unset;
}
a {
color: #434542;
}
input:focus, textarea:focus{
outline: none;
}
body
{
font-family:'lato-regular' !important;
font-size: 14px;
color: #434542;
width: 100%;
height: 100%;
background: #d4d8d99e;
background-image: url(../images/background-bg.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
overflow-x: hidden!important;
}
@font-face {
font-family:'vollkorn-extrabold';
src: url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.eot');
src: url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.svg#vollkorn-extrabold') format('svg');
}
@font-face {
font-family:'vollkorn-medium';
src: url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.eot');
src: url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.svg#vollkorn-medium') format('svg');
}
@font-face {
font-family:'vollkorn-regular';
src: url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.eot');
src: url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.svg#vollkorn-regular') format('svg');
}
@font-face {
font-family:'vollkorn-semibold';
src: url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.eot');
src: url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.svg#vollkorn-semibold') format('svg');
}
@font-face {
font-family:'lato-light';
src: url('../fonts/lato/lato-light/lato-light.eot');
src: url('../fonts/lato/lato-light/lato-light.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/lato-light/lato-light.woff') format('woff'),
url('../fonts/lato/lato-light/lato-light.ttf') format('truetype'),
url('../fonts/lato/lato-light/lato-light.svg#lato-light') format('svg');
}
@font-face {
font-family:'lato-regular';
src: url('../fonts/lato/lato-regular/lato-regular.eot');
src: url('../fonts/lato/lato-regular/lato-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/lato-regular/lato-regular.woff') format('woff'),
url('../fonts/lato/lato-regular/lato-regular.ttf') format('truetype'),
url('../fonts/lato/lato-regular/lato-regular.svg#lato-regular') format('svg');
}
@font-face {
font-family:'lato-thin';
src: url('../fonts/lato/lato-thin/lato-thin.eot');
src: url('../fonts/lato/lato-thin/lato-thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/lato-thin/lato-thin.woff') format('woff'),
url('../fonts/lato/lato-thin/lato-thin.ttf') format('truetype'),
url('../fonts/lato/lato-thin/lato-thin.svg#lato-thin') format('svg');
}
/*-----------Common CSS start-----------*/
.section-title {
font-size: 28px;
margin-bottom: 50px;
padding-bottom: 20px;
font-weight: 400;
display: inline-block;
position: relative;
color: #bf264b;
}
.section-title strong {
color: #f37845;
}
.section-title:after,
.section-title:before {
content: '';
position: absolute;
bottom: 0;
}
.section-title:after {
height: 2px;
background-color: #0c72f5;
left: 25%;
right: 25%;
}
.section-title:before {
width: 15px;
height: 15px;
border: 1px solid #90af3d;
background-color: #90af3d;
left: 50%;
transform: translatex(-50%);
bottom: -6px;
z-index: 9;
border-radius: 50%;
animation: mymove 5s infinite;
animation-delay: 1s;
}
@keyframes mymove {
from {left: 25%;}
to {left: 75%;}
}
.title-upperpart {
text-align: center;
}
.panel-title>a {
width: 100%;
display: block;
text-align: center;
color: #0c57e1;
text-transform: uppercase;
font-weight: bold;
}
.our-service ,.our-mission, .current-opening , .software-page, .using-technology, .our-blogs, .join-us, .history-slider-part {
padding: 12em 0;
}
.slick-prev
{
/*background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -5px -164px;*/
left: 2%;
width: 50px;
height: 50px;
z-index:9;
text-align: center;
display: table;
/*border-radius: 50%;*/
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
/*-webkit-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);*/
opacity: 0;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.slick-prev:hover, .slick-next:hover {
background-position: right;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
}
.slick-next
{
/*background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -29px -164px;*/
right: 2%;
width: 50px;
height: 50px;
z-index: 9;
text-align: center;
display: table;
/*border-radius: 50%;*/
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
/*-webkit-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);*/
opacity: 0;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.slick-prev:before {
content: "\f104" !important;
font-family: FontAwesome;
font-size: 30px;
/*background: #f9f9f9;*/
font-style: normal;
color: #fff !important;
border-radius: 50%;
display: table-cell;
vertical-align: middle;
/*-webkit-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);*/
}
.slick-next:before {
content: "\f105" !important;
font-family: FontAwesome;
font-size: 30px;
/*background: #f9f9f9;*/
font-style: normal;
color: #fff !important;
border-radius: 50%;
display: table-cell;
vertical-align: middle;
/* -webkit-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);*/
}
.slick-next:before, .slick-prev:before
{
content: "";
}
.banner :hover .slick-next, .work-slider:hover .slick-next
{
opacity: 1;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
.banner :hover .slick-prev, .work-slider:hover .slick-prev
{
opacity: 1;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
background: url;
}
.btn_2 {
display: inline-block;
padding: 13.5px 40px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #1a5cd6;
background-color: #fff;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
border: 1px solid #1a5cd6;
border-radius: 2px;
font-family: "Roboto", sans-serif;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-size: 200% auto;
text-decoration: none;
transition: 0.2s ease-out;
}
.btn_2:focus, .btn_3:focus {
outline: none;
}
.btn_2:hover {
color: #fff;
border: 1px solid transparent;
background-position: right;
background-image: -webkit-linear-gradient(to left, #1754C4 0%, #092760 50%, #1754C4 100%);
background-image: linear-gradient(to left, #1754C4 0%, #092760 50%, #1754C4 100%);
text-decoration: none;
}
.btn_3 {
display: inline-block;
padding: 13.5px 0;
width: 160px;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #fff;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
/*border: 1px solid #8d00ff;*/
border-radius: 2px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-size: 200% auto;
/*background-image: -webkit-linear-gradient(right, #7f00ff 0%, #e100ff 50%, #7f00ff 100%);*/
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
.btn_3:hover {
background-position: right;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
color: #fff !important;
text-decoration: none;
}
/*End*/
/* -----------Back to top button start-----------*/
#back-to-top {
display: inline-block;
background-image: linear-gradient(to left, #1b52a4 0%, #ea1b35 50%, #1b52a4 100%);
width: 50px;
height: 50px;
text-align: center;
border-radius: 50%;
position: fixed;
bottom: 80px;
right: 25px;
transition: background-color .3s, opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
/* animation: bounce 0.5s infinite; */
animation: bounce 1s infinite alternate;
-webkit-animation: bounce 1s infinite alternate;
background-size: 200% auto;
}
.back-top-icon {
width: 20px;
height: 20px;
float: left;
margin: 19px 0 0 17px;
background: url(../images/topback.png) no-repeat;
}
@keyframes bounce {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
}
/*#back-to-top::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}*/
#back-to-top:hover {
cursor: pointer;
background-color: transparent;
}
#back-to-top:active {
background-color: transparent;
}
#back-to-top.show {
opacity: 1;
visibility: visible;
}
@media (min-width: 500px) {
#back-to-top {
/*margin: 30px;*/
}
}
/*Back to top button end*/
/*--------Banner section start--------*/
.banner
{
position: relative;
}
.bannere
{
display: block;
z-index: 999999;
/*float: left;*/
text-align:center;
width:100%;
background:#26347e; /*changes*/
}
.banner-slider .banner-item {
position: relative;
}
/*Changes start*/
.banner-slider .banner-item video {
width: 100%;
height: 550px;
animation-name: colorChange;
animation-duration: 58s;
animation-iteration-count: infinite;
}
.banner-slider .banner-item audio {
position: absolute;
top: 0px;
right: 0;
width: 100px;
height: 20px;
}
.banner-slider .banner-item audio:focus {
outline: none;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
background-color: rgb(80,80,80, .85);
color: #a0276e;
}
@keyframes colorChange {
0% {
background: #6E5643;
}
20% {
background: #654D38;
}
40% {
background: #6C523A;
}
60% {
background: #6C523A;
}
80% {
background: #E4802D;
}
100% {
background: #E4802D;
}
}
/*Changes end*/
.banner-text
{
text-align: left;
/*width: 370px;*/
width: 300px;
height: 300px;
margin: 130px auto !important;
float: left;
/* right: 22%; */
position: absolute;
top: 0;
z-index: 999;
background: #444444d1;
left: 10%;
padding: 30px;
box-shadow: 0 20px 50px rgb(23, 32, 90);
}
.banner-text .common-btn {
margin-left: 10px;
}
.banner-slider .content-main-header {
color: #f68d20;
font-size: 20px;
font-weight: bold;
}
.banner-slider .content-txt {
font-family: 'volvonovum-regular';
line-height: 22px;
margin-top: 15px;
margin-bottom: 0px;
text-align: left;
color: #fff;
}
.banner-slider div, .story-slider div
{
margin: 0px auto;
display: block !important;
}
.banner-slider div img, .story-slider div img
{
width: 100%;
height: 550px;
object-fit: cover;
}
/*.banner-slider, .story-slider
{
width: 100%;
margin: 0px auto;
}
.banner .slick-prev, .big-window .slick-prev
{
background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -5px -164px;
float: left;
width: 25px;
height:25px;
left: 0px;
outline: medium none;
cursor: pointer;
position: absolute;
top:50%;
opacity: 0;
z-index: 9999;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.banner .slick-next, .big-window .slick-next
{
background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -29px -164px;
width: 25px;
height:25px;
margin: 0;
outline: medium none;
cursor: pointer;
position: absolute;
right: 1px;
top: 50%;
opacity: 0;
z-index: 9999;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.banner .slick-next:before,.banner .slick-prev:before, .big-window .slick-next:before,.big-window .slick-prev:before
{
content: "";
}
.banner :hover .slick-next, .big-window:hover .slick-next
{
opacity: 1;
}
.banner :hover .slick-prev, .big-window:hover .slick-prev
{
opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
background: url;
}*/
.banner:before{
width: 65%;
left: 0;
-ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
-webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
transform: matrix(1, 0.102, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #ea1b35 0%, #1b52a4 74%);
z-index: 2;
bottom: -25px;
}
.banner:after{
width: 35%;
right: 0;
-ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
-webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
transform: matrix(1, -0.19, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #1b52a4 0%, #ea1b35 100%);
z-index: 2;
bottom: -25px;
}
.banner-text span{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
box-sizing: border-box;
}
.banner-text span:nth-child(1)
{
transform:rotate(0deg);
}
.banner-text span:nth-child(2)
{
transform:rotate(90deg);
}
.banner-text span:nth-child(3)
{
transform:rotate(180deg);
}
.banner-text span:nth-child(4)
{
transform:rotate(270deg);
}
.banner-text span:before
{
content: '';
position: absolute;
width:100%;
height: 4px;
background: #de1e3b;
animation: animate 4s linear infinite;
}
@keyframes animate {
0% {
transform:scaleX(0);
transform-origin: left;
}
50%
{
transform:scaleX(1);
transform-origin: left;
}
50.1%
{
transform:scaleX(1);
transform-origin: right;
}
100%
{
transform:scaleX(0);
transform-origin: right;
}
}
/*End*/
/*----------Header Css start----------*/
.main_h {
position: relative;
top: 0px;
max-height: 70px;
z-index: 999;
width: 100%;
/*padding-top: 17px;*/
background: linear-gradient(40deg,#ea1b35,#1b52a4);
/*overflow: hidden;*/
-webkit-transition: all 0.3s;
transition: all 0.3s;
/*padding-bottom: 6px;*/
font-family: "Montserrat", sans-serif;
-webkit-box-shadow: 0 1px 5px 0 rgba(36,36,36,.12);
box-shadow: 0 1px 5px 0 rgba(36,36,36,.12);
}
.main_h .header-innerpart {
display: flex;
align-items: center;
}
@media only screen and (max-width: 766px) {
.main_h {
padding-top: 25px;
position: relative;
display: inline-block;
}
}
.open-nav {
max-height: 400px !important;
}
.open-nav .mobile-toggle {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
.sticky {
position: fixed;
background: linear-gradient(40deg,#fff,#fff);
/*background: linear-gradient(40deg,#ffd86f,#fc6262) ;*/
opacity: 1;
top: 0px;
display: block;
/*border-bottom: 1px solid gainsboro;*/
}
.logo {
width: 150px;
font-size: 25px;
color: #8f8f8f;
text-transform: uppercase;
float: left;
display: block;
line-height: 1;
margin: 4px 0;
/*margin-bottom: 10px;*/
}
@media only screen and (max-width: 766px) {
.logo {
float: none;
width: 120px;
}
}
nav {
float: right;
width: 70%;
}
@media only screen and (max-width: 766px) {
nav {
width: 100%;
}
}
nav ul {
list-style: none;
/*overflow: hidden;*/
text-align: right;
float: right;
}
@media only screen and (max-width: 766px) {
nav ul {
padding-top: 10px;
margin-bottom: 22px;
float: left;
text-align: center;
width: 100%;
}
}
nav ul li {
display: inline-block;
margin-left: 35px;
line-height: 1.5;
}
nav ul li a:hover, nav ul li a:focus {
outline: none;
text-decoration: none;
}
/*nav ul li a:after {
content: '';
display: block;
margin: auto;
height: 3px;
width: 0px;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
nav ul li a:hover:after {
width: 100%;
background: blue;
}*/
.main_h.sticky .header-pages .main-menu .sub-menus {
background: #fff;
}
.header-pages .main-menu .sub-menus{
display: none;
position: absolute;
background: linear-gradient(40deg,#ea1b35,#1b52a4);
top: 30px;
min-width: 240px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
text-align: center;
z-index: 99999;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
top: 52px;
/*padding-top: 2px;*/
}
.header-pages .main-menu .sub-menus li {
padding: 0;
margin: 0;
/* text-align: left; */
/*border-bottom: 1px dashed #1a5cd7;*/
display: block;
}
.header-pages .main-menu.open .sub-menus {
display: block;
}
/*.header-pages .main-menu:hover .sub-menus {
display: block;
}*/
.header-pages {
font-family: 'Raleway', Arial, sans-serif;
text-align: center;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
}
.header-pages * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.header-pages li {
display: inline-block;
list-style: outside none none;
margin: 0 1em;
padding: 0;
position: relative;
}
.main_h .header-pages a {
color: #fff;
}
.main_h.sticky .header-pages a{
color: #0c72f5;
}
.header-pages a {
padding: 0.5em 0.8em;
margin: 0.2em 0;
display: block;
position: relative;
text-decoration: none;
}
.header-pages a:before,
.header-pages a:after {
height: 14px;
width: 14px;
position: absolute;
content: '';
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
opacity: 0;
}
.header-pages a:before {
left: 0;
top: 0;
border-left: 3px solid #f37845;
border-top: 3px solid #f37845;
-webkit-transform: translate(100%, 50%);
transform: translate(100%, 50%);
}
.header-pages a:after {
right: 0;
bottom: 0;
border-right: 3px solid #90af3d;
border-bottom: 3px solid #90af3d;
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.header-pages a:hover,
.header-pages .current a,
.header-pages .active .menu,
.header-pages .active .current a {
color: #ffffff;
}
.header-pages a:hover:before,
.header-pages .current a:before,
.header-pages a:hover:after,
.header-pages .current a:after,
.header-pages .main-menu.active .menu:before,
.header-pages .main-menu.active .current .menu:before,
.header-pages .main-menu.active .menu:after,
.header-pages .main-menu.active .current .menu:after {
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
opacity: 1;
}
@media only screen and (max-width: 766px) {
nav ul li {
width: 100%;
padding: 7px 0;
margin: 0;
}
}
nav ul a {
color: #fff;
text-transform: uppercase;
font-size: 12px;
}
.mobile-toggle {
display: none;
cursor: pointer;
font-size: 20px;
position: absolute;
right: 22px;
top: 0;
width: 30px;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
.mobile-toggle {
display: block;
}
}
.mobile-toggle span {
width: 30px;
height: 4px;
margin-bottom: 6px;
border-radius: 1000px;
background: #8f8f8f;
display: block;
}
.content {
padding: 50px 2% 250px;
}
.mouse {
display: block;
margin: 0 auto;
width: 26px;
height: 46px;
border-radius: 13px;
border: 2px solid #e8f380;
position: absolute;
bottom: 40px;
position: absolute;
left: 50%;
margin-left: -26px;
}
.mouse span {
display: block;
margin: 6px auto;
width: 2px;
height: 2px;
border-radius: 4px;
background: #e8f380;
border: 1px solid transparent;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: scroll;
animation-name: scroll;
}
@-webkit-keyframes scroll {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes scroll {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
/*End*/
/*------Our service section start------*/
.our-service {
/*padding: 12em 0;*/
/*background: url(https://visme.co/blog/wp-content/uploads/2017/07/50-Beautiful-and-Minimalist-Presentation-Backgrounds-03.jpg);
background-position: center;
background-repeat: no-repeat;*/
}
.our-service .service-part {
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
position: relative;
z-index: 0;
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.our-service .service-part:before{
position: absolute;
content: '';
width: 4px;
height: 10px;
background: #f37845;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
top: 0;
right: 0;
}
.our-service .service-part:after {
position: absolute;
content: '';
width: 4px;
height: 10px;
background: #90af3d;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
bottom: 0;
left: 0;
}
.our-service .service-part:hover:before, .our-service .service-part:hover:after {
height: 30px;
}
.our-service .service-part .line{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
}
.our-service .service-part .line:before,
.our-service .service-part .line:after {
position: absolute;
content: '';
width: 10px;
height: 4px;
/*background: #fff;*/
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.our-service .service-part .line:before {
top: 0;
right: 0;
background: #f37845;
}
.our-service .service-part .line:after {
bottom: 0;
left: 0;
background:#90af3d;
}
.our-service .service-part:hover .line:before, .our-service .service-part:hover .line:after {
width: 30px;
}
.our-service .service-part:hover {
-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.05);
box-shadow: 0 10px 30px 0 rgba(0,0,0,.05);
background: #fff;
}
.our-service .service-part .service-inner-part{
padding: 40px 25px;
overflow: hidden;
-webkit-border-radius: inherit;
border-radius: inherit;
transition: all 0.5s ease-in-out 0s;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.our-service .service-part .service-header {
margin-bottom: 45px;
overflow: visible;
height: 144px;
width: 144px;
position: relative;
overflow: hidden;
max-width: 100%;
}
.our-service .service-part .header-cover {
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
/* display: flex; */
/* -webkit-box-orient: vertical; */
/* -webkit-box-direction: normal; */
/* -webkit-flex-flow: column nowrap; */
-ms-flex-flow: column nowrap;
/* flex-flow: column nowrap; */
/* -webkit-box-pack: center; */
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
/* -webkit-box-align: center; */
/* -webkit-align-items: center; */
-ms-flex-align: center;
/* align-items: center; */
/* width: 100%; */
height: 100%;
top: 0;
left: 0;
}
.our-service .service-part .header-cover:before {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
content: '';
}
.our-service .service-part .header-icon {
align-self: center;
order: 1;
color: #fff;
font-size: 40px;
text-align: center;
margin: 10px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.our-service .service-part .header-icon ,
.our-service .service-part .header-icon :hover {
/*height: 400px;
width: 400px;
position: relative;
background: #ddd;
padding: 40px;
margin: 30px auto;
border-radius: 50%;
overflow: hidden;*/
}
.our-service .service-part .header-icon img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 60%;
transition: 3s;
}
.our-service .service-part .header-icon ::before,
.our-service .service-part .header-icon ::after {
content: "";
display: block;
height: 90%;
width: 90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border: 2px solid #000;
border-radius: 50%;
transition: all ease-in-out 2s;
opacity: 0;
filter: blur(8px);
-webkit-filter: blur(8px);
}
.our-service .service-part .header-icon ::before {
height: 100%;
width: 100%;
border-color: #0c72f5 transparent transparent #0c72f5 ;
}
.our-service .service-part .header-icon ::after {
height: 100%;
width: 100%;
border-color: transparent #0c72f5 #0c72f5 transparent ;
}
.our-service .service-part .header-icon :hover img {
filter: blur(3px);
-webkit-filter: blur(3px);
}
.our-service .service-part:hover .header-icon :before {
opacity: 1;
transform: translate(-50%,-50%) rotateZ(540deg);
filter: blur(0);
-webkit-filter: blur(0);
}
.our-service .service-part:hover .header-icon :after {
opacity: 1;
transform: translate(-50%,-50%) rotateZ(-7740deg);
filter: blur(0);
-webkit-filter: blur(0);
}
.our-service .service-part .icon-inner {
background-color: #fff;
-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.085);
box-shadow: 0 10px 20px 0 rgba(0,0,0,.085);
height: 144px;
width: 144px;
-webkit-border-radius: 50%;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/*.our-service .service-part .icon-inner:before {
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
background-color: inherit;
content: "";
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: -1;
-webkit-border-radius: inherit;
border-radius: inherit;
}*/
.our-service .service-part .icon-inner img {
height: 62px;
width: auto;
}
.our-service .service-part .service-content .service-title{
margin: 10px 0 15px;
font-size: 22px;
align-self: center;
text-align: center;
font-weight: bold;
color: #bf264b;
}
.our-service .service-part .service-content .service-desc{
margin: 10px 0 15px;
font-size: 16px;
color: #434542;
align-self: center;
text-align: center;
font-weight: 400;
}
/*End*/
/*----Our vission our mission start----*/
.our-mission .mission-desc {
word-spacing: 5px;
letter-spacing: 1px;
font-size: 16px;
line-height: 2;
}
/*End*/
/*---------Why choose us start---------*/
.choose-us .choose-us-container {
-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.choose-us-wrapper {
overflow: hidden;
padding: 20px;
}
.choose-us-wrapper .choose-us-wrapper-inner {
margin-left: -10px;
margin-right: -10px;
padding: 7px;
position: relative;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-border-radius: 90px;
border-radius: 90px;
-webkit-transition: all 0.35s ease 0s;
transition: all 0.35s ease 0s;
}
.choose-us-wrapper .choose-us-wrapper-inner:before {
content: "";
height: auto;
margin: 0;
opacity: 0;
position: absolute;
bottom: 0;
top: 0;
width: 90px;
-webkit-border-radius: inherit;
border-radius: inherit;
-webkit-transition: inherit;
transition: inherit;
background-color: #fff;
left: 0;
}
.choose-us-wrapper-inner .choose-us-icon-wrapper {
height: 80px;
line-height: 80px;
min-width: 80px;
position: relative;
text-align: center;
width: 80px;
z-index: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.04);
box-shadow: 0 10px 20px 0 rgba(0,0,0,.04);
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
background-color: #fff;
}
.choose-us-wrapper-inner .choose-us-title {
font-size: 22px;
margin: 0;
position: relative;
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 0 0 0 35px;
}
.choose-us-wrapper .choose-us-wrapper-inner .choose-us-icon-wrapper:before {
content: "";
height: auto;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: auto;
z-index: 0;
-webkit-border-radius: 90px;
border-radius: 90px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.choose-us-wrapper-inner .choose-us-icon-wrapper img {
height: 37px;
width: auto;
position: relative;
}
.choose-us-wrapper:hover .choose-us-wrapper-inner:before {
opacity: 1;
width: calc(100% + 10px);
}
.choose-us-wrapper:hover .choose-us-wrapper-inner .choose-us-title {
color: #1b5dd9;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner .choose-us-title {
padding: 0 35px 0 0;
text-align: right;
}
.choose-us-wrapper.choose-us-wrapper-alignright:hover .choose-us-wrapper-inner:before {
margin-left: -10px;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner:before {
right: 0;
left: unset;
}
.choose-us .view-laptop {
width: 50%;
margin: auto;
}
.choose-us .choose-us-desc {
font-size: 14px;
letter-spacing: 2px;
text-align: center;
line-height: 2;
}
/*Phone style start*/
.scene {
perspective: 1500px;
perspective-origin: 50% 50%;
width: 260px;
height: 450px;
margin: auto;
}
.scene .phone {
position: relative;
transform-style: preserve-3d;
width: 230px;
height: 400px;
transform: rotateY(-60deg);
/*border: 1px solid green;*/
animation: animate 20s infinite;
}
.scene .face {
position: absolute;
border-radius: 20px;
overflow: hidden;
}
.scene .front, .scene .back {
width: 230px;
height: 400px;
/*background: #1b5dd9;*/
background-color: #bf2a4e ;
background-image: linear-gradient(315deg, #324c98 0%, #bf2a4e 74%);
display: flex;
justify-content: center;
}
.scene .front {
box-shadow: 1px 0px 5px inset rgb(192, 192, 192, 0.1), -1px -1px 5px inset rgb(192, 192, 192, 0.1);
}
.scene .back {
border: 0;
box-shadow: 1px 0px 5px inset rgb(192, 192, 192, 0.1), -1px -1px 5px inset rgb(192, 192, 192, 0.1);
}
.scene .frontBack {
transform: translateZ(9.5px);
background: #bf2a4e;
width: 230px;
height: 400px;
}
.scene .inFront {
background: url("../images/prg.png") 50% 70%/ cover no-repeat;
width: 96%;
height: 95%;
border-radius: 15px;
margin-top: 8px;
animation: bg 50s 12s infinite;
}
.scene .inFront::before {
content: "";
position: absolute;
width: 32px;
height: 32px;
/*background: #FC427B;*/
border-radius: 50%;
margin-left: 41%;
top: -7px;
background-color: #324c98;
background-image: linear-gradient(315deg, #324c98 0%, #bf2a4e 74%);
}
.scene .inFront::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
background: rgb(31 29 28 / 67%);
border-radius: 50%;
margin-left: 46.5%;
top: 9px;
}
.scene .inBack {
width: 30px;
height: 60px;
border-radius: 12px;
margin-top: 12px;
box-shadow: 1px 1px 5px inset rgb(39 79 158), -1px -1px 5px inset rgb(49 76 152);
}
.scene .inBack::before {
content: "";
position: absolute;
width: 18px;
height: 18px;
background: rgb(31 29 28 / 67%);
border-radius: 50%;
top: 22px;
left: 46%;
box-shadow: 1px 1px 5px inset rgb(211 33 65), -1px -1px 5px inset rgb(56 74 148);
}
.scene .inBack::after {
content: "";
position: absolute;
width: 15px;
height: 15px;
background: rgb(31 29 28 / 67%);
border-radius: 50%;
top: 49px;
left: 47%;
box-shadow: 1px 1px 5px inset rgb(42 78 156), -1px -1px 5px inset rgb(220 34 60);
}
.scene .right, .left {
width: 20px;
height: 400px;
/* background: rgb(255, 255, 0, 0.7);*/
left: 105px;
display: flex;
align-items: center;
}
.scene .right {
left: 105px;
}
.scene .inRight, .scene .inLeft {
width: 20px;
height: 370px;
/*background: #FC427B;*/
background-color: #324c98;
background-image: linear-gradient(315deg, #324c98 0%, #bf2a4e 74%);
}
.scene .inRight::before {
content: "";
position: absolute;
width: 12px;
height: 60px;
border-radius: 10px;
top: 40px;
left: 5px;
box-shadow: 1px 1px 5px inset rgb(27 93 217), -1px -1px 5px inset rgb(27 93 217);
}
.scene .inRight::after {
content: "";
position: absolute;
width: 12px;
height: 40px;
border-radius: 10px;
top: 120px;
left: 5px;
box-shadow: 1px 1px 5px inset rgb(27 93 217), -1px -1px 5px inset rgb(27 93 217);
}
.scene .top, .scene .bottom {
/*margin-left: auto;
margin-right: auto;*/
width: 230px;
height: 20px;
/*background: rgb(255, 0, 0, 0.7);*/
top: 189px;
display: flex;
justify-content: center;
}
.scene .top {
top: 191px;
}
.scene .inTop{
width: 200px;
height: 20px;
/*background: #FC427B;*/
background-color: #b42952;
background-image: linear-gradient(315deg, #b42952 0%, #b42952 74%);
}
.scene .inBottom {
width: 200px;
height: 20px;
/*background: #FC427B;*/
background-color: #2e4d99;
background-image: linear-gradient(315deg, #2e4d99 0%, #2e4d99 74%);
}
.scene .front {
transform: rotateY(0deg) translateZ(10px);
}
.scene .back {
transform: rotateY(180deg) translateZ(10px);
}
.scene .right {
transform: rotateY(90deg) translateZ(115px);
}
.scene .left {
transform: rotateY(-90deg) translateZ(115px);
}
.scene .top {
transform: rotateX(90deg) translateZ(200px);
}
.scene .bottom {
transform: rotateX(-90deg) translateZ(200px);
}
@keyframes animate {
0%{
transform: rotateY(0deg);
}
100%{
transform: rotateY(-360deg);
}
}
@keyframes bg {
25% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
50% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
70% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
90% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
}
.scene p {
position: absolute;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
opacity: 1;
/*transform: rotate(90deg);*/
bottom: 40%;
background: url("../images/logo-icon.png");
background-size: 100% 100%;
width: 100px;
height: 100px;
}
/*Phone end*/
/*Laptop style start*/
.mockup {
display: inline-block;
position: relative;
z-index: 3;
text-align: center;
font-size: 0;
perspective: 2400px;
perspective-origin: 50% 100%;
opacity: 0;
transition: 500ms opacity;
}
.mockup.loaded {
opacity: 1;
}
.mockup .part .top,
.mockup .part .bottom {
position: absolute;
top: 0;
left: 0;
}
.mockup .part.top {
transform: translate3d(0, 0, 0) rotateX(-90deg);
}
.mockup:hover .part.top {
transform: translate3d(0, 0, 0) rotateX(0deg);
}
.mockup .part {
display: inline-block;
position: relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transform-origin: 50% 100%;
transition: 900ms;
}
.mockup.opened .part .top {
transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
}
.mockup .part .top {
transform-origin: 50% 0;
transform: translate3d(0, 0, -11px) rotateX(90deg);
transition: 900ms;
}
.mockup img {
display: block;
max-width: 100%;
backface-visibility: hidden;
}
.mockup .part .cover {
position: relative;
}
.mockup video {
display: block;
position: absolute;
top: 8%;
left: 4%;
width: 92%;
border-radius: 6px;
backface-visibility: hidden;
transform: translate3d(0, 0, 1px);
}
.mockup .part.bottom {
position: absolute;
top: 0;
left: 0;
transform: translate3d(0, 0, 0) rotateX(-90deg);
}
.mockup .part .bottom {
transform-origin: 50% 0;
transform: translate3d(0,0,0) rotateX(90deg);
}
/*Laptop End*/
/*End*/
/*--------Using Technology start--------*/
.using-technology .technology-wrapper {
/*border: 1px solid #4444;*/
padding: 20px;
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
background-color: #fafafa;
-webkit-box-shadow: 0px 0px 15px 2px rgb(144 175 61);
-moz-box-shadow: 0px 0px 15px 2px rgb(144 175 61);
box-shadow: 0px 0px 15px 2px rgb(144 175 61);
margin-bottom: 40px;
height: 230px;
overflow-y: auto;
}
.using-technology .technology-wrapper:hover {
background-position: right;
color: #fff !important;
background: linear-gradient(40deg,#ea1b35,#1b52a4);
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
-webkit-box-shadow: 0px 0px 15px 2px #f37845;
-moz-box-shadow:0px 0px 15px 2px #f37845;
box-shadow: 0px 0px 15px 2px #f37845;
}
.using-technology .technology-wrapper .technology-icon{
text-align: center;
}
.using-technology .technology-wrapper .technology-icon img {
width: 75px;
height: 75px;
}
.using-technology .technology-wrapper .technology-body-heading {
text-align: center;
margin-bottom: 20px;
}
.using-technology .technology-wrapper .technology-body {
margin-top: 10px;
}
/*End*/
/*------------Our work start------------*/
.work-item {
width: 100%;
position: relative;
height: 410px;
}
.work-item .transition {
transition: .3s cubic-bezier(.3, 0, 0, 1.3) ;
}
.work-item .card {
background-color: #fff;
bottom: 0;
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
height: 300px;
left: 0;
margin: auto;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 300px;
}
.work-item .card:hover {
height: 500px;
width: 300px;
}
.work-item .card:hover .cta-container {
display: inline;
margin-top: 380px;
}
.work-item .card:hover .card_circle {
background-size: cover;
border-radius: 0;
margin-top: -130px;
}
.work-item .card:hover h2 {
background: #1a5dd9;
color: #fff;
margin-top: 100px;
padding: 5px;
}
.work-item .card:hover h2 small {
color: #fff
}
.work-item .card:hover p {
margin-top: 300px
}
.work-item .card_circle {
/*background: url('http://lorempixel.com/400/200') no-repeat center bottom;
background-color: #3487f7;
background-size: cover;*/
border-radius: 50%;
height: 400px;
margin-left: -75px;
margin-top: -270px;
position: absolute;
width: 450px;
}
.work-item .card_circle img {
border-radius: 50%;
height: 400px;
position: absolute;
width: 100%;
object-fit: fill;
}
.work-item h2 {
color: #1a5dd9;
font-family: 'Raleway', sans-serif;
font-size: 24px;
font-weight: 200;
margin-top: 150px;
position: absolute;
text-align: center;
width: 100%;
z-index: 9;
}
.work-item p {
color: rgba(0,0,0,.6);
font-family: 'Raleway', sans-serif;
font-size: 100%;
font-weight: normal;
margin-top: 200px;
position: absolute;
text-align: center;
z-index:0;
margin-left: 5px;
margin-right: 5px;
}
.work-item .cta-container {
display: none;
margin-top: 320px;
position: absolute;
text-align: center;
width: 100%;
z-index: 9999;
}
.work-item .cta {
-moz-border-radius: 2px;
-moz-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-webkit-border-radius: 2px;
-webkit-transition: 0.2s ease-out;
background-clip: padding-box;
border: 2px solid #3487f7;
border-radius: 2px;
color: #3487f7;
display: inline-block;
font-family: 'Raleway', sans-serif;
font-size: 17px;
font-weight: 400;
height: 36px;
letter-spacing: 0.5px;
line-height: 36px;
margin-bottom: 15px;
padding: 0 2rem;
text-decoration: none;
text-transform: uppercase;
transition: 0.2s ease-out;
}
.work-item .cta:hover {
background-color: #3487f7;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: #fff;
-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.our-works .work-slider .work-item {
height: 400px;
position: relative;
}
.our-works .slick-next {
bottom: -100px;
top: unset;
opacity: 1;
/*background: #fc6663 !important;*/
}
.our-works .slick-next:hover, .our-works .slick-prev:hover {
/*background: #ffb96c !important;*/
}
.our-works .slick-prev {
opacity: 1;
right: 100px;
left: unset;
bottom: -100px;
top: unset;
/*background: #fc6663 !important;*/
}
.our-works .btn_3 {
position: absolute;
bottom: -75px;
left: 20px;
}
.our-works .slider-wrapper {
position: relative;
}
/*End*/
/*------------Our Blogs start------------*/
.our-works.project-page {
padding-bottom: 6em;
}
.our-blogs .blog-item .blogs-inner {
border-radius: 50px 0 0px 0;
background-color: #fafafa;
margin: 10px;
}
.our-blogs .blog-item .blogs-inner .blog-image img {
height: 300px;
border-radius: 50px 0 0px 0;
}
.our-blogs .blog-item .blogs-inner .blog-image {
height: 300px;
position: relative;
}
.our-blogs .blog-item .blogs-inner .blog-body {
padding: 20px;
}
.our-blogs .blog-item .blogs-inner .blog-tittle {
margin-bottom: 20px;
font-size: 20px;
}
.our-blogs .blog-item .blogs-inner .blog-desc {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.our-blogs .blog-item .blogs-inner .blog-date{
position: absolute;
background: #fff;
padding: 8px;
/* border-radius: 4px; */
bottom: 10px;
left: 10px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
}
.our-blogs .blog-item .blogs-inner .blog-date .blog-date-inner-part {
display: flex;
}
.our-blogs .blog-item .blogs-inner .blog-date .day{
width: 55%;
}
.our-blogs .blog-item .blogs-inner .blog-date .day span {
font-size: 36px;
font-weight: 300;
color: #f37845;
line-height: 1;
}
.our-blogs .blog-item .blogs-inner .blog-date .month {
width: calc(100% - 60px);
padding-right: 10px;
}
.our-blogs .blog-item .blogs-inner .blog-date .month span{
display: block;
font-size: 13px;
line-height: 1.4;
color: rgba(255, 255, 255, 0.8);
color: #fc6462;
}
.our-blogs .blog-item .blogs-inner .blog-date .author p{
font-size: 12px;
word-spacing: 4px;
letter-spacing: 1px;
}
/*End*/
/*--------Leading Industries start--------*/
.leading-industries.project-page {
padding: 10em 0;
}
.leading-industries .industries-wrapper {
background: #fff;
padding: 20px;
box-shadow: 0 5px 10px 2px rgba(96, 96, 96, .15);
min-width: 165px;
min-height: 180px;
}
.leading-industries .industries-img {
width: 80px;
height: 80px;
margin: 0 auto;
}
.leading-industries .industries-img img {
width: 80px;
height: 80px;
margin: 0 auto;
}
.leading-industries .industries-tittle {
margin-top: 20px;
text-align: center;
font-size: 16px;
text-transform: uppercase;
}
/*End*/
/*---------Counters section start---------*/
.counters .counters-underpart .counter-img {
width: 100px;
height: 100px;
margin: auto;
}
.counters .counters-underpart .counter-img img {
width: 100px;
height: 100px;
}
.counters .counters-underpart .counter-number {
text-align: center;
font-size: 40px;
padding: 20px 0px;
color: #bf264b;
}
.counters .counters-underpart .counter-tittle {
text-align: center;
font-size: 20px;
text-transform: uppercase;
color: #0c72f5;
}
/*End*/
/*----------Join us section start----------*/
.job-card-inner{
background: #fff;
padding: 30px;
}
.job-card-inner .job-tittle {
font-size: 20px;
margin-bottom: 14px;
font-weight: bold;
}
.job-card-inner .job-location {
font-size: 18px;
}
.job-card-inner .job-location i {
font-size: 30px;
padding-right: 10px;
color: #1a5cd6;
}
.job-card-inner .experience {
font-size: 18px;
}
.job-card-inner .experience span {
font-weight: bold;
}
.job-card-inner .description {
font-size: 18px;
margin: 20px 0px;
font-weight: bold;
}
.job-card-inner .btn_3 {
float: right;
margin-top: 12px;
}
.job-card-inner ul li {
position: relative;
}
.job-card-inner ul li p {
margin-left: 25px;
}
.job-card-inner ul li:before {
font-family:FontAwesome;
position: absolute;
left: 0;
color:#1a5cd8;
font-size:20px;
content:"\f00c";
}
.join-us .contact-us .contact-us-header{
font-size: 16px;
color: #1a5cd6;
margin-bottom: 4px;
}
.join-us .contact-us .contact-us-desc {
margin-bottom: 6px;
}
.join-us .contact-us .social-icons {
display: flex;
align-items: center;
align-content: center;
}
.join-us .contact-us .social-icons li {
width: 100%;
}
.join-us .contact-us .social-icons li a {
width: 30px;
height: 30px;
text-align: center;
display: table;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
color: #fff;
align-items: center;
align-content: center;
}
.join-us .contact-us .social-icons li a i {
display: table-cell;
vertical-align: middle;
}
.facebook {
background: #3b5998;
}
.twitter {
background: #1da1f2;
}
.linkedin {
background: #0077b5;
}
/*End*/
/*-----------OUR PORTFOLIO start-----------*/
.our-portfolio:after {
width: 35%;
right: 0;
-ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
-webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
transform: matrix(1, -0.19, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #009ffd 0%, #2a2a72 100%);
z-index: 2;
bottom: 0px;
}
.our-portfolio:before {
width: 65%;
left: 0;
-ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
-webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
transform: matrix(1, 0.102, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
z-index: 2;
bottom: 0px;
}
.our-portfolio {
padding: 6em 0;
background: #fff;
position: relative;
}
.our-portfolio .portfolio-img img{
height: 330px;
width: 400px;
}
.our-portfolio .portfolio-content .portfolio-desc {
line-height: 2;
margin-bottom: 20px;
font-size: 16px;
}
/*End*/
/*----------Blog page css start----------*/
.blog-page {
padding: 4em 0;
}
.blog-page .tab-content .blog-card {
box-shadow: 4px 8px 28px rgba(39,44,49,.1), 1px 3px 8px rgba(39,44,49,.075);
}
.blog-page .tab-content .blog-card .blog-body {
padding: 25px;
}
.blog-page .tab-content .blog-card .blog-tittle{
font-size: 20px;
font-weight: bold;
color: #000;
}
.blog-page .tab-content .blog-card .blog-card-desc {
margin-top: 15px;
word-spacing: 6px;
line-height: 22px;
}
.blog-page .blog-card-desc::first-letter {
font-size: 40px;
color: #1B5FDD;
}
.blog-page .blog-tab-menu {
display: flex;
}
.blog-page .blog-tab-menu .blog-tab-menu-img {
width: 120px;
max-height: 60px;
}
.blog-page .blog-tab-menu .blog-tab-menu-heading p {
margin-left: 42px;
line-height: 2;
}
/*End*/
/*----------About us banner start----------*/
.about-us-banner {
/*padding: 8em 0;*/
/* background-image: url(../images/about-us.png);
*/ background-size: cover;
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.41);
}
.about-us-banner .about-us-content
{
top:-590px !important;
position: absolute;
}
.about-us-banner .about-us-content p{
color: #fff;
font-size: 16px;
line-height: 2;
word-spacing: 3px;
margin-bottom: 10px;
}
/*End*/
/*history-slider-part slider start*/
.history-slider-part {
position: relative;
background: #f9f9f9;
}
.history_slider .slide-item-box {
display: flex !important;
display:-webkit-flex !important;
display:-webkit-box !important;
display:-moz-flex !important;
display:-moz-box !important;
display:-ms-flexbox !important;
flex-direction:row !important;
/*margin: auto 30px;*/
}
.history-single {
margin: auto 30px;
}
.history_slider .slide-item-box .img-box {
width: 40%;
}
.history_slider .slide-item-box .content-box {
width: 50%;
margin: auto;
}
.history_slider .slide-item-box .content-box h3 {
color: #0c57e1;
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 16px;
}
.history_slider .slide-item-box .content-box p {
color: #787878;
font-size: 14px;
line-height: 2;
}
.history_slider .slider-icon-dots .icon-box-innerpart {
background: #fff;
width: 70px;
height: 70px;
/*border-radius: 50%;*/
vertical-align: middle;
text-align: center;
display: table-cell;
}
.history_slider .slider-icon-dots .slide-year {
font-size: 18px;
}
.history_slider .slider-icon-dots .slide-text {
margin-top: 15px;
font-size: 13px;
}
.history_slider .slider-icon-dots {
text-align: center;
color: #000000;
position: relative;
}
.history_slider .history-nav .is-active .slider-icon-dots {
color: #dd0103;
}
.history_slider .history-nav .is-active .slider-icon-dots .icon-box-innerpart{
/*background: #de0000;*/
}
.history_slider .history-nav .slider-icon-dots:hover {
color: #dd0103;
cursor: pointer;
}
.history_slider .history-nav .slider-icon-dots:hover .icon-box-innerpart {
/*background: #de0000;*/
}
.history_slider .slider-icon-dots .icon-box {
margin: auto;
display: inline-block;
border: 4px solid #f9f9f9;
border-top: none;
border-bottom: none;
}
.history_slider .slider-icon-dots .icon-box:before {
content: " ";
width: 0px;
height: 25px;
display: block;
border: 1px dashed #d5d5d5;
position: relative;
left: 50%;
}
.history_slider .slider-icon-dots:after {
content: "";
width: 200px;
height: 7px;
background: #1a5dd8;
display: block;
position: absolute;
top: 50%;
left: 70%;
}
.history_slider .history-nav {
margin-bottom: 35px;
margin-top: 50px;
}
.history_slider .slider-icon-dots .icon-box-innerpart img{
/*max-width: 22px;*/
/*max-height: 22px;*/
display: block;
margin: 0 auto;
}
/*history-slider-part slider end*/
/*---------Development css start---------*/
.drop-mail {
font-size: 16px;
line-height: 2;
margin-bottom: 20px;
color: #989898;
}
.quotation-form-innerpart {
margin: auto;
width: 70%;
}
.title-upperpart h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
color: #0c57e1;
}
.drop-mail span {
color:orange;
}
.software-development {
background-image: url(../images/software_development-bg.png) !important;
background-size: cover !important;
padding: 13em 0;
}
.free-quote {
background-image: linear-gradient(to left bottom, #072154, #072154, #072154, #072154, #1e68f0) !important;
/*background-size: cover !important;*/
padding: 8em 0;
}
.free-quote .section-heading, .free-quote .section-content {
color: #fff !important; }
.mobile-application-development {
background-image: url(../images/mobile-app-banner.webp) !important;
background-size: cover !important;
padding: 8em 0;
}
.mobile-application-development .section-heading {
color: #fff !important;
}
.maintenance-service {
background-image: url(../images/website-maintenance.jpg) !important;
background-size: cover !important;
padding: 12em 0;
}
.maintenance-service .section-heading, .maintenance-service .section-content {
color: #fff !important;
}
.website-development {
background-image: url(../images/Web_development.jpg) !important;
background-size: cover !important;
}
.development .website-development .section-content, .development .software-development .section-content, .development .mobile-application-development .section-content {
color: #fff;
}
.website-development, .php-development, .codeigniter-development, .e-commerce-development {
padding: 8em 0;
background: #fff;
}
.development .section-heading {
color: #0c57e1;
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 16px;
line-height: 55px;
}
.development .section-content {
/*color: #787878;*/
font-size: 14px;
line-height: 2;
margin-bottom: 20px;
}
.quotation-form .input-field {
position: relative;
width: 100%;
height: 44px;
/* line-height: 44px; */
margin-bottom: 35px;
}
.quotation-form .form-field {
position: relative;
width: 100%;
/*height: 44px;*/
/* line-height: 44px; */
margin-bottom: 35px;
}
.quotation-form .input-field label, .quotation-form .form-field label{
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #495057;
transition: 0.2s all;
cursor: text;
margin: 8px 5px;
}
.quotation-form .input-field input {
width: 100%;
border: 0;
outline: 0;
padding: 5px;
border: 1px solid #d3d3d3;
box-shadow: none;
color: #111;
border-radius: 6px;
}
.quotation-form .input-field input:invalid,.quotation-form .form-field textarea:invalid {
outline: 0;
color: #ff2300;
border-color: #ff2300;
}
.quotation-form .input-field input:focus,
.quotation-form .input-field input:valid,
.quotation-form .form-field textarea:focus,
.quotation-form .form-field textarea:valid {
border-color: #00dd22;
}
.quotation-form .input-field input:focus~label,
.quotation-form .input-field input:valid~label,
.quotation-form .form-field textarea:focus~label,
.quotation-form .form-field textarea:valid~label {
font-size: 14px;
top: -24px;
color: #00dd22;
}
.quotation-form .form-field label{
display: block;
color: #495057;
}
.quotation-form .form-field textarea {
height: 60px;
width: 100%;
border-radius: 6px;
padding: 5px;
color: #111;
border: 1px solid #d3d3d3;
}
/*End*/
/*----------Live chat css start----------*/
.chat {
display: none;
}
.chat.is-visible{
display: block;
}
.chat-window.fabs {
position: fixed;
z-index: 998;
right: 20px;
bottom: 20px;
}
.fab.animate-fab {
position: unset !important;
}
.animate-fab:before {
position: absolute;
content: " ";
/*z-index: -1;*/
top: 8px;
left: -17px;
background-color: #90af3d;
width: 90px;
height: 90px;
border-radius: 100%;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
opacity: 0.6;
-webkit-animation: pulse 1s ease-out;
animation: pulse 1.8s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
25% {
-webkit-transform: scale(0.3);
opacity: 1;
}
50% {
-webkit-transform: scale(0.6);
opacity: .6;
}
75% {
-webkit-transform: scale(0.9);
opacity: .3;
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes pulse {
0% {
transform: scale(0);
opacity: 0;
}
25% {
transform: scale(0.3);
opacity: 1;
}
50% {
transform: scale(0.6);
opacity: .6;
}
75% {
transform: scale(0.9);
opacity: .3;
}
100% {
transform: scale(1);
opacity: 0;
}
}
.chat-window .fab {
display: block;
width: 56px;
height: 56px;
border-radius: 50%;
text-align: center;
color: #f0f0f0;
margin: 25px auto 0;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
cursor: pointer;
-webkit-transition: all .1s ease-out;
transition: all .1s ease-out;
position: relative;
z-index: 998;
overflow: hidden;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
}
.chat-window .fab > i {
font-size: 2em;
line-height: 55px;
-webkit-transition: all .2s ease-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.chat-window .fab:not(:last-child) {
width: 0;
height: 0;
margin: 20px auto 0;
opacity: 0;
visibility: hidden;
line-height: 40px;
}
.chat-window .fab:not(:last-child) > i {
font-size: 1.4em;
line-height: 40px;
}
.chat-window .fab:not(:last-child).is-visible {
width: 40px;
height: 40px;
margin: 15px auto 10;
opacity: 1;
visibility: visible;
}
.chat-window .fab:nth-last-child(1) {
-webkit-transition-delay: 25ms;
transition-delay: 25ms;
}
.chat-window .fab:not(:last-child):nth-last-child(2) {
-webkit-transition-delay: 20ms;
transition-delay: 20ms;
}
.chat-window .fab:not(:last-child):nth-last-child(3) {
-webkit-transition-delay: 40ms;
transition-delay: 40ms;
}
.chat-window .fab:not(:last-child):nth-last-child(4) {
-webkit-transition-delay: 60ms;
transition-delay: 60ms;
}
.chat-window .fab:not(:last-child):nth-last-child(5) {
-webkit-transition-delay: 80ms;
transition-delay: 80ms;
}
.chat-window .fab(:last-child):active,
.chat-window .fab(:last-child):focus,
.chat-window .fab(:last-child):hover {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
/*Chatbox*/
.chat-window .chat {
position: fixed;
right: 85px;
bottom: 20px;
width: 400px;
font-size: 12px;
line-height: 22px;
font-family: 'Roboto';
font-weight: 500;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
opacity: 0;
box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
border-radius: 10px;
-webkit-transition: all .2s ease-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.chat-window .chat_fullscreen {
position: fixed;
right: 0px;
bottom: 0px;
top: 0px;
}
.chat-window .chat_header {
/* margin: 10px; */
font-size: 13px;
font-family: 'Roboto';
font-weight: 500;
color: #f3f3f3;
height: 55px;
background: linear-gradient(40deg,#1B5FDD,#072154);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-top: 8px;
}
.chat-window .chat_header2 {
/* margin: 10px; */
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.chat-window .chat_header .span {
float:right;
}
.chat-window .chat_fullscreen_loader {
/*display: none;*/
float: right;
cursor: pointer;
/* margin: 10px; */
font-size: 20px;
opacity: 0.5;
/* padding: 20px; */
margin: -10px 10px;
}
.chat-window .chat.is-visible {
opacity: 1;
-webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}
.chat-window .is-hide{
opacity: 0
}
.chat-window .chat_option {
float: left;
font-size: 15px;
list-style: none;
position: relative;
height: 100%;
width: 100%;
text-align: relative;
margin-right: 10px;
letter-spacing: 0.5px;
font-weight: 400
}
.chat-window .chat_option img {
border-radius: 50%;
width: 55px;
float: left;
margin: -30px 20px 10px 20px;
border: 4px solid rgba(0, 0, 0, 0.21);
background: #fff;
}
.chat-window .change_img img{
width: 35px;
margin: 0px 20px 0px 20px;
}
.chat-window .chat_option .agent {
font-size: 12px;
font-weight: 300;
}
.chat-window .chat_option .online{
/*opacity: 0.4;*/
font-size: 11px;
font-weight: bold;
}
.chat-window .chat_color {
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
margin: 10px;
float: left;
}
.chat-window .chat_body {
background: #fff;
width: 100%;
display: inline-block;
text-align: center;
overflow-y: auto;
}
.chat-window #chat_body{
height: 450px;
}
.chat-window .chat_login p,.chat_body li, p, a{
-webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}
.chat-window .chat_body p {
padding: 20px;
color: #888
}
.chat-window .chat_body a {
width: 90%;
text-align: center;
border: none;
/*box-shadow: none;*/
/*line-height: 40px;*/
font-size: 14px;
/*background: #00E676;*/
}
.chat-window .chat_body a.whatsapp{
background: #00E676;
}
.chat-window .chat_field {
position: relative;
margin: 5px 0 5px 0;
width: 50%;
font-family: 'Roboto';
font-size: 12px;
line-height: 30px;
font-weight: 500;
color: #4b4b4b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
border: none;
outline: none;
display: inline-block;
}
.chat-window .chat_field.chat_message {
height: 30px;
resize: none;
font-size: 13px;
font-weight: 400;
}
.chat-window .chat_category{
text-align: left;
}
.chat-window .chat_category{
margin: 20px;
background: rgba(0, 0, 0, 0.03);
padding: 10px;
}
.chat-window .chat_category ul li{
width: 80%;
height: 30px;
background: #fff;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
border-radius: 3px;
border: 1px solid #e0e0e0;
font-size: 13px;
cursor: pointer;
line-height: 30px;
color: #888;
text-align: center;
}
.chat-window .chat_category li:hover{
background: #83c76d;
color: #fff;
}
.chat-window .chat_category li.active{
background: #83c76d;
color: #fff;
}
.chat-window .tags{
margin: 20px;
bottom: 0px;
display: block;
width: 120%
}
.chat-window .tags li{
padding: 5px 10px;
border-radius: 40px;
border: 1px solid rgb(3, 117, 208);
margin: 5px;
display: inline-block;
color: rgb(3, 117, 208);
cursor: pointer;
}
.chat-window .fab_field {
width: 100%;
display: inline-block;
text-align: center;
background: #fff;
border-top: 1px solid #eee;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.chat-window .fab_field2 {
bottom: 0px;
position: absolute;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
z-index: 999;
}
.chat-window .fab_field a {
display: inline-block;
text-align: center;
}
.chat-window #fab_camera {
float: left;
background: rgba(0, 0, 0, 0);
}
.chat-window #fab_send {
float: right;
background: rgba(0, 0, 0, 0);
}
.chat-window .fab_field .fab {
width: 35px;
height: 35px;
box-shadow: none;
margin: 5px;
}
.chat-window .fab_field .fab>i {
font-size: 1.6em;
line-height: 35px;
color: #bbb;
}
.chat-window .fab_field .fab>i:hover {
color: #42a5f5;
}
.chat-window .chat_conversion {
}
.chat-window .chat_converse {
position: relative;
background: #fff;
margin: 6px 0 0px 0;
height: 300px;
min-height: 0;
font-size: 12px;
line-height: 18px;
overflow-y: auto;
width: 100%;
float: right;
/*padding-bottom: 100px;*/
text-align: left;
}
.chat-window .chat_converse2{
height: 100%;
max-height: 800px
}
.chat-window .chat_list {
opacity: 0;
visibility: hidden;
height: 0;
}
.chat-window .chat_list .chat_list_item {
opacity: 0;
visibility: hidden;
}
.chat-window .chat .chat_converse .chat_msg_item {
position: relative;
margin: 8px 0 15px 0;
padding: 8px 10px;
/*max-width: 60%;*/
display: block;
word-wrap: break-word;
border-radius: 3px;
-webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
clear: both;
z-index: 999;
}
.chat-window .status {
margin: 45px -50px 0 0;
float: right;
font-size: 11px;
opacity: 0.3;
}
.chat-window .status2 {
margin: -10px 20px 0 0;
float: right;
display: block;
font-size: 11px;
opacity: 0.3;
}
.chat-window .chat .chat_converse .chat_msg_item .chat_avatar {
position: absolute;
top: 0;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
left: -52px;
background: rgba(0, 0, 0, 0.03);
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
right: -52px;
background: rgba(0, 0, 0, 0.6);
}
.chat-window .chat .chat_converse .chat_msg_item .chat_avatar, .chat_avatar img{
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
margin-left: 60px;
float: left;
background: rgba(0, 0, 0, 0.03);
color: #666;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_user {
margin-right: 20px;
float: right;
background: #42a5f5;
color: #eceff1;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
content: '';
position: absolute;
top: 15px;
left: -12px;
z-index: 998;
border: 6px solid transparent;
border-right-color: rgba(255, 255, 255, .4);
}
.chat-window .chat_form .get-notified label{
color: #077ad6;
font-weight: 600;
font-size: 11px;
}
.chat-window input {
position: relative;
width: 90%;
font-family: 'Roboto';
font-size: 12px;
line-height: 20px;
font-weight: 500;
color: #4b4b4b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
outline: none;
background: #fff;
display: inline-block;
resize: none;
padding: 5px;
border-radius: 3px;
}
.chat-window .chat_form .get-notified input {
margin: 2px 0 0 0;
border: 1px solid #fc7a64;
}
.chat-window .chat_form .get-notified i {
background: linear-gradient(40deg,#ffd86f,#fc6262);
width: 30px;
height: 32px;
font-size: 18px;
color: #fff;
line-height: 30px;
font-weight: 600;
text-align: center;
margin: 2px 0 0 -30px;
position: absolute;
border-radius: 3px;
}
.chat-window .chat_form .message_form {
margin: 10px 0 0 0;
}
.chat-window .chat_form .message_form input{
margin: 5px 0 5px 0;
border: 1px solid #e0e0e0;
}
.chat-window .chat_form .message_form textarea{
margin: 5px 0 5px 0;
border: 1px solid #e0e0e0;
position: relative;
width: 90%;
font-family: 'Roboto';
font-size: 12px;
line-height: 20px;
font-weight: 500;
color: #4b4b4b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
outline: none;
background: #fff;
display: inline-block;
resize: none;
padding: 5px;
border-radius: 3px;
}
.chat-window .chat_form .message_form button{
margin: 5px 0 5px 0;
border: 1px solid #e0e0e0;
position: relative;
width: 95%;
font-family: 'Roboto';
font-size: 12px;
line-height: 20px;
font-weight: 500;
color: #fff;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
outline: none;
background: #fff;
display: inline-block;
resize: none;
padding: 5px;
border-radius: 3px;
background: #83c76d;
cursor: pointer;
}
.chat-window strong.chat_time {
padding: 0 1px 1px 0;
font-weight: 500;
font-size: 8px;
display: block;
}
/*Chatbox scrollbar*/
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
border-radius: 0;
}
::-webkit-scrollbar-thumb {
margin: 2px;
border-radius: 10px;
background: #1B5FDD;
}
/*Element state*/
.chat-window .is-active {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.chat-window .is-float {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
.chat-window .is-loading {
display: block;
-webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/
@-webkit-keyframes zoomIn {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes zoomIn {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
.chat-window .chat {
width: 250px;
}
}
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
.chat-window .chat {
width: 300px;
}
.chat-window .chat_field {
width: 65%;
}
}
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
.chat-window .chat {
width: 300px;
}
.chat-window .chat_field {
width: 65%;
}
}
/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
.chat-window .chat {
width: 300px;
}
.chat-window .chat_field {
width: 65%;
}
}
/*Color Options*/
.chat-window .blue .fab {
background: #42a5f5;
color: #fff;
}
.chat-window .blue .chat {
background: #42a5f5;
color: #999;
}
/* Ripple */
.chat-window .ink {
display: block;
position: absolute;
background: rgba(38, 50, 56, 0.4);
border-radius: 100%;
-moz-transform: scale(0);
-ms-transform: scale(0);
webkit-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
/*animation effect*/
.chat-window .ink.animate {
-webkit-animation: ripple 0.5s ease-in-out;
animation: ripple 0.5s ease-in-out;
}
@-webkit-keyframes ripple {
/*scale the element to 250% to safely cover the entire link and fade it out*/
100% {
opacity: 0;
-moz-transform: scale(5);
-ms-transform: scale(5);
webkit-transform: scale(5);
-webkit-transform: scale(5);
transform: scale(5);
}
}
@keyframes ripple {
/*scale the element to 250% to safely cover the entire link and fade it out*/
100% {
opacity: 0;
-moz-transform: scale(5);
-ms-transform: scale(5);
webkit-transform: scale(5);
-webkit-transform: scale(5);
transform: scale(5);
}
}
::-webkit-input-placeholder { /* Chrome */
color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
color: #bbb;
}
:-moz-placeholder { /* Firefox 4 - 18 */
color: #bbb;
}
/*End*/
/*---------Phone call button start---------*/
.phone-call {
width: 60px;
height: 60px;
left: 20px;
bottom: 20px;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
position: fixed;
text-align: center;
color: #ffffff;
cursor: pointer;
border-radius: 50%;
z-index: 99;
display: inline-block;
/*line-height: 70px;
font-size: 30px;*/
}
.phone-call i{
line-height: 60px;
font-size: 30px;
-webkit-transition: all .2s ease-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.phone-call .open i {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.phone-call img {
width: 30px;
height: 30px;
}
.phone-call:before {
position: absolute;
content: " ";
/*z-index: -1;*/
top: -15px;
left: -15px;
background-color: #90af3d;
width: 90px;
height: 90px;
border-radius: 100%;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
opacity: 0.6;
-webkit-animation: pulse 1s ease-out;
animation: pulse 1.8s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.call-widget-body {
display: none;
position: fixed;
left: 90px;
bottom: 20px;
background: #fff;
padding: 30px;
width: 280px;
z-index: 999;
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
box-shadow: 0 20px 50px rgb(23, 32, 90);
}
.call-widget-body .widget-image {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 50%;
}
.call-widget-body .widget-image img {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 50%;
}
.call-widget-body .widget-text .agent-name {
font-weight: 700;
color: #2c3e50;
text-align: center;
margin-top: 10px;
}
.call-widget-body .widget-text .agent-job-tittle {
color: #787878;
font-size: 13px;
text-align: center;
margin-bottom: 10px;
}
.call-widget-body .widget-text .show-phone-number {
text-align: center;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
}
.call-widget-body .widget-text .show-phone-number a {
color: #fc6462;
text-decoration: underline;
font-weight: 400;
font-style: normal;
}
#show-icon .fa-times {
display: none;
}
#show-icon.open .fa-times{
display: block;
}
#show-icon.open .fa-phone {
display: none;
}
/*End*/
/*----------Footer Section start----------*/
footer {
/*width:100vw;
position:fixed;
bottom:0px*/
background: #000000ab;
position: relative;
padding-top: 40px;
}
footer .footer-text {
font-size: 16px;
line-height: 24px;
font-weight: 400;
letter-spacing: .1px;
color: #fff;
background: linear-gradient(40deg,#1B5FDD,#072154);
padding: 20px 0;
margin: 0 !important;
}
footer div {
/*background:#000;*/
/*margin: -7px 0px 0px 0px;*/
/*padding:0px;*/
color: #fff;
text-align:center;
}
footer div .social-icons ul {
display: flex;
justify-content: center;
}
footer svg {
width:100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.arrow {
stroke-width: .3px;
stroke:yellow;
}
.topball {
animation: ball 1.5s ease-in-out;
animation-iteration-count:infinite;
animation-direction: alternate;
animation-delay: 0.3s;
cursor:pointer;
display: none;
}
.wave {
animation: wave 3s linear;
animation-iteration-count:infinite;
fill: #ae2b55;
}
.drop {
fill: transparent;
animation: drop 5s ease infinite normal;
stroke: #4478e3;
stroke-width:0.5;
opacity:.6;
transform: translateY(80%);
}
.drop1 {
transform-origin: 20px 3px;
}
.drop2 {
animation-delay: 3s;
animation-duration:3s;
transform-origin: 25px 3px;
}
.drop3 {
animation-delay: -2s;
animation-duration:3.4s;
transform-origin: 16px 3px;
}
.gooeff {
filter: url(#goo);
}
#wave2 {
animation-duration:5s;
animation-direction: reverse;
opacity: .6
}
#wave3 {
animation-duration: 7s;
opacity:.3;
}
@keyframes drop {
0% {
transform: translateY(80%);
opacity:.6;
}
80% {
transform: translateY(80%);
opacity:.6;
}
90% {
transform: translateY(10%) ;
opacity:.6;
}
100% {
transform: translateY(0%) scale(1.5);
stroke-width:0.2;
opacity:0;
}
}
@keyframes wave {
to {transform: translateX(-100%);}
}
@keyframes ball {
to {transform: translateY(20%);}
}
/* Footer css */
.element-btn .element-fill-btn {
background-color: #ff6600;
border: 0;
color: #fff;
padding: 13px 5px;
font-size: 16px;
font-weight: 900;
font-style: italic;
text-transform: uppercase;
width: 252px;
margin: 0 auto;
border-radius: 25px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
box-shadow: 0px 10px 50px -10px rgba(255, 10, 120, 1);
}
.fill-btn {
background-color: #ff6600;
border: 0;
color: #fff;
padding: 13px 5px;
font-size: 16px;
font-weight: 900;
font-style: italic;
text-transform: uppercase;
width: 252px;
margin: 0 auto;
border-radius: 25px;
position: absolute;
bottom: -25px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.fill-btn:hover,
.element-btn .element-fill-btn:hover {
background-color: #201f1f;
box-shadow: 0px 10px 50px -10px rgb(32, 31, 31);
}
.footer {
position: relative;
padding:50px 0px;
}
.footerBg {
position: absolute;
top: 0;
bottom: 0;
opacity: 0.13;
width: 100%;
height: 100%;
}
.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="passowrd"],
.form-Box textarea {
width: 100%;
height: 50px;
border: 1px solid #737373;
border-radius: 25px;
background-color: transparent;
padding: 5px 25px;
margin-bottom: 20px;
font-size: 14px;
color: #737373;
font-style: italic;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-transform: uppercase;
}
.form-Box textarea {
height: 113px;
padding: 15px 25px;
resize: none;
}
.form-Box .b_effect:focus,
.subscribe form input:focus {
border-color: #ff6600;
}
.form-Box .fill-btn {
position: static;
transform: translate(0%, 0);
-webkit-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
width: 184px;
}
.form-Box .fill-btn:hover,
.subscribe form .fill-btn:hover {
background-color: #ffe402;
color: #201f1f;
box-shadow: 0px 10px 50px -10px rgb(255, 228, 2);
}
.fTitle {
font-weight: 900;
color: #ffffff;
text-transform: uppercase;
font-style: italic;
margin-bottom: 20px;
}
.fTitle span {
color: #ff6600;
}
.contact-address ul li,
.contact-address ul li a {
color: #f26230;
font-size: 16px;
font-style: italic;
margin-bottom: 15px;
line-height: 32px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.contact-address {
padding: 0 15%;
}
.contact-address ul li i {
margin-right: 15px;
display: inline-block;
float: left;
line-height: 32px;
}
.contact-address ul li span {
display: table;
text-align: left;
}
.contact-address ul li a:hover {
color: #ff6600;
}
.subscribe form {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 60px;
}
.subscribe form input {
width: 100%;
height: 50px;
border: 1px solid #737373;
border-radius: 25px;
background-color: transparent;
padding: 5px 25px 5px 25px;
font-size: 14px;
color: #737373;
font-style: italic;
margin-bottom: 30px;
}
.subscribe form .fill-btn {
bottom: auto;
top: 0;
right: 0;
left: auto;
transform: translate(0%, 0);
-webkit-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
width: 209px;
}
.social-icons ul li {
display: inline-block;
float: left;
color: #fff;
text-align: center;
line-height: 43px;
position: relative;
width: 43px;
height: 43px;
margin-right: 28px;
}
.social-icons ul li a {
color: #fff;
position: relative;
display: inline-block;
width: 100%;
font-size: 16px;
}
.social-icons ul li:before {
content: "";
width: 43px;
height: 43px;
display: inline-block;
position: absolute;
border: 1px solid #ff6600;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.social-icons ul li:last-child {
margin: 0;
}
.social-icons ul li:hover:before {
background: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
/* Copyright css */
.copyright {
padding: 30px 0;
text-align: center;
}
.copyright h6 {
font-size: 14px;
/* font-style: italic; */
color: #fff;
/* font-weight: bold; */
letter-spacing: 2px;
}
.copyright h6 a {
color: #ff6600;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.copyright h6 a:hover {
color: #201f1f;
}
/*End*/
/*-----------------Mobile View CSS Start-----------------*/
@media(max-width: 767px){
.choose-us-wrapper-inner .choose-us-title {
padding: 0 0 0 8px;
}
.bannere .banner-slider .slick-prev, .bannere .banner-slider .slick-next {
display: none !important;
}
.banner-slider .banner-item video {
height: 300px;
}
.banner-slider .content-main-header {
/*margin-top: 35px;*/
font-size: 14px;
}
.banner-slider div img {
height: 250px;
object-fit: cover !important;
}
.header-innerpart {
display: block !important;
}
.main_h {
padding: 5px;
}
.mobile-toggle {
top: 25px;
}
.header-pages {
display: none;
padding: 0px;
}
.open-nav .header-pages {
display: block;
}
.banner-text {
left: 10px;
margin: auto !important; /*changes*/
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #444444b5;
width: 200px;
height: 200px;
padding: 10px;
}
.phone-call{
width: 30px;
height: 30px;
left: 10px;
bottom: 10px;
}
.phone-call i {
line-height: 32px;
font-size: 14px;
}
.phone-call:before {
width: 50px;
height: 50px;
top: -10px;
left: -10px;
}
.chat-window .fab {
width: 30px;
height: 30px;
}
.chat-window.fabs {
right: 10px;
bottom: 10px;
}
.chat-window .fab > i {
font-size: 14px;
line-height: 34px;
}
.animate-fab:before {
width: 50px;
height: 50px;
top: 14px;
left: -10px;
}
.counters-underpart {
margin-bottom: 20px;
}
.rev-order {
display: flex !important;
flex-direction: column-reverse;
}
.choose-us-wrapper {
overflow: hidden;
padding: 8px 4px;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner {
flex-direction: inherit !important;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner .choose-us-title {
text-align: left;
padding: 0 0 0 7px;
}
.work-item .card {
box-shadow: unset;
}
.our-works .slick-prev {
right: 60px;
}
.our-works .btn_3 {
left: 0;
}
.leading-industries .industries-wrapper {
margin-bottom: 10px;
}
.contact-us {
margin-top: 20px;
}
footer .footer-text {
font-size: 14px;
line-height: 1;
}
.our-portfolio .portfolio-img img {
width: 100%;
height: auto;
}
.our-portfolio:before {
height: 30px;
}
.our-portfolio:after {
height: 30px;
}
.banner:before {
height: 30px;
}
.banner:after {
height: 30px;
}
.our-works.project-page .work-item .card{
width: 100%;
}
.website-development, .php-development, .codeigniter-development, .e-commerce-development {
padding: 4em 0;
}
.history_slider .slide-item-box {
margin: auto;
display: block !important;
}
.history_slider .slide-item-box .img-box {
width: 100%;
}
.history_slider .slide-item-box .content-box {
width: 100%;
margin-top: 10px;
}
.img-on-banner {
width: 100% !important;
margin-bottom: 20px;
}
.quotation-form-innerpart {
width: 100%;
}
.call-widget-body {
width: 225px;
padding: 10px;
left: 50px;
}
.chat-window .chat {
right: 60px;
bottom: 15px;
}
#back-to-top {
width: 30px;
height: 30px;
bottom: 50px;
right: 10px;
}
.back-top-icon {
margin: 8px 0 0 7px;
}
}
/*--------------Mobile view CSS end*/
/*-------------------TAB view CSS start-------------------*/
@media(min-width: 768px) and (max-width: 991px){
.choose-us-wrapper {
padding: 10px;
}
.choose-us-wrapper .choose-us-wrapper-inner {
padding: 0px;
}
.choose-us-wrapper-inner .choose-us-title {
font-size: 16px;
padding: 0 0 0 8px;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner .choose-us-title {
padding: 0 8px 0 0;
}
.leading-industries .industries-wrapper {
margin-bottom: 10px;
}
.main_h nav {
width: 100%;
}
.main_h nav ul li{
margin-left: 0;
}
.portfolio-img img {
width: 100% !important;
height: auto !important;
}
.img-on-banner {
width: 100% !important;
height: auto !important;
}
}
/*-----------------TAB view CSS end*/
|
webroot/user/css/style.css
|
h1,h2,h3,h4,h5,h6,a,p
{
margin: 0px;
padding: 0px;
}
ul,li,ol
{
margin: 0px;
padding: 0px;
list-style: none;
}
img {
width: 100%;
}
i{
font-style: normal;
}
a:hover, a:focus{
outline: none;
text-decoration: none;
color: unset;
}
a {
color: #434542;
}
input:focus, textarea:focus{
outline: none;
}
body
{
font-family:'lato-regular' !important;
font-size: 14px;
color: #434542;
width: 100%;
height: 100%;
background: #d4d8d99e;
background-image: url(../images/background-bg.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
overflow-x: hidden!important;
}
@font-face {
font-family:'vollkorn-extrabold';
src: url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.eot');
src: url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-extrabold/vollkorn-extrabold.svg#vollkorn-extrabold') format('svg');
}
@font-face {
font-family:'vollkorn-medium';
src: url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.eot');
src: url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-medium/vollkorn-medium.svg#vollkorn-medium') format('svg');
}
@font-face {
font-family:'vollkorn-regular';
src: url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.eot');
src: url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-regular/vollkorn-regular.svg#vollkorn-regular') format('svg');
}
@font-face {
font-family:'vollkorn-semibold';
src: url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.eot');
src: url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.eot?#iefix') format('embedded-opentype'),
url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.woff') format('woff'),
url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.ttf') format('truetype'),
url('../fonts/vollkorn/vollkorn-semibold/vollkorn-semibold.svg#vollkorn-semibold') format('svg');
}
@font-face {
font-family:'lato-light';
src: url('../fonts/lato/lato-light/lato-light.eot');
src: url('../fonts/lato/lato-light/lato-light.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/lato-light/lato-light.woff') format('woff'),
url('../fonts/lato/lato-light/lato-light.ttf') format('truetype'),
url('../fonts/lato/lato-light/lato-light.svg#lato-light') format('svg');
}
@font-face {
font-family:'lato-regular';
src: url('../fonts/lato/lato-regular/lato-regular.eot');
src: url('../fonts/lato/lato-regular/lato-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/lato-regular/lato-regular.woff') format('woff'),
url('../fonts/lato/lato-regular/lato-regular.ttf') format('truetype'),
url('../fonts/lato/lato-regular/lato-regular.svg#lato-regular') format('svg');
}
@font-face {
font-family:'lato-thin';
src: url('../fonts/lato/lato-thin/lato-thin.eot');
src: url('../fonts/lato/lato-thin/lato-thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/lato-thin/lato-thin.woff') format('woff'),
url('../fonts/lato/lato-thin/lato-thin.ttf') format('truetype'),
url('../fonts/lato/lato-thin/lato-thin.svg#lato-thin') format('svg');
}
/*-----------Common CSS start-----------*/
.section-title {
font-size: 28px;
margin-bottom: 50px;
padding-bottom: 20px;
font-weight: 400;
display: inline-block;
position: relative;
color: #bf264b;
}
.section-title strong {
color: #f37845;
}
.section-title:after,
.section-title:before {
content: '';
position: absolute;
bottom: 0;
}
.section-title:after {
height: 2px;
background-color: #0c72f5;
left: 25%;
right: 25%;
}
.section-title:before {
width: 15px;
height: 15px;
border: 1px solid #90af3d;
background-color: #90af3d;
left: 50%;
transform: translatex(-50%);
bottom: -6px;
z-index: 9;
border-radius: 50%;
animation: mymove 5s infinite;
animation-delay: 1s;
}
@keyframes mymove {
from {left: 25%;}
to {left: 75%;}
}
.title-upperpart {
text-align: center;
}
.panel-title>a {
width: 100%;
display: block;
text-align: center;
color: #0c57e1;
text-transform: uppercase;
font-weight: bold;
}
.our-service ,.our-mission, .current-opening , .software-page, .using-technology, .our-blogs, .join-us, .history-slider-part {
padding: 12em 0;
}
.slick-prev
{
/*background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -5px -164px;*/
left: 2%;
width: 50px;
height: 50px;
z-index:9;
text-align: center;
display: table;
/*border-radius: 50%;*/
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
/*-webkit-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);*/
opacity: 0;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.slick-prev:hover, .slick-next:hover {
background-position: right;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
}
.slick-next
{
/*background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -29px -164px;*/
right: 2%;
width: 50px;
height: 50px;
z-index: 9;
text-align: center;
display: table;
/*border-radius: 50%;*/
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
/*-webkit-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);*/
opacity: 0;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.slick-prev:before {
content: "\f104" !important;
font-family: FontAwesome;
font-size: 30px;
/*background: #f9f9f9;*/
font-style: normal;
color: #fff !important;
border-radius: 50%;
display: table-cell;
vertical-align: middle;
/*-webkit-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);*/
}
.slick-next:before {
content: "\f105" !important;
font-family: FontAwesome;
font-size: 30px;
/*background: #f9f9f9;*/
font-style: normal;
color: #fff !important;
border-radius: 50%;
display: table-cell;
vertical-align: middle;
/* -webkit-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);
box-shadow: 0px 0px 12px 7px rgba(255,255,255,1);*/
}
.slick-next:before, .slick-prev:before
{
content: "";
}
.banner :hover .slick-next, .work-slider:hover .slick-next
{
opacity: 1;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
.banner :hover .slick-prev, .work-slider:hover .slick-prev
{
opacity: 1;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
background: url;
}
.btn_2 {
display: inline-block;
padding: 13.5px 40px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #1a5cd6;
background-color: #fff;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
border: 1px solid #1a5cd6;
border-radius: 2px;
font-family: "Roboto", sans-serif;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-size: 200% auto;
text-decoration: none;
transition: 0.2s ease-out;
}
.btn_2:focus, .btn_3:focus {
outline: none;
}
.btn_2:hover {
color: #fff;
border: 1px solid transparent;
background-position: right;
background-image: -webkit-linear-gradient(to left, #1754C4 0%, #092760 50%, #1754C4 100%);
background-image: linear-gradient(to left, #1754C4 0%, #092760 50%, #1754C4 100%);
text-decoration: none;
}
.btn_3 {
display: inline-block;
padding: 13.5px 0;
width: 160px;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #fff;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
/*border: 1px solid #8d00ff;*/
border-radius: 2px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
background-size: 200% auto;
/*background-image: -webkit-linear-gradient(right, #7f00ff 0%, #e100ff 50%, #7f00ff 100%);*/
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
.btn_3:hover {
background-position: right;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
color: #fff !important;
text-decoration: none;
}
/*End*/
/* -----------Back to top button start-----------*/
#back-to-top {
display: inline-block;
background-image: linear-gradient(to left, #1b52a4 0%, #ea1b35 50%, #1b52a4 100%);
width: 50px;
height: 50px;
text-align: center;
border-radius: 50%;
position: fixed;
bottom: 80px;
right: 25px;
transition: background-color .3s, opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
/* animation: bounce 0.5s infinite; */
animation: bounce 1s infinite alternate;
-webkit-animation: bounce 1s infinite alternate;
background-size: 200% auto;
}
.back-top-icon {
width: 20px;
height: 20px;
float: left;
margin: 19px 0 0 17px;
background: url(../images/topback.png) no-repeat;
}
@keyframes bounce {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
}
/*#back-to-top::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}*/
#back-to-top:hover {
cursor: pointer;
background-color: transparent;
}
#back-to-top:active {
background-color: transparent;
}
#back-to-top.show {
opacity: 1;
visibility: visible;
}
@media (min-width: 500px) {
#back-to-top {
/*margin: 30px;*/
}
}
/*Back to top button end*/
/*--------Banner section start--------*/
.banner
{
position: relative;
}
.bannere
{
display: block;
z-index: 999999;
/*float: left;*/
text-align:center;
width:100%;
background:#26347e; /*changes*/
}
.banner-slider .banner-item {
position: relative;
}
/*Changes start*/
.banner-slider .banner-item video {
width: 100%;
height: 550px;
animation-name: colorChange;
animation-duration: 58s;
animation-iteration-count: infinite;
}
.banner-slider .banner-item audio {
position: absolute;
top: 0px;
right: 0;
width: 100px;
height: 20px;
}
.banner-slider .banner-item audio:focus {
outline: none;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
background-color: rgb(80,80,80, .85);
color: #a0276e;
}
@keyframes colorChange {
0% {
background: #6E5643;
}
20% {
background: #654D38;
}
40% {
background: #6C523A;
}
60% {
background: #6C523A;
}
80% {
background: #E4802D;
}
100% {
background: #E4802D;
}
}
/*Changes end*/
.banner-text
{
text-align: left;
/*width: 370px;*/
width: 300px;
height: 300px;
margin: 130px auto !important;
float: left;
/* right: 22%; */
position: absolute;
top: 0;
z-index: 999;
background: #444444d1;
left: 10%;
padding: 30px;
box-shadow: 0 20px 50px rgb(23, 32, 90);
}
.banner-text .common-btn {
margin-left: 10px;
}
.banner-slider .content-main-header {
color: #f68d20;
font-size: 20px;
font-weight: bold;
}
.banner-slider .content-txt {
font-family: 'volvonovum-regular';
line-height: 22px;
margin-top: 15px;
margin-bottom: 0px;
text-align: left;
color: #fff;
}
.banner-slider div, .story-slider div
{
margin: 0px auto;
display: block !important;
}
.banner-slider div img, .story-slider div img
{
width: 100%;
height: 550px;
object-fit: cover;
}
/*.banner-slider, .story-slider
{
width: 100%;
margin: 0px auto;
}
.banner .slick-prev, .big-window .slick-prev
{
background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -5px -164px;
float: left;
width: 25px;
height:25px;
left: 0px;
outline: medium none;
cursor: pointer;
position: absolute;
top:50%;
opacity: 0;
z-index: 9999;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.banner .slick-next, .big-window .slick-next
{
background-image: url("../images/sprite.png");
background-repeat: no-repeat;
background-position: -29px -164px;
width: 25px;
height:25px;
margin: 0;
outline: medium none;
cursor: pointer;
position: absolute;
right: 1px;
top: 50%;
opacity: 0;
z-index: 9999;
transition: all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
}
.banner .slick-next:before,.banner .slick-prev:before, .big-window .slick-next:before,.big-window .slick-prev:before
{
content: "";
}
.banner :hover .slick-next, .big-window:hover .slick-next
{
opacity: 1;
}
.banner :hover .slick-prev, .big-window:hover .slick-prev
{
opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
background: url;
}*/
.banner:before{
width: 65%;
left: 0;
-ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
-webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
transform: matrix(1, 0.102, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #ea1b35 0%, #1b52a4 74%);
z-index: 2;
bottom: -25px;
}
.banner:after{
width: 35%;
right: 0;
-ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
-webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
transform: matrix(1, -0.19, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #1b52a4 0%, #ea1b35 100%);
z-index: 2;
bottom: -25px;
}
.banner-text span{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
box-sizing: border-box;
}
.banner-text span:nth-child(1)
{
transform:rotate(0deg);
}
.banner-text span:nth-child(2)
{
transform:rotate(90deg);
}
.banner-text span:nth-child(3)
{
transform:rotate(180deg);
}
.banner-text span:nth-child(4)
{
transform:rotate(270deg);
}
.banner-text span:before
{
content: '';
position: absolute;
width:100%;
height: 4px;
background: #de1e3b;
animation: animate 4s linear infinite;
}
@keyframes animate {
0% {
transform:scaleX(0);
transform-origin: left;
}
50%
{
transform:scaleX(1);
transform-origin: left;
}
50.1%
{
transform:scaleX(1);
transform-origin: right;
}
100%
{
transform:scaleX(0);
transform-origin: right;
}
}
/*End*/
/*----------Header Css start----------*/
.main_h {
position: relative;
top: 0px;
max-height: 70px;
z-index: 999;
width: 100%;
/*padding-top: 17px;*/
background: linear-gradient(40deg,#ea1b35,#1b52a4);
/*overflow: hidden;*/
-webkit-transition: all 0.3s;
transition: all 0.3s;
/*padding-bottom: 6px;*/
font-family: "Montserrat", sans-serif;
-webkit-box-shadow: 0 1px 5px 0 rgba(36,36,36,.12);
box-shadow: 0 1px 5px 0 rgba(36,36,36,.12);
}
.main_h .header-innerpart {
display: flex;
align-items: center;
}
@media only screen and (max-width: 766px) {
.main_h {
padding-top: 25px;
position: relative;
display: inline-block;
}
}
.open-nav {
max-height: 400px !important;
}
.open-nav .mobile-toggle {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
.sticky {
position: fixed;
background: linear-gradient(40deg,#fff,#fff);
/*background: linear-gradient(40deg,#ffd86f,#fc6262) ;*/
opacity: 1;
top: 0px;
display: block;
/*border-bottom: 1px solid gainsboro;*/
}
.logo {
width: 150px;
font-size: 25px;
color: #8f8f8f;
text-transform: uppercase;
float: left;
display: block;
line-height: 1;
margin: 4px 0;
/*margin-bottom: 10px;*/
}
@media only screen and (max-width: 766px) {
.logo {
float: none;
width: 120px;
}
}
nav {
float: right;
width: 70%;
}
@media only screen and (max-width: 766px) {
nav {
width: 100%;
}
}
nav ul {
list-style: none;
/*overflow: hidden;*/
text-align: right;
float: right;
}
@media only screen and (max-width: 766px) {
nav ul {
padding-top: 10px;
margin-bottom: 22px;
float: left;
text-align: center;
width: 100%;
}
}
nav ul li {
display: inline-block;
margin-left: 35px;
line-height: 1.5;
}
nav ul li a:hover, nav ul li a:focus {
outline: none;
text-decoration: none;
}
/*nav ul li a:after {
content: '';
display: block;
margin: auto;
height: 3px;
width: 0px;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
nav ul li a:hover:after {
width: 100%;
background: blue;
}*/
.main_h.sticky .header-pages .main-menu .sub-menus {
background: #fff;
}
.header-pages .main-menu .sub-menus{
display: none;
position: absolute;
background: linear-gradient(40deg,#ea1b35,#1b52a4);
top: 30px;
min-width: 240px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
text-align: center;
z-index: 99999;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
top: 52px;
/*padding-top: 2px;*/
}
.header-pages .main-menu .sub-menus li {
padding: 0;
margin: 0;
/* text-align: left; */
/*border-bottom: 1px dashed #1a5cd7;*/
display: block;
}
.header-pages .main-menu.open .sub-menus {
display: block;
}
/*.header-pages .main-menu:hover .sub-menus {
display: block;
}*/
.header-pages {
font-family: 'Raleway', Arial, sans-serif;
text-align: center;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
}
.header-pages * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.header-pages li {
display: inline-block;
list-style: outside none none;
margin: 0 1em;
padding: 0;
position: relative;
}
.main_h .header-pages a {
color: #fff;
}
.main_h.sticky .header-pages a{
color: #0c72f5;
}
.header-pages a {
padding: 0.5em 0.8em;
margin: 0.2em 0;
display: block;
position: relative;
text-decoration: none;
}
.header-pages a:before,
.header-pages a:after {
height: 14px;
width: 14px;
position: absolute;
content: '';
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
opacity: 0;
}
.header-pages a:before {
left: 0;
top: 0;
border-left: 3px solid #f37845;
border-top: 3px solid #f37845;
-webkit-transform: translate(100%, 50%);
transform: translate(100%, 50%);
}
.header-pages a:after {
right: 0;
bottom: 0;
border-right: 3px solid #90af3d;
border-bottom: 3px solid #90af3d;
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.header-pages a:hover,
.header-pages .current a,
.header-pages .active .menu,
.header-pages .active .current a {
color: #ffffff;
}
.header-pages a:hover:before,
.header-pages .current a:before,
.header-pages a:hover:after,
.header-pages .current a:after,
.header-pages .main-menu.active .menu:before,
.header-pages .main-menu.active .current .menu:before,
.header-pages .main-menu.active .menu:after,
.header-pages .main-menu.active .current .menu:after {
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
opacity: 1;
}
@media only screen and (max-width: 766px) {
nav ul li {
width: 100%;
padding: 7px 0;
margin: 0;
}
}
nav ul a {
color: #fff;
text-transform: uppercase;
font-size: 12px;
}
.mobile-toggle {
display: none;
cursor: pointer;
font-size: 20px;
position: absolute;
right: 22px;
top: 0;
width: 30px;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
.mobile-toggle {
display: block;
}
}
.mobile-toggle span {
width: 30px;
height: 4px;
margin-bottom: 6px;
border-radius: 1000px;
background: #8f8f8f;
display: block;
}
.content {
padding: 50px 2% 250px;
}
.mouse {
display: block;
margin: 0 auto;
width: 26px;
height: 46px;
border-radius: 13px;
border: 2px solid #e8f380;
position: absolute;
bottom: 40px;
position: absolute;
left: 50%;
margin-left: -26px;
}
.mouse span {
display: block;
margin: 6px auto;
width: 2px;
height: 2px;
border-radius: 4px;
background: #e8f380;
border: 1px solid transparent;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: scroll;
animation-name: scroll;
}
@-webkit-keyframes scroll {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes scroll {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
/*End*/
/*------Our service section start------*/
.our-service {
/*padding: 12em 0;*/
/*background: url(https://visme.co/blog/wp-content/uploads/2017/07/50-Beautiful-and-Minimalist-Presentation-Backgrounds-03.jpg);
background-position: center;
background-repeat: no-repeat;*/
}
.our-service .service-part {
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
position: relative;
z-index: 0;
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.our-service .service-part:before{
position: absolute;
content: '';
width: 4px;
height: 10px;
background: #f37845;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
top: 0;
right: 0;
}
.our-service .service-part:after {
position: absolute;
content: '';
width: 4px;
height: 10px;
background: #90af3d;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
bottom: 0;
left: 0;
}
.our-service .service-part:hover:before, .our-service .service-part:hover:after {
height: 30px;
}
.our-service .service-part .line{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
}
.our-service .service-part .line:before,
.our-service .service-part .line:after {
position: absolute;
content: '';
width: 10px;
height: 4px;
/*background: #fff;*/
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.our-service .service-part .line:before {
top: 0;
right: 0;
background: #f37845;
}
.our-service .service-part .line:after {
bottom: 0;
left: 0;
background:#90af3d;
}
.our-service .service-part:hover .line:before, .our-service .service-part:hover .line:after {
width: 30px;
}
.our-service .service-part:hover {
-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.05);
box-shadow: 0 10px 30px 0 rgba(0,0,0,.05);
background: #fff;
}
.our-service .service-part .service-inner-part{
padding: 40px 25px;
overflow: hidden;
-webkit-border-radius: inherit;
border-radius: inherit;
transition: all 0.5s ease-in-out 0s;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.our-service .service-part .service-header {
margin-bottom: 45px;
overflow: visible;
height: 144px;
width: 144px;
position: relative;
overflow: hidden;
max-width: 100%;
}
.our-service .service-part .header-cover {
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
/* display: flex; */
/* -webkit-box-orient: vertical; */
/* -webkit-box-direction: normal; */
/* -webkit-flex-flow: column nowrap; */
-ms-flex-flow: column nowrap;
/* flex-flow: column nowrap; */
/* -webkit-box-pack: center; */
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
/* -webkit-box-align: center; */
/* -webkit-align-items: center; */
-ms-flex-align: center;
/* align-items: center; */
/* width: 100%; */
height: 100%;
top: 0;
left: 0;
}
.our-service .service-part .header-cover:before {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
content: '';
}
.our-service .service-part .header-icon {
align-self: center;
order: 1;
color: #fff;
font-size: 40px;
text-align: center;
margin: 10px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.our-service .service-part .header-icon ,
.our-service .service-part .header-icon :hover {
/*height: 400px;
width: 400px;
position: relative;
background: #ddd;
padding: 40px;
margin: 30px auto;
border-radius: 50%;
overflow: hidden;*/
}
.our-service .service-part .header-icon img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 60%;
transition: 3s;
}
.our-service .service-part .header-icon ::before,
.our-service .service-part .header-icon ::after {
content: "";
display: block;
height: 90%;
width: 90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border: 2px solid #000;
border-radius: 50%;
transition: all ease-in-out 2s;
opacity: 0;
filter: blur(8px);
-webkit-filter: blur(8px);
}
.our-service .service-part .header-icon ::before {
height: 100%;
width: 100%;
border-color: #0c72f5 transparent transparent #0c72f5 ;
}
.our-service .service-part .header-icon ::after {
height: 100%;
width: 100%;
border-color: transparent #0c72f5 #0c72f5 transparent ;
}
.our-service .service-part .header-icon :hover img {
filter: blur(3px);
-webkit-filter: blur(3px);
}
.our-service .service-part:hover .header-icon :before {
opacity: 1;
transform: translate(-50%,-50%) rotateZ(540deg);
filter: blur(0);
-webkit-filter: blur(0);
}
.our-service .service-part:hover .header-icon :after {
opacity: 1;
transform: translate(-50%,-50%) rotateZ(-7740deg);
filter: blur(0);
-webkit-filter: blur(0);
}
.our-service .service-part .icon-inner {
background-color: #fff;
-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.085);
box-shadow: 0 10px 20px 0 rgba(0,0,0,.085);
height: 144px;
width: 144px;
-webkit-border-radius: 50%;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/*.our-service .service-part .icon-inner:before {
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
background-color: inherit;
content: "";
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: -1;
-webkit-border-radius: inherit;
border-radius: inherit;
}*/
.our-service .service-part .icon-inner img {
height: 62px;
width: auto;
}
.our-service .service-part .service-content .service-title{
margin: 10px 0 15px;
font-size: 22px;
align-self: center;
text-align: center;
font-weight: bold;
color: #bf264b;
}
.our-service .service-part .service-content .service-desc{
margin: 10px 0 15px;
font-size: 16px;
color: #434542;
align-self: center;
text-align: center;
font-weight: 400;
}
/*End*/
/*----Our vission our mission start----*/
.our-mission .mission-desc {
word-spacing: 5px;
letter-spacing: 1px;
font-size: 16px;
line-height: 2;
}
/*End*/
/*---------Why choose us start---------*/
.choose-us .choose-us-container {
-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.choose-us-wrapper {
overflow: hidden;
padding: 20px;
}
.choose-us-wrapper .choose-us-wrapper-inner {
margin-left: -10px;
margin-right: -10px;
padding: 7px;
position: relative;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-border-radius: 90px;
border-radius: 90px;
-webkit-transition: all 0.35s ease 0s;
transition: all 0.35s ease 0s;
}
.choose-us-wrapper .choose-us-wrapper-inner:before {
content: "";
height: auto;
margin: 0;
opacity: 0;
position: absolute;
bottom: 0;
top: 0;
width: 90px;
-webkit-border-radius: inherit;
border-radius: inherit;
-webkit-transition: inherit;
transition: inherit;
background-color: #fff;
left: 0;
}
.choose-us-wrapper-inner .choose-us-icon-wrapper {
height: 80px;
line-height: 80px;
min-width: 80px;
position: relative;
text-align: center;
width: 80px;
z-index: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.04);
box-shadow: 0 10px 20px 0 rgba(0,0,0,.04);
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
background-color: #fff;
}
.choose-us-wrapper-inner .choose-us-title {
font-size: 22px;
margin: 0;
position: relative;
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 0 0 0 35px;
}
.choose-us-wrapper .choose-us-wrapper-inner .choose-us-icon-wrapper:before {
content: "";
height: auto;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: auto;
z-index: 0;
-webkit-border-radius: 90px;
border-radius: 90px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.choose-us-wrapper-inner .choose-us-icon-wrapper img {
height: 37px;
width: auto;
position: relative;
}
.choose-us-wrapper:hover .choose-us-wrapper-inner:before {
opacity: 1;
width: calc(100% + 10px);
}
.choose-us-wrapper:hover .choose-us-wrapper-inner .choose-us-title {
color: #1b5dd9;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner .choose-us-title {
padding: 0 35px 0 0;
text-align: right;
}
.choose-us-wrapper.choose-us-wrapper-alignright:hover .choose-us-wrapper-inner:before {
margin-left: -10px;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner:before {
right: 0;
left: unset;
}
.choose-us .view-laptop {
width: 50%;
margin: auto;
}
.choose-us .choose-us-desc {
font-size: 14px;
letter-spacing: 2px;
text-align: center;
line-height: 2;
}
/*Phone style start*/
.scene {
perspective: 1500px;
perspective-origin: 50% 50%;
width: 260px;
height: 450px;
margin: auto;
}
.scene .phone {
position: relative;
transform-style: preserve-3d;
width: 230px;
height: 400px;
transform: rotateY(-60deg);
/*border: 1px solid green;*/
animation: animate 20s infinite;
}
.scene .face {
position: absolute;
border-radius: 20px;
overflow: hidden;
}
.scene .front, .scene .back {
width: 230px;
height: 400px;
/*background: #1b5dd9;*/
background-color: #bf2a4e ;
background-image: linear-gradient(315deg, #324c98 0%, #bf2a4e 74%);
display: flex;
justify-content: center;
}
.scene .front {
box-shadow: 1px 0px 5px inset rgb(192, 192, 192, 0.1), -1px -1px 5px inset rgb(192, 192, 192, 0.1);
}
.scene .back {
border: 0;
box-shadow: 1px 0px 5px inset rgb(192, 192, 192, 0.1), -1px -1px 5px inset rgb(192, 192, 192, 0.1);
}
.scene .frontBack {
transform: translateZ(9.5px);
background: #bf2a4e;
width: 230px;
height: 400px;
}
.scene .inFront {
background: url("../images/prg.png") 50% 70%/ cover no-repeat;
width: 96%;
height: 95%;
border-radius: 15px;
margin-top: 8px;
animation: bg 50s 12s infinite;
}
.scene .inFront::before {
content: "";
position: absolute;
width: 32px;
height: 32px;
/*background: #FC427B;*/
border-radius: 50%;
margin-left: 41%;
top: -7px;
background-color: #324c98;
background-image: linear-gradient(315deg, #324c98 0%, #bf2a4e 74%);
}
.scene .inFront::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
background: rgb(31 29 28 / 67%);
border-radius: 50%;
margin-left: 46.5%;
top: 9px;
}
.scene .inBack {
width: 30px;
height: 60px;
border-radius: 12px;
margin-top: 12px;
box-shadow: 1px 1px 5px inset rgb(39 79 158), -1px -1px 5px inset rgb(49 76 152);
}
.scene .inBack::before {
content: "";
position: absolute;
width: 18px;
height: 18px;
background: rgb(31 29 28 / 67%);
border-radius: 50%;
top: 22px;
left: 46%;
box-shadow: 1px 1px 5px inset rgb(211 33 65), -1px -1px 5px inset rgb(56 74 148);
}
.scene .inBack::after {
content: "";
position: absolute;
width: 15px;
height: 15px;
background: rgb(31 29 28 / 67%);
border-radius: 50%;
top: 49px;
left: 47%;
box-shadow: 1px 1px 5px inset rgb(42 78 156), -1px -1px 5px inset rgb(220 34 60);
}
.scene .right, .left {
width: 20px;
height: 400px;
/* background: rgb(255, 255, 0, 0.7);*/
left: 105px;
display: flex;
align-items: center;
}
.scene .right {
left: 105px;
}
.scene .inRight, .scene .inLeft {
width: 20px;
height: 370px;
/*background: #FC427B;*/
background-color: #324c98;
background-image: linear-gradient(315deg, #324c98 0%, #bf2a4e 74%);
}
.scene .inRight::before {
content: "";
position: absolute;
width: 12px;
height: 60px;
border-radius: 10px;
top: 40px;
left: 5px;
box-shadow: 1px 1px 5px inset rgb(27 93 217), -1px -1px 5px inset rgb(27 93 217);
}
.scene .inRight::after {
content: "";
position: absolute;
width: 12px;
height: 40px;
border-radius: 10px;
top: 120px;
left: 5px;
box-shadow: 1px 1px 5px inset rgb(27 93 217), -1px -1px 5px inset rgb(27 93 217);
}
.scene .top, .scene .bottom {
/*margin-left: auto;
margin-right: auto;*/
width: 230px;
height: 20px;
/*background: rgb(255, 0, 0, 0.7);*/
top: 189px;
display: flex;
justify-content: center;
}
.scene .top {
top: 191px;
}
.scene .inTop{
width: 200px;
height: 20px;
/*background: #FC427B;*/
background-color: #b42952;
background-image: linear-gradient(315deg, #b42952 0%, #b42952 74%);
}
.scene .inBottom {
width: 200px;
height: 20px;
/*background: #FC427B;*/
background-color: #2e4d99;
background-image: linear-gradient(315deg, #2e4d99 0%, #2e4d99 74%);
}
.scene .front {
transform: rotateY(0deg) translateZ(10px);
}
.scene .back {
transform: rotateY(180deg) translateZ(10px);
}
.scene .right {
transform: rotateY(90deg) translateZ(115px);
}
.scene .left {
transform: rotateY(-90deg) translateZ(115px);
}
.scene .top {
transform: rotateX(90deg) translateZ(200px);
}
.scene .bottom {
transform: rotateX(-90deg) translateZ(200px);
}
@keyframes animate {
0%{
transform: rotateY(0deg);
}
100%{
transform: rotateY(-360deg);
}
}
@keyframes bg {
25% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
50% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
70% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
90% {
background: url("../images/prg.png") 0 0/ cover no-repeat;
}
}
.scene p {
position: absolute;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
opacity: 1;
/*transform: rotate(90deg);*/
bottom: 40%;
background: url("../images/logo-icon.png");
background-size: 100% 100%;
width: 100px;
height: 100px;
}
/*Phone end*/
/*Laptop style start*/
.mockup {
display: inline-block;
position: relative;
z-index: 3;
text-align: center;
font-size: 0;
perspective: 2400px;
perspective-origin: 50% 100%;
opacity: 0;
transition: 500ms opacity;
}
.mockup.loaded {
opacity: 1;
}
.mockup .part .top,
.mockup .part .bottom {
position: absolute;
top: 0;
left: 0;
}
.mockup .part.top {
transform: translate3d(0, 0, 0) rotateX(-90deg);
}
.mockup:hover .part.top {
transform: translate3d(0, 0, 0) rotateX(0deg);
}
.mockup .part {
display: inline-block;
position: relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transform-origin: 50% 100%;
transition: 900ms;
}
.mockup.opened .part .top {
transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
}
.mockup .part .top {
transform-origin: 50% 0;
transform: translate3d(0, 0, -11px) rotateX(90deg);
transition: 900ms;
}
.mockup img {
display: block;
max-width: 100%;
backface-visibility: hidden;
}
.mockup .part .cover {
position: relative;
}
.mockup video {
display: block;
position: absolute;
top: 8%;
left: 4%;
width: 92%;
border-radius: 6px;
backface-visibility: hidden;
transform: translate3d(0, 0, 1px);
}
.mockup .part.bottom {
position: absolute;
top: 0;
left: 0;
transform: translate3d(0, 0, 0) rotateX(-90deg);
}
.mockup .part .bottom {
transform-origin: 50% 0;
transform: translate3d(0,0,0) rotateX(90deg);
}
/*Laptop End*/
/*End*/
/*--------Using Technology start--------*/
.using-technology .technology-wrapper {
/*border: 1px solid #4444;*/
padding: 20px;
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
background-color: #fafafa;
-webkit-box-shadow: 0px 0px 15px 2px rgb(144 175 61);
-moz-box-shadow: 0px 0px 15px 2px rgb(144 175 61);
box-shadow: 0px 0px 15px 2px rgb(144 175 61);
margin-bottom: 40px;
height: 230px;
overflow-y: auto;
}
.using-technology .technology-wrapper:hover {
background-position: right;
color: #fff !important;
background: linear-gradient(40deg,#ea1b35,#1b52a4);
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
-webkit-box-shadow: 0px 0px 15px 2px #f37845;
-moz-box-shadow:0px 0px 15px 2px #f37845;
box-shadow: 0px 0px 15px 2px #f37845;
}
.using-technology .technology-wrapper .technology-icon{
text-align: center;
}
.using-technology .technology-wrapper .technology-icon img {
width: 75px;
height: 75px;
}
.using-technology .technology-wrapper .technology-body-heading {
text-align: center;
margin-bottom: 20px;
}
.using-technology .technology-wrapper .technology-body {
margin-top: 10px;
}
/*End*/
/*------------Our work start------------*/
.work-item {
width: 100%;
position: relative;
height: 410px;
}
.work-item .transition {
transition: .3s cubic-bezier(.3, 0, 0, 1.3) ;
}
.work-item .card {
background-color: #fff;
bottom: 0;
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
height: 300px;
left: 0;
margin: auto;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 300px;
}
.work-item .card:hover {
height: 500px;
width: 300px;
}
.work-item .card:hover .cta-container {
display: inline;
margin-top: 380px;
}
.work-item .card:hover .card_circle {
background-size: cover;
border-radius: 0;
margin-top: -130px;
}
.work-item .card:hover h2 {
background: #1a5dd9;
color: #fff;
margin-top: 100px;
padding: 5px;
}
.work-item .card:hover h2 small {
color: #fff
}
.work-item .card:hover p {
margin-top: 300px
}
.work-item .card_circle {
/*background: url('http://lorempixel.com/400/200') no-repeat center bottom;
background-color: #3487f7;
background-size: cover;*/
border-radius: 50%;
height: 400px;
margin-left: -75px;
margin-top: -270px;
position: absolute;
width: 450px;
}
.work-item .card_circle img {
border-radius: 50%;
height: 400px;
position: absolute;
width: 100%;
object-fit: fill;
}
.work-item h2 {
color: #1a5dd9;
font-family: 'Raleway', sans-serif;
font-size: 24px;
font-weight: 200;
margin-top: 150px;
position: absolute;
text-align: center;
width: 100%;
z-index: 9;
}
.work-item p {
color: rgba(0,0,0,.6);
font-family: 'Raleway', sans-serif;
font-size: 100%;
font-weight: normal;
margin-top: 200px;
position: absolute;
text-align: center;
z-index:0;
margin-left: 5px;
margin-right: 5px;
}
.work-item .cta-container {
display: none;
margin-top: 320px;
position: absolute;
text-align: center;
width: 100%;
z-index: 9999;
}
.work-item .cta {
-moz-border-radius: 2px;
-moz-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-webkit-border-radius: 2px;
-webkit-transition: 0.2s ease-out;
background-clip: padding-box;
border: 2px solid #3487f7;
border-radius: 2px;
color: #3487f7;
display: inline-block;
font-family: 'Raleway', sans-serif;
font-size: 17px;
font-weight: 400;
height: 36px;
letter-spacing: 0.5px;
line-height: 36px;
margin-bottom: 15px;
padding: 0 2rem;
text-decoration: none;
text-transform: uppercase;
transition: 0.2s ease-out;
}
.work-item .cta:hover {
background-color: #3487f7;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: #fff;
-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.our-works .work-slider .work-item {
height: 400px;
position: relative;
}
.our-works .slick-next {
bottom: -100px;
top: unset;
opacity: 1;
/*background: #fc6663 !important;*/
}
.our-works .slick-next:hover, .our-works .slick-prev:hover {
/*background: #ffb96c !important;*/
}
.our-works .slick-prev {
opacity: 1;
right: 100px;
left: unset;
bottom: -100px;
top: unset;
/*background: #fc6663 !important;*/
}
.our-works .btn_3 {
position: absolute;
bottom: -75px;
left: 20px;
}
.our-works .slider-wrapper {
position: relative;
}
/*End*/
/*------------Our Blogs start------------*/
.our-works.project-page {
padding-bottom: 6em;
}
.our-blogs .blog-item .blogs-inner {
border-radius: 50px 0 0px 0;
background-color: #fafafa;
margin: 10px;
}
.our-blogs .blog-item .blogs-inner .blog-image img {
height: 300px;
border-radius: 50px 0 0px 0;
}
.our-blogs .blog-item .blogs-inner .blog-image {
height: 300px;
position: relative;
}
.our-blogs .blog-item .blogs-inner .blog-body {
padding: 20px;
}
.our-blogs .blog-item .blogs-inner .blog-tittle {
margin-bottom: 20px;
font-size: 20px;
}
.our-blogs .blog-item .blogs-inner .blog-desc {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.our-blogs .blog-item .blogs-inner .blog-date{
position: absolute;
background: #fff;
padding: 8px;
/* border-radius: 4px; */
bottom: 10px;
left: 10px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
}
.our-blogs .blog-item .blogs-inner .blog-date .blog-date-inner-part {
display: flex;
}
.our-blogs .blog-item .blogs-inner .blog-date .day{
width: 55%;
}
.our-blogs .blog-item .blogs-inner .blog-date .day span {
font-size: 36px;
font-weight: 300;
color: #f37845;
line-height: 1;
}
.our-blogs .blog-item .blogs-inner .blog-date .month {
width: calc(100% - 60px);
padding-right: 10px;
}
.our-blogs .blog-item .blogs-inner .blog-date .month span{
display: block;
font-size: 13px;
line-height: 1.4;
color: rgba(255, 255, 255, 0.8);
color: #fc6462;
}
.our-blogs .blog-item .blogs-inner .blog-date .author p{
font-size: 12px;
word-spacing: 4px;
letter-spacing: 1px;
}
/*End*/
/*--------Leading Industries start--------*/
.leading-industries.project-page {
padding: 10em 0;
}
.leading-industries .industries-wrapper {
background: #fff;
padding: 20px;
box-shadow: 0 5px 10px 2px rgba(96, 96, 96, .15);
min-width: 165px;
min-height: 180px;
}
.leading-industries .industries-img {
width: 80px;
height: 80px;
margin: 0 auto;
}
.leading-industries .industries-img img {
width: 80px;
height: 80px;
margin: 0 auto;
}
.leading-industries .industries-tittle {
margin-top: 20px;
text-align: center;
font-size: 16px;
text-transform: uppercase;
}
/*End*/
/*---------Counters section start---------*/
.counters .counters-underpart .counter-img {
width: 100px;
height: 100px;
margin: auto;
}
.counters .counters-underpart .counter-img img {
width: 100px;
height: 100px;
}
.counters .counters-underpart .counter-number {
text-align: center;
font-size: 40px;
padding: 20px 0px;
color: #bf264b;
}
.counters .counters-underpart .counter-tittle {
text-align: center;
font-size: 20px;
text-transform: uppercase;
color: #0c72f5;
}
/*End*/
/*----------Join us section start----------*/
.job-card-inner{
background: #fff;
padding: 30px;
}
.job-card-inner .job-tittle {
font-size: 20px;
margin-bottom: 14px;
font-weight: bold;
}
.job-card-inner .job-location {
font-size: 18px;
}
.job-card-inner .job-location i {
font-size: 30px;
padding-right: 10px;
color: #1a5cd6;
}
.job-card-inner .experience {
font-size: 18px;
}
.job-card-inner .experience span {
font-weight: bold;
}
.job-card-inner .description {
font-size: 18px;
margin: 20px 0px;
font-weight: bold;
}
.job-card-inner .btn_3 {
float: right;
margin-top: 12px;
}
.job-card-inner ul li {
position: relative;
}
.job-card-inner ul li p {
margin-left: 25px;
}
.job-card-inner ul li:before {
font-family:FontAwesome;
position: absolute;
left: 0;
color:#1a5cd8;
font-size:20px;
content:"\f00c";
}
.join-us .contact-us .contact-us-header{
font-size: 16px;
color: #1a5cd6;
margin-bottom: 4px;
}
.join-us .contact-us .contact-us-desc {
margin-bottom: 6px;
}
.join-us .contact-us .social-icons {
display: flex;
align-items: center;
align-content: center;
}
.join-us .contact-us .social-icons li {
width: 100%;
}
.join-us .contact-us .social-icons li a {
width: 30px;
height: 30px;
text-align: center;
display: table;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
color: #fff;
align-items: center;
align-content: center;
}
.join-us .contact-us .social-icons li a i {
display: table-cell;
vertical-align: middle;
}
.facebook {
background: #3b5998;
}
.twitter {
background: #1da1f2;
}
.linkedin {
background: #0077b5;
}
/*End*/
/*-----------OUR PORTFOLIO start-----------*/
.our-portfolio:after {
width: 35%;
right: 0;
-ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
-webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
transform: matrix(1, -0.19, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #009ffd 0%, #2a2a72 100%);
z-index: 2;
bottom: 0px;
}
.our-portfolio:before {
width: 65%;
left: 0;
-ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
-webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
transform: matrix(1, 0.102, 0, 2, 0, 0);
position: absolute;
content: '';
height: 50px;
background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
z-index: 2;
bottom: 0px;
}
.our-portfolio {
padding: 6em 0;
background: #fff;
position: relative;
}
.our-portfolio .portfolio-img img{
height: 330px;
width: 400px;
}
.our-portfolio .portfolio-content .portfolio-desc {
line-height: 2;
margin-bottom: 20px;
font-size: 16px;
}
/*End*/
/*----------Blog page css start----------*/
.blog-page {
padding: 4em 0;
}
.blog-page .tab-content .blog-card {
box-shadow: 4px 8px 28px rgba(39,44,49,.1), 1px 3px 8px rgba(39,44,49,.075);
}
.blog-page .tab-content .blog-card .blog-body {
padding: 25px;
}
.blog-page .tab-content .blog-card .blog-tittle{
font-size: 20px;
font-weight: bold;
color: #000;
}
.blog-page .tab-content .blog-card .blog-card-desc {
margin-top: 15px;
word-spacing: 6px;
line-height: 22px;
}
.blog-page .blog-card-desc::first-letter {
font-size: 40px;
color: #1B5FDD;
}
.blog-page .blog-tab-menu {
display: flex;
}
.blog-page .blog-tab-menu .blog-tab-menu-img {
width: 120px;
max-height: 60px;
}
.blog-page .blog-tab-menu .blog-tab-menu-heading p {
margin-left: 42px;
line-height: 2;
}
/*End*/
/*----------About us banner start----------*/
.about-us-banner {
/*padding: 8em 0;*/
/* background-image: url(../images/about-us.png);
*/ background-size: cover;
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.41);
}
.about-us-banner .about-us-content
{
top:-590px !important;
position: absolute;
}
.about-us-banner .about-us-content p{
color: #fff;
font-size: 16px;
line-height: 2;
word-spacing: 3px;
margin-bottom: 10px;
}
/*End*/
/*history-slider-part slider start*/
.history-slider-part {
position: relative;
background: #f9f9f9;
}
.history_slider .slide-item-box {
display: flex !important;
display:-webkit-flex !important;
display:-webkit-box !important;
display:-moz-flex !important;
display:-moz-box !important;
display:-ms-flexbox !important;
flex-direction:row !important;
/*margin: auto 30px;*/
}
.history-single {
margin: auto 30px;
}
.history_slider .slide-item-box .img-box {
width: 40%;
}
.history_slider .slide-item-box .content-box {
width: 50%;
margin: auto;
}
.history_slider .slide-item-box .content-box h3 {
color: #0c57e1;
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 16px;
}
.history_slider .slide-item-box .content-box p {
color: #787878;
font-size: 14px;
line-height: 2;
}
.history_slider .slider-icon-dots .icon-box-innerpart {
background: #fff;
width: 70px;
height: 70px;
/*border-radius: 50%;*/
vertical-align: middle;
text-align: center;
display: table-cell;
}
.history_slider .slider-icon-dots .slide-year {
font-size: 18px;
}
.history_slider .slider-icon-dots .slide-text {
margin-top: 15px;
font-size: 13px;
}
.history_slider .slider-icon-dots {
text-align: center;
color: #000000;
position: relative;
}
.history_slider .history-nav .is-active .slider-icon-dots {
color: #dd0103;
}
.history_slider .history-nav .is-active .slider-icon-dots .icon-box-innerpart{
/*background: #de0000;*/
}
.history_slider .history-nav .slider-icon-dots:hover {
color: #dd0103;
cursor: pointer;
}
.history_slider .history-nav .slider-icon-dots:hover .icon-box-innerpart {
/*background: #de0000;*/
}
.history_slider .slider-icon-dots .icon-box {
margin: auto;
display: inline-block;
border: 4px solid #f9f9f9;
border-top: none;
border-bottom: none;
}
.history_slider .slider-icon-dots .icon-box:before {
content: " ";
width: 0px;
height: 25px;
display: block;
border: 1px dashed #d5d5d5;
position: relative;
left: 50%;
}
.history_slider .slider-icon-dots:after {
content: "";
width: 200px;
height: 7px;
background: #1a5dd8;
display: block;
position: absolute;
top: 50%;
left: 70%;
}
.history_slider .history-nav {
margin-bottom: 35px;
margin-top: 50px;
}
.history_slider .slider-icon-dots .icon-box-innerpart img{
/*max-width: 22px;*/
/*max-height: 22px;*/
display: block;
margin: 0 auto;
}
/*history-slider-part slider end*/
/*---------Development css start---------*/
.drop-mail {
font-size: 16px;
line-height: 2;
margin-bottom: 20px;
color: #989898;
}
.quotation-form-innerpart {
margin: auto;
width: 70%;
}
.title-upperpart h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
color: #0c57e1;
}
.drop-mail span {
color:orange;
}
.software-development {
background-image: url(../images/software_development-bg.png) !important;
background-size: cover !important;
padding: 13em 0;
}
.free-quote {
background-image: linear-gradient(to left bottom, #072154, #072154, #072154, #072154, #1e68f0) !important;
/*background-size: cover !important;*/
padding: 8em 0;
}
.free-quote .section-heading, .free-quote .section-content {
color: #fff !important; }
.mobile-application-development {
background-image: url(../images/mobile-app-banner.webp) !important;
background-size: cover !important;
padding: 8em 0;
}
.mobile-application-development .section-heading {
color: #fff !important;
}
.maintenance-service {
background-image: url(../images/website-maintenance.jpg) !important;
background-size: cover !important;
padding: 12em 0;
}
.maintenance-service .section-heading, .maintenance-service .section-content {
color: #fff !important;
}
.website-development {
background-image: url(../images/Web_development.jpg) !important;
background-size: cover !important;
}
.development .website-development .section-content, .development .software-development .section-content, .development .mobile-application-development .section-content {
color: #fff;
}
.website-development, .php-development, .codeigniter-development, .e-commerce-development {
padding: 8em 0;
background: #fff;
}
.development .section-heading {
color: #0c57e1;
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 16px;
line-height: 55px;
}
.development .section-content {
/*color: #787878;*/
font-size: 14px;
line-height: 2;
margin-bottom: 20px;
}
.quotation-form .input-field {
position: relative;
width: 100%;
height: 44px;
/* line-height: 44px; */
margin-bottom: 35px;
}
.quotation-form .form-field {
position: relative;
width: 100%;
/*height: 44px;*/
/* line-height: 44px; */
margin-bottom: 35px;
}
.quotation-form .input-field label, .quotation-form .form-field label{
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #495057;
transition: 0.2s all;
cursor: text;
margin: 8px 5px;
}
.quotation-form .input-field input {
width: 100%;
border: 0;
outline: 0;
padding: 5px;
border: 1px solid #d3d3d3;
box-shadow: none;
color: #111;
border-radius: 6px;
}
.quotation-form .input-field input:invalid,.quotation-form .form-field textarea:invalid {
outline: 0;
color: #ff2300;
border-color: #ff2300;
}
.quotation-form .input-field input:focus,
.quotation-form .input-field input:valid,
.quotation-form .form-field textarea:focus,
.quotation-form .form-field textarea:valid {
border-color: #00dd22;
}
.quotation-form .input-field input:focus~label,
.quotation-form .input-field input:valid~label,
.quotation-form .form-field textarea:focus~label,
.quotation-form .form-field textarea:valid~label {
font-size: 14px;
top: -24px;
color: #00dd22;
}
.quotation-form .form-field label{
display: block;
color: #495057;
}
.quotation-form .form-field textarea {
height: 60px;
width: 100%;
border-radius: 6px;
padding: 5px;
color: #111;
border: 1px solid #d3d3d3;
}
/*End*/
/*----------Live chat css start----------*/
.chat {
display: none;
}
.chat.is-visible{
display: block;
}
.chat-window.fabs {
position: fixed;
z-index: 998;
right: 20px;
bottom: 20px;
}
.fab.animate-fab {
position: unset !important;
}
.animate-fab:before {
position: absolute;
content: " ";
/*z-index: -1;*/
top: 8px;
left: -17px;
background-color: #90af3d;
width: 90px;
height: 90px;
border-radius: 100%;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
opacity: 0.6;
-webkit-animation: pulse 1s ease-out;
animation: pulse 1.8s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
25% {
-webkit-transform: scale(0.3);
opacity: 1;
}
50% {
-webkit-transform: scale(0.6);
opacity: .6;
}
75% {
-webkit-transform: scale(0.9);
opacity: .3;
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes pulse {
0% {
transform: scale(0);
opacity: 0;
}
25% {
transform: scale(0.3);
opacity: 1;
}
50% {
transform: scale(0.6);
opacity: .6;
}
75% {
transform: scale(0.9);
opacity: .3;
}
100% {
transform: scale(1);
opacity: 0;
}
}
.chat-window .fab {
display: block;
width: 56px;
height: 56px;
border-radius: 50%;
text-align: center;
color: #f0f0f0;
margin: 25px auto 0;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
cursor: pointer;
-webkit-transition: all .1s ease-out;
transition: all .1s ease-out;
position: relative;
z-index: 998;
overflow: hidden;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
}
.chat-window .fab > i {
font-size: 2em;
line-height: 55px;
-webkit-transition: all .2s ease-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.chat-window .fab:not(:last-child) {
width: 0;
height: 0;
margin: 20px auto 0;
opacity: 0;
visibility: hidden;
line-height: 40px;
}
.chat-window .fab:not(:last-child) > i {
font-size: 1.4em;
line-height: 40px;
}
.chat-window .fab:not(:last-child).is-visible {
width: 40px;
height: 40px;
margin: 15px auto 10;
opacity: 1;
visibility: visible;
}
.chat-window .fab:nth-last-child(1) {
-webkit-transition-delay: 25ms;
transition-delay: 25ms;
}
.chat-window .fab:not(:last-child):nth-last-child(2) {
-webkit-transition-delay: 20ms;
transition-delay: 20ms;
}
.chat-window .fab:not(:last-child):nth-last-child(3) {
-webkit-transition-delay: 40ms;
transition-delay: 40ms;
}
.chat-window .fab:not(:last-child):nth-last-child(4) {
-webkit-transition-delay: 60ms;
transition-delay: 60ms;
}
.chat-window .fab:not(:last-child):nth-last-child(5) {
-webkit-transition-delay: 80ms;
transition-delay: 80ms;
}
.chat-window .fab(:last-child):active,
.chat-window .fab(:last-child):focus,
.chat-window .fab(:last-child):hover {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
/*Chatbox*/
.chat-window .chat {
position: fixed;
right: 85px;
bottom: 20px;
width: 400px;
font-size: 12px;
line-height: 22px;
font-family: 'Roboto';
font-weight: 500;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
opacity: 0;
box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
border-radius: 10px;
-webkit-transition: all .2s ease-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.chat-window .chat_fullscreen {
position: fixed;
right: 0px;
bottom: 0px;
top: 0px;
}
.chat-window .chat_header {
/* margin: 10px; */
font-size: 13px;
font-family: 'Roboto';
font-weight: 500;
color: #f3f3f3;
height: 55px;
background: linear-gradient(40deg,#1B5FDD,#072154);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-top: 8px;
}
.chat-window .chat_header2 {
/* margin: 10px; */
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.chat-window .chat_header .span {
float:right;
}
.chat-window .chat_fullscreen_loader {
/*display: none;*/
float: right;
cursor: pointer;
/* margin: 10px; */
font-size: 20px;
opacity: 0.5;
/* padding: 20px; */
margin: -10px 10px;
}
.chat-window .chat.is-visible {
opacity: 1;
-webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}
.chat-window .is-hide{
opacity: 0
}
.chat-window .chat_option {
float: left;
font-size: 15px;
list-style: none;
position: relative;
height: 100%;
width: 100%;
text-align: relative;
margin-right: 10px;
letter-spacing: 0.5px;
font-weight: 400
}
.chat-window .chat_option img {
border-radius: 50%;
width: 55px;
float: left;
margin: -30px 20px 10px 20px;
border: 4px solid rgba(0, 0, 0, 0.21);
background: #fff;
}
.chat-window .change_img img{
width: 35px;
margin: 0px 20px 0px 20px;
}
.chat-window .chat_option .agent {
font-size: 12px;
font-weight: 300;
}
.chat-window .chat_option .online{
/*opacity: 0.4;*/
font-size: 11px;
font-weight: bold;
}
.chat-window .chat_color {
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
margin: 10px;
float: left;
}
.chat-window .chat_body {
background: #fff;
width: 100%;
display: inline-block;
text-align: center;
overflow-y: auto;
}
.chat-window #chat_body{
height: 450px;
}
.chat-window .chat_login p,.chat_body li, p, a{
-webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}
.chat-window .chat_body p {
padding: 20px;
color: #888
}
.chat-window .chat_body a {
width: 90%;
text-align: center;
border: none;
/*box-shadow: none;*/
/*line-height: 40px;*/
font-size: 14px;
/*background: #00E676;*/
}
.chat-window .chat_body a.whatsapp{
background: #00E676;
}
.chat-window .chat_field {
position: relative;
margin: 5px 0 5px 0;
width: 50%;
font-family: 'Roboto';
font-size: 12px;
line-height: 30px;
font-weight: 500;
color: #4b4b4b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
border: none;
outline: none;
display: inline-block;
}
.chat-window .chat_field.chat_message {
height: 30px;
resize: none;
font-size: 13px;
font-weight: 400;
}
.chat-window .chat_category{
text-align: left;
}
.chat-window .chat_category{
margin: 20px;
background: rgba(0, 0, 0, 0.03);
padding: 10px;
}
.chat-window .chat_category ul li{
width: 80%;
height: 30px;
background: #fff;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
border-radius: 3px;
border: 1px solid #e0e0e0;
font-size: 13px;
cursor: pointer;
line-height: 30px;
color: #888;
text-align: center;
}
.chat-window .chat_category li:hover{
background: #83c76d;
color: #fff;
}
.chat-window .chat_category li.active{
background: #83c76d;
color: #fff;
}
.chat-window .tags{
margin: 20px;
bottom: 0px;
display: block;
width: 120%
}
.chat-window .tags li{
padding: 5px 10px;
border-radius: 40px;
border: 1px solid rgb(3, 117, 208);
margin: 5px;
display: inline-block;
color: rgb(3, 117, 208);
cursor: pointer;
}
.chat-window .fab_field {
width: 100%;
display: inline-block;
text-align: center;
background: #fff;
border-top: 1px solid #eee;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.chat-window .fab_field2 {
bottom: 0px;
position: absolute;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
z-index: 999;
}
.chat-window .fab_field a {
display: inline-block;
text-align: center;
}
.chat-window #fab_camera {
float: left;
background: rgba(0, 0, 0, 0);
}
.chat-window #fab_send {
float: right;
background: rgba(0, 0, 0, 0);
}
.chat-window .fab_field .fab {
width: 35px;
height: 35px;
box-shadow: none;
margin: 5px;
}
.chat-window .fab_field .fab>i {
font-size: 1.6em;
line-height: 35px;
color: #bbb;
}
.chat-window .fab_field .fab>i:hover {
color: #42a5f5;
}
.chat-window .chat_conversion {
}
.chat-window .chat_converse {
position: relative;
background: #fff;
margin: 6px 0 0px 0;
height: 300px;
min-height: 0;
font-size: 12px;
line-height: 18px;
overflow-y: auto;
width: 100%;
float: right;
/*padding-bottom: 100px;*/
text-align: left;
}
.chat-window .chat_converse2{
height: 100%;
max-height: 800px
}
.chat-window .chat_list {
opacity: 0;
visibility: hidden;
height: 0;
}
.chat-window .chat_list .chat_list_item {
opacity: 0;
visibility: hidden;
}
.chat-window .chat .chat_converse .chat_msg_item {
position: relative;
margin: 8px 0 15px 0;
padding: 8px 10px;
/*max-width: 60%;*/
display: block;
word-wrap: break-word;
border-radius: 3px;
-webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
clear: both;
z-index: 999;
}
.chat-window .status {
margin: 45px -50px 0 0;
float: right;
font-size: 11px;
opacity: 0.3;
}
.chat-window .status2 {
margin: -10px 20px 0 0;
float: right;
display: block;
font-size: 11px;
opacity: 0.3;
}
.chat-window .chat .chat_converse .chat_msg_item .chat_avatar {
position: absolute;
top: 0;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
left: -52px;
background: rgba(0, 0, 0, 0.03);
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
right: -52px;
background: rgba(0, 0, 0, 0.6);
}
.chat-window .chat .chat_converse .chat_msg_item .chat_avatar, .chat_avatar img{
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
margin-left: 60px;
float: left;
background: rgba(0, 0, 0, 0.03);
color: #666;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_user {
margin-right: 20px;
float: right;
background: #42a5f5;
color: #eceff1;
}
.chat-window .chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
content: '';
position: absolute;
top: 15px;
left: -12px;
z-index: 998;
border: 6px solid transparent;
border-right-color: rgba(255, 255, 255, .4);
}
.chat-window .chat_form .get-notified label{
color: #077ad6;
font-weight: 600;
font-size: 11px;
}
.chat-window input {
position: relative;
width: 90%;
font-family: 'Roboto';
font-size: 12px;
line-height: 20px;
font-weight: 500;
color: #4b4b4b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
outline: none;
background: #fff;
display: inline-block;
resize: none;
padding: 5px;
border-radius: 3px;
}
.chat-window .chat_form .get-notified input {
margin: 2px 0 0 0;
border: 1px solid #fc7a64;
}
.chat-window .chat_form .get-notified i {
background: linear-gradient(40deg,#ffd86f,#fc6262);
width: 30px;
height: 32px;
font-size: 18px;
color: #fff;
line-height: 30px;
font-weight: 600;
text-align: center;
margin: 2px 0 0 -30px;
position: absolute;
border-radius: 3px;
}
.chat-window .chat_form .message_form {
margin: 10px 0 0 0;
}
.chat-window .chat_form .message_form input{
margin: 5px 0 5px 0;
border: 1px solid #e0e0e0;
}
.chat-window .chat_form .message_form textarea{
margin: 5px 0 5px 0;
border: 1px solid #e0e0e0;
position: relative;
width: 90%;
font-family: 'Roboto';
font-size: 12px;
line-height: 20px;
font-weight: 500;
color: #4b4b4b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
outline: none;
background: #fff;
display: inline-block;
resize: none;
padding: 5px;
border-radius: 3px;
}
.chat-window .chat_form .message_form button{
margin: 5px 0 5px 0;
border: 1px solid #e0e0e0;
position: relative;
width: 95%;
font-family: 'Roboto';
font-size: 12px;
line-height: 20px;
font-weight: 500;
color: #fff;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
outline: none;
background: #fff;
display: inline-block;
resize: none;
padding: 5px;
border-radius: 3px;
background: #83c76d;
cursor: pointer;
}
.chat-window strong.chat_time {
padding: 0 1px 1px 0;
font-weight: 500;
font-size: 8px;
display: block;
}
/*Chatbox scrollbar*/
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
border-radius: 0;
}
::-webkit-scrollbar-thumb {
margin: 2px;
border-radius: 10px;
background: #1B5FDD;
}
/*Element state*/
.chat-window .is-active {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.chat-window .is-float {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
.chat-window .is-loading {
display: block;
-webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/
@-webkit-keyframes zoomIn {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes zoomIn {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0.0;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
.chat-window .chat {
width: 250px;
}
}
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
.chat-window .chat {
width: 300px;
}
.chat-window .chat_field {
width: 65%;
}
}
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
.chat-window .chat {
width: 300px;
}
.chat-window .chat_field {
width: 65%;
}
}
/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
.chat-window .chat {
width: 300px;
}
.chat-window .chat_field {
width: 65%;
}
}
/*Color Options*/
.chat-window .blue .fab {
background: #42a5f5;
color: #fff;
}
.chat-window .blue .chat {
background: #42a5f5;
color: #999;
}
/* Ripple */
.chat-window .ink {
display: block;
position: absolute;
background: rgba(38, 50, 56, 0.4);
border-radius: 100%;
-moz-transform: scale(0);
-ms-transform: scale(0);
webkit-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
/*animation effect*/
.chat-window .ink.animate {
-webkit-animation: ripple 0.5s ease-in-out;
animation: ripple 0.5s ease-in-out;
}
@-webkit-keyframes ripple {
/*scale the element to 250% to safely cover the entire link and fade it out*/
100% {
opacity: 0;
-moz-transform: scale(5);
-ms-transform: scale(5);
webkit-transform: scale(5);
-webkit-transform: scale(5);
transform: scale(5);
}
}
@keyframes ripple {
/*scale the element to 250% to safely cover the entire link and fade it out*/
100% {
opacity: 0;
-moz-transform: scale(5);
-ms-transform: scale(5);
webkit-transform: scale(5);
-webkit-transform: scale(5);
transform: scale(5);
}
}
::-webkit-input-placeholder { /* Chrome */
color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
color: #bbb;
}
:-moz-placeholder { /* Firefox 4 - 18 */
color: #bbb;
}
/*End*/
/*---------Phone call button start---------*/
.phone-call {
width: 60px;
height: 60px;
left: 20px;
bottom: 20px;
background-image: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
background-size: 200% auto;
position: fixed;
text-align: center;
color: #ffffff;
cursor: pointer;
border-radius: 50%;
z-index: 99;
display: inline-block;
/*line-height: 70px;
font-size: 30px;*/
}
.phone-call i{
line-height: 60px;
font-size: 30px;
-webkit-transition: all .2s ease-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.phone-call .open i {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.phone-call img {
width: 30px;
height: 30px;
}
.phone-call:before {
position: absolute;
content: " ";
/*z-index: -1;*/
top: -15px;
left: -15px;
background-color: #90af3d;
width: 90px;
height: 90px;
border-radius: 100%;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
opacity: 0.6;
-webkit-animation: pulse 1s ease-out;
animation: pulse 1.8s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.call-widget-body {
display: none;
position: fixed;
left: 90px;
bottom: 20px;
background: #fff;
padding: 30px;
width: 280px;
z-index: 999;
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
box-shadow: 0 20px 50px rgb(23, 32, 90);
}
.call-widget-body .widget-image {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 50%;
}
.call-widget-body .widget-image img {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 50%;
}
.call-widget-body .widget-text .agent-name {
font-weight: 700;
color: #2c3e50;
text-align: center;
margin-top: 10px;
}
.call-widget-body .widget-text .agent-job-tittle {
color: #787878;
font-size: 13px;
text-align: center;
margin-bottom: 10px;
}
.call-widget-body .widget-text .show-phone-number {
text-align: center;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
}
.call-widget-body .widget-text .show-phone-number a {
color: #fc6462;
text-decoration: underline;
font-weight: 400;
font-style: normal;
}
#show-icon .fa-times {
display: none;
}
#show-icon.open .fa-times{
display: block;
}
#show-icon.open .fa-phone {
display: none;
}
/*End*/
/*----------Footer Section start----------*/
footer {
/*width:100vw;
position:fixed;
bottom:0px*/
background: #000000ab;
position: relative;
padding-top: 40px;
}
footer .footer-text {
font-size: 16px;
line-height: 24px;
font-weight: 400;
letter-spacing: .1px;
color: #fff;
background: linear-gradient(40deg,#1B5FDD,#072154);
padding: 20px 0;
margin: 0 !important;
}
footer div {
/*background:#000;*/
/*margin: -7px 0px 0px 0px;*/
/*padding:0px;*/
color: #fff;
text-align:center;
}
footer div .social-icons ul {
display: flex;
justify-content: center;
}
footer svg {
width:100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.arrow {
stroke-width: .3px;
stroke:yellow;
}
.topball {
animation: ball 1.5s ease-in-out;
animation-iteration-count:infinite;
animation-direction: alternate;
animation-delay: 0.3s;
cursor:pointer;
display: none;
}
.wave {
animation: wave 3s linear;
animation-iteration-count:infinite;
fill: #ae2b55;
}
.drop {
fill: transparent;
animation: drop 5s ease infinite normal;
stroke: #4478e3;
stroke-width:0.5;
opacity:.6;
transform: translateY(80%);
}
.drop1 {
transform-origin: 20px 3px;
}
.drop2 {
animation-delay: 3s;
animation-duration:3s;
transform-origin: 25px 3px;
}
.drop3 {
animation-delay: -2s;
animation-duration:3.4s;
transform-origin: 16px 3px;
}
.gooeff {
filter: url(#goo);
}
#wave2 {
animation-duration:5s;
animation-direction: reverse;
opacity: .6
}
#wave3 {
animation-duration: 7s;
opacity:.3;
}
@keyframes drop {
0% {
transform: translateY(80%);
opacity:.6;
}
80% {
transform: translateY(80%);
opacity:.6;
}
90% {
transform: translateY(10%) ;
opacity:.6;
}
100% {
transform: translateY(0%) scale(1.5);
stroke-width:0.2;
opacity:0;
}
}
@keyframes wave {
to {transform: translateX(-100%);}
}
@keyframes ball {
to {transform: translateY(20%);}
}
/* Footer css */
.element-btn .element-fill-btn {
background-color: #ff6600;
border: 0;
color: #fff;
padding: 13px 5px;
font-size: 16px;
font-weight: 900;
font-style: italic;
text-transform: uppercase;
width: 252px;
margin: 0 auto;
border-radius: 25px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
box-shadow: 0px 10px 50px -10px rgba(255, 10, 120, 1);
}
.fill-btn {
background-color: #ff6600;
border: 0;
color: #fff;
padding: 13px 5px;
font-size: 16px;
font-weight: 900;
font-style: italic;
text-transform: uppercase;
width: 252px;
margin: 0 auto;
border-radius: 25px;
position: absolute;
bottom: -25px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.fill-btn:hover,
.element-btn .element-fill-btn:hover {
background-color: #201f1f;
box-shadow: 0px 10px 50px -10px rgb(32, 31, 31);
}
.footer {
position: relative;
padding:50px 0px;
}
.footerBg {
position: absolute;
top: 0;
bottom: 0;
opacity: 0.13;
width: 100%;
height: 100%;
}
.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="passowrd"],
.form-Box textarea {
width: 100%;
height: 50px;
border: 1px solid #737373;
border-radius: 25px;
background-color: transparent;
padding: 5px 25px;
margin-bottom: 20px;
font-size: 14px;
color: #737373;
font-style: italic;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-transform: uppercase;
}
.form-Box textarea {
height: 113px;
padding: 15px 25px;
resize: none;
}
.form-Box .b_effect:focus,
.subscribe form input:focus {
border-color: #ff6600;
}
.form-Box .fill-btn {
position: static;
transform: translate(0%, 0);
-webkit-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
width: 184px;
}
.form-Box .fill-btn:hover,
.subscribe form .fill-btn:hover {
background-color: #ffe402;
color: #201f1f;
box-shadow: 0px 10px 50px -10px rgb(255, 228, 2);
}
.fTitle {
font-weight: 900;
color: #ffffff;
text-transform: uppercase;
font-style: italic;
margin-bottom: 20px;
}
.fTitle span {
color: #ff6600;
}
.contact-address ul li,
.contact-address ul li a {
color: #f26230;
font-size: 16px;
font-style: italic;
margin-bottom: 15px;
line-height: 32px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.contact-address {
padding: 0 15%;
}
.contact-address ul li i {
margin-right: 15px;
display: inline-block;
float: left;
line-height: 32px;
}
.contact-address ul li span {
display: table;
text-align: left;
}
.contact-address ul li a:hover {
color: #ff6600;
}
.subscribe form {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 60px;
}
.subscribe form input {
width: 100%;
height: 50px;
border: 1px solid #737373;
border-radius: 25px;
background-color: transparent;
padding: 5px 25px 5px 25px;
font-size: 14px;
color: #737373;
font-style: italic;
margin-bottom: 30px;
}
.subscribe form .fill-btn {
bottom: auto;
top: 0;
right: 0;
left: auto;
transform: translate(0%, 0);
-webkit-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
width: 209px;
}
.social-icons ul li {
display: inline-block;
float: left;
color: #fff;
text-align: center;
line-height: 43px;
position: relative;
width: 43px;
height: 43px;
margin-right: 28px;
}
.social-icons ul li a {
color: #fff;
position: relative;
display: inline-block;
width: 100%;
font-size: 16px;
}
.social-icons ul li:before {
content: "";
width: 43px;
height: 43px;
display: inline-block;
position: absolute;
border: 1px solid #ff6600;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.social-icons ul li:last-child {
margin: 0;
}
.social-icons ul li:hover:before {
background: linear-gradient(to left, #ea1b35 0%, #1b52a4 50%, #ea1b35 100%);
}
/* Copyright css */
.copyright {
padding: 30px 0;
text-align: center;
}
.copyright h6 {
font-size: 14px;
/* font-style: italic; */
color: #fff;
/* font-weight: bold; */
letter-spacing: 2px;
}
.copyright h6 a {
color: #ff6600;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.copyright h6 a:hover {
color: #201f1f;
}
/*End*/
/*-----------------Mobile View CSS Start-----------------*/
@media(max-width: 767px){
.choose-us-wrapper-inner .choose-us-title {
padding: 0 0 0 8px;
}
.bannere .banner-slider .slick-prev, .bannere .banner-slider .slick-next {
display: none !important;
}
.banner-slider .banner-item video {
height: 300px;
}
.banner-slider .content-main-header {
/*margin-top: 35px;*/
font-size: 14px;
}
.banner-slider div img {
height: 250px;
object-fit: cover !important;
}
.header-innerpart {
display: block !important;
}
.main_h {
padding: 5px;
}
.mobile-toggle {
top: 25px;
}
.header-pages {
display: none;
padding: 0px;
}
.open-nav .header-pages {
display: block;
}
.banner-text {
left: 10px;
margin: auto !important; /*changes*/
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #444444b5;
width: 200px;
height: 200px;
padding: 10px;
}
.phone-call{
width: 30px;
height: 30px;
left: 10px;
bottom: 10px;
}
.phone-call i {
line-height: 32px;
font-size: 14px;
}
.phone-call:before {
width: 50px;
height: 50px;
top: -10px;
left: -10px;
}
.chat-window .fab {
width: 30px;
height: 30px;
}
.chat-window.fabs {
right: 10px;
bottom: 10px;
}
.chat-window .fab > i {
font-size: 14px;
line-height: 34px;
}
.animate-fab:before {
width: 50px;
height: 50px;
top: 14px;
left: -10px;
}
.counters-underpart {
margin-bottom: 20px;
}
.rev-order {
display: flex !important;
flex-direction: column-reverse;
}
.choose-us-wrapper {
overflow: hidden;
padding: 8px 4px;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner {
flex-direction: inherit !important;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner .choose-us-title {
text-align: left;
padding: 0 0 0 7px;
}
.work-item .card {
box-shadow: unset;
}
.our-works .slick-prev {
right: 60px;
}
.our-works .btn_3 {
left: 0;
}
.leading-industries .industries-wrapper {
margin-bottom: 10px;
}
.contact-us {
margin-top: 20px;
}
footer .footer-text {
font-size: 14px;
line-height: 1;
}
.our-portfolio .portfolio-img img {
width: 100%;
height: auto;
}
.our-portfolio:before {
height: 30px;
}
.our-portfolio:after {
height: 30px;
}
.banner:before {
height: 30px;
}
.banner:after {
height: 30px;
}
.our-works.project-page .work-item .card{
width: 100%;
}
.website-development, .php-development, .codeigniter-development, .e-commerce-development {
padding: 4em 0;
}
.history_slider .slide-item-box {
margin: auto;
display: block !important;
}
.history_slider .slide-item-box .img-box {
width: 100%;
}
.history_slider .slide-item-box .content-box {
width: 100%;
margin-top: 10px;
}
.img-on-banner {
width: 100% !important;
margin-bottom: 20px;
}
.quotation-form-innerpart {
width: 100%;
}
.call-widget-body {
width: 225px;
padding: 10px;
left: 50px;
}
.chat-window .chat {
right: 60px;
bottom: 15px;
}
#back-to-top {
width: 30px;
height: 30px;
bottom: 50px;
right: 10px;
}
.back-top-icon {
margin: 8px 0 0 7px;
}
}
/*--------------Mobile view CSS end*/
/*-------------------TAB view CSS start-------------------*/
@media(min-width: 768px) and (max-width: 991px){
.choose-us-wrapper {
padding: 10px;
}
.choose-us-wrapper .choose-us-wrapper-inner {
padding: 0px;
}
.choose-us-wrapper-inner .choose-us-title {
font-size: 16px;
padding: 0 0 0 8px;
}
.choose-us-wrapper.choose-us-wrapper-alignright .choose-us-wrapper-inner .choose-us-title {
padding: 0 8px 0 0;
}
.leading-industries .industries-wrapper {
margin-bottom: 10px;
}
.main_h nav {
width: 100%;
}
.main_h nav ul li{
margin-left: 0;
}
.portfolio-img img {
width: 100% !important;
height: auto !important;
}
.img-on-banner {
width: 100% !important;
height: auto !important;
}
}
/*-----------------TAB view CSS end*/
| 0.255622 | 0.03962 |
.main-navigation {
background: #ffffff;
padding: 0 40px; }
.main-navigation .main-nav-menu {
align-self: stretch; }
.main-navigation .main-nav-menu .nav-item-dropdown .is-active {
color: #f5a623;
font-weight: bold; }
.main-navigation .navbar-nav {
margin: 0;
align-self: stretch; }
.main-navigation .navbar-nav .navigation-link {
display: flex;
padding: 10px; }
.main-navigation .navbar-nav .nav-item {
font-weight: 500;
font-size: 16px;
text-transform: uppercase;
padding: 0 24px 0 24px;
display: flex;
color: #4a4a4a;
align-self: center; }
.main-navigation .navbar-nav .nav-item a,
.main-navigation .navbar-nav .nav-item .dropdown {
color: #4a4a4a; }
.main-navigation .navbar-nav .is-active {
background: rgba(155, 155, 155, 0.11); }
.main-navigation .navbar-nav .is-active .nav-item {
color: #f5a623;
font-weight: bold; }
.main-navigation .navbar-nav .nav-border-diveider {
margin: 12px 0;
border-left: 1px solid #979797; }
.main-navigation .navbar-nav .profile-nav-box {
display: flex; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
padding: 0 0 0 24px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container .auth-nav-text {
color: #4a4a4a; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container a {
color: #393c40; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-avatar {
width: 30px;
height: 30px;
margin: 12px 0; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-avatar img {
height: 100%;
border-radius: 15px; }
.main-navigation .navbar-nav .dropdown-default {
position: absolute;
will-change: transform;
top: 0;
width: 130px !important;
transform: translate3d(-20px, 45px, 0px) !important; }
.main-navigation .navbar-nav .dropdown-default span {
padding: 0 10px; }
@media (min-width: 1200px) {
.main-navigation .navbar-nav .nav-item {
padding: 0 20px 0 20px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container {
padding: 0 0 0 20px; } }
@media (max-width: 1199px) {
.main-navigation .navbar-nav .nav-item {
padding: 0 8px 0 8px; } }
@media (max-width: 990px) {
.main-navigation .navbar-nav .nav-item {
padding: 0;
font-size: 15px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container {
padding: 0;
font-size: 15px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-avatar {
display: none; } }
@media only screen and (max-width: 768px) {
.main-navigation .navbar-nav .nav-item-dropdown {
align-self: flex-start; } }
.main-navigation .navbar-nav .border-left {
border-right: 1px solid black; }
/*# sourceMappingURL=MainNavigationComponent.css.map */
|
src/components/Navigation/MainNavigationComponent/MainNavigationComponent.css
|
.main-navigation {
background: #ffffff;
padding: 0 40px; }
.main-navigation .main-nav-menu {
align-self: stretch; }
.main-navigation .main-nav-menu .nav-item-dropdown .is-active {
color: #f5a623;
font-weight: bold; }
.main-navigation .navbar-nav {
margin: 0;
align-self: stretch; }
.main-navigation .navbar-nav .navigation-link {
display: flex;
padding: 10px; }
.main-navigation .navbar-nav .nav-item {
font-weight: 500;
font-size: 16px;
text-transform: uppercase;
padding: 0 24px 0 24px;
display: flex;
color: #4a4a4a;
align-self: center; }
.main-navigation .navbar-nav .nav-item a,
.main-navigation .navbar-nav .nav-item .dropdown {
color: #4a4a4a; }
.main-navigation .navbar-nav .is-active {
background: rgba(155, 155, 155, 0.11); }
.main-navigation .navbar-nav .is-active .nav-item {
color: #f5a623;
font-weight: bold; }
.main-navigation .navbar-nav .nav-border-diveider {
margin: 12px 0;
border-left: 1px solid #979797; }
.main-navigation .navbar-nav .profile-nav-box {
display: flex; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
padding: 0 0 0 24px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container .auth-nav-text {
color: #4a4a4a; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container a {
color: #393c40; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-avatar {
width: 30px;
height: 30px;
margin: 12px 0; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-avatar img {
height: 100%;
border-radius: 15px; }
.main-navigation .navbar-nav .dropdown-default {
position: absolute;
will-change: transform;
top: 0;
width: 130px !important;
transform: translate3d(-20px, 45px, 0px) !important; }
.main-navigation .navbar-nav .dropdown-default span {
padding: 0 10px; }
@media (min-width: 1200px) {
.main-navigation .navbar-nav .nav-item {
padding: 0 20px 0 20px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container {
padding: 0 0 0 20px; } }
@media (max-width: 1199px) {
.main-navigation .navbar-nav .nav-item {
padding: 0 8px 0 8px; } }
@media (max-width: 990px) {
.main-navigation .navbar-nav .nav-item {
padding: 0;
font-size: 15px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-container {
padding: 0;
font-size: 15px; }
.main-navigation .navbar-nav .profile-nav-box .profile-nav-avatar {
display: none; } }
@media only screen and (max-width: 768px) {
.main-navigation .navbar-nav .nav-item-dropdown {
align-self: flex-start; } }
.main-navigation .navbar-nav .border-left {
border-right: 1px solid black; }
/*# sourceMappingURL=MainNavigationComponent.css.map */
| 0.352313 | 0.030589 |
:root{
--color1: rgb(129, 136, 156);
--color2: #ffbf00;
--color3: #5a0b0e;
--fondo: #f2f2f2;
--titulos: 33px;
--subtitulos: 18px;
--margenes: 60px;
--espacios: 15px;
--espacios-contenido: 45px;
--contador:0;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: "arial";
background: var(--fondo);
}
img{
vertical-align: top;
}
/*preloader*/
.hidden{
overflow: hidden;
}
.centrado1{
position: fixed;
width: 100vw;
height: 100vh;
background: #000000;
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
}
.lds-hourglass {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-hourglass:after {
content: " ";
display: block;
border-radius: 50%;
width: 0;
height: 0;
margin: 8px;
box-sizing: border-box;
border: 32px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
0% {
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
transform: rotate(1800deg);
}
}
/* Header */
.cabecera img{
margin-top: 100px;
width: 100%;
--medidapantalla: width;
height: var(--medidapantalla)*13.28/100;
--anchobanner: height;
background-size: cover;
background-position: center;
}
nav{
width: 100%;
position: fixed;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
z-index: 10;
}
.nav1{
background: var(--fondo);
height: 100px;
color: #000;
}
.contenedor-nav{
display: flex;
margin: auto;
width: 90%;
justify-content: space-between;
align-items: center;
max-width: 1000px;
height: inherit;
overflow: hidden;
}
nav .enlaces a{
display: inline-block;
padding: 5px 0;
margin-right: 17px;
font-size: 20px;
font-weight: 300;
text-decoration: none;
border-bottom: 3px solid transparent;
color: inherit;
}
nav .enlaces a:hover{
border-bottom: 4px solid var(--color3);
transition: 0.6s;
}
.textos-nav h1{
font-size: 20px;
margin-bottom: var(--espacios);
}
.textos-nav h2{
font-size: 18px;
}
.logo, .logo img{
height: 90px;
cursor: pointer;
}
.icono{
display: none;
font-size: 24px;
padding: 23.5px 20px;
}
/* Main */
.logout{
width: 100%;
height: 70px;
background: var(--color3);
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
display: flex;
margin: auto;
}
.logout-button{
color: #fff;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
font-size: 20px;
font-weight: 300;
margin-left: 75%;
}
.logout-button:hover{
color: var(--color2);
transition: 0.6s;
}
.logout p{
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
margin-left: 20px;
}
.contenedor{
margin: auto;
padding: var(--margenes) 0;
width: 90%;
max-width: var(--medidapantalla);
text-align: center;
overflow: hidden;
margin-bottom: -20px;
}
.contenedor h3{
font-size: var(--titulos);
color: var(--color3);
margin-bottom: var(--espacios);
}
.contenedor p{
font-size: var(--subtitulos);
font-weight: 500;
color: #000;
}
/*Avisos*/
.anuncios{
margin-top: 50px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.anuncios h3{
margin-bottom: 40px;
display: absolute;
z-index: 5;
}
.slider{
position: relative;
width: 100%;
height: 300px;
overflow: hidden;
border-radius: 40px;
}
.slider img{
max-width: 100%;
}
.slide{
display: flex;
transform: translate3d(0, 0, 0);
transition: all 600ms;
animation-name: autoplay;
animation-duration: 8s;
animation-direction: alternate;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
}
.item-slide{
position: static;
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
max-width: 100%;
}
.pagination{
position: absolute;
bottom: 20px;
left: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
}
.pagination-item{
display: flex;
flex-direction: column;
align-items: center;
border: 2px solid #fff;
width: 16px;
height: 16px;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
background: rgba(255, 255, 255, 0.5);
margin: 0 10px;
text-align: center;
transition: all 300ms;
}
.pagination-item:hover{
transform: scale(2);
}
.pagination-item img{
display: inline-block;
max-width: none;
width: 100%;
height: 100%;
transform: scale(1);
opacity: 0;
transition: al 300ms;
}
.pagination-item:hover img{
opacity: 1;
transform: scale(1);
}
input[id="1"]:checked ~ .slide{
animation: none;
transform: translate3d(0, 0, 0);
transition: 1s;
}
input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
background: #fff;
}
input[id="2"]:checked ~ .slide{
animation: none;
transform: translate3d(calc(-100% * 1), 0, 0);
transition: 1s;
}
input[id="2"]:checked ~ .pagination .pagination-item[for="2"]{
background: #fff;
}
input[id="3"]:checked ~ .slide{
animation: none;
transform: translate3d(calc(-100% * 2), 0, 0);
transition: 1s;
}
input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
background: #fff;
}
@keyframes autoplay{
30%{
transform: translate3d(calc(-100%*0), 0, 0);
}
60%{
transform: translate3d(calc(-100%*1), 0, 0);
}
100%{
transform: translate3d(calc(-100%*2), 0, 0);
}
}
/*Tramimtes*/
.tramites{
width: 100%;
height: 700px;
/*background: linear-gradient(to bottom,
rgba(255, 255, 255, 0.45),
rgba(230, 226, 226, 0.6),
rgba(255, 255, 255, 0.45)
), url(img/papeleo1.jpg);*/
}
.card{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 70px;
}
.content-card{
width: 25%;
box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
overflow: hidden;
height: 400px;
cursor: pointer;
border-radius: 35px;
}
.trm{
height: 85%;
}
.content-card img{
width: 100%;
height: 100%;
object-fit: cover;
}
.texto-trm{
background: var(--color3);
color: #fff;
height: 15%;
width: 100%;
padding: 20px;
font-size: 20px;
}
.texto-trm h4:hover{
color: var(--color2);
transition: 0.6s;
}
/*Footer*/
.footer{
background: var(--color3);
height: auto;
}
.footer-logo{
width: 100px;
margin: auto;
margin-bottom: var(--espacios);
}
.footer-logo img{
margin-top: var(--espacios);
width: 100%;
}
.iconos{
display: flex;
margin: auto;
justify-content: space-around;
width: 100%;
}
.fab{
font-size: 60px;
margin-bottom: var(--espacios);
display: inline-block;
}
.fa-facebook{
color: #3b5998;
}
.fa-twitter{
color: #00acee;
}
.fa-youtube{
color: #c4302b;
}
.footer p{
margin-top: var(--espacios);
color: #fff;
font-size: 20px;
text-align: center;
}
.footer a{
color: #fff;
text-decoration:none;
}
.TextoFooter{
margin-bottom: var(--espacios);
}
|
VentanillaDigital/PaginaTec/estilosIndex.css
|
:root{
--color1: rgb(129, 136, 156);
--color2: #ffbf00;
--color3: #5a0b0e;
--fondo: #f2f2f2;
--titulos: 33px;
--subtitulos: 18px;
--margenes: 60px;
--espacios: 15px;
--espacios-contenido: 45px;
--contador:0;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: "arial";
background: var(--fondo);
}
img{
vertical-align: top;
}
/*preloader*/
.hidden{
overflow: hidden;
}
.centrado1{
position: fixed;
width: 100vw;
height: 100vh;
background: #000000;
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
}
.lds-hourglass {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-hourglass:after {
content: " ";
display: block;
border-radius: 50%;
width: 0;
height: 0;
margin: 8px;
box-sizing: border-box;
border: 32px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
0% {
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
transform: rotate(1800deg);
}
}
/* Header */
.cabecera img{
margin-top: 100px;
width: 100%;
--medidapantalla: width;
height: var(--medidapantalla)*13.28/100;
--anchobanner: height;
background-size: cover;
background-position: center;
}
nav{
width: 100%;
position: fixed;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
z-index: 10;
}
.nav1{
background: var(--fondo);
height: 100px;
color: #000;
}
.contenedor-nav{
display: flex;
margin: auto;
width: 90%;
justify-content: space-between;
align-items: center;
max-width: 1000px;
height: inherit;
overflow: hidden;
}
nav .enlaces a{
display: inline-block;
padding: 5px 0;
margin-right: 17px;
font-size: 20px;
font-weight: 300;
text-decoration: none;
border-bottom: 3px solid transparent;
color: inherit;
}
nav .enlaces a:hover{
border-bottom: 4px solid var(--color3);
transition: 0.6s;
}
.textos-nav h1{
font-size: 20px;
margin-bottom: var(--espacios);
}
.textos-nav h2{
font-size: 18px;
}
.logo, .logo img{
height: 90px;
cursor: pointer;
}
.icono{
display: none;
font-size: 24px;
padding: 23.5px 20px;
}
/* Main */
.logout{
width: 100%;
height: 70px;
background: var(--color3);
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
display: flex;
margin: auto;
}
.logout-button{
color: #fff;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
font-size: 20px;
font-weight: 300;
margin-left: 75%;
}
.logout-button:hover{
color: var(--color2);
transition: 0.6s;
}
.logout p{
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
margin-left: 20px;
}
.contenedor{
margin: auto;
padding: var(--margenes) 0;
width: 90%;
max-width: var(--medidapantalla);
text-align: center;
overflow: hidden;
margin-bottom: -20px;
}
.contenedor h3{
font-size: var(--titulos);
color: var(--color3);
margin-bottom: var(--espacios);
}
.contenedor p{
font-size: var(--subtitulos);
font-weight: 500;
color: #000;
}
/*Avisos*/
.anuncios{
margin-top: 50px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.anuncios h3{
margin-bottom: 40px;
display: absolute;
z-index: 5;
}
.slider{
position: relative;
width: 100%;
height: 300px;
overflow: hidden;
border-radius: 40px;
}
.slider img{
max-width: 100%;
}
.slide{
display: flex;
transform: translate3d(0, 0, 0);
transition: all 600ms;
animation-name: autoplay;
animation-duration: 8s;
animation-direction: alternate;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
}
.item-slide{
position: static;
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
max-width: 100%;
}
.pagination{
position: absolute;
bottom: 20px;
left: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
}
.pagination-item{
display: flex;
flex-direction: column;
align-items: center;
border: 2px solid #fff;
width: 16px;
height: 16px;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
background: rgba(255, 255, 255, 0.5);
margin: 0 10px;
text-align: center;
transition: all 300ms;
}
.pagination-item:hover{
transform: scale(2);
}
.pagination-item img{
display: inline-block;
max-width: none;
width: 100%;
height: 100%;
transform: scale(1);
opacity: 0;
transition: al 300ms;
}
.pagination-item:hover img{
opacity: 1;
transform: scale(1);
}
input[id="1"]:checked ~ .slide{
animation: none;
transform: translate3d(0, 0, 0);
transition: 1s;
}
input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
background: #fff;
}
input[id="2"]:checked ~ .slide{
animation: none;
transform: translate3d(calc(-100% * 1), 0, 0);
transition: 1s;
}
input[id="2"]:checked ~ .pagination .pagination-item[for="2"]{
background: #fff;
}
input[id="3"]:checked ~ .slide{
animation: none;
transform: translate3d(calc(-100% * 2), 0, 0);
transition: 1s;
}
input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
background: #fff;
}
@keyframes autoplay{
30%{
transform: translate3d(calc(-100%*0), 0, 0);
}
60%{
transform: translate3d(calc(-100%*1), 0, 0);
}
100%{
transform: translate3d(calc(-100%*2), 0, 0);
}
}
/*Tramimtes*/
.tramites{
width: 100%;
height: 700px;
/*background: linear-gradient(to bottom,
rgba(255, 255, 255, 0.45),
rgba(230, 226, 226, 0.6),
rgba(255, 255, 255, 0.45)
), url(img/papeleo1.jpg);*/
}
.card{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 70px;
}
.content-card{
width: 25%;
box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
overflow: hidden;
height: 400px;
cursor: pointer;
border-radius: 35px;
}
.trm{
height: 85%;
}
.content-card img{
width: 100%;
height: 100%;
object-fit: cover;
}
.texto-trm{
background: var(--color3);
color: #fff;
height: 15%;
width: 100%;
padding: 20px;
font-size: 20px;
}
.texto-trm h4:hover{
color: var(--color2);
transition: 0.6s;
}
/*Footer*/
.footer{
background: var(--color3);
height: auto;
}
.footer-logo{
width: 100px;
margin: auto;
margin-bottom: var(--espacios);
}
.footer-logo img{
margin-top: var(--espacios);
width: 100%;
}
.iconos{
display: flex;
margin: auto;
justify-content: space-around;
width: 100%;
}
.fab{
font-size: 60px;
margin-bottom: var(--espacios);
display: inline-block;
}
.fa-facebook{
color: #3b5998;
}
.fa-twitter{
color: #00acee;
}
.fa-youtube{
color: #c4302b;
}
.footer p{
margin-top: var(--espacios);
color: #fff;
font-size: 20px;
text-align: center;
}
.footer a{
color: #fff;
text-decoration:none;
}
.TextoFooter{
margin-bottom: var(--espacios);
}
| 0.503418 | 0.103885 |
.mo-switch {
position: relative;
display: inline-block;
width: 80px;
height: 36px;
}
.mo-switch input {display:none;}
.mo-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: grey;
-webkit-transition: .4s;
transition: .4s;
}
.mo-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .mo-slider {
background-color: grey;
}
input:focus + .mo-slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-slider:before {
-webkit-transform: translateX(46px);
-ms-transform: translateX(46px);
transform: translateX(46px);
}
/*------ ADDED CSS ---------*/
.on
{
display: none;
}
.on, .off
{
color: white;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
font-weight: bold;
font-size: 12px;
font-family: Verdana, sans-serif;
}
input:checked+ .mo-slider .on
{display: block;}
input:checked + .mo-slider .off
{display: none;}
/*--------- END --------*/
/* Rounded mo-sliders */
.mo-slider.round {
border-radius: 34px;
}
.mo-slider.round:before {
border-radius: 50%;}
/*
.mo-switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
!* Hide default HTML checkbox *!
.mo-switch input {
display: none;
}
!* The mo-slider *!
.mo-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.mo-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .mo-slider {
background-color: #2196F3;
}
input:focus + .mo-slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
!* Rounded mo-sliders *!
.mo-slider.round {
border-radius: 34px;
}
.mo-slider.round:before {
border-radius: 50%;
}
*/
|
dist/plugins/miniorange-google-apps-login/includes/css/toggleSwitch.css
|
.mo-switch {
position: relative;
display: inline-block;
width: 80px;
height: 36px;
}
.mo-switch input {display:none;}
.mo-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: grey;
-webkit-transition: .4s;
transition: .4s;
}
.mo-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .mo-slider {
background-color: grey;
}
input:focus + .mo-slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-slider:before {
-webkit-transform: translateX(46px);
-ms-transform: translateX(46px);
transform: translateX(46px);
}
/*------ ADDED CSS ---------*/
.on
{
display: none;
}
.on, .off
{
color: white;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
font-weight: bold;
font-size: 12px;
font-family: Verdana, sans-serif;
}
input:checked+ .mo-slider .on
{display: block;}
input:checked + .mo-slider .off
{display: none;}
/*--------- END --------*/
/* Rounded mo-sliders */
.mo-slider.round {
border-radius: 34px;
}
.mo-slider.round:before {
border-radius: 50%;}
/*
.mo-switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
!* Hide default HTML checkbox *!
.mo-switch input {
display: none;
}
!* The mo-slider *!
.mo-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.mo-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .mo-slider {
background-color: #2196F3;
}
input:focus + .mo-slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
!* Rounded mo-sliders *!
.mo-slider.round {
border-radius: 34px;
}
.mo-slider.round:before {
border-radius: 50%;
}
*/
| 0.397354 | 0.062417 |
--------------------------*/
body {
background:#eee;
}
#wrapper {
width:800px;
margin:0px auto;
background:#fff;
padding:10px;
}
#factory {
display:none;
}
.ui-tooltip {
max-width:500px;
padding:2px 5px 3px 6px;
border-width:1px !important;
border:1px solid #222;
box-shadow:0 0 5px 1px #888;
color:#575757;
background:#fff;
font-family:inherit;
font-size:12px;
}
/* ABOUT
--------------------------*/
.about {
width:780px;
margin:0px 0px 15px 0px;
}
.kc3 {
width:780px;
height:70px;
border-radius:8px;
margin:0px 0px 3px 0px;
padding:3px 5px;
}
.kc3 .logo {
width:64px;
height:64px;
float:left;
margin:0px 10px 0px 0px;
}
.kc3 .title {
width:300px;
height:64px;
float:left;
margin:0px 5px 0px 0px;
}
.kc3 .title .name {
width:300px;
height:64px;
line-height:64px;
font-size:22px;
font-weight:bold;
}
/* SETTINGS
--------------------------*/
.settings {
width:780px;
}
/* Section */
.section {
width:780px;
height:24px;
padding:0px 0px 0px 10px;
margin:20px 0px 10px 0px;
}
.section .title {
height:24px;
float:left;
font-size:20px;
line-height:24px;
margin:0px 10px 0px 0px;
color:#0099FF;
}
.section a {
text-decoration:none;
}
.section a.more {
width:170px;
height:24px;
float:right;
margin:0px 10px 0px 0px;
text-align:right;
}
.section .icon {
width:16px;
height:16px;
line-height:16px;
float:right;
border-radius:10px;
margin:4px 5px 0px 0px;
background:#555;
color:#ccc;
font-size:12px;
font-weight:bold;
text-align:center;
text-decoration:none;
}
.section .note {
height:24px;
float:right;
font-size:12px;
line-height:24px;
}
/* Settings Boxes */
.settingBox {
width:750px;
min-height:45px;
background:#f6f6f6;
border-radius:8px 20px 20px 8px;
margin:0px 0px 5px 20px;
padding:0 0 5px 0;
overflow:hidden;
position:relative;
display:table;
}
.settingBox .title {
width:210px;
height:40px;
line-height:20px;
font-size:14px;
font-weight:bold;
padding-left:10px;
display:table-cell;
vertical-align:middle;
}
.settingBox .options {
width:440px;
float:left;
margin:0px 5px 0px 0px;
display:table-cell;
}
.settingBox .note {
max-width:192px;
height:40px;
line-height:40px;
float:left;
text-align:right;
font-weight:bold;
color:#009900;
display:none;
position:absolute;
right:10px;
top:12px;
pointer-events:none;
}
.settingBox .resetButton {
max-width:85px;
height:18px;
line-height:17px;
float:right;
padding:0px 8px;
position:relative;
top:4px;
right:10px;
border-radius:7px;
font-size:11px;
color:#000;
background:#ffc;
border:1px solid #ccc;
overflow:hidden;
white-space:nowrap;
display:none;
}
.settingBox .resetButton:hover {
background:#7ad;
border:1px solid #369;
color:#fff;
}
/* Settings Options */
.settingBox .options .checkbox {
width:20px;
height:20px;
margin:10px 0px 0px 0px;
}
.settingBox .options .small_text {
width:60px;
height:20px;
line-height:20px;
text-align:center;
font-size:16px;
font-weight:bold;
margin:10px 5px 0px 0px;
border:0px none;
background:transparent;
}
.settingBox .options .small_text:hover {
background:#ffc;
}
.settingBox .options .small_text:focus {
border:1px inset;
background:#ffc;
padding:0px 2px;
}
.settingBox .options .long_text {
width:430px;
height:22px;
line-height:22px;
font-size:12px;
margin:9px 5px 0px 0px;
border:0px none;
background:transparent;
}
.settingBox .options .long_text:hover {
background:#ffc;
}
.settingBox .options .long_text:focus {
border:1px inset;
background:#ffc;
padding:0px 2px;
}
.settingBox .options .radioBox {
height:30px;
line-height:28px;
float:left;
padding:0px 15px;
margin:5px 10px 0px 0px;
border-radius:7px;
font-weight:normal;
background:#ffc;
border:1px solid #ccc;
color:#000;
}
.settingBox .options .radioBox.active {
background:#7ad;
border:1px solid #369;
color:#fff;
}
.settingBox .options .json_text {
width:400px;
min-width:400px;
max-width:400px;
height:100px;
min-height:100px;
font-size:12px;
font-family:monospace;
margin:9px 5px 0px 0px;
background:#fcfcfc;
border:1px solid #ccc;
}
.settingBox .options .json_text:hover {
background:#ffc;
}
.settingBox .options .json_text:focus {
background:#fff;
}
.settingBox .options .huge_text {
width:430px;
min-width:440px;
max-width:440px;
height:100px;
min-height:100px;
font-size:12px;
font-family:monospace;
margin:9px 5px 0px 0px;
background:#fcfcfc;
border:1px solid #ccc;
}
.settingBox .options .huge_text:hover {
background:#ffc;
}
.settingBox .options .huge_text:focus {
background:#fff;
}
.settingBox .options .dropdown {
width:430px;
height:25px;
line-height:23px;
font-size:14px;
margin:9px 5px 0px 0px;
border-radius:7px;
background:#ffc;
border:1px solid #ccc;
padding:0px 3px;
}
.settingBox .options .dropdown option:disabled {
color:#f99;
}
.settingBox.dangerous {
color: red;
background:#f68383;
}
|
src/pages/settings/settings.css
|
--------------------------*/
body {
background:#eee;
}
#wrapper {
width:800px;
margin:0px auto;
background:#fff;
padding:10px;
}
#factory {
display:none;
}
.ui-tooltip {
max-width:500px;
padding:2px 5px 3px 6px;
border-width:1px !important;
border:1px solid #222;
box-shadow:0 0 5px 1px #888;
color:#575757;
background:#fff;
font-family:inherit;
font-size:12px;
}
/* ABOUT
--------------------------*/
.about {
width:780px;
margin:0px 0px 15px 0px;
}
.kc3 {
width:780px;
height:70px;
border-radius:8px;
margin:0px 0px 3px 0px;
padding:3px 5px;
}
.kc3 .logo {
width:64px;
height:64px;
float:left;
margin:0px 10px 0px 0px;
}
.kc3 .title {
width:300px;
height:64px;
float:left;
margin:0px 5px 0px 0px;
}
.kc3 .title .name {
width:300px;
height:64px;
line-height:64px;
font-size:22px;
font-weight:bold;
}
/* SETTINGS
--------------------------*/
.settings {
width:780px;
}
/* Section */
.section {
width:780px;
height:24px;
padding:0px 0px 0px 10px;
margin:20px 0px 10px 0px;
}
.section .title {
height:24px;
float:left;
font-size:20px;
line-height:24px;
margin:0px 10px 0px 0px;
color:#0099FF;
}
.section a {
text-decoration:none;
}
.section a.more {
width:170px;
height:24px;
float:right;
margin:0px 10px 0px 0px;
text-align:right;
}
.section .icon {
width:16px;
height:16px;
line-height:16px;
float:right;
border-radius:10px;
margin:4px 5px 0px 0px;
background:#555;
color:#ccc;
font-size:12px;
font-weight:bold;
text-align:center;
text-decoration:none;
}
.section .note {
height:24px;
float:right;
font-size:12px;
line-height:24px;
}
/* Settings Boxes */
.settingBox {
width:750px;
min-height:45px;
background:#f6f6f6;
border-radius:8px 20px 20px 8px;
margin:0px 0px 5px 20px;
padding:0 0 5px 0;
overflow:hidden;
position:relative;
display:table;
}
.settingBox .title {
width:210px;
height:40px;
line-height:20px;
font-size:14px;
font-weight:bold;
padding-left:10px;
display:table-cell;
vertical-align:middle;
}
.settingBox .options {
width:440px;
float:left;
margin:0px 5px 0px 0px;
display:table-cell;
}
.settingBox .note {
max-width:192px;
height:40px;
line-height:40px;
float:left;
text-align:right;
font-weight:bold;
color:#009900;
display:none;
position:absolute;
right:10px;
top:12px;
pointer-events:none;
}
.settingBox .resetButton {
max-width:85px;
height:18px;
line-height:17px;
float:right;
padding:0px 8px;
position:relative;
top:4px;
right:10px;
border-radius:7px;
font-size:11px;
color:#000;
background:#ffc;
border:1px solid #ccc;
overflow:hidden;
white-space:nowrap;
display:none;
}
.settingBox .resetButton:hover {
background:#7ad;
border:1px solid #369;
color:#fff;
}
/* Settings Options */
.settingBox .options .checkbox {
width:20px;
height:20px;
margin:10px 0px 0px 0px;
}
.settingBox .options .small_text {
width:60px;
height:20px;
line-height:20px;
text-align:center;
font-size:16px;
font-weight:bold;
margin:10px 5px 0px 0px;
border:0px none;
background:transparent;
}
.settingBox .options .small_text:hover {
background:#ffc;
}
.settingBox .options .small_text:focus {
border:1px inset;
background:#ffc;
padding:0px 2px;
}
.settingBox .options .long_text {
width:430px;
height:22px;
line-height:22px;
font-size:12px;
margin:9px 5px 0px 0px;
border:0px none;
background:transparent;
}
.settingBox .options .long_text:hover {
background:#ffc;
}
.settingBox .options .long_text:focus {
border:1px inset;
background:#ffc;
padding:0px 2px;
}
.settingBox .options .radioBox {
height:30px;
line-height:28px;
float:left;
padding:0px 15px;
margin:5px 10px 0px 0px;
border-radius:7px;
font-weight:normal;
background:#ffc;
border:1px solid #ccc;
color:#000;
}
.settingBox .options .radioBox.active {
background:#7ad;
border:1px solid #369;
color:#fff;
}
.settingBox .options .json_text {
width:400px;
min-width:400px;
max-width:400px;
height:100px;
min-height:100px;
font-size:12px;
font-family:monospace;
margin:9px 5px 0px 0px;
background:#fcfcfc;
border:1px solid #ccc;
}
.settingBox .options .json_text:hover {
background:#ffc;
}
.settingBox .options .json_text:focus {
background:#fff;
}
.settingBox .options .huge_text {
width:430px;
min-width:440px;
max-width:440px;
height:100px;
min-height:100px;
font-size:12px;
font-family:monospace;
margin:9px 5px 0px 0px;
background:#fcfcfc;
border:1px solid #ccc;
}
.settingBox .options .huge_text:hover {
background:#ffc;
}
.settingBox .options .huge_text:focus {
background:#fff;
}
.settingBox .options .dropdown {
width:430px;
height:25px;
line-height:23px;
font-size:14px;
margin:9px 5px 0px 0px;
border-radius:7px;
background:#ffc;
border:1px solid #ccc;
padding:0px 3px;
}
.settingBox .options .dropdown option:disabled {
color:#f99;
}
.settingBox.dangerous {
color: red;
background:#f68383;
}
| 0.152127 | 0.038502 |
.SE-Chrome-Plugin.SEM-Message{
/*
position: absolute;
left: 0px;
right: 365px;
width: auto;
*/
margin-right: 50px;
}
.SE-Chrome-Plugin.SEM-Message .msg-header .ce-attachment.icon-attachment{
float: right;
margin: 10px 0 10px 5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-header .ce-attachment.icon-attachment:before{
vertical-align: middle;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar{
background: #f6f6f6;
padding: 5px 10px;
border: 1px solid #eee;
margin-top: 5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar .actionbtn {
height: 20px;
padding: 0px;
}
.SE-Chrome-Plugin.SEM-Message .msg-body{
padding:10px;
overflow: auto;
}
.SE-Chrome-Plugin.SEM-Message .view-delivery-btn{
padding:12px 20px 10px 20px;
border-bottom:1px dashed #AAA;
color: #666;
font-size:0.75rem;
background: rgba(0, 0, 0, 0.1);
margin-bottom:10px;
text-transform: uppercase;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo{
display:none;
position: relative;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-icon {
position: absolute;
left: 20px;
top: 10px;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-icon:before {
font-size: 32px;
color: #ffc926;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-message {
margin-left: 65px;
margin-top: 25px;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo h2{
font-size:0.75rem;
margin-bottom:5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo h3{
font-size:0.75rem;
font-weight:normal;
margin-bottom:20px;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo .btn-fyeo-unlock.actionbtn{
cursor: pointer;
border: 1px solid #a9a9a9;
background-color: #f0f0f0;
margin: 10px 0px;
height: auto;
width: 100px;
box-shadow: 0px 0px 3px 1px #ccc;
border-radius: 2px;
text-align: center;
cursor: pointer;
box-sizing: border-box;
padding: 7px 20px;
}
.SE-Chrome-Plugin.SEM-Message .actionbtn.disabled {
opacity: .5;
cursor: default;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-error{
color:#c00;
font-size:0.75rem;
}
.SE-Chrome-Plugin.SEM-Message .msg-loading{
margin-left: 10px;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled{
display:none;
position: relative;
}
.SE-Chrome-Plugin.SEM-Message .recalled-icon {
position: absolute;
left: 20px;
top: 10px;
}
.SE-Chrome-Plugin.SEM-Message .recalled-icon:before {
font-size: 32px;
color: #d90000;
}
.SE-Chrome-Plugin.SEM-Message .recalled-message {
margin-left: 65px;
margin-top: 25px;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-title{
margin-bottom:10px;
font-size:0.875rem;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-reasontitle{
margin-bottom:10px;
font-size:0.875rem;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-description, .SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-content{
font-size:0.75rem;
margin-bottom:15px;
}
.SE-Chrome-Plugin.SEM-Message .to-overflow{
background:#d9d9d9;
text-align:center;
padding:4px 0;
margin-top:5px;
}
.SE-Chrome-Plugin.SEM-Message .message-loading{
padding:20px 0;
text-align:center;
display:none;
}
.SE-Chrome-Plugin.SEM-Message .attachment-header {
color: #444;
padding: 10px 0 5px;
border-top: 1px solid #E2EBF6;
}
/*
.SE-Chrome-Plugin.SEM-Message .msg-attachments{
padding:10px 20px 20px;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments .ce-attachments{
padding:5px;
cursor:pointer;
margin-bottom:5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments .filename{
color: #444;
font-size: 0.875rem;
line-height: 20px;
display: inline-block;
max-width: 65%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-left: 5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments.recalled .filename{
color:#ff0000;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments .filesize{
color:#666;
margin-left:10px;
line-height:20px;
font-size:0.6875rem;
vertical-align: top;
}
*/
.SE-Chrome-Plugin.SEM-Message .msg-attachments img{
vertical-align: middle;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar .overflow-btn {
float: left;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar .deliveryslip-btn {
float: right;
}
.ce-attachment {
position: relative;
border: 1px solid #dfdfdf;
width: 280px;
background-color: #f0f0f0 !important;
display: inline-block;
margin: 5px 10px;
cursor: pointer;
}
.ce-attachment:before {
font-size: 28px;
background-color: #ccc;
color: #555;
width: 48px;
height: 48px;
text-align: center;
vertical-align: top;
padding-top: 7px;
display: table-cell !important;
box-sizing: border-box;
float: left;
}
.ce-attachment .content {
height: 48px;
margin-left: 48px;
margin-right: 26px;
box-sizing: border-box;
}
.ce-attachment .content .box {
line-height: 24px;
height: 24px;
width: 195px;
margin-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ce-attachment .iconbox {
width: 37px;
height: 38px;
background-color: #ccc !important;
background-image: url("/images/file_type_icons.png") !important;
background-repeat: no-repeat;
position: absolute;
left: 5px;
top: 5px;
}
.ce-attachment .dropdown-button {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
width: 25px;
height: 100%;
text-align: center;
display: block;
}
.ce-attachment .dropdown-menu {
position: absolute;
top: 40%;
right: 32px;
display: none;
z-index: 1000;
}
.ce-attachment .dropdown-menu .menu {
border: 1px solid #cfcfcf;
background-color: #f0f0f0;
padding: 10px;
cursor: pointer;
}
.ce-attachment .dropdown-button:before {
line-height: 50px !important;
}
.ce-attachment .iconbox.file-icon-excel {
background-position: 0 0;
}
.ce-attachment .iconbox.file-icon-pdf {
background-position: -36px 0;
}
.ce-attachment .iconbox.file-icon-ppt {
background-position: -72px 0;
}
.ce-attachment .iconbox.file-icon-doc {
background-position: -108px 0;
}
.ce-attachment .iconbox.file-icon-txt,
.ce-attachment .iconbox.file-icon-unknown {
background-position: -144px 0;
}
.ce-attachment .iconbox.file-icon-image {
background-position: -180px 0;
}
.ce-attachment .iconbox.file-icon-zip {
background-position: -216px 0;
}
.ce-attachment .iconbox.file-icon-rar {
background-position: -252px 0;
}
.ce-attachment .iconbox.file-icon-txt {
background-position: -288px 0;
}
.ce-attachment .iconbox.esignature{
background-position: -323px 0 !important;
}
|
onthefly_overwrite/more_tests/acceptance_tests/jjklfihngajdehchifejpbepdgbbejml_5_1_16161/webapp/chrome/Module/messages.css
|
.SE-Chrome-Plugin.SEM-Message{
/*
position: absolute;
left: 0px;
right: 365px;
width: auto;
*/
margin-right: 50px;
}
.SE-Chrome-Plugin.SEM-Message .msg-header .ce-attachment.icon-attachment{
float: right;
margin: 10px 0 10px 5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-header .ce-attachment.icon-attachment:before{
vertical-align: middle;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar{
background: #f6f6f6;
padding: 5px 10px;
border: 1px solid #eee;
margin-top: 5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar .actionbtn {
height: 20px;
padding: 0px;
}
.SE-Chrome-Plugin.SEM-Message .msg-body{
padding:10px;
overflow: auto;
}
.SE-Chrome-Plugin.SEM-Message .view-delivery-btn{
padding:12px 20px 10px 20px;
border-bottom:1px dashed #AAA;
color: #666;
font-size:0.75rem;
background: rgba(0, 0, 0, 0.1);
margin-bottom:10px;
text-transform: uppercase;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo{
display:none;
position: relative;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-icon {
position: absolute;
left: 20px;
top: 10px;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-icon:before {
font-size: 32px;
color: #ffc926;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-message {
margin-left: 65px;
margin-top: 25px;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo h2{
font-size:0.75rem;
margin-bottom:5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo h3{
font-size:0.75rem;
font-weight:normal;
margin-bottom:20px;
}
.SE-Chrome-Plugin.SEM-Message .msg-fyeo .btn-fyeo-unlock.actionbtn{
cursor: pointer;
border: 1px solid #a9a9a9;
background-color: #f0f0f0;
margin: 10px 0px;
height: auto;
width: 100px;
box-shadow: 0px 0px 3px 1px #ccc;
border-radius: 2px;
text-align: center;
cursor: pointer;
box-sizing: border-box;
padding: 7px 20px;
}
.SE-Chrome-Plugin.SEM-Message .actionbtn.disabled {
opacity: .5;
cursor: default;
}
.SE-Chrome-Plugin.SEM-Message .fyeo-error{
color:#c00;
font-size:0.75rem;
}
.SE-Chrome-Plugin.SEM-Message .msg-loading{
margin-left: 10px;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled{
display:none;
position: relative;
}
.SE-Chrome-Plugin.SEM-Message .recalled-icon {
position: absolute;
left: 20px;
top: 10px;
}
.SE-Chrome-Plugin.SEM-Message .recalled-icon:before {
font-size: 32px;
color: #d90000;
}
.SE-Chrome-Plugin.SEM-Message .recalled-message {
margin-left: 65px;
margin-top: 25px;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-title{
margin-bottom:10px;
font-size:0.875rem;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-reasontitle{
margin-bottom:10px;
font-size:0.875rem;
}
.SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-description, .SE-Chrome-Plugin.SEM-Message .msg-recalled .msg-recalled-content{
font-size:0.75rem;
margin-bottom:15px;
}
.SE-Chrome-Plugin.SEM-Message .to-overflow{
background:#d9d9d9;
text-align:center;
padding:4px 0;
margin-top:5px;
}
.SE-Chrome-Plugin.SEM-Message .message-loading{
padding:20px 0;
text-align:center;
display:none;
}
.SE-Chrome-Plugin.SEM-Message .attachment-header {
color: #444;
padding: 10px 0 5px;
border-top: 1px solid #E2EBF6;
}
/*
.SE-Chrome-Plugin.SEM-Message .msg-attachments{
padding:10px 20px 20px;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments .ce-attachments{
padding:5px;
cursor:pointer;
margin-bottom:5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments .filename{
color: #444;
font-size: 0.875rem;
line-height: 20px;
display: inline-block;
max-width: 65%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-left: 5px;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments.recalled .filename{
color:#ff0000;
}
.SE-Chrome-Plugin.SEM-Message .msg-attachments .filesize{
color:#666;
margin-left:10px;
line-height:20px;
font-size:0.6875rem;
vertical-align: top;
}
*/
.SE-Chrome-Plugin.SEM-Message .msg-attachments img{
vertical-align: middle;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar .overflow-btn {
float: left;
}
.SE-Chrome-Plugin.SEM-Message .msg-actionbar .deliveryslip-btn {
float: right;
}
.ce-attachment {
position: relative;
border: 1px solid #dfdfdf;
width: 280px;
background-color: #f0f0f0 !important;
display: inline-block;
margin: 5px 10px;
cursor: pointer;
}
.ce-attachment:before {
font-size: 28px;
background-color: #ccc;
color: #555;
width: 48px;
height: 48px;
text-align: center;
vertical-align: top;
padding-top: 7px;
display: table-cell !important;
box-sizing: border-box;
float: left;
}
.ce-attachment .content {
height: 48px;
margin-left: 48px;
margin-right: 26px;
box-sizing: border-box;
}
.ce-attachment .content .box {
line-height: 24px;
height: 24px;
width: 195px;
margin-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ce-attachment .iconbox {
width: 37px;
height: 38px;
background-color: #ccc !important;
background-image: url("/images/file_type_icons.png") !important;
background-repeat: no-repeat;
position: absolute;
left: 5px;
top: 5px;
}
.ce-attachment .dropdown-button {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
width: 25px;
height: 100%;
text-align: center;
display: block;
}
.ce-attachment .dropdown-menu {
position: absolute;
top: 40%;
right: 32px;
display: none;
z-index: 1000;
}
.ce-attachment .dropdown-menu .menu {
border: 1px solid #cfcfcf;
background-color: #f0f0f0;
padding: 10px;
cursor: pointer;
}
.ce-attachment .dropdown-button:before {
line-height: 50px !important;
}
.ce-attachment .iconbox.file-icon-excel {
background-position: 0 0;
}
.ce-attachment .iconbox.file-icon-pdf {
background-position: -36px 0;
}
.ce-attachment .iconbox.file-icon-ppt {
background-position: -72px 0;
}
.ce-attachment .iconbox.file-icon-doc {
background-position: -108px 0;
}
.ce-attachment .iconbox.file-icon-txt,
.ce-attachment .iconbox.file-icon-unknown {
background-position: -144px 0;
}
.ce-attachment .iconbox.file-icon-image {
background-position: -180px 0;
}
.ce-attachment .iconbox.file-icon-zip {
background-position: -216px 0;
}
.ce-attachment .iconbox.file-icon-rar {
background-position: -252px 0;
}
.ce-attachment .iconbox.file-icon-txt {
background-position: -288px 0;
}
.ce-attachment .iconbox.esignature{
background-position: -323px 0 !important;
}
| 0.28577 | 0.045948 |
-------------------------*/
h2 {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
select,
textarea {
border: none;
outline: none;
background: transparent;
width: 100%;
margin-bottom: 1.5em;
}
input:not([type="submit"]),
textarea,
select {
border-bottom: 1px solid #e0e0e0;
}
input:focus,
textarea:focus,
select:focus {
border-bottom-color: #1d5d74;
box-shadow: 0 -1px 0 0 #1d5d74 inset;
}
select {
height: 46px;
}
textarea {
padding: 8px 0;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
border-bottom: 0;
box-shadow: none;
outline: 2px solid #1d5d74;
}
/* Header style
--------------------------*/
.modal-input-wrap input:focus {
border-bottom-color: #fff;
box-shadow: 0 -1px 0 0 #fff inset;
}
/* Main style
---------------------------*/
.article-header {
background: #f5f5f5;
}
.page-title {
text-align: center;
margin-bottom: 0;
font-size: 26px;
font-weight: 400;
text-transform: capitalize;
}
/* Main form
-------------------------*/
.main-form {
padding-bottom: 40px;
color: #424242;
}
.keyup-count {
margin-bottom: 1.5em;
}
.left-form-element {
float: left;
width: 48%;
}
.right-form-element {
float: right;
width: 45%;
}
.dob-label {
cursor: pointer;
}
input[type="date"] {
width: 48%;
}
textarea {
height: 120px;
resize: vertical;
}
.notice-period {
display: inline-block;
position: relative;
}
.notice-period input {
width: 16px;
height: 16px;
cursor: pointer;
}
.notice-period label {
cursor: pointer;
position: relative;
top: -3px;
padding: 0 10px;
}
/* Attachment information */
.attachment {
padding: 0 10px;
}
.attachment label {
display: inline-block;
padding-bottom: 10px;
}
input[type="file"] {
border: none;
padding: 0;
margin: 0;
cursor: pointer;
overflow: hidden;
}
.privacy-wrap {
position: relative;
}
.privacy-checkbox {
cursor: pointer;
width: 25px;
height: 25px;
}
.privacy-notice {
margin-left: 20px;
cursor: pointer;
user-select: none;
position: absolute;
}
.privacy-notice a {
color: #1d5d74;
text-decoration: none;
}
.privacy-notice a:hover {
color: #d92929;
}
input[type="submit"] {
background: #1d5d74;
display: inline-block;
width: auto;
height: auto;
padding: 11px 20px;
border-radius: 3px;
border: none;
cursor: not-allowed;
color: #fff;
text-transform: uppercase;
margin-bottom: 0;
}
input[type="submit"]:hover {
box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
input[type="submit"]:focus {
outline: 2px solid #d92929;
}
/* Footer style
-------------------------*/
.footer-form input {
border-bottom-color: #333;
}
.footer-form input:focus {
border-bottom-color: #ffb03a;
box-shadow: 0 -1px 0 0 #ffb03a inset;
}
/* Media queries
-----------------------------*/
@media (min-width: 650px) {
.attachment {
float: left;
width: 50%;
}
}
@media (min-width: 768px) {
.col-8 {
width: 66.66%;
float: left;
}
.page-title {
font-size: 34px;
}
}
@media (min-width: 1024px) {
.article-header,
.main-form {
padding: 40px 0;
}
}
|
styles/form.css
|
-------------------------*/
h2 {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
select,
textarea {
border: none;
outline: none;
background: transparent;
width: 100%;
margin-bottom: 1.5em;
}
input:not([type="submit"]),
textarea,
select {
border-bottom: 1px solid #e0e0e0;
}
input:focus,
textarea:focus,
select:focus {
border-bottom-color: #1d5d74;
box-shadow: 0 -1px 0 0 #1d5d74 inset;
}
select {
height: 46px;
}
textarea {
padding: 8px 0;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
border-bottom: 0;
box-shadow: none;
outline: 2px solid #1d5d74;
}
/* Header style
--------------------------*/
.modal-input-wrap input:focus {
border-bottom-color: #fff;
box-shadow: 0 -1px 0 0 #fff inset;
}
/* Main style
---------------------------*/
.article-header {
background: #f5f5f5;
}
.page-title {
text-align: center;
margin-bottom: 0;
font-size: 26px;
font-weight: 400;
text-transform: capitalize;
}
/* Main form
-------------------------*/
.main-form {
padding-bottom: 40px;
color: #424242;
}
.keyup-count {
margin-bottom: 1.5em;
}
.left-form-element {
float: left;
width: 48%;
}
.right-form-element {
float: right;
width: 45%;
}
.dob-label {
cursor: pointer;
}
input[type="date"] {
width: 48%;
}
textarea {
height: 120px;
resize: vertical;
}
.notice-period {
display: inline-block;
position: relative;
}
.notice-period input {
width: 16px;
height: 16px;
cursor: pointer;
}
.notice-period label {
cursor: pointer;
position: relative;
top: -3px;
padding: 0 10px;
}
/* Attachment information */
.attachment {
padding: 0 10px;
}
.attachment label {
display: inline-block;
padding-bottom: 10px;
}
input[type="file"] {
border: none;
padding: 0;
margin: 0;
cursor: pointer;
overflow: hidden;
}
.privacy-wrap {
position: relative;
}
.privacy-checkbox {
cursor: pointer;
width: 25px;
height: 25px;
}
.privacy-notice {
margin-left: 20px;
cursor: pointer;
user-select: none;
position: absolute;
}
.privacy-notice a {
color: #1d5d74;
text-decoration: none;
}
.privacy-notice a:hover {
color: #d92929;
}
input[type="submit"] {
background: #1d5d74;
display: inline-block;
width: auto;
height: auto;
padding: 11px 20px;
border-radius: 3px;
border: none;
cursor: not-allowed;
color: #fff;
text-transform: uppercase;
margin-bottom: 0;
}
input[type="submit"]:hover {
box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
input[type="submit"]:focus {
outline: 2px solid #d92929;
}
/* Footer style
-------------------------*/
.footer-form input {
border-bottom-color: #333;
}
.footer-form input:focus {
border-bottom-color: #ffb03a;
box-shadow: 0 -1px 0 0 #ffb03a inset;
}
/* Media queries
-----------------------------*/
@media (min-width: 650px) {
.attachment {
float: left;
width: 50%;
}
}
@media (min-width: 768px) {
.col-8 {
width: 66.66%;
float: left;
}
.page-title {
font-size: 34px;
}
}
@media (min-width: 1024px) {
.article-header,
.main-form {
padding: 40px 0;
}
}
| 0.391522 | 0.101189 |
.icon-picker-wrap {
/* margin: 0 auto; */
/* margin-top: 10%; */
/* text-align: center; */
}
button.select-icon {
padding: 20px;
border-radius: 5px;
background-color: #70b2dc;
font-size: 22px;
cursor: pointer;
}
.icon-picker-wrap ul {
list-style: none;
margin: 0;
padding: 0;
display: inline-flex;
}
.icon-picker-wrap ul li {
border: 2px solid #ddd;
line-height: 1;
font-size: 20px;
cursor: pointer;
padding: 5px;
}
.icon-picker-wrap ul li i {
font-size: 68px;
line-height: 1;
margin: 0;
}
.icon-picker-wrap ul li:nth-child(2) {
border-left: 0;
}
/*
*/
.aim-close{
opacity: 0;
visibility: hidden;
transition: all 0.4s ease-in-out;
}
.aim-open{
opacity: 1;
visibility: visible;
transition: all 0.4s ease-in-out;
}
.aim-modal {
position: fixed;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 9999;
user-select: none;
display: flex;
align-items: center;
}
.aim-modal .aim-modal--content {
position: absolute;
border-radius: 3px;
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
overflow: hidden;
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
background-color: #f1f3f5;
width: 100%;
margin: auto;
left: 0;
right: 0;
}
/* Header */
.aim-modal .aim-modal--header {
padding: 15px 15px;
background-color: #fff;
box-shadow: 0 0 8px rgb(0 0 0 / 10%);
position: relative;
z-index: 1;
font-size: 15px;
color: #495157;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
}
.aim-modal--header-logo-title {
padding-top: 2px;
line-height: 1;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}
.aim-modal--header-close-btn {
cursor: pointer;
}
.aim-modal--header-close-btn i {
font-size: 22px;
}
/* body */
.aim-modal--body {
font-size: 12px;
line-height: 1.5;
box-sizing: border-box;
padding: 0;
height: 700px;
display: flex;
min-height: 50px;
max-height: 85vh;
overflow: auto;
}
/* Sidebar Tabs */
.aim-modal--sidebar {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 25%;
background-color: hsla(0,0%,100%,.3);
}
.aim-modal--sidebar-tabs {
margin-top: 30px;
}
.aim-modal--sidebar-tab-item {
padding: 15px 0 15px 45px;
font-size: 14px;
color: #6d7882;
text-align: left;
cursor: pointer;
position: relative;
display: flex;
align-items: center;
text-transform: capitalize;
}
.aim-modal--sidebar-tab-item i {
font-size: 20px;
padding-right: 15px;
color: #a4afb7;
}
.aim-modal--sidebar-tab-item.aesthetic-active {
background-color: #fff;
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.aim-modal--sidebar-tab-item.aesthetic-active:after {
content: "";
position: absolute;
height: 100%;
width: 5px;
top: 0;
left: 0;
background-color: #71d7f7;
}
.aim-modal--sidebar-tab-item.aesthetic-active i {
color: #71d7f7;
}
/* Preview wrapper */
.aim-modal--icon-preview-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 30px 80px 0;
width: 75%;
}
.aim-modal--icon-preview-inner{
overflow: auto;
margin: 25px -15px 0;
padding: 0 15px 15px;
}
#aim-modal--icon-preview {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-gap: 20px;
margin: 20px 0;
}
/* search filter */
.aim-modal--icon-search {
position: relative;
}
.aim-modal--icon-search input {
width: calc( 100% - 30px);
padding: 8px 15px;
background-color: #fff;
border: none;
}
.aim-modal--icon-search input::-webkit-input-placeholder {
font-style: italic;
}
.aim-modal--icon-search input::-moz-placeholder {
font-style: italic;
}
.aim-modal--icon-search input::-ms-input-placeholder {
font-style: italic;
}
.aim-modal--icon-search input::placeholder {
font-style: italic;
}
.aim-modal--icon-search i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 15px;
}
/* Icon Item */
.aim-icon-item {
position: relative;
padding: 10px;
background-color: #fff;
-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
}
.aim-icon-item:hover {
-webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
}
.aim-icon-item.aesthetic-selected {
-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7;
box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7;
}
.aim-icon-item-inner {
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;
padding: 1px;
}
.aim-icon-item-inner i,
.aim-icon-item__icon {
font-size: 25px;
color: #6d7882;
}
.aim-icon-item-name {
color: #c2cbd2;
font-size: 11px;
padding: 13px 20px 0;
max-width: 100%;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
text-transform: capitalize;
}
/* Footer */
.aim-modal .aim-modal--footer {
border-top: 1px solid #e6e9ec;
text-align: center;
background-color: #fff;
border: none;
display: none;
justify-content: flex-end;
padding: 5px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.aim-modal--footer button.aim-insert-icon-button {
padding: 10px 35px;
color: #fff;
font-size: 15px;
background-color: #39b54a;
border: none;
cursor: pointer;
outline: 0;
}
.aim-modal .aim-modal--footer .aesthetic-button {
height: 40px;
margin-left: 5px;
}
.aim-modal .aim-modal--footer .aesthetic-button-success {
padding: 12px 36px;
color: #fff;
width: initial;
font-size: 15px;
}
.aim-modal .aim-modal--footer .aesthetic-button-success:hover {
background-color: #39b54a;
}
/* Responsive css */
@media (max-width: 1439px) {
.aim-modal .aim-modal--content {
max-width: 990px;
}
}
@media (min-width: 1440px) {
.aim-modal .aim-modal--content {
max-width: 1200px;
}
}
@media (max-width: 1439px) {
.aim-modal--icon-preview-wrap {
padding: 30px 50px 0;
}
}
@media (max-width: 479px) {
.aim-modal--icon-preview-wrap {
width: 100%;
}
}
@media (max-width: 1439px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(6, 1fr);
}
}
@media (max-width: 1024px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 767px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 479px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 479px) {
#aim-modal--sidebar {
display: none;
}
}
@media (max-width: 1439px) {
.aim-modal--sidebar-tab-item {
padding: 15px 15px 15px 25px;
font-size: 11px;
}
.aim-modal--sidebar-tab-item i {
font-size: 15px;
}
}
@media (max-width: 1024px) {
.aim-modal--sidebar-tab-item i {
display: none;
}
}
|
src/assets/css/style.css
|
.icon-picker-wrap {
/* margin: 0 auto; */
/* margin-top: 10%; */
/* text-align: center; */
}
button.select-icon {
padding: 20px;
border-radius: 5px;
background-color: #70b2dc;
font-size: 22px;
cursor: pointer;
}
.icon-picker-wrap ul {
list-style: none;
margin: 0;
padding: 0;
display: inline-flex;
}
.icon-picker-wrap ul li {
border: 2px solid #ddd;
line-height: 1;
font-size: 20px;
cursor: pointer;
padding: 5px;
}
.icon-picker-wrap ul li i {
font-size: 68px;
line-height: 1;
margin: 0;
}
.icon-picker-wrap ul li:nth-child(2) {
border-left: 0;
}
/*
*/
.aim-close{
opacity: 0;
visibility: hidden;
transition: all 0.4s ease-in-out;
}
.aim-open{
opacity: 1;
visibility: visible;
transition: all 0.4s ease-in-out;
}
.aim-modal {
position: fixed;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 9999;
user-select: none;
display: flex;
align-items: center;
}
.aim-modal .aim-modal--content {
position: absolute;
border-radius: 3px;
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
overflow: hidden;
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
background-color: #f1f3f5;
width: 100%;
margin: auto;
left: 0;
right: 0;
}
/* Header */
.aim-modal .aim-modal--header {
padding: 15px 15px;
background-color: #fff;
box-shadow: 0 0 8px rgb(0 0 0 / 10%);
position: relative;
z-index: 1;
font-size: 15px;
color: #495157;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
}
.aim-modal--header-logo-title {
padding-top: 2px;
line-height: 1;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}
.aim-modal--header-close-btn {
cursor: pointer;
}
.aim-modal--header-close-btn i {
font-size: 22px;
}
/* body */
.aim-modal--body {
font-size: 12px;
line-height: 1.5;
box-sizing: border-box;
padding: 0;
height: 700px;
display: flex;
min-height: 50px;
max-height: 85vh;
overflow: auto;
}
/* Sidebar Tabs */
.aim-modal--sidebar {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 25%;
background-color: hsla(0,0%,100%,.3);
}
.aim-modal--sidebar-tabs {
margin-top: 30px;
}
.aim-modal--sidebar-tab-item {
padding: 15px 0 15px 45px;
font-size: 14px;
color: #6d7882;
text-align: left;
cursor: pointer;
position: relative;
display: flex;
align-items: center;
text-transform: capitalize;
}
.aim-modal--sidebar-tab-item i {
font-size: 20px;
padding-right: 15px;
color: #a4afb7;
}
.aim-modal--sidebar-tab-item.aesthetic-active {
background-color: #fff;
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.aim-modal--sidebar-tab-item.aesthetic-active:after {
content: "";
position: absolute;
height: 100%;
width: 5px;
top: 0;
left: 0;
background-color: #71d7f7;
}
.aim-modal--sidebar-tab-item.aesthetic-active i {
color: #71d7f7;
}
/* Preview wrapper */
.aim-modal--icon-preview-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 30px 80px 0;
width: 75%;
}
.aim-modal--icon-preview-inner{
overflow: auto;
margin: 25px -15px 0;
padding: 0 15px 15px;
}
#aim-modal--icon-preview {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-gap: 20px;
margin: 20px 0;
}
/* search filter */
.aim-modal--icon-search {
position: relative;
}
.aim-modal--icon-search input {
width: calc( 100% - 30px);
padding: 8px 15px;
background-color: #fff;
border: none;
}
.aim-modal--icon-search input::-webkit-input-placeholder {
font-style: italic;
}
.aim-modal--icon-search input::-moz-placeholder {
font-style: italic;
}
.aim-modal--icon-search input::-ms-input-placeholder {
font-style: italic;
}
.aim-modal--icon-search input::placeholder {
font-style: italic;
}
.aim-modal--icon-search i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 15px;
}
/* Icon Item */
.aim-icon-item {
position: relative;
padding: 10px;
background-color: #fff;
-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
}
.aim-icon-item:hover {
-webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
}
.aim-icon-item.aesthetic-selected {
-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7;
box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7;
}
.aim-icon-item-inner {
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;
padding: 1px;
}
.aim-icon-item-inner i,
.aim-icon-item__icon {
font-size: 25px;
color: #6d7882;
}
.aim-icon-item-name {
color: #c2cbd2;
font-size: 11px;
padding: 13px 20px 0;
max-width: 100%;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
text-transform: capitalize;
}
/* Footer */
.aim-modal .aim-modal--footer {
border-top: 1px solid #e6e9ec;
text-align: center;
background-color: #fff;
border: none;
display: none;
justify-content: flex-end;
padding: 5px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.aim-modal--footer button.aim-insert-icon-button {
padding: 10px 35px;
color: #fff;
font-size: 15px;
background-color: #39b54a;
border: none;
cursor: pointer;
outline: 0;
}
.aim-modal .aim-modal--footer .aesthetic-button {
height: 40px;
margin-left: 5px;
}
.aim-modal .aim-modal--footer .aesthetic-button-success {
padding: 12px 36px;
color: #fff;
width: initial;
font-size: 15px;
}
.aim-modal .aim-modal--footer .aesthetic-button-success:hover {
background-color: #39b54a;
}
/* Responsive css */
@media (max-width: 1439px) {
.aim-modal .aim-modal--content {
max-width: 990px;
}
}
@media (min-width: 1440px) {
.aim-modal .aim-modal--content {
max-width: 1200px;
}
}
@media (max-width: 1439px) {
.aim-modal--icon-preview-wrap {
padding: 30px 50px 0;
}
}
@media (max-width: 479px) {
.aim-modal--icon-preview-wrap {
width: 100%;
}
}
@media (max-width: 1439px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(6, 1fr);
}
}
@media (max-width: 1024px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 767px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 479px) {
#aim-modal--icon-preview {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 479px) {
#aim-modal--sidebar {
display: none;
}
}
@media (max-width: 1439px) {
.aim-modal--sidebar-tab-item {
padding: 15px 15px 15px 25px;
font-size: 11px;
}
.aim-modal--sidebar-tab-item i {
font-size: 15px;
}
}
@media (max-width: 1024px) {
.aim-modal--sidebar-tab-item i {
display: none;
}
}
| 0.247896 | 0.055772 |
body {
overflow-x: hidden;
font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
p {
line-height: 1.75; }
a {
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 15px; }
a.active, a:active, a:focus, a:hover {
color: #84FFFF;
text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section {
padding: 100px 0; }
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
color:#80deea; }
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
@media (min-width: 768px) {
section {
padding: 150px 0; } }
::-moz-selection {
background: #84FFFF;
text-shadow: none; }
::selection {
background: #84FFFF;
text-shadow: none; }
img::selection {
background: transparent; }
img::-moz-selection {
background: transparent; }
body {
-webkit-tap-highlight-color: #84FFFF; }
#mainNav {
background-color: #222222; }
#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 13px;
text-transform: uppercase;
color: white;
border: 0;
background-color: #84FFFF;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-brand {
color: #84FFFF;
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #84FFFF; }
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #84FFFF; }
@media (min-width: 992px) {
#mainNav {
padding-top: 25px;
padding-bottom: 25px;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none;
background-color: transparent; }
#mainNav .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; }
#mainNav.navbar-shrink {
padding-top: 5px;
padding-bottom: 5px;
background-color: #222222; }
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; }
}
/*session navbar*/
#mainNav-session {
background-color: #222222; }
#mainNav-session .navbar-toggler {
border:0;
}
#mainNav-session .navbar-toggler:hover {
outline:0;
}
#mainNav-session .navbar-toggler:active {
outline:0;
border:0;
}
#mainNav-session .navbar-brand {
color: #84FFFF;
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav-session .navbar-brand.active, #mainNav-session .navbar-brand:active, #mainNav-session .navbar-brand:focus, #mainNav-session .navbar-brand:hover {
color: #84FFFF; }
#mainNav-session .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav-session .navbar-nav .nav-item .nav-link.active, #mainNav-session .navbar-nav .nav-item .nav-link:hover {
color: #84FFFF; }
button.navbar-toggler{
outline:none;
}
@media (min-width: 992px) {
#mainNav-session {
padding-top: 10px;
padding-bottom: 10px;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none;
background-color: #222222; }
#mainNav-session .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav-session .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; }
#mainNav-session.navbar-shrink {
padding-top: 5px;
padding-bottom: 5px;
background-color: #222222; }
#mainNav-session.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; }
}
header.masthead {
text-align: center;
color: white;
background-image: url("../img/Orders.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
header.masthead .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 40px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
@media (min-width: 768px) {
header.masthead .intro-text {
padding-top: 300px;
padding-bottom: 200px; }
header.masthead .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } }
/* FAQ Masthead */
header.masthead1 {
text-align: center;
color: white;
background-image: url("../img/docs.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
header.masthead1 .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead1 .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead1 .intro-text .intro-heading {
font-size: 40px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
@media (min-width: 768px) {
header.masthead1 .intro-text {
padding-top: 300px;
padding-bottom: 200px; }
header.masthead1 .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead1 .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } }
/* FAQ Masthead */
.service-heading {
margin: 15px 0;
text-transform: none; }
/* FAQ heading */
.faq-heading {
margin: 15px 0;
text-transform: none; }
/* FAQ heading */
section#contact {
background-color: #006064;
background-image: url("../img/map-image.png");
background-repeat: no-repeat;
background-position: center; }
section#contact .section-heading {
color: white; }
section#contact .form-group {
margin-bottom: 25px; }
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px; }
section#contact .form-group input.form-control {
height: auto; }
section#contact .form-group textarea.form-control {
height: 236px; }
section#contact .form-control:focus {
border-color: #80DEEA;
box-shadow: none; }
section#contact ::-webkit-input-placeholder {
font-weight: 700;
color: #eeeeee;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact :-moz-placeholder {
font-weight: 700;
color: #eeeeee;
/* Firefox 18- */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact ::-moz-placeholder {
font-weight: 700;
color: #eeeeee;
/* Firefox 19+ */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact :-ms-input-placeholder {
font-weight: 700;
color: #eeeeee;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact .text-danger {
color: #e74c3c; }
footer {
padding: 25px 0;
text-align: center;
}
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color:white;}
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
ul.social-buttons {
margin-bottom: 0; }
ul.social-buttons li a {
font-size: 20px;
line-height: 40px;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: white;
border-radius: 100%;
outline: none;
background-color: #222222; }
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
background-color: #4DD0E1; }
.btn-mrg {
margin: 2em;
}
@media (max-width:500px)
{
.btn-mrg {
margin: 1em;
}
}
.btn-xl
{
margin: 2em;
}
.btn-xl {
font-size: 18px;
font-weight: 700;
padding: 20px 40px;
border-radius: 3px;
color: white;
border-color: #4DD0E1;
background-color: #4DD0E1;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
.btn-xl:hover {
color: white;
border-color: #18FFFF;
background-color: #18FFFF; }
.btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
.open > .btn-xl.dropdown-toggle.focus,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle:hover {
color: #4DD0E1;
border-color: #18FFFF;
background-color: #F5F5F5;
}
#about-section{
background-color: #F5F5F5;
}
.service{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
padding:2em;
}
@media (max-width:768px){
.service{
margin:1em;
}
}
.service:hover{
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
transition: 0.5s;
}
.top-service{
padding-bottom:3em;
}
/* FAQ Headers etc */
/*.faq{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
padding:2em;
}
.faq:hover{
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
transition: 0.5s;
}*/
.top-faq{
padding-bottom:3em;
}
#faq{
padding-top: 80px;
padding-bottom:80px;
}
/* FAQ Headers etc*/
/* Contact Page */
header.masthead-contact-page {
text-align: center;
color: white;
background-image: url("../img/map-contact.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
header.masthead-contact-page .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead-contact-page .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead-contact-page .intro-text .intro-heading {
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
.contact-method{
padding:3em;
}
.contact-method-heading {
margin: 15px 0;
text-transform: none; }
#contact-methods{
width:90%;
margin: 0 auto;
}
.contact-details{
margin:0 auto;
}
/* Contact Page End */
#footer{
background-color: #222222;
}
.footer-links{
text-align: left;
color:white;
font-size: 15px;
}
.bottom-footer{
padding-top: 2em;
}
.margin-fix{
margin-bottom: -2em;
}
.about-container{
width:65%;
}
.about-sub{
margin-bottom: 0em;
}
/*FAQs Page*/
.faq-head-subheading{
font-size: 24px;
font-weight: 100;
}
.faq-container{
padding-bottom:60px;
padding-top:60px;
}
.parent-container {
padding: 0 20px 0 20px;
max-width: 800px;
width: 90%;
margin:0 auto;
}
.faq {
list-style: none;
padding-left: 40px;
padding-right: 20px;
}
.faq li {
border-bottom: 1px solid #999999;
margin-bottom: 15px;
}
.faq li.active .answer {
max-height: 275px !important;
padding-bottom: 25px;
transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq li.active .question {
color: #808080;
transition: color 0.5s ease;
}
.faq .answer {
color: #090909;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:400;
line-height: 24px;
max-height: 0;
overflow:hidden ;
transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
cursor: pointer;
height: 21px;
position: absolute;
width: 21px;
left: -40px;
top: 50%;
z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
background: #000;
content: '';
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 21px;
transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
transform: rotate(180deg);
}
.faq .question {
color: #80deea;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 800;
text-transform: uppercase;
position: relative;
cursor: pointer;
padding: 20px 0;
transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
.faq .question {
font-size: 18px;
}
}
/*dashboard*/
.dashboard-container{
margin: 0 auto;
width:60%;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
margin-top: 7em;
margin-bottom:3em;
}
.bottom-container{
margin-top:2em;
}
#tab-buttons{
width:100%;
}
#tab-buttons > button.tab-1, button.tab-2{
width:49.999%;
height:60px;
background-color: #4DD0E1;
border: none;
outline:none;
color:white;
font-size: 20px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#tab-buttons > button.active{
width:50.001%;
background-color: #18FFFF;/*
border: 1px solid white;*/
outline:none;
}
#chem-select,#directions{
float:right;
}
#tab-contents > div.tab-1, div.tab-2{
display:none;
}
#tab-contents > div.active{
display:block;
}
/* Deliveryman Dashboard */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
div.table-title {
display: block;
margin: auto;
max-width: 600px;
padding:5px;
width: 100%;
}
.table-title h3 {
color: black;
font-size: 30px;
font-weight: 400;
font-style:normal;
font-family: "Roboto", helvetica, arial, sans-serif;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
text-transform:uppercase;
}
/*** Table Styles **/
.table-fill {
background: white;
border-radius:3px;
border-collapse: collapse;
height: 320px;
margin: auto;
padding:5px;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
animation: float 5s infinite;
}
th {
color:white;;
background:#4DD0E1;
border-right: 1px solid #343a45;
font-size:23px;
font-weight: 100;
padding:24px;
text-align:left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align:middle;
}
th:first-child {
border-top-left-radius:3px;
}
th:last-child {
border-top-right-radius:3px;
border-right:none;
}
tr {
border-top: 1px solid #C1C3D1;
border-bottom-: 1px solid #C1C3D1;
color:#666B85;
font-size:16px;
font-weight:normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:hover td {
background:#84FFFF;
color:black;
}
tr:first-child {
border-top:none;
}
tr:last-child {
border-bottom:none;
}
tr:nth-child(odd) td {
background:#E0F7FA;
}
tr:nth-child(odd):hover td {
background:#84FFFF;
}
tr:last-child td:first-child {
border-bottom-left-radius:3px;
}
tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td {
background:#FFFFFF;
padding:20px;
text-align:left;
vertical-align:middle;
font-weight:300;
font-size:18px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;
}
td:last-child {
border-right: 0px;
}
th.text-left {
text-align: left;
}
th.text-center {
text-align: center;
}
th.text-right {
text-align: right;
}
td.text-left {
text-align: left;
}
td.text-center {
text-align: center;
}
td.text-right {
text-align: right;
}
/* This is styling for the doctor dashbaord */
#wrapper-tabs{
padding: 10px;
}
/* end doctor */
#container-doctor{
text-align: center;
}
#dashboard-outer{
margin-left: 20px;
margin-right: 20px;
color: grey;
}
#remove-img{
margin-top: .6em;
margin-bottom: .6em;
}
#medInput{
width:14%;
}
#tabs-doctor{
margin: 20px 0 0 0;
}
#doctor-li{
display: inline-block;
margin-right: 10px;
padding: 3%;
background-color: rgb(132,222,231);
}
#doctor-li.active{
color: black;
}
#a-style-mp{
text-decoration: none;
color: black;
font-size: 20px;
text-transform: uppercase;
display: block;
}
/* Form Sign Up*/
#form-sign-up, #user-dropdown{
margin-top: 7em;
}
#user-dropdown{
width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 0em;
padding:1em;
}
select#user-type{
margin-left: auto;
margin-right: auto;
display:block;
margin-bottom:2em;
background-image: url('../img/dropdown.svg');
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: white;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 80%;
-webkit-appearance: button;
-webkit-border-radius: 2px;
border-bottom: none;
border-top: none;
border-right: none;
border-left: none;
font-size: inherit;
box-sizing: border-box;
padding: 0.2em;
background-position: 100% center;
background-repeat: no-repeat;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
height:38px;
}
.reg-form{
display: none;
width:60%;
padding-bottom: 2em;
margin-right: auto;
margin-left: auto;
padding-top:2.5em;
}
.reg-form.form-group{
margin-left: auto;
margin-right: auto;
}
h2.form-title{
color: #4DD0E1;
text-align: center;
font-weight: 500;
font-size: 35px;
margin-bottom: 1em;
padding-top: 1em;
}
.chemist-signUp, .doctor-signUp, .driver-signUp, .patient-signUp{
display: block;
margin-right: auto;
margin-left: auto;
padding: 0.5em;
width: 30%;
color:white;
background-color: #4DD0E1;
border:none;
font-size:20px;
outline:none;
}
.chemist-signUp:hover, .doctor-signUp:hover, .driver-signUp:hover, .patient-signUp:hover{
background-color: #84FFFF;
}
.form-drop{
background-color: #F5F5F5;
}
.form-head{
background-color: #212121;
padding-top:1em;
}
.form-container{
width:60%;
margin-left: auto;
margin-right: auto;
margin-top: 8em;
margin-bottom: 2em;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
}
/* modal */
.modal-body{
background-color: #F5F5F5;
}
.modal-header{
background-color: #222222;
}
button.close{
outline: none;
color: #ffffff;
}
button.close:hover{
color: #84FFFF;
}
.btn-block{
background-color: #4DD0E1;
color: white;
outline: none;
}
.btn-block:hover{
background-color: #84FFFF;
}
.modal-footer{
background-color: #F5F5F5;
}
.modal-dialog{
vertical-align: middle;
margin-top: 16em;
}
.modal-grouping{
margin-top: 1em;
}
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important;
}
body#form-background{
background-color:#EDE7F6;
}
.hide-drop{
display:none;
}
.account-container{
margin: 0 auto;
width:60%;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
margin-top: 2em;
margin-bottom:3em;
padding:2em;
}
#delete_account{
background-color:red;
border: none;
}
#account-section{
text-align:center;
}
section h2.account-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
color:#80deea;
}
#calc_route{
margin-left: auto;
margin-right: auto;
display: block;
}
#mapContainer
{
height:600px;
margin:0;
padding:0;
width:100%;
position:block;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
}
#map {
height:100%;
width:80%;
display:inline-block;
}
.sidebar {
width: 19.69%;
display:inline-block;
height:100%;
top:0;
overflow-y: scroll;
}
.bottom-pad{
margin-bottom:4.5em;
}
#newPrice
{
margin-top:1em;
}
#chemist-heading
{
text-align:center;
}
#chemist-button
{
background-color: #4DD0E1;
color: white;
outline: none;
width:100%;
height:100%;
text-align:center;
border-radius: 2px;
margin-right: auto;
}
|
data/css/style.css
|
body {
overflow-x: hidden;
font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
p {
line-height: 1.75; }
a {
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 15px; }
a.active, a:active, a:focus, a:hover {
color: #84FFFF;
text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section {
padding: 100px 0; }
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
color:#80deea; }
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
@media (min-width: 768px) {
section {
padding: 150px 0; } }
::-moz-selection {
background: #84FFFF;
text-shadow: none; }
::selection {
background: #84FFFF;
text-shadow: none; }
img::selection {
background: transparent; }
img::-moz-selection {
background: transparent; }
body {
-webkit-tap-highlight-color: #84FFFF; }
#mainNav {
background-color: #222222; }
#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 13px;
text-transform: uppercase;
color: white;
border: 0;
background-color: #84FFFF;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-brand {
color: #84FFFF;
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #84FFFF; }
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #84FFFF; }
@media (min-width: 992px) {
#mainNav {
padding-top: 25px;
padding-bottom: 25px;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none;
background-color: transparent; }
#mainNav .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; }
#mainNav.navbar-shrink {
padding-top: 5px;
padding-bottom: 5px;
background-color: #222222; }
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; }
}
/*session navbar*/
#mainNav-session {
background-color: #222222; }
#mainNav-session .navbar-toggler {
border:0;
}
#mainNav-session .navbar-toggler:hover {
outline:0;
}
#mainNav-session .navbar-toggler:active {
outline:0;
border:0;
}
#mainNav-session .navbar-brand {
color: #84FFFF;
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav-session .navbar-brand.active, #mainNav-session .navbar-brand:active, #mainNav-session .navbar-brand:focus, #mainNav-session .navbar-brand:hover {
color: #84FFFF; }
#mainNav-session .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav-session .navbar-nav .nav-item .nav-link.active, #mainNav-session .navbar-nav .nav-item .nav-link:hover {
color: #84FFFF; }
button.navbar-toggler{
outline:none;
}
@media (min-width: 992px) {
#mainNav-session {
padding-top: 10px;
padding-bottom: 10px;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none;
background-color: #222222; }
#mainNav-session .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav-session .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; }
#mainNav-session.navbar-shrink {
padding-top: 5px;
padding-bottom: 5px;
background-color: #222222; }
#mainNav-session.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; }
}
header.masthead {
text-align: center;
color: white;
background-image: url("../img/Orders.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
header.masthead .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 40px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
@media (min-width: 768px) {
header.masthead .intro-text {
padding-top: 300px;
padding-bottom: 200px; }
header.masthead .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } }
/* FAQ Masthead */
header.masthead1 {
text-align: center;
color: white;
background-image: url("../img/docs.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
header.masthead1 .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead1 .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead1 .intro-text .intro-heading {
font-size: 40px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
@media (min-width: 768px) {
header.masthead1 .intro-text {
padding-top: 300px;
padding-bottom: 200px; }
header.masthead1 .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead1 .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } }
/* FAQ Masthead */
.service-heading {
margin: 15px 0;
text-transform: none; }
/* FAQ heading */
.faq-heading {
margin: 15px 0;
text-transform: none; }
/* FAQ heading */
section#contact {
background-color: #006064;
background-image: url("../img/map-image.png");
background-repeat: no-repeat;
background-position: center; }
section#contact .section-heading {
color: white; }
section#contact .form-group {
margin-bottom: 25px; }
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px; }
section#contact .form-group input.form-control {
height: auto; }
section#contact .form-group textarea.form-control {
height: 236px; }
section#contact .form-control:focus {
border-color: #80DEEA;
box-shadow: none; }
section#contact ::-webkit-input-placeholder {
font-weight: 700;
color: #eeeeee;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact :-moz-placeholder {
font-weight: 700;
color: #eeeeee;
/* Firefox 18- */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact ::-moz-placeholder {
font-weight: 700;
color: #eeeeee;
/* Firefox 19+ */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact :-ms-input-placeholder {
font-weight: 700;
color: #eeeeee;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact .text-danger {
color: #e74c3c; }
footer {
padding: 25px 0;
text-align: center;
}
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color:white;}
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
ul.social-buttons {
margin-bottom: 0; }
ul.social-buttons li a {
font-size: 20px;
line-height: 40px;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: white;
border-radius: 100%;
outline: none;
background-color: #222222; }
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
background-color: #4DD0E1; }
.btn-mrg {
margin: 2em;
}
@media (max-width:500px)
{
.btn-mrg {
margin: 1em;
}
}
.btn-xl
{
margin: 2em;
}
.btn-xl {
font-size: 18px;
font-weight: 700;
padding: 20px 40px;
border-radius: 3px;
color: white;
border-color: #4DD0E1;
background-color: #4DD0E1;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
.btn-xl:hover {
color: white;
border-color: #18FFFF;
background-color: #18FFFF; }
.btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
.open > .btn-xl.dropdown-toggle.focus,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle:hover {
color: #4DD0E1;
border-color: #18FFFF;
background-color: #F5F5F5;
}
#about-section{
background-color: #F5F5F5;
}
.service{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
padding:2em;
}
@media (max-width:768px){
.service{
margin:1em;
}
}
.service:hover{
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
transition: 0.5s;
}
.top-service{
padding-bottom:3em;
}
/* FAQ Headers etc */
/*.faq{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
padding:2em;
}
.faq:hover{
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .7);
transition: 0.5s;
}*/
.top-faq{
padding-bottom:3em;
}
#faq{
padding-top: 80px;
padding-bottom:80px;
}
/* FAQ Headers etc*/
/* Contact Page */
header.masthead-contact-page {
text-align: center;
color: white;
background-image: url("../img/map-contact.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
header.masthead-contact-page .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead-contact-page .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead-contact-page .intro-text .intro-heading {
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
.contact-method{
padding:3em;
}
.contact-method-heading {
margin: 15px 0;
text-transform: none; }
#contact-methods{
width:90%;
margin: 0 auto;
}
.contact-details{
margin:0 auto;
}
/* Contact Page End */
#footer{
background-color: #222222;
}
.footer-links{
text-align: left;
color:white;
font-size: 15px;
}
.bottom-footer{
padding-top: 2em;
}
.margin-fix{
margin-bottom: -2em;
}
.about-container{
width:65%;
}
.about-sub{
margin-bottom: 0em;
}
/*FAQs Page*/
.faq-head-subheading{
font-size: 24px;
font-weight: 100;
}
.faq-container{
padding-bottom:60px;
padding-top:60px;
}
.parent-container {
padding: 0 20px 0 20px;
max-width: 800px;
width: 90%;
margin:0 auto;
}
.faq {
list-style: none;
padding-left: 40px;
padding-right: 20px;
}
.faq li {
border-bottom: 1px solid #999999;
margin-bottom: 15px;
}
.faq li.active .answer {
max-height: 275px !important;
padding-bottom: 25px;
transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq li.active .question {
color: #808080;
transition: color 0.5s ease;
}
.faq .answer {
color: #090909;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight:400;
line-height: 24px;
max-height: 0;
overflow:hidden ;
transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
cursor: pointer;
height: 21px;
position: absolute;
width: 21px;
left: -40px;
top: 50%;
z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
background: #000;
content: '';
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 21px;
transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
transform: rotate(180deg);
}
.faq .question {
color: #80deea;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 800;
text-transform: uppercase;
position: relative;
cursor: pointer;
padding: 20px 0;
transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
.faq .question {
font-size: 18px;
}
}
/*dashboard*/
.dashboard-container{
margin: 0 auto;
width:60%;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
margin-top: 7em;
margin-bottom:3em;
}
.bottom-container{
margin-top:2em;
}
#tab-buttons{
width:100%;
}
#tab-buttons > button.tab-1, button.tab-2{
width:49.999%;
height:60px;
background-color: #4DD0E1;
border: none;
outline:none;
color:white;
font-size: 20px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#tab-buttons > button.active{
width:50.001%;
background-color: #18FFFF;/*
border: 1px solid white;*/
outline:none;
}
#chem-select,#directions{
float:right;
}
#tab-contents > div.tab-1, div.tab-2{
display:none;
}
#tab-contents > div.active{
display:block;
}
/* Deliveryman Dashboard */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
div.table-title {
display: block;
margin: auto;
max-width: 600px;
padding:5px;
width: 100%;
}
.table-title h3 {
color: black;
font-size: 30px;
font-weight: 400;
font-style:normal;
font-family: "Roboto", helvetica, arial, sans-serif;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
text-transform:uppercase;
}
/*** Table Styles **/
.table-fill {
background: white;
border-radius:3px;
border-collapse: collapse;
height: 320px;
margin: auto;
padding:5px;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
animation: float 5s infinite;
}
th {
color:white;;
background:#4DD0E1;
border-right: 1px solid #343a45;
font-size:23px;
font-weight: 100;
padding:24px;
text-align:left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align:middle;
}
th:first-child {
border-top-left-radius:3px;
}
th:last-child {
border-top-right-radius:3px;
border-right:none;
}
tr {
border-top: 1px solid #C1C3D1;
border-bottom-: 1px solid #C1C3D1;
color:#666B85;
font-size:16px;
font-weight:normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:hover td {
background:#84FFFF;
color:black;
}
tr:first-child {
border-top:none;
}
tr:last-child {
border-bottom:none;
}
tr:nth-child(odd) td {
background:#E0F7FA;
}
tr:nth-child(odd):hover td {
background:#84FFFF;
}
tr:last-child td:first-child {
border-bottom-left-radius:3px;
}
tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td {
background:#FFFFFF;
padding:20px;
text-align:left;
vertical-align:middle;
font-weight:300;
font-size:18px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;
}
td:last-child {
border-right: 0px;
}
th.text-left {
text-align: left;
}
th.text-center {
text-align: center;
}
th.text-right {
text-align: right;
}
td.text-left {
text-align: left;
}
td.text-center {
text-align: center;
}
td.text-right {
text-align: right;
}
/* This is styling for the doctor dashbaord */
#wrapper-tabs{
padding: 10px;
}
/* end doctor */
#container-doctor{
text-align: center;
}
#dashboard-outer{
margin-left: 20px;
margin-right: 20px;
color: grey;
}
#remove-img{
margin-top: .6em;
margin-bottom: .6em;
}
#medInput{
width:14%;
}
#tabs-doctor{
margin: 20px 0 0 0;
}
#doctor-li{
display: inline-block;
margin-right: 10px;
padding: 3%;
background-color: rgb(132,222,231);
}
#doctor-li.active{
color: black;
}
#a-style-mp{
text-decoration: none;
color: black;
font-size: 20px;
text-transform: uppercase;
display: block;
}
/* Form Sign Up*/
#form-sign-up, #user-dropdown{
margin-top: 7em;
}
#user-dropdown{
width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 0em;
padding:1em;
}
select#user-type{
margin-left: auto;
margin-right: auto;
display:block;
margin-bottom:2em;
background-image: url('../img/dropdown.svg');
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: white;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 80%;
-webkit-appearance: button;
-webkit-border-radius: 2px;
border-bottom: none;
border-top: none;
border-right: none;
border-left: none;
font-size: inherit;
box-sizing: border-box;
padding: 0.2em;
background-position: 100% center;
background-repeat: no-repeat;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
height:38px;
}
.reg-form{
display: none;
width:60%;
padding-bottom: 2em;
margin-right: auto;
margin-left: auto;
padding-top:2.5em;
}
.reg-form.form-group{
margin-left: auto;
margin-right: auto;
}
h2.form-title{
color: #4DD0E1;
text-align: center;
font-weight: 500;
font-size: 35px;
margin-bottom: 1em;
padding-top: 1em;
}
.chemist-signUp, .doctor-signUp, .driver-signUp, .patient-signUp{
display: block;
margin-right: auto;
margin-left: auto;
padding: 0.5em;
width: 30%;
color:white;
background-color: #4DD0E1;
border:none;
font-size:20px;
outline:none;
}
.chemist-signUp:hover, .doctor-signUp:hover, .driver-signUp:hover, .patient-signUp:hover{
background-color: #84FFFF;
}
.form-drop{
background-color: #F5F5F5;
}
.form-head{
background-color: #212121;
padding-top:1em;
}
.form-container{
width:60%;
margin-left: auto;
margin-right: auto;
margin-top: 8em;
margin-bottom: 2em;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
}
/* modal */
.modal-body{
background-color: #F5F5F5;
}
.modal-header{
background-color: #222222;
}
button.close{
outline: none;
color: #ffffff;
}
button.close:hover{
color: #84FFFF;
}
.btn-block{
background-color: #4DD0E1;
color: white;
outline: none;
}
.btn-block:hover{
background-color: #84FFFF;
}
.modal-footer{
background-color: #F5F5F5;
}
.modal-dialog{
vertical-align: middle;
margin-top: 16em;
}
.modal-grouping{
margin-top: 1em;
}
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important;
}
body#form-background{
background-color:#EDE7F6;
}
.hide-drop{
display:none;
}
.account-container{
margin: 0 auto;
width:60%;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
margin-top: 2em;
margin-bottom:3em;
padding:2em;
}
#delete_account{
background-color:red;
border: none;
}
#account-section{
text-align:center;
}
section h2.account-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
color:#80deea;
}
#calc_route{
margin-left: auto;
margin-right: auto;
display: block;
}
#mapContainer
{
height:600px;
margin:0;
padding:0;
width:100%;
position:block;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
}
#map {
height:100%;
width:80%;
display:inline-block;
}
.sidebar {
width: 19.69%;
display:inline-block;
height:100%;
top:0;
overflow-y: scroll;
}
.bottom-pad{
margin-bottom:4.5em;
}
#newPrice
{
margin-top:1em;
}
#chemist-heading
{
text-align:center;
}
#chemist-button
{
background-color: #4DD0E1;
color: white;
outline: none;
width:100%;
height:100%;
text-align:center;
border-radius: 2px;
margin-right: auto;
}
| 0.318485 | 0.059976 |
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
}
html,
body,
header,
footer,
main {
background-color: orangered;
width: 100%;
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
body header {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 10px 0;
background-color: cadetblue;
}
body header h1 {
width: 90%;
padding: 10px 50px;
text-align: center;
border-radius: 20px;
border: 1px solid darkgreen;
background-color: indigo;
text-shadow: 2px -2px darkmagenta;
box-shadow: 5px 5px 5px darkblue;
}
body main {
flex-grow: 20;
display: flex;
align-items: center;
justify-content: center;
}
body main ul {
width: 1000px;
height: 500px;
box-sizing: border-box;
padding: 2px 10px;
overflow-y: auto;
overflow-x: hidden;
border-radius: 10px;
border: 1px solid black;
background-color: green;
box-shadow: 20px 20px 5px gold;
/* width */
/* Track */
/* Handle */
}
body main ul::-webkit-scrollbar {
width: 14px;
border-radius: 10px;
}
body main ul::-webkit-scrollbar-track {
background: tan;
border-radius: 10px;
border: 2px solid blueviolet;
}
body main ul::-webkit-scrollbar-track:hover {
border: 2px solid violet;
background: turquoise;
}
body main ul::-webkit-scrollbar-thumb {
background: teal;
border-radius: 10px;
}
body main ul::-webkit-scrollbar-thumb:hover {
background: tomato;
}
body main li {
width: 100%;
margin: 6px;
padding: 4px 10px;
box-sizing: border-box;
list-style: none;
font-size: 20px;
border-radius: 10px;
background-color: darkgoldenrod;
color: aqua;
}
body main li:nth-child(even) {
text-align: end;
background-color: blue;
color: whitesmoke;
}
body footer {
flex-grow: 1;
}
body footer form {
height: 70%;
width: 100%;
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-evenly;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: royalblue;
}
body footer form input {
width: 90%;
height: 90%;
padding: 0 10px;
font-size: 20px;
border: 1px solid black;
color: lightgreen;
text-shadow: 1px 2px firebrick;
border-radius: 20px;
}
body footer form button {
padding: 10px;
font-size: 25px;
font-weight: 800;
border-radius: 20px;
outline: none;
text-decoration: underline wavy darkorange;
background-color: green;
color: khaki;
border: 4px solid turquoise;
text-shadow: 4px 4px red;
box-shadow: 10px -10px 4px hotpink;
}
body footer form button:hover {
text-decoration: underline wavy wheat;
color: yellow;
background-color: indigo;
outline: 2px solid royalblue;
border: 2px solid tomato;
text-shadow: 4px -4px ivory;
box-shadow: -8px 8px 2px palegreen;
}
body footer form button:hover:active {
text-decoration: underline wavy aqua;
color: saddlebrown;
background-color: seagreen;
outline: 1px solid darkblue;
border: 1px solid darkmagenta;
text-shadow: 1px 1px 20px darkred;
box-shadow: 1px 1px 20px lime;
}
|
src/Pages/Sozinho/style.css
|
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
}
html,
body,
header,
footer,
main {
background-color: orangered;
width: 100%;
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
body header {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 10px 0;
background-color: cadetblue;
}
body header h1 {
width: 90%;
padding: 10px 50px;
text-align: center;
border-radius: 20px;
border: 1px solid darkgreen;
background-color: indigo;
text-shadow: 2px -2px darkmagenta;
box-shadow: 5px 5px 5px darkblue;
}
body main {
flex-grow: 20;
display: flex;
align-items: center;
justify-content: center;
}
body main ul {
width: 1000px;
height: 500px;
box-sizing: border-box;
padding: 2px 10px;
overflow-y: auto;
overflow-x: hidden;
border-radius: 10px;
border: 1px solid black;
background-color: green;
box-shadow: 20px 20px 5px gold;
/* width */
/* Track */
/* Handle */
}
body main ul::-webkit-scrollbar {
width: 14px;
border-radius: 10px;
}
body main ul::-webkit-scrollbar-track {
background: tan;
border-radius: 10px;
border: 2px solid blueviolet;
}
body main ul::-webkit-scrollbar-track:hover {
border: 2px solid violet;
background: turquoise;
}
body main ul::-webkit-scrollbar-thumb {
background: teal;
border-radius: 10px;
}
body main ul::-webkit-scrollbar-thumb:hover {
background: tomato;
}
body main li {
width: 100%;
margin: 6px;
padding: 4px 10px;
box-sizing: border-box;
list-style: none;
font-size: 20px;
border-radius: 10px;
background-color: darkgoldenrod;
color: aqua;
}
body main li:nth-child(even) {
text-align: end;
background-color: blue;
color: whitesmoke;
}
body footer {
flex-grow: 1;
}
body footer form {
height: 70%;
width: 100%;
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-evenly;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: royalblue;
}
body footer form input {
width: 90%;
height: 90%;
padding: 0 10px;
font-size: 20px;
border: 1px solid black;
color: lightgreen;
text-shadow: 1px 2px firebrick;
border-radius: 20px;
}
body footer form button {
padding: 10px;
font-size: 25px;
font-weight: 800;
border-radius: 20px;
outline: none;
text-decoration: underline wavy darkorange;
background-color: green;
color: khaki;
border: 4px solid turquoise;
text-shadow: 4px 4px red;
box-shadow: 10px -10px 4px hotpink;
}
body footer form button:hover {
text-decoration: underline wavy wheat;
color: yellow;
background-color: indigo;
outline: 2px solid royalblue;
border: 2px solid tomato;
text-shadow: 4px -4px ivory;
box-shadow: -8px 8px 2px palegreen;
}
body footer form button:hover:active {
text-decoration: underline wavy aqua;
color: saddlebrown;
background-color: seagreen;
outline: 1px solid darkblue;
border: 1px solid darkmagenta;
text-shadow: 1px 1px 20px darkred;
box-shadow: 1px 1px 20px lime;
}
| 0.481454 | 0.081813 |
form{
width: 300px;
margin-right: auto;
margin-left:auto;
}
form input {
margin-bottom: 5px;
}
label.error{
color:#c0392b;
font-weight: 900;
}
div.loi{
color:#c0392b;
font-weight: 900;
}
body {
margin : 0;
padding : 0;
font : 100% "Trebuchet MS", verdana, arial, sans-serif;
background : #2e2e2e;
color : #333;
}
#container {
width : 100%;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #29C34D;
background : #e9eee4;
color : #333;
height: 200%;
}
/*TOP BANNER*/
#topimg {
height : 150px;
padding : 0;
margin : 0;
background : #29C34D url(img/topimg.jpg) no-repeat;
color : #333;
}
#topimg h1 {
float : left;
margin : 10px 0 0 15px;
font-size : 150%;
letter-spacing: 3px;
color : #fff;
background : #29C34D;
}
/*TOP NAVIGATIONY*/
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 20px 0;
font-size : 110%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #417c2c;
color : #333;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #336633;
color : #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #91ae00;
color : #000;
}
/*MAIN CONTENT*/
#content {
margin : 0 0 5px 170px;
padding : 5px;
border-left : 1px dashed #999;
background :#29C34D;
background: -webkit-linear-gradient(to right, #0575E6, #00F260); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color : #333;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #417C2C;
}
#content a:hover {
background : inherit;
color : #29C34D;
}
/*SIDEBAR*/
#sidebar {
float : left;
width : 160px;
margin : 0 10px 0 0;
padding : 5px;
background : #e9eee4;
color : #333;
}
/*SIDE MENU*/
.sidemenu ul {
list-style-type : none;
text-align : left;
}
.sidemenu ul li {
display : block;
color : #666;
background : inherit;
}
.sidemenu ul li a {
background : transparent url(img/list-off.gif) no-repeat left center;
padding-left : 15px;
font : normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration : none;
color : #000;
}
.sidemenu ul li a:hover {
background : transparent url(img/list-on.gif) no-repeat left center;
color : #666;
}
.sidemenu ul li a#current {
background : transparent url(img/list-active.gif) no-repeat left center;
color : #666;
}
/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin : 0;
font-size : 100%;
border-top : 1px solid #fff;
background : #29C34D;
color : #333;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff;
}
#footer a:hover {
border-bottom : 1px dashed #eee;
background: inherit;
color : #333;
}
/*TYPOGRAPHY*/
p {
line-height: 1.7em;
margin : 15px;
}
h1 {
margin-top : 10px;
padding : 0;
height: 50px;
font-size : 300%;
text-transform : uppercase;
letter-spacing: 3px;
color : #29C34D;
background : inherit;
}
h2 {
margin : 10px 0 0 5px;
padding-left : 10px;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 5px;
color : #fff;
background : #29C34D;
}
/*CLASSES*/
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}
.post {
background : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 90%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.hungbualo {
background: red;
border-radius: 100px;
color:white;
font-weight: 500;
}
|
public/bootstrap/css/style.css
|
form{
width: 300px;
margin-right: auto;
margin-left:auto;
}
form input {
margin-bottom: 5px;
}
label.error{
color:#c0392b;
font-weight: 900;
}
div.loi{
color:#c0392b;
font-weight: 900;
}
body {
margin : 0;
padding : 0;
font : 100% "Trebuchet MS", verdana, arial, sans-serif;
background : #2e2e2e;
color : #333;
}
#container {
width : 100%;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #29C34D;
background : #e9eee4;
color : #333;
height: 200%;
}
/*TOP BANNER*/
#topimg {
height : 150px;
padding : 0;
margin : 0;
background : #29C34D url(img/topimg.jpg) no-repeat;
color : #333;
}
#topimg h1 {
float : left;
margin : 10px 0 0 15px;
font-size : 150%;
letter-spacing: 3px;
color : #fff;
background : #29C34D;
}
/*TOP NAVIGATIONY*/
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 20px 0;
font-size : 110%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #417c2c;
color : #333;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #336633;
color : #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #91ae00;
color : #000;
}
/*MAIN CONTENT*/
#content {
margin : 0 0 5px 170px;
padding : 5px;
border-left : 1px dashed #999;
background :#29C34D;
background: -webkit-linear-gradient(to right, #0575E6, #00F260); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color : #333;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #417C2C;
}
#content a:hover {
background : inherit;
color : #29C34D;
}
/*SIDEBAR*/
#sidebar {
float : left;
width : 160px;
margin : 0 10px 0 0;
padding : 5px;
background : #e9eee4;
color : #333;
}
/*SIDE MENU*/
.sidemenu ul {
list-style-type : none;
text-align : left;
}
.sidemenu ul li {
display : block;
color : #666;
background : inherit;
}
.sidemenu ul li a {
background : transparent url(img/list-off.gif) no-repeat left center;
padding-left : 15px;
font : normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration : none;
color : #000;
}
.sidemenu ul li a:hover {
background : transparent url(img/list-on.gif) no-repeat left center;
color : #666;
}
.sidemenu ul li a#current {
background : transparent url(img/list-active.gif) no-repeat left center;
color : #666;
}
/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin : 0;
font-size : 100%;
border-top : 1px solid #fff;
background : #29C34D;
color : #333;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff;
}
#footer a:hover {
border-bottom : 1px dashed #eee;
background: inherit;
color : #333;
}
/*TYPOGRAPHY*/
p {
line-height: 1.7em;
margin : 15px;
}
h1 {
margin-top : 10px;
padding : 0;
height: 50px;
font-size : 300%;
text-transform : uppercase;
letter-spacing: 3px;
color : #29C34D;
background : inherit;
}
h2 {
margin : 10px 0 0 5px;
padding-left : 10px;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 5px;
color : #fff;
background : #29C34D;
}
/*CLASSES*/
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}
.post {
background : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 90%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.hungbualo {
background: red;
border-radius: 100px;
color:white;
font-weight: 500;
}
| 0.341583 | 0.173393 |
[data-sal] {
-webkit-transition-delay: 0s;
transition-delay: 0s
}
[data-sal],
[data-sal][data-sal-duration="200"] {
-webkit-transition-duration: .2s;
transition-duration: .2s
}
[data-sal][data-sal-duration="250"] {
-webkit-transition-duration: .25s;
transition-duration: .25s
}
[data-sal][data-sal-duration="300"] {
-webkit-transition-duration: .3s;
transition-duration: .3s
}
[data-sal][data-sal-duration="350"] {
-webkit-transition-duration: .35s;
transition-duration: .35s
}
[data-sal][data-sal-duration="400"] {
-webkit-transition-duration: .4s;
transition-duration: .4s
}
[data-sal][data-sal-duration="450"] {
-webkit-transition-duration: .45s;
transition-duration: .45s
}
[data-sal][data-sal-duration="500"] {
-webkit-transition-duration: .5s;
transition-duration: .5s
}
[data-sal][data-sal-duration="550"] {
-webkit-transition-duration: .55s;
transition-duration: .55s
}
[data-sal][data-sal-duration="600"] {
-webkit-transition-duration: .6s;
transition-duration: .6s
}
[data-sal][data-sal-duration="650"] {
-webkit-transition-duration: .65s;
transition-duration: .65s
}
[data-sal][data-sal-duration="700"] {
-webkit-transition-duration: .7s;
transition-duration: .7s
}
[data-sal][data-sal-duration="750"] {
-webkit-transition-duration: .75s;
transition-duration: .75s
}
[data-sal][data-sal-duration="800"] {
-webkit-transition-duration: .8s;
transition-duration: .8s
}
[data-sal][data-sal-duration="850"] {
-webkit-transition-duration: .85s;
transition-duration: .85s
}
[data-sal][data-sal-duration="900"] {
-webkit-transition-duration: .9s;
transition-duration: .9s
}
[data-sal][data-sal-duration="950"] {
-webkit-transition-duration: .95s;
transition-duration: .95s
}
[data-sal][data-sal-duration="1000"] {
-webkit-transition-duration: 1s;
transition-duration: 1s
}
[data-sal][data-sal-duration="1050"] {
-webkit-transition-duration: 1.05s;
transition-duration: 1.05s
}
[data-sal][data-sal-duration="1100"] {
-webkit-transition-duration: 1.1s;
transition-duration: 1.1s
}
[data-sal][data-sal-duration="1150"] {
-webkit-transition-duration: 1.15s;
transition-duration: 1.15s
}
[data-sal][data-sal-duration="1200"] {
-webkit-transition-duration: 1.2s;
transition-duration: 1.2s
}
[data-sal][data-sal-duration="1250"] {
-webkit-transition-duration: 1.25s;
transition-duration: 1.25s
}
[data-sal][data-sal-duration="1300"] {
-webkit-transition-duration: 1.3s;
transition-duration: 1.3s
}
[data-sal][data-sal-duration="1350"] {
-webkit-transition-duration: 1.35s;
transition-duration: 1.35s
}
[data-sal][data-sal-duration="1400"] {
-webkit-transition-duration: 1.4s;
transition-duration: 1.4s
}
[data-sal][data-sal-duration="1450"] {
-webkit-transition-duration: 1.45s;
transition-duration: 1.45s
}
[data-sal][data-sal-duration="1500"] {
-webkit-transition-duration: 1.5s;
transition-duration: 1.5s
}
[data-sal][data-sal-duration="1550"] {
-webkit-transition-duration: 1.55s;
transition-duration: 1.55s
}
[data-sal][data-sal-duration="1600"] {
-webkit-transition-duration: 1.6s;
transition-duration: 1.6s
}
[data-sal][data-sal-duration="1650"] {
-webkit-transition-duration: 1.65s;
transition-duration: 1.65s
}
[data-sal][data-sal-duration="1700"] {
-webkit-transition-duration: 1.7s;
transition-duration: 1.7s
}
[data-sal][data-sal-duration="1750"] {
-webkit-transition-duration: 1.75s;
transition-duration: 1.75s
}
[data-sal][data-sal-duration="1800"] {
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
[data-sal][data-sal-duration="1850"] {
-webkit-transition-duration: 1.85s;
transition-duration: 1.85s
}
[data-sal][data-sal-duration="1900"] {
-webkit-transition-duration: 1.9s;
transition-duration: 1.9s
}
[data-sal][data-sal-duration="1950"] {
-webkit-transition-duration: 1.95s;
transition-duration: 1.95s
}
[data-sal][data-sal-duration="2000"] {
-webkit-transition-duration: 2s;
transition-duration: 2s
}
[data-sal][data-sal-delay="50"] {
-webkit-transition-delay: .05s;
transition-delay: .05s
}
[data-sal][data-sal-delay="100"] {
-webkit-transition-delay: .1s;
transition-delay: .1s
}
[data-sal][data-sal-delay="150"] {
-webkit-transition-delay: .15s;
transition-delay: .15s
}
[data-sal][data-sal-delay="200"] {
-webkit-transition-delay: .2s;
transition-delay: .2s
}
[data-sal][data-sal-delay="250"] {
-webkit-transition-delay: .25s;
transition-delay: .25s
}
[data-sal][data-sal-delay="300"] {
-webkit-transition-delay: .3s;
transition-delay: .3s
}
[data-sal][data-sal-delay="350"] {
-webkit-transition-delay: .35s;
transition-delay: .35s
}
[data-sal][data-sal-delay="400"] {
-webkit-transition-delay: .4s;
transition-delay: .4s
}
[data-sal][data-sal-delay="450"] {
-webkit-transition-delay: .45s;
transition-delay: .45s
}
[data-sal][data-sal-delay="500"] {
-webkit-transition-delay: .5s;
transition-delay: .5s
}
[data-sal][data-sal-delay="550"] {
-webkit-transition-delay: .55s;
transition-delay: .55s
}
[data-sal][data-sal-delay="600"] {
-webkit-transition-delay: .6s;
transition-delay: .6s
}
[data-sal][data-sal-delay="650"] {
-webkit-transition-delay: .65s;
transition-delay: .65s
}
[data-sal][data-sal-delay="700"] {
-webkit-transition-delay: .7s;
transition-delay: .7s
}
[data-sal][data-sal-delay="750"] {
-webkit-transition-delay: .75s;
transition-delay: .75s
}
[data-sal][data-sal-delay="800"] {
-webkit-transition-delay: .8s;
transition-delay: .8s
}
[data-sal][data-sal-delay="850"] {
-webkit-transition-delay: .85s;
transition-delay: .85s
}
[data-sal][data-sal-delay="900"] {
-webkit-transition-delay: .9s;
transition-delay: .9s
}
[data-sal][data-sal-delay="950"] {
-webkit-transition-delay: .95s;
transition-delay: .95s
}
[data-sal][data-sal-delay="1000"] {
-webkit-transition-delay: 1s;
transition-delay: 1s
}
[data-sal][data-sal-easing=linear] {
-webkit-transition-timing-function: linear;
transition-timing-function: linear
}
[data-sal][data-sal-easing=ease] {
-webkit-transition-timing-function: ease;
transition-timing-function: ease
}
[data-sal][data-sal-easing=ease-in] {
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in
}
[data-sal][data-sal-easing=ease-out] {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
[data-sal][data-sal-easing=ease-in-out] {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}
[data-sal][data-sal-easing=ease-in-cubic] {
-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
[data-sal][data-sal-easing=ease-out-cubic] {
-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
[data-sal][data-sal-easing=ease-in-out-cubic] {
-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
[data-sal][data-sal-easing=ease-in-circ] {
-webkit-transition-timing-function: cubic-bezier(.6, .04, .98, .335);
transition-timing-function: cubic-bezier(.6, .04, .98, .335)
}
[data-sal][data-sal-easing=ease-out-circ] {
-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}
[data-sal][data-sal-easing=ease-in-out-circ] {
-webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}
[data-sal][data-sal-easing=ease-in-expo] {
-webkit-transition-timing-function: cubic-bezier(.95, .05, .795, .035);
transition-timing-function: cubic-bezier(.95, .05, .795, .035)
}
[data-sal][data-sal-easing=ease-out-expo] {
-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
[data-sal][data-sal-easing=ease-in-out-expo] {
-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
transition-timing-function: cubic-bezier(1, 0, 0, 1)
}
[data-sal][data-sal-easing=ease-in-quad] {
-webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-sal][data-sal-easing=ease-out-quad] {
-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-sal][data-sal-easing=ease-in-out-quad] {
-webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-sal][data-sal-easing=ease-in-quart] {
-webkit-transition-timing-function: cubic-bezier(.895, .03, .685, .22);
transition-timing-function: cubic-bezier(.895, .03, .685, .22)
}
[data-sal][data-sal-easing=ease-out-quart] {
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}
[data-sal][data-sal-easing=ease-in-out-quart] {
-webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}
[data-sal][data-sal-easing=ease-in-quint] {
-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
transition-timing-function: cubic-bezier(.755, .05, .855, .06)
}
[data-sal][data-sal-easing=ease-out-quint] {
-webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}
[data-sal][data-sal-easing=ease-in-out-quint] {
-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}
[data-sal][data-sal-easing=ease-in-sine] {
-webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[data-sal][data-sal-easing=ease-out-sine] {
-webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[data-sal][data-sal-easing=ease-in-out-sine] {
-webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[data-sal][data-sal-easing=ease-in-back] {
-webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[data-sal][data-sal-easing=ease-out-back] {
-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[data-sal][data-sal-easing=ease-in-out-back] {
-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[data-sal|=fade] {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity
}
[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
opacity: 1
}
[data-sal|=slide] {
opacity: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform
}
[data-sal=slide-up] {
-webkit-transform: translateY(20%);
transform: translateY(20%)
}
[data-sal=slide-down] {
-webkit-transform: translateY(-20%);
transform: translateY(-20%)
}
[data-sal=slide-left] {
-webkit-transform: translateX(20%);
transform: translateX(20%)
}
[data-sal=slide-right] {
-webkit-transform: translateX(-20%);
transform: translateX(-20%)
}
[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
opacity: 1;
-webkit-transform: none;
transform: none
}
[data-sal|=zoom] {
opacity: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform
}
[data-sal=zoom-in] {
-webkit-transform: scale(.5);
transform: scale(.5)
}
[data-sal=zoom-out] {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
opacity: 1;
-webkit-transform: none;
transform: none
}
[data-sal|=flip] {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform
}
[data-sal=flip-left] {
-webkit-transform: perspective(2000px) rotateY(-91deg);
transform: perspective(2000px) rotateY(-91deg)
}
[data-sal=flip-right] {
-webkit-transform: perspective(2000px) rotateY(91deg);
transform: perspective(2000px) rotateY(91deg)
}
[data-sal=flip-up] {
-webkit-transform: perspective(2000px) rotateX(-91deg);
transform: perspective(2000px) rotateX(-91deg)
}
[data-sal=flip-down] {
-webkit-transform: perspective(2000px) rotateX(91deg);
transform: perspective(2000px) rotateX(91deg)
}
[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
-webkit-transform: none;
transform: none
}
/*# sourceMappingURL=sal.css.map*/
|
assets/css/sal.css
|
[data-sal] {
-webkit-transition-delay: 0s;
transition-delay: 0s
}
[data-sal],
[data-sal][data-sal-duration="200"] {
-webkit-transition-duration: .2s;
transition-duration: .2s
}
[data-sal][data-sal-duration="250"] {
-webkit-transition-duration: .25s;
transition-duration: .25s
}
[data-sal][data-sal-duration="300"] {
-webkit-transition-duration: .3s;
transition-duration: .3s
}
[data-sal][data-sal-duration="350"] {
-webkit-transition-duration: .35s;
transition-duration: .35s
}
[data-sal][data-sal-duration="400"] {
-webkit-transition-duration: .4s;
transition-duration: .4s
}
[data-sal][data-sal-duration="450"] {
-webkit-transition-duration: .45s;
transition-duration: .45s
}
[data-sal][data-sal-duration="500"] {
-webkit-transition-duration: .5s;
transition-duration: .5s
}
[data-sal][data-sal-duration="550"] {
-webkit-transition-duration: .55s;
transition-duration: .55s
}
[data-sal][data-sal-duration="600"] {
-webkit-transition-duration: .6s;
transition-duration: .6s
}
[data-sal][data-sal-duration="650"] {
-webkit-transition-duration: .65s;
transition-duration: .65s
}
[data-sal][data-sal-duration="700"] {
-webkit-transition-duration: .7s;
transition-duration: .7s
}
[data-sal][data-sal-duration="750"] {
-webkit-transition-duration: .75s;
transition-duration: .75s
}
[data-sal][data-sal-duration="800"] {
-webkit-transition-duration: .8s;
transition-duration: .8s
}
[data-sal][data-sal-duration="850"] {
-webkit-transition-duration: .85s;
transition-duration: .85s
}
[data-sal][data-sal-duration="900"] {
-webkit-transition-duration: .9s;
transition-duration: .9s
}
[data-sal][data-sal-duration="950"] {
-webkit-transition-duration: .95s;
transition-duration: .95s
}
[data-sal][data-sal-duration="1000"] {
-webkit-transition-duration: 1s;
transition-duration: 1s
}
[data-sal][data-sal-duration="1050"] {
-webkit-transition-duration: 1.05s;
transition-duration: 1.05s
}
[data-sal][data-sal-duration="1100"] {
-webkit-transition-duration: 1.1s;
transition-duration: 1.1s
}
[data-sal][data-sal-duration="1150"] {
-webkit-transition-duration: 1.15s;
transition-duration: 1.15s
}
[data-sal][data-sal-duration="1200"] {
-webkit-transition-duration: 1.2s;
transition-duration: 1.2s
}
[data-sal][data-sal-duration="1250"] {
-webkit-transition-duration: 1.25s;
transition-duration: 1.25s
}
[data-sal][data-sal-duration="1300"] {
-webkit-transition-duration: 1.3s;
transition-duration: 1.3s
}
[data-sal][data-sal-duration="1350"] {
-webkit-transition-duration: 1.35s;
transition-duration: 1.35s
}
[data-sal][data-sal-duration="1400"] {
-webkit-transition-duration: 1.4s;
transition-duration: 1.4s
}
[data-sal][data-sal-duration="1450"] {
-webkit-transition-duration: 1.45s;
transition-duration: 1.45s
}
[data-sal][data-sal-duration="1500"] {
-webkit-transition-duration: 1.5s;
transition-duration: 1.5s
}
[data-sal][data-sal-duration="1550"] {
-webkit-transition-duration: 1.55s;
transition-duration: 1.55s
}
[data-sal][data-sal-duration="1600"] {
-webkit-transition-duration: 1.6s;
transition-duration: 1.6s
}
[data-sal][data-sal-duration="1650"] {
-webkit-transition-duration: 1.65s;
transition-duration: 1.65s
}
[data-sal][data-sal-duration="1700"] {
-webkit-transition-duration: 1.7s;
transition-duration: 1.7s
}
[data-sal][data-sal-duration="1750"] {
-webkit-transition-duration: 1.75s;
transition-duration: 1.75s
}
[data-sal][data-sal-duration="1800"] {
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
[data-sal][data-sal-duration="1850"] {
-webkit-transition-duration: 1.85s;
transition-duration: 1.85s
}
[data-sal][data-sal-duration="1900"] {
-webkit-transition-duration: 1.9s;
transition-duration: 1.9s
}
[data-sal][data-sal-duration="1950"] {
-webkit-transition-duration: 1.95s;
transition-duration: 1.95s
}
[data-sal][data-sal-duration="2000"] {
-webkit-transition-duration: 2s;
transition-duration: 2s
}
[data-sal][data-sal-delay="50"] {
-webkit-transition-delay: .05s;
transition-delay: .05s
}
[data-sal][data-sal-delay="100"] {
-webkit-transition-delay: .1s;
transition-delay: .1s
}
[data-sal][data-sal-delay="150"] {
-webkit-transition-delay: .15s;
transition-delay: .15s
}
[data-sal][data-sal-delay="200"] {
-webkit-transition-delay: .2s;
transition-delay: .2s
}
[data-sal][data-sal-delay="250"] {
-webkit-transition-delay: .25s;
transition-delay: .25s
}
[data-sal][data-sal-delay="300"] {
-webkit-transition-delay: .3s;
transition-delay: .3s
}
[data-sal][data-sal-delay="350"] {
-webkit-transition-delay: .35s;
transition-delay: .35s
}
[data-sal][data-sal-delay="400"] {
-webkit-transition-delay: .4s;
transition-delay: .4s
}
[data-sal][data-sal-delay="450"] {
-webkit-transition-delay: .45s;
transition-delay: .45s
}
[data-sal][data-sal-delay="500"] {
-webkit-transition-delay: .5s;
transition-delay: .5s
}
[data-sal][data-sal-delay="550"] {
-webkit-transition-delay: .55s;
transition-delay: .55s
}
[data-sal][data-sal-delay="600"] {
-webkit-transition-delay: .6s;
transition-delay: .6s
}
[data-sal][data-sal-delay="650"] {
-webkit-transition-delay: .65s;
transition-delay: .65s
}
[data-sal][data-sal-delay="700"] {
-webkit-transition-delay: .7s;
transition-delay: .7s
}
[data-sal][data-sal-delay="750"] {
-webkit-transition-delay: .75s;
transition-delay: .75s
}
[data-sal][data-sal-delay="800"] {
-webkit-transition-delay: .8s;
transition-delay: .8s
}
[data-sal][data-sal-delay="850"] {
-webkit-transition-delay: .85s;
transition-delay: .85s
}
[data-sal][data-sal-delay="900"] {
-webkit-transition-delay: .9s;
transition-delay: .9s
}
[data-sal][data-sal-delay="950"] {
-webkit-transition-delay: .95s;
transition-delay: .95s
}
[data-sal][data-sal-delay="1000"] {
-webkit-transition-delay: 1s;
transition-delay: 1s
}
[data-sal][data-sal-easing=linear] {
-webkit-transition-timing-function: linear;
transition-timing-function: linear
}
[data-sal][data-sal-easing=ease] {
-webkit-transition-timing-function: ease;
transition-timing-function: ease
}
[data-sal][data-sal-easing=ease-in] {
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in
}
[data-sal][data-sal-easing=ease-out] {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
[data-sal][data-sal-easing=ease-in-out] {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}
[data-sal][data-sal-easing=ease-in-cubic] {
-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
[data-sal][data-sal-easing=ease-out-cubic] {
-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
[data-sal][data-sal-easing=ease-in-out-cubic] {
-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
[data-sal][data-sal-easing=ease-in-circ] {
-webkit-transition-timing-function: cubic-bezier(.6, .04, .98, .335);
transition-timing-function: cubic-bezier(.6, .04, .98, .335)
}
[data-sal][data-sal-easing=ease-out-circ] {
-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}
[data-sal][data-sal-easing=ease-in-out-circ] {
-webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}
[data-sal][data-sal-easing=ease-in-expo] {
-webkit-transition-timing-function: cubic-bezier(.95, .05, .795, .035);
transition-timing-function: cubic-bezier(.95, .05, .795, .035)
}
[data-sal][data-sal-easing=ease-out-expo] {
-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
[data-sal][data-sal-easing=ease-in-out-expo] {
-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
transition-timing-function: cubic-bezier(1, 0, 0, 1)
}
[data-sal][data-sal-easing=ease-in-quad] {
-webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-sal][data-sal-easing=ease-out-quad] {
-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-sal][data-sal-easing=ease-in-out-quad] {
-webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-sal][data-sal-easing=ease-in-quart] {
-webkit-transition-timing-function: cubic-bezier(.895, .03, .685, .22);
transition-timing-function: cubic-bezier(.895, .03, .685, .22)
}
[data-sal][data-sal-easing=ease-out-quart] {
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}
[data-sal][data-sal-easing=ease-in-out-quart] {
-webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}
[data-sal][data-sal-easing=ease-in-quint] {
-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
transition-timing-function: cubic-bezier(.755, .05, .855, .06)
}
[data-sal][data-sal-easing=ease-out-quint] {
-webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}
[data-sal][data-sal-easing=ease-in-out-quint] {
-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}
[data-sal][data-sal-easing=ease-in-sine] {
-webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[data-sal][data-sal-easing=ease-out-sine] {
-webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[data-sal][data-sal-easing=ease-in-out-sine] {
-webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[data-sal][data-sal-easing=ease-in-back] {
-webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[data-sal][data-sal-easing=ease-out-back] {
-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[data-sal][data-sal-easing=ease-in-out-back] {
-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[data-sal|=fade] {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity
}
[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
opacity: 1
}
[data-sal|=slide] {
opacity: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform
}
[data-sal=slide-up] {
-webkit-transform: translateY(20%);
transform: translateY(20%)
}
[data-sal=slide-down] {
-webkit-transform: translateY(-20%);
transform: translateY(-20%)
}
[data-sal=slide-left] {
-webkit-transform: translateX(20%);
transform: translateX(20%)
}
[data-sal=slide-right] {
-webkit-transform: translateX(-20%);
transform: translateX(-20%)
}
[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
opacity: 1;
-webkit-transform: none;
transform: none
}
[data-sal|=zoom] {
opacity: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform
}
[data-sal=zoom-in] {
-webkit-transform: scale(.5);
transform: scale(.5)
}
[data-sal=zoom-out] {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
opacity: 1;
-webkit-transform: none;
transform: none
}
[data-sal|=flip] {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform
}
[data-sal=flip-left] {
-webkit-transform: perspective(2000px) rotateY(-91deg);
transform: perspective(2000px) rotateY(-91deg)
}
[data-sal=flip-right] {
-webkit-transform: perspective(2000px) rotateY(91deg);
transform: perspective(2000px) rotateY(91deg)
}
[data-sal=flip-up] {
-webkit-transform: perspective(2000px) rotateX(-91deg);
transform: perspective(2000px) rotateX(-91deg)
}
[data-sal=flip-down] {
-webkit-transform: perspective(2000px) rotateX(91deg);
transform: perspective(2000px) rotateX(91deg)
}
[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
-webkit-transform: none;
transform: none
}
/*# sourceMappingURL=sal.css.map*/
| 0.333937 | 0.05498 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.