code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
body {
display: contents;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #263238;
height: 100vh;
padding: 0;
margin: 0;
font-family: Arial;
}
.row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.col {
display: flex;
flex-direction: column;
}
/* loader */
.loader {
animation:spin 1s infinite linear;
border:solid 2vmin transparent;
border-radius:50%;
border-right-color:#4262FF;
border-top-color:#4262FF;
box-sizing:border-box;
height:20vmin;
left:calc(50% - 10vmin);
position:fixed;
top:calc(100% - 20vmin - 15px);
width:20vmin;
z-index:1;
}
.loader:before {
animation:spin 2s infinite linear;
border:solid 2vmin transparent;
border-radius:50%;
border-right-color:#29A2B4;
border-top-color:#29A2B4;
box-sizing:border-box;
content:"";
height:16vmin;
left:0;
position:absolute;
top:0;
width:16vmin;
}
.loader:after {
animation:spin 3s infinite linear;
border:solid 2vmin transparent;
border-radius:50%;
border-right-color:#82DBA5;
border-top-color:#82DBA5;
box-sizing:border-box;
content:"";
height:12vmin;
left:2vmin;
position:absolute;
top:2vmin;
width:12vmin;
}
@keyframes spin {
100% {
transform:rotate(360deg);
}
}
/* margin */
.m-1 {
margin: 25px;
}
.m-l-1 {
margin-left: 25px;
}
.m-r-1 {
margin-right: 25px;
}
.m-t-1 {
margin-top: 25px;
}
.m-b-1 {
margin-bottom: 25px;
}
.m-h-1 {
margin-left: 25px;
margin-right: 25px;
}
.m-v-1 {
margin-top: 25px;
margin-bottom: 25px;
}
.m-2 {
margin: 20px;
}
.m-l-2 {
margin-left: 20px;
}
.m-r-2 {
margin-right: 20px;
}
.m-t-2 {
margin-top: 20px;
}
.m-b-2 {
margin-bottom: 20px;
}
.m-h-2 {
margin-left: 20px;
margin-right: 20px;
}
.m-v-2 {
margin-top: 20px;
margin-bottom: 20px;
}
.m-3 {
margin: 15px;
}
.m-l-3 {
margin-left: 15px;
}
.m-r-3 {
margin-right: 15px;
}
.m-t-3 {
margin-top: 15px;
}
.m-b-3 {
margin-bottom: 15px;
}
.m-h-3 {
margin-left: 15px;
margin-right: 15px;
}
.m-v-3 {
margin-top: 15px;
margin-bottom: 15px;
}
.m-4 {
margin: 10px;
}
.m-l-4 {
margin-left: 10px;
}
.m-r-4 {
margin-right: 10px;
}
.m-t-4 {
margin-top: 10px;
}
.m-b-4 {
margin-bottom: 10px;
}
.m-h-4 {
margin-left: 10px;
margin-right: 10px;
}
.m-v-4 {
margin-top: 10px;
margin-bottom: 10px;
}
.m-5 {
margin: 5px;
}
.m-l-5 {
margin-left: 5px;
}
.m-r-5 {
margin-right: 5px;
}
.m-t-5 {
margin-top: 5px;
}
.m-b-5 {
margin-bottom: 5px;
}
.m-h-5 {
margin-left: 5px;
margin-right: 5px;
}
.m-v-5 {
margin-top: 5px;
margin-bottom: 5px;
}
/* justify-content */
.jc-sa {
justify-content: space-around;
}
.jc-sb {
justify-content: space-between;
}
.jc-c {
justify-content: center;
} | static/stickerman/sticker-comparator-form/style.css | body {
display: contents;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #263238;
height: 100vh;
padding: 0;
margin: 0;
font-family: Arial;
}
.row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.col {
display: flex;
flex-direction: column;
}
/* loader */
.loader {
animation:spin 1s infinite linear;
border:solid 2vmin transparent;
border-radius:50%;
border-right-color:#4262FF;
border-top-color:#4262FF;
box-sizing:border-box;
height:20vmin;
left:calc(50% - 10vmin);
position:fixed;
top:calc(100% - 20vmin - 15px);
width:20vmin;
z-index:1;
}
.loader:before {
animation:spin 2s infinite linear;
border:solid 2vmin transparent;
border-radius:50%;
border-right-color:#29A2B4;
border-top-color:#29A2B4;
box-sizing:border-box;
content:"";
height:16vmin;
left:0;
position:absolute;
top:0;
width:16vmin;
}
.loader:after {
animation:spin 3s infinite linear;
border:solid 2vmin transparent;
border-radius:50%;
border-right-color:#82DBA5;
border-top-color:#82DBA5;
box-sizing:border-box;
content:"";
height:12vmin;
left:2vmin;
position:absolute;
top:2vmin;
width:12vmin;
}
@keyframes spin {
100% {
transform:rotate(360deg);
}
}
/* margin */
.m-1 {
margin: 25px;
}
.m-l-1 {
margin-left: 25px;
}
.m-r-1 {
margin-right: 25px;
}
.m-t-1 {
margin-top: 25px;
}
.m-b-1 {
margin-bottom: 25px;
}
.m-h-1 {
margin-left: 25px;
margin-right: 25px;
}
.m-v-1 {
margin-top: 25px;
margin-bottom: 25px;
}
.m-2 {
margin: 20px;
}
.m-l-2 {
margin-left: 20px;
}
.m-r-2 {
margin-right: 20px;
}
.m-t-2 {
margin-top: 20px;
}
.m-b-2 {
margin-bottom: 20px;
}
.m-h-2 {
margin-left: 20px;
margin-right: 20px;
}
.m-v-2 {
margin-top: 20px;
margin-bottom: 20px;
}
.m-3 {
margin: 15px;
}
.m-l-3 {
margin-left: 15px;
}
.m-r-3 {
margin-right: 15px;
}
.m-t-3 {
margin-top: 15px;
}
.m-b-3 {
margin-bottom: 15px;
}
.m-h-3 {
margin-left: 15px;
margin-right: 15px;
}
.m-v-3 {
margin-top: 15px;
margin-bottom: 15px;
}
.m-4 {
margin: 10px;
}
.m-l-4 {
margin-left: 10px;
}
.m-r-4 {
margin-right: 10px;
}
.m-t-4 {
margin-top: 10px;
}
.m-b-4 {
margin-bottom: 10px;
}
.m-h-4 {
margin-left: 10px;
margin-right: 10px;
}
.m-v-4 {
margin-top: 10px;
margin-bottom: 10px;
}
.m-5 {
margin: 5px;
}
.m-l-5 {
margin-left: 5px;
}
.m-r-5 {
margin-right: 5px;
}
.m-t-5 {
margin-top: 5px;
}
.m-b-5 {
margin-bottom: 5px;
}
.m-h-5 {
margin-left: 5px;
margin-right: 5px;
}
.m-v-5 {
margin-top: 5px;
margin-bottom: 5px;
}
/* justify-content */
.jc-sa {
justify-content: space-around;
}
.jc-sb {
justify-content: space-between;
}
.jc-c {
justify-content: center;
} | 0.409575 | 0.094636 |
html,body{
height: 100%;
}
#pagina{
}
.opcion{
width: 105px;
}
.etiqueta{
text-align: right;
text-transform: capitalize;
width: 25%;
vertical-align: top;
}
#logo{
}
#perfiles .perfil{
min-width: 25%;
max-width: 50%;
width: 33%;
height: 30px;
float: left;
}
.contenedor{
padding: 15px;
margin: 2%;
border-radius: 15px;
background-color: #FFF;
}
#cssmenu {
padding: 0;
margin: 2%;
border: 0; }
#cssmenu ul, li {
list-style: none;
margin: 0;
padding: 0; }
#cssmenu ul {
position: relative;
/*z-index: 597;*/
z-index: 1597;
float: left; }
#cssmenu ul li {
float: left;
min-height: 1px;
line-height: 1em;
vertical-align: middle; }
#cssmenu ul li.hover,
#cssmenu ul li:hover {
position: relative;
/*z-index: 599;*/
z-index: 1599;
cursor: default; }
#cssmenu ul ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
/*z-index: 598;*/
z-index: 1598;
width: 100%; }
#cssmenu ul ul li {
float: none; }
#cssmenu ul li:hover > ul {
visibility: visible; }
#cssmenu ul ul {
top: 0;
left: 100%; }
#cssmenu ul li {
float: none; }
/* Custom Stuff */
#cssmenu span, #cssmenu a {
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; }
#cssmenu {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
font-weight: 600;
width: 96%;
}
#cssmenu:after, #cssmenu ul:after {
content: '';
display: block;
clear: both; }
#cssmenu > ul > li:first-child {
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu > ul > li:last-child {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu > ul > li ul ul li:first-child {
-moz-border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu > ul > li ul ul li:last-child {
-moz-border-radius: 0 0 5px 0;
-webkit-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu ul, #cssmenu li {
width: 100%; }
#cssmenu li {
background: #c0bebf url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEXy7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7erx7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7eoO3g4TAAAAMnRSTlP8+fbz7+vn497Z1M/KxL+5s66oopuVj4mDfHZwamRdV1FMRkA7NTArJiEcGBQQDAkGA02z+X0AAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2edea), color-stop(1, #c0bebf));
background-image: -webkit-linear-gradient(top, #f2edea, #c0bebf);
background-image: -moz-linear-gradient(top, #f2edea, #c0bebf);
background-image: -ms-linear-gradient(top, #f2edea, #c0bebf);
background-image: -o-linear-gradient(top, #f2edea, #c0bebf);
background-image: linear-gradient(#f2edea, #c0bebf); }
#cssmenu li:hover, #cssmenu li.active {
background: #606a76 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEVKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmL///9KVmL3Z0MtAAAAMnRSTlP8+fby7+vm4t3Y087Iw723sauln5mTjIaAeXNsZmBaVE5IQjw3MSwnIh0ZFBANCQYDAAm6nKYAAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
-moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a5662), color-stop(1, #606a76));
background-image: -webkit-linear-gradient(top, #4a5662, #606a76);
background-image: -moz-linear-gradient(top, #4a5662, #606a76);
background-image: -ms-linear-gradient(top, #4a5662, #606a76);
background-image: -o-linear-gradient(top, #4a5662, #606a76);
background-image: linear-gradient(#4a5662, #606a76); }
#cssmenu li:hover > a, #cssmenu li.active > a {
color: #FFF; }
#cssmenu a {
color: #666666;
line-height: 160%;
padding: 8px 8px 8px 28px;
width: 90%; }
#cssmenu ul ul {
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
#cssmenu ul ul li {
background: #606a76;
border-bottom: 1px solid #59636F;
-moz-box-shadow: inset 0 1px 0 #66707c;
-webkit-box-shadow: inset 0 1px 0 #66707c;
box-shadow: inset 0 1px 0 #66707c; }
#cssmenu ul ul li:hover {
background: #4a5662; }
#cssmenu ul ul li a {
color: #FFF; }
label.error{
background: #ee0101;
position:relative;
color: #fff;
width: 150px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
z-index: 5001;
float: right;
} | alexa/views/layout/blank/css/core.css | html,body{
height: 100%;
}
#pagina{
}
.opcion{
width: 105px;
}
.etiqueta{
text-align: right;
text-transform: capitalize;
width: 25%;
vertical-align: top;
}
#logo{
}
#perfiles .perfil{
min-width: 25%;
max-width: 50%;
width: 33%;
height: 30px;
float: left;
}
.contenedor{
padding: 15px;
margin: 2%;
border-radius: 15px;
background-color: #FFF;
}
#cssmenu {
padding: 0;
margin: 2%;
border: 0; }
#cssmenu ul, li {
list-style: none;
margin: 0;
padding: 0; }
#cssmenu ul {
position: relative;
/*z-index: 597;*/
z-index: 1597;
float: left; }
#cssmenu ul li {
float: left;
min-height: 1px;
line-height: 1em;
vertical-align: middle; }
#cssmenu ul li.hover,
#cssmenu ul li:hover {
position: relative;
/*z-index: 599;*/
z-index: 1599;
cursor: default; }
#cssmenu ul ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
/*z-index: 598;*/
z-index: 1598;
width: 100%; }
#cssmenu ul ul li {
float: none; }
#cssmenu ul li:hover > ul {
visibility: visible; }
#cssmenu ul ul {
top: 0;
left: 100%; }
#cssmenu ul li {
float: none; }
/* Custom Stuff */
#cssmenu span, #cssmenu a {
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; }
#cssmenu {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
font-weight: 600;
width: 96%;
}
#cssmenu:after, #cssmenu ul:after {
content: '';
display: block;
clear: both; }
#cssmenu > ul > li:first-child {
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu > ul > li:last-child {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu > ul > li ul ul li:first-child {
-moz-border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu > ul > li ul ul li:last-child {
-moz-border-radius: 0 0 5px 0;
-webkit-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
#cssmenu ul, #cssmenu li {
width: 100%; }
#cssmenu li {
background: #c0bebf url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEXy7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7erx7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7eoO3g4TAAAAMnRSTlP8+fbz7+vn497Z1M/KxL+5s66oopuVj4mDfHZwamRdV1FMRkA7NTArJiEcGBQQDAkGA02z+X0AAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2edea), color-stop(1, #c0bebf));
background-image: -webkit-linear-gradient(top, #f2edea, #c0bebf);
background-image: -moz-linear-gradient(top, #f2edea, #c0bebf);
background-image: -ms-linear-gradient(top, #f2edea, #c0bebf);
background-image: -o-linear-gradient(top, #f2edea, #c0bebf);
background-image: linear-gradient(#f2edea, #c0bebf); }
#cssmenu li:hover, #cssmenu li.active {
background: #606a76 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEVKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmL///9KVmL3Z0MtAAAAMnRSTlP8+fby7+vm4t3Y087Iw723sauln5mTjIaAeXNsZmBaVE5IQjw3MSwnIh0ZFBANCQYDAAm6nKYAAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
-moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a5662), color-stop(1, #606a76));
background-image: -webkit-linear-gradient(top, #4a5662, #606a76);
background-image: -moz-linear-gradient(top, #4a5662, #606a76);
background-image: -ms-linear-gradient(top, #4a5662, #606a76);
background-image: -o-linear-gradient(top, #4a5662, #606a76);
background-image: linear-gradient(#4a5662, #606a76); }
#cssmenu li:hover > a, #cssmenu li.active > a {
color: #FFF; }
#cssmenu a {
color: #666666;
line-height: 160%;
padding: 8px 8px 8px 28px;
width: 90%; }
#cssmenu ul ul {
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
#cssmenu ul ul li {
background: #606a76;
border-bottom: 1px solid #59636F;
-moz-box-shadow: inset 0 1px 0 #66707c;
-webkit-box-shadow: inset 0 1px 0 #66707c;
box-shadow: inset 0 1px 0 #66707c; }
#cssmenu ul ul li:hover {
background: #4a5662; }
#cssmenu ul ul li a {
color: #FFF; }
label.error{
background: #ee0101;
position:relative;
color: #fff;
width: 150px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
z-index: 5001;
float: right;
} | 0.315525 | 0.054803 |
body {
font-family: "Segoe UI", helvetica, arial, sans-serif;
}
* {
scroll-behavior: smooth;
}
::-webkit-scrollbar {
display: none;
}
button,
a {
text-decoration: none;
text-align: center;
line-height: 30px;
width: 100px;
height: 30px;
border-radius: 5px;
font-size: 15px;
border: 0;
font-family: "Segoe UI";
font-weight: 500;
cursor: pointer;
transition: background-color 200ms, opacity 300ms, transform 100ms;
color: #000;
background: #eee;
}
.loader:first-child {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9999999;
}
.loader {
color: #fff;
text-shadow: 0px 0px 10px #fff;
background: #000a;
position: fixed;
backdrop-filter: blur(20px);
display: grid;
place-content: center;
place-items: center;
text-align: center;
transition: opacity 200ms ease-in;
z-index: 1000;
}
.loadIcon {
width: 50px;
height: 50px;
border: 5px solid #1877F2;
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
border-radius: 50%;
}
.loadIcon.move {
animation: load-rotate1 1s infinite ease, load-expand 1s infinite ease-out;
}
.previousMeme,
.nextMeme {
background: #fff2;
border: 1px dashed #222;
text-shadow: 1px 1px #000;
color: #fffa;
backdrop-filter: blur(20px) saturate(180%);
transition: padding 200ms ease;
margin: auto 0;
justify-self: start;
height: 50%;
border-radius: 0 5px 5px 0;
width: auto;
pointer-events: all;
}
.nextMeme {
justify-self: end;
border-radius: 5px 0 0 5px;
}
.postMeme {
background-color: #1877F2;
color: #fff;
justify-self: end;
margin-right: 5px;
}
.gotoMemeBox {
border: 0;
border-radius: 0;
font-weight: 700;
grid-area: num;
}
.title {
font-size: 15px;
font-weight: bold;
padding: 0 10px;
border: 0;
grid-area: title;
border-radius: 5px;
height: 60%;
width: 90%;
}
.author {
padding: 0 10px;
grid-area: author;
font-size: 12px;
}
.image {
max-width: 90%;
max-height: 90%;
height: 90%;
margin: auto;
border-radius: 5px;
}
.imageBox {
position: fixed;
top: 0;
left: 0;
bottom: 80px;
right: 0;
background: black;
display: grid;
}
.navigatorBox {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2222;
display: grid;
grid-template-columns: 1fr 1fr;
pointer-events: none;
}
.bar {
position: absolute;
top: 0;
left: 0;
bottom: -30px;
right: 0;
z-index: 9999;
display: grid;
align-content: end;
pointer-events: none;
}
.initStuff {
display: grid;
grid-template-columns: 85% 15%;
place-items: center;
pointer-events: auto;
height: 100%;
background: #fff;
box-sizing: border-box;
}
.vis {
display: grid;
grid-template-areas:
"title title post"
"author num download";
grid-template-columns: 80% 5% 15%;
grid-template-rows: 60% 30%;
background: #fff;
height: 80px;
align-items: center;
pointer-events: auto;
padding-left: 5px;
margin-bottom: 10px;
}
.downloader {
grid-area: download;
pointer-events: auto;
justify-self: end;
margin-right: 5px;
}
.clientSecretGetter {
background: #eee;
border: 0;
border-radius: 5px;
margin: 5px 0;
width: 99%;
height: 100%;
padding: 0 10px;
}
.initiator {
margin-right: 5px;
justify-self: end;
}
*:focus {
outline: none;
}
button:active,
a:active {
transform: scale(0.95);
}
button:not(.nextMeme):not(.previousMeme):not(.postMeme):hover,
a:hover,
input:hover {
background: #ddd;
}
.previousMeme:hover {
padding-right: 15px;
color: #fff;
}
.nextMeme:hover {
padding-left: 15px;
color: #fff;
}
.postMeme:hover {
background: #2d88ff;
}
.waiting {
animation: moving 3s linear infinite;
}
@keyframes load-rotate1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes load-expand {
0% {
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
}
25% {
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
}
50% {
clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 70%, 0% 0%);
}
100% {
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
}
}
@keyframes moving {
0% {
background-position: 0px 0px;
}
100% {
background-position: 100px 0px;
}
} | legacy/style.css | body {
font-family: "Segoe UI", helvetica, arial, sans-serif;
}
* {
scroll-behavior: smooth;
}
::-webkit-scrollbar {
display: none;
}
button,
a {
text-decoration: none;
text-align: center;
line-height: 30px;
width: 100px;
height: 30px;
border-radius: 5px;
font-size: 15px;
border: 0;
font-family: "Segoe UI";
font-weight: 500;
cursor: pointer;
transition: background-color 200ms, opacity 300ms, transform 100ms;
color: #000;
background: #eee;
}
.loader:first-child {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9999999;
}
.loader {
color: #fff;
text-shadow: 0px 0px 10px #fff;
background: #000a;
position: fixed;
backdrop-filter: blur(20px);
display: grid;
place-content: center;
place-items: center;
text-align: center;
transition: opacity 200ms ease-in;
z-index: 1000;
}
.loadIcon {
width: 50px;
height: 50px;
border: 5px solid #1877F2;
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
border-radius: 50%;
}
.loadIcon.move {
animation: load-rotate1 1s infinite ease, load-expand 1s infinite ease-out;
}
.previousMeme,
.nextMeme {
background: #fff2;
border: 1px dashed #222;
text-shadow: 1px 1px #000;
color: #fffa;
backdrop-filter: blur(20px) saturate(180%);
transition: padding 200ms ease;
margin: auto 0;
justify-self: start;
height: 50%;
border-radius: 0 5px 5px 0;
width: auto;
pointer-events: all;
}
.nextMeme {
justify-self: end;
border-radius: 5px 0 0 5px;
}
.postMeme {
background-color: #1877F2;
color: #fff;
justify-self: end;
margin-right: 5px;
}
.gotoMemeBox {
border: 0;
border-radius: 0;
font-weight: 700;
grid-area: num;
}
.title {
font-size: 15px;
font-weight: bold;
padding: 0 10px;
border: 0;
grid-area: title;
border-radius: 5px;
height: 60%;
width: 90%;
}
.author {
padding: 0 10px;
grid-area: author;
font-size: 12px;
}
.image {
max-width: 90%;
max-height: 90%;
height: 90%;
margin: auto;
border-radius: 5px;
}
.imageBox {
position: fixed;
top: 0;
left: 0;
bottom: 80px;
right: 0;
background: black;
display: grid;
}
.navigatorBox {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2222;
display: grid;
grid-template-columns: 1fr 1fr;
pointer-events: none;
}
.bar {
position: absolute;
top: 0;
left: 0;
bottom: -30px;
right: 0;
z-index: 9999;
display: grid;
align-content: end;
pointer-events: none;
}
.initStuff {
display: grid;
grid-template-columns: 85% 15%;
place-items: center;
pointer-events: auto;
height: 100%;
background: #fff;
box-sizing: border-box;
}
.vis {
display: grid;
grid-template-areas:
"title title post"
"author num download";
grid-template-columns: 80% 5% 15%;
grid-template-rows: 60% 30%;
background: #fff;
height: 80px;
align-items: center;
pointer-events: auto;
padding-left: 5px;
margin-bottom: 10px;
}
.downloader {
grid-area: download;
pointer-events: auto;
justify-self: end;
margin-right: 5px;
}
.clientSecretGetter {
background: #eee;
border: 0;
border-radius: 5px;
margin: 5px 0;
width: 99%;
height: 100%;
padding: 0 10px;
}
.initiator {
margin-right: 5px;
justify-self: end;
}
*:focus {
outline: none;
}
button:active,
a:active {
transform: scale(0.95);
}
button:not(.nextMeme):not(.previousMeme):not(.postMeme):hover,
a:hover,
input:hover {
background: #ddd;
}
.previousMeme:hover {
padding-right: 15px;
color: #fff;
}
.nextMeme:hover {
padding-left: 15px;
color: #fff;
}
.postMeme:hover {
background: #2d88ff;
}
.waiting {
animation: moving 3s linear infinite;
}
@keyframes load-rotate1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes load-expand {
0% {
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
}
25% {
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
}
50% {
clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 70%, 0% 0%);
}
100% {
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%, 0% 0%);
}
}
@keyframes moving {
0% {
background-position: 0px 0px;
}
100% {
background-position: 100px 0px;
}
} | 0.522446 | 0.103386 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
:root{
--cor-fundo: #011C26;
--cor-fundo-titulo: #025159;
--cor-titulo: #0CF2C8;
--cor-texto: #0AA696;
--cor-destaque: #FF8321;
--fonte-padrao:'Oswald', sans-serif;
--fonte-destaque:'Bebas Neue', cursive;
--fonte-texto: 'Source Sans Pro', sans-serif;
}
*{
margin: 0px;
padding: 0px;
font-family: var(--fonte-padrao);
color: white;
}
body{
display: grid;
grid-template-columns: 0.5fr 9fr 0.5fr;
grid-template-rows: 68px 9fr 68px;
background-color: black;
grid-gap: 2px;
}
/* início header*/
header{
display: flex;
justify-content: space-between;
align-items: center;
grid-column: 2/3;
grid-row: 1/2;
height: 68px;
background-color: var(--cor-fundo);
}
#logo{
font-family: var(--fonte-destaque);
font-size: 50px;
margin-left: 20px;
color: var(--cor-titulo);
}
#menu-linear ul{
display: flex;
list-style: none;
margin-right: 20px;
}
#menu-linear ul li a{
padding: 10px;
font-size: 20px;
text-decoration: none;
color: var(--cor-titulo);
transition-duration: 0.5s;
}
#menu-linear ul li div{
height: 5px;
background-color: var(--cor-fundo-titulo);
margin: auto 5px;
opacity: 0;
transition-duration: 0.5s;
}
#menu-linear ul li:hover div{
background-color: var(--cor-destaque);
opacity: 100%;
}
#menu-linear ul li:hover a{
color: var(--cor-destaque);
opacity: 100%;
}
/* fim header*/
/* inicio main*/
main{
grid-column: 2/3;
grid-row: 2/3;
background-color: var(--cor-fundo);
}
.bg-top{
background-image: url(imagens/EGS_Battlefield2042_DICE_S1_2560x1440-36f16374c9c29a18a46872795b483d72.jfif);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
height: 570px;
border: 1px solid black;
}
main h1{
color: var(--cor-destaque);
padding: 10px 10px 10px 40px;
background-image: linear-gradient(to bottom, #025159, #011C26);
}
main h2{
color: var(--cor-titulo);
padding: 10px 10px 10px 60px;
}
main p{
margin: 40px;
text-align: justify;
font-family: var(--fonte-texto);
}
main ul{
margin: 40px 40px 40px 100px
}
.bg01{
background-image: url(imagens/bg01.jfif);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
.bg02{
background-image: url(imagens/bg02.png);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
.bg03{
background-image: url(imagens/bg03.png);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
.bg04{
background-image: url(imagens/bg04.jfif);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
/* fim main*/
/* inicio footer*/
footer{
grid-column: 2/3;
grid-row: 3/4;
height: 68px;
background-color: var(--cor-fundo);
}
/* fim footer*/
/* adicional */
.cantos{
background-color: var(--cor-destaque);
}
.cantos:nth-child(n+3):nth-child(-n+4){
background-color:var(--cor-destaque);
}
/* adicional */ | site-battlefield/style.css | @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
:root{
--cor-fundo: #011C26;
--cor-fundo-titulo: #025159;
--cor-titulo: #0CF2C8;
--cor-texto: #0AA696;
--cor-destaque: #FF8321;
--fonte-padrao:'Oswald', sans-serif;
--fonte-destaque:'Bebas Neue', cursive;
--fonte-texto: 'Source Sans Pro', sans-serif;
}
*{
margin: 0px;
padding: 0px;
font-family: var(--fonte-padrao);
color: white;
}
body{
display: grid;
grid-template-columns: 0.5fr 9fr 0.5fr;
grid-template-rows: 68px 9fr 68px;
background-color: black;
grid-gap: 2px;
}
/* início header*/
header{
display: flex;
justify-content: space-between;
align-items: center;
grid-column: 2/3;
grid-row: 1/2;
height: 68px;
background-color: var(--cor-fundo);
}
#logo{
font-family: var(--fonte-destaque);
font-size: 50px;
margin-left: 20px;
color: var(--cor-titulo);
}
#menu-linear ul{
display: flex;
list-style: none;
margin-right: 20px;
}
#menu-linear ul li a{
padding: 10px;
font-size: 20px;
text-decoration: none;
color: var(--cor-titulo);
transition-duration: 0.5s;
}
#menu-linear ul li div{
height: 5px;
background-color: var(--cor-fundo-titulo);
margin: auto 5px;
opacity: 0;
transition-duration: 0.5s;
}
#menu-linear ul li:hover div{
background-color: var(--cor-destaque);
opacity: 100%;
}
#menu-linear ul li:hover a{
color: var(--cor-destaque);
opacity: 100%;
}
/* fim header*/
/* inicio main*/
main{
grid-column: 2/3;
grid-row: 2/3;
background-color: var(--cor-fundo);
}
.bg-top{
background-image: url(imagens/EGS_Battlefield2042_DICE_S1_2560x1440-36f16374c9c29a18a46872795b483d72.jfif);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
height: 570px;
border: 1px solid black;
}
main h1{
color: var(--cor-destaque);
padding: 10px 10px 10px 40px;
background-image: linear-gradient(to bottom, #025159, #011C26);
}
main h2{
color: var(--cor-titulo);
padding: 10px 10px 10px 60px;
}
main p{
margin: 40px;
text-align: justify;
font-family: var(--fonte-texto);
}
main ul{
margin: 40px 40px 40px 100px
}
.bg01{
background-image: url(imagens/bg01.jfif);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
.bg02{
background-image: url(imagens/bg02.png);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
.bg03{
background-image: url(imagens/bg03.png);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
.bg04{
background-image: url(imagens/bg04.jfif);
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position:center top;
background-position-y: center;
height: 400px;
border: 1px solid black;
}
/* fim main*/
/* inicio footer*/
footer{
grid-column: 2/3;
grid-row: 3/4;
height: 68px;
background-color: var(--cor-fundo);
}
/* fim footer*/
/* adicional */
.cantos{
background-color: var(--cor-destaque);
}
.cantos:nth-child(n+3):nth-child(-n+4){
background-color:var(--cor-destaque);
}
/* adicional */ | 0.247532 | 0.078184 |
.griddle-container{
border: 1px solid #DFDFDF;
border-radius: 0px;
}
.griddle thead {
background-color: #E0E0E0;
}
.griddle .top-section{
clear:both;
display:table;
width:100%;
}
.griddle .griddle-filter {
float:left;
width:50%;
text-align:left;
color:#222;
min-height:1px;
margin-top:0px;
padding-top:0px;
margin-bottom:10px;
margin-bottom:10px;
}
.filter-container {
clear: both;
margin: 0px;
width: 100%;
}
.griddle .griddle-settings-toggle {
float:left;
width:50%;
text-align:right;
}
.griddle .griddle-settings{
background-color:#FFF;
border:1px solid #DDD;
color:#222;
padding:10px;
margin-bottom:10px;
}
.griddle .griddle-settings .griddle-columns{
clear:both;
display:table-row;
width:100%;
border-bottom:1px solid #EDEDED;
margin-bottom:10px;
}
.griddle .griddle-settings .griddle-columns .griddle-column-selection:first-child:before {
content: 'Show/hide columns:';
}
.griddle .griddle-settings .griddle-column-selection {
margin-top:0px;
float:left;
}
/* Get rid of "Settings" text when we view the settings */
.griddle .griddle-settings h6 {
display: none;
}
/* Convert settings from checkboxes to links */
.griddle .griddle-settings input[type=checkbox] {
display: none;
}
.griddle .griddle-settings input[type=checkbox] + span {
color: #aaa;
}
.griddle .griddle-settings input[type=checkbox]:checked + span {
color: #000;
text-decoration: underline;
}
.griddle table {
width:100%;table-layout:fixed;
margin-bottom:0px;
}
.griddle th {
cursor: pointer;
background-color:#E0E0E0;
border:0px;
border:1px solid #DDD;
color:#222;
}
.griddle td {
border: 1px solid #DDD;
color:#222;
font-size: 90%;
}
/* Compress size */
.griddle table>tbody>tr>td, .griddle .table>thead>tr>th {
padding: 2px;
}
/* Make alternating rows different colors */
.griddle table tbody tr:nth-child(even) {
background-color: #F0F0F0;
}
/* High-light row on hover */
.griddle table tbody tr:hover {
background-color:#D0D0E0;
}
.griddle .footer-container {
font-size: 90%;
background-color: #E0E0E0;
padding:0px;
color:#222;
}
.griddle .griddle-previous, .griddle .griddle-page, .griddle .griddle-next{
float:left;
width:33%;
min-height:1px;
margin-top:5px;
}
.griddle .griddle-page{
text-align:center;
}
.griddle .griddle-next{
text-align:right;
}
.griddle button {
border:none;
background:none;
margin:0 10px 0 0;
font-weight: bold;
}
.griddle button:focus {outline:0;}
/* Fix overflows */
.griddle .standard-row td{
word-wrap : break-word;
overflow: hidden;
} | example/src/css/griddle.css | .griddle-container{
border: 1px solid #DFDFDF;
border-radius: 0px;
}
.griddle thead {
background-color: #E0E0E0;
}
.griddle .top-section{
clear:both;
display:table;
width:100%;
}
.griddle .griddle-filter {
float:left;
width:50%;
text-align:left;
color:#222;
min-height:1px;
margin-top:0px;
padding-top:0px;
margin-bottom:10px;
margin-bottom:10px;
}
.filter-container {
clear: both;
margin: 0px;
width: 100%;
}
.griddle .griddle-settings-toggle {
float:left;
width:50%;
text-align:right;
}
.griddle .griddle-settings{
background-color:#FFF;
border:1px solid #DDD;
color:#222;
padding:10px;
margin-bottom:10px;
}
.griddle .griddle-settings .griddle-columns{
clear:both;
display:table-row;
width:100%;
border-bottom:1px solid #EDEDED;
margin-bottom:10px;
}
.griddle .griddle-settings .griddle-columns .griddle-column-selection:first-child:before {
content: 'Show/hide columns:';
}
.griddle .griddle-settings .griddle-column-selection {
margin-top:0px;
float:left;
}
/* Get rid of "Settings" text when we view the settings */
.griddle .griddle-settings h6 {
display: none;
}
/* Convert settings from checkboxes to links */
.griddle .griddle-settings input[type=checkbox] {
display: none;
}
.griddle .griddle-settings input[type=checkbox] + span {
color: #aaa;
}
.griddle .griddle-settings input[type=checkbox]:checked + span {
color: #000;
text-decoration: underline;
}
.griddle table {
width:100%;table-layout:fixed;
margin-bottom:0px;
}
.griddle th {
cursor: pointer;
background-color:#E0E0E0;
border:0px;
border:1px solid #DDD;
color:#222;
}
.griddle td {
border: 1px solid #DDD;
color:#222;
font-size: 90%;
}
/* Compress size */
.griddle table>tbody>tr>td, .griddle .table>thead>tr>th {
padding: 2px;
}
/* Make alternating rows different colors */
.griddle table tbody tr:nth-child(even) {
background-color: #F0F0F0;
}
/* High-light row on hover */
.griddle table tbody tr:hover {
background-color:#D0D0E0;
}
.griddle .footer-container {
font-size: 90%;
background-color: #E0E0E0;
padding:0px;
color:#222;
}
.griddle .griddle-previous, .griddle .griddle-page, .griddle .griddle-next{
float:left;
width:33%;
min-height:1px;
margin-top:5px;
}
.griddle .griddle-page{
text-align:center;
}
.griddle .griddle-next{
text-align:right;
}
.griddle button {
border:none;
background:none;
margin:0 10px 0 0;
font-weight: bold;
}
.griddle button:focus {outline:0;}
/* Fix overflows */
.griddle .standard-row td{
word-wrap : break-word;
overflow: hidden;
} | 0.23855 | 0.040884 |
.add-component-item {
padding-top: 12px !important;
border-top: 1px solid rgba(34,36,38,.15) !important;
}
.add-component-item .add.icon {
margin-top: 5px !important;
}
.sample{
padding:10px;
}
.code-editor-container {
align-content: center;
margin: 50px;
}
.root.list {
margin-top: 5px;
}
.root.list .item {
padding: 5px !important;
padding-left: 10px !important;
border-bottom: 1px solid rgba(34,36,38,.15) !important;
}
.root.list .angle.left.icon {
margin-top: 5px;
}
.children.list .item {
padding: 5px !important;
padding-left: 10px !important;
}
.children.list .item .angle.right.icon {
margin-top: 5px;
}
.editor-tree {
}
.editor-tree h4.ui.header {
padding: 8px;
border-bottom: 1px solid rgba(34,36,38,.15) !important;
}
td.label {
max-width: 150px;
}
td.label label {
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 400;
color: #475466;
letter-spacing: 0.2px;
-webkit-font-smoothing: antialiased;
cursor: default;
overflow: hidden;
-webkit-appearance: none;
}
td.editor {
padding: 0px !important;
}
td.editor .field {
padding: 0px;
min-height: 36px;
}
td.editor .field inpu, td.editor .field select {
border-color: white;
border-radius: 0px;
height: 100%;
width: 100%
}
td.editor .field input:hover, td.editor .field select:hover {
border-radius: 0px;
}
td.editor .field input:focus, td.editor .field select:focus {
border-radius: 0px;
}
.sidebar {
background-color: white;
max-width: 340px !important;
}
.table {
border-radius: 0px !important;
}
span.right.floated {
float: right;
}
.row {
margin: 2em 0em;
padding: 2em 0em;
position: relative;
-webkit-tap-highlight-color: transparent;
} | src/Fomantic.Blazor.Docs/Shared/Sample.razor.css |
.add-component-item {
padding-top: 12px !important;
border-top: 1px solid rgba(34,36,38,.15) !important;
}
.add-component-item .add.icon {
margin-top: 5px !important;
}
.sample{
padding:10px;
}
.code-editor-container {
align-content: center;
margin: 50px;
}
.root.list {
margin-top: 5px;
}
.root.list .item {
padding: 5px !important;
padding-left: 10px !important;
border-bottom: 1px solid rgba(34,36,38,.15) !important;
}
.root.list .angle.left.icon {
margin-top: 5px;
}
.children.list .item {
padding: 5px !important;
padding-left: 10px !important;
}
.children.list .item .angle.right.icon {
margin-top: 5px;
}
.editor-tree {
}
.editor-tree h4.ui.header {
padding: 8px;
border-bottom: 1px solid rgba(34,36,38,.15) !important;
}
td.label {
max-width: 150px;
}
td.label label {
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 400;
color: #475466;
letter-spacing: 0.2px;
-webkit-font-smoothing: antialiased;
cursor: default;
overflow: hidden;
-webkit-appearance: none;
}
td.editor {
padding: 0px !important;
}
td.editor .field {
padding: 0px;
min-height: 36px;
}
td.editor .field inpu, td.editor .field select {
border-color: white;
border-radius: 0px;
height: 100%;
width: 100%
}
td.editor .field input:hover, td.editor .field select:hover {
border-radius: 0px;
}
td.editor .field input:focus, td.editor .field select:focus {
border-radius: 0px;
}
.sidebar {
background-color: white;
max-width: 340px !important;
}
.table {
border-radius: 0px !important;
}
span.right.floated {
float: right;
}
.row {
margin: 2em 0em;
padding: 2em 0em;
position: relative;
-webkit-tap-highlight-color: transparent;
} | 0.317003 | 0.108378 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background: rgb(163, 195, 167);
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#eddystone {
height: 180px;
width: 768px;
max-width: 100%;
}
#status {
position: fixed;
left: 0;
right: 0;
bottom: 0;
text-align: center;
color: #fff;
background-color: #870052;
font-size: 16px;
}
.vertical-center {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
animation-fill-mode: both;
animation-duration: 0.4s;
animation-name: fadeInDown;
}
#header {
color: rgb(110, 145, 124);
font-size: 80px;
text-align: center;
margin: 0;
cursor: pointer;
}
body.error #header {
color: #993333;
}
#status {
display: flex;
}
#status {
width: 100%;
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
#status #message {
display: table-cell;
padding: 2.2em 1em;
}
a, a:hover, a:active {
color: #fff;
}
#status .modes {
font-size: 0.6em;
border: 1px solid #fff;
border-radius: 5px;
padding: 0.5em;
vertical-align: middle;
margin: 0 0.5em;
}
.error {
background-color: #ff9999;
}
.active {
background-color: rgb(110, 145, 124);
}
body.error .active {
background-color: #993333;
}
#dialog {
background-color: rgba(0,0,0,0.8);
position: absolute;
z-index: 1000;
left: 0;
right: 0;
bottom: 0;
top: 0;
text-align: center;
}
input {
float: left;
margin: 0;
box-sizing: border-box;
font-family: inherit;
height: 45px;
border: 2px solid #fafafa;
padding: 0 10px;
}
#input {
box-shadow: none;
-webkit-appearance: caret;
font-size: 22px;
width: 70%;
}
#submit {
-webkit-appearance: none;
width: 30%;
font-size: 15px;
background-color: #d40963;
color: #fafafa;
text-transform: uppercase;
cursor: pointer;
}
.labels {
text-align: left;
display: flex;
justify-content: flex-end;
clear: left;
}
.label {
font-size: 0.8em;
margin: 1em 0 0.5em 0.5em;
color: #333;
padding: 0.3em 0.5em;
cursor: pointer;
border-radius: 5px;
border: none;
}
.label.on {
background-color: #b0ca3b;
}
.label.off {
color: #868686;
background-color: #e1e1e1;
}
.label.desc {
color: #fff;
cursor: default;
}
.hide {
display: none;
}
.key {
background-color: #000;
border-radius: 3px;
color: #fff;
padding: 5px;
box-shadow: 1px 1px #660033;
}
.url-wrapper {
position: relative;
}
.url-history {
position: absolute;
bottom: calc(0px - 100%);
width: 70%;
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
list-style-type: none;
background-color: transparent;
}
.url-history li, .url-history li a {
padding: .25em 0;
color: #000;
display: block;
}
.url-history li {
opacity: .5;
background-color: #e1e1e1;
}
.url-history li.fadeOut {
animation-fill-mode: both;
animation-duration: 0.4s;
animation-name: fadeOutUp;
}
.url-history li:hover {
opacity: .8;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
} | css/style.css | html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background: rgb(163, 195, 167);
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#eddystone {
height: 180px;
width: 768px;
max-width: 100%;
}
#status {
position: fixed;
left: 0;
right: 0;
bottom: 0;
text-align: center;
color: #fff;
background-color: #870052;
font-size: 16px;
}
.vertical-center {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
animation-fill-mode: both;
animation-duration: 0.4s;
animation-name: fadeInDown;
}
#header {
color: rgb(110, 145, 124);
font-size: 80px;
text-align: center;
margin: 0;
cursor: pointer;
}
body.error #header {
color: #993333;
}
#status {
display: flex;
}
#status {
width: 100%;
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
#status #message {
display: table-cell;
padding: 2.2em 1em;
}
a, a:hover, a:active {
color: #fff;
}
#status .modes {
font-size: 0.6em;
border: 1px solid #fff;
border-radius: 5px;
padding: 0.5em;
vertical-align: middle;
margin: 0 0.5em;
}
.error {
background-color: #ff9999;
}
.active {
background-color: rgb(110, 145, 124);
}
body.error .active {
background-color: #993333;
}
#dialog {
background-color: rgba(0,0,0,0.8);
position: absolute;
z-index: 1000;
left: 0;
right: 0;
bottom: 0;
top: 0;
text-align: center;
}
input {
float: left;
margin: 0;
box-sizing: border-box;
font-family: inherit;
height: 45px;
border: 2px solid #fafafa;
padding: 0 10px;
}
#input {
box-shadow: none;
-webkit-appearance: caret;
font-size: 22px;
width: 70%;
}
#submit {
-webkit-appearance: none;
width: 30%;
font-size: 15px;
background-color: #d40963;
color: #fafafa;
text-transform: uppercase;
cursor: pointer;
}
.labels {
text-align: left;
display: flex;
justify-content: flex-end;
clear: left;
}
.label {
font-size: 0.8em;
margin: 1em 0 0.5em 0.5em;
color: #333;
padding: 0.3em 0.5em;
cursor: pointer;
border-radius: 5px;
border: none;
}
.label.on {
background-color: #b0ca3b;
}
.label.off {
color: #868686;
background-color: #e1e1e1;
}
.label.desc {
color: #fff;
cursor: default;
}
.hide {
display: none;
}
.key {
background-color: #000;
border-radius: 3px;
color: #fff;
padding: 5px;
box-shadow: 1px 1px #660033;
}
.url-wrapper {
position: relative;
}
.url-history {
position: absolute;
bottom: calc(0px - 100%);
width: 70%;
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
list-style-type: none;
background-color: transparent;
}
.url-history li, .url-history li a {
padding: .25em 0;
color: #000;
display: block;
}
.url-history li {
opacity: .5;
background-color: #e1e1e1;
}
.url-history li.fadeOut {
animation-fill-mode: both;
animation-duration: 0.4s;
animation-name: fadeOutUp;
}
.url-history li:hover {
opacity: .8;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
} | 0.631253 | 0.091463 |
@import url("colores.css");
*{
box-sizing:border-box ;
}
@font-face{
src: url(../fonts/FontsFree-Net-URW-DIN-Arabic-Bold-1.ttf);
font-family:URW-DIN-Arabic ;
}
html,body{
margin:0;
padding: 0;
font-size: 16px;
font-weight:300;
font-family:'Roboto', sans-serif;
line-height: 1.6;
}
h2{
font-size: 16px;
font-family:'Roboto', sans-serif;
line-height: 1.6;
font-weight: bold;
}
.hide{
display: none;/* Don't show in mobile*/
}
/*--------Navbar-------------------*/
.top-navbar{
background-image:url("../images/blue_background_crop.png") ;
background-position:bottom center;
background-size:cover;
}
.navbar .navbar-brand img{
height: 3rem;
}
.navbar-light .navbar-toggler-icon {
background-image: url('../images/hm.png');
}
.navbar-toggler{
border: none;
font-size: 2rem;
}
.navbar-light .navbar-nav .nav-link{
color: #FFFFFF;
padding: 1rem 0;
}
.navbar-light .navbar-nav .nav-link:hover{
color: #FFBB00;
}
.navbar{
padding:2rem 0;
display:grid;
grid-template-columns:auto auto;
grid-template-rows: auto auto;
}
.btn-1{
font-size: 0.8rem;
padding:1rem 3rem;
border-radius: 10px;
border:none;
outline: none;
margin-top: 1rem;
}
.btn-2{
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 15px;
padding: 0.5rem 0.6rem;
margin-right: 1rem;
}
.alighn-right{
text-align: center;
grid-column: 1 / span 2;
border-top: 1px solid #FFFFFF;
}
.btn-1 , .btn-2 ,.btn-send {
box-shadow: 6px 8px 6px #888888;
}
.btn-1:hover ,.btn-2:hover ,.btn-send:hover {
outline: none;
box-shadow: 3px 1px 2px #888888;
}
.a-style a:hover{
text-decoration: none;
}
.carousel-caption{
text-align: left;
left:0px;
top:5px;
position:absolute;
}
.carousel-indicators li{
background-color: #8A8A8A;
}
.carousel-item .carousel-caption h1,.mobile-view h1{
color: #FFFFFF;
font-weight: bold;
font-family: 'Poppins', sans-serif;
line-height:1.6;
font-size:0.9rem;
margin-right: 9rem;
}
.carousel-item .carousel-caption p, .mobile-view p{
font-family: 'Poppins', sans-serif;
color: #FFFFFF;
margin-bottom: 1rem;
font-size:0.5em;
margin-right: 6rem;
}
.bg{
background-image: url(../images/mobilsl.png);
background-size: cover;
}
.margin-bottom .btn-2 {
margin-bottom:5rem;
}
.mobile-view h1{
margin-right: 10rem;
}
.mobile-view p{
margin-right: 9rem;
}
.a-style img{
box-shadow: 3px 6px 8px blue;
border-radius: 50%;
}
.a-style img:hover{
box-shadow: 3px 2px 3px blue;
border-radius: 50%;
}
/*-------Section1 About us------------------------*/
#section-1 >.container{
display: flex;
text-align: center;
flex-direction: column;
}
.ec-logo{
margin-top: 2rem;
}
.circle-1{
height: 450px;
width: 450px;
border-radius: 50%;
border: 1px solid #CCCCCC59;
margin-top: 5rem;
position: relative;
}
.circle-2{
height: 300px;
width: 300px;
border-radius: 50%;
border: 1px solid #cccccc59;
position: absolute;
top:75px;
left:75px;
}
.iphon-x3-image{
height: 500px;
position: relative;
left:105px;
bottom: 25px;
}
#about-us h1 , #features h1 , #application-screens h1 ,#contact-us h1{
line-height: 1.4;
color: #333333;
font-weight:bold;
font-size: 1.5rem;
margin:1rem 0;
margin-right:0rem;
font-family:'Roboto', sans-serif;
}
#about-us p , #features p,#application-screens p,#contact-us p{
color: #8A8A8A;
margin-bottom: 2rem;
}
.easy-search{
text-align: center;
margin-bottom: 1rem;
}
.btn-about-us,.btn-features{
margin-top: 2rem;
background-color: rgb(255, 187, 0,0.2);
border: none;
border-radius: 10px;
padding:0.5rem 1.5rem ;
color: #FFBB00;
box-shadow: 6px 8px 6px #888888;
}
.btn-about-us:hover,.btn-features:hover{
box-shadow: 1px 1px 3px #888888;
}
/*---Section-2 Features-----------------*/
.search-grid .features-search{
margin-top: 0.5rem;
}
.search-grid{
display: grid;
grid-template-columns: 0.2fr 0.7fr;
text-align: left;
}
.search-grid p{
font-size: 0.7rem;
}
#features .container{
text-align: center;
}
/*Image two iphones and two circles behind style*/
.iphone-features{
position: relative;
margin-top: 5rem;
}
.iphone1-features{
height:500px ;
position: absolute;
right:80px;
z-index: 2;
}
.iphone2-features{
position: absolute;
top:20px;
left:30px;
height: 490px;
z-index:1;
}
.circl-1-back-1{/*orange circle*/
height: 250px;
width: 250px;
border-radius: 50%;
position: absolute;
right:0;
top: 100px;
}
.circl-1-back-2{/*white circle*/
height: 150px;
width: 150px;
border-radius: 50%;
position: absolute;
right:45px;
top: 150px; /*100+(125-75)*/
}
.circl-2-back{/*blue circle*/
height: 100px;
width: 100px;
border-radius: 50%;
position: absolute;
top:250px;
left:100px;
z-index:0;
}
.prik1-background{
position: absolute;
left:40px;
top:20px;
z-index: 0;
}
/*--------Application------------------------------*/
.center-me {
text-align: center;
}
.application-map{
display: flex;
justify-content: center;
margin-top: 5rem;
}
.iphone-5-images{
display: flex;
justify-content: space-between;
}
.iphone-5-images .ipone-width-s{
width:100px;
}
.iphone-5-images .ipone-width-l{
width:150px;
}
.map{
position: absolute;
opacity:0.2;
}
#application-screens .statistic h3{
font-size: 2.5rem;
font-family: URW-DIN-Arabic;
}
#application-screens .statistic p{
font-size: 1.5rem;
color: #333333;
}
.statistic{
display:flex;
flex-direction: column;
text-align: center;
}
/*--------Download---------------------------*/
.btn-download1 , .btn-download2{
border: none;
border-radius: 15px;
box-shadow: 6px 8px 10px #888888;
margin-bottom: 1rem;
}
.btn-download1:hover , .btn-download2:hover{
box-shadow: 3px 3px 5px #888888;
}
.btn-download2{
margin-top: 1.5rem;
}
/*three iphones style, one is in the front of the others*/
.image1{
position: absolute;
right:30px;
bottom: 0;
}
.image2{
position: absolute;
right:150px;
bottom: 0;
z-index: 1;
}
.image3{
position: absolute;
right:290px;
bottom: 0;
}
/*------------------------*/
#download .container h1 {
line-height: 1.4;
color: #FFFFFF;
font-weight:bold;
font-size:1.5rem;
font-family:'Roboto', sans-serif;
}
#download .container p{
color: #ffffff;
font-size: 0.9rem;
margin: 2rem 0;
}
.download-application{
text-align: center;
padding-top: 2rem;
}
.banar-background{
background-image: url('../images/overlay.svg');
opacity: 0.9;
}
/*---Form Style-------------------------*/
.form-display{
display:grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1rem;
}
.form-format{
position: relative;
width: 100%;
height: 60px;
font-size: 0.8rem;
margin: 1rem 0rem;
}
.text-area-format{
position: relative;
width: 100%;
font-size: 0.8rem;
margin: 1rem 0rem;
}
.form-format input {
width: 100%;
height: 100%;
color: #474747;
padding-top: 20px;
border: none;
border-radius: 15px;
outline: none;
background-color: rgb(251,251,251,0.9);
}
textarea {
width: 100%;
height: 100%;
color: #474747;
padding-top: 20px;
border: none;
border-radius: 15px;
outline: none;
background-color: rgb(251,251,251,0.9);
resize: none;
}
label {
position: absolute;
bottom:0px;
left: 5px;
width: 100%;
height: 100%;
pointer-events: none;
}
.text-area-format label{
position: absolute;
bottom:50%;
width: 100%;
height: 100%;
pointer-events: none;
text-align: center;
left:20px;
}
.label-content {
position: absolute;
bottom: 5px;
left: 20px;
transition: all 0.3s ease;
color: rgb(204, 204, 204)
}
.text-area-format .input-label .label-content{
left:110px;
}
.form-format input:focus + .input-label .label-content,
.form-format input:valid + .input-label .label-content {
transform: translateY(-150%);
font-size: 0.8rem;
color:#1487FD;
}
.text-area-format textarea:focus + .input-label .label-content,
.text-area-format textarea:valid + .input-label .label-content {
transform: translateY(-400%);
font-size: 0.8rem;
color:#1487FD;
}
.btn-send{
background-color:#3096FE ;
color: #FFFFFF;
padding: 1rem 3rem;
border:none;
border-radius: 10px;
padding:1rem 5rem
}
.center-btn{
text-align: center;
margin-bottom: 1rem;
}
/*--------Footer Style-------------------*/
#footer{
background-color:#1487FD;
}
.footer-bakground{
background-image: url('../images/footer-overlay.svg');
opacity: 0.9;
}
#footer .navbar{
display:flex;
text-align: center;
justify-content: space-evenly;
}
#footer .container .navbar-brand ,#footer .container .navbar-toggler{
margin: 2rem 0;
}
#footer .container #navbarNavAltMarkup .navbar-nav a{
margin: 0 2rem;
}
#footer .container .row #navbarNavAltMarkup .navbar-nav{
text-align: center;
}
#footer .container .socialmedia a{
color: #FFFFFF;
}
.socialmedia{
font-size: 2rem;
display: flex;
border-top: 1px solid #FFFFFF;
justify-content: center;
}
.socialmedia-bg{
width: 50px;
height: 50px;
border-radius: 10px;
background-color:rgb(255, 255, 255,15%);
margin:2rem 1rem;
box-shadow: 6px 8px 8px rgb(14, 14, 247);
}
.socialmedia-bg:hover{
box-shadow: 3px 1px 2px rgb(14, 14, 247);
}
/*--------------------------------------*/
@media (min-width: 768px) {
.container {
max-width: 720px;
}
.hide{
display: inline;
}
.hide-in-ipad{
display:none;
}
.carousel-item .carousel-caption h1{
font-size: 2rem;
margin-right: 15rem;
}
.carousel-item .carousel-caption p{
font-size: 1rem;
margin-right: 11rem;
}
#section-1 > .container{
flex-direction: row;
justify-content: space-between;
}
#about-us .container{
display:flex;
flex-direction: column;
justify-content: center;
}
#about-us h1 , #features h1 {
font-size: 2rem;
margin-right: 0;
}
#about-us p {
margin-right: 0rem;
}
.btn-about-us{
margin:3rem 0;
}
#features .container{
display: grid;
grid-template-columns: 1fr 1fr;
text-align: left;
}
.pric2{
display: none;
}
.btn-features{
margin-top: 3rem;
}
.center-me{
margin:1rem 5rem;
}
.statistic{
display:flex;
flex-direction: row;
justify-content: space-between;
}
#download .container h1{
margin:0 10rem;
}
.btn-download2{
margin-left: 1rem;
}
.text-area-format .input-label .label-content{
left:0;
}
.btn-2{
margin-right:2rem ;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
.hide{
display: inline;
}
.hide-in-ipad{
display: inline;
}
.hide-in-Desktop{
display:none;
}
.alighn-right{
text-align: right;
grid-column: 4;
border-top: none;
}
.navbar{
padding-top:3rem;
display:grid;
grid-template-columns: 1fr 0fr 2fr 1fr;
}
.navbar-light .navbar-nav .nav-link{
color: #FFFFFF;
font-weight:400;
background-color:transparent;
border: none;
padding:0;
}
.navbar-light .navbar-nav a{
display: inline;
margin-left: 2rem;
}
.transition{
border-bottom: 1px solid #FFBB00;
width: 0px;
transition: width 2s;
margin:0 2rem;
}
.transition:hover {
width:25px;
color: #FFBB00;
cursor: pointer;
}
.top-navbar .navbar .navbar-brand img{
margin-left: 5rem;
height: 3rem;
}
.btn-1{
margin-top: 0;
}
.carousel-caption{
top:100px;
left:80px;
}
.carousel-indicators li{
background-color: #8A8A8A;
}
.carousel-item .carousel-caption h1{
font-size:2rem;
margin-right:18rem;
}
.carousel-item .carousel-caption p{
font-size: 1rem;
margin-right: 15rem;
margin-bottom: 3rem;
}
.btn-2{
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 15px;
padding: 1rem 2rem;
margin-right: 1rem;
}
/*-----------------------------------*/
.ec-logo{
display: inline;
margin-top:7rem;
}
#section-1 > .container{
display: flex;
justify-content:space-evenly;
}
.features-grid{
display:grid;
grid-template-columns: 1fr;
}
/****************************************/
#about-us .container{
display:grid;
grid-template-columns: 1fr 1fr;
column-gap: 1rem;
position: relative;
}
.easy-search{
text-align: left;
margin-bottom: 5rem;
}
.btn-about-us{
margin-top: 6.5rem;
margin-bottom: 0;
}
#about-us h1 , #features h1 {
font-size: 2rem;
margin-right: 4rem;
}
#about-us p {
margin-right: 0rem;
}
/****************************************/
#features .container{
text-align: left;
display: grid;
grid-template-columns: 1fr 1.5fr;
position: relative;
}
#features p{
margin-right: 5rem;
}
#features .container .features-grid .search-grid p{
margin-right:2rem;
}
#features{
position: relative;
padding-bottom: 5rem;
}
.pric2{
position: absolute;
top:150px;
}
.btn-features{
margin-top: 7rem;
}
.iphone-5-images .ipone-width-s{
width:150px;
}
.iphone-5-images .ipone-width-l{
width:200px;
}
/*-----------------------------*/
.center-me {
margin:3rem 11rem;
}
.statistic{
justify-content: space-evenly;
flex-direction: row;
}
.btn-download2{
margin-top: 0;
}
#download .container{
display: grid;
grid-template-columns: 1fr 1fr;
position: relative;
}
#download .container h1{
font-size: 1.9rem;
font-weight:bold;
margin:0rem;
}
#download .container p{
margin-right: 7rem;
}
.download-application{
text-align: left;
padding: 7rem 0;
}
.btn-download2{
margin-left: 0rem;
margin-top: 2rem;
}
/*----------------------------------*/
.form-display{
display:grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
padding:0 7rem;
}
.text-area-format{
padding:0 7rem;
}
.center-btn{
text-align: center;
}
.text-area-format .input-label .label-content{
left:110px;
}
/*-----------------------------*/
.socialmedia{
border-top: none;
}
#footer .container .row .collapse .navbar-nav {
margin: 0 auto;
padding-right: 4rem;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
.navbar{
grid-template-columns: 1fr 0.8fr 2fr 1fr;
}
.carousel-item .carousel-caption h1{
margin-right:25rem;
font-size:3rem;
}
.carousel-item .carousel-caption p{
margin-right: 35rem;
}
.navbar-light .navbar-nav a{
margin-left: 3rem;
}
#about-us h1 , #features h1 {
margin-right: 15rem;
}
#about-us p {
margin-right: 4rem;
}
.btn-download2{
margin-left: 2rem;
margin-top: 0;
}
#features .container{
grid-template-columns: 1.1fr 1fr;
position: relative;
padding-left: 7rem;
}
.features-grid{
display:grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.center-me {
margin:3rem 23rem;
}
.iphone-5-images .ipone-width-s{
width:200px;
}
.iphone-5-images .ipone-width-l{
width:250px;
}
.download-application{
padding-left: 7rem;
}
#download .container h1{
margin-right: 10rem;
font-size: 2.5rem;
font-weight: 500;
}
#download .container p{
margin-right: 12rem;
}
#download .container{
grid-template-columns: 2fr 1fr;
}
}
@media (min-width: 1920px) {
.container {
max-width: 1400px;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1330px;
}
} | CSS/style.css | @import url("colores.css");
*{
box-sizing:border-box ;
}
@font-face{
src: url(../fonts/FontsFree-Net-URW-DIN-Arabic-Bold-1.ttf);
font-family:URW-DIN-Arabic ;
}
html,body{
margin:0;
padding: 0;
font-size: 16px;
font-weight:300;
font-family:'Roboto', sans-serif;
line-height: 1.6;
}
h2{
font-size: 16px;
font-family:'Roboto', sans-serif;
line-height: 1.6;
font-weight: bold;
}
.hide{
display: none;/* Don't show in mobile*/
}
/*--------Navbar-------------------*/
.top-navbar{
background-image:url("../images/blue_background_crop.png") ;
background-position:bottom center;
background-size:cover;
}
.navbar .navbar-brand img{
height: 3rem;
}
.navbar-light .navbar-toggler-icon {
background-image: url('../images/hm.png');
}
.navbar-toggler{
border: none;
font-size: 2rem;
}
.navbar-light .navbar-nav .nav-link{
color: #FFFFFF;
padding: 1rem 0;
}
.navbar-light .navbar-nav .nav-link:hover{
color: #FFBB00;
}
.navbar{
padding:2rem 0;
display:grid;
grid-template-columns:auto auto;
grid-template-rows: auto auto;
}
.btn-1{
font-size: 0.8rem;
padding:1rem 3rem;
border-radius: 10px;
border:none;
outline: none;
margin-top: 1rem;
}
.btn-2{
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 15px;
padding: 0.5rem 0.6rem;
margin-right: 1rem;
}
.alighn-right{
text-align: center;
grid-column: 1 / span 2;
border-top: 1px solid #FFFFFF;
}
.btn-1 , .btn-2 ,.btn-send {
box-shadow: 6px 8px 6px #888888;
}
.btn-1:hover ,.btn-2:hover ,.btn-send:hover {
outline: none;
box-shadow: 3px 1px 2px #888888;
}
.a-style a:hover{
text-decoration: none;
}
.carousel-caption{
text-align: left;
left:0px;
top:5px;
position:absolute;
}
.carousel-indicators li{
background-color: #8A8A8A;
}
.carousel-item .carousel-caption h1,.mobile-view h1{
color: #FFFFFF;
font-weight: bold;
font-family: 'Poppins', sans-serif;
line-height:1.6;
font-size:0.9rem;
margin-right: 9rem;
}
.carousel-item .carousel-caption p, .mobile-view p{
font-family: 'Poppins', sans-serif;
color: #FFFFFF;
margin-bottom: 1rem;
font-size:0.5em;
margin-right: 6rem;
}
.bg{
background-image: url(../images/mobilsl.png);
background-size: cover;
}
.margin-bottom .btn-2 {
margin-bottom:5rem;
}
.mobile-view h1{
margin-right: 10rem;
}
.mobile-view p{
margin-right: 9rem;
}
.a-style img{
box-shadow: 3px 6px 8px blue;
border-radius: 50%;
}
.a-style img:hover{
box-shadow: 3px 2px 3px blue;
border-radius: 50%;
}
/*-------Section1 About us------------------------*/
#section-1 >.container{
display: flex;
text-align: center;
flex-direction: column;
}
.ec-logo{
margin-top: 2rem;
}
.circle-1{
height: 450px;
width: 450px;
border-radius: 50%;
border: 1px solid #CCCCCC59;
margin-top: 5rem;
position: relative;
}
.circle-2{
height: 300px;
width: 300px;
border-radius: 50%;
border: 1px solid #cccccc59;
position: absolute;
top:75px;
left:75px;
}
.iphon-x3-image{
height: 500px;
position: relative;
left:105px;
bottom: 25px;
}
#about-us h1 , #features h1 , #application-screens h1 ,#contact-us h1{
line-height: 1.4;
color: #333333;
font-weight:bold;
font-size: 1.5rem;
margin:1rem 0;
margin-right:0rem;
font-family:'Roboto', sans-serif;
}
#about-us p , #features p,#application-screens p,#contact-us p{
color: #8A8A8A;
margin-bottom: 2rem;
}
.easy-search{
text-align: center;
margin-bottom: 1rem;
}
.btn-about-us,.btn-features{
margin-top: 2rem;
background-color: rgb(255, 187, 0,0.2);
border: none;
border-radius: 10px;
padding:0.5rem 1.5rem ;
color: #FFBB00;
box-shadow: 6px 8px 6px #888888;
}
.btn-about-us:hover,.btn-features:hover{
box-shadow: 1px 1px 3px #888888;
}
/*---Section-2 Features-----------------*/
.search-grid .features-search{
margin-top: 0.5rem;
}
.search-grid{
display: grid;
grid-template-columns: 0.2fr 0.7fr;
text-align: left;
}
.search-grid p{
font-size: 0.7rem;
}
#features .container{
text-align: center;
}
/*Image two iphones and two circles behind style*/
.iphone-features{
position: relative;
margin-top: 5rem;
}
.iphone1-features{
height:500px ;
position: absolute;
right:80px;
z-index: 2;
}
.iphone2-features{
position: absolute;
top:20px;
left:30px;
height: 490px;
z-index:1;
}
.circl-1-back-1{/*orange circle*/
height: 250px;
width: 250px;
border-radius: 50%;
position: absolute;
right:0;
top: 100px;
}
.circl-1-back-2{/*white circle*/
height: 150px;
width: 150px;
border-radius: 50%;
position: absolute;
right:45px;
top: 150px; /*100+(125-75)*/
}
.circl-2-back{/*blue circle*/
height: 100px;
width: 100px;
border-radius: 50%;
position: absolute;
top:250px;
left:100px;
z-index:0;
}
.prik1-background{
position: absolute;
left:40px;
top:20px;
z-index: 0;
}
/*--------Application------------------------------*/
.center-me {
text-align: center;
}
.application-map{
display: flex;
justify-content: center;
margin-top: 5rem;
}
.iphone-5-images{
display: flex;
justify-content: space-between;
}
.iphone-5-images .ipone-width-s{
width:100px;
}
.iphone-5-images .ipone-width-l{
width:150px;
}
.map{
position: absolute;
opacity:0.2;
}
#application-screens .statistic h3{
font-size: 2.5rem;
font-family: URW-DIN-Arabic;
}
#application-screens .statistic p{
font-size: 1.5rem;
color: #333333;
}
.statistic{
display:flex;
flex-direction: column;
text-align: center;
}
/*--------Download---------------------------*/
.btn-download1 , .btn-download2{
border: none;
border-radius: 15px;
box-shadow: 6px 8px 10px #888888;
margin-bottom: 1rem;
}
.btn-download1:hover , .btn-download2:hover{
box-shadow: 3px 3px 5px #888888;
}
.btn-download2{
margin-top: 1.5rem;
}
/*three iphones style, one is in the front of the others*/
.image1{
position: absolute;
right:30px;
bottom: 0;
}
.image2{
position: absolute;
right:150px;
bottom: 0;
z-index: 1;
}
.image3{
position: absolute;
right:290px;
bottom: 0;
}
/*------------------------*/
#download .container h1 {
line-height: 1.4;
color: #FFFFFF;
font-weight:bold;
font-size:1.5rem;
font-family:'Roboto', sans-serif;
}
#download .container p{
color: #ffffff;
font-size: 0.9rem;
margin: 2rem 0;
}
.download-application{
text-align: center;
padding-top: 2rem;
}
.banar-background{
background-image: url('../images/overlay.svg');
opacity: 0.9;
}
/*---Form Style-------------------------*/
.form-display{
display:grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1rem;
}
.form-format{
position: relative;
width: 100%;
height: 60px;
font-size: 0.8rem;
margin: 1rem 0rem;
}
.text-area-format{
position: relative;
width: 100%;
font-size: 0.8rem;
margin: 1rem 0rem;
}
.form-format input {
width: 100%;
height: 100%;
color: #474747;
padding-top: 20px;
border: none;
border-radius: 15px;
outline: none;
background-color: rgb(251,251,251,0.9);
}
textarea {
width: 100%;
height: 100%;
color: #474747;
padding-top: 20px;
border: none;
border-radius: 15px;
outline: none;
background-color: rgb(251,251,251,0.9);
resize: none;
}
label {
position: absolute;
bottom:0px;
left: 5px;
width: 100%;
height: 100%;
pointer-events: none;
}
.text-area-format label{
position: absolute;
bottom:50%;
width: 100%;
height: 100%;
pointer-events: none;
text-align: center;
left:20px;
}
.label-content {
position: absolute;
bottom: 5px;
left: 20px;
transition: all 0.3s ease;
color: rgb(204, 204, 204)
}
.text-area-format .input-label .label-content{
left:110px;
}
.form-format input:focus + .input-label .label-content,
.form-format input:valid + .input-label .label-content {
transform: translateY(-150%);
font-size: 0.8rem;
color:#1487FD;
}
.text-area-format textarea:focus + .input-label .label-content,
.text-area-format textarea:valid + .input-label .label-content {
transform: translateY(-400%);
font-size: 0.8rem;
color:#1487FD;
}
.btn-send{
background-color:#3096FE ;
color: #FFFFFF;
padding: 1rem 3rem;
border:none;
border-radius: 10px;
padding:1rem 5rem
}
.center-btn{
text-align: center;
margin-bottom: 1rem;
}
/*--------Footer Style-------------------*/
#footer{
background-color:#1487FD;
}
.footer-bakground{
background-image: url('../images/footer-overlay.svg');
opacity: 0.9;
}
#footer .navbar{
display:flex;
text-align: center;
justify-content: space-evenly;
}
#footer .container .navbar-brand ,#footer .container .navbar-toggler{
margin: 2rem 0;
}
#footer .container #navbarNavAltMarkup .navbar-nav a{
margin: 0 2rem;
}
#footer .container .row #navbarNavAltMarkup .navbar-nav{
text-align: center;
}
#footer .container .socialmedia a{
color: #FFFFFF;
}
.socialmedia{
font-size: 2rem;
display: flex;
border-top: 1px solid #FFFFFF;
justify-content: center;
}
.socialmedia-bg{
width: 50px;
height: 50px;
border-radius: 10px;
background-color:rgb(255, 255, 255,15%);
margin:2rem 1rem;
box-shadow: 6px 8px 8px rgb(14, 14, 247);
}
.socialmedia-bg:hover{
box-shadow: 3px 1px 2px rgb(14, 14, 247);
}
/*--------------------------------------*/
@media (min-width: 768px) {
.container {
max-width: 720px;
}
.hide{
display: inline;
}
.hide-in-ipad{
display:none;
}
.carousel-item .carousel-caption h1{
font-size: 2rem;
margin-right: 15rem;
}
.carousel-item .carousel-caption p{
font-size: 1rem;
margin-right: 11rem;
}
#section-1 > .container{
flex-direction: row;
justify-content: space-between;
}
#about-us .container{
display:flex;
flex-direction: column;
justify-content: center;
}
#about-us h1 , #features h1 {
font-size: 2rem;
margin-right: 0;
}
#about-us p {
margin-right: 0rem;
}
.btn-about-us{
margin:3rem 0;
}
#features .container{
display: grid;
grid-template-columns: 1fr 1fr;
text-align: left;
}
.pric2{
display: none;
}
.btn-features{
margin-top: 3rem;
}
.center-me{
margin:1rem 5rem;
}
.statistic{
display:flex;
flex-direction: row;
justify-content: space-between;
}
#download .container h1{
margin:0 10rem;
}
.btn-download2{
margin-left: 1rem;
}
.text-area-format .input-label .label-content{
left:0;
}
.btn-2{
margin-right:2rem ;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
.hide{
display: inline;
}
.hide-in-ipad{
display: inline;
}
.hide-in-Desktop{
display:none;
}
.alighn-right{
text-align: right;
grid-column: 4;
border-top: none;
}
.navbar{
padding-top:3rem;
display:grid;
grid-template-columns: 1fr 0fr 2fr 1fr;
}
.navbar-light .navbar-nav .nav-link{
color: #FFFFFF;
font-weight:400;
background-color:transparent;
border: none;
padding:0;
}
.navbar-light .navbar-nav a{
display: inline;
margin-left: 2rem;
}
.transition{
border-bottom: 1px solid #FFBB00;
width: 0px;
transition: width 2s;
margin:0 2rem;
}
.transition:hover {
width:25px;
color: #FFBB00;
cursor: pointer;
}
.top-navbar .navbar .navbar-brand img{
margin-left: 5rem;
height: 3rem;
}
.btn-1{
margin-top: 0;
}
.carousel-caption{
top:100px;
left:80px;
}
.carousel-indicators li{
background-color: #8A8A8A;
}
.carousel-item .carousel-caption h1{
font-size:2rem;
margin-right:18rem;
}
.carousel-item .carousel-caption p{
font-size: 1rem;
margin-right: 15rem;
margin-bottom: 3rem;
}
.btn-2{
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 15px;
padding: 1rem 2rem;
margin-right: 1rem;
}
/*-----------------------------------*/
.ec-logo{
display: inline;
margin-top:7rem;
}
#section-1 > .container{
display: flex;
justify-content:space-evenly;
}
.features-grid{
display:grid;
grid-template-columns: 1fr;
}
/****************************************/
#about-us .container{
display:grid;
grid-template-columns: 1fr 1fr;
column-gap: 1rem;
position: relative;
}
.easy-search{
text-align: left;
margin-bottom: 5rem;
}
.btn-about-us{
margin-top: 6.5rem;
margin-bottom: 0;
}
#about-us h1 , #features h1 {
font-size: 2rem;
margin-right: 4rem;
}
#about-us p {
margin-right: 0rem;
}
/****************************************/
#features .container{
text-align: left;
display: grid;
grid-template-columns: 1fr 1.5fr;
position: relative;
}
#features p{
margin-right: 5rem;
}
#features .container .features-grid .search-grid p{
margin-right:2rem;
}
#features{
position: relative;
padding-bottom: 5rem;
}
.pric2{
position: absolute;
top:150px;
}
.btn-features{
margin-top: 7rem;
}
.iphone-5-images .ipone-width-s{
width:150px;
}
.iphone-5-images .ipone-width-l{
width:200px;
}
/*-----------------------------*/
.center-me {
margin:3rem 11rem;
}
.statistic{
justify-content: space-evenly;
flex-direction: row;
}
.btn-download2{
margin-top: 0;
}
#download .container{
display: grid;
grid-template-columns: 1fr 1fr;
position: relative;
}
#download .container h1{
font-size: 1.9rem;
font-weight:bold;
margin:0rem;
}
#download .container p{
margin-right: 7rem;
}
.download-application{
text-align: left;
padding: 7rem 0;
}
.btn-download2{
margin-left: 0rem;
margin-top: 2rem;
}
/*----------------------------------*/
.form-display{
display:grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
padding:0 7rem;
}
.text-area-format{
padding:0 7rem;
}
.center-btn{
text-align: center;
}
.text-area-format .input-label .label-content{
left:110px;
}
/*-----------------------------*/
.socialmedia{
border-top: none;
}
#footer .container .row .collapse .navbar-nav {
margin: 0 auto;
padding-right: 4rem;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
.navbar{
grid-template-columns: 1fr 0.8fr 2fr 1fr;
}
.carousel-item .carousel-caption h1{
margin-right:25rem;
font-size:3rem;
}
.carousel-item .carousel-caption p{
margin-right: 35rem;
}
.navbar-light .navbar-nav a{
margin-left: 3rem;
}
#about-us h1 , #features h1 {
margin-right: 15rem;
}
#about-us p {
margin-right: 4rem;
}
.btn-download2{
margin-left: 2rem;
margin-top: 0;
}
#features .container{
grid-template-columns: 1.1fr 1fr;
position: relative;
padding-left: 7rem;
}
.features-grid{
display:grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.center-me {
margin:3rem 23rem;
}
.iphone-5-images .ipone-width-s{
width:200px;
}
.iphone-5-images .ipone-width-l{
width:250px;
}
.download-application{
padding-left: 7rem;
}
#download .container h1{
margin-right: 10rem;
font-size: 2.5rem;
font-weight: 500;
}
#download .container p{
margin-right: 12rem;
}
#download .container{
grid-template-columns: 2fr 1fr;
}
}
@media (min-width: 1920px) {
.container {
max-width: 1400px;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1330px;
}
} | 0.36591 | 0.05163 |
@-moz-document domain("tweetdeck.twitter.com") {
/* Snowflake Stick Edition for TweetDeck.
The creators of the themes used are Diamant (@diamantlefou), Jorge (@thebitstick), Berter (@BerterTheBoss) and pixeldesu (@pixeldesu or http://pixelde.su/) and was recompiled in a more fitting theme by me, Scimitar (@AlmtyCwrd)
*/
/* What */
.facet-subtitle
{
color: #fff;
opacity: 0.6;
}
.toggle-item
{
color: #fff;
opacity: 0.6;
}
.margin-t--4, .margin-ts
{
margin-top: -1px !important;
}
/* Tweets */
.stream-item {
color: #fff;
}
.fullname {
color: #d9d9d9;
}
.stream-item:hover
{
background-color: #202020;
}
/* Fix colors in Accounts */
div.account-summary-text.nbfc.padding-tm.account-link
{
color: #ccc;
}
.is-inverted-dark .accordion .is-active
{
color: #ccc;
}
/* Applying font */
body
{
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
.is-inverted-dark
{
font-family: "Open Sans", sans-serif;
font-weight: 100;
}
/* Column-Update Sprite */
.column-header, .column-header-temp
{
border-bottom: 0px;
}
.sprite-column-update
{
width: 100%;
height: 1px;
border-bottom: 3px solid #ffffff;
margin-top: -1px;
}
.column-updates
{
margin-left: 0px;
left: 0%;
}
.column-type-icon
{
display: none;
}
/* Fixing RT blocks font color */
.js-mdl-header, .mdl-header
{
color: #cccccc;
}
#actions-modal > div > div.js-inreply.cmp-replyto.item-box.is-inverted-dark > div > header > a > div.nbfc > span
{
color: #cccccc;
}
#actions-modal > div > div.js-inreply.cmp-replyto.item-box.is-inverted-dark > div > div > p
{
color: #cccccc;
}
/* Compose box colors and padding */
.js-compose-title
{
margin-left: 1px !important;
}
.padding-bm
{
padding-right: 22px;
}
.drawer .tweet-text
{
color: #fff !important;
}
.compose-remember-state, .character-count-compose:disabled, .txt-r-text-link
{
color: #fff !important;
}
.compose-text-title
{
color: #fff;
}
.compose-text
{
background-color: #171717;
color: #ccc;
border-color: #171717;
}
.compose-text-container
{
margin-right: 0px !important;
margin-left: 0px !important;
margin-top: 5px;
border-color: #171717 !important;
background-color: #171717 !important;
}
.compose-reply-tweet
{
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 5px;
}
.compose-media-bar
{
border: 1px solid #171717;
}
.compose-accounts
{
padding-left: 0px !important;
padding-right: 0px !important;
}
.compose-reply-tweet .tweet-body a
{
color: #fff !important;
}
.txt-r-white
{
color: #fff;
}
.compose-media-bar-holder
{
background-color: #171717;
}
body > div.js-app.application.is-condensed.hide-detail-view-inline > div.js-app-content.app-content > div > div > div > div > div.js-account-list.margin-bm.compose-accounts.cf.is-list > a.js-account-item.compose-account.margin-bl.is-actionable.is-selected.cf > div.pull-left.compose-account-names
{
color: #fff;
}
body > div.js-app.application.is-condensed.hide-detail-view-inline > div.js-app-content.app-content > div > div > div > div > div.js-account-list.margin-bm.compose-accounts.cf.is-list > a > div.pull-left.compose-account-names
{
color: #fff;
}
/* Dropdown menus tweaks */
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search > div > div
{
background-color: #171717;
}
.list-item
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search > div > div > div.js-popover-content.scroll-none > form > div > input
{
background-color: #171717;
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search > div > div > div.js-popover-content.scroll-none > div.js-typeahead-dropdown.scroll-v.scroll-styled-v > div
{
background-color: #171717;
}
.caret-inner
{
border-bottom: 6px solid #171717;
}
body > div.js-app.application.is-condensed > header > div > nav > div
{
background-color: #171717;
border-color: #171717;
}
.non-selectable-item
{
color: #ccc;
}
.dropdown-menu [data-action]
{
color: #ccc;
}
.drp-h-divider
{
background-color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > div > div > div > span > div
{
background-color: #171717;
border-color: #171717;
}
/* Keyboard shortcut fix */
.keyboard-shortcut-list-modal .mdl-content
{
background-color: #171717;
}
#open-modal > div > div > div
{
color: #aaa;
}
/* Profile tweaks */
.prf-actions
{
background-color: #171717 !important;
}
.prf-meta.cf
{
background-color: #171717 !important;
}
.prf .lst-profile span
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-social-proof.social-proof-container.txt-base-small.cf.padding-al
{
background-color: #171717 !important;
}
.is-inverted-dark .btn-alt
{
background-color: #171717 !important;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-social-proof.social-proof-container.txt-base-small.cf.padding-al > p.pull-left
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-social-proof.social-proof-container.txt-base-small.cf.padding-al > p.social-proof-names.pull-right
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > ul
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > ul > li > a > strong
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > ul:hover
{
color: #fff
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > div > div > div > span > button > i
{
color: #fff;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-profile-columns > ul > li > a
{
border-color: #171717;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > div > div > button > div.label.js-action-profile.action-text.thats-you-text
{
color: #fff !important;
}
/* Selecting tweaks */
::selection
{
background-color: #fff;
color: #fff;
}
/* Fixes the bug that makes the tweet button appear when it shouldn't. */
.compose-content .pull-right .btn.is-disabled
{
color: rgba(87, 87, 87, 0.73);
}
/* Selected tweet replybox color fix */
.detail-view-inline-text
{
background-color: #171717;
color: #ccc;
}
/* Profile tweets fix */
.js-detail-content
{
padding-bottom: 0px !important;
}
.scroll-conversation
{
background: #171717 !important;
}
.js-tweet.tweet-detail
{
color: #ccc;
}
.tweet-detail-wrapper
{
background-color: #171717 !important;
border-color: #171717 !important;
}
.mdl-dismiss
{
color: #ccc !important;
}
.mdl
{
border-radius: 0px;
}
#open-modal > div > div > div > div > div.js-left-pinned.pin-top > form > div > input
{
background-color: #171717 !important;
color: #ccc;
}
/* Settings fix */
.lst-group .js-setting-list
{
color: #ccc;
}
.mdl-col-settings
{
background-color: #171717;
}
.frm
{
color: #ccc;
}
.is-inverted-dark .list-link, .is-inverted-dark .list-twitter-list, .is-inverted-dark .list-subtitle, .is-inverted-dark .list-account, .is-inverted-dark .list-listmember
{
color: #ccc;
}
.list-link, .list-twitter-list, .list-subtitle, .list-account, .list-listmember, .list-account, .list-listaccount, .list-subtitle, .list-filter
{
color: #ccc;
}
.btn
{
border-color: #171717 !important;
}
/* Column options hotfix */
.column-options
{
top: 4px !important;
background-color: #171717;
}
.is-options-open .column-settings-link
{
background-color: #171717;
}
.column-message
{
background-color: #171717;
}
/* Search results hotfix */
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-content.is-expanded.is-active > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-content > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > span
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-content > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > i
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-user > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > i
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-user > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > span
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-engagement > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > span
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-engagement > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > i
{
color: #ccc;
}
.app-search-tweet-results .column-header-temp
{
background: linear-gradient( to bottom, #171717, rgba(23, 23, 23, 0.9)) !important;
height: 30px !important;
}
.column-background-fill
{
background-color: #171717
}
span.column-head-title
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-body.pin-all.is-inverted-dark > div.js-tweet-results.app-search-tweet-results > section > div > div > div.js-column-content.column-content > div.js-column-scroller.js-dropdown-container.column-scroller.scroll-v.scroll-styled-v.column-background-fill.scroll-alt > div > article > div > div > div
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-body.pin-all.is-inverted-dark > div.js-tweet-results.app-search-tweet-results > section > div > div > div.js-column-content.column-content > div.js-column-scroller.js-dropdown-container.column-scroller.scroll-v.scroll-styled-v.column-background-fill.scroll-alt > div > article > div > div > header > a > div.nbfc > span > b
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-body.pin-all.is-inverted-dark > div.js-tweet-results.app-search-tweet-results > section > div > div:nth-child(1) > div.js-column-content.column-content > div.js-column-scroller.js-dropdown-container.column-scroller.scroll-v.scroll-styled-v.column-background-fill.scroll-alt > div > article:nth-child(1) > div
{
padding-top: 33px;
}
.is-inverted-dark .facet-type-content.is-active
{
background-color: rgba(12, 12, 12, 0);
}
.is-inverted-dark .facet-type-user.is-active
{
background-color: rgba(12, 12, 12, 0);
}
.is-inverted-dark .facet-type-engagement.is-active
{
background-color: #171717;
}
.is-inverted-dark .txt-mute
{
background-color: #171717;
color: #ccc;
}
select.js-containing
{
background-color: #171717;
color: #ccc;
}
input.js-excluding.search-input
{
background-color: #171717;
color: #ccc;
}
select.js-written-in
{
background-color: #171717;
color: #ccc;
}
select.js-retweets
{
background-color: #171717;
color: #ccc;
}
select.js-tweets-from
{
background-color: #171717;
color: #ccc;
}
select.js-mentioning
{
background-color: #171717;
color: #ccc;
}
/* Legacy code */
.application, .app-content, .app-columns-container
{
background-color: #171717;
}
.column
{
background: #171717;
border-radius: 6px;
border: none;
}
.column-header, .column-header-temp
{
background: #171717;
background-color: #171717;
z-index: 2;
border-bottom-color: transparent;
}
.column-content
{
top: 0px;
}
.column-options
{
top: 50px;
}
.scroll-conversation, .column-nav-item, .app-navigator, .app-title, .compose-reply-tweet, .compose-account, .facet-type.is-expanded, .column-options .button-tray, .compose .antiscroll-scrollbar, .account-row-separator-b:after
{
background-color: transparent;
}
.stream-item, .compose-header, .facet-type, .with-column-divider-bottom
{
border-bottom: none;
}
.tweet-detail-wrapper
{
background: transparent;
border-color: transparent;
}
.detail-view-inline
{
border-top: none;
}
.app-header
{
background-color: #171717;
}
.with-nav-border-t:before, .facet-type-thumb-size, .accordion-divider-t
{
border-top: none;
}
.numbered-badge-onnav
{
border: none;
}
.compose, .bg-r-light-gray
{
background: linear-gradient( to right, #171717, #171717);
color: #fff;
}
.compose-remember-state, .character-count-compose:disabled, .txt-r-text-link
{
color: white;
}
.is-selected.compose-account, .compose-account-selected
{
box-shadow: none;
}
.drawer-header
{
border-bottom: none;
z-index: 2;
background-color: #171717;
}
.drawer-header:after
{
height: 0px;
}
.txt-r-dark-gray
{
color: #fff;
}
.drawer-content
{
top: 0px;
z-index: 1;
padding-top: 55px;
}
.drawer .tweet-text
{
color: white
}
.btn-positive-on-blue[disabled], .btn-positive-on-blue[disabled]:hover, .btn-positive-on-blue[disabled]:active, .btn-positive-on-blue.is-disabled, .btn-positive-on-blue.is-disabled:hover, .btn-positive-on-blue.is-disabled:focus, .btn-positive-on-blue.is-disabled:active, .btn-on-blue[disabled], .btn-on-blue[disabled]:hover, .btn-on-blue[disabled]:active, .btn-on-blue.is-disabled, .btn-on-blue.is-disabled:hover, .btn-on-blue.is-disabled:focus, .btn-on-blue.is-disabled:active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:active, .btn.is-disabled, .btn.is-disabled:hover, .btn.is-disabled:focus, .btn.is-disabled:active
{
border-color: transparent;
background-color: transparent;
color: transparent;
}
.btn-positive-on-blue, .btn:active, .btn.is-selected
{
color: #fff;
background-color: transparent;
box-shadow: none;
font-weight: bold;
}
.btn-on-blue, .btn-positive, .btn-positive-alt, .s-following .follow-btn, .attach-compose-buttons .tweet-button
{
color: #fff;
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.btn-positive-on-blue:hover, .btn-positive-on-blue:focus, .btn-positive:hover, .btn-positive-alt:hover, .btn-fav.s-favorited:hover, .s-following .follow-btn:hover, .btn-positive:focus, .btn-positive-alt:focus, .btn-fav.s-favorited:focus, .s-following .follow-btn:focus, .btn-on-blue:focus, .btn-on-blue:hover, .btn-on-blue:focus, .btn-on-blue:hover, .btn:hover, .btn:focus
{
color: grey;
background-color: transparent;
border-color: transparent;
}
.compose-text-container
{
margin-left: 0px;
margin-right: 0px;
border: 1px solid #ddd;
}
.btn
{
background-color: transparent;
color: #fff;
opacity: 0.6;
border: none;
}
.btn-negative
{
color: #A00;
}
.app-search-fake
{
color: #fff;
opacity: 0.6;
background-color: transparent;
box-shadow: none;
}
.app-search-input
{
border-radius: 6px;
background-color: white;
box-shadow: none;
}
.inline-reply
{
background-color: transparent;
}
.inline-reply .icon
{
color: #fff;
}
.med-fullpanel
{
background-color: transparent;
}
.mdl
{
box-shadow: none;
background-color: #171717;
border-radius: 6px;
}
.mdl-content
{
border: none;
background: #171717;
color: white
}
.mdl-column-med
{
background: transparent;
}
.mdl-column-rhs
{
border-left: transparent;
background-color: #171717
}
.mdl-column-rhs .stream-item
{
background-color: #171717
}
.mdl-dismiss-media, .is-inverted-light .mdl-dismiss-media
{
color: #fff
}
.mdl-dismiss-media:hover, .is-inverted-light .mdl-dismiss-media:hover, .mdl-dismiss-media:focus, .is-inverted-light .mdl-dismiss-media:focus
{
color: grey;
}
.is-inverted-light, .is-inverted-light .account-link
{
color: #292F33;
}
.tweet-stats
{
border-top: none;
}
.tweet-detail-actions
{
border-top: none;
}
.detail-view-inline-text, .input-group-button
{
border: none;
}
.cmp-replyto
{
background-color: transparent;
border-top: none;
}
.accs li, .accs .acc-selected, .accs .acc-selected:hover
{
border: none;
background: none;
}
.accs li:hover
{
background: transparent;
}
.accs .icon
{
color: grey;
}
.accs .acc-selected i
{
color: #fff;
}
.is-inverted-light a
{
color: #fff;
}
.is-inverted-light a:hover, .is-inverted-light a:focus, .is-inverted-light a:active
{
color: grey;
text-decoration: none;
}
a
{
color: #2daabd;
text-decoration: none;
}
a:hover, a:focus, a:active
{
color: #aaaaaa;
text-decoration: none;
}
.is-selected .reply-triangle
{
visibility: hidden;
}
.prf-header
{
background-image: none;
}
input, textarea, select, .uneditable-input
{
border: none;
}
.btn-neutral-negative
{
color: #dd2e44;
}
.prf-stats li + li a
{
border-left: none;
}
.prf-actions, .social-proof-container
{
background-color: #fff;
}
.is-options-open .column-settings-link
{
border-color: transparent;
}
.app-search-tweet-results .column-header-temp
{
background: linear-gradient( to bottom, #fff, rgba(255, 255, 255, 0.9));
height: 50px;
}
.avatar, .prf-img
{
border-radius: 20%;
}
.social-proof-for-tweet-title
{
background-color: transparent;
border-bottom: none;
}
.column-nav-link:hover, .app-nav-link:hover
{
color: #fff;
}
.is-inverted-light .tweet-action, .is-inverted-light .tweet-detail-action
{
color: #fff;
}
.is-inverted-light .tweet-action:hover, .is-inverted-light .tweet-detail-action:hover, .is-inverted-light .tweet-action:focus, .is-inverted-light .tweet-detail-action:focus
{
color: grey;
}
.column-content
{
padding-top: 50px;
}
.column-temp .column-header, .column-header-temp
{
border-bottom: none;
}
.is-new .column-type-icon
{
color: #fff;
}
.txt-mute a:hover, .txt-mute a:focus
{
color: #fff;
}
.link-complex:hover .link-complex-target, .link-complex:focus .link-complex-target, .link-complex:active .link-complex-target
{
text-decoration: none;
}
.icon-user-switch:hover
{
color: #fff;
}
.list-item:hover, .list-item:active, .list-item.is-selected, .list-item:hover .list-icon, .list-item:active .list-icon, .list-item.is-selected .list-icon
{
color: #fff;
background-color: transparent;
}
.is-selected-tweet
{
background-color: rgba(123, 183, 227, 0.1);
}
#open-modal .tweet-body
{
color: white
}
#open-modal .fullname
{
color: white
}
.lst-group .selected
{
border-radius: 0px
}
.column-nav-flyout .column-nav-item
{
background-color: #171717
}
.column-nav-flyout .column-nav-item span
{
color: white
}
.btn span, .mdl-header-title, .mdl-inner .column-head-title
{
color: white
}
.compose-reply-tweet .fullname
{
color: #fff
}
.compose-reply-tweet .icon-close:before
{
color: white
}
.list-account
{
text-shadow: none;
}
#open-modal li:hover:not(.selected) .fullname
{
color: black
}
#open-modal li .list-account
{
border-radius: 0px
}
#open-modal li:hover.selected .list-account
{
background: grey
}
#open-modal li:hover.selected .fullname
{
color: #fff
}
.btn span, .mdl-header-title, .mdl-inner .column-head-title
{
color: white
}
/* Column Header Condensing; this was originally written by pixeldesu */
.js-column-header
{
height: 30px;
line-height: 30px;
}
.column-header
{
height: 30px;
line-height: 30px;
}
.js-tweet-results .column-header
{
height: 50px;
line-height: 50px;
}
.column-drag-handle
{
height: 15px;
opacity: 0;
}
.column-content
{
top: 30px;
}
.column-title-back .icon
{
top: 50%;
}
/* Column Width/Spacing; this was also written by pixeldesu */
.is-wide-columns .column
{
width: 350px;
margin-right: 1px;
}
.is-wide-columns .app-columns
{
padding-top: 1px;
padding-left: 1px;
}
.is-narrow-columns .app-columns
{
padding-top: 1px;
padding-left: 1px;
}
.app-columns
{
padding: 1px 0 1px 1px;
}
.js-column
{
margin: 0 1px 0 0;
}
.is-narrow-columns .column
{
margin-right: 1px;
}
.antiscroll-inner
{
padding-left: 0px !important;
padding-right: 0px !important;
}
.compose-accounts
{
padding-left: 10px;
padding-right: 10px;
}
.compose-text-container
{
margin-left: 10px;
margin-right: 10px;
}
.js-compose-hint
{
margin-left: 10px;
margin-right: 10px;
}
.js-compose-title
{
margin-left: 10px;
}
.js-media-added
{
padding-left: 10px;
padding-right: 10px;
}
.compose-reply-tweet
{
margin-left: 10px;
margin-right: 10px;
}
.js-send-tweet-button
{
margin-right: 10px;
}
.js-add-image-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-schedule-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-dm-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-tweet-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-compose-message-recipient > p
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.inline-reply .compose-text-container
{
display: inline-block;
width: 94%;
}
/* Fixes to DM compose box */
.rpl textarea
{
background: #171717;
border-color: #171717;
color: #ddd
}
input, textarea, select
{
background-color: #171717 !important;
color: #ddd !important;
border-color: #171717;
}
/* Dropdown menu fixes */
.dropdown-menu
{
background-color: #171717;
border-color: #171717;
}
/* Fix button compose shadow */
.btn-compose
{
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0)
}
/* Border hotfix */
.stream-item:not(.conversation-event)
{
border: none !important;
}
/* Selected accounts fixes */
.column-number
{
display: none;
}
.bg-r-white
{
background-color: #171717
}
/* Fixing sensitive media background */
.media-sensitive
{
background-color: #171717;
}
.is-inverted-dark .account-link
{
color: #ccc;
}
.prf-header
{
text-shadow: 0 3px 20px rgba( 0, 0, 0, 0.75);
}
.prf .username
{
text-shadow: 0 3px 20px rgba( 0, 0, 0, 0.75);
}
.bg-r-faded-gray
{
background-color: #171717;
}
/* quoted tweet border */
.quoted-tweet
{
background: transparent;
border: transparent;
}
/* username in column fix */
.btd-ready .column-title .attribution
{
font-size: 10px;
}
.column-message
{
background: transparent;
}
/* neato header tweaks */
span.column-head-title
{
color: #fff;
opacity: 0.6;
}
/* Fixed toggle switch color */
.toggle-switch-input:checked+.toggle-switch-label:before
{
background-color: #fff;
}
/* TinaDeck by @Shookaite
/* Some shadows and animations added to TD
/* Download at https://github.com/Shookaite/TinaDeck
/* Fits better with Snowflake ( https://github.com/fractalhexagon/snowflake/ )
/* Don't forget to fuck comments with a cactus like planetary do */
.js-dismiss:hover + .s-profile .prf-card-inner
{
opacity: 0!important;
color: rgba(0, 0, 0, 0)!important;
}
.prf-card-inner
{
transition: 1s;
}
/* My code */
input, textarea, select
{
background-color: transparent !important;
color: #ddd !important;
border-color: transparent;
}
.txt-size-variable--12, .txt-small
{
font-size: xx-small !important;
}
.pull-left.neg-margin-lm
{
margin-top: -30px;
}
.popover
{
z-index: 100;
position: absolute;
background-color: #171717;
}
.icon-more.txt-right
{
color: #fff;
}
.icon.icon-xsmall.icon-dot.column-nav-updates
{
color: #fff;
}
.accs-header {
margin-left: -20px;
}
.sprite-close {
opacity: 0;
}
.compose-header,
.icon-check,
.icon-compose-grid,
.icon-compose-minigrid,
.icon-compose-list,
.compose-remember-state,
.sprite-drag {
display: none;
}
} | data/usercss/117294.user.css | @-moz-document domain("tweetdeck.twitter.com") {
/* Snowflake Stick Edition for TweetDeck.
The creators of the themes used are Diamant (@diamantlefou), Jorge (@thebitstick), Berter (@BerterTheBoss) and pixeldesu (@pixeldesu or http://pixelde.su/) and was recompiled in a more fitting theme by me, Scimitar (@AlmtyCwrd)
*/
/* What */
.facet-subtitle
{
color: #fff;
opacity: 0.6;
}
.toggle-item
{
color: #fff;
opacity: 0.6;
}
.margin-t--4, .margin-ts
{
margin-top: -1px !important;
}
/* Tweets */
.stream-item {
color: #fff;
}
.fullname {
color: #d9d9d9;
}
.stream-item:hover
{
background-color: #202020;
}
/* Fix colors in Accounts */
div.account-summary-text.nbfc.padding-tm.account-link
{
color: #ccc;
}
.is-inverted-dark .accordion .is-active
{
color: #ccc;
}
/* Applying font */
body
{
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
.is-inverted-dark
{
font-family: "Open Sans", sans-serif;
font-weight: 100;
}
/* Column-Update Sprite */
.column-header, .column-header-temp
{
border-bottom: 0px;
}
.sprite-column-update
{
width: 100%;
height: 1px;
border-bottom: 3px solid #ffffff;
margin-top: -1px;
}
.column-updates
{
margin-left: 0px;
left: 0%;
}
.column-type-icon
{
display: none;
}
/* Fixing RT blocks font color */
.js-mdl-header, .mdl-header
{
color: #cccccc;
}
#actions-modal > div > div.js-inreply.cmp-replyto.item-box.is-inverted-dark > div > header > a > div.nbfc > span
{
color: #cccccc;
}
#actions-modal > div > div.js-inreply.cmp-replyto.item-box.is-inverted-dark > div > div > p
{
color: #cccccc;
}
/* Compose box colors and padding */
.js-compose-title
{
margin-left: 1px !important;
}
.padding-bm
{
padding-right: 22px;
}
.drawer .tweet-text
{
color: #fff !important;
}
.compose-remember-state, .character-count-compose:disabled, .txt-r-text-link
{
color: #fff !important;
}
.compose-text-title
{
color: #fff;
}
.compose-text
{
background-color: #171717;
color: #ccc;
border-color: #171717;
}
.compose-text-container
{
margin-right: 0px !important;
margin-left: 0px !important;
margin-top: 5px;
border-color: #171717 !important;
background-color: #171717 !important;
}
.compose-reply-tweet
{
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 5px;
}
.compose-media-bar
{
border: 1px solid #171717;
}
.compose-accounts
{
padding-left: 0px !important;
padding-right: 0px !important;
}
.compose-reply-tweet .tweet-body a
{
color: #fff !important;
}
.txt-r-white
{
color: #fff;
}
.compose-media-bar-holder
{
background-color: #171717;
}
body > div.js-app.application.is-condensed.hide-detail-view-inline > div.js-app-content.app-content > div > div > div > div > div.js-account-list.margin-bm.compose-accounts.cf.is-list > a.js-account-item.compose-account.margin-bl.is-actionable.is-selected.cf > div.pull-left.compose-account-names
{
color: #fff;
}
body > div.js-app.application.is-condensed.hide-detail-view-inline > div.js-app-content.app-content > div > div > div > div > div.js-account-list.margin-bm.compose-accounts.cf.is-list > a > div.pull-left.compose-account-names
{
color: #fff;
}
/* Dropdown menus tweaks */
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search > div > div
{
background-color: #171717;
}
.list-item
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search > div > div > div.js-popover-content.scroll-none > form > div > input
{
background-color: #171717;
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search > div > div > div.js-popover-content.scroll-none > div.js-typeahead-dropdown.scroll-v.scroll-styled-v > div
{
background-color: #171717;
}
.caret-inner
{
border-bottom: 6px solid #171717;
}
body > div.js-app.application.is-condensed > header > div > nav > div
{
background-color: #171717;
border-color: #171717;
}
.non-selectable-item
{
color: #ccc;
}
.dropdown-menu [data-action]
{
color: #ccc;
}
.drp-h-divider
{
background-color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > div > div > div > span > div
{
background-color: #171717;
border-color: #171717;
}
/* Keyboard shortcut fix */
.keyboard-shortcut-list-modal .mdl-content
{
background-color: #171717;
}
#open-modal > div > div > div
{
color: #aaa;
}
/* Profile tweaks */
.prf-actions
{
background-color: #171717 !important;
}
.prf-meta.cf
{
background-color: #171717 !important;
}
.prf .lst-profile span
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-social-proof.social-proof-container.txt-base-small.cf.padding-al
{
background-color: #171717 !important;
}
.is-inverted-dark .btn-alt
{
background-color: #171717 !important;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-social-proof.social-proof-container.txt-base-small.cf.padding-al > p.pull-left
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-social-proof.social-proof-container.txt-base-small.cf.padding-al > p.social-proof-names.pull-right
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > ul
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > ul > li > a > strong
{
color: #ccc;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > ul:hover
{
color: #fff
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > div > div > div > span > button > i
{
color: #fff;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.js-profile-columns > ul > li > a
{
border-color: #171717;
}
body > div.js-modals-container > div > div > div > div > div > div.prf-actions > div.prf-meta.cf > div > div > button > div.label.js-action-profile.action-text.thats-you-text
{
color: #fff !important;
}
/* Selecting tweaks */
::selection
{
background-color: #fff;
color: #fff;
}
/* Fixes the bug that makes the tweet button appear when it shouldn't. */
.compose-content .pull-right .btn.is-disabled
{
color: rgba(87, 87, 87, 0.73);
}
/* Selected tweet replybox color fix */
.detail-view-inline-text
{
background-color: #171717;
color: #ccc;
}
/* Profile tweets fix */
.js-detail-content
{
padding-bottom: 0px !important;
}
.scroll-conversation
{
background: #171717 !important;
}
.js-tweet.tweet-detail
{
color: #ccc;
}
.tweet-detail-wrapper
{
background-color: #171717 !important;
border-color: #171717 !important;
}
.mdl-dismiss
{
color: #ccc !important;
}
.mdl
{
border-radius: 0px;
}
#open-modal > div > div > div > div > div.js-left-pinned.pin-top > form > div > input
{
background-color: #171717 !important;
color: #ccc;
}
/* Settings fix */
.lst-group .js-setting-list
{
color: #ccc;
}
.mdl-col-settings
{
background-color: #171717;
}
.frm
{
color: #ccc;
}
.is-inverted-dark .list-link, .is-inverted-dark .list-twitter-list, .is-inverted-dark .list-subtitle, .is-inverted-dark .list-account, .is-inverted-dark .list-listmember
{
color: #ccc;
}
.list-link, .list-twitter-list, .list-subtitle, .list-account, .list-listmember, .list-account, .list-listaccount, .list-subtitle, .list-filter
{
color: #ccc;
}
.btn
{
border-color: #171717 !important;
}
/* Column options hotfix */
.column-options
{
top: 4px !important;
background-color: #171717;
}
.is-options-open .column-settings-link
{
background-color: #171717;
}
.column-message
{
background-color: #171717;
}
/* Search results hotfix */
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-content.is-expanded.is-active > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-content > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > span
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-content > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > i
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-user > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > i
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-user > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > span
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-engagement > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > span
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-header.position-rel > div > div.js-search-filter.js-accordion.accordion.accordion-divider-t > div.js-accordion-item.facet-type.facet-type-engagement > div.js-accordion-toggle-view.accordion-header.is-actionable.link-clean.block.cf.txt-base-medium > div.obj-left.facet-title > i
{
color: #ccc;
}
.app-search-tweet-results .column-header-temp
{
background: linear-gradient( to bottom, #171717, rgba(23, 23, 23, 0.9)) !important;
height: 30px !important;
}
.column-background-fill
{
background-color: #171717
}
span.column-head-title
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-body.pin-all.is-inverted-dark > div.js-tweet-results.app-search-tweet-results > section > div > div > div.js-column-content.column-content > div.js-column-scroller.js-dropdown-container.column-scroller.scroll-v.scroll-styled-v.column-background-fill.scroll-alt > div > article > div > div > div
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-body.pin-all.is-inverted-dark > div.js-tweet-results.app-search-tweet-results > section > div > div > div.js-column-content.column-content > div.js-column-scroller.js-dropdown-container.column-scroller.scroll-v.scroll-styled-v.column-background-fill.scroll-alt > div > article > div > div > header > a > div.nbfc > span > b
{
color: #ccc;
}
body > div.js-app.application.is-condensed > header > div > div.js-search.js-overlay.app-search.has-overlay > div > div > div.js-popover-content.scroll-none > div.js-search-results-container > div > div.js-fhf-body.pin-all.is-inverted-dark > div.js-tweet-results.app-search-tweet-results > section > div > div:nth-child(1) > div.js-column-content.column-content > div.js-column-scroller.js-dropdown-container.column-scroller.scroll-v.scroll-styled-v.column-background-fill.scroll-alt > div > article:nth-child(1) > div
{
padding-top: 33px;
}
.is-inverted-dark .facet-type-content.is-active
{
background-color: rgba(12, 12, 12, 0);
}
.is-inverted-dark .facet-type-user.is-active
{
background-color: rgba(12, 12, 12, 0);
}
.is-inverted-dark .facet-type-engagement.is-active
{
background-color: #171717;
}
.is-inverted-dark .txt-mute
{
background-color: #171717;
color: #ccc;
}
select.js-containing
{
background-color: #171717;
color: #ccc;
}
input.js-excluding.search-input
{
background-color: #171717;
color: #ccc;
}
select.js-written-in
{
background-color: #171717;
color: #ccc;
}
select.js-retweets
{
background-color: #171717;
color: #ccc;
}
select.js-tweets-from
{
background-color: #171717;
color: #ccc;
}
select.js-mentioning
{
background-color: #171717;
color: #ccc;
}
/* Legacy code */
.application, .app-content, .app-columns-container
{
background-color: #171717;
}
.column
{
background: #171717;
border-radius: 6px;
border: none;
}
.column-header, .column-header-temp
{
background: #171717;
background-color: #171717;
z-index: 2;
border-bottom-color: transparent;
}
.column-content
{
top: 0px;
}
.column-options
{
top: 50px;
}
.scroll-conversation, .column-nav-item, .app-navigator, .app-title, .compose-reply-tweet, .compose-account, .facet-type.is-expanded, .column-options .button-tray, .compose .antiscroll-scrollbar, .account-row-separator-b:after
{
background-color: transparent;
}
.stream-item, .compose-header, .facet-type, .with-column-divider-bottom
{
border-bottom: none;
}
.tweet-detail-wrapper
{
background: transparent;
border-color: transparent;
}
.detail-view-inline
{
border-top: none;
}
.app-header
{
background-color: #171717;
}
.with-nav-border-t:before, .facet-type-thumb-size, .accordion-divider-t
{
border-top: none;
}
.numbered-badge-onnav
{
border: none;
}
.compose, .bg-r-light-gray
{
background: linear-gradient( to right, #171717, #171717);
color: #fff;
}
.compose-remember-state, .character-count-compose:disabled, .txt-r-text-link
{
color: white;
}
.is-selected.compose-account, .compose-account-selected
{
box-shadow: none;
}
.drawer-header
{
border-bottom: none;
z-index: 2;
background-color: #171717;
}
.drawer-header:after
{
height: 0px;
}
.txt-r-dark-gray
{
color: #fff;
}
.drawer-content
{
top: 0px;
z-index: 1;
padding-top: 55px;
}
.drawer .tweet-text
{
color: white
}
.btn-positive-on-blue[disabled], .btn-positive-on-blue[disabled]:hover, .btn-positive-on-blue[disabled]:active, .btn-positive-on-blue.is-disabled, .btn-positive-on-blue.is-disabled:hover, .btn-positive-on-blue.is-disabled:focus, .btn-positive-on-blue.is-disabled:active, .btn-on-blue[disabled], .btn-on-blue[disabled]:hover, .btn-on-blue[disabled]:active, .btn-on-blue.is-disabled, .btn-on-blue.is-disabled:hover, .btn-on-blue.is-disabled:focus, .btn-on-blue.is-disabled:active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:active, .btn.is-disabled, .btn.is-disabled:hover, .btn.is-disabled:focus, .btn.is-disabled:active
{
border-color: transparent;
background-color: transparent;
color: transparent;
}
.btn-positive-on-blue, .btn:active, .btn.is-selected
{
color: #fff;
background-color: transparent;
box-shadow: none;
font-weight: bold;
}
.btn-on-blue, .btn-positive, .btn-positive-alt, .s-following .follow-btn, .attach-compose-buttons .tweet-button
{
color: #fff;
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.btn-positive-on-blue:hover, .btn-positive-on-blue:focus, .btn-positive:hover, .btn-positive-alt:hover, .btn-fav.s-favorited:hover, .s-following .follow-btn:hover, .btn-positive:focus, .btn-positive-alt:focus, .btn-fav.s-favorited:focus, .s-following .follow-btn:focus, .btn-on-blue:focus, .btn-on-blue:hover, .btn-on-blue:focus, .btn-on-blue:hover, .btn:hover, .btn:focus
{
color: grey;
background-color: transparent;
border-color: transparent;
}
.compose-text-container
{
margin-left: 0px;
margin-right: 0px;
border: 1px solid #ddd;
}
.btn
{
background-color: transparent;
color: #fff;
opacity: 0.6;
border: none;
}
.btn-negative
{
color: #A00;
}
.app-search-fake
{
color: #fff;
opacity: 0.6;
background-color: transparent;
box-shadow: none;
}
.app-search-input
{
border-radius: 6px;
background-color: white;
box-shadow: none;
}
.inline-reply
{
background-color: transparent;
}
.inline-reply .icon
{
color: #fff;
}
.med-fullpanel
{
background-color: transparent;
}
.mdl
{
box-shadow: none;
background-color: #171717;
border-radius: 6px;
}
.mdl-content
{
border: none;
background: #171717;
color: white
}
.mdl-column-med
{
background: transparent;
}
.mdl-column-rhs
{
border-left: transparent;
background-color: #171717
}
.mdl-column-rhs .stream-item
{
background-color: #171717
}
.mdl-dismiss-media, .is-inverted-light .mdl-dismiss-media
{
color: #fff
}
.mdl-dismiss-media:hover, .is-inverted-light .mdl-dismiss-media:hover, .mdl-dismiss-media:focus, .is-inverted-light .mdl-dismiss-media:focus
{
color: grey;
}
.is-inverted-light, .is-inverted-light .account-link
{
color: #292F33;
}
.tweet-stats
{
border-top: none;
}
.tweet-detail-actions
{
border-top: none;
}
.detail-view-inline-text, .input-group-button
{
border: none;
}
.cmp-replyto
{
background-color: transparent;
border-top: none;
}
.accs li, .accs .acc-selected, .accs .acc-selected:hover
{
border: none;
background: none;
}
.accs li:hover
{
background: transparent;
}
.accs .icon
{
color: grey;
}
.accs .acc-selected i
{
color: #fff;
}
.is-inverted-light a
{
color: #fff;
}
.is-inverted-light a:hover, .is-inverted-light a:focus, .is-inverted-light a:active
{
color: grey;
text-decoration: none;
}
a
{
color: #2daabd;
text-decoration: none;
}
a:hover, a:focus, a:active
{
color: #aaaaaa;
text-decoration: none;
}
.is-selected .reply-triangle
{
visibility: hidden;
}
.prf-header
{
background-image: none;
}
input, textarea, select, .uneditable-input
{
border: none;
}
.btn-neutral-negative
{
color: #dd2e44;
}
.prf-stats li + li a
{
border-left: none;
}
.prf-actions, .social-proof-container
{
background-color: #fff;
}
.is-options-open .column-settings-link
{
border-color: transparent;
}
.app-search-tweet-results .column-header-temp
{
background: linear-gradient( to bottom, #fff, rgba(255, 255, 255, 0.9));
height: 50px;
}
.avatar, .prf-img
{
border-radius: 20%;
}
.social-proof-for-tweet-title
{
background-color: transparent;
border-bottom: none;
}
.column-nav-link:hover, .app-nav-link:hover
{
color: #fff;
}
.is-inverted-light .tweet-action, .is-inverted-light .tweet-detail-action
{
color: #fff;
}
.is-inverted-light .tweet-action:hover, .is-inverted-light .tweet-detail-action:hover, .is-inverted-light .tweet-action:focus, .is-inverted-light .tweet-detail-action:focus
{
color: grey;
}
.column-content
{
padding-top: 50px;
}
.column-temp .column-header, .column-header-temp
{
border-bottom: none;
}
.is-new .column-type-icon
{
color: #fff;
}
.txt-mute a:hover, .txt-mute a:focus
{
color: #fff;
}
.link-complex:hover .link-complex-target, .link-complex:focus .link-complex-target, .link-complex:active .link-complex-target
{
text-decoration: none;
}
.icon-user-switch:hover
{
color: #fff;
}
.list-item:hover, .list-item:active, .list-item.is-selected, .list-item:hover .list-icon, .list-item:active .list-icon, .list-item.is-selected .list-icon
{
color: #fff;
background-color: transparent;
}
.is-selected-tweet
{
background-color: rgba(123, 183, 227, 0.1);
}
#open-modal .tweet-body
{
color: white
}
#open-modal .fullname
{
color: white
}
.lst-group .selected
{
border-radius: 0px
}
.column-nav-flyout .column-nav-item
{
background-color: #171717
}
.column-nav-flyout .column-nav-item span
{
color: white
}
.btn span, .mdl-header-title, .mdl-inner .column-head-title
{
color: white
}
.compose-reply-tweet .fullname
{
color: #fff
}
.compose-reply-tweet .icon-close:before
{
color: white
}
.list-account
{
text-shadow: none;
}
#open-modal li:hover:not(.selected) .fullname
{
color: black
}
#open-modal li .list-account
{
border-radius: 0px
}
#open-modal li:hover.selected .list-account
{
background: grey
}
#open-modal li:hover.selected .fullname
{
color: #fff
}
.btn span, .mdl-header-title, .mdl-inner .column-head-title
{
color: white
}
/* Column Header Condensing; this was originally written by pixeldesu */
.js-column-header
{
height: 30px;
line-height: 30px;
}
.column-header
{
height: 30px;
line-height: 30px;
}
.js-tweet-results .column-header
{
height: 50px;
line-height: 50px;
}
.column-drag-handle
{
height: 15px;
opacity: 0;
}
.column-content
{
top: 30px;
}
.column-title-back .icon
{
top: 50%;
}
/* Column Width/Spacing; this was also written by pixeldesu */
.is-wide-columns .column
{
width: 350px;
margin-right: 1px;
}
.is-wide-columns .app-columns
{
padding-top: 1px;
padding-left: 1px;
}
.is-narrow-columns .app-columns
{
padding-top: 1px;
padding-left: 1px;
}
.app-columns
{
padding: 1px 0 1px 1px;
}
.js-column
{
margin: 0 1px 0 0;
}
.is-narrow-columns .column
{
margin-right: 1px;
}
.antiscroll-inner
{
padding-left: 0px !important;
padding-right: 0px !important;
}
.compose-accounts
{
padding-left: 10px;
padding-right: 10px;
}
.compose-text-container
{
margin-left: 10px;
margin-right: 10px;
}
.js-compose-hint
{
margin-left: 10px;
margin-right: 10px;
}
.js-compose-title
{
margin-left: 10px;
}
.js-media-added
{
padding-left: 10px;
padding-right: 10px;
}
.compose-reply-tweet
{
margin-left: 10px;
margin-right: 10px;
}
.js-send-tweet-button
{
margin-right: 10px;
}
.js-add-image-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-schedule-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-dm-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-tweet-button
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.js-compose-message-recipient > p
{
width: 92%;
margin-left: 10px;
margin-right: 10px;
}
.inline-reply .compose-text-container
{
display: inline-block;
width: 94%;
}
/* Fixes to DM compose box */
.rpl textarea
{
background: #171717;
border-color: #171717;
color: #ddd
}
input, textarea, select
{
background-color: #171717 !important;
color: #ddd !important;
border-color: #171717;
}
/* Dropdown menu fixes */
.dropdown-menu
{
background-color: #171717;
border-color: #171717;
}
/* Fix button compose shadow */
.btn-compose
{
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0)
}
/* Border hotfix */
.stream-item:not(.conversation-event)
{
border: none !important;
}
/* Selected accounts fixes */
.column-number
{
display: none;
}
.bg-r-white
{
background-color: #171717
}
/* Fixing sensitive media background */
.media-sensitive
{
background-color: #171717;
}
.is-inverted-dark .account-link
{
color: #ccc;
}
.prf-header
{
text-shadow: 0 3px 20px rgba( 0, 0, 0, 0.75);
}
.prf .username
{
text-shadow: 0 3px 20px rgba( 0, 0, 0, 0.75);
}
.bg-r-faded-gray
{
background-color: #171717;
}
/* quoted tweet border */
.quoted-tweet
{
background: transparent;
border: transparent;
}
/* username in column fix */
.btd-ready .column-title .attribution
{
font-size: 10px;
}
.column-message
{
background: transparent;
}
/* neato header tweaks */
span.column-head-title
{
color: #fff;
opacity: 0.6;
}
/* Fixed toggle switch color */
.toggle-switch-input:checked+.toggle-switch-label:before
{
background-color: #fff;
}
/* TinaDeck by @Shookaite
/* Some shadows and animations added to TD
/* Download at https://github.com/Shookaite/TinaDeck
/* Fits better with Snowflake ( https://github.com/fractalhexagon/snowflake/ )
/* Don't forget to fuck comments with a cactus like planetary do */
.js-dismiss:hover + .s-profile .prf-card-inner
{
opacity: 0!important;
color: rgba(0, 0, 0, 0)!important;
}
.prf-card-inner
{
transition: 1s;
}
/* My code */
input, textarea, select
{
background-color: transparent !important;
color: #ddd !important;
border-color: transparent;
}
.txt-size-variable--12, .txt-small
{
font-size: xx-small !important;
}
.pull-left.neg-margin-lm
{
margin-top: -30px;
}
.popover
{
z-index: 100;
position: absolute;
background-color: #171717;
}
.icon-more.txt-right
{
color: #fff;
}
.icon.icon-xsmall.icon-dot.column-nav-updates
{
color: #fff;
}
.accs-header {
margin-left: -20px;
}
.sprite-close {
opacity: 0;
}
.compose-header,
.icon-check,
.icon-compose-grid,
.icon-compose-minigrid,
.icon-compose-list,
.compose-remember-state,
.sprite-drag {
display: none;
}
} | 0.207295 | 0.052692 |
*{
font-family: 'Mulish', sans-serif;
}
#page-columns{
margin:0;
}
#sidebar{
background-color: #363740;
padding: 41px 0;
height: 100vh;
width: 16vw;
}
.logo{
padding-left: 32px;
}
.site-title{
font-size: 19px;
color: #A4A6B3;
}
.sidebar-links-top{
padding-top:59px ;
}
.sidebar-links-top .active, .link-wrapper:hover{
background-color: #9fa2b41c;
border-left: 3px solid #DDE2FF !important;
}
.link-wrapper{
color: #A4A6B3;
padding: 18px 32px;
border-left: 3px solid transparent;
cursor: pointer;
}
.link-title{
padding-left: 24px;
}
.sidebar-links-top .active.link-wrapper{
color: #DDE2FF ;
}
.link-wrapper:hover{
color: #DDE2FF ;
text-decoration: none !important;
}
.custom-search-icon:hover,.custom-bell:hover{
color: #000 !important;
}
.custom-search-icon,.custom-bell{
border:none;
color: #808080 !important;
font-size: 20px !important;
margin-left:24px ;
}
.custom-search{
border-top: none !important;
border-left: none !important;
border-right: none !important;
display: none !important;
}
.vertical-line{
border-left: 2px solid #DFE0EB;
height: 32px;
margin: 0 32px;
}
.username{
color:#252733;
}
.body-nav{
padding: 30px !important;
}
.user-img{
border: 1px solid #C4C4C4;
padding: 2px;
border-radius: 100%;
overflow: hidden;
}
.user-img img{
border-radius: 100%;
}
.minimize{
padding: 5px 32px;
margin-top: 20px;
color: #DDE2FF ;
font-size: 20px;
background-color: #9fa2b410;
cursor: pointer;
}
.hidden{
display: none;
}
.width-controller-sidebar{
max-width: 5vw !important;
transition: all linear 500ms;
}
.width-controller-body{
min-width: 95vw !important;
}
.body-container{
min-width: 84vw;
}
ul{
list-style-type: none;
}
.admin-product{
display: flex;
}
.admin-product div{
margin: 5px;
}
tr td:last-child{
display: flex;
align-items: center !important;
}
tr, td, th{
vertical-align: middle !important;
}
tr:first-child td:last-child{
border: 0 !important;
}
tr td:last-child a{
margin-right: 10px;
} | public/ecommerce/css/adminStyle.css | *{
font-family: 'Mulish', sans-serif;
}
#page-columns{
margin:0;
}
#sidebar{
background-color: #363740;
padding: 41px 0;
height: 100vh;
width: 16vw;
}
.logo{
padding-left: 32px;
}
.site-title{
font-size: 19px;
color: #A4A6B3;
}
.sidebar-links-top{
padding-top:59px ;
}
.sidebar-links-top .active, .link-wrapper:hover{
background-color: #9fa2b41c;
border-left: 3px solid #DDE2FF !important;
}
.link-wrapper{
color: #A4A6B3;
padding: 18px 32px;
border-left: 3px solid transparent;
cursor: pointer;
}
.link-title{
padding-left: 24px;
}
.sidebar-links-top .active.link-wrapper{
color: #DDE2FF ;
}
.link-wrapper:hover{
color: #DDE2FF ;
text-decoration: none !important;
}
.custom-search-icon:hover,.custom-bell:hover{
color: #000 !important;
}
.custom-search-icon,.custom-bell{
border:none;
color: #808080 !important;
font-size: 20px !important;
margin-left:24px ;
}
.custom-search{
border-top: none !important;
border-left: none !important;
border-right: none !important;
display: none !important;
}
.vertical-line{
border-left: 2px solid #DFE0EB;
height: 32px;
margin: 0 32px;
}
.username{
color:#252733;
}
.body-nav{
padding: 30px !important;
}
.user-img{
border: 1px solid #C4C4C4;
padding: 2px;
border-radius: 100%;
overflow: hidden;
}
.user-img img{
border-radius: 100%;
}
.minimize{
padding: 5px 32px;
margin-top: 20px;
color: #DDE2FF ;
font-size: 20px;
background-color: #9fa2b410;
cursor: pointer;
}
.hidden{
display: none;
}
.width-controller-sidebar{
max-width: 5vw !important;
transition: all linear 500ms;
}
.width-controller-body{
min-width: 95vw !important;
}
.body-container{
min-width: 84vw;
}
ul{
list-style-type: none;
}
.admin-product{
display: flex;
}
.admin-product div{
margin: 5px;
}
tr td:last-child{
display: flex;
align-items: center !important;
}
tr, td, th{
vertical-align: middle !important;
}
tr:first-child td:last-child{
border: 0 !important;
}
tr td:last-child a{
margin-right: 10px;
} | 0.444324 | 0.080141 |
@charset "utf-8";html{background-color:#fff;color:#000;font-size:12px}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
html {overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;color: #333;line-height: 1;-webkit-text-size-adjust: none;}
hr {height: 1px;margin: 5rem 0;border: medium none;border-top: 1rem solid #cacaca;}
a {color: rgb(255, 208, 75);text-decoration: none;}
::-webkit-scrollbar-track{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);}
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.05);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.2);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
::-webkit-scrollbar{width: 16px;height: 16px;}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb{border-radius: 999px;border: 5px solid transparent;}
::-webkit-scrollbar-track{box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;}
::-webkit-scrollbar-thumb{min-height: 20px;background-clip: content-box;box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;}
::-webkit-scrollbar-corner{background: transparent;} | src/assets/style/reset.css | @charset "utf-8";html{background-color:#fff;color:#000;font-size:12px}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
html {overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;color: #333;line-height: 1;-webkit-text-size-adjust: none;}
hr {height: 1px;margin: 5rem 0;border: medium none;border-top: 1rem solid #cacaca;}
a {color: rgb(255, 208, 75);text-decoration: none;}
::-webkit-scrollbar-track{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);}
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.05);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.2);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
::-webkit-scrollbar{width: 16px;height: 16px;}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb{border-radius: 999px;border: 5px solid transparent;}
::-webkit-scrollbar-track{box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;}
::-webkit-scrollbar-thumb{min-height: 20px;background-clip: content-box;box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;}
::-webkit-scrollbar-corner{background: transparent;} | 0.316898 | 0.052961 |
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");
* {
box-sizing: border-box;
}
:root {
--primary: #282828;
--secondary: #f1f1f1;
--highlight: #ee126e;
}
html {
transition: all 0.5s ease-in-out;
}
html.dark {
--primary: #f1f1f1;
--secondary: #282828;
}
html.dark {
background-color: #282828;
color: var(--primary);
}
body {
font-family: "Ubuntu", sans-serif;
margin: auto 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
/* overflow: hidden; */
}
.user-form {
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
.clear {
position: absolute;
right: 0.5rem;
border: none;
background: transparent;
padding: 0.6rem 0.8rem;
color: #acacac;
font-size: 0.75rem;
cursor: pointer;
}
.clear:hover {
color: #acacac;
font-weight: bold;
}
.user-form input {
width: 100%;
display: block;
margin-bottom: 1.5rem;
background-color: transparent;
border-radius: 1000px;
border: 2px solid rgb(161, 160, 160, 0.5);
color: var(--primary);
padding: 0.45rem 1.5rem;
font-family: inherit;
font-size: 0.9rem;
font-weight: 500;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(0, 0, 0, 0.1);
}
.user-form input::placeholder {
color: #acacac;
}
.user-form input:focus {
outline: none;
}
.toggle {
cursor: pointer;
background-color: var(--primary);
color: var(--secondary);
font-size: 1.2rem;
border: 0;
border-radius: 100%;
padding: 0.2rem 0.3rem;
position: absolute;
top: 1vh;
right: 1.5vw;
opacity: 0.9;
}
.toggle:focus {
outline: none;
}
.main-container {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.clock {
position: relative;
width: 17rem;
height: 17rem;
border-radius: 50%;
border: var(--primary) 2px solid;
margin-bottom: 1.5rem;
}
.marker {
opacity: 0.5;
border-radius: 0.1rem;
height: 0.65rem;
width: 0.25rem;
position: absolute;
background-color: var(--primary);
}
.twelve {
top: 0;
left: 50%;
transform: translate(-50%, -20%);
}
.three {
right: 0;
top: 50%;
transform: translate(-50%, -50%) rotate(90deg);
}
.six {
bottom: 0;
left: 50%;
transform: translate(-50%, 10%);
}
.nine {
left: 0;
top: 50%;
transform: translate(50%, -50%) rotate(90deg);
}
.needle {
background-color: var(--primary);
position: absolute;
top: 50%;
left: 50%;
height: 3.8rem;
width: 0.28rem;
transform-origin: bottom center;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
transition: all 0.3s ease;
}
.needle.hour {
transform: translate(-50%, -100%) rotate(0deg);
}
.needle.minute {
transform: translate(-50%, -100%) rotate(0deg);
height: 5.5rem;
width: 0.22rem;
opacity: 0.5;
}
.needle.second {
transform: translate(-50%, -100%) rotate(0deg);
background-color: var(--highlight);
height: 6.5rem;
width: 0.18rem;
}
.centre-point {
background-color: var(--highlight);
width: 0.6rem;
height: 0.6rem;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.centre-point::after {
content: "";
background-color: var(--primary);
width: 0.3rem;
height: 0.3rem;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.time {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.date {
color: rgb(161, 160, 160);
font-size: 0.9rem;
font-weight: 400;
letter-spacing: 0.3px;
text-transform: uppercase;
margin-top: 0.5rem;
}
.date .circle {
background-color: var(--primary);
color: var(--secondary);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1rem;
transition: 0.5s ease-in;
font-size: 0.7rem;
font-weight: bold;
padding: 0.15rem;
margin-left: 0.3rem;
}
.ampm {
letter-spacing: -2px;
}
.weather-data {
margin-bottom: 1.5rem;
display: flex;
flex-direction: column;
align-items: center;
}
.weather-data div {
color: rgb(161, 160, 160);
margin-bottom: 1rem;
}
/* .location {
display: flex;
height: 1rem;
} */
.city {
text-transform: capitalize;
font-size: 1.5rem;
}
.country {
color: var(--primary);
margin-top: 0.45rem;
}
.flag {
height: 1rem;
transform: translateY(20%);
box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}
.desc {
text-transform: capitalize;
color: var(--primary);
margin: 0.3rem;
font-size: 1.3rem;
}
.wind {
color: var(--primary);
font-size: 1.1rem;
}
.author {
position: absolute;
color: rgb(161, 160, 160);
font-size: 0.75rem;
bottom: 0.25rem;
opacity: 0.65;
}
.author a {
letter-spacing: 1px;
text-decoration: none;
color: var(--primary);
opacity: 0.7;
}
@media (orientation: portrait) {
.weather-data {
margin-bottom: 0.5rem;
}
.clock {
width: 16rem;
height: 16rem;
}
}
@media (max-height: 600px) {
.toggle {
font-size: 0.8rem;
padding: 0.2rem;
}
.search {
height: 2rem;
}
.city {
font-size: 1.2rem;
}
.desc {
font-size: 1rem;
}
.wind-parent {
font-size: 0.9rem;
}
.clock {
height: 14rem;
width: 14rem;
}
.time {
font-size: 1.5rem;
}
.date {
font-size: 0.7rem;
margin-top: 0;
margin-bottom: 1.3rem;
}
.author {
font-size: 0.6rem;
}
} | styles.css | @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");
* {
box-sizing: border-box;
}
:root {
--primary: #282828;
--secondary: #f1f1f1;
--highlight: #ee126e;
}
html {
transition: all 0.5s ease-in-out;
}
html.dark {
--primary: #f1f1f1;
--secondary: #282828;
}
html.dark {
background-color: #282828;
color: var(--primary);
}
body {
font-family: "Ubuntu", sans-serif;
margin: auto 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
/* overflow: hidden; */
}
.user-form {
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
.clear {
position: absolute;
right: 0.5rem;
border: none;
background: transparent;
padding: 0.6rem 0.8rem;
color: #acacac;
font-size: 0.75rem;
cursor: pointer;
}
.clear:hover {
color: #acacac;
font-weight: bold;
}
.user-form input {
width: 100%;
display: block;
margin-bottom: 1.5rem;
background-color: transparent;
border-radius: 1000px;
border: 2px solid rgb(161, 160, 160, 0.5);
color: var(--primary);
padding: 0.45rem 1.5rem;
font-family: inherit;
font-size: 0.9rem;
font-weight: 500;
box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
0 15px 40px rgba(0, 0, 0, 0.1);
}
.user-form input::placeholder {
color: #acacac;
}
.user-form input:focus {
outline: none;
}
.toggle {
cursor: pointer;
background-color: var(--primary);
color: var(--secondary);
font-size: 1.2rem;
border: 0;
border-radius: 100%;
padding: 0.2rem 0.3rem;
position: absolute;
top: 1vh;
right: 1.5vw;
opacity: 0.9;
}
.toggle:focus {
outline: none;
}
.main-container {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.clock {
position: relative;
width: 17rem;
height: 17rem;
border-radius: 50%;
border: var(--primary) 2px solid;
margin-bottom: 1.5rem;
}
.marker {
opacity: 0.5;
border-radius: 0.1rem;
height: 0.65rem;
width: 0.25rem;
position: absolute;
background-color: var(--primary);
}
.twelve {
top: 0;
left: 50%;
transform: translate(-50%, -20%);
}
.three {
right: 0;
top: 50%;
transform: translate(-50%, -50%) rotate(90deg);
}
.six {
bottom: 0;
left: 50%;
transform: translate(-50%, 10%);
}
.nine {
left: 0;
top: 50%;
transform: translate(50%, -50%) rotate(90deg);
}
.needle {
background-color: var(--primary);
position: absolute;
top: 50%;
left: 50%;
height: 3.8rem;
width: 0.28rem;
transform-origin: bottom center;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
transition: all 0.3s ease;
}
.needle.hour {
transform: translate(-50%, -100%) rotate(0deg);
}
.needle.minute {
transform: translate(-50%, -100%) rotate(0deg);
height: 5.5rem;
width: 0.22rem;
opacity: 0.5;
}
.needle.second {
transform: translate(-50%, -100%) rotate(0deg);
background-color: var(--highlight);
height: 6.5rem;
width: 0.18rem;
}
.centre-point {
background-color: var(--highlight);
width: 0.6rem;
height: 0.6rem;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.centre-point::after {
content: "";
background-color: var(--primary);
width: 0.3rem;
height: 0.3rem;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.time {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.date {
color: rgb(161, 160, 160);
font-size: 0.9rem;
font-weight: 400;
letter-spacing: 0.3px;
text-transform: uppercase;
margin-top: 0.5rem;
}
.date .circle {
background-color: var(--primary);
color: var(--secondary);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1rem;
transition: 0.5s ease-in;
font-size: 0.7rem;
font-weight: bold;
padding: 0.15rem;
margin-left: 0.3rem;
}
.ampm {
letter-spacing: -2px;
}
.weather-data {
margin-bottom: 1.5rem;
display: flex;
flex-direction: column;
align-items: center;
}
.weather-data div {
color: rgb(161, 160, 160);
margin-bottom: 1rem;
}
/* .location {
display: flex;
height: 1rem;
} */
.city {
text-transform: capitalize;
font-size: 1.5rem;
}
.country {
color: var(--primary);
margin-top: 0.45rem;
}
.flag {
height: 1rem;
transform: translateY(20%);
box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}
.desc {
text-transform: capitalize;
color: var(--primary);
margin: 0.3rem;
font-size: 1.3rem;
}
.wind {
color: var(--primary);
font-size: 1.1rem;
}
.author {
position: absolute;
color: rgb(161, 160, 160);
font-size: 0.75rem;
bottom: 0.25rem;
opacity: 0.65;
}
.author a {
letter-spacing: 1px;
text-decoration: none;
color: var(--primary);
opacity: 0.7;
}
@media (orientation: portrait) {
.weather-data {
margin-bottom: 0.5rem;
}
.clock {
width: 16rem;
height: 16rem;
}
}
@media (max-height: 600px) {
.toggle {
font-size: 0.8rem;
padding: 0.2rem;
}
.search {
height: 2rem;
}
.city {
font-size: 1.2rem;
}
.desc {
font-size: 1rem;
}
.wind-parent {
font-size: 0.9rem;
}
.clock {
height: 14rem;
width: 14rem;
}
.time {
font-size: 1.5rem;
}
.date {
font-size: 0.7rem;
margin-top: 0;
margin-bottom: 1.3rem;
}
.author {
font-size: 0.6rem;
}
} | 0.515132 | 0.075927 |
body {
background-color: black;
}
header {
top: 0;
background-image: url("../img/top-banner.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 220px;
}
header form {
width: 15%;
height: 100%
}
header form .btn {
width: 90%;
}
h1 {
color: white;
}
table {
background-color: white;
}
#pending, #achieved {
padding: 0;
}
/*
* ============= WYSIWYG ==============
*/
#editor, #editor2 {
resize:vertical;
overflow:auto;
border:1px solid silver;
border-radius:5px;
min-height:100px;
box-shadow: inset 0 0 10px silver;
padding:1em;
background: white;
width: 90%;
}
.wActive {
background-image: linear-gradient(to bottom, #b0b0b0, #e2e2e2);
}
th {
background-color: lightgray;
}
div#notif {
width: 100%;
text-align: center;
border: 1px solid grey;
border-radius: 3px;
opacity: 0;
}
.notif-red {
background-color: #bf2424;
}
.notif-green {
background-color: #309d3c;
}
.card {
background-color: #343a40;
}
.card:hover {
box-shadow: 1px 1px 12px #555;
}
.card-body {
background-color: white;
}
.card-text {
width: 100%;
text-align: center;
font-size: 1.2em;
color: #343a40;
}
.card-text-nb {
width: 100%;
text-align: center;
font-size: 2em;
color: #343a40;
}
.link:hover {
text-decoration: none;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
transition: all .5s;
}
nav ul li a:hover {
color: #555;
}
/* stroke */
div.stroke ul li a {
position: relative;
}
div.stroke ul li a:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: '.';
color: transparent;
background: #aaa;
height: 1px;
}
div.stroke ul li a:hover:after {
width: 100%;
}
fieldset.form-group {
border: 1px groove black !important;
border-radius: 2px;
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
@media all and (orientation: portrait){
html {
zoom: 0.7;
}
header {
top: 0;
background-image: url("/");
background-repeat: no-repeat;
background-size: cover;
height: 220px;
}
header form {
width: auto;
height: 100%
}
} | public/css/admin.css | body {
background-color: black;
}
header {
top: 0;
background-image: url("../img/top-banner.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 220px;
}
header form {
width: 15%;
height: 100%
}
header form .btn {
width: 90%;
}
h1 {
color: white;
}
table {
background-color: white;
}
#pending, #achieved {
padding: 0;
}
/*
* ============= WYSIWYG ==============
*/
#editor, #editor2 {
resize:vertical;
overflow:auto;
border:1px solid silver;
border-radius:5px;
min-height:100px;
box-shadow: inset 0 0 10px silver;
padding:1em;
background: white;
width: 90%;
}
.wActive {
background-image: linear-gradient(to bottom, #b0b0b0, #e2e2e2);
}
th {
background-color: lightgray;
}
div#notif {
width: 100%;
text-align: center;
border: 1px solid grey;
border-radius: 3px;
opacity: 0;
}
.notif-red {
background-color: #bf2424;
}
.notif-green {
background-color: #309d3c;
}
.card {
background-color: #343a40;
}
.card:hover {
box-shadow: 1px 1px 12px #555;
}
.card-body {
background-color: white;
}
.card-text {
width: 100%;
text-align: center;
font-size: 1.2em;
color: #343a40;
}
.card-text-nb {
width: 100%;
text-align: center;
font-size: 2em;
color: #343a40;
}
.link:hover {
text-decoration: none;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
transition: all .5s;
}
nav ul li a:hover {
color: #555;
}
/* stroke */
div.stroke ul li a {
position: relative;
}
div.stroke ul li a:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: '.';
color: transparent;
background: #aaa;
height: 1px;
}
div.stroke ul li a:hover:after {
width: 100%;
}
fieldset.form-group {
border: 1px groove black !important;
border-radius: 2px;
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
@media all and (orientation: portrait){
html {
zoom: 0.7;
}
header {
top: 0;
background-image: url("/");
background-repeat: no-repeat;
background-size: cover;
height: 220px;
}
header form {
width: auto;
height: 100%
}
} | 0.231962 | 0.200069 |
/* TABLE OF CONTENTS
1. Global Styling
2. Title Section
3. Buttons
?. Media Queries for Specific Devices
*/
/* 1. GLOBAL STYLING */
@font-face {
font-family: "Josefin Sans Light";
font-style: normal;
font-weight: 400;
src: local("Josefin Sans Light"), local("Josefin Sans Light"), url("https://fonts.googleapis.com/css?family=Josefin+Sans") format("woff2"), url("https://fonts.googleapis.com/css?family=Josefin+Sans") format("woff");
}
html, body {
background-color:#f4f4f4;
height:100%;
margin:0;
padding:0;
font-family: 'Josefin Sans Light', sans-serif !important;
}
a:hover {
text-decoration:unset;
text-decoration:none!important;
}
.grow:hover {
animation: grow 2s;
}
/* Disable text selection */
.noSelection {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* 2. TITLE SECTION */
.section {
height:100%;
}
.flex-container {
height:100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
text-align:center;
}
.flex-item {
height:100%;
width:100%;
}
.logo {
margin-top:40px;
}
.title h1 {
font-size:4vw;
margin-top:100px;
}
.grid {
max-width:65%;
display:block;
margin:0 auto;
margin-top:45px;
}
.titleGrid {
height:200px;
}
.sectionClick,
.sectionClick:hover,
.sectionClick:focus {
color:#333333;
}
.sectionClick:nth-child(1) div{
/* YELLOW */
background-color:#ffea19;
}
.sectionClick:nth-child(2) div{
/* BLUE */
background-color:#14abcc;
}
.sectionClick:nth-child(3) div{
/* PINK */
background-color:#ff0064;
}
.sectionClick:nth-child(4) div{
/* PURPLE */
background-color:#804abb;
}
.titleGrid h2 {
font-size:4vw;
overflow:hidden;
line-height:10vw;
}
/* TITLE GRID MEDIA QUERIES */
@media (max-width:1200px){
.titleGrid h2 {
font-size:2vw;
line-height:unset;
}
}
@media (max-width:990px){
.logo {
/*width:12vh;*/
}
.titleGrid h2 {
font-size:5vw;
}
}
@media (max-width:767px){
.titleGrid h2 {
font-size:6vw;
}
}
@media (max-width:550px){
.title h1 {
font-size:40px;
}
.onepage-pagination {
display:none;
}
}
@media (max-width:350px){
.logo {
/*width:8vh;*/
}
}
@media (min-width:670px){
.titleGrid h2 {
font-weight:400;
font-weight:normal;
}
}
/* HEIGHT MEDIA QUERY TO ADJUST TITLE GRID TO FIT MOST MOBILE DEVICES */
@media (min-height:800px) and (max-width:1200px){
.titleGrid {
max-height:150px;
}
}
@media (max-height:800px){
.titleGrid {
max-height:80px;
}
}
/* HEIGHT MEDIA QUERY FOR iPAD */
@media (height:1024px){
.titleGrid {
height:150px;
}
}
/* HEIGHT MEDIA QUERY FOR iPHONE 5 */
@media (height:568px){
.titleGrid {
height:60px;
}
}
/* CSS TITLE GRID ANIMATIONS */
.titleGrid:hover, .titleGrid:focus {
animation-duration:2s;
animation-name:hovertitle;
animation-fill-mode:forwards;
/* fill-mode:forwards prevents animation reset until hover is complete */
}
.grow:hover {
animation-duration:2s;
animation-name:grow;
animation-fill-mode:forwards;
color:rgba(1,112,186,1);
}
@keyframes hovertitle {
from {
}
to {
background-color:rgba(0,0,0,.8);
color:#ffffff;
}
}
@keyframes grow {
0% {
}
100% {
transition: all 2s ease-in-out;
transform: scale(1.1);
}
}
.waitText {
font-size:22px; max-width:800px; display:block; margin:0 auto;
}
/* 3. BUTTONS */
.doIt {
background-color:#14abcc;
max-width:200px;
width:100%;
display:block;
margin: 0 auto;
margin-top:100px;
height:50px;
line-height:50px;
font-size:25px;
text-align:center;
border-radius:2px;
color:#fff;
font-weight:bold;
font-weight:700;
font-size:30px;
}
/* SPECIFIC DEVICE STYLING - MEDIA QUERIES */
/* NEXUX 10 STYLING */
@media (width:800px) and (height:1280px){
.title h1:nth-child(2) {
font-size:7.41vw;
}
.waitText {
font-size:5vw;
text-align:justify;
}
.flex-container {
width:700px;
}
.logo {
width:300px;
}
.title h1 {
font-size:10px;
}
}
/* IN PROGRESS CONSTRUCTION */
.onepage-pagination,
.section:nth-child(2),
.section:nth-child(3),
.section:nth-child(4),
.section:nth-child(5)
{
display:none;
}
@media(min-width:1200px){
.noSelection {
margin-top:125px;
}
}
.portfolio {
margin-top:100px;
font-size:25px;
}
.portfolio i {
padding:25px;
}
.portfolio a,
.waitText a:hover {
color:#000;
}
.portfolio a:hover,
.waitText a {
color:#ff0064;
}
/* generic mobile stylings */
@media (max-height:800px) and (max-width:800px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:30px;}
.title h1 {
margin-top:30px;
font-size:25px;
font-weight:700;
}
.portfolio {
margin-top:30px;
font-size:18px;
}
.waitText{
font-size:18px;
}
.portfolio i {
font-size:25px;
padding:15px;
}
}
/* GALAXY S5 */
@media (height:640px) and (width:360px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:20px;
}
.portfolio {
margin-top:30px;
}
}
/* NEXUS 5X */
@media (height:732px) and (width:412px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:40px;
}
.portfolio {
margin-top:40px;
}
}
/* NEXUS 10 */
@media (height:1280px) and (width:800px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:100px;}
.title h1 {
margin-top:100px;
font-size:50px;
font-weight:700;
}
.waitText {
font-size:50px;
}
.portfolio {
font-size:50px;
}
.portfolio {
margin-top:100px;
}
}
/* NEXUS 7 */
@media (height:1280px) and (width:800px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:100px;}
.title h1 {
margin-top:100px;
font-size:50px;
font-weight:700;
}
.waitText {
font-size:50px;
}
.portfolio {
font-size:50px;
}
.portfolio {
margin-top:100px;
}
}
/* iPHONE 5 */
@media (height:568px) and (width:320px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:20px;
font-size:25px;
font-weight:bold;
}
.waitText {
font-size:18px;
}
.portfolio {
margin-top:30px;
}
}
/* iPHONE 6 */
@media (height:667px) and (width:375px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:40px;
font-size:35px;
}
.waitText {
font-size:18px;
}
.portfolio {
margin-top:40px;
}
}
/* iPHONE 6+ */
@media (height:736px) and (width:414px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:50px;
}
.waitText {
font-size:20px;
}
.portfolio {
margin-top:50px;
}
}
/* iPAD */
@media (height:1024px) and (width:768px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:100px;}
.title h1 {
margin-top:100px;
font-size:50px;
}
.waitText {
font-size:30px;
}
.portfolio {
font-size:30px;
}
.portfolio {
margin-top:100px;
}
} | old/css/index.css | /* TABLE OF CONTENTS
1. Global Styling
2. Title Section
3. Buttons
?. Media Queries for Specific Devices
*/
/* 1. GLOBAL STYLING */
@font-face {
font-family: "Josefin Sans Light";
font-style: normal;
font-weight: 400;
src: local("Josefin Sans Light"), local("Josefin Sans Light"), url("https://fonts.googleapis.com/css?family=Josefin+Sans") format("woff2"), url("https://fonts.googleapis.com/css?family=Josefin+Sans") format("woff");
}
html, body {
background-color:#f4f4f4;
height:100%;
margin:0;
padding:0;
font-family: 'Josefin Sans Light', sans-serif !important;
}
a:hover {
text-decoration:unset;
text-decoration:none!important;
}
.grow:hover {
animation: grow 2s;
}
/* Disable text selection */
.noSelection {
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* 2. TITLE SECTION */
.section {
height:100%;
}
.flex-container {
height:100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
text-align:center;
}
.flex-item {
height:100%;
width:100%;
}
.logo {
margin-top:40px;
}
.title h1 {
font-size:4vw;
margin-top:100px;
}
.grid {
max-width:65%;
display:block;
margin:0 auto;
margin-top:45px;
}
.titleGrid {
height:200px;
}
.sectionClick,
.sectionClick:hover,
.sectionClick:focus {
color:#333333;
}
.sectionClick:nth-child(1) div{
/* YELLOW */
background-color:#ffea19;
}
.sectionClick:nth-child(2) div{
/* BLUE */
background-color:#14abcc;
}
.sectionClick:nth-child(3) div{
/* PINK */
background-color:#ff0064;
}
.sectionClick:nth-child(4) div{
/* PURPLE */
background-color:#804abb;
}
.titleGrid h2 {
font-size:4vw;
overflow:hidden;
line-height:10vw;
}
/* TITLE GRID MEDIA QUERIES */
@media (max-width:1200px){
.titleGrid h2 {
font-size:2vw;
line-height:unset;
}
}
@media (max-width:990px){
.logo {
/*width:12vh;*/
}
.titleGrid h2 {
font-size:5vw;
}
}
@media (max-width:767px){
.titleGrid h2 {
font-size:6vw;
}
}
@media (max-width:550px){
.title h1 {
font-size:40px;
}
.onepage-pagination {
display:none;
}
}
@media (max-width:350px){
.logo {
/*width:8vh;*/
}
}
@media (min-width:670px){
.titleGrid h2 {
font-weight:400;
font-weight:normal;
}
}
/* HEIGHT MEDIA QUERY TO ADJUST TITLE GRID TO FIT MOST MOBILE DEVICES */
@media (min-height:800px) and (max-width:1200px){
.titleGrid {
max-height:150px;
}
}
@media (max-height:800px){
.titleGrid {
max-height:80px;
}
}
/* HEIGHT MEDIA QUERY FOR iPAD */
@media (height:1024px){
.titleGrid {
height:150px;
}
}
/* HEIGHT MEDIA QUERY FOR iPHONE 5 */
@media (height:568px){
.titleGrid {
height:60px;
}
}
/* CSS TITLE GRID ANIMATIONS */
.titleGrid:hover, .titleGrid:focus {
animation-duration:2s;
animation-name:hovertitle;
animation-fill-mode:forwards;
/* fill-mode:forwards prevents animation reset until hover is complete */
}
.grow:hover {
animation-duration:2s;
animation-name:grow;
animation-fill-mode:forwards;
color:rgba(1,112,186,1);
}
@keyframes hovertitle {
from {
}
to {
background-color:rgba(0,0,0,.8);
color:#ffffff;
}
}
@keyframes grow {
0% {
}
100% {
transition: all 2s ease-in-out;
transform: scale(1.1);
}
}
.waitText {
font-size:22px; max-width:800px; display:block; margin:0 auto;
}
/* 3. BUTTONS */
.doIt {
background-color:#14abcc;
max-width:200px;
width:100%;
display:block;
margin: 0 auto;
margin-top:100px;
height:50px;
line-height:50px;
font-size:25px;
text-align:center;
border-radius:2px;
color:#fff;
font-weight:bold;
font-weight:700;
font-size:30px;
}
/* SPECIFIC DEVICE STYLING - MEDIA QUERIES */
/* NEXUX 10 STYLING */
@media (width:800px) and (height:1280px){
.title h1:nth-child(2) {
font-size:7.41vw;
}
.waitText {
font-size:5vw;
text-align:justify;
}
.flex-container {
width:700px;
}
.logo {
width:300px;
}
.title h1 {
font-size:10px;
}
}
/* IN PROGRESS CONSTRUCTION */
.onepage-pagination,
.section:nth-child(2),
.section:nth-child(3),
.section:nth-child(4),
.section:nth-child(5)
{
display:none;
}
@media(min-width:1200px){
.noSelection {
margin-top:125px;
}
}
.portfolio {
margin-top:100px;
font-size:25px;
}
.portfolio i {
padding:25px;
}
.portfolio a,
.waitText a:hover {
color:#000;
}
.portfolio a:hover,
.waitText a {
color:#ff0064;
}
/* generic mobile stylings */
@media (max-height:800px) and (max-width:800px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:30px;}
.title h1 {
margin-top:30px;
font-size:25px;
font-weight:700;
}
.portfolio {
margin-top:30px;
font-size:18px;
}
.waitText{
font-size:18px;
}
.portfolio i {
font-size:25px;
padding:15px;
}
}
/* GALAXY S5 */
@media (height:640px) and (width:360px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:20px;
}
.portfolio {
margin-top:30px;
}
}
/* NEXUS 5X */
@media (height:732px) and (width:412px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:40px;
}
.portfolio {
margin-top:40px;
}
}
/* NEXUS 10 */
@media (height:1280px) and (width:800px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:100px;}
.title h1 {
margin-top:100px;
font-size:50px;
font-weight:700;
}
.waitText {
font-size:50px;
}
.portfolio {
font-size:50px;
}
.portfolio {
margin-top:100px;
}
}
/* NEXUS 7 */
@media (height:1280px) and (width:800px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:100px;}
.title h1 {
margin-top:100px;
font-size:50px;
font-weight:700;
}
.waitText {
font-size:50px;
}
.portfolio {
font-size:50px;
}
.portfolio {
margin-top:100px;
}
}
/* iPHONE 5 */
@media (height:568px) and (width:320px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:20px;
font-size:25px;
font-weight:bold;
}
.waitText {
font-size:18px;
}
.portfolio {
margin-top:30px;
}
}
/* iPHONE 6 */
@media (height:667px) and (width:375px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:40px;
font-size:35px;
}
.waitText {
font-size:18px;
}
.portfolio {
margin-top:40px;
}
}
/* iPHONE 6+ */
@media (height:736px) and (width:414px){
.titleGrid {
height:60px;
}
.title h1 {
margin-top:50px;
}
.waitText {
font-size:20px;
}
.portfolio {
margin-top:50px;
}
}
/* iPAD */
@media (height:1024px) and (width:768px){
.titleGrid {
height:60px;
}
.noSelection{margin-top:100px;}
.title h1 {
margin-top:100px;
font-size:50px;
}
.waitText {
font-size:30px;
}
.portfolio {
font-size:30px;
}
.portfolio {
margin-top:100px;
}
} | 0.138724 | 0.067577 |
.selection-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
background: #fff;
color: #e41a1f;
display: none;
z-index: 110;
padding: 1.5rem 4rem 0 1rem;
box-sizing: border-box;
flex-direction: column;
align-items: flex-start;
}
.selection-menu--open {
display: flex;
}
.selection-menu__header-fix {
position: fixed;
top: 0;
right: 0;
width: 100%;
}
.selection-menu ul {
list-style: none;
padding-left: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.selection-menu li {
display: inline-block;
}
.selection-menu a {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
margin: 1rem 0;
font-family: 'Abril Fatface', 'Lato', sans-serif;
transition: font-size 150ms ease-out;
text-decoration: none;
padding-right: 20px;
box-sizing: border-box;
}
.selection-menu span {
font-size: 1.5rem;
}
.selection-menu ul li a > span {
transition: transform 300ms 50ms ease-out, padding 300ms 50ms ease-out;
transform-origin: left;
}
.selection-menu ul li a:hover > span:first-child,
.selection-menu:not(.hover) ul li > a:focus > span:first-child {
transform: scale(1.4);
}
.selection-menu ul li a:hover > span:not(:first-child),
.selection-menu:not(.hover) ul li > a:focus > span:not(:first-child) {
padding-left: 0.6rem;
}
.selection-menu .selection-menu--loading::before {
content: '';
position: absolute;
right: 0;
display: block;
width: 12px;
height: 12px;
animation: pulse 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
border-radius: 50%;
background: #e41a1f;
user-select: none;
}
.selection-menu .selection-menu__title {
margin-left: 1rem;
font-size: 1.1rem;
}
@media (--viewport-tablet) {
.selection-menu span {
font-size: 2rem;
}
.selection-menu .selection-menu__title {
font-size: 1.3rem;
}
.selection-menu ul li a:hover > span:not(:first-child),
.selection-menu:not(.hover) ul li > a:focus > span:not(:first-child) {
padding-left: 1rem;
}
}
@media (--viewport-tablet-xl) {
.selection-menu {
padding-left: 1.5rem;
}
}
@media (--viewport-desktop) {
.selection-menu {
padding-top: 0;
padding-left: 1.5rem;
}
.selection-menu span {
font-size: 3.2rem;
}
.selection-menu .selection-menu__title {
font-size: 1.9rem;
}
.selection-menu ul li a:hover > span:first-child,
.selection-menu:not(.hover) ul li > a:focus > span:first-child {
transform: scale(1.5);
}
.selection-menu ul li > a > span:not(:first-child) {
padding-left: 0.5rem;
}
.selection-menu ul li a:hover > span:not(:first-child),
.selection-menu:not(.hover) ul li > a:focus > span:not(:first-child) {
padding-left: 2.5rem;
}
} | src/assets/styles/selection-menu.css | .selection-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
background: #fff;
color: #e41a1f;
display: none;
z-index: 110;
padding: 1.5rem 4rem 0 1rem;
box-sizing: border-box;
flex-direction: column;
align-items: flex-start;
}
.selection-menu--open {
display: flex;
}
.selection-menu__header-fix {
position: fixed;
top: 0;
right: 0;
width: 100%;
}
.selection-menu ul {
list-style: none;
padding-left: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.selection-menu li {
display: inline-block;
}
.selection-menu a {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
margin: 1rem 0;
font-family: 'Abril Fatface', 'Lato', sans-serif;
transition: font-size 150ms ease-out;
text-decoration: none;
padding-right: 20px;
box-sizing: border-box;
}
.selection-menu span {
font-size: 1.5rem;
}
.selection-menu ul li a > span {
transition: transform 300ms 50ms ease-out, padding 300ms 50ms ease-out;
transform-origin: left;
}
.selection-menu ul li a:hover > span:first-child,
.selection-menu:not(.hover) ul li > a:focus > span:first-child {
transform: scale(1.4);
}
.selection-menu ul li a:hover > span:not(:first-child),
.selection-menu:not(.hover) ul li > a:focus > span:not(:first-child) {
padding-left: 0.6rem;
}
.selection-menu .selection-menu--loading::before {
content: '';
position: absolute;
right: 0;
display: block;
width: 12px;
height: 12px;
animation: pulse 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
border-radius: 50%;
background: #e41a1f;
user-select: none;
}
.selection-menu .selection-menu__title {
margin-left: 1rem;
font-size: 1.1rem;
}
@media (--viewport-tablet) {
.selection-menu span {
font-size: 2rem;
}
.selection-menu .selection-menu__title {
font-size: 1.3rem;
}
.selection-menu ul li a:hover > span:not(:first-child),
.selection-menu:not(.hover) ul li > a:focus > span:not(:first-child) {
padding-left: 1rem;
}
}
@media (--viewport-tablet-xl) {
.selection-menu {
padding-left: 1.5rem;
}
}
@media (--viewport-desktop) {
.selection-menu {
padding-top: 0;
padding-left: 1.5rem;
}
.selection-menu span {
font-size: 3.2rem;
}
.selection-menu .selection-menu__title {
font-size: 1.9rem;
}
.selection-menu ul li a:hover > span:first-child,
.selection-menu:not(.hover) ul li > a:focus > span:first-child {
transform: scale(1.5);
}
.selection-menu ul li > a > span:not(:first-child) {
padding-left: 0.5rem;
}
.selection-menu ul li a:hover > span:not(:first-child),
.selection-menu:not(.hover) ul li > a:focus > span:not(:first-child) {
padding-left: 2.5rem;
}
} | 0.422505 | 0.09343 |
*{font-family:'Roboto';
font-size:16px;
margin:0;
padding:0
}
.img1{
height: 100%;
width: 100%;
}
.container {
position: relative;
text-align: center;
color: white;
}
.text-logo {
color: black;
font-family: 'Pacifico', cursive;
position: absolute;
font-size: 3em;
top: 7%;
left: 50%;
transform: translate(-50%, -50%);
}
.text-logo2 {
color: black;
font-family: 'Raleway', sans-serif;
position: absolute;
font-size: 30px;
top: 20%;
left: 50%;
transform: translate(-50%, -50%);
}
.wrapper {
display: flex;
flex-flow: row wrap;
font-weight: bold;
text-align: center;
height: 510px;
}
.wrapper > * {
padding: 10px;
flex: 1 50%;
}
.main {
transform: translateY(-300px);
text-align: center;
display: flex;
justify-content: center;
}
.aside-1 {
padding-top: 50px;
font-family: 'Raleway', sans-serif;
color: dimgray
}
.tittle {
padding: 10px;
font-family: 'Raleway', sans-serif;
font-weight: bold;
font-size: 21px;
color: black;
}
.aside-2 {
padding-top: 50px;
font-family: 'Raleway', sans-serif;
color: dimgray;
}
#before-footer{
display: flex;
flex-flow: row wrap;
text-align: center;
justify-content: center;
align-items: center;
width: 100%;
height: 60%;
}
.before-footer-article{
width: 50%;
height: 350px;
display: flex;
justify-content: center;
text-align: center;
flex-flow: row wrap;
background: #E3E3E3;
}
.before-footer-people{
width: 100%;
display: flex;
justify-content: center;
text-align: center;
flex-flow: row wrap;
background: red;
}
.inside{
margin-top: 30px;
display: flex;
flex-flow: row wrap;
text-align: center;
justify-content: center;
}
#inside-img{
margin: -15px 0 0 0;
}
.icons{
float: left;
margin: 20px 0 0 0;
}
.icons img{
margin: 0 10px 0 0;
}
#prove{
margin: -47 0 0 0;
display: flex;
justify-content: center;
flex-flow: column wrap;
text-align: center;
width: 100%;
height: 150px;
background: white;
}
#people{
width: 100%;
margin: 0 0 0 -420px;
max-width: 1000px;
}
#icons-position{
width: 100%;
height: 200px;
display: flex;
flex-flow: column wrap;
margin: -10px 0 0 0;
background: white;
}
footer{
background: #E3E3E3;
width: 100%;
height: 80px;
display: flex;
justify-content: center;
flex-flow: row wrap;
text-align: center;
}
#lista{
margin-top: 30px;
}
footer ul{
list-style: none;
}
footer ul li{
float: left;
margin-right: 35px;
}
footer ul li a{
text-decoration: none;
color: black;
}
@media all and (min-width: 600px) {
.aside { flex: 1 auto;}
}
@media all and (min-width: 800px) {
.main { flex: 3 0px; }
.aside-1 { order: 1; }
.main { order: 2; }
.aside-2 { order: 3; }
} | public/css/style.css | *{font-family:'Roboto';
font-size:16px;
margin:0;
padding:0
}
.img1{
height: 100%;
width: 100%;
}
.container {
position: relative;
text-align: center;
color: white;
}
.text-logo {
color: black;
font-family: 'Pacifico', cursive;
position: absolute;
font-size: 3em;
top: 7%;
left: 50%;
transform: translate(-50%, -50%);
}
.text-logo2 {
color: black;
font-family: 'Raleway', sans-serif;
position: absolute;
font-size: 30px;
top: 20%;
left: 50%;
transform: translate(-50%, -50%);
}
.wrapper {
display: flex;
flex-flow: row wrap;
font-weight: bold;
text-align: center;
height: 510px;
}
.wrapper > * {
padding: 10px;
flex: 1 50%;
}
.main {
transform: translateY(-300px);
text-align: center;
display: flex;
justify-content: center;
}
.aside-1 {
padding-top: 50px;
font-family: 'Raleway', sans-serif;
color: dimgray
}
.tittle {
padding: 10px;
font-family: 'Raleway', sans-serif;
font-weight: bold;
font-size: 21px;
color: black;
}
.aside-2 {
padding-top: 50px;
font-family: 'Raleway', sans-serif;
color: dimgray;
}
#before-footer{
display: flex;
flex-flow: row wrap;
text-align: center;
justify-content: center;
align-items: center;
width: 100%;
height: 60%;
}
.before-footer-article{
width: 50%;
height: 350px;
display: flex;
justify-content: center;
text-align: center;
flex-flow: row wrap;
background: #E3E3E3;
}
.before-footer-people{
width: 100%;
display: flex;
justify-content: center;
text-align: center;
flex-flow: row wrap;
background: red;
}
.inside{
margin-top: 30px;
display: flex;
flex-flow: row wrap;
text-align: center;
justify-content: center;
}
#inside-img{
margin: -15px 0 0 0;
}
.icons{
float: left;
margin: 20px 0 0 0;
}
.icons img{
margin: 0 10px 0 0;
}
#prove{
margin: -47 0 0 0;
display: flex;
justify-content: center;
flex-flow: column wrap;
text-align: center;
width: 100%;
height: 150px;
background: white;
}
#people{
width: 100%;
margin: 0 0 0 -420px;
max-width: 1000px;
}
#icons-position{
width: 100%;
height: 200px;
display: flex;
flex-flow: column wrap;
margin: -10px 0 0 0;
background: white;
}
footer{
background: #E3E3E3;
width: 100%;
height: 80px;
display: flex;
justify-content: center;
flex-flow: row wrap;
text-align: center;
}
#lista{
margin-top: 30px;
}
footer ul{
list-style: none;
}
footer ul li{
float: left;
margin-right: 35px;
}
footer ul li a{
text-decoration: none;
color: black;
}
@media all and (min-width: 600px) {
.aside { flex: 1 auto;}
}
@media all and (min-width: 800px) {
.main { flex: 3 0px; }
.aside-1 { order: 1; }
.main { order: 2; }
.aside-2 { order: 3; }
} | 0.404507 | 0.080973 |
* {
box-sizing: border-box;
}
.wrapper {
width: 100%;
min-height: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
}
p {
font-size: 1.2rem;
}
.hero {
padding: 3% 4%;
background-color: rgb(22, 8, 8);
color: Teal;
}
.hero p {
max-width: 75%;
}
.logo {
font-size: 3rem;
background-color: teal;
color: rgb(22, 8, 8);
padding: 0 10px;
display: inline-block;
border-radius: 15px;
box-shadow: 6px 5px beige;
}
body, html {
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
color: #333;
background-color:beige;
}
a {
text-decoration: none;
color:Teal;
font-weight: bold;
transition: color .1s;
}
a:hover {
color: navy;
}
button {
background-color: rgb(22, 8, 8);
border: 0;
padding: 1%;
color: navy;
font-weight: bold;
transition: background-color .1s;
cursor: pointer;
border-radius: 5px;
}
button:hover {
background-color: #3486eb;
}
.post-list {
margin: 0;
padding: 0;
}
.card{
border: solid rgb(22, 8, 8);
background-color: beige;
border-radius: 15px;
}
.card-header{border: solid rgb(22, 8, 8);
color: navy;
background:teal;
/* margin-top: -16px; */
border-top-left-radius: 12px;
border-top-right-radius: 12px;
width: 100%;
border-bottom: solid rgb(22, 8, 8) ;
}
.card-body {
background: beige;
padding-bottom: 0;
border-top: rgb(22, 8, 8);
}
.card-text {background: white;
color: navy;
}
span{
text-justify: left;
}
textarea, input {
padding: .5%;
border-radius: 5px;
border: 3px solid navy;
background-color: beige;
}
textarea:focus, input:focus {
outline: none;
border: 1px solid #3486eb;
}
textarea {
min-width: 40%;
min-height: 100px;
}
form > div {
margin-bottom: 2%;
}
form label {
display: block;
}
.wrapper {
width: 100%;
min-height: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
header {
border-bottom: 10px solid teal;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1%;
}
header h1 {
font-size: 1em;
align-items: left;
}
main {
flex: 1;
padding: 2% 4%;
}
.btn-no-style {
background: none;
border: none;
padding: 0;
cursor: pointer;
text-decoration: none;
color: #225ca3;
font-size: 100%;
font-weight: bold;
transition: color .1s;
margin-left: 16px;
}
.btn-no-style:hover {
background: none;
color: #3486eb;
}
.delete-post-btn {
background-color: teal;
}
.delete-post-btn:hover {
background-color:red;
}
.post {
margin-bottom: 2%;
line-height: 150%;
}
.post .title span {
font-style: italic;
font-size: 90%;
color: #7d7d7d;
}
.edit-link {
display: block;
margin: -1.5% 0 2% 0;
}
.upvote-btn {
background-color:teal;
transition: background-color .1s;
color: rgb(22, 8, 8)
}
.upvote-btn:hover {
background-color: #1f9c13;
}
.comment-form {
margin-bottom: 5%;
}
.comment {
padding: 1%;
margin-bottom: 1%;
border:teal;
}
.comment:nth-child(odd) {
background-color: #fff5eb;
}
.comment .meta {
font-size: 90%;
margin-bottom: .5%;
opacity: .6;
}
.new-post-form input {
width: 300px;
}
.edit-post-form {
margin-bottom: 5%;
}
.signup-form input{
width:80%;
}
.signup-form{
float: Center;
border: solid rgb(22, 8, 8);
margin: 0;
position: relative;
left:50%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
border-radius: 15px;
padding-left: 100px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
background: teal;
color: beige;
font-weight: bold;
align-content: center;
width: 50%;
}
.login-form input{
width:80%;
}
.login-form{
float: left;
border: solid rgb(22, 8, 8);
margin: 0;
position: relative;
left:50%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
border-radius: 15px;
padding-left: 100px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
background: teal;
color: beige;
font-weight: bold;
align-content: center;
width: 50%;
}
h2 {
margin: 10;
position: relative;
left:90%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
font-weight: bold;
font-style: italic;
font-size: 36px;
}
.new-post-form{float: Center;
border: solid rgb(22, 8, 8);
margin: 0;
position: relative;
left:50%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
border-radius: 15px;
padding-left: 100px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
background: teal;
color: beige;
font-weight: bold;
align-content: center;
width: 50%;
}
footer {
border-top: 10px solid teal;
display: flex;
justify-content: center;
padding: 1%;
font-size: 110%;
}
.signup-logo { font-size: .8rem;
background-color: rgb(22, 8, 8);
color: teal;
padding: 5px 5px;
display: inline-block;
font-style: italic;
border-radius: 15px;
box-shadow: 3px 2px beige;
margin-right: 10%;
justify-content: center;
margin-bottom: 2px;
width: 80%;
}
.login-logo { font-size: .8rem;
background-color: rgb(22, 8, 8);
color: teal;
padding: 5px 5px;
display: inline-block;
font-style: italic;
border-radius: 15px;
box-shadow: 3px 2px beige;
margin-right: 10%;
justify-content: center;
margin-bottom: 2px;
width: 80%;
font-size: 18px;
}
/*responsiveness - on screens less than 500px*/
@media screen and (max-width: 500px) {
.navbar a {
float: none;
display: block;
width: 100%;
text-align: left;
}
} | public/stylesheets/style.css | * {
box-sizing: border-box;
}
.wrapper {
width: 100%;
min-height: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
}
p {
font-size: 1.2rem;
}
.hero {
padding: 3% 4%;
background-color: rgb(22, 8, 8);
color: Teal;
}
.hero p {
max-width: 75%;
}
.logo {
font-size: 3rem;
background-color: teal;
color: rgb(22, 8, 8);
padding: 0 10px;
display: inline-block;
border-radius: 15px;
box-shadow: 6px 5px beige;
}
body, html {
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
color: #333;
background-color:beige;
}
a {
text-decoration: none;
color:Teal;
font-weight: bold;
transition: color .1s;
}
a:hover {
color: navy;
}
button {
background-color: rgb(22, 8, 8);
border: 0;
padding: 1%;
color: navy;
font-weight: bold;
transition: background-color .1s;
cursor: pointer;
border-radius: 5px;
}
button:hover {
background-color: #3486eb;
}
.post-list {
margin: 0;
padding: 0;
}
.card{
border: solid rgb(22, 8, 8);
background-color: beige;
border-radius: 15px;
}
.card-header{border: solid rgb(22, 8, 8);
color: navy;
background:teal;
/* margin-top: -16px; */
border-top-left-radius: 12px;
border-top-right-radius: 12px;
width: 100%;
border-bottom: solid rgb(22, 8, 8) ;
}
.card-body {
background: beige;
padding-bottom: 0;
border-top: rgb(22, 8, 8);
}
.card-text {background: white;
color: navy;
}
span{
text-justify: left;
}
textarea, input {
padding: .5%;
border-radius: 5px;
border: 3px solid navy;
background-color: beige;
}
textarea:focus, input:focus {
outline: none;
border: 1px solid #3486eb;
}
textarea {
min-width: 40%;
min-height: 100px;
}
form > div {
margin-bottom: 2%;
}
form label {
display: block;
}
.wrapper {
width: 100%;
min-height: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
header {
border-bottom: 10px solid teal;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1%;
}
header h1 {
font-size: 1em;
align-items: left;
}
main {
flex: 1;
padding: 2% 4%;
}
.btn-no-style {
background: none;
border: none;
padding: 0;
cursor: pointer;
text-decoration: none;
color: #225ca3;
font-size: 100%;
font-weight: bold;
transition: color .1s;
margin-left: 16px;
}
.btn-no-style:hover {
background: none;
color: #3486eb;
}
.delete-post-btn {
background-color: teal;
}
.delete-post-btn:hover {
background-color:red;
}
.post {
margin-bottom: 2%;
line-height: 150%;
}
.post .title span {
font-style: italic;
font-size: 90%;
color: #7d7d7d;
}
.edit-link {
display: block;
margin: -1.5% 0 2% 0;
}
.upvote-btn {
background-color:teal;
transition: background-color .1s;
color: rgb(22, 8, 8)
}
.upvote-btn:hover {
background-color: #1f9c13;
}
.comment-form {
margin-bottom: 5%;
}
.comment {
padding: 1%;
margin-bottom: 1%;
border:teal;
}
.comment:nth-child(odd) {
background-color: #fff5eb;
}
.comment .meta {
font-size: 90%;
margin-bottom: .5%;
opacity: .6;
}
.new-post-form input {
width: 300px;
}
.edit-post-form {
margin-bottom: 5%;
}
.signup-form input{
width:80%;
}
.signup-form{
float: Center;
border: solid rgb(22, 8, 8);
margin: 0;
position: relative;
left:50%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
border-radius: 15px;
padding-left: 100px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
background: teal;
color: beige;
font-weight: bold;
align-content: center;
width: 50%;
}
.login-form input{
width:80%;
}
.login-form{
float: left;
border: solid rgb(22, 8, 8);
margin: 0;
position: relative;
left:50%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
border-radius: 15px;
padding-left: 100px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
background: teal;
color: beige;
font-weight: bold;
align-content: center;
width: 50%;
}
h2 {
margin: 10;
position: relative;
left:90%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
font-weight: bold;
font-style: italic;
font-size: 36px;
}
.new-post-form{float: Center;
border: solid rgb(22, 8, 8);
margin: 0;
position: relative;
left:50%;
-ms-transform: translateX(-50%);
transform:translateX(-50%);
border-radius: 15px;
padding-left: 100px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
background: teal;
color: beige;
font-weight: bold;
align-content: center;
width: 50%;
}
footer {
border-top: 10px solid teal;
display: flex;
justify-content: center;
padding: 1%;
font-size: 110%;
}
.signup-logo { font-size: .8rem;
background-color: rgb(22, 8, 8);
color: teal;
padding: 5px 5px;
display: inline-block;
font-style: italic;
border-radius: 15px;
box-shadow: 3px 2px beige;
margin-right: 10%;
justify-content: center;
margin-bottom: 2px;
width: 80%;
}
.login-logo { font-size: .8rem;
background-color: rgb(22, 8, 8);
color: teal;
padding: 5px 5px;
display: inline-block;
font-style: italic;
border-radius: 15px;
box-shadow: 3px 2px beige;
margin-right: 10%;
justify-content: center;
margin-bottom: 2px;
width: 80%;
font-size: 18px;
}
/*responsiveness - on screens less than 500px*/
@media screen and (max-width: 500px) {
.navbar a {
float: none;
display: block;
width: 100%;
text-align: left;
}
} | 0.499512 | 0.095518 |
.cq-ribbon-container {
/*border-radius: 4px;*/
/*width: 300px;*/
background-color: #fff;
width: 100%;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
position: relative;
/*max-width: 420px;*/
}
.cq-ribbon-content .cq-ribbon-text{
margin: 8px 0 0 0;
padding: 4px 18px 10px 18px;
}
.cq-ribbon-content img{
margin: 0;
padding: 0;
border-radius: 0;
/*border-top-left-radius: 4px;*/
/*border-top-right-radius: 4px;*/
/*border-bottom-right-radius: 0;*/
/*border-bottom-left-radius: 0;*/
box-shadow: none;
}
/*img {
border-radius: 10px;
max-width: 300px;
display: block;
}
*/
.cq-ribbon {
width: 100px;
height: 100px;
/*background: rgba(0,0,0,.4);*/
overflow: hidden;
position: absolute;
z-index: 1002;
}
.cq-ribbon.left {
}
.cq-ribbon.right {
right: 0px;
}
.cq-ribbon > .cq-ribbon-bg {
font: bold 15px sans-serif;
color: #EFEFEF;
text-align: center;
position: relative;
padding: 7px 0;
width: 120px;
background-color: #bd0f23;
/*background-image: -webkit-linear-gradient(top, #f04256, #bd0f23);*/
/*background-image: -moz-linear-gradient(top, #f04256, #bd0f23);*/
/*background-image: linear-gradient(top, #f04256, #bd0f23);*/
}
.cq-ribbon.left > .cq-ribbon-bg {
top: 15px;
left: -30px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cq-ribbon.right > .cq-ribbon-bg {
top: 15px;
right: -30px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.cq-ribbon a, .cq-ribbon a:visited{
color: #5f0812;
text-decoration: none;
}
.cq-ribbon2 {
font-size: 16px !important;
/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
width: 70%;
/*width: auto;*/
position: relative;
background: #ba89b6;
color: #fff;
text-align: center;
padding: 1em 2em; /* Adjust to suit */
margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.cq-ribbon2:before, .cq-ribbon2:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1.5em solid #986794;
/*z-index: -1;*/
/*z-index: 0;*/
}
.cq-ribbon2:before {
left: -2em;
border-right-width: 1.5em;
border-left-color: transparent;
}
.cq-ribbon2:after {
right: -2em;
border-left-width: 1.5em;
border-right-color: transparent;
}
.cq-ribbon2 .cq-ribbon2-content:before, .cq-ribbon2 .cq-ribbon2-content:after {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #804f7c transparent transparent transparent;
bottom: -1em;
}
.cq-ribbon2 .cq-ribbon2-content:before {
left: 0;
border-width: 1em 0 0 1em;
}
.cq-ribbon2 .cq-ribbon2-content:after {
right: 0;
border-width: 1em 1em 0 0;
}
.cq-ribbon3, .cq-ribbon4 {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
position: absolute;
padding: 0px 8px;
margin: 10px -10px 20px -10px;
font-size: 14px;
text-align: center;
color: #fff;
background: #e74c3c;
zoom: 1;
z-index: 1002;
}
.cq-ribbon4{
right: 0;
}
.cq-ribbon3 a, .cq-ribbon4 a{
text-decoration: none;
}
.cq-ribbon3 a:visited, .cq-ribbon4 a:visited{
color: #efefef;
}
/*
.cq-ribbon3:before {
content: "";
position: absolute;
top: 100%;
left: 0;
border-width: 0 10px 10px 0;
border-style: solid;
border-color: transparent #d62c1a;
}
*/
.cq-ribbon3 > div.arrow {
position: absolute;
content: "";
top: 100%;
left: 0px;
border-width: 0 10px 10px 0;
border-style: solid;
border-color: transparent #d62c1a;
}
.cq-ribbon4 > div.arrow {
position: absolute;
content: "";
left: auto;
right: 0;
border-width: 0 0 10px 10px;
border-style: solid;
border-color: transparent #d62c1a;
}
/*.cq-ribbon3:after {
left: auto;
right: 0;
border-width: 0 0 10px 10px;
}
*/ | web/app/plugins/vc-extensions-bundle/ribbon/css/style.css | .cq-ribbon-container {
/*border-radius: 4px;*/
/*width: 300px;*/
background-color: #fff;
width: 100%;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
position: relative;
/*max-width: 420px;*/
}
.cq-ribbon-content .cq-ribbon-text{
margin: 8px 0 0 0;
padding: 4px 18px 10px 18px;
}
.cq-ribbon-content img{
margin: 0;
padding: 0;
border-radius: 0;
/*border-top-left-radius: 4px;*/
/*border-top-right-radius: 4px;*/
/*border-bottom-right-radius: 0;*/
/*border-bottom-left-radius: 0;*/
box-shadow: none;
}
/*img {
border-radius: 10px;
max-width: 300px;
display: block;
}
*/
.cq-ribbon {
width: 100px;
height: 100px;
/*background: rgba(0,0,0,.4);*/
overflow: hidden;
position: absolute;
z-index: 1002;
}
.cq-ribbon.left {
}
.cq-ribbon.right {
right: 0px;
}
.cq-ribbon > .cq-ribbon-bg {
font: bold 15px sans-serif;
color: #EFEFEF;
text-align: center;
position: relative;
padding: 7px 0;
width: 120px;
background-color: #bd0f23;
/*background-image: -webkit-linear-gradient(top, #f04256, #bd0f23);*/
/*background-image: -moz-linear-gradient(top, #f04256, #bd0f23);*/
/*background-image: linear-gradient(top, #f04256, #bd0f23);*/
}
.cq-ribbon.left > .cq-ribbon-bg {
top: 15px;
left: -30px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cq-ribbon.right > .cq-ribbon-bg {
top: 15px;
right: -30px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.cq-ribbon a, .cq-ribbon a:visited{
color: #5f0812;
text-decoration: none;
}
.cq-ribbon2 {
font-size: 16px !important;
/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
width: 70%;
/*width: auto;*/
position: relative;
background: #ba89b6;
color: #fff;
text-align: center;
padding: 1em 2em; /* Adjust to suit */
margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.cq-ribbon2:before, .cq-ribbon2:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1.5em solid #986794;
/*z-index: -1;*/
/*z-index: 0;*/
}
.cq-ribbon2:before {
left: -2em;
border-right-width: 1.5em;
border-left-color: transparent;
}
.cq-ribbon2:after {
right: -2em;
border-left-width: 1.5em;
border-right-color: transparent;
}
.cq-ribbon2 .cq-ribbon2-content:before, .cq-ribbon2 .cq-ribbon2-content:after {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #804f7c transparent transparent transparent;
bottom: -1em;
}
.cq-ribbon2 .cq-ribbon2-content:before {
left: 0;
border-width: 1em 0 0 1em;
}
.cq-ribbon2 .cq-ribbon2-content:after {
right: 0;
border-width: 1em 1em 0 0;
}
.cq-ribbon3, .cq-ribbon4 {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
position: absolute;
padding: 0px 8px;
margin: 10px -10px 20px -10px;
font-size: 14px;
text-align: center;
color: #fff;
background: #e74c3c;
zoom: 1;
z-index: 1002;
}
.cq-ribbon4{
right: 0;
}
.cq-ribbon3 a, .cq-ribbon4 a{
text-decoration: none;
}
.cq-ribbon3 a:visited, .cq-ribbon4 a:visited{
color: #efefef;
}
/*
.cq-ribbon3:before {
content: "";
position: absolute;
top: 100%;
left: 0;
border-width: 0 10px 10px 0;
border-style: solid;
border-color: transparent #d62c1a;
}
*/
.cq-ribbon3 > div.arrow {
position: absolute;
content: "";
top: 100%;
left: 0px;
border-width: 0 10px 10px 0;
border-style: solid;
border-color: transparent #d62c1a;
}
.cq-ribbon4 > div.arrow {
position: absolute;
content: "";
left: auto;
right: 0;
border-width: 0 0 10px 10px;
border-style: solid;
border-color: transparent #d62c1a;
}
/*.cq-ribbon3:after {
left: auto;
right: 0;
border-width: 0 0 10px 10px;
}
*/ | 0.309337 | 0.058158 |
.leftBox{
position: absolute;
top: 100px;
left: 20px;
z-index: 2;
width: 20%;
/* height: 100%; */
display: flex;
flex-direction: column;
background-color: #101B26;
}
.leftItemsBox{
display: flex;
flex-direction: column;
height: 100%;
}
.leftheaderBox{
height: 60px;
width: 100%;
background:linear-gradient(90deg,rgba(22,121,213,0.2) 0%,rgba(22,121,213,0.63) 54%,rgba(22,121,213,1) 100%);
}
.headerTitle{
color: #ffffff;
font-size: 24px;
margin: 0;
line-height: 60px;
text-align: center;
}
#enterprise{
height: 300px;
width: 100%;
background-color: #101B26;
}
.leftBox #modelll{
height: 300px;
width: 300px;
background-color: #101B26;
}
.modelll{
height: 300px;
width: 300px;
background-color: #101B26;
}
.rightBox{
position: absolute;
top: 100px;
right: 20px;
z-index: 2;
width: 20%;
/* height: 100%; */
display: flex;
flex-direction: column;
/* background-color: #101B26; */
}
.rightBox .el-input__inner{
background-color: #101B26;
border:1px solid rgba(27,143,251,1);
color: #ffffff;
}
.rightBox .el-input-group__append, .el-input-group__prepend{
background-color: #1679D5;
color: #ffffff;
border: 1px solid #1679D5;
}
.rightBox .el-input-group__append, .el-input-group__prepend i{
font-size: 20px;
}
.el-select-dropdown__item.selected{
color: #ffffff;
}
.el-scrollbar__wrap{
background-color: #101B26;
color: #ffffff;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
background-color: #1679D5;
color: #ffffff;
}
.el-select-dropdown{
border: none;
}
.content{
background-color: #101B26;
padding: 10px;
}
.cardBox{
margin-top: 20px;
}
.cardContent{
background-color: #ffffff;
padding: 10px;
}
.carImg{
height: 100px;
width: 100%;
}
.cardTitle{
font-size: 16px;
color: #13212E;
}
.cardDetail{
color: #999999;
max-height: 40px;
overflow: hidden;
}
.btnBox{
cursor: pointer;
}
.sceanDetailDialog{
position: absolute;
top: 100px;
left: 25%;
width: 50%;
height: 60%;
bottom: 100px;
margin: 0 auto;
background-color: #114474;
z-index: 4;
}
.sceanDialogHeader{
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
color: #ffffff;
font-size: 24px;
padding: 0 10px;
}
.divider{
height: 1px;
background-color: #6392BE;
}
.el-icon-close{
cursor: pointer;
}
.shortcut{
/* height: 150px; */
width: 200px;
margin-right: 10px;
padding: 10px 0;
}
.myVideo{
width: 200px;
margin-bottom: 10px;
}
.realImg{
max-width: 500px;
max-height: 500px;
}
.sceanInfo{
padding: 10px;
color: #ffffff;
font-size: 16px;;
}
.modeBox{
height: 400px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.modeBox .van-circle__text{
color: #ffffff;
}
.enterpriseBox{
height: calc(100% - 60px);
}
.el-tabs--left, .el-tabs--right{
height: 100% !important;
}
.el-tabs__item.is-active{
color: #ffffff;
}
.el-tabs__active-bar{
background-color: #ffffff;
}
.el-tabs__item{
color:#91ABCB ;
}
.el-tabs--left .el-tabs__header.is-left{
width: 200px;
text-align: right;
}
.el-tabs--left .el-tabs__item.is-left{
text-align: left;
}
#radar{
height: 400px;
width: 400px;
}
.enterpriseDetail{
margin-top: 20px;
display: flex;
color: #ffffff;
}
.detailBox{
margin-left: 20px;
font-size: 16px;
}
.tagBox .el-tag{
margin-right: 10px;
}
.modeItems{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.modeTitle{
margin:5px 0;
color: #ffffff;
}
.stepsTitle{
font-size:20px;
font-weight:400;
color:rgba(255,255,255,1);
} | src/assets/styles/myapp.css | .leftBox{
position: absolute;
top: 100px;
left: 20px;
z-index: 2;
width: 20%;
/* height: 100%; */
display: flex;
flex-direction: column;
background-color: #101B26;
}
.leftItemsBox{
display: flex;
flex-direction: column;
height: 100%;
}
.leftheaderBox{
height: 60px;
width: 100%;
background:linear-gradient(90deg,rgba(22,121,213,0.2) 0%,rgba(22,121,213,0.63) 54%,rgba(22,121,213,1) 100%);
}
.headerTitle{
color: #ffffff;
font-size: 24px;
margin: 0;
line-height: 60px;
text-align: center;
}
#enterprise{
height: 300px;
width: 100%;
background-color: #101B26;
}
.leftBox #modelll{
height: 300px;
width: 300px;
background-color: #101B26;
}
.modelll{
height: 300px;
width: 300px;
background-color: #101B26;
}
.rightBox{
position: absolute;
top: 100px;
right: 20px;
z-index: 2;
width: 20%;
/* height: 100%; */
display: flex;
flex-direction: column;
/* background-color: #101B26; */
}
.rightBox .el-input__inner{
background-color: #101B26;
border:1px solid rgba(27,143,251,1);
color: #ffffff;
}
.rightBox .el-input-group__append, .el-input-group__prepend{
background-color: #1679D5;
color: #ffffff;
border: 1px solid #1679D5;
}
.rightBox .el-input-group__append, .el-input-group__prepend i{
font-size: 20px;
}
.el-select-dropdown__item.selected{
color: #ffffff;
}
.el-scrollbar__wrap{
background-color: #101B26;
color: #ffffff;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
background-color: #1679D5;
color: #ffffff;
}
.el-select-dropdown{
border: none;
}
.content{
background-color: #101B26;
padding: 10px;
}
.cardBox{
margin-top: 20px;
}
.cardContent{
background-color: #ffffff;
padding: 10px;
}
.carImg{
height: 100px;
width: 100%;
}
.cardTitle{
font-size: 16px;
color: #13212E;
}
.cardDetail{
color: #999999;
max-height: 40px;
overflow: hidden;
}
.btnBox{
cursor: pointer;
}
.sceanDetailDialog{
position: absolute;
top: 100px;
left: 25%;
width: 50%;
height: 60%;
bottom: 100px;
margin: 0 auto;
background-color: #114474;
z-index: 4;
}
.sceanDialogHeader{
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
color: #ffffff;
font-size: 24px;
padding: 0 10px;
}
.divider{
height: 1px;
background-color: #6392BE;
}
.el-icon-close{
cursor: pointer;
}
.shortcut{
/* height: 150px; */
width: 200px;
margin-right: 10px;
padding: 10px 0;
}
.myVideo{
width: 200px;
margin-bottom: 10px;
}
.realImg{
max-width: 500px;
max-height: 500px;
}
.sceanInfo{
padding: 10px;
color: #ffffff;
font-size: 16px;;
}
.modeBox{
height: 400px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.modeBox .van-circle__text{
color: #ffffff;
}
.enterpriseBox{
height: calc(100% - 60px);
}
.el-tabs--left, .el-tabs--right{
height: 100% !important;
}
.el-tabs__item.is-active{
color: #ffffff;
}
.el-tabs__active-bar{
background-color: #ffffff;
}
.el-tabs__item{
color:#91ABCB ;
}
.el-tabs--left .el-tabs__header.is-left{
width: 200px;
text-align: right;
}
.el-tabs--left .el-tabs__item.is-left{
text-align: left;
}
#radar{
height: 400px;
width: 400px;
}
.enterpriseDetail{
margin-top: 20px;
display: flex;
color: #ffffff;
}
.detailBox{
margin-left: 20px;
font-size: 16px;
}
.tagBox .el-tag{
margin-right: 10px;
}
.modeItems{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.modeTitle{
margin:5px 0;
color: #ffffff;
}
.stepsTitle{
font-size:20px;
font-weight:400;
color:rgba(255,255,255,1);
} | 0.475362 | 0.085175 |
body {
font-family: open-sans, sans-serif;
background: #2d2d2d;
color: #fff;
}
.content-wrapper,
.content-wrapper.first-wrapper,
.content-wrapper:last-of-type {
border-color: #0079d3 !important;
}
.content-wrapper,
header .main-navigation,
header .main-navigation .dynamic-menu ul.nav > li a,
.bx-wrapper,
.content-wrapper .clients-wrapper,
footer,
.bxSliderWrapper.template-default .bx-wrapper {
background: #000;
}
.mwcommentsmodule .comments-template-stylish .comment .comment-content {
background: #c4c4c4;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu > li > ul {
background: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav > li a,
.section-title,
.cards-layout-1 .cards .card .card-title,
footer .module-menu li a,
header .mw-cart-small span.bag,
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li a,
.info-text h4, h4,
.module-shop-products .products-wrapper.layout-1 .item .price span {
color: #fff;
}
.services-layout-1 h3,
.services-layout-2 h3,
.page-contacts .content .additional-info h2,
.page-contacts .content h1,
.info-text h1, h1,
.posts-featured-list .post-info h2 a,
.posts-featured2-list .post-info h2 a,
.module-shop-products .products-wrapper.layout-1 .item .title h3 a,
.faq-holder.default h4 ,
h2.special{
color: #fff !important;
}
.posts-featured-list .post-single .description,
.cards-layout-1 .cards .card .card-text,
.info-text p,
.faq-holder.default p,
.page-contacts .content .additional-info p,
.page-contacts .content .info p,
.services-layout-1 p,
.posts-featured2-list .post-single .description,
.section-paragraph,
.product-info-layout-1 .description,
.services-layout-2 p{
color: #c4c4c4 !important;
}
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper p {
color: #000;
}
.module-shop-products .products-wrapper.layout-1 .item .read-more a,
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li:first-child > a {
color: #0079d3 !important;
}
header .main-navigation .dynamic-menu ul.nav > li ul > li a {
background: #fff !important;
color: #0079d3 !important;
}
.breadcrumb-container a:after {
color: #0079d3;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu ul > a {
color: #fff !important;
}
.breadcrumb-container span {
color: #0079d3;
}
header .main-navigation .module-logo a {
color: #0079d3;
}
.module-logo a {
color: #0079d3 !important;
}
header .main-navigation .dynamic-menu ul.nav > li.active > a {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav > li:hover > a {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav ul.dropdown-menu:before {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav ul.dropdown-menu {
border-top: 3px solid #0079d3;
}
header .main-navigation .dynamic-menu ul.nav ul.dropdown-menu li:hover a {
background: #0079d3;
}
header .mw-cart-small span.bag {
color: #0079d3;
}
@media screen and (max-width: 991px) {
header .main-navigation .dynamic-menu {
color: #0086DB;
}
header .main-navigation .toggle-navigation:hover,
header .main-navigation .close-mobile-navigation:hover {
color: #0079d3;
}
}
@media screen and (max-width: 767px) {
header .main-navigation .dynamic-menu ul.nav li.have-submenu:hover > a:after,
header .main-navigation .dynamic-menu ul.nav li.have-submenu.active > a:after {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav li.have-submenu ul.dropdown-menu li a:hover,
header .main-navigation .dynamic-menu ul.nav li.have-submenu ul.dropdown-menu li.active a {
background: #0079d3;
}
}
/* Footer */
footer .module-menu li.active a {
color: #0079d3;
}
footer .module-menu li:hover a {
color: #0079d3;
}
footer .powered-by a {
color: #0079d3;
}
/* Featured list */
.posts-featured-list .post-single:hover h2 a {
color: #0079d3;
}
/* Featured list 2 */
.posts-featured2-list .post-single:hover h2 a {
color: #0079d3;
}
.posts-featured2-list .post-single:hover .btn-default,
.posts-featured2-list .post-single .btn-default:focus {
background: #0079d3;
border-color: #0079d3;
}
/* Last posts list */
.posts-last-list .post-single:hover .post-thumb {
border-top: 5px solid #0079d3;
}
.posts-last-list .post-single:hover h2 a {
color: #0079d3;
}
.posts-last-list .post-single:hover .btn-default,
.posts-last-list .post-single .btn-default:focus {
background: #0079d3;
border-color: #0079d3;
}
/* Page Contacts */
.page-contacts .content .form button {
background: #0079d3;
border: 2px solid #0079d3;
}
.page-contacts .content .form button:hover {
color: #0079d3;
border: 2px solid #0079d3;
}
.page-contacts .content .additional-info i {
color: #0079d3;
}
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper button {
background: #0079d3;
border: 1px solid #0079d3;
}
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default.active.focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default.active:focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default.active:hover,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default:active.focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default:active:focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default:active:hover,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .open > .dropdown-toggle.btn-default.focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .open > .dropdown-toggle.btn-default:focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .open > .dropdown-toggle.btn-default:hover {
color: #0079d3;
border-color: #0079d3;
}
/* Others */
.btn-primary {
background: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
color: #fff !important;
border: 1px solid #0079d3 !important;
}
.orange-btn .btn {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.orange-btn .btn:hover {
color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li:first-child > a {
color: #0079d3;
}
.product-info-layout-1 .price {
color: #0079d3;
}
.parallax-wrapper.fluid2 .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3;
border: 1px solid #0079d3;
}
.parallax-wrapper.fluid .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3;
border: 1px solid #0079d3;
}
.parallax-wrapper.nums .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3;
border: 1px solid #0079d3;
}
.pricing-table-module.default .plans-row .item.active {
border: 1px solid #0079d3 !important;
-webkit-box-shadow: 0 0 8px #0079d3 !important;
box-shadow: 0 0 8px #0079d3 !important;
}
.pricing-table-module.default .active .price-plan-name {
color: #0079d3 !important;
}
.pricing-table-module.default .active .btn {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
@media (max-width: 992px) {
.pricing-table-module.default .plans-row .item {
border: 1px solid #0079d3 !important;
border-left: 1px solid #0079d3 !important;
}
}
.pricing-table-module.lite .plans-row .item.active .item-header {
background: #0079d3 !important;
}
.pricing-table-module.lite .btn {
color: #1d69df !important;
border: 1px solid #1d69df !important;
}
.pricing-table-module.lite .active .btn {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.module-teamcard .team-card-item-lite .team-card-item-position {
color: #0079d3 !important;
}
.module-teamcard .team-card-item .team-card-item-position {
color: #0079d3 !important;
}
@media screen and (min-width: 1366px) {
.module-teamcard .team-card-item:hover .item-content {
border: 1px solid #0079d3 !important;
-webkit-box-shadow: 0 0 8px #0079d3 !important;
box-shadow: 0 0 8px #0079d3 !important;
}
}
.testimonials-faces-wrapper .mw-testimonials-faces .slick-dots li {
background: #0079d3;
}
.services-layout-1 i {
color: #0079d3;
}
.services-layout-2 i {
color: #0079d3;
}
.services-layout-2 .btn-default,
.services-layout-2 .btn-default:hover {
color: #0079d3;
}
.cards-layout-1 .cards .card .icon-wrapper {
border: 2px solid #0079d3;
color: #0079d3;
}
.cards-layout-1 .cards .card:hover .card-title {
color: #0079d3;
}
.cards-layout-1 .cards .card:hover .icon-wrapper {
background: #0079d3;
}
.bxSliderWrapper.template-default .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #0079d3 !important;
}
.parallax-wrapper.fluid .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.cards-layout-1 .cards .card .btn-primary {
background: #fff !important;
border: 1px solid #0079d3 !important;
color: #0079d3 !important;
}
.cards-layout-1 .cards .card:hover .btn-primary {
background: #0079d3 !important;
border: 1px solid #0079d3 !important;
color: #fff !important;
}
.bxSliderWrapper.template-default .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #0079d3 !important;
}
.bxSliderWrapper.template-default .bxslider-wrapper .info-box-fluid .button .btn-primary:hover {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
header .mw-cart-small span.bag {
background: url('../img/cart-white.png');
}
select.mw-ui-field{
color: #000;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li:first-child a{
color: #fff !important;
} | userfiles/templates/cashy/css/dark-blue.css | body {
font-family: open-sans, sans-serif;
background: #2d2d2d;
color: #fff;
}
.content-wrapper,
.content-wrapper.first-wrapper,
.content-wrapper:last-of-type {
border-color: #0079d3 !important;
}
.content-wrapper,
header .main-navigation,
header .main-navigation .dynamic-menu ul.nav > li a,
.bx-wrapper,
.content-wrapper .clients-wrapper,
footer,
.bxSliderWrapper.template-default .bx-wrapper {
background: #000;
}
.mwcommentsmodule .comments-template-stylish .comment .comment-content {
background: #c4c4c4;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu > li > ul {
background: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav > li a,
.section-title,
.cards-layout-1 .cards .card .card-title,
footer .module-menu li a,
header .mw-cart-small span.bag,
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li a,
.info-text h4, h4,
.module-shop-products .products-wrapper.layout-1 .item .price span {
color: #fff;
}
.services-layout-1 h3,
.services-layout-2 h3,
.page-contacts .content .additional-info h2,
.page-contacts .content h1,
.info-text h1, h1,
.posts-featured-list .post-info h2 a,
.posts-featured2-list .post-info h2 a,
.module-shop-products .products-wrapper.layout-1 .item .title h3 a,
.faq-holder.default h4 ,
h2.special{
color: #fff !important;
}
.posts-featured-list .post-single .description,
.cards-layout-1 .cards .card .card-text,
.info-text p,
.faq-holder.default p,
.page-contacts .content .additional-info p,
.page-contacts .content .info p,
.services-layout-1 p,
.posts-featured2-list .post-single .description,
.section-paragraph,
.product-info-layout-1 .description,
.services-layout-2 p{
color: #c4c4c4 !important;
}
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper p {
color: #000;
}
.module-shop-products .products-wrapper.layout-1 .item .read-more a,
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li:first-child > a {
color: #0079d3 !important;
}
header .main-navigation .dynamic-menu ul.nav > li ul > li a {
background: #fff !important;
color: #0079d3 !important;
}
.breadcrumb-container a:after {
color: #0079d3;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu ul > a {
color: #fff !important;
}
.breadcrumb-container span {
color: #0079d3;
}
header .main-navigation .module-logo a {
color: #0079d3;
}
.module-logo a {
color: #0079d3 !important;
}
header .main-navigation .dynamic-menu ul.nav > li.active > a {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav > li:hover > a {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav ul.dropdown-menu:before {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav ul.dropdown-menu {
border-top: 3px solid #0079d3;
}
header .main-navigation .dynamic-menu ul.nav ul.dropdown-menu li:hover a {
background: #0079d3;
}
header .mw-cart-small span.bag {
color: #0079d3;
}
@media screen and (max-width: 991px) {
header .main-navigation .dynamic-menu {
color: #0086DB;
}
header .main-navigation .toggle-navigation:hover,
header .main-navigation .close-mobile-navigation:hover {
color: #0079d3;
}
}
@media screen and (max-width: 767px) {
header .main-navigation .dynamic-menu ul.nav li.have-submenu:hover > a:after,
header .main-navigation .dynamic-menu ul.nav li.have-submenu.active > a:after {
color: #0079d3;
}
header .main-navigation .dynamic-menu ul.nav li.have-submenu ul.dropdown-menu li a:hover,
header .main-navigation .dynamic-menu ul.nav li.have-submenu ul.dropdown-menu li.active a {
background: #0079d3;
}
}
/* Footer */
footer .module-menu li.active a {
color: #0079d3;
}
footer .module-menu li:hover a {
color: #0079d3;
}
footer .powered-by a {
color: #0079d3;
}
/* Featured list */
.posts-featured-list .post-single:hover h2 a {
color: #0079d3;
}
/* Featured list 2 */
.posts-featured2-list .post-single:hover h2 a {
color: #0079d3;
}
.posts-featured2-list .post-single:hover .btn-default,
.posts-featured2-list .post-single .btn-default:focus {
background: #0079d3;
border-color: #0079d3;
}
/* Last posts list */
.posts-last-list .post-single:hover .post-thumb {
border-top: 5px solid #0079d3;
}
.posts-last-list .post-single:hover h2 a {
color: #0079d3;
}
.posts-last-list .post-single:hover .btn-default,
.posts-last-list .post-single .btn-default:focus {
background: #0079d3;
border-color: #0079d3;
}
/* Page Contacts */
.page-contacts .content .form button {
background: #0079d3;
border: 2px solid #0079d3;
}
.page-contacts .content .form button:hover {
color: #0079d3;
border: 2px solid #0079d3;
}
.page-contacts .content .additional-info i {
color: #0079d3;
}
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper button {
background: #0079d3;
border: 1px solid #0079d3;
}
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default.active.focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default.active:focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default.active:hover,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default:active.focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default:active:focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .btn-default:active:hover,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .open > .dropdown-toggle.btn-default.focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .open > .dropdown-toggle.btn-default:focus,
.sidebar .newsletter-module-wrapper .newsletter-form-wrapper .open > .dropdown-toggle.btn-default:hover {
color: #0079d3;
border-color: #0079d3;
}
/* Others */
.btn-primary {
background: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
color: #fff !important;
border: 1px solid #0079d3 !important;
}
.orange-btn .btn {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.orange-btn .btn:hover {
color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li:first-child > a {
color: #0079d3;
}
.product-info-layout-1 .price {
color: #0079d3;
}
.parallax-wrapper.fluid2 .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3;
border: 1px solid #0079d3;
}
.parallax-wrapper.fluid .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3;
border: 1px solid #0079d3;
}
.parallax-wrapper.nums .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3;
border: 1px solid #0079d3;
}
.pricing-table-module.default .plans-row .item.active {
border: 1px solid #0079d3 !important;
-webkit-box-shadow: 0 0 8px #0079d3 !important;
box-shadow: 0 0 8px #0079d3 !important;
}
.pricing-table-module.default .active .price-plan-name {
color: #0079d3 !important;
}
.pricing-table-module.default .active .btn {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
@media (max-width: 992px) {
.pricing-table-module.default .plans-row .item {
border: 1px solid #0079d3 !important;
border-left: 1px solid #0079d3 !important;
}
}
.pricing-table-module.lite .plans-row .item.active .item-header {
background: #0079d3 !important;
}
.pricing-table-module.lite .btn {
color: #1d69df !important;
border: 1px solid #1d69df !important;
}
.pricing-table-module.lite .active .btn {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.module-teamcard .team-card-item-lite .team-card-item-position {
color: #0079d3 !important;
}
.module-teamcard .team-card-item .team-card-item-position {
color: #0079d3 !important;
}
@media screen and (min-width: 1366px) {
.module-teamcard .team-card-item:hover .item-content {
border: 1px solid #0079d3 !important;
-webkit-box-shadow: 0 0 8px #0079d3 !important;
box-shadow: 0 0 8px #0079d3 !important;
}
}
.testimonials-faces-wrapper .mw-testimonials-faces .slick-dots li {
background: #0079d3;
}
.services-layout-1 i {
color: #0079d3;
}
.services-layout-2 i {
color: #0079d3;
}
.services-layout-2 .btn-default,
.services-layout-2 .btn-default:hover {
color: #0079d3;
}
.cards-layout-1 .cards .card .icon-wrapper {
border: 2px solid #0079d3;
color: #0079d3;
}
.cards-layout-1 .cards .card:hover .card-title {
color: #0079d3;
}
.cards-layout-1 .cards .card:hover .icon-wrapper {
background: #0079d3;
}
.bxSliderWrapper.template-default .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #0079d3 !important;
}
.parallax-wrapper.fluid .info-box-fluid .module-btn .btn-primary:hover {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
.cards-layout-1 .cards .card .btn-primary {
background: #fff !important;
border: 1px solid #0079d3 !important;
color: #0079d3 !important;
}
.cards-layout-1 .cards .card:hover .btn-primary {
background: #0079d3 !important;
border: 1px solid #0079d3 !important;
color: #fff !important;
}
.bxSliderWrapper.template-default .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #0079d3 !important;
}
.bxSliderWrapper.template-default .bxslider-wrapper .info-box-fluid .button .btn-primary:hover {
background-color: #0079d3 !important;
border: 1px solid #0079d3 !important;
}
header .mw-cart-small span.bag {
background: url('../img/cart-white.png');
}
select.mw-ui-field{
color: #000;
}
.module-categories-template-horizontal-list-1 ul.mw-cats-menu li:first-child a{
color: #fff !important;
} | 0.280814 | 0.044122 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800);
.maindiv1{
position: relative;
margin-bottom: 15%;
width: 30%;
margin-left: 10%;
}
.maindiv1 .btttn1{
position: absolute;
right: 18%;
top: 101%;
margin-right: 5%;
margin-top: 2%;
}
.maindiv1 .btttn2{
position: absolute;
right: 48%;
top: 101%;
margin-right: -112%;
margin-top: 2%;
}
.maindiv1 .btttn3{
position: absolute;
right: 48%;
top: 101%;
margin-right: -199.1%;
margin-top: 2%;
}
.container:before,
.container:after {
box-sizing: border-box;
padding: 0;
margin: 0;
font: 300 1em/1.5 "Open Sans", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
color: #111;
}
.img-container {
margin-left: 10%;
border-radius: 5px;
/* text-align: center; */
z-index: -10;
height: max-content;
}
/* html, body{background: rgb(236, 240, 241);} */
section.container {
min-width: 500px;
margin-left: 10% auto;
margin-top: 10%;
margin-bottom: 10%;
text-align: center;
position: relative;
}
/* a:hover{border-bottom: 1px solid #111;}
h1{font-size: 2em; padding: 20px 0;}
p{
font-size: .75em;
text-transform: uppercase;
letter-spacing: 2px;
padding: 20px 0;
} */
.btttn1:hover {
cursor: pointer;
}
.btttn1 {
background: transparent;
outline: none;
position: relative;
border: 2px solid #111;
padding: 15px 50px;
overflow: hidden;
}
/*.btttn:before (attr data-hover)*/
.btttn1:hover:before {
opacity: 1;
transform: translate(0, 0);
}
.btttn1:before {
content: attr(data-hover);
top: 1.1em;
left: 0;
width: 100%;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: 0.8em;
opacity: 0;
transform: translate(-100%, 0);
transition: all 0.3s ease-in-out;
}
/*.btttn div (.btttn text before hover)*/
.btttn:hover div {
opacity: 0;
transform: translate(100%, 0);
}
.btttn3:hover {
cursor: pointer;
}
.btttn3 {
background: transparent;
outline: none;
position: relative;
border: 2px solid #111;
padding: 15px 50px;
overflow: hidden;
}
/*.btttn:before (attr data-hover)*/
.btttn3:hover:before {
opacity: 1;
transform: translate(0, 0);
}
.btttn3:before {
content: attr(data-hover);
top: 1.1em;
left: 0;
width: 100%;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: 0.8em;
opacity: 0;
transform: translate(-100%, 0);
transition: all 0.3s ease-in-out;
}
/*.btttn div (.btttn text before hover)*/
.btttn:hover div {
opacity: 0;
transform: translate(100%, 0);
}
.btttn2:hover {
cursor: pointer;
}
.btttn2 {
background: transparent;
outline: none;
position: relative;
border: 2px solid #111;
padding: 15px 50px;
overflow: hidden;
}
/*.btttn:before (attr data-hover)*/
.btttn div {
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: 0.8em;
transition: all 0.3s ease-in-out;
}
.title {
margin-left: 70px;
margin-top: -50px;
background-color: black;
opacity: 70%;
color: blanchedalmond;
width: 101%;
text-align: center;
border-radius: 55%;
height: 10%;
position: absolute;
top: 96%;
left: -35%
}
.title1{
margin-left: 70px;
margin-top: -50px;
background-color: black;
opacity: 70%;
color: blanchedalmond;
width: 30%;
text-align: center;
border-radius: 55%;
height: 10%;
position: absolute;
top: 100%;
left: -35%
}
.maindiv1 img:hover {
z-index: -10;
-webkit-transform: translateX(-3px);
transform: translateX(-10px);
}
.overlay {
margin-bottom: 3%;
width: 100%;
height: 100%;
padding: 50px;
color: #fff;
text-shadow: 1px 1px 1px #333;
/* background-image: linear-gradient(135deg, #9f05ff69 10%, #fd5e086b 100%); */
background-image: url("https://images.unsplash.com/photo-1605879192407-d2879dee4fe4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1050&q=80");
text-align: center;
width: 100%;
height: 600px;
background-size: cover;
background-attachment: fixed;
position: relative;
overflow: hidden;
border-radius: 0 0 85% 85% / 30%;
}
h2 {
font: 300 1em/1.5 "Open Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 80px;
margin-bottom: 30px;
/* background-color: #333;
opacity: 10%; */
color: whitesmoke;
}
p {
font-family: "Open Sans", sans-serif;
margin-bottom: 30px;
} | my-app/src/component/myphoto/Carduserphoto.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800);
.maindiv1{
position: relative;
margin-bottom: 15%;
width: 30%;
margin-left: 10%;
}
.maindiv1 .btttn1{
position: absolute;
right: 18%;
top: 101%;
margin-right: 5%;
margin-top: 2%;
}
.maindiv1 .btttn2{
position: absolute;
right: 48%;
top: 101%;
margin-right: -112%;
margin-top: 2%;
}
.maindiv1 .btttn3{
position: absolute;
right: 48%;
top: 101%;
margin-right: -199.1%;
margin-top: 2%;
}
.container:before,
.container:after {
box-sizing: border-box;
padding: 0;
margin: 0;
font: 300 1em/1.5 "Open Sans", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
color: #111;
}
.img-container {
margin-left: 10%;
border-radius: 5px;
/* text-align: center; */
z-index: -10;
height: max-content;
}
/* html, body{background: rgb(236, 240, 241);} */
section.container {
min-width: 500px;
margin-left: 10% auto;
margin-top: 10%;
margin-bottom: 10%;
text-align: center;
position: relative;
}
/* a:hover{border-bottom: 1px solid #111;}
h1{font-size: 2em; padding: 20px 0;}
p{
font-size: .75em;
text-transform: uppercase;
letter-spacing: 2px;
padding: 20px 0;
} */
.btttn1:hover {
cursor: pointer;
}
.btttn1 {
background: transparent;
outline: none;
position: relative;
border: 2px solid #111;
padding: 15px 50px;
overflow: hidden;
}
/*.btttn:before (attr data-hover)*/
.btttn1:hover:before {
opacity: 1;
transform: translate(0, 0);
}
.btttn1:before {
content: attr(data-hover);
top: 1.1em;
left: 0;
width: 100%;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: 0.8em;
opacity: 0;
transform: translate(-100%, 0);
transition: all 0.3s ease-in-out;
}
/*.btttn div (.btttn text before hover)*/
.btttn:hover div {
opacity: 0;
transform: translate(100%, 0);
}
.btttn3:hover {
cursor: pointer;
}
.btttn3 {
background: transparent;
outline: none;
position: relative;
border: 2px solid #111;
padding: 15px 50px;
overflow: hidden;
}
/*.btttn:before (attr data-hover)*/
.btttn3:hover:before {
opacity: 1;
transform: translate(0, 0);
}
.btttn3:before {
content: attr(data-hover);
top: 1.1em;
left: 0;
width: 100%;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: 0.8em;
opacity: 0;
transform: translate(-100%, 0);
transition: all 0.3s ease-in-out;
}
/*.btttn div (.btttn text before hover)*/
.btttn:hover div {
opacity: 0;
transform: translate(100%, 0);
}
.btttn2:hover {
cursor: pointer;
}
.btttn2 {
background: transparent;
outline: none;
position: relative;
border: 2px solid #111;
padding: 15px 50px;
overflow: hidden;
}
/*.btttn:before (attr data-hover)*/
.btttn div {
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: 0.8em;
transition: all 0.3s ease-in-out;
}
.title {
margin-left: 70px;
margin-top: -50px;
background-color: black;
opacity: 70%;
color: blanchedalmond;
width: 101%;
text-align: center;
border-radius: 55%;
height: 10%;
position: absolute;
top: 96%;
left: -35%
}
.title1{
margin-left: 70px;
margin-top: -50px;
background-color: black;
opacity: 70%;
color: blanchedalmond;
width: 30%;
text-align: center;
border-radius: 55%;
height: 10%;
position: absolute;
top: 100%;
left: -35%
}
.maindiv1 img:hover {
z-index: -10;
-webkit-transform: translateX(-3px);
transform: translateX(-10px);
}
.overlay {
margin-bottom: 3%;
width: 100%;
height: 100%;
padding: 50px;
color: #fff;
text-shadow: 1px 1px 1px #333;
/* background-image: linear-gradient(135deg, #9f05ff69 10%, #fd5e086b 100%); */
background-image: url("https://images.unsplash.com/photo-1605879192407-d2879dee4fe4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1050&q=80");
text-align: center;
width: 100%;
height: 600px;
background-size: cover;
background-attachment: fixed;
position: relative;
overflow: hidden;
border-radius: 0 0 85% 85% / 30%;
}
h2 {
font: 300 1em/1.5 "Open Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 80px;
margin-bottom: 30px;
/* background-color: #333;
opacity: 10%; */
color: whitesmoke;
}
p {
font-family: "Open Sans", sans-serif;
margin-bottom: 30px;
} | 0.446736 | 0.093017 |
* Orange-Set
* ChineseName=硃膘,Hex=#ff6347;
* ChineseName=桔红,Hex=#ff4500;
* ChineseName=红扇贝,Hex=#fa8072;
* ChineseName=金红,Hex=#ff7f50;
* ChineseName=雄精,Hex=#f4a460;
* ChineseName=章丹,Hex=#ff3300;
* ChineseName=柿,Hex=#ff6633;
* ChineseName=桔黄,Hex=#ff9933;
* ChineseName=粉橙,Hex=#ff9966;
* ChineseName=橙,Hex=#ffa500;
* ChineseName=仓黄,Hex=#cc3300;
* ChineseName=雄黄,Hex=#cc9900;
* ChineseName=金黄,Hex=#cc6600;
*/
/*
* Blue-Set
* ChineseName=藏黑蓝,Hex=#000033;
* ChineseName=藏蓝,Hex=#3300cc;
* ChineseName=深蓝,Hex=#003366;
* ChineseName=沉蓝,Hex=#006699;
* ChineseName=钛铁,Hex=#000066;
* ChineseName=靛,Hex=#330066;
* ChineseName=劳动布,Hex=#0033cc;
* ChineseName=绀青,Hex=#333366;
* ChineseName=浅土蓝,Hex=#339999;
* ChineseName=浅海昌蓝,Hex=#6699ff;
* ChineseName=海蓝,Hex=#333399;
* ChineseName=鲜蓝,Hex=#0033ff;
* ChineseName=孔雀蓝,Hex=#0000ff;
* ChineseName=群青,Hex=#3333cc;
* ChineseName=宝石蓝,Hex=#3300ff;
*/
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,400b|PT+Sans:400,400i,400b);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,400b|Montserrat:400,400i,400b);
@import url(https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css);
* {
box-sizing: border-box;
font-family: 'Lato','Microsoft Yahei';
}
/*Orange-Set 硃膘(#ff6347)*/
.orange-zhubiao-button-8px-radius-no-hover-animation {
border: 2px solid #ff6347;
border-radius: 8px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-12px-radius-no-hover-animation {
border: 2px solid #ff6347;
border-radius: 12px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-8px-radius-with-hover-animation {
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
border: 2px solid #ff6347;
border-radius: 8px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-8px-radius-with-hover-animation:hover {
background-color: #fff;
color: #ff6347;
}
.orange-zhubiao-button-12px-radius-with-hover-animation {
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
border: 2px solid #ff6347;
border-radius: 12px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-12px-radius-with-hover-animation:hover {
background-color: #fff;
color: #ff6347;
}
.orange-zhubiao-navcontainer {
width: auto;
height: auto;
background-color: #ff6347;
}
@media (min-width: 1px) and (max-width: 1500px) {
.orange-zhubiao-nav-menu {
position: relative;
display: inline-block;
}
.orange-zhubiao-nav-menu-start-button {
cursor: pointer;
border: none;
font-size: 16px;
color: white;
padding: 0px;
background-color: #ff6347;
}
.orange-zhubiao-nav-menu-content {
display: none;
position: absolute;
background-color: #ff6347;
width: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.orange-zhubiao-nav-menu-content a {
color: white;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.orange-zhubiao-nav-menu-content a:hover {
background-color: #e7e7e7;
}
.orange-zhubiao-nav-menu:hover .orange-zhubiao-nav-menu-content {
display: block;
}
.orange-zhubiao-nav-menu:hover .orange-zhubiao-nav-menu-start-button {
background-color: #e7e7e7;
}
} | chinese-style.css | * Orange-Set
* ChineseName=硃膘,Hex=#ff6347;
* ChineseName=桔红,Hex=#ff4500;
* ChineseName=红扇贝,Hex=#fa8072;
* ChineseName=金红,Hex=#ff7f50;
* ChineseName=雄精,Hex=#f4a460;
* ChineseName=章丹,Hex=#ff3300;
* ChineseName=柿,Hex=#ff6633;
* ChineseName=桔黄,Hex=#ff9933;
* ChineseName=粉橙,Hex=#ff9966;
* ChineseName=橙,Hex=#ffa500;
* ChineseName=仓黄,Hex=#cc3300;
* ChineseName=雄黄,Hex=#cc9900;
* ChineseName=金黄,Hex=#cc6600;
*/
/*
* Blue-Set
* ChineseName=藏黑蓝,Hex=#000033;
* ChineseName=藏蓝,Hex=#3300cc;
* ChineseName=深蓝,Hex=#003366;
* ChineseName=沉蓝,Hex=#006699;
* ChineseName=钛铁,Hex=#000066;
* ChineseName=靛,Hex=#330066;
* ChineseName=劳动布,Hex=#0033cc;
* ChineseName=绀青,Hex=#333366;
* ChineseName=浅土蓝,Hex=#339999;
* ChineseName=浅海昌蓝,Hex=#6699ff;
* ChineseName=海蓝,Hex=#333399;
* ChineseName=鲜蓝,Hex=#0033ff;
* ChineseName=孔雀蓝,Hex=#0000ff;
* ChineseName=群青,Hex=#3333cc;
* ChineseName=宝石蓝,Hex=#3300ff;
*/
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,400b|PT+Sans:400,400i,400b);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,400b|Montserrat:400,400i,400b);
@import url(https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css);
* {
box-sizing: border-box;
font-family: 'Lato','Microsoft Yahei';
}
/*Orange-Set 硃膘(#ff6347)*/
.orange-zhubiao-button-8px-radius-no-hover-animation {
border: 2px solid #ff6347;
border-radius: 8px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-12px-radius-no-hover-animation {
border: 2px solid #ff6347;
border-radius: 12px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-8px-radius-with-hover-animation {
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
border: 2px solid #ff6347;
border-radius: 8px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-8px-radius-with-hover-animation:hover {
background-color: #fff;
color: #ff6347;
}
.orange-zhubiao-button-12px-radius-with-hover-animation {
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
border: 2px solid #ff6347;
border-radius: 12px;
background-color: #ff6347;
color: white;
text-align: center;
width: auto;
height: auto;
}
.orange-zhubiao-button-12px-radius-with-hover-animation:hover {
background-color: #fff;
color: #ff6347;
}
.orange-zhubiao-navcontainer {
width: auto;
height: auto;
background-color: #ff6347;
}
@media (min-width: 1px) and (max-width: 1500px) {
.orange-zhubiao-nav-menu {
position: relative;
display: inline-block;
}
.orange-zhubiao-nav-menu-start-button {
cursor: pointer;
border: none;
font-size: 16px;
color: white;
padding: 0px;
background-color: #ff6347;
}
.orange-zhubiao-nav-menu-content {
display: none;
position: absolute;
background-color: #ff6347;
width: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.orange-zhubiao-nav-menu-content a {
color: white;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.orange-zhubiao-nav-menu-content a:hover {
background-color: #e7e7e7;
}
.orange-zhubiao-nav-menu:hover .orange-zhubiao-nav-menu-content {
display: block;
}
.orange-zhubiao-nav-menu:hover .orange-zhubiao-nav-menu-start-button {
background-color: #e7e7e7;
}
} | 0.282493 | 0.051845 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
* {
box-sizing: border-box; }
html {
font-size: 62.5%;
scroll-behavior: smooth; }
html, body {
font-family: 'Roboto', sans-serif;
margin: 0; }
h1, h2, h3, h4, h5, li {
font-family: 'Roboto', sans-serif; }
h1 {
font-size: 4rem; }
h2 {
font-size: 3.2rem;
padding-bottom: 10px; }
h4 {
font-size: 2.5rem;
padding-bottom: 10px; }
p {
line-height: 1.5;
font-size: 1.6rem;
padding-bottom: 10px; }
img {
max-width: 100%;
height: auto; }
.container {
max-width: 800px;
width: 100%;
margin: 0 auto; }
input, textarea {
font-family: 'Roboto', sans-serif; }
@font-color : @shark;
@button-bg : @eastern-blue;
@main-bg : @white;
@navigation-border : @silver;
@footer-bg : @sandy-beach;
@white : #FFFFFF;
@silver : #C0C0C0;
@shark : #212529;
@eastern-blue : #17A2B8;
@sandy-beach : #FFEBCD;
@dark-slate : #1b242f;
@orange : #f58a11;
@dark-grey : #272727;
@mobile : (max-width: 600px);
@tablet : (max-width: 900px);
.navbar {
display: flex;
flex-direction: row;
background-color: #1a1e23;
height: 70px;
color: white;
justify-content: space-between;
align-items: center;
padding: 0% 2%; }
.navbar .nav-title-box {
display: flex;
align-items: center;
border: 15px;
width: 40%; }
.navbar .nav-title-box .nav-title-content {
padding: 0; }
.navbar .nav-title-box .nav-title-content a {
font-size: 4rem;
text-decoration: none;
color: white; }
.navbar .navbar-options {
font-size-adjust: 1rem;
font-size: 3rem;
display: flex;
justify-content: space-between;
width: 30%; }
.navbar .navbar-options .navbar-links {
display: flex;
justify-content: space-between;
width: 100%;
text-decoration: none; }
.navbar .navbar-options .navbar-links a {
color: white;
text-decoration: none; }
.navbar .navbar-options .navbar-links-2 {
display: flex;
justify-content: flex-end;
width: 100%;
text-decoration: none; }
.navbar .navbar-options .navbar-links-2 a {
color: white;
text-decoration: none; }
.home-header {
display: flex;
flex-direction: row;
background-color: #fafafa;
height: 100px;
border: 1px;
color: black;
justify-content: space-between;
align-items: center;
margin: 20px; }
.home-header .header-content {
font-size: 3.5rem;
margin-left: 20px; }
.home-container {
display: flex;
flex-direction: row;
/* width: 1200px; */
background-color: #fafafa;
height: 450px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-content {
font-size: 2.5rem;
width: 40%; }
.home-content button {
border: 3px solid black;
color: black;
width: 160px;
height: 48px;
background-color: inherit;
transition: 0.3s;
font-family: "Libre Baskerville", serif;
font-family: "Dosis", sans-serif;
font-family: "Barlow", sans-serif;
font-weight: bold; }
.home-content button:hover {
cursor: pointer;
background: black;
color: white; }
.home-content .flow-button {
margin-top: 20px; }
.home-list {
font-size: 1.3rem;
width: 40%;
justify-content: flex-start;
align-items: flex-start; }
.home-list p {
font-size: 2.2rem; }
.home-content2 {
display: flex;
flex-direction: row;
/* width: 1200px; */
background-color: #fafafa;
height: 600px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-content2 h1 {
margin: 10px;
font-size: 3rem; }
.home-info {
display: flex;
flex-direction: column;
background-color: #fafafa;
height: 350px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-info h1 {
margin: 10px;
font-size: 3rem; }
.home-info p {
margin: 10px;
font-size: 2.0rem; }
.home-content2 {
display: flex;
flex-direction: row;
/* width: 1200px; */
background-color: #fafafa;
height: 600px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-content2 h1 {
margin: 10px;
font-size: 3rem; }
.profile-page-container {
display: flex;
flex-direction: row;
width: 100%;
height: calc(100vh - 70px); }
.profile-page-container .resources-section {
width: 20rem;
height: 100%;
background: #575a88;
display: flex;
flex-direction: column;
align-items: center; }
.profile-page-container .resources-section h2 {
padding: 0;
margin-top: 2rem;
margin-bottom: 2rem; }
.profile-page-container .resources-section .resources-list {
overflow-y: auto;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 10+ */ }
.profile-page-container .resources-section .resources-list::-webkit-scrollbar {
width: 0px;
background: transparent;
/* Chrome/Safari/Webkit */ }
.profile-page-container .resources-section .resources-list .resource {
width: 15rem;
height: 15rem;
margin-bottom: 2rem;
display: flex;
justify-content: center;
align-items: flex-end;
cursor: pointer; }
.profile-page-container .resources-section .resources-list .resource .title-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 5rem;
width: 100%; }
.profile-page-container .resources-section .resources-list .resource .title-container h3 {
font-size: 2rem;
text-align: center;
margin: 0 0; }
.profile-page-container .folders-section {
width: 20rem;
height: 100%;
display: flex;
flex-direction: column;
align-items: center; }
.profile-page-container .folders-section h2 {
padding: 0;
margin-top: 2rem;
margin-bottom: 2rem; }
.profile-page-container .folders-section .folders-list {
overflow-y: auto;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 10+ */ }
.profile-page-container .folders-section .folders-list::-webkit-scrollbar {
width: 0px;
background: transparent;
/* Chrome/Safari/Webkit */ }
.profile-page-container .folders-section .folders-list .folder {
width: 15rem;
height: 15rem;
margin-bottom: 2rem;
display: flex;
justify-content: center;
align-items: flex-end;
cursor: pointer; }
.profile-page-container .folders-section .folders-list .folder .title-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 5rem;
width: 100%; }
.profile-page-container .folders-section .folders-list .folder .title-container h3 {
font-size: 2rem;
text-align: center;
margin: 0 0; }
.profile-page-container .projects-section {
width: 100%;
height: 100%;
border-left: .25rem solid black;
display: flex;
flex-direction: column;
padding: 0 2.5rem; }
.profile-page-container .projects-section .projects-title-add {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 2rem;
margin-bottom: 2rem; }
.profile-page-container .projects-section .projects-title-add h2 {
padding: 0; }
.profile-page-container .projects-section .projects-title-add .btn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
margin-left: 2rem;
cursor: pointer;
background: #575a88;
border-radius: 50%; }
.profile-page-container .projects-section .projects-title-add .btn img {
height: auto;
width: 2rem; }
.profile-page-container .projects-section .projects-title-add .btn:hover {
transition: 0.25s;
background: #fe5043; }
.profile-page-container .projects-section .projects-list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
overflow-y: auto;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 10+ */ }
.profile-page-container .projects-section .projects-list::-webkit-scrollbar {
width: 0px;
background: transparent;
/* Chrome/Safari/Webkit */ }
.profile-page-container .projects-section .projects-list .project {
width: 15rem;
height: 15rem;
margin-bottom: 2rem;
margin-right: 2rem;
display: flex;
justify-content: center;
align-items: flex-end;
cursor: pointer; }
.profile-page-container .projects-section .projects-list .project .title-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 5rem;
width: 100%; }
.profile-page-container .projects-section .projects-list .project .title-container h3 {
font-size: 2rem;
text-align: center;
margin: 0 0; }
.app-builder-container {
height: 100vh;
width: 100vw; }
.diagram-page {
width: 100%; }
.diagram-container {
height: calc(100vh - 180px);
z-index: 0; }
.main-diagram-container {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 100%; }
.title-and-buttons {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 60px;
padding: 0px 20px; }
.title-and-buttons h2 {
align-self: center;
line-height: 70px;
padding: 0; }
.title-and-buttons input {
font-size: 3.2rem; }
.title-and-buttons .project-buttons {
display: flex;
justify-content: space-between;
width: 400px; }
.title-and-buttons .project-buttons button {
height: 35px;
width: 23%;
align-self: center; }
.taskbar {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 50px;
background-color: lightgray; }
.taskbar .taskbar-left-section {
display: flex;
align-items: center; }
.taskbar .taskbar-left-section img {
width: 50px;
padding: 0px 10px; }
.taskbar .taskbar-left-section .taskbar-section {
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 5px;
height: 100%;
border-right: 2px solid gray; }
.taskbar .taskbar-right-section {
display: flex;
align-items: center;
justify-content: flex-end; }
.taskbar .taskbar-right-section img {
width: 50px;
padding: 0px 10px; }
.taskbar .taskbar-right-section .taskbar-section {
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 5px;
height: 100%;
border-left: 2px solid gray; }
.bodywidget-container {
width: 100%; }
.custom-node {
display: flex;
flex-direction: column; }
.custom-node-nodeTitle {
display: flex;
flex-direction: row;
color: white;
padding: 0 15px;
border: solid 2px #0c7cba;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #3aa6dd;
width: 400px;
height: 60px;
text-align: center;
line-height: 57px;
font-family: "LiberationSansRegular"; }
.custom-node-nodeTitle input {
font-size: 2.5rem; }
.custom-node-nodeTitle h1 {
margin: 0;
padding-left: 15px;
font-size: 3rem;
font-family: "LiberationSansRegular"; }
.custom-node-screen {
display: flex;
align-content: center;
justify-content: center;
color: #999999;
border-left: 2px solid #0c7cba;
border-right: 2px solid #0c7cba;
border-bottom: 2px solid #0c7cba;
background-color: white;
width: 400px;
height: 300px;
text-align: center;
font-family: "LiberationSansRegular"; }
.custom-node-screen p {
font-size: 2.5rem; }
.custom-node-screen textarea {
align-self: center;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: 400px;
height: 260px;
outline: 5;
box-shadow: none;
border: none;
box-sizing: content-box;
background-color: transparent;
overflow-y: hidden;
resize: none;
font-size: 2.5rem;
font-family: "LiberationSansRegular"; }
.custom-node-submenus {
display: flex;
align-content: center;
flex-direction: row;
color: #999999;
padding: 0 15px;
border-left: solid 2px #0c7cba;
border-right: solid 2px #0c7cba;
border-bottom: solid 2px #0c7cba;
height: 50px;
line-height: 50px;
max-width: 400px;
background-color: white;
font-family: "LiberationSansRegular"; }
.custom-node-submenus h2 {
margin: 0;
flex-grow: 2;
font-style: italic;
font-family: "LiberationSansRegular";
overflow: hidden; }
.trash-icon {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
width: 50px;
height: 100%;
padding: 0px; }
.trash-icon img {
width: auto;
height: 55%; }
.line-in {
display: flex;
align-self: center;
justify-content: center;
border: 2px solid #0c7cba;
background-color: white;
z-index: 1;
position: relative;
width: 25px;
height: 25px;
border-radius: 20px; }
.line-in .port {
width: 40px;
height: 40px;
background: black; }
.line-out {
display: flex;
align-self: center;
justify-content: center;
border: 2px solid #0c7cba;
z-index: 1;
position: relative;
width: 25px;
height: 25px;
border-radius: 20px; }
.custom-node-addMenuOption {
display: flex;
flex-direction: row;
justify-content: space-between;
color: #0c7cba;
background-color: #99d2f2;
padding: 0 15px;
border-left: solid 2px #0c7cba;
border-right: solid 2px #0c7cba;
border-bottom: solid 2px #0c7cba;
height: 50px;
line-height: 50px;
max-width: 400px;
font-family: "LiberationSansRegular"; }
.custom-node-addMenuOption h2 {
margin: 0;
font-style: italic;
font-family: "LiberationSansRegular";
text-align: center;
font-size: 2.5rem; }
.custom-node-addMenuOption img {
width: 30px;
filter: invert(100%);
cursor: pointer; }
.hidden {
display: none; }
.cursor {
cursor: pointer; }
.delete-true {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0px;
left: 0px;
background-color: rgba(216, 216, 216, 0.99);
width: 100vw;
height: 100vh; }
.delete-true .delete-container {
z-index: 1;
margin: 0 auto;
background-color: #272727;
border-radius: 4rem;
width: 45rem;
height: 20rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center; }
.delete-true .delete-container h3 {
font-weight: bold;
color: white;
font-size: 2rem;
line-height: 2.6rem;
margin: 0 8rem;
text-align: center; }
.delete-true .delete-container .delete-btn-yes {
width: 15rem;
height: 5rem;
cursor: pointer;
margin-bottom: 1.25rem;
background-color: #ca001a;
border: 1px solid #ca001a;
color: #fbffff;
font-size: 1.6rem;
border-radius: 0.3rem;
margin-right: 2rem;
z-index: 4; }
.delete-true .delete-container .delete-btn-no {
width: 15rem;
height: 5rem;
cursor: pointer;
margin-bottom: 1.25rem;
background-color: #00e600;
border: 1px solid #00e600;
color: black;
font-size: 1.6rem;
border-radius: 0.3rem;
z-index: 4; }
@media (max-width: 600px) {
.delete-true .delete-container {
width: 90%; } }
.delete-false {
display: none; }
@media (max-width: 600px) {
.delete-container h3 {
padding: 0 2rem; }
.delete-btn-yes {
width: 40%; }
.delete-btn-no {
width: 40%; } }
.contact-form-container {
display: flex;
justify-content: center;
padding: 5% 0%;
border: 1px; }
.contact-form-container .forms-inputs {
margin: "15px"; }
.contact-form-container .forms-btn {
background: "#E74C3D";
color: "white"; }
.footer {
display: flex;
flex-direction: row;
background-color: #1a1e23;
height: 100px;
color: white;
justify-content: space-between;
align-items: center;
padding: 0% 10%; }
.footer a {
color: white;
text-decoration: none;
font-size: 130%; }
.footer img {
max-width: 25px; }
.copyright {
display: inline-block; }
.copyright p {
display: inline-block;
font-size: 130%; }
.swatches-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 161px;
height: 41px;
background-color: white;
border: 1px solid lightgray; }
.swatches-container .swatches-row {
display: flex;
flex-direction: row; }
.swatches-container .swatch {
width: 20px;
height: 20px;
border: 1px solid black; } | src/sass/inde.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
* {
box-sizing: border-box; }
html {
font-size: 62.5%;
scroll-behavior: smooth; }
html, body {
font-family: 'Roboto', sans-serif;
margin: 0; }
h1, h2, h3, h4, h5, li {
font-family: 'Roboto', sans-serif; }
h1 {
font-size: 4rem; }
h2 {
font-size: 3.2rem;
padding-bottom: 10px; }
h4 {
font-size: 2.5rem;
padding-bottom: 10px; }
p {
line-height: 1.5;
font-size: 1.6rem;
padding-bottom: 10px; }
img {
max-width: 100%;
height: auto; }
.container {
max-width: 800px;
width: 100%;
margin: 0 auto; }
input, textarea {
font-family: 'Roboto', sans-serif; }
@font-color : @shark;
@button-bg : @eastern-blue;
@main-bg : @white;
@navigation-border : @silver;
@footer-bg : @sandy-beach;
@white : #FFFFFF;
@silver : #C0C0C0;
@shark : #212529;
@eastern-blue : #17A2B8;
@sandy-beach : #FFEBCD;
@dark-slate : #1b242f;
@orange : #f58a11;
@dark-grey : #272727;
@mobile : (max-width: 600px);
@tablet : (max-width: 900px);
.navbar {
display: flex;
flex-direction: row;
background-color: #1a1e23;
height: 70px;
color: white;
justify-content: space-between;
align-items: center;
padding: 0% 2%; }
.navbar .nav-title-box {
display: flex;
align-items: center;
border: 15px;
width: 40%; }
.navbar .nav-title-box .nav-title-content {
padding: 0; }
.navbar .nav-title-box .nav-title-content a {
font-size: 4rem;
text-decoration: none;
color: white; }
.navbar .navbar-options {
font-size-adjust: 1rem;
font-size: 3rem;
display: flex;
justify-content: space-between;
width: 30%; }
.navbar .navbar-options .navbar-links {
display: flex;
justify-content: space-between;
width: 100%;
text-decoration: none; }
.navbar .navbar-options .navbar-links a {
color: white;
text-decoration: none; }
.navbar .navbar-options .navbar-links-2 {
display: flex;
justify-content: flex-end;
width: 100%;
text-decoration: none; }
.navbar .navbar-options .navbar-links-2 a {
color: white;
text-decoration: none; }
.home-header {
display: flex;
flex-direction: row;
background-color: #fafafa;
height: 100px;
border: 1px;
color: black;
justify-content: space-between;
align-items: center;
margin: 20px; }
.home-header .header-content {
font-size: 3.5rem;
margin-left: 20px; }
.home-container {
display: flex;
flex-direction: row;
/* width: 1200px; */
background-color: #fafafa;
height: 450px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-content {
font-size: 2.5rem;
width: 40%; }
.home-content button {
border: 3px solid black;
color: black;
width: 160px;
height: 48px;
background-color: inherit;
transition: 0.3s;
font-family: "Libre Baskerville", serif;
font-family: "Dosis", sans-serif;
font-family: "Barlow", sans-serif;
font-weight: bold; }
.home-content button:hover {
cursor: pointer;
background: black;
color: white; }
.home-content .flow-button {
margin-top: 20px; }
.home-list {
font-size: 1.3rem;
width: 40%;
justify-content: flex-start;
align-items: flex-start; }
.home-list p {
font-size: 2.2rem; }
.home-content2 {
display: flex;
flex-direction: row;
/* width: 1200px; */
background-color: #fafafa;
height: 600px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-content2 h1 {
margin: 10px;
font-size: 3rem; }
.home-info {
display: flex;
flex-direction: column;
background-color: #fafafa;
height: 350px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-info h1 {
margin: 10px;
font-size: 3rem; }
.home-info p {
margin: 10px;
font-size: 2.0rem; }
.home-content2 {
display: flex;
flex-direction: row;
/* width: 1200px; */
background-color: #fafafa;
height: 600px;
border: 1px;
color: black;
justify-content: space-around;
align-items: center;
margin: 20px; }
.home-content2 h1 {
margin: 10px;
font-size: 3rem; }
.profile-page-container {
display: flex;
flex-direction: row;
width: 100%;
height: calc(100vh - 70px); }
.profile-page-container .resources-section {
width: 20rem;
height: 100%;
background: #575a88;
display: flex;
flex-direction: column;
align-items: center; }
.profile-page-container .resources-section h2 {
padding: 0;
margin-top: 2rem;
margin-bottom: 2rem; }
.profile-page-container .resources-section .resources-list {
overflow-y: auto;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 10+ */ }
.profile-page-container .resources-section .resources-list::-webkit-scrollbar {
width: 0px;
background: transparent;
/* Chrome/Safari/Webkit */ }
.profile-page-container .resources-section .resources-list .resource {
width: 15rem;
height: 15rem;
margin-bottom: 2rem;
display: flex;
justify-content: center;
align-items: flex-end;
cursor: pointer; }
.profile-page-container .resources-section .resources-list .resource .title-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 5rem;
width: 100%; }
.profile-page-container .resources-section .resources-list .resource .title-container h3 {
font-size: 2rem;
text-align: center;
margin: 0 0; }
.profile-page-container .folders-section {
width: 20rem;
height: 100%;
display: flex;
flex-direction: column;
align-items: center; }
.profile-page-container .folders-section h2 {
padding: 0;
margin-top: 2rem;
margin-bottom: 2rem; }
.profile-page-container .folders-section .folders-list {
overflow-y: auto;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 10+ */ }
.profile-page-container .folders-section .folders-list::-webkit-scrollbar {
width: 0px;
background: transparent;
/* Chrome/Safari/Webkit */ }
.profile-page-container .folders-section .folders-list .folder {
width: 15rem;
height: 15rem;
margin-bottom: 2rem;
display: flex;
justify-content: center;
align-items: flex-end;
cursor: pointer; }
.profile-page-container .folders-section .folders-list .folder .title-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 5rem;
width: 100%; }
.profile-page-container .folders-section .folders-list .folder .title-container h3 {
font-size: 2rem;
text-align: center;
margin: 0 0; }
.profile-page-container .projects-section {
width: 100%;
height: 100%;
border-left: .25rem solid black;
display: flex;
flex-direction: column;
padding: 0 2.5rem; }
.profile-page-container .projects-section .projects-title-add {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 2rem;
margin-bottom: 2rem; }
.profile-page-container .projects-section .projects-title-add h2 {
padding: 0; }
.profile-page-container .projects-section .projects-title-add .btn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
margin-left: 2rem;
cursor: pointer;
background: #575a88;
border-radius: 50%; }
.profile-page-container .projects-section .projects-title-add .btn img {
height: auto;
width: 2rem; }
.profile-page-container .projects-section .projects-title-add .btn:hover {
transition: 0.25s;
background: #fe5043; }
.profile-page-container .projects-section .projects-list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
overflow-y: auto;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE 10+ */ }
.profile-page-container .projects-section .projects-list::-webkit-scrollbar {
width: 0px;
background: transparent;
/* Chrome/Safari/Webkit */ }
.profile-page-container .projects-section .projects-list .project {
width: 15rem;
height: 15rem;
margin-bottom: 2rem;
margin-right: 2rem;
display: flex;
justify-content: center;
align-items: flex-end;
cursor: pointer; }
.profile-page-container .projects-section .projects-list .project .title-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 5rem;
width: 100%; }
.profile-page-container .projects-section .projects-list .project .title-container h3 {
font-size: 2rem;
text-align: center;
margin: 0 0; }
.app-builder-container {
height: 100vh;
width: 100vw; }
.diagram-page {
width: 100%; }
.diagram-container {
height: calc(100vh - 180px);
z-index: 0; }
.main-diagram-container {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 100%; }
.title-and-buttons {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 60px;
padding: 0px 20px; }
.title-and-buttons h2 {
align-self: center;
line-height: 70px;
padding: 0; }
.title-and-buttons input {
font-size: 3.2rem; }
.title-and-buttons .project-buttons {
display: flex;
justify-content: space-between;
width: 400px; }
.title-and-buttons .project-buttons button {
height: 35px;
width: 23%;
align-self: center; }
.taskbar {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 50px;
background-color: lightgray; }
.taskbar .taskbar-left-section {
display: flex;
align-items: center; }
.taskbar .taskbar-left-section img {
width: 50px;
padding: 0px 10px; }
.taskbar .taskbar-left-section .taskbar-section {
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 5px;
height: 100%;
border-right: 2px solid gray; }
.taskbar .taskbar-right-section {
display: flex;
align-items: center;
justify-content: flex-end; }
.taskbar .taskbar-right-section img {
width: 50px;
padding: 0px 10px; }
.taskbar .taskbar-right-section .taskbar-section {
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 5px;
height: 100%;
border-left: 2px solid gray; }
.bodywidget-container {
width: 100%; }
.custom-node {
display: flex;
flex-direction: column; }
.custom-node-nodeTitle {
display: flex;
flex-direction: row;
color: white;
padding: 0 15px;
border: solid 2px #0c7cba;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #3aa6dd;
width: 400px;
height: 60px;
text-align: center;
line-height: 57px;
font-family: "LiberationSansRegular"; }
.custom-node-nodeTitle input {
font-size: 2.5rem; }
.custom-node-nodeTitle h1 {
margin: 0;
padding-left: 15px;
font-size: 3rem;
font-family: "LiberationSansRegular"; }
.custom-node-screen {
display: flex;
align-content: center;
justify-content: center;
color: #999999;
border-left: 2px solid #0c7cba;
border-right: 2px solid #0c7cba;
border-bottom: 2px solid #0c7cba;
background-color: white;
width: 400px;
height: 300px;
text-align: center;
font-family: "LiberationSansRegular"; }
.custom-node-screen p {
font-size: 2.5rem; }
.custom-node-screen textarea {
align-self: center;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: 400px;
height: 260px;
outline: 5;
box-shadow: none;
border: none;
box-sizing: content-box;
background-color: transparent;
overflow-y: hidden;
resize: none;
font-size: 2.5rem;
font-family: "LiberationSansRegular"; }
.custom-node-submenus {
display: flex;
align-content: center;
flex-direction: row;
color: #999999;
padding: 0 15px;
border-left: solid 2px #0c7cba;
border-right: solid 2px #0c7cba;
border-bottom: solid 2px #0c7cba;
height: 50px;
line-height: 50px;
max-width: 400px;
background-color: white;
font-family: "LiberationSansRegular"; }
.custom-node-submenus h2 {
margin: 0;
flex-grow: 2;
font-style: italic;
font-family: "LiberationSansRegular";
overflow: hidden; }
.trash-icon {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
width: 50px;
height: 100%;
padding: 0px; }
.trash-icon img {
width: auto;
height: 55%; }
.line-in {
display: flex;
align-self: center;
justify-content: center;
border: 2px solid #0c7cba;
background-color: white;
z-index: 1;
position: relative;
width: 25px;
height: 25px;
border-radius: 20px; }
.line-in .port {
width: 40px;
height: 40px;
background: black; }
.line-out {
display: flex;
align-self: center;
justify-content: center;
border: 2px solid #0c7cba;
z-index: 1;
position: relative;
width: 25px;
height: 25px;
border-radius: 20px; }
.custom-node-addMenuOption {
display: flex;
flex-direction: row;
justify-content: space-between;
color: #0c7cba;
background-color: #99d2f2;
padding: 0 15px;
border-left: solid 2px #0c7cba;
border-right: solid 2px #0c7cba;
border-bottom: solid 2px #0c7cba;
height: 50px;
line-height: 50px;
max-width: 400px;
font-family: "LiberationSansRegular"; }
.custom-node-addMenuOption h2 {
margin: 0;
font-style: italic;
font-family: "LiberationSansRegular";
text-align: center;
font-size: 2.5rem; }
.custom-node-addMenuOption img {
width: 30px;
filter: invert(100%);
cursor: pointer; }
.hidden {
display: none; }
.cursor {
cursor: pointer; }
.delete-true {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0px;
left: 0px;
background-color: rgba(216, 216, 216, 0.99);
width: 100vw;
height: 100vh; }
.delete-true .delete-container {
z-index: 1;
margin: 0 auto;
background-color: #272727;
border-radius: 4rem;
width: 45rem;
height: 20rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center; }
.delete-true .delete-container h3 {
font-weight: bold;
color: white;
font-size: 2rem;
line-height: 2.6rem;
margin: 0 8rem;
text-align: center; }
.delete-true .delete-container .delete-btn-yes {
width: 15rem;
height: 5rem;
cursor: pointer;
margin-bottom: 1.25rem;
background-color: #ca001a;
border: 1px solid #ca001a;
color: #fbffff;
font-size: 1.6rem;
border-radius: 0.3rem;
margin-right: 2rem;
z-index: 4; }
.delete-true .delete-container .delete-btn-no {
width: 15rem;
height: 5rem;
cursor: pointer;
margin-bottom: 1.25rem;
background-color: #00e600;
border: 1px solid #00e600;
color: black;
font-size: 1.6rem;
border-radius: 0.3rem;
z-index: 4; }
@media (max-width: 600px) {
.delete-true .delete-container {
width: 90%; } }
.delete-false {
display: none; }
@media (max-width: 600px) {
.delete-container h3 {
padding: 0 2rem; }
.delete-btn-yes {
width: 40%; }
.delete-btn-no {
width: 40%; } }
.contact-form-container {
display: flex;
justify-content: center;
padding: 5% 0%;
border: 1px; }
.contact-form-container .forms-inputs {
margin: "15px"; }
.contact-form-container .forms-btn {
background: "#E74C3D";
color: "white"; }
.footer {
display: flex;
flex-direction: row;
background-color: #1a1e23;
height: 100px;
color: white;
justify-content: space-between;
align-items: center;
padding: 0% 10%; }
.footer a {
color: white;
text-decoration: none;
font-size: 130%; }
.footer img {
max-width: 25px; }
.copyright {
display: inline-block; }
.copyright p {
display: inline-block;
font-size: 130%; }
.swatches-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 161px;
height: 41px;
background-color: white;
border: 1px solid lightgray; }
.swatches-container .swatches-row {
display: flex;
flex-direction: row; }
.swatches-container .swatch {
width: 20px;
height: 20px;
border: 1px solid black; } | 0.347205 | 0.082734 |
body {
background-color: rgba(33,38,92,0.9);
font-family: 'Nova Square', cursive;
overflow: hidden;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
h1 {
font-size: 5em;
color: rgba(226,0,111,1);
outline: 5px dotted white;
text-shadow: 2px 2px white;
width: 320px;
margin: 0px 0px 0px 125px;
}
h3 {
font-size: 1.75em;
color:white;
text-shadow: 1px 1px rgba(226,0,111,1) ;
position: fixed;
transform: translate(-50%, -50%);
left: 570px;
top: 425px;
}
h3 > span {
font-size: 1.75em;
}
#start-button {
font-size: 2.5em;
font-family: 'Nova Square', cursive;
color: rgba(226,0,111,1);
background-color: rgba(255,255,255,1);
text-shadow: 2px 2px white;
position: fixed;
left: 495px;
top: 615px;
width: 150px;
border: 3px solid rgba(226,0,111,1);
}
#start-button:active {
transform: scale(0.98);
}
#container {
display: flex;
font-weight: bold;
}
#grid {
margin: 30px 0px 0px 125px;
border: 10px solid rgba(0,0,0,0.2);
border-width: 0px 10px 10px 10px;
width: 300px;
height: 600px;
display: flex;
flex-flow: column;
background-color: rgba(0,0,0,0.4);
outline: 5px dotted white;
}
.gridBox {
flex-grow: 1;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
border: 1px solid rgba(33,38,92,0.3);
border-radius: 1px;
}
.gridRow {
flex-grow: 1;
display: flex;
flex-flow: row;
}
.tetromino {
background-color: white;
}
#mini-grid {
margin: 50px 0px 0px 75px;
border: 10px solid transparent;
width: 80px;
height: 80px;
display: flex;
flex-wrap: wrap;
background-color: rgba(0,0,0,0.4);
outline: 5px dotted white;
}
#mini-grid div {
height: 20px;
width: 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
border: 1px solid rgba(33,38,92,0.3);
border-radius: 1px;
}
.final{
background-color: rgba(33,38,92,0.95);
font-size:5.5em;
color: rgba(226,0,111,1);
outline: 5px dotted white;
text-shadow: 2px 2px white;
position: fixed;
width: 95%;
height: 575px;
z-index: 2;
display: flex;
flex-flow: column;
text-align: center;
justify-content: center;
padding: 3vw 3vw 3vw 3vw;
visibility: hidden;
top: 100px;
left: -185px;
}
#finalscore {
font-size: 2.75em;
}
.high-score {
font-size: 2.5em;
color:rgba(226,0,111,0.8);
text-shadow: 1px 1px white;
position: fixed;
transform: translate(-50%, -50%);
left: -20px;
top: 235px;
}
#high-score {
font-size: 1.5em;
color:white;
text-shadow: 1px 1px rgba(226,0,111,0.8);
} | css/main.css | body {
background-color: rgba(33,38,92,0.9);
font-family: 'Nova Square', cursive;
overflow: hidden;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
h1 {
font-size: 5em;
color: rgba(226,0,111,1);
outline: 5px dotted white;
text-shadow: 2px 2px white;
width: 320px;
margin: 0px 0px 0px 125px;
}
h3 {
font-size: 1.75em;
color:white;
text-shadow: 1px 1px rgba(226,0,111,1) ;
position: fixed;
transform: translate(-50%, -50%);
left: 570px;
top: 425px;
}
h3 > span {
font-size: 1.75em;
}
#start-button {
font-size: 2.5em;
font-family: 'Nova Square', cursive;
color: rgba(226,0,111,1);
background-color: rgba(255,255,255,1);
text-shadow: 2px 2px white;
position: fixed;
left: 495px;
top: 615px;
width: 150px;
border: 3px solid rgba(226,0,111,1);
}
#start-button:active {
transform: scale(0.98);
}
#container {
display: flex;
font-weight: bold;
}
#grid {
margin: 30px 0px 0px 125px;
border: 10px solid rgba(0,0,0,0.2);
border-width: 0px 10px 10px 10px;
width: 300px;
height: 600px;
display: flex;
flex-flow: column;
background-color: rgba(0,0,0,0.4);
outline: 5px dotted white;
}
.gridBox {
flex-grow: 1;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
border: 1px solid rgba(33,38,92,0.3);
border-radius: 1px;
}
.gridRow {
flex-grow: 1;
display: flex;
flex-flow: row;
}
.tetromino {
background-color: white;
}
#mini-grid {
margin: 50px 0px 0px 75px;
border: 10px solid transparent;
width: 80px;
height: 80px;
display: flex;
flex-wrap: wrap;
background-color: rgba(0,0,0,0.4);
outline: 5px dotted white;
}
#mini-grid div {
height: 20px;
width: 20px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
border: 1px solid rgba(33,38,92,0.3);
border-radius: 1px;
}
.final{
background-color: rgba(33,38,92,0.95);
font-size:5.5em;
color: rgba(226,0,111,1);
outline: 5px dotted white;
text-shadow: 2px 2px white;
position: fixed;
width: 95%;
height: 575px;
z-index: 2;
display: flex;
flex-flow: column;
text-align: center;
justify-content: center;
padding: 3vw 3vw 3vw 3vw;
visibility: hidden;
top: 100px;
left: -185px;
}
#finalscore {
font-size: 2.75em;
}
.high-score {
font-size: 2.5em;
color:rgba(226,0,111,0.8);
text-shadow: 1px 1px white;
position: fixed;
transform: translate(-50%, -50%);
left: -20px;
top: 235px;
}
#high-score {
font-size: 1.5em;
color:white;
text-shadow: 1px 1px rgba(226,0,111,0.8);
} | 0.532182 | 0.154695 |
#sec_1, #sec_1 > .container, #sec_1 > .row {
height: 88vh;
/*background-color: #7da8c3 !important;*/
}
#sec_2 {
height: 100vh;
/*background-color: #1c9df3;*/
}
#sec_2 > .container {
width: 100%;
}
#sec_3 {
/*height: 130vh;*/
width: 100%;
height: 820px;
/*background-color: #fffff0;*/
}
#sec_4 {
height: 100vh;
/*background-color: #00bdef;*/
}
/* penyempurnaan */
.row > .col-md-6 {
padding-left: 5px;
}
#myCarousel.carousel, .kanan {
height: 88vh;
}
.konten-atas {
height: 50%;
}
.konten-atas > a > img {
height: 100%;
width: 100%;
}
.konten-bawah {
display: flex;
}
img#img_caros.img-responsive {
/*max-height: 525px;*/
height: 85vh;
width: 100%;
}
.konten-bawah > a {
width: 50%;
}
.konten-bawah > a > img {
width: 100%;
height: 93%;
}
.atas {
padding-bottom: 10px;
}
.bawah {
padding-top: 10px;
height:50%;
/*padding-bottom:40px;*/
}
#kiri {
padding-right: 10px;
}
#kanan {
padding-left: 10px;
}
.btn.btn-default.bulat {
color: #000;
background-color: #fff;
border: 2px solid #4CAF50; /* Green */
}
.btn.btn-default.bulat:hover {
background-color: darkseagreen;
}
.bulat {
border-radius: 50px !important;
color: black !important;
background: white;
border: 2px solid #000;
}
.col-centered {
float: none;
margin: 0 auto;
}
.carousel-control {
width: 8%;
width: 0px;
}
.carousel-control.left,
.carousel-control.right {
/*margin-right: 40px;
margin-left: 32px; */
width: 5%;
background-image: none;
opacity: 1;
}
.carousel-control > a > span {
color: white;
font-size: 29px !important;
}
.carousel-col {
position: relative;
min-height: 1px;
padding: 5px;
float: left;
}
/*
.active > div { display:none; }
.active > div:first-child { display:block; }
*/
/*xs*/
@media (max-width: 767px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next { left: 50%; }
.carousel-inner .prev { left: -50%; }
.carousel-col { width: 50%; }
.active > div:first-child + div { display:block; }
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next { left: 50%; }
.carousel-inner .prev { left: -50%; }
.carousel-col { width: 50%; }
.active > div:first-child + div { display:block; }
}
/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
.carousel-inner .active.left { left: -33%; }
.carousel-inner .active.right { left: 33%; }
.carousel-inner .next { left: 33%; }
.carousel-inner .prev { left: -33%; }
.carousel-col { width: 33%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
}
/*lg*/
@media (min-width: 1200px) {
.carousel-inner .active.left { left: -25%; }
.carousel-inner .active.right{ left: 25%; }
.carousel-inner .next { left: 25%; }
.carousel-inner .prev { left: -25%; }
.carousel-col { width: 25%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
.active > div:first-child + div + div + div { display:block; }
}
.block {
width: 306px;
height: 230px;
}
.red {background: red;}
.blue {background: blue;}
.green {background: green;}
.yellow {background: yellow;}
.carousel-indicators .car1 {
color: grey;
}
.crsl {
margin: 10px auto;
padding: 0 30px;
}
.crsl .item {
min-height: 330px;
text-align: center;
overflow: hidden;
}
.img-box-category {
/*height: 65vh;*/
height: 100%;
width: auto;
}
.img-category {
/*height: 65vh;*/
height: 100%;
width: auto;
position: relative;
/*left: auto;*/
}
.crsl .item .img-box {
height: 160px;
width: 100%;
position: relative;
}
.crsl .item .img-boc {
height: 450px;
width: 100%;
position: relative;
}
.crsl .item .img-blogs {
height: 325px;
width: 100%;
position: relative;
}
.img-boc > a > img {
height: 100%;
}
.crsl .item img {
max-width: 100%;
max-height: 100%;
display: inline-block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
}
.crsl .item h4 {
font-size: 18px;
margin: 10px 0;
}
.crsl .item .btn {
color: #333;
border-radius: 0;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
background: none;
border: 1px solid #ccc;
padding: 5px 10px;
margin-top: 5px;
line-height: 16px;
}
.crsl .item .btn:hover, .crsl .item .btn:focus {
color: #fff;
background: #000;
border-color: #000;
box-shadow: none;
}
.crsl .item .btn i {
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
.crsl .thumb-wrapper {
text-align: center;
}
.crsl .thumb-wrapper-2 {
/*text-align: center;*/
padding-left: 60px;
}
.crsl .thumb-wrapper-3 {
/*text-align: center;*/
padding-left: 80px;
}
/*.thumb-wrapper-2 {*/
/*position: relative;*/
/*!*padding-left: 70px;*!*/
/*text-align: center;*/
/*height: 450px;*/
/*}*/
.crsl .thumb-content {
padding: 15px;
}
.crsl .thumb-contents {
/*padding: 15px;*/
padding-top: 10px;
text-align: left;
}
.crsl .crsl-control {
height: 100px;
width: 40px;
background: none;
margin: auto 0;
background: rgba(0, 0, 0, 0.2);
}
.crsl .crsl-control i {
font-size: 30px;
position: absolute;
top: 50%;
display: inline-block;
margin: -16px 0 0 0;
z-index: 5;
left: 0;
right: 0;
color: rgba(0, 0, 0, 0.8);
text-shadow: none;
font-weight: bold;
}
.crsl .item-price {
font-size: 13px;
padding: 2px 0;
}
.crsl .item-price strike {
color: #999;
margin-right: 5px;
}
.crsl .item-price span {
color: #86bd57;
font-size: 110%;
}
.crsl .crsl-control.left i {
margin-left: -3px;
}
.crsl .crsl-control.left i {
margin-right: -3px;
}
.crsl .crsl-indicators {
bottom: -50px;
}
.crsl-indicators li, .crsl-indicators li.active {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 50%;
border-color: transparent;
}
.crsl-indicators li {
background: rgba(0, 0, 0, 0.2);
}
.crsl-indicators li.active {
background: rgba(0, 0, 0, 0.6);
}
.black {
color: #000;
}
.black:hover {
color: red;
/*background-color: #000;*/
}
a.carousel-control.left.crsl-prev, a.carousel-control.right.crsl-next {
top: 50%;
}
.nav.nav-pills {
text-align: center;
}
.thumb-content > .title > a {
font-size: 20px;
color: black;
}
.cat-label {
position: absolute;
left: 5%;
right:auto;
top: 0;
padding-top: 60px;
color: #0b0;
text-transform: uppercase;
letter-spacing: .6em;
writing-mode: vertical-lr;
}
.cat-label-blog {
position: absolute;
left: 5%;
right:auto;
top: 0;
/*padding-top: 60px;*/
color: #0b0;
text-transform: uppercase;
letter-spacing: .6em;
writing-mode: horizontal-tb;
} | themes/responsiv-flat/assets/css/style.css |
#sec_1, #sec_1 > .container, #sec_1 > .row {
height: 88vh;
/*background-color: #7da8c3 !important;*/
}
#sec_2 {
height: 100vh;
/*background-color: #1c9df3;*/
}
#sec_2 > .container {
width: 100%;
}
#sec_3 {
/*height: 130vh;*/
width: 100%;
height: 820px;
/*background-color: #fffff0;*/
}
#sec_4 {
height: 100vh;
/*background-color: #00bdef;*/
}
/* penyempurnaan */
.row > .col-md-6 {
padding-left: 5px;
}
#myCarousel.carousel, .kanan {
height: 88vh;
}
.konten-atas {
height: 50%;
}
.konten-atas > a > img {
height: 100%;
width: 100%;
}
.konten-bawah {
display: flex;
}
img#img_caros.img-responsive {
/*max-height: 525px;*/
height: 85vh;
width: 100%;
}
.konten-bawah > a {
width: 50%;
}
.konten-bawah > a > img {
width: 100%;
height: 93%;
}
.atas {
padding-bottom: 10px;
}
.bawah {
padding-top: 10px;
height:50%;
/*padding-bottom:40px;*/
}
#kiri {
padding-right: 10px;
}
#kanan {
padding-left: 10px;
}
.btn.btn-default.bulat {
color: #000;
background-color: #fff;
border: 2px solid #4CAF50; /* Green */
}
.btn.btn-default.bulat:hover {
background-color: darkseagreen;
}
.bulat {
border-radius: 50px !important;
color: black !important;
background: white;
border: 2px solid #000;
}
.col-centered {
float: none;
margin: 0 auto;
}
.carousel-control {
width: 8%;
width: 0px;
}
.carousel-control.left,
.carousel-control.right {
/*margin-right: 40px;
margin-left: 32px; */
width: 5%;
background-image: none;
opacity: 1;
}
.carousel-control > a > span {
color: white;
font-size: 29px !important;
}
.carousel-col {
position: relative;
min-height: 1px;
padding: 5px;
float: left;
}
/*
.active > div { display:none; }
.active > div:first-child { display:block; }
*/
/*xs*/
@media (max-width: 767px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next { left: 50%; }
.carousel-inner .prev { left: -50%; }
.carousel-col { width: 50%; }
.active > div:first-child + div { display:block; }
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .active.right { left: 50%; }
.carousel-inner .next { left: 50%; }
.carousel-inner .prev { left: -50%; }
.carousel-col { width: 50%; }
.active > div:first-child + div { display:block; }
}
/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
.carousel-inner .active.left { left: -33%; }
.carousel-inner .active.right { left: 33%; }
.carousel-inner .next { left: 33%; }
.carousel-inner .prev { left: -33%; }
.carousel-col { width: 33%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
}
/*lg*/
@media (min-width: 1200px) {
.carousel-inner .active.left { left: -25%; }
.carousel-inner .active.right{ left: 25%; }
.carousel-inner .next { left: 25%; }
.carousel-inner .prev { left: -25%; }
.carousel-col { width: 25%; }
.active > div:first-child + div { display:block; }
.active > div:first-child + div + div { display:block; }
.active > div:first-child + div + div + div { display:block; }
}
.block {
width: 306px;
height: 230px;
}
.red {background: red;}
.blue {background: blue;}
.green {background: green;}
.yellow {background: yellow;}
.carousel-indicators .car1 {
color: grey;
}
.crsl {
margin: 10px auto;
padding: 0 30px;
}
.crsl .item {
min-height: 330px;
text-align: center;
overflow: hidden;
}
.img-box-category {
/*height: 65vh;*/
height: 100%;
width: auto;
}
.img-category {
/*height: 65vh;*/
height: 100%;
width: auto;
position: relative;
/*left: auto;*/
}
.crsl .item .img-box {
height: 160px;
width: 100%;
position: relative;
}
.crsl .item .img-boc {
height: 450px;
width: 100%;
position: relative;
}
.crsl .item .img-blogs {
height: 325px;
width: 100%;
position: relative;
}
.img-boc > a > img {
height: 100%;
}
.crsl .item img {
max-width: 100%;
max-height: 100%;
display: inline-block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
}
.crsl .item h4 {
font-size: 18px;
margin: 10px 0;
}
.crsl .item .btn {
color: #333;
border-radius: 0;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
background: none;
border: 1px solid #ccc;
padding: 5px 10px;
margin-top: 5px;
line-height: 16px;
}
.crsl .item .btn:hover, .crsl .item .btn:focus {
color: #fff;
background: #000;
border-color: #000;
box-shadow: none;
}
.crsl .item .btn i {
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
.crsl .thumb-wrapper {
text-align: center;
}
.crsl .thumb-wrapper-2 {
/*text-align: center;*/
padding-left: 60px;
}
.crsl .thumb-wrapper-3 {
/*text-align: center;*/
padding-left: 80px;
}
/*.thumb-wrapper-2 {*/
/*position: relative;*/
/*!*padding-left: 70px;*!*/
/*text-align: center;*/
/*height: 450px;*/
/*}*/
.crsl .thumb-content {
padding: 15px;
}
.crsl .thumb-contents {
/*padding: 15px;*/
padding-top: 10px;
text-align: left;
}
.crsl .crsl-control {
height: 100px;
width: 40px;
background: none;
margin: auto 0;
background: rgba(0, 0, 0, 0.2);
}
.crsl .crsl-control i {
font-size: 30px;
position: absolute;
top: 50%;
display: inline-block;
margin: -16px 0 0 0;
z-index: 5;
left: 0;
right: 0;
color: rgba(0, 0, 0, 0.8);
text-shadow: none;
font-weight: bold;
}
.crsl .item-price {
font-size: 13px;
padding: 2px 0;
}
.crsl .item-price strike {
color: #999;
margin-right: 5px;
}
.crsl .item-price span {
color: #86bd57;
font-size: 110%;
}
.crsl .crsl-control.left i {
margin-left: -3px;
}
.crsl .crsl-control.left i {
margin-right: -3px;
}
.crsl .crsl-indicators {
bottom: -50px;
}
.crsl-indicators li, .crsl-indicators li.active {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 50%;
border-color: transparent;
}
.crsl-indicators li {
background: rgba(0, 0, 0, 0.2);
}
.crsl-indicators li.active {
background: rgba(0, 0, 0, 0.6);
}
.black {
color: #000;
}
.black:hover {
color: red;
/*background-color: #000;*/
}
a.carousel-control.left.crsl-prev, a.carousel-control.right.crsl-next {
top: 50%;
}
.nav.nav-pills {
text-align: center;
}
.thumb-content > .title > a {
font-size: 20px;
color: black;
}
.cat-label {
position: absolute;
left: 5%;
right:auto;
top: 0;
padding-top: 60px;
color: #0b0;
text-transform: uppercase;
letter-spacing: .6em;
writing-mode: vertical-lr;
}
.cat-label-blog {
position: absolute;
left: 5%;
right:auto;
top: 0;
/*padding-top: 60px;*/
color: #0b0;
text-transform: uppercase;
letter-spacing: .6em;
writing-mode: horizontal-tb;
} | 0.310485 | 0.052546 |
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Balsamiq+Sans&family=Fredoka+One&family=Lobster&display=swap");
:root {
--main-font: "Fredoka One", cursive;
--secondary-font: "Balsamiq Sans", cursive;
--orange: rgb(250, 198, 119);
--silver: rgb(235, 225, 225);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*:focus {
outline: none;
}
body {
overflow-x: hidden;
}
.navbar-brand {
font-family: var(--main-font);
letter-spacing: 0.2rem;
}
.navbar-nav li {
padding: 0 10px;
}
.navbar-nav li a {
color: black !important;
font-weight: 700;
font-family: var(--secondary-font);
}
.navbar-toggler {
outline: none !important;
}
header {
min-width: 100vw;
min-height: 100vh;
background-image: url("img/background.jpg");
background-position: top right;
background-size: cover;
}
.shorten {
display: flex;
}
.input {
border-radius: 20px;
border: 0;
outline: 0;
width: 100%;
padding: 0 50px;
height: 50px;
}
.op-inp {
width: 70%;
}
.op-icon {
margin-left: 20px;
display: flex;
width: max-content;
}
@media (max-width: 650px) {
.shorten {
flex-direction: column;
justify-content: center;
}
.op-inp,
.op-icon {
width: 100%;
}
.op-icon {
margin: 10px 0;
justify-content: center;
}
}
.search,
.done {
border: 2px var(--silver) solid;
border-radius: 50%;
background: var(--orange);
color: black;
font-weight: 300;
font-size: 20px;
display: flex;
outline: none;
cursor: pointer;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
margin-right: 10px;
}
.banner {
justify-content: center;
align-items: center;
}
#link {
font-size: 25px;
font-family: var(--main-font);
color: var(--silver);
}
.title {
font-size: 65px;
margin-top: 95px;
font-family: var(--main-font);
letter-spacing: 0.2rem;
color: var(--orange);
}
.icon {
transform: rotate(-90deg);
font-size: 70px;
}
.subtext {
font-size: 32px;
color: var(--silver);
font-family: var(--secondary-font);
}
#out {
font-size: 15px;
color: var(--silver);
font-family: var(--secondary-font);
}
#result {
font-size: 20px;
color: var(--orange);
font-family: var(--secondary-font);
}
.link-out {
margin: 8px auto;
display: flex;
}
.link-out > * {
margin: 0;
padding: 0;
}
.link-out p {
min-width: 65%;
overflow-wrap: break-word;
}
.link-out a {
width: 35%;
margin-left: 20px;
color: var(--orange);
}
@media (max-width: 550px) {
.link-out {
display: block;
}
.link-out p,
.link-out a {
width: 100%;
margin-left: 0;
}
.input {
height: 40px;
}
}
@media (max-width: 990px) {
.head-text {
font-size: 55px;
}
.subtext {
font-size: 30px;
}
}
@media (max-width: 768px) {
.link-out a {
text-align: right;
margin-right: 20px;
}
}
@media (max-width: 680px) {
.head-text {
font-size: 45px;
}
.subtext {
font-size: 18px;
}
}
@media (max-width: 650px) {
.head-text,
.subtext {
text-align: center;
}
.title {
margin-top: 75px;
}
#link {
font-size: 20px;
}
} | style.css | @import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Balsamiq+Sans&family=Fredoka+One&family=Lobster&display=swap");
:root {
--main-font: "Fredoka One", cursive;
--secondary-font: "Balsamiq Sans", cursive;
--orange: rgb(250, 198, 119);
--silver: rgb(235, 225, 225);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*:focus {
outline: none;
}
body {
overflow-x: hidden;
}
.navbar-brand {
font-family: var(--main-font);
letter-spacing: 0.2rem;
}
.navbar-nav li {
padding: 0 10px;
}
.navbar-nav li a {
color: black !important;
font-weight: 700;
font-family: var(--secondary-font);
}
.navbar-toggler {
outline: none !important;
}
header {
min-width: 100vw;
min-height: 100vh;
background-image: url("img/background.jpg");
background-position: top right;
background-size: cover;
}
.shorten {
display: flex;
}
.input {
border-radius: 20px;
border: 0;
outline: 0;
width: 100%;
padding: 0 50px;
height: 50px;
}
.op-inp {
width: 70%;
}
.op-icon {
margin-left: 20px;
display: flex;
width: max-content;
}
@media (max-width: 650px) {
.shorten {
flex-direction: column;
justify-content: center;
}
.op-inp,
.op-icon {
width: 100%;
}
.op-icon {
margin: 10px 0;
justify-content: center;
}
}
.search,
.done {
border: 2px var(--silver) solid;
border-radius: 50%;
background: var(--orange);
color: black;
font-weight: 300;
font-size: 20px;
display: flex;
outline: none;
cursor: pointer;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
margin-right: 10px;
}
.banner {
justify-content: center;
align-items: center;
}
#link {
font-size: 25px;
font-family: var(--main-font);
color: var(--silver);
}
.title {
font-size: 65px;
margin-top: 95px;
font-family: var(--main-font);
letter-spacing: 0.2rem;
color: var(--orange);
}
.icon {
transform: rotate(-90deg);
font-size: 70px;
}
.subtext {
font-size: 32px;
color: var(--silver);
font-family: var(--secondary-font);
}
#out {
font-size: 15px;
color: var(--silver);
font-family: var(--secondary-font);
}
#result {
font-size: 20px;
color: var(--orange);
font-family: var(--secondary-font);
}
.link-out {
margin: 8px auto;
display: flex;
}
.link-out > * {
margin: 0;
padding: 0;
}
.link-out p {
min-width: 65%;
overflow-wrap: break-word;
}
.link-out a {
width: 35%;
margin-left: 20px;
color: var(--orange);
}
@media (max-width: 550px) {
.link-out {
display: block;
}
.link-out p,
.link-out a {
width: 100%;
margin-left: 0;
}
.input {
height: 40px;
}
}
@media (max-width: 990px) {
.head-text {
font-size: 55px;
}
.subtext {
font-size: 30px;
}
}
@media (max-width: 768px) {
.link-out a {
text-align: right;
margin-right: 20px;
}
}
@media (max-width: 680px) {
.head-text {
font-size: 45px;
}
.subtext {
font-size: 18px;
}
}
@media (max-width: 650px) {
.head-text,
.subtext {
text-align: center;
}
.title {
margin-top: 75px;
}
#link {
font-size: 20px;
}
} | 0.394784 | 0.107344 |
.center {
text-align: center;
}
.middle {
float: none;
display: inline-block;
vertical-align: middle;
}
h1 {
font-family: 'Raleway', sans-serif;
font-size: 90px;
text-transform: uppercase;
line-height: 1em;
}
h1 span {
font-weight: 900;
}
img {
max-width: 100%;
}
.Pub {
background-size: 100%;
position: absolute;
max-width: 1080px;
max-height: 1920px;
height: 100%;
text-align: center;
width: 100%
}
.citation p {
font-size: 74px;
line-height: 92px;
padding: 7.18% 10.50% 0;
text-align: center;
font-weight: 300;
text-transform: uppercase;
font-style: italic;
}
.citation p.cita {
opacity: 1;
transition: all 0.25s;
transition-delay: 0.25s;
transition-timing-function: ease-out;
}
.ng-hide .citation p.cita {
opacity: 0;
transform: translateX(250px);
}
.citation p.auteur {
font-size: 48px;
line-height: 50px;
padding: 2% 12.03%;
font-style: normal;
color: #f1c3b5;
transition: all 0.25s;
transition-delay: 0.5s;
transition-timing-function: ease-out;
}
.ng-hide .citation p.auteur {
opacity: 0;
transform: translateX(250px);
}
.img-bottom {
position: absolute;
left: 10.50%;
right: 10.50%;
bottom: 5.78%;
opacity: 1;
transition: all 0.5s;
transition-delay: 0.25s;
}
.ng-hide .img-bottom {
transform: translateY(50px);
opacity: 0;
}
.img-bottom p {
font-size: 48px;
padding-top: 40px;
text-transform: uppercase;
letter-spacing: 25px;
font-weight: 300
}
.img-bottom .logo-miam {
position: relative;
z-index: 100
}
.img-bottom::before {
content: "";
width: 100%;
height: 4px;
display: block;
position: absolute;
top: 100px;
background: url(resources/tiret.png)no-repeat center center;
}
.Pub {
font-size: 30px;
line-height: 1.125em;
color: #fff;
font-family: 'Open Sans', sans-serif;
transition: all 0.25s;
opacity: 1;
background: transparent url(resources/bg-crepes.jpg) no-repeat center center;
} | slides/basiques/miam-miam/Crepes/styles.css | .center {
text-align: center;
}
.middle {
float: none;
display: inline-block;
vertical-align: middle;
}
h1 {
font-family: 'Raleway', sans-serif;
font-size: 90px;
text-transform: uppercase;
line-height: 1em;
}
h1 span {
font-weight: 900;
}
img {
max-width: 100%;
}
.Pub {
background-size: 100%;
position: absolute;
max-width: 1080px;
max-height: 1920px;
height: 100%;
text-align: center;
width: 100%
}
.citation p {
font-size: 74px;
line-height: 92px;
padding: 7.18% 10.50% 0;
text-align: center;
font-weight: 300;
text-transform: uppercase;
font-style: italic;
}
.citation p.cita {
opacity: 1;
transition: all 0.25s;
transition-delay: 0.25s;
transition-timing-function: ease-out;
}
.ng-hide .citation p.cita {
opacity: 0;
transform: translateX(250px);
}
.citation p.auteur {
font-size: 48px;
line-height: 50px;
padding: 2% 12.03%;
font-style: normal;
color: #f1c3b5;
transition: all 0.25s;
transition-delay: 0.5s;
transition-timing-function: ease-out;
}
.ng-hide .citation p.auteur {
opacity: 0;
transform: translateX(250px);
}
.img-bottom {
position: absolute;
left: 10.50%;
right: 10.50%;
bottom: 5.78%;
opacity: 1;
transition: all 0.5s;
transition-delay: 0.25s;
}
.ng-hide .img-bottom {
transform: translateY(50px);
opacity: 0;
}
.img-bottom p {
font-size: 48px;
padding-top: 40px;
text-transform: uppercase;
letter-spacing: 25px;
font-weight: 300
}
.img-bottom .logo-miam {
position: relative;
z-index: 100
}
.img-bottom::before {
content: "";
width: 100%;
height: 4px;
display: block;
position: absolute;
top: 100px;
background: url(resources/tiret.png)no-repeat center center;
}
.Pub {
font-size: 30px;
line-height: 1.125em;
color: #fff;
font-family: 'Open Sans', sans-serif;
transition: all 0.25s;
opacity: 1;
background: transparent url(resources/bg-crepes.jpg) no-repeat center center;
} | 0.641647 | 0.170301 |
Base
========================================================================== */
.ts-selection {
border: 1px solid var(--ts-gray-100);
border-radius: 0.4rem;
padding: 0.25rem 0.35rem;
display: inline-flex;
background: var(--ts-gray-100);
box-sizing: border-box;
}
/* ==========================================================================
Structure
========================================================================== */
.ts-selection .item {
display: flex;
}
.ts-selection .item .text {
display: inline-flex;
padding: 0.25rem 1rem;
border-radius: 0.3rem;
font-size: var(--ts-absolute-small);
color: var(--ts-gray-800);
border-color: var(--ts-gray-100);
user-select: none;
cursor: pointer;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.5;
}
.ts-selection .item input {
display: none;
}
.ts-selection input:checked + .text {
background: var(--ts-primary-700);
border-color: var(--ts-primary-700);
color: var(--ts-white);
}
/* ==========================================================================
Variations
========================================================================== */
/**
* Disabled
*/
.ts-selection.is-disabled {
pointer-events: none;
opacity: 0.5;
user-select: none;
}
.ts-selection .item.is-disabled {
pointer-events: none;
opacity: 0.5;
user-select: none;
}
/**
* Circular
*/
.ts-selection.is-circular {
border-radius: 100rem;
}
.ts-selection.is-circular .item .text {
border-radius: 100rem;
}
/**
* Fluid
*/
.ts-selection.is-fluid {
width: 100%;
}
.ts-selection.is-fluid .item {
flex: 1;
}
.ts-selection.is-fluid .item .text {
width: 100%;
}
/**
* Sizes
*/
.ts-selection.is-small .item .text {
font-size: var(--ts-font-size-13px);
}
.ts-selection.is-large .item .text {
font-size: var(--ts-font-size-17px);
}
/**
* Dense
*/
.ts-selection.is-dense {
/*padding: 0.25rem 0.5rem;*/
}
.ts-selection.is-dense .item .text {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
} | docs/zh-tw/assets/tocas/selection.css | Base
========================================================================== */
.ts-selection {
border: 1px solid var(--ts-gray-100);
border-radius: 0.4rem;
padding: 0.25rem 0.35rem;
display: inline-flex;
background: var(--ts-gray-100);
box-sizing: border-box;
}
/* ==========================================================================
Structure
========================================================================== */
.ts-selection .item {
display: flex;
}
.ts-selection .item .text {
display: inline-flex;
padding: 0.25rem 1rem;
border-radius: 0.3rem;
font-size: var(--ts-absolute-small);
color: var(--ts-gray-800);
border-color: var(--ts-gray-100);
user-select: none;
cursor: pointer;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.5;
}
.ts-selection .item input {
display: none;
}
.ts-selection input:checked + .text {
background: var(--ts-primary-700);
border-color: var(--ts-primary-700);
color: var(--ts-white);
}
/* ==========================================================================
Variations
========================================================================== */
/**
* Disabled
*/
.ts-selection.is-disabled {
pointer-events: none;
opacity: 0.5;
user-select: none;
}
.ts-selection .item.is-disabled {
pointer-events: none;
opacity: 0.5;
user-select: none;
}
/**
* Circular
*/
.ts-selection.is-circular {
border-radius: 100rem;
}
.ts-selection.is-circular .item .text {
border-radius: 100rem;
}
/**
* Fluid
*/
.ts-selection.is-fluid {
width: 100%;
}
.ts-selection.is-fluid .item {
flex: 1;
}
.ts-selection.is-fluid .item .text {
width: 100%;
}
/**
* Sizes
*/
.ts-selection.is-small .item .text {
font-size: var(--ts-font-size-13px);
}
.ts-selection.is-large .item .text {
font-size: var(--ts-font-size-17px);
}
/**
* Dense
*/
.ts-selection.is-dense {
/*padding: 0.25rem 0.5rem;*/
}
.ts-selection.is-dense .item .text {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
} | 0.492432 | 0.107484 |
body {
margin: 0;
padding-top: 70px;
padding-bottom: 40px;
font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"MS Pゴシック",MS PGothic,"メイリオ",Meiryo,Verdana,sans-serif;
font-size: 14px;
line-height: 1.5em;
}
.error-msg {
color: red;
margin: 0;
}
.color-red {
color: red;
}
label {
font-weight: normal;
}
/* #endregion 全体 ここまで */
/* #region 各ページ共通 */
#dialog dl,
#dialog_minor_subject dl,
#course_dialog dl,
#dialog_other_test dl,
#password_change_dialog dl {
padding: 10px 0;
margin: 0;
}
#dialog dl dt,
#dialog_minor_subject dl dt,
#course_dialog dl dt,
#dialog_other_test dl dt,
#password_change_dialog dl dt {
width: 150px;
float: left;
height: 40px;
}
#dialog dl dd,
#dialog_minor_subject dl dd,
#course_dialog dl dd,
#dialog_other_test dl dd,
#password_change_dialog dl dd {
padding-left: 150px;
height: 40px;
}
#dialog dl dd input[type="text"],
#dialog_minor_subject dl dd input[type="text"],
#course_dialog dl dd input[type="text"],
#dialog_other_test dl dd input[type="text"],
#dialog_other_test dl dd select,
#password_change_dialog dl dd input[type="password"] {
width: 80%;
padding: 5px 10px;
}
#dialog dl dd textarea {
width: 80%;
height: 80px;
}
.form-area {
margin: 40px 0 0;
padding: 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.form-area dl {
margin: 0 0 15px;
padding: 0;
}
.form-area dl dt {
float: left;
width: 140px;
font-weight: normal;
}
.form-area dl dd {
padding-left: 140px;
}
.form-area dl dd input[type='text'] {
padding: 3px 5px;
width: 200px;
}
.ime-active {
ime-mode: active;
}
.ime-disabled {
ime-mode: disabled;
}
/* #endregion 各ページ共通 ここまで */
/* #region 管理者ログイン */
.login-box {
padding: 30px;
margin: 20px auto 0;
text-align: center;
border: 1px solid #C0C0C0;
border-radius: 10px;
width: 90%;
max-width: 400px;
}
.login-box input[type='text'],
.login-box input[type='password'] {
width: 80%;
max-width: 300px;
padding: 10px 5px;
margin-bottom: 15px;
}
/* #endregion 管理者ログイン ここまで */
/* #region TOP画面 */
.current-attention {
display: flex;
align-items: center;
}
.current-attention span {
margin-left: 20px;
font-size: 20px;
font-weight: bold;
}
/* #endregion TOP画面 */
/* #region 塾管理 */
#tbl_juku td {
position: relative;
}
#tbl_juku td span.btn-change {
background-color: #F09199;
color: #FFFFFF;
font-size: 13px;
position: absolute;
top: 7px;
right: 7px;
padding: 1px 8px;
border-radius: 2px;
cursor: pointer;
}
#tbl_juku td span.btn-change:hover {
opacity: 0.8;
}
.additional-data span.btn-change {
display: block;
background-color: #F09199;
color: #FFFFFF;
font-size: 13px;
padding: 1px 8px;
margin: 0 auto;
text-align: center;
width: 43px;
border-radius: 2px;
cursor: pointer;
}
.additional-data span.btn-change:hover {
opacity: 0.8;
}
.juku-input-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.juku-input-box dl {
margin: 0 0 20px;
}
.juku-input-box dl dt {
margin-top: 5px;
font-weight: normal;
float: left;
width: 80px;
}
.juku-input-box dl dd {
padding-left: 80px;
}
.juku-input-box dl dd input[type='text'] {
padding: 3px 5px;
width: 100px;
}
.juku-input-box dl dd input[type='text'].mid-width {
width: 150px;
}
.juku-input-box dl dd input[type='text'].long-width {
width: 250px;
}
.juku-input-box dl dd input[type='radio'] {
margin-top: 8px;
}
.juku-input-box dl dd select {
padding: 5px;
width: 150px;
}
.juku-input-box dl dd label {
font-weight: normal;
margin: 0 15px 0 3px;
}
.juku-input-box .button-box {
text-align: right;
}
.juku-input-box .button-box button {
padding-left: 20px;
padding-right: 20px;
}
#tbl_juku_student {
position: relative;
}
#tbl_juku_student caption {
position: absolute;
top: -50px;
left: 10px;
}
/* #endregion 塾管理 ここまで */
/* #region グループ処理管理 */
ul.group-box {
height: 550px;
list-style: none;
overflow-y: scroll;
border: 1px solid #C0C0C0;
margin: 0 auto 20px;
padding: 0;
}
ul.group-box li {
padding: 5px;
border-bottom: 1px solid #C0C0C0;
cursor: pointer;
}
ul.group-box li:hover {
background-color: #E0E0E0;
}
ul.group-box li.selected-list {
background-color: #808080;
color: #FFFFFF;
cursor: default;
}
ul.group-box li .group-number {
display: inline-block;
width: 30px;
text-align: right;
}
.group-button-box::after {
content: "";
display: block;
clear: both;
}
.group-button-box .btn-left {
float: left;
}
.group-button-box .btn-right {
float: right;
}
/* #endregion グループ処理管理 ここまで */
/* #region 試験管理 */
.minor-subject-add {
display: inline-block;
padding: 0 7px;
margin-right: 30px;
border-radius: 2px;
background-color: #F05050;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
}
.minor-subject-box {
display: inline-block;
padding: 0 7px;
margin-right: 20px;
border-radius: 2px;
position: relative;
background-color: #6EA359;
color: #FFFFC0;
font-weight: bold;
cursor: pointer;
}
.minor-subject-box .remove-box {
display: block;
position: absolute;
top: -8px;
right: -13px;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #FF8020;
cursor: pointer;
}
.minor-subject-box .remove-box::before,
.minor-subject-box .remove-box::after {
content: "";
display: block;
width: 15px;
height: 2px;
background-color: #FFFFFF;
position: absolute;
top: 9px;
right: 2px;
}
.minor-subject-box .remove-box::before {
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.minor-subject-box .remove-box::after {
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}
.examination-input-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.examination-input-box dl {
margin: 0 0 20px;
}
.examination-input-box dl dt {
margin-top: 5px;
font-weight: normal;
float: left;
width: 60px;
}
.examination-input-box dl dd {
padding-left: 60px;
}
.examination-input-box dl dd input[type='text'] {
padding: 3px 5px;
width: 100px;
}
.examination-input-box dl dd select {
padding: 5px;
width: 150px;
}
.examination-input-box dl dd label {
font-weight: normal;
margin: 0 15px 0 3px;
}
.examination-input-box .button-box {
text-align: right;
}
.examination-input-box .button-box button {
padding-left: 20px;
padding-right: 20px;
}
table.part-allot th {
font-weight: normal;
text-align: center;
padding: 4px !important;
}
table.part-allot td {
text-align: right;
padding: 4px !important;
}
table.part-allot .bk-gray {
background-color: #F5F5F5;
}
/* #endregion 試験管理 ここまで */
/* #region 入力受付中の試験設定 */
.current-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
width: 500px;
}
.current-box dl {
margin: 0 0 30px;
}
.current-box dl:last-child {
margin: 0;
}
.current-box dl dt {
font-weight: normal;
float: left;
width: 80px;
}
.current-box dl dd {
padding-left: 80px;
}
.current-box dl dd input[type='number'],
.current-box dl dd input[type='text'] {
width: 180px;
padding: 3px 5px;
}
.current-box dl dd select {
width: 180px;
padding: 5px;
}
.btn-box {
text-align: right;
}
/* #endregion 入力受付中の試験設定 ここまで */
/* #region 地域管理、中学管理、高校管理、FAQ管理共通 */
#sortable {
padding: 0;
}
#sortable .sort-elements {
border: 2px solid #808080;
border-radius: 4px;
margin: 10px;
padding: 10px 0 10px 45px;
background-color: #A0A0A0;
color: #FFFFFF;
font-weight: bold;
cursor: move;
position: relative;
}
#sortable .sort-elements span.arrow {
display: inline-block;
background-image: url("../img/admin/arrow_up_down.png");
background-repeat: no-repeat;
position: absolute;
width: 22px;
height: 35px;
top: 4px;
left: 7px;
}
#sortable .sort-elements .show-flg-box {
position: absolute;
top: 10px;
left: 300px;
cursor: pointer;
}
#sortable .sort-elements .modify-box {
position: absolute;
top: 10px;
left: 350px;
cursor: pointer;
}
#sortable .sort-elements .remove-box {
position: absolute;
top: 10px;
left: 400px;
cursor: pointer;
}
#sortable .sort-elements .modify-box-faq {
position: absolute;
top: 10px;
right: 100px;
cursor: pointer;
}
#sortable .sort-elements .remove-box-faq {
position: absolute;
top: 10px;
right: 50px;
cursor: pointer;
}
#sortable .sort-elements .target-box {
position: absolute;
top: 10px;
left: 500px;
}
#sortable .sort-elements .course-view-box {
position: absolute;
top: 10px;
left: 500px;
}
#sortable .sort-elements .course-view-box .btn-open,
#sortable .sort-elements .course-view-box .btn-close {
position: absolute;
top: 5px;
right: -22px;
cursor: pointer;
}
#sortable .sort-elements .course-view-box .btn-open {
width: 0;
height: 0;
border-style: solid;
border-width: 12px 8px 0;
border-color: #f5f5f5 transparent transparent transparent;
}
#sortable .sort-elements .course-view-box .btn-close {
display: none;
}
#sortable .sort-elements .course-view-box .btn-close::before,
#sortable .sort-elements .course-view-box .btn-close::after {
content: "";
display: block;
position: absolute;
top: 4px;
right: -2px;
width: 20px;
height: 4px;
background-color: #FFFFFF;
}
#sortable .sort-elements .course-view-box .btn-close::before {
transform: rotate(45deg);
}
#sortable .sort-elements .course-view-box .btn-close::after {
transform: rotate(-45deg);
}
#sortable .sort-elements .course-box {
padding: 10px;
margin: 8px 15px 0 0;
background-color: #FFFFFF;
color: #333333;
font-weight: normal;
border-radius: 3px;
display: none;
cursor: default;
}
#sortable .sort-elements .course-box::after {
content: "";
display: block;
clear: both;
}
#sortable .sort-elements .course-box .course-add-box {
float: left;
margin: 10px 20px 0 10px;
}
#sortable .sort-elements .course-box table {
border-collapse: collapse;
border-spacing: 0;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
margin: 10px 10px 10px 0;
}
#sortable .sort-elements .course-box table th,
#sortable .sort-elements .course-box table td {
border-bottom: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
padding: 5px;
}
#sortable .sort-elements .course-box table th {
font-weight: normal;
text-align: center;
}
#sortable .sort-elements .course-box table th.col-proc {
width: 130px;
}
#sortable .sort-elements .course-box table th.col-code {
width: 80px;
}
#sortable .sort-elements .course-box table th.col-name {
width: 210px;
}
#sortable .sort-elements .course-box table th.col-move {
width: 50px;
}
#sortable .sort-elements .course-box table td.align-right {
text-align: right;
}
#sortable .sort-elements .course-box table td {
position: relative;
}
#sortable .sort-elements .course-box table td .sort-order-up,
#sortable .sort-elements .course-box table td .sort-order-down {
width: 0;
height: 0;
border-style: solid;
position: absolute;
cursor: pointer;
}
#sortable .sort-elements .course-box table td .sort-order-up {
border-width: 0 8px 12px;
border-color: transparent transparent #DC143C transparent;
top: 9px;
right: 6px;
}
#sortable .sort-elements .course-box table td .sort-order-down {
border-width: 12px 8px 0;
border-color: #006400 transparent transparent transparent;
top: 10px;
left: 6px;
}
.page-description-box {
border: 1px solid #C0C0C0;
border-radius: 4px;
padding: 10px 20px;
margin-bottom: 20px;
}
.area-select-box {
border: 1px solid #C0C0C0;
border-radius: 4px;
padding: 20px;
margin-bottom: 20px;
}
.area-select-box p {
display: inline-block;
margin: 0 10px 0 0;
}
.area-select-box select {
padding: 5px;
}
/* #endregion 地域管理、中学管理、高校管理、FAQ管理共通 ここまで */
/* #region FAQ管理 */
.faq-input-box {
margin: 20px 0 0;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.faq-input-box dl {
margin: 0;
padding: 0;
}
.faq-input-box dl::after {
content: "";
display: block;
clear: both;
}
.faq-input-box dl dt {
font-weight: normal;
width: 50px;
float: left;
}
.faq-input-box dl dd {
padding-left: 50px;
}
.faq-input-box dl dd .faq-question,
.faq-input-box dl dd .faq-answer {
padding: 10px;
width: 100%;
}
.faq-input-box dl dd .faq-question {
height: 60px;
}
.faq-input-box dl dd .faq-answer {
height: 230px;
}
.faq-input-box .button-box {
text-align: right;
margin-top: 20px;
}
/* #endregion FAQ管理 ここまで */
/* #region 入力済みデータ確認、データエクスポート、データインポート */
.condition-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.condition-box h3 {
font-size: 18px;
font-weight: normal;
text-align: center;
margin-bottom: 20px;
}
.condition-box h4 {
font-size: 18px;
font-weight: normal;
text-align: center;
margin: 0 auto 10px;
}
.condition-box dl {
margin: 0 0 20px;
}
.condition-box dl dt {
margin-top: 5px;
font-weight: normal;
float: left;
width: 60px;
}
.condition-box dl dd {
padding-left: 60px;
}
.condition-box dl dd .input-year {
padding: 3px 5px;
width: 100px;
}
.condition-box dl dd .input-juku {
padding: 3px 5px;
width: 150px;
}
.condition-box dl dd select {
padding: 5px;
width: 150px;
}
.condition-box dl dd label {
font-weight: normal;
margin-right: 20px;
}
.condition-box .button-box {
text-align: right;
}
.condition-box .button-box button,
.condition-box .button-box input[type="submit"] {
padding-left: 20px;
padding-right: 20px;
}
.condition-box .import-info {
margin: 0 0 20px;
}
.score-mod-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.score-mod-box dl {
margin: 0 0 20px;
}
.score-mod-box dl dt {
font-weight: normal;
float: left;
width: 70px;
}
.score-mod-box dl dd {
padding-left: 70px;
}
.score-mod-box .button-box {
text-align: right;
}
.score-mod-box table {
margin-bottom: 5px;
}
.score-mod-box table th {
font-weight: normal;
text-align: center;
padding: 4px !important;
}
.score-mod-box table td {
text-align: right;
padding: 4px !important;
}
.score-mod-box table td.correct {
cursor: pointer;
}
.score-mod-box .bk-gray {
background-color: #F5F5F5;
}
.pagination {
display: inline-block;
margin: 0 0 30px 20px;
}
.pagination ul {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.pagination ul li {
display: inline-block;
background-color: #E0E0E0;
font-weight: bold;
padding: 5px 10px;
cursor: pointer;
}
.pagination ul li:hover {
opacity: 0.6;
}
.pagination ul li.current-page {
background-color: #808080;
color: #FFFFFF;
cursor: default;
}
.pagination ul li.current-page:hover {
opacity: 1.0;
}
.pagination ul li.not-anchor {
opacity: 0.6;
cursor: default;
}
.btn-score-mod {
background-color: #FF8C75;
font-size: 11px;
color: #FFFFFF;
padding: 2px 5px;
border-radius: 2px;
float: right;
cursor: pointer;
}
.btn-score-mod:hover {
background-color: #FF4C35;
}
.btn-score-mod::after {
content: "";
display: block;
clear: both;
}
/* #endregion 入力済みデータ確認、データエクスポート、データインポート ここまで */
/* #region 追跡調査入力 */
.alert-box {
background-color: #ffff80;
color: #CC7600;
border: 1px solid #E5A500;
font-weight: bold;
background-image: url('../img/admin/warning_48.png');
background-repeat: no-repeat;
background-position: 5px 5px;
padding: 10px 10px 10px 68px;
margin-bottom: 30px;;
}
.track-year {
width: 50px;
text-align: right;
padding: 2px 3px;
}
.tbl-track {
width: 100%;
border-top: 1px solid #A0A0A0;
border-left: 1px solid #A0A0A0;
margin-bottom: 20px;
font-size: 12px;
}
.tbl-track th,
.tbl-track td {
border-right: 1px solid #A0A0A0;
border-bottom: 1px solid #A0A0A0;
font-weight: normal;
text-align: center;
overflow: hidden;
padding: 3px 0;
}
.tbl-track .column-1 {
width: 100px;
}
.tbl-track .column-2 {
width: 65px;
}
.tbl-track .column-3 {
width: 170px;
}
.tbl-track .column-4 {
width: auto;
}
.tbl-track td.school-name {
font-size: 12px;
}
.tbl-track .fs-10 {
font-size: 10px;
}
.tbl-track .input-report {
width: 50px;
text-align: right;
padding: 0 3px;
}
.tbl-track .input-result {
width: 40px;
text-align: right;
padding: 0 3px;
}
.tbl-track input[type="text"]:focus {
box-shadow:0px 0px 6px 3px #FFC0C0;
background-color: #FAFAFA;
}
/* 高校選択 */
.select-school p {
margin: 10px 0 10px 20px;
}
.select-school dl {
border: 1px solid #C0C0C0;
margin: 0 40px 40px;
padding: 20px 40px;
border-radius: 10px;
}
.select-school dl::after {
content: "";
display: block;
clear: both;
}
.select-school dl dt {
font-weight: normal;
width: 75px;
float: left;
padding: 5px 0;
}
.select-school dl dd {
padding: 5px 0 5px 75px;
}
.select-box {
margin: 10px 0 20px 40px;
line-height: 30px;
}
.select-box select {
width: 200px;
}
/* 高校選択 ここまで */
/* 塾用アンケート */
h3.question {
margin: 40px 0 10px 20px;
padding: 0 0 5px 10px;
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid #8EC31F;
}
.questionnaire-attention {
margin: 0 0 10px 50px;
}
dl.not-take {
border: 1px solid #8EC31F;
border-radius: 4px;
margin: 0 0 20px 50px;
padding: 10px;
width: 600px;
}
dl.not-take::after {
content: "";
display: block;
clear: both;
}
dl.not-take dt {
font-weight: normal;
float: left;
width: 50px;
}
dl.not-take dd {
padding-left: 50px;
}
dl.not-take dd input[type="radio"] {
margin: 0;
}
dl.not-take dd label {
font-weight: normal;
display: inline-block;
margin-right: 40px;
}
dl.not-take dd textarea {
width: 460px;
height: 70px;
}
.choices {
display: inline-block;
margin: 0 5px 0 50px !important;
}
.choices + label {
font-weight: normal;
}
.questionnaire_free {
width: 100%;
height: 100px;
margin: 0 5px 0 50px !important;
}
.questionnaire-button-box {
margin-top: 30px;
text-align: center;
}
/* 塾用アンケート ここまで */
/* #endregion 追跡調査入力 ここまで */
/* #region 集計処理 */
dl.aggregate-form {
margin: 10px 0;
padding: 0;
}
dl.aggregate-form dt {
float: left;
width: 60px;
font-weight: normal;
}
dl.aggregate-form dd {
padding-left: 60px;
}
/* #endregion 集計処理 ここまで */ | css/style.admin.css | body {
margin: 0;
padding-top: 70px;
padding-bottom: 40px;
font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"MS Pゴシック",MS PGothic,"メイリオ",Meiryo,Verdana,sans-serif;
font-size: 14px;
line-height: 1.5em;
}
.error-msg {
color: red;
margin: 0;
}
.color-red {
color: red;
}
label {
font-weight: normal;
}
/* #endregion 全体 ここまで */
/* #region 各ページ共通 */
#dialog dl,
#dialog_minor_subject dl,
#course_dialog dl,
#dialog_other_test dl,
#password_change_dialog dl {
padding: 10px 0;
margin: 0;
}
#dialog dl dt,
#dialog_minor_subject dl dt,
#course_dialog dl dt,
#dialog_other_test dl dt,
#password_change_dialog dl dt {
width: 150px;
float: left;
height: 40px;
}
#dialog dl dd,
#dialog_minor_subject dl dd,
#course_dialog dl dd,
#dialog_other_test dl dd,
#password_change_dialog dl dd {
padding-left: 150px;
height: 40px;
}
#dialog dl dd input[type="text"],
#dialog_minor_subject dl dd input[type="text"],
#course_dialog dl dd input[type="text"],
#dialog_other_test dl dd input[type="text"],
#dialog_other_test dl dd select,
#password_change_dialog dl dd input[type="password"] {
width: 80%;
padding: 5px 10px;
}
#dialog dl dd textarea {
width: 80%;
height: 80px;
}
.form-area {
margin: 40px 0 0;
padding: 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.form-area dl {
margin: 0 0 15px;
padding: 0;
}
.form-area dl dt {
float: left;
width: 140px;
font-weight: normal;
}
.form-area dl dd {
padding-left: 140px;
}
.form-area dl dd input[type='text'] {
padding: 3px 5px;
width: 200px;
}
.ime-active {
ime-mode: active;
}
.ime-disabled {
ime-mode: disabled;
}
/* #endregion 各ページ共通 ここまで */
/* #region 管理者ログイン */
.login-box {
padding: 30px;
margin: 20px auto 0;
text-align: center;
border: 1px solid #C0C0C0;
border-radius: 10px;
width: 90%;
max-width: 400px;
}
.login-box input[type='text'],
.login-box input[type='password'] {
width: 80%;
max-width: 300px;
padding: 10px 5px;
margin-bottom: 15px;
}
/* #endregion 管理者ログイン ここまで */
/* #region TOP画面 */
.current-attention {
display: flex;
align-items: center;
}
.current-attention span {
margin-left: 20px;
font-size: 20px;
font-weight: bold;
}
/* #endregion TOP画面 */
/* #region 塾管理 */
#tbl_juku td {
position: relative;
}
#tbl_juku td span.btn-change {
background-color: #F09199;
color: #FFFFFF;
font-size: 13px;
position: absolute;
top: 7px;
right: 7px;
padding: 1px 8px;
border-radius: 2px;
cursor: pointer;
}
#tbl_juku td span.btn-change:hover {
opacity: 0.8;
}
.additional-data span.btn-change {
display: block;
background-color: #F09199;
color: #FFFFFF;
font-size: 13px;
padding: 1px 8px;
margin: 0 auto;
text-align: center;
width: 43px;
border-radius: 2px;
cursor: pointer;
}
.additional-data span.btn-change:hover {
opacity: 0.8;
}
.juku-input-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.juku-input-box dl {
margin: 0 0 20px;
}
.juku-input-box dl dt {
margin-top: 5px;
font-weight: normal;
float: left;
width: 80px;
}
.juku-input-box dl dd {
padding-left: 80px;
}
.juku-input-box dl dd input[type='text'] {
padding: 3px 5px;
width: 100px;
}
.juku-input-box dl dd input[type='text'].mid-width {
width: 150px;
}
.juku-input-box dl dd input[type='text'].long-width {
width: 250px;
}
.juku-input-box dl dd input[type='radio'] {
margin-top: 8px;
}
.juku-input-box dl dd select {
padding: 5px;
width: 150px;
}
.juku-input-box dl dd label {
font-weight: normal;
margin: 0 15px 0 3px;
}
.juku-input-box .button-box {
text-align: right;
}
.juku-input-box .button-box button {
padding-left: 20px;
padding-right: 20px;
}
#tbl_juku_student {
position: relative;
}
#tbl_juku_student caption {
position: absolute;
top: -50px;
left: 10px;
}
/* #endregion 塾管理 ここまで */
/* #region グループ処理管理 */
ul.group-box {
height: 550px;
list-style: none;
overflow-y: scroll;
border: 1px solid #C0C0C0;
margin: 0 auto 20px;
padding: 0;
}
ul.group-box li {
padding: 5px;
border-bottom: 1px solid #C0C0C0;
cursor: pointer;
}
ul.group-box li:hover {
background-color: #E0E0E0;
}
ul.group-box li.selected-list {
background-color: #808080;
color: #FFFFFF;
cursor: default;
}
ul.group-box li .group-number {
display: inline-block;
width: 30px;
text-align: right;
}
.group-button-box::after {
content: "";
display: block;
clear: both;
}
.group-button-box .btn-left {
float: left;
}
.group-button-box .btn-right {
float: right;
}
/* #endregion グループ処理管理 ここまで */
/* #region 試験管理 */
.minor-subject-add {
display: inline-block;
padding: 0 7px;
margin-right: 30px;
border-radius: 2px;
background-color: #F05050;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
}
.minor-subject-box {
display: inline-block;
padding: 0 7px;
margin-right: 20px;
border-radius: 2px;
position: relative;
background-color: #6EA359;
color: #FFFFC0;
font-weight: bold;
cursor: pointer;
}
.minor-subject-box .remove-box {
display: block;
position: absolute;
top: -8px;
right: -13px;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #FF8020;
cursor: pointer;
}
.minor-subject-box .remove-box::before,
.minor-subject-box .remove-box::after {
content: "";
display: block;
width: 15px;
height: 2px;
background-color: #FFFFFF;
position: absolute;
top: 9px;
right: 2px;
}
.minor-subject-box .remove-box::before {
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.minor-subject-box .remove-box::after {
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}
.examination-input-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.examination-input-box dl {
margin: 0 0 20px;
}
.examination-input-box dl dt {
margin-top: 5px;
font-weight: normal;
float: left;
width: 60px;
}
.examination-input-box dl dd {
padding-left: 60px;
}
.examination-input-box dl dd input[type='text'] {
padding: 3px 5px;
width: 100px;
}
.examination-input-box dl dd select {
padding: 5px;
width: 150px;
}
.examination-input-box dl dd label {
font-weight: normal;
margin: 0 15px 0 3px;
}
.examination-input-box .button-box {
text-align: right;
}
.examination-input-box .button-box button {
padding-left: 20px;
padding-right: 20px;
}
table.part-allot th {
font-weight: normal;
text-align: center;
padding: 4px !important;
}
table.part-allot td {
text-align: right;
padding: 4px !important;
}
table.part-allot .bk-gray {
background-color: #F5F5F5;
}
/* #endregion 試験管理 ここまで */
/* #region 入力受付中の試験設定 */
.current-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
width: 500px;
}
.current-box dl {
margin: 0 0 30px;
}
.current-box dl:last-child {
margin: 0;
}
.current-box dl dt {
font-weight: normal;
float: left;
width: 80px;
}
.current-box dl dd {
padding-left: 80px;
}
.current-box dl dd input[type='number'],
.current-box dl dd input[type='text'] {
width: 180px;
padding: 3px 5px;
}
.current-box dl dd select {
width: 180px;
padding: 5px;
}
.btn-box {
text-align: right;
}
/* #endregion 入力受付中の試験設定 ここまで */
/* #region 地域管理、中学管理、高校管理、FAQ管理共通 */
#sortable {
padding: 0;
}
#sortable .sort-elements {
border: 2px solid #808080;
border-radius: 4px;
margin: 10px;
padding: 10px 0 10px 45px;
background-color: #A0A0A0;
color: #FFFFFF;
font-weight: bold;
cursor: move;
position: relative;
}
#sortable .sort-elements span.arrow {
display: inline-block;
background-image: url("../img/admin/arrow_up_down.png");
background-repeat: no-repeat;
position: absolute;
width: 22px;
height: 35px;
top: 4px;
left: 7px;
}
#sortable .sort-elements .show-flg-box {
position: absolute;
top: 10px;
left: 300px;
cursor: pointer;
}
#sortable .sort-elements .modify-box {
position: absolute;
top: 10px;
left: 350px;
cursor: pointer;
}
#sortable .sort-elements .remove-box {
position: absolute;
top: 10px;
left: 400px;
cursor: pointer;
}
#sortable .sort-elements .modify-box-faq {
position: absolute;
top: 10px;
right: 100px;
cursor: pointer;
}
#sortable .sort-elements .remove-box-faq {
position: absolute;
top: 10px;
right: 50px;
cursor: pointer;
}
#sortable .sort-elements .target-box {
position: absolute;
top: 10px;
left: 500px;
}
#sortable .sort-elements .course-view-box {
position: absolute;
top: 10px;
left: 500px;
}
#sortable .sort-elements .course-view-box .btn-open,
#sortable .sort-elements .course-view-box .btn-close {
position: absolute;
top: 5px;
right: -22px;
cursor: pointer;
}
#sortable .sort-elements .course-view-box .btn-open {
width: 0;
height: 0;
border-style: solid;
border-width: 12px 8px 0;
border-color: #f5f5f5 transparent transparent transparent;
}
#sortable .sort-elements .course-view-box .btn-close {
display: none;
}
#sortable .sort-elements .course-view-box .btn-close::before,
#sortable .sort-elements .course-view-box .btn-close::after {
content: "";
display: block;
position: absolute;
top: 4px;
right: -2px;
width: 20px;
height: 4px;
background-color: #FFFFFF;
}
#sortable .sort-elements .course-view-box .btn-close::before {
transform: rotate(45deg);
}
#sortable .sort-elements .course-view-box .btn-close::after {
transform: rotate(-45deg);
}
#sortable .sort-elements .course-box {
padding: 10px;
margin: 8px 15px 0 0;
background-color: #FFFFFF;
color: #333333;
font-weight: normal;
border-radius: 3px;
display: none;
cursor: default;
}
#sortable .sort-elements .course-box::after {
content: "";
display: block;
clear: both;
}
#sortable .sort-elements .course-box .course-add-box {
float: left;
margin: 10px 20px 0 10px;
}
#sortable .sort-elements .course-box table {
border-collapse: collapse;
border-spacing: 0;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
margin: 10px 10px 10px 0;
}
#sortable .sort-elements .course-box table th,
#sortable .sort-elements .course-box table td {
border-bottom: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
padding: 5px;
}
#sortable .sort-elements .course-box table th {
font-weight: normal;
text-align: center;
}
#sortable .sort-elements .course-box table th.col-proc {
width: 130px;
}
#sortable .sort-elements .course-box table th.col-code {
width: 80px;
}
#sortable .sort-elements .course-box table th.col-name {
width: 210px;
}
#sortable .sort-elements .course-box table th.col-move {
width: 50px;
}
#sortable .sort-elements .course-box table td.align-right {
text-align: right;
}
#sortable .sort-elements .course-box table td {
position: relative;
}
#sortable .sort-elements .course-box table td .sort-order-up,
#sortable .sort-elements .course-box table td .sort-order-down {
width: 0;
height: 0;
border-style: solid;
position: absolute;
cursor: pointer;
}
#sortable .sort-elements .course-box table td .sort-order-up {
border-width: 0 8px 12px;
border-color: transparent transparent #DC143C transparent;
top: 9px;
right: 6px;
}
#sortable .sort-elements .course-box table td .sort-order-down {
border-width: 12px 8px 0;
border-color: #006400 transparent transparent transparent;
top: 10px;
left: 6px;
}
.page-description-box {
border: 1px solid #C0C0C0;
border-radius: 4px;
padding: 10px 20px;
margin-bottom: 20px;
}
.area-select-box {
border: 1px solid #C0C0C0;
border-radius: 4px;
padding: 20px;
margin-bottom: 20px;
}
.area-select-box p {
display: inline-block;
margin: 0 10px 0 0;
}
.area-select-box select {
padding: 5px;
}
/* #endregion 地域管理、中学管理、高校管理、FAQ管理共通 ここまで */
/* #region FAQ管理 */
.faq-input-box {
margin: 20px 0 0;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.faq-input-box dl {
margin: 0;
padding: 0;
}
.faq-input-box dl::after {
content: "";
display: block;
clear: both;
}
.faq-input-box dl dt {
font-weight: normal;
width: 50px;
float: left;
}
.faq-input-box dl dd {
padding-left: 50px;
}
.faq-input-box dl dd .faq-question,
.faq-input-box dl dd .faq-answer {
padding: 10px;
width: 100%;
}
.faq-input-box dl dd .faq-question {
height: 60px;
}
.faq-input-box dl dd .faq-answer {
height: 230px;
}
.faq-input-box .button-box {
text-align: right;
margin-top: 20px;
}
/* #endregion FAQ管理 ここまで */
/* #region 入力済みデータ確認、データエクスポート、データインポート */
.condition-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.condition-box h3 {
font-size: 18px;
font-weight: normal;
text-align: center;
margin-bottom: 20px;
}
.condition-box h4 {
font-size: 18px;
font-weight: normal;
text-align: center;
margin: 0 auto 10px;
}
.condition-box dl {
margin: 0 0 20px;
}
.condition-box dl dt {
margin-top: 5px;
font-weight: normal;
float: left;
width: 60px;
}
.condition-box dl dd {
padding-left: 60px;
}
.condition-box dl dd .input-year {
padding: 3px 5px;
width: 100px;
}
.condition-box dl dd .input-juku {
padding: 3px 5px;
width: 150px;
}
.condition-box dl dd select {
padding: 5px;
width: 150px;
}
.condition-box dl dd label {
font-weight: normal;
margin-right: 20px;
}
.condition-box .button-box {
text-align: right;
}
.condition-box .button-box button,
.condition-box .button-box input[type="submit"] {
padding-left: 20px;
padding-right: 20px;
}
.condition-box .import-info {
margin: 0 0 20px;
}
.score-mod-box {
margin: 10px auto 20px;
padding: 20px 30px;
border: 1px solid #C0C0C0;
border-radius: 10px;
}
.score-mod-box dl {
margin: 0 0 20px;
}
.score-mod-box dl dt {
font-weight: normal;
float: left;
width: 70px;
}
.score-mod-box dl dd {
padding-left: 70px;
}
.score-mod-box .button-box {
text-align: right;
}
.score-mod-box table {
margin-bottom: 5px;
}
.score-mod-box table th {
font-weight: normal;
text-align: center;
padding: 4px !important;
}
.score-mod-box table td {
text-align: right;
padding: 4px !important;
}
.score-mod-box table td.correct {
cursor: pointer;
}
.score-mod-box .bk-gray {
background-color: #F5F5F5;
}
.pagination {
display: inline-block;
margin: 0 0 30px 20px;
}
.pagination ul {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.pagination ul li {
display: inline-block;
background-color: #E0E0E0;
font-weight: bold;
padding: 5px 10px;
cursor: pointer;
}
.pagination ul li:hover {
opacity: 0.6;
}
.pagination ul li.current-page {
background-color: #808080;
color: #FFFFFF;
cursor: default;
}
.pagination ul li.current-page:hover {
opacity: 1.0;
}
.pagination ul li.not-anchor {
opacity: 0.6;
cursor: default;
}
.btn-score-mod {
background-color: #FF8C75;
font-size: 11px;
color: #FFFFFF;
padding: 2px 5px;
border-radius: 2px;
float: right;
cursor: pointer;
}
.btn-score-mod:hover {
background-color: #FF4C35;
}
.btn-score-mod::after {
content: "";
display: block;
clear: both;
}
/* #endregion 入力済みデータ確認、データエクスポート、データインポート ここまで */
/* #region 追跡調査入力 */
.alert-box {
background-color: #ffff80;
color: #CC7600;
border: 1px solid #E5A500;
font-weight: bold;
background-image: url('../img/admin/warning_48.png');
background-repeat: no-repeat;
background-position: 5px 5px;
padding: 10px 10px 10px 68px;
margin-bottom: 30px;;
}
.track-year {
width: 50px;
text-align: right;
padding: 2px 3px;
}
.tbl-track {
width: 100%;
border-top: 1px solid #A0A0A0;
border-left: 1px solid #A0A0A0;
margin-bottom: 20px;
font-size: 12px;
}
.tbl-track th,
.tbl-track td {
border-right: 1px solid #A0A0A0;
border-bottom: 1px solid #A0A0A0;
font-weight: normal;
text-align: center;
overflow: hidden;
padding: 3px 0;
}
.tbl-track .column-1 {
width: 100px;
}
.tbl-track .column-2 {
width: 65px;
}
.tbl-track .column-3 {
width: 170px;
}
.tbl-track .column-4 {
width: auto;
}
.tbl-track td.school-name {
font-size: 12px;
}
.tbl-track .fs-10 {
font-size: 10px;
}
.tbl-track .input-report {
width: 50px;
text-align: right;
padding: 0 3px;
}
.tbl-track .input-result {
width: 40px;
text-align: right;
padding: 0 3px;
}
.tbl-track input[type="text"]:focus {
box-shadow:0px 0px 6px 3px #FFC0C0;
background-color: #FAFAFA;
}
/* 高校選択 */
.select-school p {
margin: 10px 0 10px 20px;
}
.select-school dl {
border: 1px solid #C0C0C0;
margin: 0 40px 40px;
padding: 20px 40px;
border-radius: 10px;
}
.select-school dl::after {
content: "";
display: block;
clear: both;
}
.select-school dl dt {
font-weight: normal;
width: 75px;
float: left;
padding: 5px 0;
}
.select-school dl dd {
padding: 5px 0 5px 75px;
}
.select-box {
margin: 10px 0 20px 40px;
line-height: 30px;
}
.select-box select {
width: 200px;
}
/* 高校選択 ここまで */
/* 塾用アンケート */
h3.question {
margin: 40px 0 10px 20px;
padding: 0 0 5px 10px;
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid #8EC31F;
}
.questionnaire-attention {
margin: 0 0 10px 50px;
}
dl.not-take {
border: 1px solid #8EC31F;
border-radius: 4px;
margin: 0 0 20px 50px;
padding: 10px;
width: 600px;
}
dl.not-take::after {
content: "";
display: block;
clear: both;
}
dl.not-take dt {
font-weight: normal;
float: left;
width: 50px;
}
dl.not-take dd {
padding-left: 50px;
}
dl.not-take dd input[type="radio"] {
margin: 0;
}
dl.not-take dd label {
font-weight: normal;
display: inline-block;
margin-right: 40px;
}
dl.not-take dd textarea {
width: 460px;
height: 70px;
}
.choices {
display: inline-block;
margin: 0 5px 0 50px !important;
}
.choices + label {
font-weight: normal;
}
.questionnaire_free {
width: 100%;
height: 100px;
margin: 0 5px 0 50px !important;
}
.questionnaire-button-box {
margin-top: 30px;
text-align: center;
}
/* 塾用アンケート ここまで */
/* #endregion 追跡調査入力 ここまで */
/* #region 集計処理 */
dl.aggregate-form {
margin: 10px 0;
padding: 0;
}
dl.aggregate-form dt {
float: left;
width: 60px;
font-weight: normal;
}
dl.aggregate-form dd {
padding-left: 60px;
}
/* #endregion 集計処理 ここまで */ | 0.246896 | 0.08292 |
padding: 0px;
background: none;
border-width: 0px;
}
#tabs .ui-tabs-nav {
padding-left: 0px;
background: transparent;
border-width: 0px 0px 1px 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#tabs #breadcrumb li {
list-style-type:none;
float:left;
color: #808080;
}
#tabs #breadcrumb a {
display:block;
background-repeat:no-repeat;
background-position:right;
padding-right: 15px;
text-decoration: none;
color:#454545;
}
#tabs .ui-tabs-panel {
border-width: 0px 1px 1px 1px;
}
#breadcrumb a:hover {
color:#35acc5;
}
/** Individual pages for bundle building UI.*/
.tabHeader {
padding-top: 20px;
height: 30px;
background-color:#C0C0C0;
}
.tabHeader .headerLabel {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
/*font-size: 18px;
font: Times New Roman, Times, serif; */
font-size: 2em;
font-family: Arial Bold, Arial;
font-weight: 700;
}
.submitForm {
overflow: none;
height: 80px;
padding-left:20px;
padding-right: 20px;
margin-bottom: 30px;
margin-top: 20px;
}
.submit_enabled {
background-color: #463E3F;
height: 60px;
width: 150px;
float: right;
color: white;
margin-right: 50px;
margin-top: 20px;
}
.submit_disabled {
background-color: #F0F0F0;
height: 60px;
width: 150px;
float: right;
color: grey;
margin-right: 50px;
margin-top: 20px;
}
.link {
float: right;
color: #463E3F;
margin-top: 40px;
}
.bundleForm {
}
.bundleHeader {
font-weight: bold;
font: Arial, Helvetica, sans-serif;
font-size: 16px;
padding-top: 20px;
}
.adminLabel {
font-weight: bold;
font-size: 12px;
}
.bundleLabel {
display: block;
}
.horizontalRadio {
margin-right: 30px;
}
.directoryLabels {
vertical-align: middle;
padding-top: 20px;
}
.directoryLabel {
margin-right: 50px;
}
.progress {
margin-right: 10px;
}
#createDirectory,
#compareBundles,
#compareBuilds,
#compareFixedRouteModes,
#compareDiff {
padding-top: 20px;
}
#createDirectory #directoryOptions,
#compareBundles #directoryOptions,
#compareBuilds #directoryOptions {
vertical-align: middle;
padding-top: 10px;
padding-left: 20px;
}
#createDirectory #createDirectoryContents {
padding-left: 30px;
}
#Create #filenameError, #copyFilenameError {
color: red;
}
#createDirectory #selectExistingContents{
display:none;
padding-left: 30px;
margin-top: 15px;
}
#createDirectory #selectExistingContents #currentDirectories,
#compareBundles #compareExistingContents #compareCurrentDirectories,
#compareBuilds #compareExistingBuilds #compareSelectedBuild {
margin-top: 7px;
overflow: auto;
height: 200px;
border: solid 1px #C0C0C0;
width: 600px;
}
#compareDiff #diffResult{
margin-top: 7px;
overflow: auto;
height: 500px;
border: solid 1px #C0C0C0;
width: 850px;
font-size: 12px;
}
#buildingReportDiv {
color: green;
}
#currentDirectories #listItem,
#compareCurrentDirectories #compareListItem,
#compareSelectedBuild #compareBuildListItem {
cursor: pointer;
display: table-row;
width: 600px;
}
#diffResult #diffResultItems{
cursor: pointer;
display: table-row;
width: 850px;
}
#currentDirectories .listData,
#compareCurrentDirectories .listData
{
width: 200px;
font-size: 12px;
display: table-cell;
}
#compareSelectedBuild .listData{
width: 600px;
font-size: 12px;
display: table-cell;
}
.grayListData{
background-color: #A8A8A8 ;
table-layout: fixed;
}
.redListData{
background-color: #FF9999;
table-layout: fixed;
}
.greenListData{
background-color: #99FF99;
//table-layout: fixed;
}
.blueListData{
background-color: #CEF6F5;
//table-layout: fixed;
}
#createDirectory #createDirectoryContents #directoryName{
width: 420px;
}
#createDirectory #createDirectoryContents #directoryButton{
margin-left: 60px;
}
#createDirectory #createDirectoryContents #createDirectoryResult{
display: none;
}
#createDirectory #createDirectoryContents #createDirectoryResult #createDirectoryMessage{
display: inline;
margin-left: 10px;
}
#createDirectory #advancedOptions {
vertical-align: middle;
margin-top: 20px;
margin-left: 25px;
}
#expand {
margin-right: 10px;
}
#createDirectory #advancedOptionsContents {
display: none;
}
#advancedOptionsContents #production #productionCheck {
margin-top: 10px;
margin-left: 50px;
margin-right: 10px;
}
#createDirectory #advancedOptionsContents #commentLabel {
padding-left: 50px;
display: block;
padding-top: 20px;
}
#createDirectory #advancedOptionsContents #commentBox {
padding-left: 50px;
}
#commentBox #bundleComment {
width: 500px;
margin-right: 50px;
height: 100px;
float: left;
margin-top: 7px;
color: "#999";
}
#commentBox #create_comments {
border: 1px transparent;
width: 120px;
height: 40px;
background-image:url('img/Button_background.png');
margin-top: 20px;
}
#uploadFiles #instruction {
background-color: #C3FDB8;
z-index: 1;
/* These three lines are for transparency in all browsers. */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
#instruction p {
padding-left: 30px;
font-weight: bold;
color: #004E00;
z-index: 5;
}
#uploadFiles #s3_details {
margin-top: 20px;
vertical-align: middle;
}
#uploadFiles #gtfs_details {
margin-top: 10px;
vertical-align: middle;
}
#uploadFiles #stif_details {
margin-top: 10px;
vertical-align: middle;
}
#gtfs_location, #stif_location, #s3_location {
margin-left: 5px;
font-size : 12px;
}
/* #uploadFiles #agency_data {
border-collapse: collapse;
} */
/*
#uploadFiles #agency_data th, #uploadFiles #agency_data td {
border: 1px solid black;
}
#uploadFiles #agency_data th, #uploadFiles #agency_data td {
padding: 5px 10px;
}
*/
#uploadFiles #agency_data .agencyIdSelect {
/*
width: 50px;
*/
width: 100%;
}
#uploadFiles #agency_data .agencyDataSourceData {
width: 35%;
}
#uploadFiles #agency_data .agencyDataSource {
width: 100%;
}
#uploadFiles #agency_data .agencyCheckboxUploadSuccess {
color: white;
background-color: green;
}
#uploadFiles #agency_data .agencyUploadSuccess {
color: green;
}
#prevalidateInputs {
padding-top: 20px;
}
#prevalidateInputs #validateBox {
padding-top: 15px;
}
#prevalidateInputs #validateBox #validateButton {
margin-top: 10px;
}
#prevalidateInputs #validateBox #validating {
display: none;
padding: 50px;
}
#validateBox #bundleNameBox #prevalidate_bundleName {
display: block;
}
#prevalidateInputs #prevalidate_progress {
vertical-align: middle;
margin-top: 20px;
margin-right: 10px;
}
#prevalidateInputs #prevalidate_resultList {
display: none;
padding-top : 10px;
}
#prevalidateInputs #prevalidate_fileList {
padding-top : 10px;
}
#prevalidateInputs #prevalidate_fileList li {
margin-bottom: 10px;
background-color: #F0F0F0;
}
#prevalidateInputs #prevalidate_fileList a {
font-size : 12px;
font-family: arial;
color: blue;
}
#prevalidate_exception {
display: none;
background-color:#FF0000;
}
#buildBundle {
padding-top: 20px;
}
#buildBundle #bundleContentsHolder {
border: solid 1px transparent;
width: 890px;
height: 200px;
overflow: none;
}
#bundleContentsHolder #bundleContents {
margin-top: 20px;
background-color: #F0F0F0;
border: solid 1px transparent;
width: 200px;
padding: 5px;
float: left;
}
#bundleContentsHolder #bundleContents p {
font-weight: bold;
font-size: 12px;
padding-top : 10px;
}
#bundleContentsHolder #buildBox {
margin-top: 20px;
border: solid 1px transparent;
padding: 5px;
margin-left: 20px;
width: 600px;
height: 150px;
float: left;
}
#bundleContentsHolder #buildBox #building {
display: none;
background-color: #F0F0F0;
}
#buildBox #buildBundle_resultLink {
vertical-align: middle;
margin-top: 10px;
float: left;
}
#buildBox #bundleParams {
overflow: none;
}
#bundleParams #bundleNameHolder, #bundleParams #bundleStartDateHolder,
#bundleParams #bundleEndDateHolder {
float: left;
margin-right: 20px;
}
#buildBundle_buildButton {
margin-top: 5px;
margin-right: 20px;
}
#bundleNameHolder #buildBundle_bundleName {
width: 200px;
display: block;
margin-top: 5px;
}
#bundleStartDateHolder #startDatePicker,
#bundleEndDateHolder #endDatePicker {
width: 150px;
display: block;
margin-top: 5px;
}
#buildBundle_exception {
display: none;
color: red;
}
#buildBundle #bundleResultsHolder {
border: solid 1px transparent;
width: 890px;
height: auto;
overflow: none;
margin-top: 20px;
}
#bundleResultsHolder #bundleResults, #bundleStagingResultsHolder #bundleStagingResults{
border: solid 1px transparent;
}
#buildBundle #bundleResultsHolder #buildBundle_progress {
vertical-align: middle;
margin-right: 10px;
}
#testBuildBundle_resultList, #finalBuildBundle_resultList {
display: none;
margin-top : .5em;
/*
font-size: 12px;
white-space: nowrap;
*/
overflow-x: auto;
}
#bundleResultsHolder #buildBundle_fileList {
padding-top : 10px;
width: 550px;
display: none;
}
#bundleResultsHolder #buildBundle_fileList li {
margin-bottom: 10px;
background-color: #F0F0F0;
}
#bundleResultsHolder #buildBundle_fileList a {
font-size : 12px;
font-family: arial;
color: blue;
}
#buildBundle #downloadLogs {
overflow: none;
width: 160px;
margin-top: 10px;
border: solid 1px transparent;
height: 20px;
display: none;
}
#downloadLogs #downloadButton {
float: left;
}
#Compare #compareDiff {
margin-bottom: 2em;
}
#Compare #currentBundleDiv {
float: left;
width: 48%;
margin-bottom: 2px;
}
#Compare #compareToBundleDiv {
float: right;
width: 48%;
}
#Compare #currentBundleDiv fieldset,
#Compare #compareToBundleDiv fieldset {
border: 1px solid gray;
//width: 45%;
}
#Compare #selectArchiveDiv,
#Compare #currentBundleDiv legend,
#Compare #compareToBundleDiv legend {
font-weight: bold;
font-size: 1.3em;
margin-top: .5em;
margin-bottom: .3em;
line-height: 1em;
text-align: left;
}
#Compare #diffResultsTable caption,
#Compare #fixedRouteDiffTable caption {
font-weight: bold;
font-size: 1.3em;
margin-bottom: .3em;
line-height: 1em;
}
#Compare #diffResultsTable th,
#Compare #fixedRouteDiffTable th {
margin-bottom: .1em;
padding: .3em;
}
#Compare #diffResultsTable td {
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}
#Compare #compareDiff {
margin-top: 10em;
}
#Compare #fixedRouteDiffTable th.modeColumn {
text-align: left;
}
#Compare #diffResultsTable .numericTd {
text-align: right;
}
#Compare #printFixedRouteRptButton {
margin-bottom: 1em;
}
#Compare #baseBundle, #Compare #compareToBundle {
font-size: .7em;
}
#Compare #fixedRouteDiffTable tr .routeFirstLine {
//margin-top: 15px;
//padding-top: 15px;
}
#Compare #fixedRouteDiffTable .modeName {
font-weight: bold;
padding-right: 1em;
padding-left: .3em;
}
#Compare #fixedRouteDiffTable tr.spacer td {
padding-top: 7px;
border-top: thin black solid;
}
//#Compare #fixedRouteDiffTable tr.spacer td {
// border-top: thin black solid;
//}
#Compare #fixedRouteDiffTable tr.spacer td:first-child {
border-top: none;
}
#Compare #fixedRouteDiffTable tr.spacer td:nth-child(2),
#Compare #fixedRouteDiffTable tr.spacer td:last-child {
border-left: none;
border-right: none;
}
#Compare #fixedRouteDiffTable td.rtNum {
text-align: right;
padding-left: .3em;
padding-right: .5em;
}
#Compare #fixedRouteDiffTable tr.routeFirstLine td {
border-top: thin black solid;
}
#Compare #fixedRouteDiffTable tr.routeFirstLine td:first-child {
border-top: none;
}
#Compare #fixedRouteDiffTable tr td:nth-child(2) {
border-left: thin black solid;
}
#Compare #fixedRouteDiffTable tr td:last-child {
border-right: thin black solid;
}
/*
#Compare #fixedRouteDiffTable tr:first-child td {
border-bottom: 1px solid gray;
}
*/
#Compare #fixedRouteDiffTable td.headsignBorder,
#Compare #fixedRouteDiffTable td.dirBorder {
border-top: 1px solid gray;
}
#Compare #fixedRouteDiffTable .currentStopCt {
text-align: right;
padding-right: 30px;
background-color: #9F9;
}
#Compare #fixedRouteDiffTable .selectedStopCt {
text-align: right;
padding-right: 30px;
background-color: #F99;
}
#Compare #fixedRouteDiffTable .currentRpt {
background-color: #9F9;
}
#Compare #fixedRouteDiffTable .selectedRpt {
background-color: #F99;
}
#downloadLogs #downloadImg {
float: left;
margin-right: 5px;
}
#downloadLogs #downloadButton:hover {
cursor: pointer;
}
.summaryFont {
font: 13px/1.231 helvetica,arial,clean,sans-serif;
}
#currentDirectories .ui-selecting,
#compareCurrentDirectories .ui-selecting,
#compareSelectedBuild .ui-selecting
{
background: #FEFF9F;
}
#currentDirectories .ui-selected,
#compareCurrentDirectories .ui-selected,
#compareSelectedBuild .ui-selected {
background-color:#eEeF8F;
}
/** deploy section **/
#deployBundle {
padding-top: 20px;
}
#deployBundle #deployContentsHolder {
border: solid 1px transparent;
width: 890px;
height: 200px;
overflow: none;
}
#deployBundle #bundleResultsHolder #deployBundle_progress {
vertical-align: middle;
margin-right: 10px;
display: none;
}
#bundleResultsHolder #bundleResults #deployBundle_progress {
display: none;
padding-top : 10px;
}
#bundleResultsHolder #bundleResults #deployBundle_resultList {
display: none;
padding-top : 10px;
}
#deployContentsHolder #deployBox #deploying {
display: none;
background-color: #F0F0F0;
}
#deployBundle #requestLabels {
padding-top : 20px;
display:none;
}
#deploypage_info {
display:none;
}
#helpfulMessage, .helpfulMessage {
padding-top : 20px;
}
#deployBundle #listButton {
padding-left: 20px;
display: inline;
align: right;
}
#deployBundle_bundleList {
display: block;
padding-top : 10px;
}
/** stage section **/
#stageBundle, #downloadBundle {
padding-top: 20px;
}
#staging_bundleName, #download_bundleName, #download_selectedDataset,
#sync_deployedBundleName, #sync_deployedDataset {
padding: 10px;
margin-bottom: 5px;
}
#stageBundle #stageContentsHolder {
border: solid 1px transparent;
width: 890px;
height: 200px;
overflow: none;
}
#stageBundle #bundleStagingResultsHolder #stageBundle_progress {
vertical-align: middle;
margin-right: 10px;
display: none;
}
#bundleStagingResultsHolder #bundleStagingResults #stageBundle_progress {
display: none;
padding-top : 10px;
}
#bundleStagingResultsHolder #bundleStagingResults #stageBundle_resultList {
display: none;
padding-top : 10px;
}
#stageContentsHolder #stageBox #staging {
display: none;
background-color: #F0F0F0;
}
#stageBundle #requestLabels, #downloadBundle #requestLabels {
padding-top : 20px;
display:none;
}
#stagepage_info {
display:none;
}
#stageBundle #listButton {
padding-left: 20px;
display: inline;
align: right;
}
#stageBundle_bundleList {
display: block;
padding-top : 10px;
}
/* Added for Validate Bundle */
#resultsDiv {
padding-top: 20px;
}
#environmentOptions {
padding-top: 20px;
padding-bottom: 20px;
}
.validateBundle {
font-size: 14px;
}
#csvWikiUrl {
width: 30em;
}
#bundleValidationResults {
border-collapse: collapse;
}
#bundleValidationResults th, #bundleValidationResults td {
border: 1px solid black;
}
.testPass {
color: green
}
.testFail {
color: red
}
/** download bundle section **/
#downloadBundle {
padding-bottom: 2.5em;
}
#downloadDirBlock label, #downloadDirBlock input {
display: block;
float: left;
clear: left;
}
#downloadDirBlock label {
padding-bottom: 3px;
font-weight: bold;
}
#downloadDirBlock {
margin-bottom: 40px;
padding-bottom: 20px;
}
#downloadBundle #downloadBundle_downloadButton,
#downloadBundle #downloadBundle_bundleList,
#downloadBundle #downloadBox,
#downloadBundle #bundleResults {
float: left;
clear: left;
}
#Sync #syncProgressDiv {
margin-top: 20px;
}
/* Styles added for new UI design */
.ui-dialog-buttonpane .cancelCopyPopup,
.ui-dialog-buttonpane .cancelDeletePopup,
.ui-dialog-buttonpane .cancelDeleteSuccessPopup {
border: none;
background: none;
}
.ui-dialog-buttonpane .cancelCopyPopup:hover,
.ui-dialog-buttonpane .cancelDeletePopup:hover {
border: none;
text-decoration: underline !important;
}
#Create p, #Upload p, #Build p {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 32px;
color: #333;
text-align: left;
line-height: normal;
}
#Create div {
padding-right: 1.5em;
padding-bottom: 1.5em;
padding-left: 1.5em;
width: 90%;
}
#Create #newDatasetTableDiv {
padding-right: 1.5em;
padding-bottom: 1.5em;
padding-left: 1.5em;
max-width: 100%;
}
#Create #existingDatasetTableDiv {
padding: 0px;
border: 1px solid gray;
max-width: 100%;
}
#Create table {
padding-top: 2em;
padding-right: 2em;
padding-bottom: 2em;
padding-left: 2em;
border-spacing: .4em;
width: 100%;
}
#Create #createDataset {
border: 1px solid gray;
}
#Create table thead {
border-bottom: 1px solid gray;
}
#Create table #createDataset tr td:first-child {
color: red;
max-width: 25em;
}
//#Create table #createDataset #newDirectoryButton {
// width: 100em;
//}
#Create .datasetDivHeader, #Upload .existingFilesHeader, #Build .buildDivHeader {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 24px;
color: #333;
text-align: left;
line-height: normal;
padding-bottom: .2em;
display: block;
}
#Build .buildDivHeader {
padding: 1em;
padding-bottom: 0em;
}
#Create #datasetNameLabel {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 14px;
}
#Create #datasetNameNotes, #Build #datasetNotes {
font-family: "Arial Regular","Arial";
font-weight: 400;
font-style: normal;
font-size: 13px;
color: #333;
text-align: left;
line-height: normal;
}
#Build #datasetNotes {
margin-top: 1em;
margin-left: 8em;
}
#Create #directoryName {
width: 95%;
}
#Create div #existingDirBtnDiv {
border: 1px solid gray;
padding-top: 1em;
width: 90%;
}
#Create #existingDatasetDiv {
border-collapse:collapse
}
#Create #existingDataset {
padding-top: 1em;
padding-right: 0em;
padding-bottom: .5em;
padding-left: 0em;
border-bottom: 1px solid gray;
border-spacing: 0em;
}
#Create #existingDataset .copyDirectory,
#Create #existingDataset .deleteDirectory,
#Upload .removeAgency, #Upload #addAnotherAgency,
#Upload #anyNotes, #Upload #cancelUpload, .bundleLink {
color: blue;
}
#Upload #cancelUpload {
float: left;
text-decoration: none;
margin: .4em;
padding: .5em;
}
#Create #existingDataset .copyDirectory:hover,
#Create #existingDataset .deleteDirectory:hover,
#Upload .removeAgency:hover,
#Upload #addAnotherAgency:hover, #Upload #anyNotes:hover,
#Upload #cancelUpload:hover, .bundleLink:hover {
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}
#Create .datasetCheckbox {
width: 1.5em;
}
#Create .copyDirectory, #Create .deleteDirectory {
width: 4em;
}
#Create #existingDataset #existingDirectoryButtonDiv {
padding-top: 1.5em;
}
#Create #existingDatasetTableDiv {
width: 100%;
}
#Create #existingDirectoryButtonDiv {
width: 100%;
}
#Create #existingDirectoryButton {
margin-top: 1.5em;
}
#Create #datasetNameLabel {
float: left;
margin-right: 15px;
}
#Create th {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 13px;
color: #333;
text-align: left;
line-height: normal;
}
#Create #existingDataset th {
padding-bottom: .5em;
}
#Create input[type="button"],
#Upload input[type="button"],
#Build input[type="button"] {
font-family: "Arial Regular","Arial";
font-weight: 400;
font-style: normal;
font-size: 13px;
width: auto;
//color: #333;
text-align: center;
line-height: normal;
padding: .5em;
}
#Create input[type="button"]:hover,
#Upload input[type="button"]:hover,
#Build input[type="button"]:hover {
cursor: pointer;
}
#Create table tr:first-child th {
border-spacing: 0;
border-bottom: 1px solid gray;
}
#Create #existingDataset tbody tr:nth-child(odd) {
background: #ccc;
}
/* Modal dialog box for Copy and Delete on Choose tab */
#copyPopupContents, #deletePopupContents, #deleteSuccessPopupContents,
#addCommentsPopupContents {
margin-top: 2em;
margin-left: 2.3em;
}
.ui-dialog > .ui-widget-header {
/*background: transparent;*/
}
.ui-dialog-content {
background-color: white;
}
#copyPopup p, #deletePopup p, #deleteSuccessPopup p, #addCommentsPopup p {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 24px;
color: #333;
text-align: left;
line-height: normal;
padding-bottom:0;
padding-right: 5em;
display: block;
}
#copyPopup #destinationDirDiv, #addCommentsPopup #addCommentsDiv {
margin-top: 2em;
}
#copyPopup #datasetNameLabel, #deletePopup #datasetNameLabel {
font-weight: bold;
padding-right: 1em;
}
#copyPopup #destinationDirectory {
width: 60%;
}
/* For new Upload tab */
#uploadFiles {
padding: 20px;
border: 1px solid #808080;
}
#Upload th {
text-align: left;
}
#Upload #selectedDataset,
#Upload #commentsLabel {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 20px;
color: #333;
text-align: left;
line-height: normal;
padding-bottom: 1.5em;
}
#Upload #commentsLabel, #Upload #bundleComment {
display: block;
}
#Upload #commentsLabel {
padding-bottom: .1em;
}
#Upload #Agency {
padding: 20px;
}
#Upload #agency_data {
width: 100%;
padding-bottom: .4em;
}
#Upload #AgencyAndActionDiv {
padding: 20px;
}
#Upload #AgencyTableDiv {
padding-bottom: 3em;
}
#Upload .agencyIdData {
width: 30%;
}
#Upload .removeAgency {
padding-left: 1em;
}
#Upload #Notes {
float: left;
}
#Upload #UploadButtons {
float: right;
}
#Upload #notesDiv {
clear: both;
}
#Upload #addNewAgencyDiv {
margin-top: 1em;
}
#Upload #addNewAgencyTable {
width: 100%;
}
#Upload #addNewAgencyTable th,
#Upload #addNewAgencyTable td {
padding-right: 1em;
margin: 1em;
}
#Upload .newAgencyNameCell {
width: 30%;
}
#Upload .newAgencyName {
width: 100%;
}
#Upload .newAgencyShortNameCell {
width: 15%;
}
#Upload .newAgencyShortName {
width: 100%;
}
#Upload .newAgencyLegacyIdCell {
width: 5%;
}
#Upload .newAgencyLegacyId {
width: 100%;
}
#Upload .newAgencyAddButtonCell {
width: 15%;
}
#Upload .newAgencyAddButton {
width: 100%;
}
#Upload #existingFilesTable {
width: 100%;
}
#Upload .agencyColumn {
width: 30%;
}
#Upload .typeColumn {
width: 10%;
}
#Upload .fileOrUrl {
width: 40%;
}
#Upload .whenColumn {
width: 10%;
}
#Upload .whoColumn {
width: 10%;
}
#Upload #existingFileListDiv {
padding-top: 2em;
padding-bottom: 2em;
}
#Build input[type="button"] {
width: 10em;
}
#Build #buildTestBundleDiv {
margin-top: 3em;
}
#Build #bundleBuildInfoTable {
margin-left: 5em;
border-collapse:separate;
border-spacing: 1em;
}
#Build #bundleBuildInfoTable tr td:first-child {
font-weight: bold;
text-align: right;
}
#Build #buildStep2Div {
margin-top: 3em;
}
#Build #buildButtonSectionDiv, #Build #testButtonSectionDiv {
margin-top: 3em;
margin-left: 10em;
}
#Build #buildButtonDiv, #Build #testButtonDiv {
float: left;
}
#Build #buildTimeEstimate, #Build #testTimeEstimate {
margin-left: 1.5em;
float: left;
}
#Build #buildingTest, #Build #buildingFinal {
width: 300px;
margin-top: 20px;
}
#testProgressBarDiv, #finalProgressBarDiv {
display: none;
}
#testProgressBar, #finalProgressBar {
margin-top: 1.5em;
margin-right: 15em;
margin-bottom: 1em
}
#testBuildProgress, #finalBuildProgress {
margin-top: 1em;
margin-right: 1.5em;
margin-bottom: 1.5em;
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 16px;
}
.clear {
clear: both;
} | onebusaway-admin-webapp/src/main/webapp/css/bundles.css | padding: 0px;
background: none;
border-width: 0px;
}
#tabs .ui-tabs-nav {
padding-left: 0px;
background: transparent;
border-width: 0px 0px 1px 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#tabs #breadcrumb li {
list-style-type:none;
float:left;
color: #808080;
}
#tabs #breadcrumb a {
display:block;
background-repeat:no-repeat;
background-position:right;
padding-right: 15px;
text-decoration: none;
color:#454545;
}
#tabs .ui-tabs-panel {
border-width: 0px 1px 1px 1px;
}
#breadcrumb a:hover {
color:#35acc5;
}
/** Individual pages for bundle building UI.*/
.tabHeader {
padding-top: 20px;
height: 30px;
background-color:#C0C0C0;
}
.tabHeader .headerLabel {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
/*font-size: 18px;
font: Times New Roman, Times, serif; */
font-size: 2em;
font-family: Arial Bold, Arial;
font-weight: 700;
}
.submitForm {
overflow: none;
height: 80px;
padding-left:20px;
padding-right: 20px;
margin-bottom: 30px;
margin-top: 20px;
}
.submit_enabled {
background-color: #463E3F;
height: 60px;
width: 150px;
float: right;
color: white;
margin-right: 50px;
margin-top: 20px;
}
.submit_disabled {
background-color: #F0F0F0;
height: 60px;
width: 150px;
float: right;
color: grey;
margin-right: 50px;
margin-top: 20px;
}
.link {
float: right;
color: #463E3F;
margin-top: 40px;
}
.bundleForm {
}
.bundleHeader {
font-weight: bold;
font: Arial, Helvetica, sans-serif;
font-size: 16px;
padding-top: 20px;
}
.adminLabel {
font-weight: bold;
font-size: 12px;
}
.bundleLabel {
display: block;
}
.horizontalRadio {
margin-right: 30px;
}
.directoryLabels {
vertical-align: middle;
padding-top: 20px;
}
.directoryLabel {
margin-right: 50px;
}
.progress {
margin-right: 10px;
}
#createDirectory,
#compareBundles,
#compareBuilds,
#compareFixedRouteModes,
#compareDiff {
padding-top: 20px;
}
#createDirectory #directoryOptions,
#compareBundles #directoryOptions,
#compareBuilds #directoryOptions {
vertical-align: middle;
padding-top: 10px;
padding-left: 20px;
}
#createDirectory #createDirectoryContents {
padding-left: 30px;
}
#Create #filenameError, #copyFilenameError {
color: red;
}
#createDirectory #selectExistingContents{
display:none;
padding-left: 30px;
margin-top: 15px;
}
#createDirectory #selectExistingContents #currentDirectories,
#compareBundles #compareExistingContents #compareCurrentDirectories,
#compareBuilds #compareExistingBuilds #compareSelectedBuild {
margin-top: 7px;
overflow: auto;
height: 200px;
border: solid 1px #C0C0C0;
width: 600px;
}
#compareDiff #diffResult{
margin-top: 7px;
overflow: auto;
height: 500px;
border: solid 1px #C0C0C0;
width: 850px;
font-size: 12px;
}
#buildingReportDiv {
color: green;
}
#currentDirectories #listItem,
#compareCurrentDirectories #compareListItem,
#compareSelectedBuild #compareBuildListItem {
cursor: pointer;
display: table-row;
width: 600px;
}
#diffResult #diffResultItems{
cursor: pointer;
display: table-row;
width: 850px;
}
#currentDirectories .listData,
#compareCurrentDirectories .listData
{
width: 200px;
font-size: 12px;
display: table-cell;
}
#compareSelectedBuild .listData{
width: 600px;
font-size: 12px;
display: table-cell;
}
.grayListData{
background-color: #A8A8A8 ;
table-layout: fixed;
}
.redListData{
background-color: #FF9999;
table-layout: fixed;
}
.greenListData{
background-color: #99FF99;
//table-layout: fixed;
}
.blueListData{
background-color: #CEF6F5;
//table-layout: fixed;
}
#createDirectory #createDirectoryContents #directoryName{
width: 420px;
}
#createDirectory #createDirectoryContents #directoryButton{
margin-left: 60px;
}
#createDirectory #createDirectoryContents #createDirectoryResult{
display: none;
}
#createDirectory #createDirectoryContents #createDirectoryResult #createDirectoryMessage{
display: inline;
margin-left: 10px;
}
#createDirectory #advancedOptions {
vertical-align: middle;
margin-top: 20px;
margin-left: 25px;
}
#expand {
margin-right: 10px;
}
#createDirectory #advancedOptionsContents {
display: none;
}
#advancedOptionsContents #production #productionCheck {
margin-top: 10px;
margin-left: 50px;
margin-right: 10px;
}
#createDirectory #advancedOptionsContents #commentLabel {
padding-left: 50px;
display: block;
padding-top: 20px;
}
#createDirectory #advancedOptionsContents #commentBox {
padding-left: 50px;
}
#commentBox #bundleComment {
width: 500px;
margin-right: 50px;
height: 100px;
float: left;
margin-top: 7px;
color: "#999";
}
#commentBox #create_comments {
border: 1px transparent;
width: 120px;
height: 40px;
background-image:url('img/Button_background.png');
margin-top: 20px;
}
#uploadFiles #instruction {
background-color: #C3FDB8;
z-index: 1;
/* These three lines are for transparency in all browsers. */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
#instruction p {
padding-left: 30px;
font-weight: bold;
color: #004E00;
z-index: 5;
}
#uploadFiles #s3_details {
margin-top: 20px;
vertical-align: middle;
}
#uploadFiles #gtfs_details {
margin-top: 10px;
vertical-align: middle;
}
#uploadFiles #stif_details {
margin-top: 10px;
vertical-align: middle;
}
#gtfs_location, #stif_location, #s3_location {
margin-left: 5px;
font-size : 12px;
}
/* #uploadFiles #agency_data {
border-collapse: collapse;
} */
/*
#uploadFiles #agency_data th, #uploadFiles #agency_data td {
border: 1px solid black;
}
#uploadFiles #agency_data th, #uploadFiles #agency_data td {
padding: 5px 10px;
}
*/
#uploadFiles #agency_data .agencyIdSelect {
/*
width: 50px;
*/
width: 100%;
}
#uploadFiles #agency_data .agencyDataSourceData {
width: 35%;
}
#uploadFiles #agency_data .agencyDataSource {
width: 100%;
}
#uploadFiles #agency_data .agencyCheckboxUploadSuccess {
color: white;
background-color: green;
}
#uploadFiles #agency_data .agencyUploadSuccess {
color: green;
}
#prevalidateInputs {
padding-top: 20px;
}
#prevalidateInputs #validateBox {
padding-top: 15px;
}
#prevalidateInputs #validateBox #validateButton {
margin-top: 10px;
}
#prevalidateInputs #validateBox #validating {
display: none;
padding: 50px;
}
#validateBox #bundleNameBox #prevalidate_bundleName {
display: block;
}
#prevalidateInputs #prevalidate_progress {
vertical-align: middle;
margin-top: 20px;
margin-right: 10px;
}
#prevalidateInputs #prevalidate_resultList {
display: none;
padding-top : 10px;
}
#prevalidateInputs #prevalidate_fileList {
padding-top : 10px;
}
#prevalidateInputs #prevalidate_fileList li {
margin-bottom: 10px;
background-color: #F0F0F0;
}
#prevalidateInputs #prevalidate_fileList a {
font-size : 12px;
font-family: arial;
color: blue;
}
#prevalidate_exception {
display: none;
background-color:#FF0000;
}
#buildBundle {
padding-top: 20px;
}
#buildBundle #bundleContentsHolder {
border: solid 1px transparent;
width: 890px;
height: 200px;
overflow: none;
}
#bundleContentsHolder #bundleContents {
margin-top: 20px;
background-color: #F0F0F0;
border: solid 1px transparent;
width: 200px;
padding: 5px;
float: left;
}
#bundleContentsHolder #bundleContents p {
font-weight: bold;
font-size: 12px;
padding-top : 10px;
}
#bundleContentsHolder #buildBox {
margin-top: 20px;
border: solid 1px transparent;
padding: 5px;
margin-left: 20px;
width: 600px;
height: 150px;
float: left;
}
#bundleContentsHolder #buildBox #building {
display: none;
background-color: #F0F0F0;
}
#buildBox #buildBundle_resultLink {
vertical-align: middle;
margin-top: 10px;
float: left;
}
#buildBox #bundleParams {
overflow: none;
}
#bundleParams #bundleNameHolder, #bundleParams #bundleStartDateHolder,
#bundleParams #bundleEndDateHolder {
float: left;
margin-right: 20px;
}
#buildBundle_buildButton {
margin-top: 5px;
margin-right: 20px;
}
#bundleNameHolder #buildBundle_bundleName {
width: 200px;
display: block;
margin-top: 5px;
}
#bundleStartDateHolder #startDatePicker,
#bundleEndDateHolder #endDatePicker {
width: 150px;
display: block;
margin-top: 5px;
}
#buildBundle_exception {
display: none;
color: red;
}
#buildBundle #bundleResultsHolder {
border: solid 1px transparent;
width: 890px;
height: auto;
overflow: none;
margin-top: 20px;
}
#bundleResultsHolder #bundleResults, #bundleStagingResultsHolder #bundleStagingResults{
border: solid 1px transparent;
}
#buildBundle #bundleResultsHolder #buildBundle_progress {
vertical-align: middle;
margin-right: 10px;
}
#testBuildBundle_resultList, #finalBuildBundle_resultList {
display: none;
margin-top : .5em;
/*
font-size: 12px;
white-space: nowrap;
*/
overflow-x: auto;
}
#bundleResultsHolder #buildBundle_fileList {
padding-top : 10px;
width: 550px;
display: none;
}
#bundleResultsHolder #buildBundle_fileList li {
margin-bottom: 10px;
background-color: #F0F0F0;
}
#bundleResultsHolder #buildBundle_fileList a {
font-size : 12px;
font-family: arial;
color: blue;
}
#buildBundle #downloadLogs {
overflow: none;
width: 160px;
margin-top: 10px;
border: solid 1px transparent;
height: 20px;
display: none;
}
#downloadLogs #downloadButton {
float: left;
}
#Compare #compareDiff {
margin-bottom: 2em;
}
#Compare #currentBundleDiv {
float: left;
width: 48%;
margin-bottom: 2px;
}
#Compare #compareToBundleDiv {
float: right;
width: 48%;
}
#Compare #currentBundleDiv fieldset,
#Compare #compareToBundleDiv fieldset {
border: 1px solid gray;
//width: 45%;
}
#Compare #selectArchiveDiv,
#Compare #currentBundleDiv legend,
#Compare #compareToBundleDiv legend {
font-weight: bold;
font-size: 1.3em;
margin-top: .5em;
margin-bottom: .3em;
line-height: 1em;
text-align: left;
}
#Compare #diffResultsTable caption,
#Compare #fixedRouteDiffTable caption {
font-weight: bold;
font-size: 1.3em;
margin-bottom: .3em;
line-height: 1em;
}
#Compare #diffResultsTable th,
#Compare #fixedRouteDiffTable th {
margin-bottom: .1em;
padding: .3em;
}
#Compare #diffResultsTable td {
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}
#Compare #compareDiff {
margin-top: 10em;
}
#Compare #fixedRouteDiffTable th.modeColumn {
text-align: left;
}
#Compare #diffResultsTable .numericTd {
text-align: right;
}
#Compare #printFixedRouteRptButton {
margin-bottom: 1em;
}
#Compare #baseBundle, #Compare #compareToBundle {
font-size: .7em;
}
#Compare #fixedRouteDiffTable tr .routeFirstLine {
//margin-top: 15px;
//padding-top: 15px;
}
#Compare #fixedRouteDiffTable .modeName {
font-weight: bold;
padding-right: 1em;
padding-left: .3em;
}
#Compare #fixedRouteDiffTable tr.spacer td {
padding-top: 7px;
border-top: thin black solid;
}
//#Compare #fixedRouteDiffTable tr.spacer td {
// border-top: thin black solid;
//}
#Compare #fixedRouteDiffTable tr.spacer td:first-child {
border-top: none;
}
#Compare #fixedRouteDiffTable tr.spacer td:nth-child(2),
#Compare #fixedRouteDiffTable tr.spacer td:last-child {
border-left: none;
border-right: none;
}
#Compare #fixedRouteDiffTable td.rtNum {
text-align: right;
padding-left: .3em;
padding-right: .5em;
}
#Compare #fixedRouteDiffTable tr.routeFirstLine td {
border-top: thin black solid;
}
#Compare #fixedRouteDiffTable tr.routeFirstLine td:first-child {
border-top: none;
}
#Compare #fixedRouteDiffTable tr td:nth-child(2) {
border-left: thin black solid;
}
#Compare #fixedRouteDiffTable tr td:last-child {
border-right: thin black solid;
}
/*
#Compare #fixedRouteDiffTable tr:first-child td {
border-bottom: 1px solid gray;
}
*/
#Compare #fixedRouteDiffTable td.headsignBorder,
#Compare #fixedRouteDiffTable td.dirBorder {
border-top: 1px solid gray;
}
#Compare #fixedRouteDiffTable .currentStopCt {
text-align: right;
padding-right: 30px;
background-color: #9F9;
}
#Compare #fixedRouteDiffTable .selectedStopCt {
text-align: right;
padding-right: 30px;
background-color: #F99;
}
#Compare #fixedRouteDiffTable .currentRpt {
background-color: #9F9;
}
#Compare #fixedRouteDiffTable .selectedRpt {
background-color: #F99;
}
#downloadLogs #downloadImg {
float: left;
margin-right: 5px;
}
#downloadLogs #downloadButton:hover {
cursor: pointer;
}
.summaryFont {
font: 13px/1.231 helvetica,arial,clean,sans-serif;
}
#currentDirectories .ui-selecting,
#compareCurrentDirectories .ui-selecting,
#compareSelectedBuild .ui-selecting
{
background: #FEFF9F;
}
#currentDirectories .ui-selected,
#compareCurrentDirectories .ui-selected,
#compareSelectedBuild .ui-selected {
background-color:#eEeF8F;
}
/** deploy section **/
#deployBundle {
padding-top: 20px;
}
#deployBundle #deployContentsHolder {
border: solid 1px transparent;
width: 890px;
height: 200px;
overflow: none;
}
#deployBundle #bundleResultsHolder #deployBundle_progress {
vertical-align: middle;
margin-right: 10px;
display: none;
}
#bundleResultsHolder #bundleResults #deployBundle_progress {
display: none;
padding-top : 10px;
}
#bundleResultsHolder #bundleResults #deployBundle_resultList {
display: none;
padding-top : 10px;
}
#deployContentsHolder #deployBox #deploying {
display: none;
background-color: #F0F0F0;
}
#deployBundle #requestLabels {
padding-top : 20px;
display:none;
}
#deploypage_info {
display:none;
}
#helpfulMessage, .helpfulMessage {
padding-top : 20px;
}
#deployBundle #listButton {
padding-left: 20px;
display: inline;
align: right;
}
#deployBundle_bundleList {
display: block;
padding-top : 10px;
}
/** stage section **/
#stageBundle, #downloadBundle {
padding-top: 20px;
}
#staging_bundleName, #download_bundleName, #download_selectedDataset,
#sync_deployedBundleName, #sync_deployedDataset {
padding: 10px;
margin-bottom: 5px;
}
#stageBundle #stageContentsHolder {
border: solid 1px transparent;
width: 890px;
height: 200px;
overflow: none;
}
#stageBundle #bundleStagingResultsHolder #stageBundle_progress {
vertical-align: middle;
margin-right: 10px;
display: none;
}
#bundleStagingResultsHolder #bundleStagingResults #stageBundle_progress {
display: none;
padding-top : 10px;
}
#bundleStagingResultsHolder #bundleStagingResults #stageBundle_resultList {
display: none;
padding-top : 10px;
}
#stageContentsHolder #stageBox #staging {
display: none;
background-color: #F0F0F0;
}
#stageBundle #requestLabels, #downloadBundle #requestLabels {
padding-top : 20px;
display:none;
}
#stagepage_info {
display:none;
}
#stageBundle #listButton {
padding-left: 20px;
display: inline;
align: right;
}
#stageBundle_bundleList {
display: block;
padding-top : 10px;
}
/* Added for Validate Bundle */
#resultsDiv {
padding-top: 20px;
}
#environmentOptions {
padding-top: 20px;
padding-bottom: 20px;
}
.validateBundle {
font-size: 14px;
}
#csvWikiUrl {
width: 30em;
}
#bundleValidationResults {
border-collapse: collapse;
}
#bundleValidationResults th, #bundleValidationResults td {
border: 1px solid black;
}
.testPass {
color: green
}
.testFail {
color: red
}
/** download bundle section **/
#downloadBundle {
padding-bottom: 2.5em;
}
#downloadDirBlock label, #downloadDirBlock input {
display: block;
float: left;
clear: left;
}
#downloadDirBlock label {
padding-bottom: 3px;
font-weight: bold;
}
#downloadDirBlock {
margin-bottom: 40px;
padding-bottom: 20px;
}
#downloadBundle #downloadBundle_downloadButton,
#downloadBundle #downloadBundle_bundleList,
#downloadBundle #downloadBox,
#downloadBundle #bundleResults {
float: left;
clear: left;
}
#Sync #syncProgressDiv {
margin-top: 20px;
}
/* Styles added for new UI design */
.ui-dialog-buttonpane .cancelCopyPopup,
.ui-dialog-buttonpane .cancelDeletePopup,
.ui-dialog-buttonpane .cancelDeleteSuccessPopup {
border: none;
background: none;
}
.ui-dialog-buttonpane .cancelCopyPopup:hover,
.ui-dialog-buttonpane .cancelDeletePopup:hover {
border: none;
text-decoration: underline !important;
}
#Create p, #Upload p, #Build p {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 32px;
color: #333;
text-align: left;
line-height: normal;
}
#Create div {
padding-right: 1.5em;
padding-bottom: 1.5em;
padding-left: 1.5em;
width: 90%;
}
#Create #newDatasetTableDiv {
padding-right: 1.5em;
padding-bottom: 1.5em;
padding-left: 1.5em;
max-width: 100%;
}
#Create #existingDatasetTableDiv {
padding: 0px;
border: 1px solid gray;
max-width: 100%;
}
#Create table {
padding-top: 2em;
padding-right: 2em;
padding-bottom: 2em;
padding-left: 2em;
border-spacing: .4em;
width: 100%;
}
#Create #createDataset {
border: 1px solid gray;
}
#Create table thead {
border-bottom: 1px solid gray;
}
#Create table #createDataset tr td:first-child {
color: red;
max-width: 25em;
}
//#Create table #createDataset #newDirectoryButton {
// width: 100em;
//}
#Create .datasetDivHeader, #Upload .existingFilesHeader, #Build .buildDivHeader {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 24px;
color: #333;
text-align: left;
line-height: normal;
padding-bottom: .2em;
display: block;
}
#Build .buildDivHeader {
padding: 1em;
padding-bottom: 0em;
}
#Create #datasetNameLabel {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 14px;
}
#Create #datasetNameNotes, #Build #datasetNotes {
font-family: "Arial Regular","Arial";
font-weight: 400;
font-style: normal;
font-size: 13px;
color: #333;
text-align: left;
line-height: normal;
}
#Build #datasetNotes {
margin-top: 1em;
margin-left: 8em;
}
#Create #directoryName {
width: 95%;
}
#Create div #existingDirBtnDiv {
border: 1px solid gray;
padding-top: 1em;
width: 90%;
}
#Create #existingDatasetDiv {
border-collapse:collapse
}
#Create #existingDataset {
padding-top: 1em;
padding-right: 0em;
padding-bottom: .5em;
padding-left: 0em;
border-bottom: 1px solid gray;
border-spacing: 0em;
}
#Create #existingDataset .copyDirectory,
#Create #existingDataset .deleteDirectory,
#Upload .removeAgency, #Upload #addAnotherAgency,
#Upload #anyNotes, #Upload #cancelUpload, .bundleLink {
color: blue;
}
#Upload #cancelUpload {
float: left;
text-decoration: none;
margin: .4em;
padding: .5em;
}
#Create #existingDataset .copyDirectory:hover,
#Create #existingDataset .deleteDirectory:hover,
#Upload .removeAgency:hover,
#Upload #addAnotherAgency:hover, #Upload #anyNotes:hover,
#Upload #cancelUpload:hover, .bundleLink:hover {
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}
#Create .datasetCheckbox {
width: 1.5em;
}
#Create .copyDirectory, #Create .deleteDirectory {
width: 4em;
}
#Create #existingDataset #existingDirectoryButtonDiv {
padding-top: 1.5em;
}
#Create #existingDatasetTableDiv {
width: 100%;
}
#Create #existingDirectoryButtonDiv {
width: 100%;
}
#Create #existingDirectoryButton {
margin-top: 1.5em;
}
#Create #datasetNameLabel {
float: left;
margin-right: 15px;
}
#Create th {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 13px;
color: #333;
text-align: left;
line-height: normal;
}
#Create #existingDataset th {
padding-bottom: .5em;
}
#Create input[type="button"],
#Upload input[type="button"],
#Build input[type="button"] {
font-family: "Arial Regular","Arial";
font-weight: 400;
font-style: normal;
font-size: 13px;
width: auto;
//color: #333;
text-align: center;
line-height: normal;
padding: .5em;
}
#Create input[type="button"]:hover,
#Upload input[type="button"]:hover,
#Build input[type="button"]:hover {
cursor: pointer;
}
#Create table tr:first-child th {
border-spacing: 0;
border-bottom: 1px solid gray;
}
#Create #existingDataset tbody tr:nth-child(odd) {
background: #ccc;
}
/* Modal dialog box for Copy and Delete on Choose tab */
#copyPopupContents, #deletePopupContents, #deleteSuccessPopupContents,
#addCommentsPopupContents {
margin-top: 2em;
margin-left: 2.3em;
}
.ui-dialog > .ui-widget-header {
/*background: transparent;*/
}
.ui-dialog-content {
background-color: white;
}
#copyPopup p, #deletePopup p, #deleteSuccessPopup p, #addCommentsPopup p {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 24px;
color: #333;
text-align: left;
line-height: normal;
padding-bottom:0;
padding-right: 5em;
display: block;
}
#copyPopup #destinationDirDiv, #addCommentsPopup #addCommentsDiv {
margin-top: 2em;
}
#copyPopup #datasetNameLabel, #deletePopup #datasetNameLabel {
font-weight: bold;
padding-right: 1em;
}
#copyPopup #destinationDirectory {
width: 60%;
}
/* For new Upload tab */
#uploadFiles {
padding: 20px;
border: 1px solid #808080;
}
#Upload th {
text-align: left;
}
#Upload #selectedDataset,
#Upload #commentsLabel {
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 20px;
color: #333;
text-align: left;
line-height: normal;
padding-bottom: 1.5em;
}
#Upload #commentsLabel, #Upload #bundleComment {
display: block;
}
#Upload #commentsLabel {
padding-bottom: .1em;
}
#Upload #Agency {
padding: 20px;
}
#Upload #agency_data {
width: 100%;
padding-bottom: .4em;
}
#Upload #AgencyAndActionDiv {
padding: 20px;
}
#Upload #AgencyTableDiv {
padding-bottom: 3em;
}
#Upload .agencyIdData {
width: 30%;
}
#Upload .removeAgency {
padding-left: 1em;
}
#Upload #Notes {
float: left;
}
#Upload #UploadButtons {
float: right;
}
#Upload #notesDiv {
clear: both;
}
#Upload #addNewAgencyDiv {
margin-top: 1em;
}
#Upload #addNewAgencyTable {
width: 100%;
}
#Upload #addNewAgencyTable th,
#Upload #addNewAgencyTable td {
padding-right: 1em;
margin: 1em;
}
#Upload .newAgencyNameCell {
width: 30%;
}
#Upload .newAgencyName {
width: 100%;
}
#Upload .newAgencyShortNameCell {
width: 15%;
}
#Upload .newAgencyShortName {
width: 100%;
}
#Upload .newAgencyLegacyIdCell {
width: 5%;
}
#Upload .newAgencyLegacyId {
width: 100%;
}
#Upload .newAgencyAddButtonCell {
width: 15%;
}
#Upload .newAgencyAddButton {
width: 100%;
}
#Upload #existingFilesTable {
width: 100%;
}
#Upload .agencyColumn {
width: 30%;
}
#Upload .typeColumn {
width: 10%;
}
#Upload .fileOrUrl {
width: 40%;
}
#Upload .whenColumn {
width: 10%;
}
#Upload .whoColumn {
width: 10%;
}
#Upload #existingFileListDiv {
padding-top: 2em;
padding-bottom: 2em;
}
#Build input[type="button"] {
width: 10em;
}
#Build #buildTestBundleDiv {
margin-top: 3em;
}
#Build #bundleBuildInfoTable {
margin-left: 5em;
border-collapse:separate;
border-spacing: 1em;
}
#Build #bundleBuildInfoTable tr td:first-child {
font-weight: bold;
text-align: right;
}
#Build #buildStep2Div {
margin-top: 3em;
}
#Build #buildButtonSectionDiv, #Build #testButtonSectionDiv {
margin-top: 3em;
margin-left: 10em;
}
#Build #buildButtonDiv, #Build #testButtonDiv {
float: left;
}
#Build #buildTimeEstimate, #Build #testTimeEstimate {
margin-left: 1.5em;
float: left;
}
#Build #buildingTest, #Build #buildingFinal {
width: 300px;
margin-top: 20px;
}
#testProgressBarDiv, #finalProgressBarDiv {
display: none;
}
#testProgressBar, #finalProgressBar {
margin-top: 1.5em;
margin-right: 15em;
margin-bottom: 1em
}
#testBuildProgress, #finalBuildProgress {
margin-top: 1em;
margin-right: 1.5em;
margin-bottom: 1.5em;
font-family: "Arial Bold","Arial";
font-weight: 700;
font-style: normal;
font-size: 16px;
}
.clear {
clear: both;
} | 0.305386 | 0.05199 |
html,
body {
width: 100vw;
height: 100%;
margin: 0;
padding: 0;
/* background-color:#f4f4f4; */
}
ul {
margin: 0;
padding: 0;
}
label{
font-size: 0.6rem;
font-style: italic;
color: gray;
margin: 0;
}
#perm-all-other-fields{
padding-right: 10px;
}
.ms-welcome__header {
padding: 10px;
padding-bottom: 10px;
padding-top: 15px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
align-items: center;
}
#app-body {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-flex: 1 0 0;
flex: 1 0 0;
width: 100vw;
}
.ms-welcome__main > h2 {
width: 100%;
text-align: center;
}
.ms-welcome__features {
list-style-type: none;
margin-top: 20px;
}
.div-nav-bar {
width: 320px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: center;
}
.nav-a1 { order: 1; }
.nav-a2 { order: 2; }
.nav-a3 { order: 3; }
.nav-a4 { order: 4; }
.nav-a1:hover,
.nav-a2:hover,
.nav-a3:hover,
.nav-a4:hover {
border-bottom: 2px solid #D9D9D9;
cursor: pointer;
}
.div-login { display: grid;
margin-top: 40px;
grid-template-columns: 0.5fr 2fr 1fr 0.5fr;
grid-template-rows: 1fr;
grid-auto-columns: 1fr;
width: 320px;
gap: 15px 0px;
grid-auto-flow: column;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
grid-template-areas:
". login-a1 login-a2 .";
width: 100%;
height: 100%;
}
.login-a1 { grid-area: login-a1; }
.login-a2 { grid-area: login-a2; }
/* This is a single-line comment */
.div-edicao {
margin-top: 25px;
width: 320px;
max-height: 500px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 15px 0px;
grid-auto-flow: row;
justify-items: center;
align-items: center;
grid-template-areas:
"edicao-a1 edicao-a2 edicao-a3"
"edicao-a4 . ."
"edicao-a5 . ."
". . ."
"edicao-a6 edicao-a6 edicao-a6"
"edicao-a7 edicao-a8 edicao-a9";
font-family: 'Roboto', sans-serif;
font-style: normal;
}
.edicao-a1 { grid-area: edicao-a1; }
.edicao-a2 { grid-area: edicao-a2; }
.edicao-a3 { grid-area: edicao-a3; }
.edicao-a4 { grid-area: edicao-a4; }
.edicao-a5 { grid-area: edicao-a5; }
.edicao-a6 { grid-area: edicao-a6; }
.edicao-a7 { grid-area: edicao-a7; }
.edicao-a8 { grid-area: edicao-a8; }
.edicao-a9 { grid-area: edicao-a9; }
.edicao-a1,
.edicao-a2,
.edicao-a3,
.edicao-a4,
.edicao-a5,
.edicao-a7,
.edicao-a8,
.edicao-a9 {
height: 30px;
width: 90px;
}
.edicao-a1 {
display: grid;
grid-auto-flow: column;
justify-items: center;
align-items: center;
}
.edicao-a6 {
display: grid;
height: 30px;
width: 303.3px;
grid-auto-flow: column;
justify-items: center;
align-items: center;
}
#btn-add-linha:active,
#btn-tabela:active,
#btn-kit:active,
#btn-rem-linhas:active,
#btn-contrib:active,
#btn-add-plan-sv:active,
#btn-add-plan-br:active,
#btn-rem-plan:active {
border-style: inset;
}
#btn-add-linha,
#btn-tabela,
#btn-kit,
#btn-rem-linhas,
#btn-contrib,
#btn-add-plan-sv,
#btn-add-plan-br,
#btn-rem-plan {
height: 30px;
width: 90px;
font-size: 0.7rem;
font-weight: bold;
background-color: turquoise;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
#btn-add-linha {
width: 60px;
font-size: 0.65rem;
}
#btn-move-esq,
#btn-move-dir {
height: 30px;
width: 25px;
font-size: 0.9rem;
background-color: #D9D9D9;
border-color: #D9D9D9;
border-style: none;
border-radius: 3px;
}
#btn-rem-linhas,
#btn-rem-plan {
background-color: tomato;
border-color: tomato;
}
#btn-add-plan-sv:disabled,
#btn-add-plan-br:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(109, 176, 170);
border-color: rgb(109, 176, 170);
}
#btn-rem-plan:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(191, 144, 136);
border-color: rgb(191, 144, 136);
}
#btn-move-esq:active,
#btn-move-dir:active {
border-style: inset;
}
.div-cambio {
margin-top: 25px;
width: 320px;
max-height: 500px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
justify-items: center;
align-items: center;
grid-template-areas:
"cam-fat-a1 cam-fat-a1 cam-fat-a2"
"cam-fat-a3 cam-fat-a4 .";
font-family: 'Roboto', sans-serif;
font-style: normal;
}
.div-faturamento {
width: 320px;
max-height: 500px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
justify-items: start;
align-items: center;
grid-template-areas:
"cam-fat-a5 cam-fat-a6 cam-fat-a7 cam-fat-a8"
"cam-fat-a9 cam-fat-a10 . ."
"cam-fat-a11 cam-fat-a11 cam-fat-a12 cam-fat-a12";
font-family: 'Roboto', sans-serif;
font-style: normal;
}
.cam-fat-a1 { grid-area: cam-fat-a1; }
.cam-fat-a2 { grid-area: cam-fat-a2; }
.cam-fat-a3 { grid-area: cam-fat-a3; }
.cam-fat-a4 { grid-area: cam-fat-a4; }
.cam-fat-a5 { grid-area: cam-fat-a5; }
.cam-fat-a6 { grid-area: cam-fat-a6; }
.cam-fat-a7 { grid-area: cam-fat-a7; }
.cam-fat-a8 { grid-area: cam-fat-a8; }
.cam-fat-a9 { grid-area: cam-fat-a9; }
.cam-fat-a10 { grid-area: cam-fat-a10; }
.cam-fat-a11 { grid-area: cam-fat-a11; }
.cam-fat-a12 { grid-area: cam-fat-a12; }
.cam-fat-a5,
.cam-fat-a6,
.cam-fat-a7,
.cam-fat-a8,
.cam-fat-a9,
.cam-fat-a10{
width: 60px;
height: 30px;
}
.cam-fat-a11,
.cam-fat-a12 {
width: 100%;
height: 100%;
display: grid;
grid-auto-flow: column;
align-items: center;
align-content: center;
justify-items: start;
}
.cam-fat-a11 > input,
.cam-fat-a12 > input {
margin-left: 14px;
align-items: center;
}
.cam-fat-a11 > label,
.cam-fat-a12 > label {
justify-self: start;
margin-left: -50px;
}
.cam-fat-a5,
.cam-fat-a7,
.cam-fat-a9 {
padding-left: 14px;
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: center;
align-content: center;
}
.cam-fat-a6,
.cam-fat-a8,
.cam-fat-a10 {
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: initial;
align-content: initial;
align-self: initial;
}
.cam-fat-a3,
.cam-fat-a4 {
display: grid;
grid-auto-flow: column;
justify-items: center;
align-items: center;
align-content: center;
}
#content-cambio-input-data{
height: 30px;
width: 180px;
border-style: none;
font-size: 0.8rem;
background: white;
border: 0.5px solid #B0B0B0;
border-radius: 3px;
color: #2B2E34;
}
#content-cambio-btn-atualiza {
height: 30px;
width: 60px;
font-size: 0.65rem;
/* justify-content: center;
background-color: #40E0D0;
border-color: #40E0D0;
border-radius: 3px; */
background-color: #40E0D0;
color: #000000;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: bold;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
#content-cambio-btn-atualiza:active {
border-style: inset;
}
#content-cambio-btn-atualiza:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(109, 176, 170);
border-color: rgb(109, 176, 170);
}
#label-eur,
#label-usd {
height: 32px;
width: 25px;
display: grid;
justify-items: center;
align-items: center;
align-content: center;
background: #F5F5F5;
border: 0.5px solid #B0B0B0;
border-right: none;
border-radius: 3px 0px 0px 3px;
}
#content-cambio-input-usd,
#content-cambio-input-eur {
height: 30px;
width: 45px;
background: white;
border: 0.5px solid #B0B0B0;
border-radius: 0px 3px 3px 0px;
font-size: 0.7rem;
color: #2B2E34;
}
#content-cambio-select-uf-orig,
#content-cambio-select-uf-dest,
#content-cambio-select-tipo-fat {
height: 30px;
width: 60px;
background: white;
border: 0.5px solid #B0B0B0;
border-radius: 3px;
font-size: 0.8rem;
color: #2B2E34;
}
#content-cambio-select-tipo-fat {
font-size: 0.7rem;
}
#background-comissoes{
z-index: 10;
}
.div-margem {
margin-top: 20px;
margin-bottom: 20px;
width: 100vw;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1.5fr;
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: start;
align-items: center;
grid-template-areas:
"margem-a1 margem-a2 . .";
}
.div-comissoes {
width: 100vw;
padding-bottom: 10px;
background-color: #F0F0F0;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: start;
align-items: center;
grid-template-areas:
"margem-a3 . . ."
"margem-a4 margem-a5 margem-a6 margem-a7"
"margem-a8 margem-a9 margem-a10 margem-a11"
"margem-a12 margem-a13 margem-a14 margem-a15"
"margem-a16 margem-a17 . .";
}
.div-taxas {
display: grid;
margin-top: 20px;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 3fr 0.7fr .70fr;
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: start;
align-items: center;
grid-template-areas:
"margem-a18 margem-a19 margem-a20 margem-a21"
"margem-a22 margem-a22 . ."
"margem-a23 margem-a23 . .";
}
.margem-a1 { grid-area: margem-a1; }
.margem-a2 { grid-area: margem-a2; }
.margem-a3 { grid-area: margem-a3; }
.margem-a4 { grid-area: margem-a4; }
.margem-a5 { grid-area: margem-a5; }
.margem-a6 { grid-area: margem-a6; }
.margem-a7 { grid-area: margem-a7; }
.margem-a8 { grid-area: margem-a8; }
.margem-a9 { grid-area: margem-a9; }
.margem-a10 { grid-area: margem-a10; }
.margem-a11 { grid-area: margem-a11; }
.margem-a12 { grid-area: margem-a12; }
.margem-a13 { grid-area: margem-a13; }
.margem-a14 { grid-area: margem-a14; }
.margem-a15 { grid-area: margem-a15; }
.margem-a16 { grid-area: margem-a16; }
.margem-a17 { grid-area: margem-a17; }
.margem-a18 { grid-area: margem-a18; }
.margem-a19 { grid-area: margem-a19; }
.margem-a20 { grid-area: margem-a20; }
.margem-a21 { grid-area: margem-a21; }
.margem-a22 { grid-area: margem-a22; }
.margem-a23 { grid-area: margem-a23; }
.margem-a1, .margem-a2, .margem-a3, .margem-a4, .margem-a5,
.margem-a6, .margem-a7, .margem-a8, .margem-a9, .margem-a10,
.margem-a11, .margem-a12, .margem-a13, .margem-a14, .margem-a15,
.margem-a16, .margem-a17, .margem-a18, .margem-a19, .margem-a20,
.margem-a21, .margem-a22, .margem-a23 {
width: 100%;
height: 100%;
}
/* #background-comissoes{
background-color: #F0F0F0;
width: 100vw;
} */
.margem-a3 > div > label{
margin-left: 7px;
}
.margem-labels{
margin-left: 12px;
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: center;
align-content: center;
}
.margem-labels > div {
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: center;
align-content: center;
}
.input-porcentagem {
display: grid;
grid-auto-flow: column;
align-content: center;
align-items: center;
}
.input-porcentagem > input {
height: 25px;
width: 35px;
justify-self: end;
background: #FFFFFF;
border: 0.5px solid #B0B0B0;
border-radius: 3px 0px 0px 3px;
font-size: 0.7rem;
}
.input-porcentagem > div {
height: 27px;
width: 15px;
justify-self: start;
background: #FFFFFF;
border: 0.5px solid #B0B0B0;
border-radius: 0px 3px 3px 0px;
border-left: none;
display: grid;
grid-auto-flow: column;
align-content: center;
justify-items: center;
align-items: center;
}
/* .input-porcentagem > input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} */
.div-fechamento {
display: grid;
width: 320px;
margin-top: 40px;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 2fr;
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: center;
justify-content: space-between;
align-items: start;
grid-template-areas:
"fechamento-a1 fechamento-a2 fechamento-a3";
}
.fechamento-a1 { grid-area: fechamento-a1; }
.fechamento-a2 { grid-area: fechamento-a2; }
.fechamento-a3 { grid-area: fechamento-a3; }
.fechamento-a1 > div,
.fechamento-a2 > div,
.fechamento-a3 > div {
height: 100%;
width: 100%;
display: grid;
grid-auto-flow: column;
align-content: center;
justify-items: center;
align-items: center;
}
.fechamento-a1 > div > button,
.fechamento-a2 > div > button,
.fechamento-a3 > div > button {
background-color: #40E0D0;
height: 30px;
width: 90px;
color: #000000;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-size: 0.71rem;
font-weight: bold;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
.fechamento-a1 > div > button:active,
.fechamento-a2 > div > button:active,
.fechamento-a3 > div > button:active {
border-style: inset;
}
.fechamento-a1 > div > button:disabled,
.fechamento-a2 > div > button:disabled,
.fechamento-a3 > div > button:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(109, 176, 170);
border-color: rgb(109, 176, 170);
}
.div-preferencias {
display: grid;
margin-top: 40px;
margin-left: 80px;
grid-template-columns: 0.5fr 1.5fr;
grid-template-rows: repeat(7, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: stretch;
justify-items: center;
justify-self: center;
grid-template-areas:
"pref-a1 pref-a1 "
"pref-a2 pref-a2 "
"pref-a3 pref-a3 "
". ."
"pref-a4 pref-a5 "
"pref-a6 pref-a7 "
". .";
}
.pref-a1 { grid-area: pref-a1; }
.pref-a2 { grid-area: pref-a2; }
.pref-a3 { grid-area: pref-a3; }
.pref-a4 { grid-area: pref-a4; }
.pref-a5 { grid-area: pref-a5; }
.pref-a6 { grid-area: pref-a6; }
.pref-a7 { grid-area: pref-a7; }
.div-preferencias > div {
justify-self: center;
}
.div-preferencias > div > div > button:active {
border-style:inset;
}
.div-preferencias > div > div > button {
background-color: #40E0D0;
height: 30px;
width: 140px;
color: #000000;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-size: 0.7rem;
font-weight: bold;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
.div-preferencias > div > input {
width: 35px;
height: 25px;
background: #FFFFFF;
border: 0.5px solid #B0B0B0;
border-radius: 2px;
}
.pref-a5 > div,
.pref-a7 > div {
width: 80px;
margin-left: 10px;
display: grid;
grid-auto-flow: column;
align-content: center;
justify-items: center;
align-items: center;
}
.ms-welcome__features.ms-List .ms-ListItem {
padding-bottom: 20px;
display: -webkit-flex;
display: flex;
}
.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
margin-right: 10px;
}
.ms-welcome__action.ms-Button--hero {
margin-top: 30px;
}
.ms-Button.ms-Button--hero .ms-Button-label {
color: #0078d7;
}
.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
color: #005a9e;
cursor: pointer;
}
b {
font-weight: bold;
}
.div-cambio-1{
display: flex;
flex-direction: column;
/* border-left-style: solid;
border-left-width: 10px;
border-left-color: rgb(129, 129, 129); */
width: 95%;
/* padding-left: 20px; */
font-size: 0.8rem;
/* border: solid 1px; */
margin-top:15px;
border-bottom: 2px inset;
border-color: rgba(217,217,217,1);
}
.div-cambio-2{
display: inline-flex;
flex-direction: row;
align-items: center;
padding: 5px 10px;
justify-content: flex-start;
font-size: 0.7rem;
}
#labelInputUSD, #labelInputEUR, #labelInputDate{
margin-left: 10px;
margin-right: 5px;
border-radius: 5px;
font-size: 0.7rem;
font-style: italic;
color: gray;
}
#inputUSD{
margin-left: 10px;
}
#inputDate{
border-width: 1px;;
border-style: solid;
border-color: #9c9c9c;
border-radius: 2px;
width: 133px;
height: 25px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
font-size: 0.6rem;
margin-top: 1px;
margin-bottom: 1px;
}
.div-login-1{
display: inline-flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-top: 2px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: 100vw;
}
.div-login-2{
display: inline-flex;
flex-direction: row;
align-items: center;
padding-top: 2px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: max-content;
}
.div-format-1 {
display: flex;
flex-direction: row;
padding-top: 15px;
margin-left: 10px;
margin-right: 10px;
align-items: center;
width: 100vw;
}
.div-format-2 {
padding-top: 5px;
/* background-color:#bdbdbd; */
margin-left: 7px;
margin-right: 7px;
padding: 3px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
#inputNumLinha, #inputNumTabela{
width: 30px;
font-size: 0.7rem;
text-align: center;
}
.btn-format {
width: 60px;
font-size: 0.7rem;
}
.div-margens-1 {
display: inline-flex;
flex-direction: row;
align-items: flex-start;
margin: 15px 5px;
/* border: solid 1px #0078d7; */
justify-content: space-between;
}
.div-margens-2 {
display: flex;
flex-direction: column;
/* border: solid 1px red; */
align-items: right;
align-items: baseline;
margin: 15px 5px;
}
.div-param-2 {
display: flex;
flex-direction: column;
/* border: solid 1px red; */
align-items: right;
align-items: baseline;
margin-top: 15px;
}
.div-param-3 {
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
/* border: solid 1px yellow; */
margin: 5px;
font-size: 0.7rem;
padding-left: 5px;;
}
.div-param-4 {
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
/* border: solid 1px yellow; */
width: 100%;
margin: 3px;
font-size: 0.7rem;
padding-left: 10px;;
}
.inputMargem, .inputComissoes {
width: 50px;
font-size: 0.7rem;
text-align: center;
margin-right: 3px;
}
.inputComissoes {
width: 20px;
font-size: 0.6rem;
}
.inputComissoes::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
#inputUFDestino, #inputUFOrigem, #inputTipoFaturamento {
margin: 3px 10px;
font-size: 0.7rem;
border-style: solid;
border-color: #9c9c9c;
border-radius: 2px;
width: 69px;
height: 25px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
}
#inputUFDestino {
font-size: 0.7rem;
}
#inputTipoFaturamento {
width: 100px;
}
#nav-bar{
background-color: #2B2E34;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 0.7rem;
height: 40px;
width: 100vw;
display: flex ;
flex-direction: row;
align-items: center;
-webkit-box-shadow: 0px 3px 14px -4px #e7e6e7;
box-shadow: 0px 3px 14px -4px #e7e6e7;
font-weight: bold;
}
#footer-bar{
background-color: #f4f4f4;
border-top: 1px solid #bfbfbf;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 0.7rem;
height: 40px;
width: 100vw;
-webkit-box-shadow: 0px -1px 14px -4px #e7e6e7;
box-shadow: 0px -1px 14px -4px #e7e6e7;
font-weight: bold;
position: absolute;
bottom: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-auto-columns: 1fr;
gap: 0px 0px;
grid-auto-flow: row;
align-content: center;
align-items: center;
justify-items: stretch;
grid-template-areas:
"footer-a1 . . . . footer-a2";
}
.footer-a1 {
grid-area: footer-a1;
justify-self: start;
align-self: center;
align-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.footer-a2 {
grid-area: footer-a2;
justify-self: end;
align-self: center;
align-content: center;
align-items: center;
width: 100%;
height: 95%;
}
.footer-a1 > img {
align-self: center;
justify-self: center;
margin-left: 10px;
margin-top: 5px;
}
.footer-a2 > span > img {
align-self: center;
justify-self: center;
height: fit-content;
margin-left: 10px;
margin-top: 5px;
}
.footer-a2:hover{
border-top: 2px solid #FF6347;
cursor: pointer;
} | src/taskpane/taskpane.css | html,
body {
width: 100vw;
height: 100%;
margin: 0;
padding: 0;
/* background-color:#f4f4f4; */
}
ul {
margin: 0;
padding: 0;
}
label{
font-size: 0.6rem;
font-style: italic;
color: gray;
margin: 0;
}
#perm-all-other-fields{
padding-right: 10px;
}
.ms-welcome__header {
padding: 10px;
padding-bottom: 10px;
padding-top: 15px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
align-items: center;
}
#app-body {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-flex: 1 0 0;
flex: 1 0 0;
width: 100vw;
}
.ms-welcome__main > h2 {
width: 100%;
text-align: center;
}
.ms-welcome__features {
list-style-type: none;
margin-top: 20px;
}
.div-nav-bar {
width: 320px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: center;
}
.nav-a1 { order: 1; }
.nav-a2 { order: 2; }
.nav-a3 { order: 3; }
.nav-a4 { order: 4; }
.nav-a1:hover,
.nav-a2:hover,
.nav-a3:hover,
.nav-a4:hover {
border-bottom: 2px solid #D9D9D9;
cursor: pointer;
}
.div-login { display: grid;
margin-top: 40px;
grid-template-columns: 0.5fr 2fr 1fr 0.5fr;
grid-template-rows: 1fr;
grid-auto-columns: 1fr;
width: 320px;
gap: 15px 0px;
grid-auto-flow: column;
justify-content: center;
align-content: center;
justify-items: center;
align-items: center;
grid-template-areas:
". login-a1 login-a2 .";
width: 100%;
height: 100%;
}
.login-a1 { grid-area: login-a1; }
.login-a2 { grid-area: login-a2; }
/* This is a single-line comment */
.div-edicao {
margin-top: 25px;
width: 320px;
max-height: 500px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 15px 0px;
grid-auto-flow: row;
justify-items: center;
align-items: center;
grid-template-areas:
"edicao-a1 edicao-a2 edicao-a3"
"edicao-a4 . ."
"edicao-a5 . ."
". . ."
"edicao-a6 edicao-a6 edicao-a6"
"edicao-a7 edicao-a8 edicao-a9";
font-family: 'Roboto', sans-serif;
font-style: normal;
}
.edicao-a1 { grid-area: edicao-a1; }
.edicao-a2 { grid-area: edicao-a2; }
.edicao-a3 { grid-area: edicao-a3; }
.edicao-a4 { grid-area: edicao-a4; }
.edicao-a5 { grid-area: edicao-a5; }
.edicao-a6 { grid-area: edicao-a6; }
.edicao-a7 { grid-area: edicao-a7; }
.edicao-a8 { grid-area: edicao-a8; }
.edicao-a9 { grid-area: edicao-a9; }
.edicao-a1,
.edicao-a2,
.edicao-a3,
.edicao-a4,
.edicao-a5,
.edicao-a7,
.edicao-a8,
.edicao-a9 {
height: 30px;
width: 90px;
}
.edicao-a1 {
display: grid;
grid-auto-flow: column;
justify-items: center;
align-items: center;
}
.edicao-a6 {
display: grid;
height: 30px;
width: 303.3px;
grid-auto-flow: column;
justify-items: center;
align-items: center;
}
#btn-add-linha:active,
#btn-tabela:active,
#btn-kit:active,
#btn-rem-linhas:active,
#btn-contrib:active,
#btn-add-plan-sv:active,
#btn-add-plan-br:active,
#btn-rem-plan:active {
border-style: inset;
}
#btn-add-linha,
#btn-tabela,
#btn-kit,
#btn-rem-linhas,
#btn-contrib,
#btn-add-plan-sv,
#btn-add-plan-br,
#btn-rem-plan {
height: 30px;
width: 90px;
font-size: 0.7rem;
font-weight: bold;
background-color: turquoise;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
#btn-add-linha {
width: 60px;
font-size: 0.65rem;
}
#btn-move-esq,
#btn-move-dir {
height: 30px;
width: 25px;
font-size: 0.9rem;
background-color: #D9D9D9;
border-color: #D9D9D9;
border-style: none;
border-radius: 3px;
}
#btn-rem-linhas,
#btn-rem-plan {
background-color: tomato;
border-color: tomato;
}
#btn-add-plan-sv:disabled,
#btn-add-plan-br:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(109, 176, 170);
border-color: rgb(109, 176, 170);
}
#btn-rem-plan:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(191, 144, 136);
border-color: rgb(191, 144, 136);
}
#btn-move-esq:active,
#btn-move-dir:active {
border-style: inset;
}
.div-cambio {
margin-top: 25px;
width: 320px;
max-height: 500px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
justify-items: center;
align-items: center;
grid-template-areas:
"cam-fat-a1 cam-fat-a1 cam-fat-a2"
"cam-fat-a3 cam-fat-a4 .";
font-family: 'Roboto', sans-serif;
font-style: normal;
}
.div-faturamento {
width: 320px;
max-height: 500px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
justify-items: start;
align-items: center;
grid-template-areas:
"cam-fat-a5 cam-fat-a6 cam-fat-a7 cam-fat-a8"
"cam-fat-a9 cam-fat-a10 . ."
"cam-fat-a11 cam-fat-a11 cam-fat-a12 cam-fat-a12";
font-family: 'Roboto', sans-serif;
font-style: normal;
}
.cam-fat-a1 { grid-area: cam-fat-a1; }
.cam-fat-a2 { grid-area: cam-fat-a2; }
.cam-fat-a3 { grid-area: cam-fat-a3; }
.cam-fat-a4 { grid-area: cam-fat-a4; }
.cam-fat-a5 { grid-area: cam-fat-a5; }
.cam-fat-a6 { grid-area: cam-fat-a6; }
.cam-fat-a7 { grid-area: cam-fat-a7; }
.cam-fat-a8 { grid-area: cam-fat-a8; }
.cam-fat-a9 { grid-area: cam-fat-a9; }
.cam-fat-a10 { grid-area: cam-fat-a10; }
.cam-fat-a11 { grid-area: cam-fat-a11; }
.cam-fat-a12 { grid-area: cam-fat-a12; }
.cam-fat-a5,
.cam-fat-a6,
.cam-fat-a7,
.cam-fat-a8,
.cam-fat-a9,
.cam-fat-a10{
width: 60px;
height: 30px;
}
.cam-fat-a11,
.cam-fat-a12 {
width: 100%;
height: 100%;
display: grid;
grid-auto-flow: column;
align-items: center;
align-content: center;
justify-items: start;
}
.cam-fat-a11 > input,
.cam-fat-a12 > input {
margin-left: 14px;
align-items: center;
}
.cam-fat-a11 > label,
.cam-fat-a12 > label {
justify-self: start;
margin-left: -50px;
}
.cam-fat-a5,
.cam-fat-a7,
.cam-fat-a9 {
padding-left: 14px;
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: center;
align-content: center;
}
.cam-fat-a6,
.cam-fat-a8,
.cam-fat-a10 {
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: initial;
align-content: initial;
align-self: initial;
}
.cam-fat-a3,
.cam-fat-a4 {
display: grid;
grid-auto-flow: column;
justify-items: center;
align-items: center;
align-content: center;
}
#content-cambio-input-data{
height: 30px;
width: 180px;
border-style: none;
font-size: 0.8rem;
background: white;
border: 0.5px solid #B0B0B0;
border-radius: 3px;
color: #2B2E34;
}
#content-cambio-btn-atualiza {
height: 30px;
width: 60px;
font-size: 0.65rem;
/* justify-content: center;
background-color: #40E0D0;
border-color: #40E0D0;
border-radius: 3px; */
background-color: #40E0D0;
color: #000000;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: bold;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
#content-cambio-btn-atualiza:active {
border-style: inset;
}
#content-cambio-btn-atualiza:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(109, 176, 170);
border-color: rgb(109, 176, 170);
}
#label-eur,
#label-usd {
height: 32px;
width: 25px;
display: grid;
justify-items: center;
align-items: center;
align-content: center;
background: #F5F5F5;
border: 0.5px solid #B0B0B0;
border-right: none;
border-radius: 3px 0px 0px 3px;
}
#content-cambio-input-usd,
#content-cambio-input-eur {
height: 30px;
width: 45px;
background: white;
border: 0.5px solid #B0B0B0;
border-radius: 0px 3px 3px 0px;
font-size: 0.7rem;
color: #2B2E34;
}
#content-cambio-select-uf-orig,
#content-cambio-select-uf-dest,
#content-cambio-select-tipo-fat {
height: 30px;
width: 60px;
background: white;
border: 0.5px solid #B0B0B0;
border-radius: 3px;
font-size: 0.8rem;
color: #2B2E34;
}
#content-cambio-select-tipo-fat {
font-size: 0.7rem;
}
#background-comissoes{
z-index: 10;
}
.div-margem {
margin-top: 20px;
margin-bottom: 20px;
width: 100vw;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1.5fr;
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: start;
align-items: center;
grid-template-areas:
"margem-a1 margem-a2 . .";
}
.div-comissoes {
width: 100vw;
padding-bottom: 10px;
background-color: #F0F0F0;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: start;
align-items: center;
grid-template-areas:
"margem-a3 . . ."
"margem-a4 margem-a5 margem-a6 margem-a7"
"margem-a8 margem-a9 margem-a10 margem-a11"
"margem-a12 margem-a13 margem-a14 margem-a15"
"margem-a16 margem-a17 . .";
}
.div-taxas {
display: grid;
margin-top: 20px;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 3fr 0.7fr .70fr;
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: start;
align-items: center;
grid-template-areas:
"margem-a18 margem-a19 margem-a20 margem-a21"
"margem-a22 margem-a22 . ."
"margem-a23 margem-a23 . .";
}
.margem-a1 { grid-area: margem-a1; }
.margem-a2 { grid-area: margem-a2; }
.margem-a3 { grid-area: margem-a3; }
.margem-a4 { grid-area: margem-a4; }
.margem-a5 { grid-area: margem-a5; }
.margem-a6 { grid-area: margem-a6; }
.margem-a7 { grid-area: margem-a7; }
.margem-a8 { grid-area: margem-a8; }
.margem-a9 { grid-area: margem-a9; }
.margem-a10 { grid-area: margem-a10; }
.margem-a11 { grid-area: margem-a11; }
.margem-a12 { grid-area: margem-a12; }
.margem-a13 { grid-area: margem-a13; }
.margem-a14 { grid-area: margem-a14; }
.margem-a15 { grid-area: margem-a15; }
.margem-a16 { grid-area: margem-a16; }
.margem-a17 { grid-area: margem-a17; }
.margem-a18 { grid-area: margem-a18; }
.margem-a19 { grid-area: margem-a19; }
.margem-a20 { grid-area: margem-a20; }
.margem-a21 { grid-area: margem-a21; }
.margem-a22 { grid-area: margem-a22; }
.margem-a23 { grid-area: margem-a23; }
.margem-a1, .margem-a2, .margem-a3, .margem-a4, .margem-a5,
.margem-a6, .margem-a7, .margem-a8, .margem-a9, .margem-a10,
.margem-a11, .margem-a12, .margem-a13, .margem-a14, .margem-a15,
.margem-a16, .margem-a17, .margem-a18, .margem-a19, .margem-a20,
.margem-a21, .margem-a22, .margem-a23 {
width: 100%;
height: 100%;
}
/* #background-comissoes{
background-color: #F0F0F0;
width: 100vw;
} */
.margem-a3 > div > label{
margin-left: 7px;
}
.margem-labels{
margin-left: 12px;
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: center;
align-content: center;
}
.margem-labels > div {
display: grid;
grid-auto-flow: column;
justify-items: start;
justify-content: start;
align-items: center;
align-content: center;
}
.input-porcentagem {
display: grid;
grid-auto-flow: column;
align-content: center;
align-items: center;
}
.input-porcentagem > input {
height: 25px;
width: 35px;
justify-self: end;
background: #FFFFFF;
border: 0.5px solid #B0B0B0;
border-radius: 3px 0px 0px 3px;
font-size: 0.7rem;
}
.input-porcentagem > div {
height: 27px;
width: 15px;
justify-self: start;
background: #FFFFFF;
border: 0.5px solid #B0B0B0;
border-radius: 0px 3px 3px 0px;
border-left: none;
display: grid;
grid-auto-flow: column;
align-content: center;
justify-items: center;
align-items: center;
}
/* .input-porcentagem > input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} */
.div-fechamento {
display: grid;
width: 320px;
margin-top: 40px;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 2fr;
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: center;
justify-items: center;
justify-content: space-between;
align-items: start;
grid-template-areas:
"fechamento-a1 fechamento-a2 fechamento-a3";
}
.fechamento-a1 { grid-area: fechamento-a1; }
.fechamento-a2 { grid-area: fechamento-a2; }
.fechamento-a3 { grid-area: fechamento-a3; }
.fechamento-a1 > div,
.fechamento-a2 > div,
.fechamento-a3 > div {
height: 100%;
width: 100%;
display: grid;
grid-auto-flow: column;
align-content: center;
justify-items: center;
align-items: center;
}
.fechamento-a1 > div > button,
.fechamento-a2 > div > button,
.fechamento-a3 > div > button {
background-color: #40E0D0;
height: 30px;
width: 90px;
color: #000000;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-size: 0.71rem;
font-weight: bold;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
.fechamento-a1 > div > button:active,
.fechamento-a2 > div > button:active,
.fechamento-a3 > div > button:active {
border-style: inset;
}
.fechamento-a1 > div > button:disabled,
.fechamento-a2 > div > button:disabled,
.fechamento-a3 > div > button:disabled {
border-style: none;
color: #4a4d52;
background-color: rgb(109, 176, 170);
border-color: rgb(109, 176, 170);
}
.div-preferencias {
display: grid;
margin-top: 40px;
margin-left: 80px;
grid-template-columns: 0.5fr 1.5fr;
grid-template-rows: repeat(7, 1fr);
grid-auto-columns: 1fr;
gap: 15px 0px;
grid-auto-flow: row;
align-content: stretch;
justify-items: center;
justify-self: center;
grid-template-areas:
"pref-a1 pref-a1 "
"pref-a2 pref-a2 "
"pref-a3 pref-a3 "
". ."
"pref-a4 pref-a5 "
"pref-a6 pref-a7 "
". .";
}
.pref-a1 { grid-area: pref-a1; }
.pref-a2 { grid-area: pref-a2; }
.pref-a3 { grid-area: pref-a3; }
.pref-a4 { grid-area: pref-a4; }
.pref-a5 { grid-area: pref-a5; }
.pref-a6 { grid-area: pref-a6; }
.pref-a7 { grid-area: pref-a7; }
.div-preferencias > div {
justify-self: center;
}
.div-preferencias > div > div > button:active {
border-style:inset;
}
.div-preferencias > div > div > button {
background-color: #40E0D0;
height: 30px;
width: 140px;
color: #000000;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-size: 0.7rem;
font-weight: bold;
border-color: turquoise;
border-style: none;
border-radius: 3px;
}
.div-preferencias > div > input {
width: 35px;
height: 25px;
background: #FFFFFF;
border: 0.5px solid #B0B0B0;
border-radius: 2px;
}
.pref-a5 > div,
.pref-a7 > div {
width: 80px;
margin-left: 10px;
display: grid;
grid-auto-flow: column;
align-content: center;
justify-items: center;
align-items: center;
}
.ms-welcome__features.ms-List .ms-ListItem {
padding-bottom: 20px;
display: -webkit-flex;
display: flex;
}
.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
margin-right: 10px;
}
.ms-welcome__action.ms-Button--hero {
margin-top: 30px;
}
.ms-Button.ms-Button--hero .ms-Button-label {
color: #0078d7;
}
.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
color: #005a9e;
cursor: pointer;
}
b {
font-weight: bold;
}
.div-cambio-1{
display: flex;
flex-direction: column;
/* border-left-style: solid;
border-left-width: 10px;
border-left-color: rgb(129, 129, 129); */
width: 95%;
/* padding-left: 20px; */
font-size: 0.8rem;
/* border: solid 1px; */
margin-top:15px;
border-bottom: 2px inset;
border-color: rgba(217,217,217,1);
}
.div-cambio-2{
display: inline-flex;
flex-direction: row;
align-items: center;
padding: 5px 10px;
justify-content: flex-start;
font-size: 0.7rem;
}
#labelInputUSD, #labelInputEUR, #labelInputDate{
margin-left: 10px;
margin-right: 5px;
border-radius: 5px;
font-size: 0.7rem;
font-style: italic;
color: gray;
}
#inputUSD{
margin-left: 10px;
}
#inputDate{
border-width: 1px;;
border-style: solid;
border-color: #9c9c9c;
border-radius: 2px;
width: 133px;
height: 25px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
font-size: 0.6rem;
margin-top: 1px;
margin-bottom: 1px;
}
.div-login-1{
display: inline-flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-top: 2px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: 100vw;
}
.div-login-2{
display: inline-flex;
flex-direction: row;
align-items: center;
padding-top: 2px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: max-content;
}
.div-format-1 {
display: flex;
flex-direction: row;
padding-top: 15px;
margin-left: 10px;
margin-right: 10px;
align-items: center;
width: 100vw;
}
.div-format-2 {
padding-top: 5px;
/* background-color:#bdbdbd; */
margin-left: 7px;
margin-right: 7px;
padding: 3px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
#inputNumLinha, #inputNumTabela{
width: 30px;
font-size: 0.7rem;
text-align: center;
}
.btn-format {
width: 60px;
font-size: 0.7rem;
}
.div-margens-1 {
display: inline-flex;
flex-direction: row;
align-items: flex-start;
margin: 15px 5px;
/* border: solid 1px #0078d7; */
justify-content: space-between;
}
.div-margens-2 {
display: flex;
flex-direction: column;
/* border: solid 1px red; */
align-items: right;
align-items: baseline;
margin: 15px 5px;
}
.div-param-2 {
display: flex;
flex-direction: column;
/* border: solid 1px red; */
align-items: right;
align-items: baseline;
margin-top: 15px;
}
.div-param-3 {
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
/* border: solid 1px yellow; */
margin: 5px;
font-size: 0.7rem;
padding-left: 5px;;
}
.div-param-4 {
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
/* border: solid 1px yellow; */
width: 100%;
margin: 3px;
font-size: 0.7rem;
padding-left: 10px;;
}
.inputMargem, .inputComissoes {
width: 50px;
font-size: 0.7rem;
text-align: center;
margin-right: 3px;
}
.inputComissoes {
width: 20px;
font-size: 0.6rem;
}
.inputComissoes::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
#inputUFDestino, #inputUFOrigem, #inputTipoFaturamento {
margin: 3px 10px;
font-size: 0.7rem;
border-style: solid;
border-color: #9c9c9c;
border-radius: 2px;
width: 69px;
height: 25px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #000000;
}
#inputUFDestino {
font-size: 0.7rem;
}
#inputTipoFaturamento {
width: 100px;
}
#nav-bar{
background-color: #2B2E34;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 0.7rem;
height: 40px;
width: 100vw;
display: flex ;
flex-direction: row;
align-items: center;
-webkit-box-shadow: 0px 3px 14px -4px #e7e6e7;
box-shadow: 0px 3px 14px -4px #e7e6e7;
font-weight: bold;
}
#footer-bar{
background-color: #f4f4f4;
border-top: 1px solid #bfbfbf;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 0.7rem;
height: 40px;
width: 100vw;
-webkit-box-shadow: 0px -1px 14px -4px #e7e6e7;
box-shadow: 0px -1px 14px -4px #e7e6e7;
font-weight: bold;
position: absolute;
bottom: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-auto-columns: 1fr;
gap: 0px 0px;
grid-auto-flow: row;
align-content: center;
align-items: center;
justify-items: stretch;
grid-template-areas:
"footer-a1 . . . . footer-a2";
}
.footer-a1 {
grid-area: footer-a1;
justify-self: start;
align-self: center;
align-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.footer-a2 {
grid-area: footer-a2;
justify-self: end;
align-self: center;
align-content: center;
align-items: center;
width: 100%;
height: 95%;
}
.footer-a1 > img {
align-self: center;
justify-self: center;
margin-left: 10px;
margin-top: 5px;
}
.footer-a2 > span > img {
align-self: center;
justify-self: center;
height: fit-content;
margin-left: 10px;
margin-top: 5px;
}
.footer-a2:hover{
border-top: 2px solid #FF6347;
cursor: pointer;
} | 0.334046 | 0.085251 |
.navbar{
margin-bottom: 0;
}
.navbar .container {
width: 100%;
padding-left: 13%;
}
.navbar-default {
background-color: orange;
background-image: none;
border-radius: 0;
border-color:orange;
}
.navbar-default .navbar-nav>li>a {
color: black;
}
.logo {
width: 13%;
position: absolute;
left: 0px;
top: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: green;
background-color: transparent;
}
.btn-default:hover {
color: green;
/* background-color: #e6e6e6; */
border-color: green;
}
.started button:hover{
color:green;
border-color:green;
}
a:focus, a:hover {
color: green;
text-decoration: none;
}
.home-header {
background-image: url(https://www.pymnts.com/wp-content/uploads/2018/05/construction-late-payments.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height:600px;
}
.header-content {
padding-top:60px;
}
.header-content p, h1{
color: white;
}
.home-input {
width:35%;
margin-left: auto;
margin-right: auto;
background-color: lightgray;
}
.home-input form {
padding-left: 15px;
padding-right: 15px;
margin-top: 25px;
}
.input-line {
display: flex;
}
.input-line .form-group {
width: 33%;
}
.street-input {
width: 50% !important;
}
.input-renovation {
padding-top:15px;
}
.input-zip {
width:33%;
padding-right: 5px;
}
.input-budget {
width:33%;
padding-right: 5px;
}
.input-submit {
width:33%;
height: 34px;
color: white;
text-shadow: none;
background-color: orange;
background-image: none;
margin-left: auto;
margin-right: auto;
}
.btn-default:focus, .btn-default:hover {
text-shadow: none;
background-color: orange;
background-image: none;
}
.submit-line {
text-align: center;
padding-bottom: 15px;
}
.works-button {
padding-top: 50px;
margin-left: auto;
margin-right: auto;
width: 100px
}
.works-button button {
height: 35px;
}
.aboutUs-header {
padding-top: 75px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.aboutUs-header h1 {
color: black;
margin-top: 0;
font-size: 50px;
}
.videoHeader {
text-align:center;
}
.aboutUs-header .text-header {
padding: 25px 75px;
}
.circles .text-header {
font-size: 25px;
padding-bottom: 30px;
}
.aboutUs-header .circles{
padding-top: 10px;
padding-bottom: 25px;
}
.aboutUs-header .circle {
height: 150px;
background-color: grey;
border-radius: 100px;
width: 150px;
margin-left: auto;
margin-right: auto;
}
.honest-circle {
background-image: url("https://i0.wp.com/www.firmology.com/wp-content/uploads/2014/05/handshake-e1400131432409.jpg");
background-size: cover;
background-position: center;
}
.ethical-circle {
background-image: url("https://rmi-solutions.com/wp-content/uploads/2016/06/ethical-practices-core-values-431x270.jpeg");
background-size: cover;
background-position: center;
}
.licensed-circle {
background-image: url("http://www.bcscpa.com/bcs-blog/wp-content/uploads/2016/08/construction-2.jpg");
background-size: cover;
background-position: center;
}
.quality-circle {
background-image: url("http://surplus.lk/media/catalog/product/1/2/12_9.jpg");
background-size: cover;
background-position: center;
}
.aboutUs-header .text-quote {
padding-top: 25px;
padding-bottom:25px;
}
.quote-first {
font-size: 17px;
font-style: italic;
color: lightslategrey;
}
.quote-name {
font-size: 12px;
}
.texts {
height: 200px;
}
.text-left {
float:left;
padding-left:100px;
padding-right: 50px;
text-align: justify;
}
.text-right {
float:right;
padding-right:100px;
padding-left:50px;
text-align: justify;
}
.row {
margin:0;
}
.services {
padding-top: 20%;
background-image: url(/assets/WoodBurn.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.services p, h4, li{
color:black;
font-weight: bold;
}
.services h4 {
font-size: 24px;
}
.services-content {
margin-top: 200px;
}
.services-content h1 {
color: black;
margin-top: 0;
font-size: 50px;
padding-bottom: 25px;
}
.square {
height: 200px;
width: 200px;
margin-left: auto;
margin-right: auto;
border-bottom: 1px solid black;
margin-bottom: 25px;
}
.services .text-header {
padding: 25px 75px;
}
.squares .text-header {
font-size: 25px;
padding-bottom: 30px;
}
.services .squares{
padding-top: 10px;
padding-bottom: 65px;
}
.cat-left {
float:left;
padding-left:18%;
padding-right: 50px;
text-align: justify;
}
.cat-right {
float:right;
padding-right:18%;
padding-left:50px;
text-align: justify;
}
.category-list ul {
width: 300px;
margin: auto;
}
.category-list li {
font-size: 18px;
padding: 6px;
}
.started {
text-align: center;
}
.started button {
height: 50px;
width: 150px;
background-color: black ;
color: white;
margin-top:75px;
margin-bottom: 75px;
}
footer {
background-color: orange;
font-family: monospace;
}
footer .footer-par {
margin-top:10px;
}
footer a {
color: black;
}
footer .flex-center {
text-align: center;
margin-bottom: 30px;
}
footer .flex-center a {
text-align: center;
margin:25px;
}
.footer-nav li {
margin-bottom: 10px;
}
.tymodal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.tymodal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
height: 200px;
width: 500px;
text-align: center;
}
.tymodal-content h1 {
color: black;
}
.tymodal-close {
margin-top: 20px;
background-color: black;
width: 123px;
height: 30px;
color: white;
}
.profilePage {
margin-top:100px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
}
.userInfo h1 {
color: black;
font-size:25px;
}
.projects h1 {
color:black;
font-size: 25px;
}
.projectDetails {
border: 1px solid black;
margin: 50px auto;
padding: 25px 0;
width: 75%;
background-color: lightgray;
}
.showDateDiv {
text-align: right;
padding-right: 25px;
}
.projectDelete {
margin-left:25px;
margin-top: 15px;
}
.projectDelete button {
background-color: red;
color: white;
border-color: red;
}
.registerNew {
float: right;
margin-top: 25px;
}
.text-data {
padding-bottom: 15px;
}
.text-title {
padding-left:25px;
width: 45%;
}
.text-content {
padding-left:20px;
font-weight: normal;
}
.register {
height: 500px;
margin-top:50px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
}
.loginPage {
height:500px;
margin-top:50px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
}
footer hr {
border-top: 1px solid black;
} | client/src/styles.css | .navbar{
margin-bottom: 0;
}
.navbar .container {
width: 100%;
padding-left: 13%;
}
.navbar-default {
background-color: orange;
background-image: none;
border-radius: 0;
border-color:orange;
}
.navbar-default .navbar-nav>li>a {
color: black;
}
.logo {
width: 13%;
position: absolute;
left: 0px;
top: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: green;
background-color: transparent;
}
.btn-default:hover {
color: green;
/* background-color: #e6e6e6; */
border-color: green;
}
.started button:hover{
color:green;
border-color:green;
}
a:focus, a:hover {
color: green;
text-decoration: none;
}
.home-header {
background-image: url(https://www.pymnts.com/wp-content/uploads/2018/05/construction-late-payments.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height:600px;
}
.header-content {
padding-top:60px;
}
.header-content p, h1{
color: white;
}
.home-input {
width:35%;
margin-left: auto;
margin-right: auto;
background-color: lightgray;
}
.home-input form {
padding-left: 15px;
padding-right: 15px;
margin-top: 25px;
}
.input-line {
display: flex;
}
.input-line .form-group {
width: 33%;
}
.street-input {
width: 50% !important;
}
.input-renovation {
padding-top:15px;
}
.input-zip {
width:33%;
padding-right: 5px;
}
.input-budget {
width:33%;
padding-right: 5px;
}
.input-submit {
width:33%;
height: 34px;
color: white;
text-shadow: none;
background-color: orange;
background-image: none;
margin-left: auto;
margin-right: auto;
}
.btn-default:focus, .btn-default:hover {
text-shadow: none;
background-color: orange;
background-image: none;
}
.submit-line {
text-align: center;
padding-bottom: 15px;
}
.works-button {
padding-top: 50px;
margin-left: auto;
margin-right: auto;
width: 100px
}
.works-button button {
height: 35px;
}
.aboutUs-header {
padding-top: 75px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.aboutUs-header h1 {
color: black;
margin-top: 0;
font-size: 50px;
}
.videoHeader {
text-align:center;
}
.aboutUs-header .text-header {
padding: 25px 75px;
}
.circles .text-header {
font-size: 25px;
padding-bottom: 30px;
}
.aboutUs-header .circles{
padding-top: 10px;
padding-bottom: 25px;
}
.aboutUs-header .circle {
height: 150px;
background-color: grey;
border-radius: 100px;
width: 150px;
margin-left: auto;
margin-right: auto;
}
.honest-circle {
background-image: url("https://i0.wp.com/www.firmology.com/wp-content/uploads/2014/05/handshake-e1400131432409.jpg");
background-size: cover;
background-position: center;
}
.ethical-circle {
background-image: url("https://rmi-solutions.com/wp-content/uploads/2016/06/ethical-practices-core-values-431x270.jpeg");
background-size: cover;
background-position: center;
}
.licensed-circle {
background-image: url("http://www.bcscpa.com/bcs-blog/wp-content/uploads/2016/08/construction-2.jpg");
background-size: cover;
background-position: center;
}
.quality-circle {
background-image: url("http://surplus.lk/media/catalog/product/1/2/12_9.jpg");
background-size: cover;
background-position: center;
}
.aboutUs-header .text-quote {
padding-top: 25px;
padding-bottom:25px;
}
.quote-first {
font-size: 17px;
font-style: italic;
color: lightslategrey;
}
.quote-name {
font-size: 12px;
}
.texts {
height: 200px;
}
.text-left {
float:left;
padding-left:100px;
padding-right: 50px;
text-align: justify;
}
.text-right {
float:right;
padding-right:100px;
padding-left:50px;
text-align: justify;
}
.row {
margin:0;
}
.services {
padding-top: 20%;
background-image: url(/assets/WoodBurn.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.services p, h4, li{
color:black;
font-weight: bold;
}
.services h4 {
font-size: 24px;
}
.services-content {
margin-top: 200px;
}
.services-content h1 {
color: black;
margin-top: 0;
font-size: 50px;
padding-bottom: 25px;
}
.square {
height: 200px;
width: 200px;
margin-left: auto;
margin-right: auto;
border-bottom: 1px solid black;
margin-bottom: 25px;
}
.services .text-header {
padding: 25px 75px;
}
.squares .text-header {
font-size: 25px;
padding-bottom: 30px;
}
.services .squares{
padding-top: 10px;
padding-bottom: 65px;
}
.cat-left {
float:left;
padding-left:18%;
padding-right: 50px;
text-align: justify;
}
.cat-right {
float:right;
padding-right:18%;
padding-left:50px;
text-align: justify;
}
.category-list ul {
width: 300px;
margin: auto;
}
.category-list li {
font-size: 18px;
padding: 6px;
}
.started {
text-align: center;
}
.started button {
height: 50px;
width: 150px;
background-color: black ;
color: white;
margin-top:75px;
margin-bottom: 75px;
}
footer {
background-color: orange;
font-family: monospace;
}
footer .footer-par {
margin-top:10px;
}
footer a {
color: black;
}
footer .flex-center {
text-align: center;
margin-bottom: 30px;
}
footer .flex-center a {
text-align: center;
margin:25px;
}
.footer-nav li {
margin-bottom: 10px;
}
.tymodal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.tymodal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
height: 200px;
width: 500px;
text-align: center;
}
.tymodal-content h1 {
color: black;
}
.tymodal-close {
margin-top: 20px;
background-color: black;
width: 123px;
height: 30px;
color: white;
}
.profilePage {
margin-top:100px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
}
.userInfo h1 {
color: black;
font-size:25px;
}
.projects h1 {
color:black;
font-size: 25px;
}
.projectDetails {
border: 1px solid black;
margin: 50px auto;
padding: 25px 0;
width: 75%;
background-color: lightgray;
}
.showDateDiv {
text-align: right;
padding-right: 25px;
}
.projectDelete {
margin-left:25px;
margin-top: 15px;
}
.projectDelete button {
background-color: red;
color: white;
border-color: red;
}
.registerNew {
float: right;
margin-top: 25px;
}
.text-data {
padding-bottom: 15px;
}
.text-title {
padding-left:25px;
width: 45%;
}
.text-content {
padding-left:20px;
font-weight: normal;
}
.register {
height: 500px;
margin-top:50px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
}
.loginPage {
height:500px;
margin-top:50px;
background-image: url(https://www.firstratefieldservices.com/wp-content/uploads/2017/03/white-blueprint-background.jpg);
}
footer hr {
border-top: 1px solid black;
} | 0.397938 | 0.075961 |
.chat {
flex: 0.70;
display: flex;
flex-direction: column;
}
.chat__header {
padding: 7px;
display: flex;
margin-left: 10px;
align-items: center;
color: var(--color-secondary);
border-bottom: 1px solid var(--color-shape-hover);
}
.chat__headerInfo {
flex: 1;
padding-left: 20px;
cursor: pointer;
}
.chat__headerInfo > h3 {
font-weight: 500;
}
.chat__headerInfo > p {
color: var(--color-gray)
}
.chat_headerRight {
display: flex;
justify-content: space-between;
min-width: 100px;
}
.chat_headerRight > button {
cursor: pointer;
color: var(--color-secondary);
font-size: 30px !important;
}
.chat__body {
flex: 1;
background-image: url('../../assets/background.png');
background-position: center;
background-size: contain;
padding: 30px;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
}
.chat__body > chat__body {
opacity: 0.5;
}
.chat__message {
position: relative;
margin-bottom: 25px;
color: var(--color-secondary);
font-size: 16px;
font-weight: 400;
padding: 13px;
border-radius: 17px;
width: fit-content;
background-color: var(--color-shape);
}
.chat__message:hover {
background-color: var(--color-shape-hover);
cursor: pointer;
}
.chat__name {
position: absolute;
top: -17px;
font-weight: 600;
font-size: x-small;
}
.chat__timestamp {
margin-left: 10px;
font-size: x-small;
}
.chat__reciever {
margin-left: auto;
background-color: var(--color-shape-hover);
}
.chat__reciever:hover {
background-color: var(--color-shape);
cursor: pointer;
}
.chat__footer {
display: flex;
justify-content: space-between;
border-radius: 8px;
align-items: center;
height: 55px;
background-color: var(--color-shape);
border-top: 1px solid var(--color-shape-hover);
border-left: 1px solid var(--color-shape-hover);
}
.chat__footer > form {
flex: 1;
display: flex;
}
.chat__footer > form > input {
flex: 1;
border-radius: 30px;
padding: 8px;
font-family: 'Roboto Slab';
font-size: 16px;
border: none;
background-color: var(--color-shape-hover);
color: var(--color-gray);
}
.chat__footer > form > input[type="text"] {
padding-left: 10px;
}
.chat__footer > form > button {
display: none;
}
.chat__footer > .MuiSvgIcon-root {
margin-right: 2vw;
font-size: 30px !important;
}
.chat__footer > button {
color: var(--color-secondary);
} | src/components/Chat/Chat.css | .chat {
flex: 0.70;
display: flex;
flex-direction: column;
}
.chat__header {
padding: 7px;
display: flex;
margin-left: 10px;
align-items: center;
color: var(--color-secondary);
border-bottom: 1px solid var(--color-shape-hover);
}
.chat__headerInfo {
flex: 1;
padding-left: 20px;
cursor: pointer;
}
.chat__headerInfo > h3 {
font-weight: 500;
}
.chat__headerInfo > p {
color: var(--color-gray)
}
.chat_headerRight {
display: flex;
justify-content: space-between;
min-width: 100px;
}
.chat_headerRight > button {
cursor: pointer;
color: var(--color-secondary);
font-size: 30px !important;
}
.chat__body {
flex: 1;
background-image: url('../../assets/background.png');
background-position: center;
background-size: contain;
padding: 30px;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
}
.chat__body > chat__body {
opacity: 0.5;
}
.chat__message {
position: relative;
margin-bottom: 25px;
color: var(--color-secondary);
font-size: 16px;
font-weight: 400;
padding: 13px;
border-radius: 17px;
width: fit-content;
background-color: var(--color-shape);
}
.chat__message:hover {
background-color: var(--color-shape-hover);
cursor: pointer;
}
.chat__name {
position: absolute;
top: -17px;
font-weight: 600;
font-size: x-small;
}
.chat__timestamp {
margin-left: 10px;
font-size: x-small;
}
.chat__reciever {
margin-left: auto;
background-color: var(--color-shape-hover);
}
.chat__reciever:hover {
background-color: var(--color-shape);
cursor: pointer;
}
.chat__footer {
display: flex;
justify-content: space-between;
border-radius: 8px;
align-items: center;
height: 55px;
background-color: var(--color-shape);
border-top: 1px solid var(--color-shape-hover);
border-left: 1px solid var(--color-shape-hover);
}
.chat__footer > form {
flex: 1;
display: flex;
}
.chat__footer > form > input {
flex: 1;
border-radius: 30px;
padding: 8px;
font-family: 'Roboto Slab';
font-size: 16px;
border: none;
background-color: var(--color-shape-hover);
color: var(--color-gray);
}
.chat__footer > form > input[type="text"] {
padding-left: 10px;
}
.chat__footer > form > button {
display: none;
}
.chat__footer > .MuiSvgIcon-root {
margin-right: 2vw;
font-size: 30px !important;
}
.chat__footer > button {
color: var(--color-secondary);
} | 0.610918 | 0.086246 |
.header .header__background {
background-color: rgba(0, 0, 0, 0.375);
padding: 1.5rem 0px;
position: relative;
}
.header .header__background::before {
background-image: url(../img/background.png);
background-position: center top;
background-size: cover;
content: ' ';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.header .header__logo {
width: 9rem;
}
.header .header__form {
position: relative;
}
.header .header__form input {
background-color: transparent !important;
border: 0.125rem solid rgba(255, 255, 255, 0.875) !important;
border-radius: 999px;
color: rgba(255, 255, 255, 0.875);
font-size: 0.75rem;
padding-left: 1.25rem;
padding-right: 2.75rem;
}
.header .header__form input::placeholder {
color: #fff;
text-transform: uppercase;
}
.header .header__form input:-ms-input-placeholder {
color: #fff;
text-transform: uppercase;
}
.header .header__form input::-ms-input-placeholder {
color: #fff;
text-transform: uppercase;
}
.header .header__form .header__form__icon {
background: none;
border: none;
color: #fff;
font-size: 1.25rem;
position: absolute;
right: 0.75rem;
top: 50%;
transform: translateY(-50%);
}
.header .header__navbar {
background-color: #318c4d;
font-size: 0.875rem;
}
.header .header__navbar ul li a:focus,
.header .header__navbar ul li a:hover {
color: inherit;
border-bottom-color: #b44;
}
.header .navbar-toggler {
border: 0.125rem solid rgba(255, 255, 255, 0.75);
color: rgba(255, 255, 255, 0.75);
font-size: 1.75rem;
}
.header .header__social-media li a {
font-size: 1.25rem;
padding: 0.25rem;
}
@media (min-width: 576px) {
.header .header__logo {
width: 11rem;
}
.header .header__form input {
font-size: 0.875rem;
}
}
@media (min-width: 992px) {
.header .navbar {
padding-bottom: 0px;
padding-top: 0px;
}
.header .navbar .nav-link {
border-bottom: 0.25rem solid transparent;
padding-bottom: 1rem;
padding-top: 1rem;
}
.header .navbar .nav-item.active .nav-link {
border-bottom-color: #f9bd1f;
}
} | src/assets/css/header.css | .header .header__background {
background-color: rgba(0, 0, 0, 0.375);
padding: 1.5rem 0px;
position: relative;
}
.header .header__background::before {
background-image: url(../img/background.png);
background-position: center top;
background-size: cover;
content: ' ';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.header .header__logo {
width: 9rem;
}
.header .header__form {
position: relative;
}
.header .header__form input {
background-color: transparent !important;
border: 0.125rem solid rgba(255, 255, 255, 0.875) !important;
border-radius: 999px;
color: rgba(255, 255, 255, 0.875);
font-size: 0.75rem;
padding-left: 1.25rem;
padding-right: 2.75rem;
}
.header .header__form input::placeholder {
color: #fff;
text-transform: uppercase;
}
.header .header__form input:-ms-input-placeholder {
color: #fff;
text-transform: uppercase;
}
.header .header__form input::-ms-input-placeholder {
color: #fff;
text-transform: uppercase;
}
.header .header__form .header__form__icon {
background: none;
border: none;
color: #fff;
font-size: 1.25rem;
position: absolute;
right: 0.75rem;
top: 50%;
transform: translateY(-50%);
}
.header .header__navbar {
background-color: #318c4d;
font-size: 0.875rem;
}
.header .header__navbar ul li a:focus,
.header .header__navbar ul li a:hover {
color: inherit;
border-bottom-color: #b44;
}
.header .navbar-toggler {
border: 0.125rem solid rgba(255, 255, 255, 0.75);
color: rgba(255, 255, 255, 0.75);
font-size: 1.75rem;
}
.header .header__social-media li a {
font-size: 1.25rem;
padding: 0.25rem;
}
@media (min-width: 576px) {
.header .header__logo {
width: 11rem;
}
.header .header__form input {
font-size: 0.875rem;
}
}
@media (min-width: 992px) {
.header .navbar {
padding-bottom: 0px;
padding-top: 0px;
}
.header .navbar .nav-link {
border-bottom: 0.25rem solid transparent;
padding-bottom: 1rem;
padding-top: 1rem;
}
.header .navbar .nav-item.active .nav-link {
border-bottom-color: #f9bd1f;
}
} | 0.613352 | 0.068226 |
body {
margin: 0px;
padding: 0px;
font-family: sans-serif;
background-color: rgba(151, 151, 151, 0.03);
}
* {
box-sizing: border-box;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
border-radius: 1px solid rgba(0, 0, 0, 0.04);
background-color: #fff;
position: absolute;
left: 0;
right: 0;
z-index: 100;
}
.logo img {
height: 35px;
}
nav .menu {
display: flex;
}
nav .menu li a {
height: 40px;
line-height: 43px;
margin: 0px;
padding: 0px 22px;
display: flex;
font-size: 0.8rem;
text-transform: uppercase;
font-weight: 500;
color: #585858;
letter-spacing: 10px;
}
nav .menu li > h1 {
color: black;
padding-top: 7px;
margin-right: 10px;
text-align: left;
padding-right: 20px;
}
.search {
width: 250px;
height: 30px;
background-color: #2e86c1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
padding: 0px 20px;
transition: 0.5s;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.search .search-books-btn {
width: 100%;
height: 30px;
margin-top: 11px;
text-align: center;
border: none;
outline: none;
background-color: transparent;
color: #fff;
font-family: sans-serif;
font-weight: bold;
transition: 0.5s;
}
.search:hover {
transform: scale(1.1);
}
.search i {
color: #fff;
font-size: 18px;
}
nav .menu li a:hover {
background-color: #242424;
color: #ffffff;
box-shadow: 5px 10px 30px rgba(53, 53, 53, 0.1);
transition: all ease 0.2s;
}
#books-list {
/* background-color: blue; */
width: 1800px;
margin-top: 30px;
position: relative;
padding-left: 250px;
}
/*---------------------------------------------------------------------*/
.books-box {
width: 300px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
margin: 20px;
border-radius: 5px;
overflow: hidden;
border-top: 3px solid #292929;
}
.books-img {
width: 100%;
height: 400px;
position: relative;
}
.books-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.books-box a {
text-align: center;
display: block;
font-weight: 600;
max-width: 80%;
-webkit-line-clamp: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #3a3a3a;
margin: 20px;
}
.books-box:hover {
transform: translateY(-10px);
transition: all ease 0.2s;
}
#books-list {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.quality {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #1f1f1f;
color: #ffffff;
padding: 5px 20px;
font-weight: 500;
border-radius: 0px 0px 10px 10px;
box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.4);
}
footer {
display: flex;
justify-content: space-around;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer p {
color: #5e5e5e;
margin: 10px 0px;
font-size: 0.9rem;
}
/*---------------------------------------------------------------------------------------------------------*/ | public/css/style6.css | body {
margin: 0px;
padding: 0px;
font-family: sans-serif;
background-color: rgba(151, 151, 151, 0.03);
}
* {
box-sizing: border-box;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
border-radius: 1px solid rgba(0, 0, 0, 0.04);
background-color: #fff;
position: absolute;
left: 0;
right: 0;
z-index: 100;
}
.logo img {
height: 35px;
}
nav .menu {
display: flex;
}
nav .menu li a {
height: 40px;
line-height: 43px;
margin: 0px;
padding: 0px 22px;
display: flex;
font-size: 0.8rem;
text-transform: uppercase;
font-weight: 500;
color: #585858;
letter-spacing: 10px;
}
nav .menu li > h1 {
color: black;
padding-top: 7px;
margin-right: 10px;
text-align: left;
padding-right: 20px;
}
.search {
width: 250px;
height: 30px;
background-color: #2e86c1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
padding: 0px 20px;
transition: 0.5s;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.search .search-books-btn {
width: 100%;
height: 30px;
margin-top: 11px;
text-align: center;
border: none;
outline: none;
background-color: transparent;
color: #fff;
font-family: sans-serif;
font-weight: bold;
transition: 0.5s;
}
.search:hover {
transform: scale(1.1);
}
.search i {
color: #fff;
font-size: 18px;
}
nav .menu li a:hover {
background-color: #242424;
color: #ffffff;
box-shadow: 5px 10px 30px rgba(53, 53, 53, 0.1);
transition: all ease 0.2s;
}
#books-list {
/* background-color: blue; */
width: 1800px;
margin-top: 30px;
position: relative;
padding-left: 250px;
}
/*---------------------------------------------------------------------*/
.books-box {
width: 300px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
margin: 20px;
border-radius: 5px;
overflow: hidden;
border-top: 3px solid #292929;
}
.books-img {
width: 100%;
height: 400px;
position: relative;
}
.books-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.books-box a {
text-align: center;
display: block;
font-weight: 600;
max-width: 80%;
-webkit-line-clamp: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #3a3a3a;
margin: 20px;
}
.books-box:hover {
transform: translateY(-10px);
transition: all ease 0.2s;
}
#books-list {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.quality {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #1f1f1f;
color: #ffffff;
padding: 5px 20px;
font-weight: 500;
border-radius: 0px 0px 10px 10px;
box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.4);
}
footer {
display: flex;
justify-content: space-around;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer p {
color: #5e5e5e;
margin: 10px 0px;
font-size: 0.9rem;
}
/*---------------------------------------------------------------------------------------------------------*/ | 0.433742 | 0.083703 |
.twitter-typeahead{
width:60%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
width: 100%;
}
.tt-dropdown-menu {
min-width: 160px;
margin-top: 2px;
padding: 5px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
*border-right-width: 2px;
*border-bottom-width: 2pxwidth:60%;
margin: auto;
border: none;;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
width:100%;
}
.tt-suggestion {
display: block;
padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.tt-suggestion.tt-is-under-cursor a {
color: #fff;
}
.tt-suggestion p {
margin: 0;
}
*/
.twitter-typeahead{
width:100%;
}
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
width: 100%;
height: 30px;
padding: 8px 12px;
font-size: 24px;
line-height: 30px;
/*border: 2px solid #ccc;*/
border-radius: 8px;
outline: none;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999;
display: none;
width:100%;
margin: auto;
border: none;
height:50px;
background: url("../img/search_icon.png") no-repeat 3px 7px;
background-size: 30px;
background-color: rgba(255, 255, 255, 0.3);
padding-left:40px;
}
.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
width: 422px;
margin-top: 12px;
padding: 8px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-dropdown-menu{
z-index: 100;
display: block;
width: 60%; margin:
auto; top: 100%;
right: auto;
left:20% !important;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.tt-suggestion {
padding: 3px 20px;
font-size: 18px;
line-height: 24px;
width:100%;
margin: auto;
background-color: white;
color:white;
}
.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
color: black;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
color:black;
}
@media only screen and (max-width: 500px) {
.tt-dropdown-menu{
width:80%;
}
.tt-suggestion {
border-bottom: 1px solid #c4c2c2;
}
} | css/typeahead.css | .twitter-typeahead{
width:60%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
width: 100%;
}
.tt-dropdown-menu {
min-width: 160px;
margin-top: 2px;
padding: 5px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
*border-right-width: 2px;
*border-bottom-width: 2pxwidth:60%;
margin: auto;
border: none;;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
width:100%;
}
.tt-suggestion {
display: block;
padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.tt-suggestion.tt-is-under-cursor a {
color: #fff;
}
.tt-suggestion p {
margin: 0;
}
*/
.twitter-typeahead{
width:100%;
}
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
width: 100%;
height: 30px;
padding: 8px 12px;
font-size: 24px;
line-height: 30px;
/*border: 2px solid #ccc;*/
border-radius: 8px;
outline: none;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999;
display: none;
width:100%;
margin: auto;
border: none;
height:50px;
background: url("../img/search_icon.png") no-repeat 3px 7px;
background-size: 30px;
background-color: rgba(255, 255, 255, 0.3);
padding-left:40px;
}
.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
width: 422px;
margin-top: 12px;
padding: 8px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-dropdown-menu{
z-index: 100;
display: block;
width: 60%; margin:
auto; top: 100%;
right: auto;
left:20% !important;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.tt-suggestion {
padding: 3px 20px;
font-size: 18px;
line-height: 24px;
width:100%;
margin: auto;
background-color: white;
color:white;
}
.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
color: black;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
color:black;
}
@media only screen and (max-width: 500px) {
.tt-dropdown-menu{
width:80%;
}
.tt-suggestion {
border-bottom: 1px solid #c4c2c2;
}
} | 0.262369 | 0.103024 |
html {
background-color: #f4f5f6;
}
body {
font-family: "Roboto Condensed", sans-serif;
}
.nav-link:hover {
color: red;
}
.invisible-link {
background-color: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0);
font-size: 2em;
width: 100%;
height: 90%;
}
.invisible-link:hover {
color: rgba(0, 0, 0, 0);
}
.hover-red {
text-decoration: none;
}
.hover-red:hover {
text-decoration: underline;
text-decoration-color: rgb(221, 37, 4);
}
.red-background {
background-color: rgb(221, 37, 4);
}
.white-background {
fill: white;
width: 80%;
}
.sn-links img {
width: 24px;
}
.nobck {
color: white;
}
.link-light {
text-decoration: none;
}
.w-20 {
width: 20px;
}
.yellow-btn {
border-radius: 20px;
}
.red-newsweeks {
fill: rgb(221, 37, 4);
width: 236px;
height: auto;
}
.footer-svg-size {
width: 236px;
height: 35px;
}
.searchbar {
width: 10%;
}
.search {
width: 20px;
}
.notch {
width: 100px;
height: 20px;
position: absolute;
background-color: rgb(221, 37, 4);
transform: skewX(45deg);
content: "";
top: 50px;
right: 10px;
z-index: 30;
}
.line {
width: auto;
height: 1px;
}
.cover {
width: 60px;
height: 20px;
position: absolute;
background-color: rgb(221, 37, 4);
top: 50px;
right: 0;
z-index: 30;
}
.bgk {
background-size: cover;
height: 25vh;
}
.background-img {
background-image: url("img/donald-trump.jpg");
}
.background-hun {
background-image: url("img/hungary.jpg");
}
.background-rank {
background-image: url("img/nursing.png");
}
.background-biden {
background-image: url("img/biden.jpg");
background-size: cover;
height: 50vh;
}
.light-border {
border-color: lightgray;
}
.mid-tn {
width: 12vw;
}
.gray-bg {
background-color: darkgray;
}
.bg-tn-1 {
background-image: url("img/old-men.jpg");
width: 100%;
height: 20vh;
background-size: cover;
}
.m-tn-1 {
background-image: url("img/old-men.jpg");
width: 40vw;
height: 70vw;
background-size: cover;
}
.bg-tn {
background-image: url("img/travel.jpg");
width: 100%;
height: 20vh;
background-size: cover;
}
.m-tn {
background-image: url("img/travel.jpg");
width: 40vh;
height: 50vh;
background-size: cover;
}
.versus-top {
border-top-width: 3px;
border-top-style: solid;
border-top-color: #777;
}
.versus-bottom {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #777;
border-top-width: 3px;
border-top-style: double;
border-top-color: #777;
}
.versus {
background-color: black;
border-radius: 50%;
position: relative;
padding: 4px;
width: 5vh;
height: 5vh;
left: 40%;
top: 3vh;
}
.round-tn {
width: 5vw;
}
.text-smaller {
font-size: 14px;
}
.singup-background {
background-color: #f4f5f6;
}
.newspaper-tn {
width: 10vw;
height: 10vw;
}
.red-text {
color: rgb(221, 37, 4);
}
.red-text:hover {
color: rgb(221, 37, 4);
}
.tinycol {
height: 25vh;
}
.input-width {
width: 134px;
}
.text-center-sus {
text-align: center;
}
.change-image {
background-image: url("img/newsletter.png");
background-size: cover;
height: auto;
width: 100%;
}
.widthx,
.widthx2 {
width: 100%;
}
.overlap {
display: none;
}
.no-overlap {
display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.thinner {
width: 50vw;
margin-left: auto;
margin-right: auto;
}
.variable-width {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.white-background {
width: 100px !important;
}
.newspaper-tn {
width: 30vw;
height: 30vw;
margin-bottom: 5px;
}
.tinycol {
height: 100%;
}
.change-image {
height: 200px;
}
.overlap {
display: block;
position: absolute;
top: 70%;
}
.no-overlap {
display: none;
}
}
@media screen and (min-width: 992px) {
.text-center-sus {
text-align: left;
}
.change-image {
background-image: url("img/cropped-img.png");
width: 180px;
height: 345px;
}
.widthx {
width: 40%;
}
.widthx2 {
width: 60%;
}
} | style.css | html {
background-color: #f4f5f6;
}
body {
font-family: "Roboto Condensed", sans-serif;
}
.nav-link:hover {
color: red;
}
.invisible-link {
background-color: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0);
font-size: 2em;
width: 100%;
height: 90%;
}
.invisible-link:hover {
color: rgba(0, 0, 0, 0);
}
.hover-red {
text-decoration: none;
}
.hover-red:hover {
text-decoration: underline;
text-decoration-color: rgb(221, 37, 4);
}
.red-background {
background-color: rgb(221, 37, 4);
}
.white-background {
fill: white;
width: 80%;
}
.sn-links img {
width: 24px;
}
.nobck {
color: white;
}
.link-light {
text-decoration: none;
}
.w-20 {
width: 20px;
}
.yellow-btn {
border-radius: 20px;
}
.red-newsweeks {
fill: rgb(221, 37, 4);
width: 236px;
height: auto;
}
.footer-svg-size {
width: 236px;
height: 35px;
}
.searchbar {
width: 10%;
}
.search {
width: 20px;
}
.notch {
width: 100px;
height: 20px;
position: absolute;
background-color: rgb(221, 37, 4);
transform: skewX(45deg);
content: "";
top: 50px;
right: 10px;
z-index: 30;
}
.line {
width: auto;
height: 1px;
}
.cover {
width: 60px;
height: 20px;
position: absolute;
background-color: rgb(221, 37, 4);
top: 50px;
right: 0;
z-index: 30;
}
.bgk {
background-size: cover;
height: 25vh;
}
.background-img {
background-image: url("img/donald-trump.jpg");
}
.background-hun {
background-image: url("img/hungary.jpg");
}
.background-rank {
background-image: url("img/nursing.png");
}
.background-biden {
background-image: url("img/biden.jpg");
background-size: cover;
height: 50vh;
}
.light-border {
border-color: lightgray;
}
.mid-tn {
width: 12vw;
}
.gray-bg {
background-color: darkgray;
}
.bg-tn-1 {
background-image: url("img/old-men.jpg");
width: 100%;
height: 20vh;
background-size: cover;
}
.m-tn-1 {
background-image: url("img/old-men.jpg");
width: 40vw;
height: 70vw;
background-size: cover;
}
.bg-tn {
background-image: url("img/travel.jpg");
width: 100%;
height: 20vh;
background-size: cover;
}
.m-tn {
background-image: url("img/travel.jpg");
width: 40vh;
height: 50vh;
background-size: cover;
}
.versus-top {
border-top-width: 3px;
border-top-style: solid;
border-top-color: #777;
}
.versus-bottom {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #777;
border-top-width: 3px;
border-top-style: double;
border-top-color: #777;
}
.versus {
background-color: black;
border-radius: 50%;
position: relative;
padding: 4px;
width: 5vh;
height: 5vh;
left: 40%;
top: 3vh;
}
.round-tn {
width: 5vw;
}
.text-smaller {
font-size: 14px;
}
.singup-background {
background-color: #f4f5f6;
}
.newspaper-tn {
width: 10vw;
height: 10vw;
}
.red-text {
color: rgb(221, 37, 4);
}
.red-text:hover {
color: rgb(221, 37, 4);
}
.tinycol {
height: 25vh;
}
.input-width {
width: 134px;
}
.text-center-sus {
text-align: center;
}
.change-image {
background-image: url("img/newsletter.png");
background-size: cover;
height: auto;
width: 100%;
}
.widthx,
.widthx2 {
width: 100%;
}
.overlap {
display: none;
}
.no-overlap {
display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.thinner {
width: 50vw;
margin-left: auto;
margin-right: auto;
}
.variable-width {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.white-background {
width: 100px !important;
}
.newspaper-tn {
width: 30vw;
height: 30vw;
margin-bottom: 5px;
}
.tinycol {
height: 100%;
}
.change-image {
height: 200px;
}
.overlap {
display: block;
position: absolute;
top: 70%;
}
.no-overlap {
display: none;
}
}
@media screen and (min-width: 992px) {
.text-center-sus {
text-align: left;
}
.change-image {
background-image: url("img/cropped-img.png");
width: 180px;
height: 345px;
}
.widthx {
width: 40%;
}
.widthx2 {
width: 60%;
}
} | 0.629775 | 0.100084 |
body{
font-family: 'Open Sans', sans-serif;
height: 3785px;
}
.container{
width: 800px;
margin: auto;
}
button{
cursor: pointer;
}
.overlay{
background: rgba(49, 55, 61, .8);
height: 100%;
width: 100%;
}
.text-center{
text-align: center;
}
.upper{
text-transform: uppercase;
}
.main-color{
color: #f7600e;
}
.main-background{
color: #f7600e;
}
/* end our framework */
/*start header */
.header{
background: url('download.jpg');
background-size: cover;
color: #fff;
}
.header .navbar{
overflow: hidden;
padding: 20px 0;
}
.header .navbar .links{
float: right;
cursor: pointer;
margin-top: -44px;
}
.header .navbar .links i{
margin-right: 5px;
}
.header i:hover{
color: #f7600e;
}
.header .intro h1{
margin: 0;
font-size: 50px;
font-weight: 800px;
}
.header .intro p{
margin: 20px 0 40px;
line-height: 1.8;
font-size: 20px;
color: #e2e2e2;
}
.header .buttons button{
background: transparent;
padding: 10px 0;
width: 180px;
font-size: 14px;
border: 1px solid #909090;
margin: 0 8px;
border-radius: 10px;
color: #fff;
transition: all .3s ease-in-out;
}
.header .buttons button:hover{
background: #f7600e;
}
.header .intro .arrow{
position: absolute;
bottom: 20px;
}
.header .intro .arrow i{
cursor: pointer;
}
/*end header */
/*start features */
.features{
padding: 40px 0;
overflow: hidden;
}
.features .box{
width: 22%;
float: left;
margin-right: 4px;
}
.features .box:last-child{
margin-right: 0;
}
.features .box i{
border: 1px solid #ccc;
width: 100px;
height: 100px;
border-radius: 50%;
line-height: 93px;
transition: all .5s ease-in-out;
}
.features .box i:hover{
background-color: #f7600e;
border: 1px solid #f7600e;
color: #fff;
}
.features .box p{
line-height: 24px;
color: #333;
}
/*end features */
/*start subscribe */
.subscribe{
background: url('imag2.jpg');
background-size: cover;
color: #fff;
}
.subscribe form{
padding: 30px 0;
text-align: center;
}
.subscribe form input{
padding: 8px;
margin: 40px;
width: 400px;
margin-left: 0;
border-radius: 10px;
}
.subscribe form button{
width: 167px;
height: 37px;
border-radius: 10px;
border: none;
background-color: #f7600e;
color: #fff;
margin-right: 78px;
cursor: pointer;
font-weight: 500;
}
.subscribe form button:hover{
color: #f7600e;
background: #fff;
}
/*end subscribe */
/*start our-work */
.our-work{
text-align: center;
}
.our-work h2{
font-size: 47px;
font-weight: 900;
}
.our-work p{
line-height: 25px;
color: #333;
margin-bottom: 34px;
}
.our-work .items .item{
width: 32.8%;
float: left;
overflow: hidden;
margin: 0;
padding: 0;
position: relative;
border-radius: 15px;
}
.our-work .items .item .over{
position: absolute;
z-index: 99;
width: 100%;
height: 100%;
text-align: center;
top: 0;
background-color: rgba(247, 93, 14, .8);
padding-top: 20px;
color: #fff;
display: none;
transition: all .5s ease-in-out;
}
.our-work .items .item .over p{
color: #fff;
}
.our-work .items .item .over button{
width: 109px;
padding: 5px;
background-color: #f7600e;
border: none;
border-radius: 5px;
counter-reset: #fff;
transition: all .5s ease-in-out;
color: #fff;
}
.our-work .items .item:hover .over{
display: block;
}
.our-work .items .item .over button:hover{
background-color: #fff;
color: #f7600e;
}
.our-work .show-more{
text-transform: uppercase;
width: 231px;
height: 43px;
border: none;
border-radius: 12px;
margin-top: 65px;
color: #fff;
background-color: #f7600e;
transition: all .5s ease-in-out;
}
.our-work .show-more:hover{
color: #f7600e;
background-color: #fff;
border: 2px solid #f7600e;
}
/*end our-work */
/*start testim */
.testim{
background: url('imag2.jpg');
background-size: cover;
height: 344px;
margin: 40px 0;
}
.testim .container{
position: relative;
}
.testim .container span{
top: 144px;
position: absolute;
left: 0;
color: #fff;
cursor: pointer;
}
.testim .container .back{
left: 0;
}
.testim .container .back:hover,
.testim .container .next:hover{
color: #f7600e;
}
.testim .container .next{
width: 29px;
display: block;
float: right;
margin-left: 800px;
}
.testim .relative{
position: relative;
}
.testim .testims{
padding: 20px;
position: absolute;
top: 27px;
left: 123px;
}
.testim .testims img{
border-radius: 50%;
height: 149px;
}
.testim .hidden{
display: none;
}
/*end testim */
/*start our-team */
.our-team h2{
font-size: 42px;
font-weight: 900;
}
.our-team p{
color: #333;
}
.our-team .team .member{
width: 20%;
float: left;
margin-left: 5%;
translate: 20px;
color: #888;
}
.our-team .team .member:first-of-type{
margin-left: 0;
}
.our-team .team .member img{
width: 165px;
border-radius: 20px;
filter: gray;
-webkit-filter: grayscale(1);
}
.our-team .team .member h3{
font-size: 22px;
}
.our-team .team .member p{
font-size: 15px;
}
.our-team .team .member:hover img{
filter: none;
-webkit-filter: none;
width: 190px;
}
.our-team .team .member:hover h3{
color: #000;
}
.our-team .team .member:hover p{
color: #555;
}
.our-team .team .member .icons i{
width: 25px;
height: 25px;
color: #fff;
background: #999;
line-height: 25px;
margin: 2px 4px auto;
border-radius: 8px;
}
.our-team .team .member:hover .icons i:first-of-type{
background: #3b5998;
color: #fff;
}
.our-team .team .member:hover .icons i:nth-of-type(2){
background: #00acee;
color: #fff;
}
.our-team .team .member:hover .icons i:last-of-type{
background: #db4a39;
color: #fff;
}
/*end our-team */
/*start say-hello */
.say-hello{
margin-top: 500px;
background: url('download.jpg');
height: 700px;
}
.say-hello .container{
padding: 40px;
color: #fff;
}
.say-hello h2{
font-size: 42px;
font-weight: 900;
}
.say-hello p{
color: #ccc;
}
.say-hello form input{
display: block;
width: 42%;
margin: 4% auto;
height: 35px;
padding-left: 10px;
border-radius: 15px;
}
.say-hello form input:first-of-type{
float: left;
margin-left: 40px;
}
.say-hello form input:last-of-type{
float: right;
margin-right: 40px;
}
.say-hello form textarea{
width: 88%;
padding: 10px;
border-radius: 15px;
height: 250px;
resize: none;
}
.say-hello form button{
float: left;
margin: 50px 0 0 40px;
width: 159px;
height: 32px;
background: #fff;
border-radius: 10px;
font-weight: bold;
}
.say-hello form button:hover{
background: #f7600e;
color: #fff;
border-color: #fff;
}
.say-hello form i{
float: right;
width: 32px;
height: 32px;
color: #fff;
line-height: 2;
border-radius: 9px;
margin-left: 3px;
margin-top: 50px;
cursor: pointer;
}
.say-hello form i:first-of-type{
margin-right: 40px;
}
.say-hello form .fa-facebook{
background: #3b5998;
}
.say-hello form .fa-twitter{
background: #00acee
}
.say-hello form .fa-google-plus{
background: #db4a39
}
.say-hello form .fa-behance{
background: #053eff
}
.say-hello form .fa-pinterest-p{
background: #c8232c
}
/*end say-hello */
.footer {
height: 100px;
}
.footer .container{
padding-top: 40px;
} | test2.css | body{
font-family: 'Open Sans', sans-serif;
height: 3785px;
}
.container{
width: 800px;
margin: auto;
}
button{
cursor: pointer;
}
.overlay{
background: rgba(49, 55, 61, .8);
height: 100%;
width: 100%;
}
.text-center{
text-align: center;
}
.upper{
text-transform: uppercase;
}
.main-color{
color: #f7600e;
}
.main-background{
color: #f7600e;
}
/* end our framework */
/*start header */
.header{
background: url('download.jpg');
background-size: cover;
color: #fff;
}
.header .navbar{
overflow: hidden;
padding: 20px 0;
}
.header .navbar .links{
float: right;
cursor: pointer;
margin-top: -44px;
}
.header .navbar .links i{
margin-right: 5px;
}
.header i:hover{
color: #f7600e;
}
.header .intro h1{
margin: 0;
font-size: 50px;
font-weight: 800px;
}
.header .intro p{
margin: 20px 0 40px;
line-height: 1.8;
font-size: 20px;
color: #e2e2e2;
}
.header .buttons button{
background: transparent;
padding: 10px 0;
width: 180px;
font-size: 14px;
border: 1px solid #909090;
margin: 0 8px;
border-radius: 10px;
color: #fff;
transition: all .3s ease-in-out;
}
.header .buttons button:hover{
background: #f7600e;
}
.header .intro .arrow{
position: absolute;
bottom: 20px;
}
.header .intro .arrow i{
cursor: pointer;
}
/*end header */
/*start features */
.features{
padding: 40px 0;
overflow: hidden;
}
.features .box{
width: 22%;
float: left;
margin-right: 4px;
}
.features .box:last-child{
margin-right: 0;
}
.features .box i{
border: 1px solid #ccc;
width: 100px;
height: 100px;
border-radius: 50%;
line-height: 93px;
transition: all .5s ease-in-out;
}
.features .box i:hover{
background-color: #f7600e;
border: 1px solid #f7600e;
color: #fff;
}
.features .box p{
line-height: 24px;
color: #333;
}
/*end features */
/*start subscribe */
.subscribe{
background: url('imag2.jpg');
background-size: cover;
color: #fff;
}
.subscribe form{
padding: 30px 0;
text-align: center;
}
.subscribe form input{
padding: 8px;
margin: 40px;
width: 400px;
margin-left: 0;
border-radius: 10px;
}
.subscribe form button{
width: 167px;
height: 37px;
border-radius: 10px;
border: none;
background-color: #f7600e;
color: #fff;
margin-right: 78px;
cursor: pointer;
font-weight: 500;
}
.subscribe form button:hover{
color: #f7600e;
background: #fff;
}
/*end subscribe */
/*start our-work */
.our-work{
text-align: center;
}
.our-work h2{
font-size: 47px;
font-weight: 900;
}
.our-work p{
line-height: 25px;
color: #333;
margin-bottom: 34px;
}
.our-work .items .item{
width: 32.8%;
float: left;
overflow: hidden;
margin: 0;
padding: 0;
position: relative;
border-radius: 15px;
}
.our-work .items .item .over{
position: absolute;
z-index: 99;
width: 100%;
height: 100%;
text-align: center;
top: 0;
background-color: rgba(247, 93, 14, .8);
padding-top: 20px;
color: #fff;
display: none;
transition: all .5s ease-in-out;
}
.our-work .items .item .over p{
color: #fff;
}
.our-work .items .item .over button{
width: 109px;
padding: 5px;
background-color: #f7600e;
border: none;
border-radius: 5px;
counter-reset: #fff;
transition: all .5s ease-in-out;
color: #fff;
}
.our-work .items .item:hover .over{
display: block;
}
.our-work .items .item .over button:hover{
background-color: #fff;
color: #f7600e;
}
.our-work .show-more{
text-transform: uppercase;
width: 231px;
height: 43px;
border: none;
border-radius: 12px;
margin-top: 65px;
color: #fff;
background-color: #f7600e;
transition: all .5s ease-in-out;
}
.our-work .show-more:hover{
color: #f7600e;
background-color: #fff;
border: 2px solid #f7600e;
}
/*end our-work */
/*start testim */
.testim{
background: url('imag2.jpg');
background-size: cover;
height: 344px;
margin: 40px 0;
}
.testim .container{
position: relative;
}
.testim .container span{
top: 144px;
position: absolute;
left: 0;
color: #fff;
cursor: pointer;
}
.testim .container .back{
left: 0;
}
.testim .container .back:hover,
.testim .container .next:hover{
color: #f7600e;
}
.testim .container .next{
width: 29px;
display: block;
float: right;
margin-left: 800px;
}
.testim .relative{
position: relative;
}
.testim .testims{
padding: 20px;
position: absolute;
top: 27px;
left: 123px;
}
.testim .testims img{
border-radius: 50%;
height: 149px;
}
.testim .hidden{
display: none;
}
/*end testim */
/*start our-team */
.our-team h2{
font-size: 42px;
font-weight: 900;
}
.our-team p{
color: #333;
}
.our-team .team .member{
width: 20%;
float: left;
margin-left: 5%;
translate: 20px;
color: #888;
}
.our-team .team .member:first-of-type{
margin-left: 0;
}
.our-team .team .member img{
width: 165px;
border-radius: 20px;
filter: gray;
-webkit-filter: grayscale(1);
}
.our-team .team .member h3{
font-size: 22px;
}
.our-team .team .member p{
font-size: 15px;
}
.our-team .team .member:hover img{
filter: none;
-webkit-filter: none;
width: 190px;
}
.our-team .team .member:hover h3{
color: #000;
}
.our-team .team .member:hover p{
color: #555;
}
.our-team .team .member .icons i{
width: 25px;
height: 25px;
color: #fff;
background: #999;
line-height: 25px;
margin: 2px 4px auto;
border-radius: 8px;
}
.our-team .team .member:hover .icons i:first-of-type{
background: #3b5998;
color: #fff;
}
.our-team .team .member:hover .icons i:nth-of-type(2){
background: #00acee;
color: #fff;
}
.our-team .team .member:hover .icons i:last-of-type{
background: #db4a39;
color: #fff;
}
/*end our-team */
/*start say-hello */
.say-hello{
margin-top: 500px;
background: url('download.jpg');
height: 700px;
}
.say-hello .container{
padding: 40px;
color: #fff;
}
.say-hello h2{
font-size: 42px;
font-weight: 900;
}
.say-hello p{
color: #ccc;
}
.say-hello form input{
display: block;
width: 42%;
margin: 4% auto;
height: 35px;
padding-left: 10px;
border-radius: 15px;
}
.say-hello form input:first-of-type{
float: left;
margin-left: 40px;
}
.say-hello form input:last-of-type{
float: right;
margin-right: 40px;
}
.say-hello form textarea{
width: 88%;
padding: 10px;
border-radius: 15px;
height: 250px;
resize: none;
}
.say-hello form button{
float: left;
margin: 50px 0 0 40px;
width: 159px;
height: 32px;
background: #fff;
border-radius: 10px;
font-weight: bold;
}
.say-hello form button:hover{
background: #f7600e;
color: #fff;
border-color: #fff;
}
.say-hello form i{
float: right;
width: 32px;
height: 32px;
color: #fff;
line-height: 2;
border-radius: 9px;
margin-left: 3px;
margin-top: 50px;
cursor: pointer;
}
.say-hello form i:first-of-type{
margin-right: 40px;
}
.say-hello form .fa-facebook{
background: #3b5998;
}
.say-hello form .fa-twitter{
background: #00acee
}
.say-hello form .fa-google-plus{
background: #db4a39
}
.say-hello form .fa-behance{
background: #053eff
}
.say-hello form .fa-pinterest-p{
background: #c8232c
}
/*end say-hello */
.footer {
height: 100px;
}
.footer .container{
padding-top: 40px;
} | 0.357568 | 0.064624 |
.hero {
width: 800px;
height: max-content;
margin: auto;
}
@media (max-width: 600px) {
.hero {
width: 350px;
}
}
.title {
-ms-grid-column: 2;
grid-column: 2;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-ms-grid-column-align: center;
justify-self: center;
color: #999;
font-size: 50px;
}
.todo-app {
display: -ms-grid;
display: grid;
-ms-grid-rows: 60px 1fr 45px;
grid-template-rows: 60px 1fr 45px;
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 2;
grid-row: 2;
background: white;
overflow: auto;
border-radius: 7px;
-webkit-box-shadow:
0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23);
box-shadow:
0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23);
/* Because scrollbar is usually between 14-18px. */
margin-right: -18px;
margin-left: -18px;
}
.todo-menu-1 {
display: -ms-grid;
display: grid;
-ms-grid-columns: 50px 1fr;
grid-template-columns: 50px 1fr;
-ms-grid-rows: 60px;
grid-template-rows: 60px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.19);
box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.19);
border-bottom: 1px solid #e6e6e6;
}
.add-todo-text-input {
outline: none;
border: none;
border-bottom: 1px solid #e6e6e6;
}
::-webkit-input-placeholder {
color: #e6e6e6;
font-style: italic;
}
:-ms-input-placeholder {
color: #e6e6e6;
font-style: italic;
}
::-ms-input-placeholder {
color: #e6e6e6;
font-style: italic;
}
::placeholder {
color: #e6e6e6;
font-style: italic;
}
:-moz-placeholder, ::-moz-placeholder {
opacity: 1;
}
.toggle-all, .delete-button, .delete-completed-button, .menu-2-button {
background: none;
border: none;
outline: none;
}
.toggle-all {
color: #e6e6e6;
-ms-grid-column-align: stretch;
justify-self: stretch;
text-align: center;
}
.toggle-all-checked {
color: #4d4d4d;
}
.rotate {
display: inline-block;
font-size: 20px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
pointer-events: none;
}
#todos {
margin-top: 20px;
}
.todo-menu-2 {
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 3fr 2fr;
grid-template-columns: 2fr 3fr 2fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #777;
background: #f4f5f6;
font-size: 14px;
font-weight: 300;
}
.todo-menu-2 .todos-left {
-ms-grid-column-align: start;
justify-self: start;
padding-left: 20px;
}
.todo-menu-2 .todo-menu-2-buttons {
-ms-grid-column-align: center;
justify-self: center;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto;
grid-gap: 3px;
}
.todo-menu-2 .delete-completed-button, .todo-menu-2 .menu-2-button, .todo-menu-2 .todos-left {
font-family: inherit;
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.todo-menu-2 .menu-2-button {
padding: 2px 8px;
border: 1px solid rgba(137, 103, 208, 0);
border-radius: 3px;
}
.todo-menu-2 .menu-2-button:hover {
border: 1px solid #DC3545;
}
.active {
border: 1px solid #DC3545;
}
.todo-menu-2 .delete-completed-button {
-ms-grid-column-align: end;
justify-self: end;
padding-right: 20px;
}
.todo-menu-2 .delete-completed-button:hover {
text-decoration: underline;
}
.todos {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-auto-rows: -webkit-max-content;
grid-auto-rows: max-content;
list-style-type: none;
overflow: auto;
}
.todos .todo {
display: -ms-grid;
display: grid;
-ms-grid-columns: 50px 450px 50px;
grid-template-columns: 50px 450px 50px;
border-bottom: 1px solid #ededed;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow-wrap: break-word;
word-wrap: break-word;
}
.todos .todo .pretty {
-ms-grid-column-align: center;
justify-self: center;
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
margin: 0;
}
.pretty .state label {
text-indent: 0;
}
.pretty .state i {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
color: #DC3545;
}
.add-todo-text-input, .todo-text {
font-size: 24px;
color: #4d4d4d;
}
.todo-text {
padding-top: 13px;
padding-bottom: 13px;
}
.todo-text:focus {
outline: none;
}
.todo-checked-text {
color: #d9d9dd;
text-decoration: line-through;
}
.todo-checked-text:focus {
color: #4d4d4d;
text-decoration: none;
}
.delete-button {
font-size: 28px;
color: #df8383;
-ms-grid-column-align: end;
justify-self: end;
visibility: hidden;
}
.todos .todo:hover .delete-button {
visibility: visible;
}
.delete-button:hover {
color: #DC3545;
cursor: pointer;
}
@media (max-width: 1024px) {
.hero {
height: var(--mobile-hero-height);
}
.delete-button {
color: #DC3545;
-ms-grid-column-align: center;
justify-self: center;
visibility: visible;
}
}
@media (max-width: 680px) {
.hero {
-ms-grid-columns: 1fr 8fr 1fr;
grid-template-columns: 1fr 8fr 1fr;
-ms-grid-rows: 73px 9fr 1fr;
grid-template-rows: 73px 9fr 1fr;
}
.title {
font-size: 33px;
}
.todo-app {
-ms-grid-rows: 40px 1fr auto;
grid-template-rows: 40px 1fr auto;
}
.todo-menu-1 {
-ms-grid-rows: 40px;
grid-template-rows: 40px;
}
.add-todo-text-input, .todo-text {
font-size: 16px;
}
.todo-menu-2 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-row-gap: 8px;
font-size: 12px;
padding: 8px 0px;
}
.todo-menu-2 .todos-left {
-ms-grid-column-align: center;
justify-self: center;
}
.todo-menu-2 .todo-menu-2-buttons {
grid-column: 1 / -1;
-ms-grid-row: 1;
grid-row: 1;
}
.todo-menu-2 .delete-completed-button {
-ms-grid-column-align: center;
justify-self: center;
}
.todo-menu-2 .delete-completed-button:hover {
text-decoration: none;
}
.todos .todo {
margin-top: 1em;
-ms-grid-columns: 50px var(--mobile-todo-text-width) 50px;
grid-template-columns: 50px var(--mobile-todo-text-width) 50px;
}
::-webkit-input-placeholder {
font-size: 16px;
}
:-ms-input-placeholder {
font-size: 16px;
}
::-ms-input-placeholder {
font-size: 16px;
}
::placeholder {
font-size: 16px;
}
.rotate {
font-size: 14px;
}
} | todo-list.css | .hero {
width: 800px;
height: max-content;
margin: auto;
}
@media (max-width: 600px) {
.hero {
width: 350px;
}
}
.title {
-ms-grid-column: 2;
grid-column: 2;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-ms-grid-column-align: center;
justify-self: center;
color: #999;
font-size: 50px;
}
.todo-app {
display: -ms-grid;
display: grid;
-ms-grid-rows: 60px 1fr 45px;
grid-template-rows: 60px 1fr 45px;
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 2;
grid-row: 2;
background: white;
overflow: auto;
border-radius: 7px;
-webkit-box-shadow:
0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23);
box-shadow:
0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23);
/* Because scrollbar is usually between 14-18px. */
margin-right: -18px;
margin-left: -18px;
}
.todo-menu-1 {
display: -ms-grid;
display: grid;
-ms-grid-columns: 50px 1fr;
grid-template-columns: 50px 1fr;
-ms-grid-rows: 60px;
grid-template-rows: 60px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.19);
box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.19);
border-bottom: 1px solid #e6e6e6;
}
.add-todo-text-input {
outline: none;
border: none;
border-bottom: 1px solid #e6e6e6;
}
::-webkit-input-placeholder {
color: #e6e6e6;
font-style: italic;
}
:-ms-input-placeholder {
color: #e6e6e6;
font-style: italic;
}
::-ms-input-placeholder {
color: #e6e6e6;
font-style: italic;
}
::placeholder {
color: #e6e6e6;
font-style: italic;
}
:-moz-placeholder, ::-moz-placeholder {
opacity: 1;
}
.toggle-all, .delete-button, .delete-completed-button, .menu-2-button {
background: none;
border: none;
outline: none;
}
.toggle-all {
color: #e6e6e6;
-ms-grid-column-align: stretch;
justify-self: stretch;
text-align: center;
}
.toggle-all-checked {
color: #4d4d4d;
}
.rotate {
display: inline-block;
font-size: 20px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
pointer-events: none;
}
#todos {
margin-top: 20px;
}
.todo-menu-2 {
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 3fr 2fr;
grid-template-columns: 2fr 3fr 2fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #777;
background: #f4f5f6;
font-size: 14px;
font-weight: 300;
}
.todo-menu-2 .todos-left {
-ms-grid-column-align: start;
justify-self: start;
padding-left: 20px;
}
.todo-menu-2 .todo-menu-2-buttons {
-ms-grid-column-align: center;
justify-self: center;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto;
grid-gap: 3px;
}
.todo-menu-2 .delete-completed-button, .todo-menu-2 .menu-2-button, .todo-menu-2 .todos-left {
font-family: inherit;
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.todo-menu-2 .menu-2-button {
padding: 2px 8px;
border: 1px solid rgba(137, 103, 208, 0);
border-radius: 3px;
}
.todo-menu-2 .menu-2-button:hover {
border: 1px solid #DC3545;
}
.active {
border: 1px solid #DC3545;
}
.todo-menu-2 .delete-completed-button {
-ms-grid-column-align: end;
justify-self: end;
padding-right: 20px;
}
.todo-menu-2 .delete-completed-button:hover {
text-decoration: underline;
}
.todos {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-auto-rows: -webkit-max-content;
grid-auto-rows: max-content;
list-style-type: none;
overflow: auto;
}
.todos .todo {
display: -ms-grid;
display: grid;
-ms-grid-columns: 50px 450px 50px;
grid-template-columns: 50px 450px 50px;
border-bottom: 1px solid #ededed;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow-wrap: break-word;
word-wrap: break-word;
}
.todos .todo .pretty {
-ms-grid-column-align: center;
justify-self: center;
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
margin: 0;
}
.pretty .state label {
text-indent: 0;
}
.pretty .state i {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
color: #DC3545;
}
.add-todo-text-input, .todo-text {
font-size: 24px;
color: #4d4d4d;
}
.todo-text {
padding-top: 13px;
padding-bottom: 13px;
}
.todo-text:focus {
outline: none;
}
.todo-checked-text {
color: #d9d9dd;
text-decoration: line-through;
}
.todo-checked-text:focus {
color: #4d4d4d;
text-decoration: none;
}
.delete-button {
font-size: 28px;
color: #df8383;
-ms-grid-column-align: end;
justify-self: end;
visibility: hidden;
}
.todos .todo:hover .delete-button {
visibility: visible;
}
.delete-button:hover {
color: #DC3545;
cursor: pointer;
}
@media (max-width: 1024px) {
.hero {
height: var(--mobile-hero-height);
}
.delete-button {
color: #DC3545;
-ms-grid-column-align: center;
justify-self: center;
visibility: visible;
}
}
@media (max-width: 680px) {
.hero {
-ms-grid-columns: 1fr 8fr 1fr;
grid-template-columns: 1fr 8fr 1fr;
-ms-grid-rows: 73px 9fr 1fr;
grid-template-rows: 73px 9fr 1fr;
}
.title {
font-size: 33px;
}
.todo-app {
-ms-grid-rows: 40px 1fr auto;
grid-template-rows: 40px 1fr auto;
}
.todo-menu-1 {
-ms-grid-rows: 40px;
grid-template-rows: 40px;
}
.add-todo-text-input, .todo-text {
font-size: 16px;
}
.todo-menu-2 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-row-gap: 8px;
font-size: 12px;
padding: 8px 0px;
}
.todo-menu-2 .todos-left {
-ms-grid-column-align: center;
justify-self: center;
}
.todo-menu-2 .todo-menu-2-buttons {
grid-column: 1 / -1;
-ms-grid-row: 1;
grid-row: 1;
}
.todo-menu-2 .delete-completed-button {
-ms-grid-column-align: center;
justify-self: center;
}
.todo-menu-2 .delete-completed-button:hover {
text-decoration: none;
}
.todos .todo {
margin-top: 1em;
-ms-grid-columns: 50px var(--mobile-todo-text-width) 50px;
grid-template-columns: 50px var(--mobile-todo-text-width) 50px;
}
::-webkit-input-placeholder {
font-size: 16px;
}
:-ms-input-placeholder {
font-size: 16px;
}
::-ms-input-placeholder {
font-size: 16px;
}
::placeholder {
font-size: 16px;
}
.rotate {
font-size: 14px;
}
} | 0.402979 | 0.145479 |
*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#my-video {
margin-top: 15px;
width: 120px;
height:auto;
background-color: #eee;
border: solid 1px black;
z-index: 4;
bottom:0;
position:absolute;
right:0;
}
#my-video-large {
width: auto;
height:120px;
background-color: #eee;
border: solid 1px black;
}
#their-video {
width: 100%;
height: 100%;
background-color: #eee;
border: solid 1px #337AB7;
top:0;
left:0;
}
#their-video-large {
width: 100%;
margin 0;
max-width: 720px;
padding-bottom: 0;
}
#video-container {
/* margin-left:3px;*/ /*causes last col to go down*/
/*padding: 10px;*/
text-align: center;
background-color: lightgray ;
}
.large-video-container{
width: 100%;
position:relative;
max-width: 720px;
background-color: #eee;
}
.small-video-container{
position:absolute;
right:0;
bottom:0;
}
#step1-error, #step2, #step3 {
display: none;
padding-bottom: 30px;
}
#my-id {
font-weight: bold;
}
body{
background-color:#e6f5fc;
}
.editor-div{
overflow: auto;
/*padding: 20px 20px 20px 20px;
border-right:solid 3px darkgrey;*/
}
.editor_option_row{
padding-left: 30px;
}
.chat
{
list-style: none;
margin: 0;
padding: 0;
}
.chat li
{
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body
{
margin-left: 60px;
}
.chat li.right .chat-body
{
margin-right: 60px;
}
.chat li .chat-body p
{
margin: 0;
color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon
{
/*margin-right: 5px;*/
}
.panel-body
{
overflow-y: scroll;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
/* BELL */
@-webkit-keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
2% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
4% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
6% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
8% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
10% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
12% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
14% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
18% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
20% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}
2% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
4% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg);
}
6% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg);
}
8% {
-webkit-transform: rotate(-22deg);
-ms-transform: rotate(-22deg);
transform: rotate(-22deg);
}
10% {
-webkit-transform: rotate(22deg);
-ms-transform: rotate(22deg);
transform: rotate(22deg);
}
12% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg);
}
14% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg);
}
18% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg);
}
20% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
-webkit-animation: ring 5s ease infinite;
animation: ring 5s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0px;
transform-origin-z: initial;
}
.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
-webkit-animation: ring 1s ease infinite;
animation: ring 1s ease infinite;
}
.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
-webkit-animation: ring 3s ease infinite;
animation: ring 3s ease infinite;
}
.btn-sm{
border-radius: 0 !important;
}
.editorpanelbuttons{
margin:0 !important;
} | public/css/main.css | *, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#my-video {
margin-top: 15px;
width: 120px;
height:auto;
background-color: #eee;
border: solid 1px black;
z-index: 4;
bottom:0;
position:absolute;
right:0;
}
#my-video-large {
width: auto;
height:120px;
background-color: #eee;
border: solid 1px black;
}
#their-video {
width: 100%;
height: 100%;
background-color: #eee;
border: solid 1px #337AB7;
top:0;
left:0;
}
#their-video-large {
width: 100%;
margin 0;
max-width: 720px;
padding-bottom: 0;
}
#video-container {
/* margin-left:3px;*/ /*causes last col to go down*/
/*padding: 10px;*/
text-align: center;
background-color: lightgray ;
}
.large-video-container{
width: 100%;
position:relative;
max-width: 720px;
background-color: #eee;
}
.small-video-container{
position:absolute;
right:0;
bottom:0;
}
#step1-error, #step2, #step3 {
display: none;
padding-bottom: 30px;
}
#my-id {
font-weight: bold;
}
body{
background-color:#e6f5fc;
}
.editor-div{
overflow: auto;
/*padding: 20px 20px 20px 20px;
border-right:solid 3px darkgrey;*/
}
.editor_option_row{
padding-left: 30px;
}
.chat
{
list-style: none;
margin: 0;
padding: 0;
}
.chat li
{
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body
{
margin-left: 60px;
}
.chat li.right .chat-body
{
margin-right: 60px;
}
.chat li .chat-body p
{
margin: 0;
color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon
{
/*margin-right: 5px;*/
}
.panel-body
{
overflow-y: scroll;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
/* BELL */
@-webkit-keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
2% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
4% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
6% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
8% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
10% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
12% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
14% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
18% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
20% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}
2% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
4% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg);
}
6% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg);
}
8% {
-webkit-transform: rotate(-22deg);
-ms-transform: rotate(-22deg);
transform: rotate(-22deg);
}
10% {
-webkit-transform: rotate(22deg);
-ms-transform: rotate(22deg);
transform: rotate(22deg);
}
12% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg);
}
14% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg);
}
18% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg);
}
20% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
-webkit-animation: ring 5s ease infinite;
animation: ring 5s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0px;
transform-origin-z: initial;
}
.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
-webkit-animation: ring 1s ease infinite;
animation: ring 1s ease infinite;
}
.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
-webkit-animation: ring 3s ease infinite;
animation: ring 3s ease infinite;
}
.btn-sm{
border-radius: 0 !important;
}
.editorpanelbuttons{
margin:0 !important;
} | 0.3492 | 0.080466 |
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
font-size: 20px;
overflow-x: hidden;
color: white;
font-family: 'Flamenco', cursive;
background-color: black;
}
header{
background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../imgs/background.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;
}
.clearfix:after{
content: ".";
visibility: hidden;
display: block;
height: 0px;
clear: both;
}
.row{
max-width: 1180px;
margin: 0 auto;
}
.logo{
height: 200px;
width: auto;
float: left;
margin-top: 20px;
}
.main-nav{
float: right;
margin-top: 60px;
}
.main-nav li{
display: inline-block;
list-style: none;
margin-left: 40px;
}
.main-nav li a{
padding: 5px 5px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 90%;
font-weight: 100;
display: inline-block;
font-weight: lighter;
border-radius: 200px;
transition: background-color 0.2s, border 0.2s, color 0.2s
}
.main-nav li a:hover{
background-color: #bf55ec;
}
.main-content-header{
width: 900px;
height: 240px;
position: absolute;
/*border: 1px solid red;*/
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
word-spacing: 5px;
letter-spacing: 2px;
}
h3{color: #bf55ec;
font-size:180%;
text-align: center;
text-transform:uppercase;
}
.mobile-icon{display: none;}
.tablink {
background-color: transparent;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 20px;
width: 25%;
border-bottom: 1px solid #fff;
font-family: 'Flamenco', cursive;
text-transform: uppercase;
}
.tablink:hover {
background-color: #bf55ec;
}
.tabcontent {
color: white;
display: none;
padding: 100px 20px;
height: 100%;
}
#Home {background-color: transparent;}
#News {background-color: transparent;}
#Contact {background-color: transparent;}
#About {background-color: transparent;}
form.example input[type=text] {
padding: 10px;
font-size: 17px;
border: 2px solid #bf55ec;
float: left;
width: 50%;
background: #f1f1f1;
margin-left: 16%;
}
form.example button {
float: left;
width: 15%;
padding: 10px;
background: transparent;
color: white;
font-size: 17px;
border: 2px solid #bf55ec;
border-left: none;
cursor: pointer;
}
form.example button:hover {
background: #bf55ec;
}
form.example::after {
content: "";
clear: both;
display: table;
}
h1{font-size: 240%;
color: #fff;
text-align: center;
}
#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: red; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
.column {
float: left;
width: 50%;
padding: 10px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
}
/*///Responsive Queries///*/
@media only screen and (max-width: 1180px){
.main-content-header{
width: 100%;
padding: 0 2%;
}
}
@media only screen and (max-width: 768px){
.main-nav{display: none;}
.mobile-icon{
display: inline-block;
color: #fff;
float: right;
margin-top: 30px;
margin-right: 20px;
}
.main-nav{float: left;}
.main-nav li{
display: block;
margin-top: 10px;
}
.column {
width: 100%;
}
} | css/menu.css | *{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
font-size: 20px;
overflow-x: hidden;
color: white;
font-family: 'Flamenco', cursive;
background-color: black;
}
header{
background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../imgs/background.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh;
}
.clearfix:after{
content: ".";
visibility: hidden;
display: block;
height: 0px;
clear: both;
}
.row{
max-width: 1180px;
margin: 0 auto;
}
.logo{
height: 200px;
width: auto;
float: left;
margin-top: 20px;
}
.main-nav{
float: right;
margin-top: 60px;
}
.main-nav li{
display: inline-block;
list-style: none;
margin-left: 40px;
}
.main-nav li a{
padding: 5px 5px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 90%;
font-weight: 100;
display: inline-block;
font-weight: lighter;
border-radius: 200px;
transition: background-color 0.2s, border 0.2s, color 0.2s
}
.main-nav li a:hover{
background-color: #bf55ec;
}
.main-content-header{
width: 900px;
height: 240px;
position: absolute;
/*border: 1px solid red;*/
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
word-spacing: 5px;
letter-spacing: 2px;
}
h3{color: #bf55ec;
font-size:180%;
text-align: center;
text-transform:uppercase;
}
.mobile-icon{display: none;}
.tablink {
background-color: transparent;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 20px;
width: 25%;
border-bottom: 1px solid #fff;
font-family: 'Flamenco', cursive;
text-transform: uppercase;
}
.tablink:hover {
background-color: #bf55ec;
}
.tabcontent {
color: white;
display: none;
padding: 100px 20px;
height: 100%;
}
#Home {background-color: transparent;}
#News {background-color: transparent;}
#Contact {background-color: transparent;}
#About {background-color: transparent;}
form.example input[type=text] {
padding: 10px;
font-size: 17px;
border: 2px solid #bf55ec;
float: left;
width: 50%;
background: #f1f1f1;
margin-left: 16%;
}
form.example button {
float: left;
width: 15%;
padding: 10px;
background: transparent;
color: white;
font-size: 17px;
border: 2px solid #bf55ec;
border-left: none;
cursor: pointer;
}
form.example button:hover {
background: #bf55ec;
}
form.example::after {
content: "";
clear: both;
display: table;
}
h1{font-size: 240%;
color: #fff;
text-align: center;
}
#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: red; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
.column {
float: left;
width: 50%;
padding: 10px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
}
/*///Responsive Queries///*/
@media only screen and (max-width: 1180px){
.main-content-header{
width: 100%;
padding: 0 2%;
}
}
@media only screen and (max-width: 768px){
.main-nav{display: none;}
.mobile-icon{
display: inline-block;
color: #fff;
float: right;
margin-top: 30px;
margin-right: 20px;
}
.main-nav{float: left;}
.main-nav li{
display: block;
margin-top: 10px;
}
.column {
width: 100%;
}
} | 0.322633 | 0.069668 |
@charset "utf-8";
/* CSS Document */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0; font-family:"微软雅黑";}ol,ul{list-style:none}:focus{outline:0}a img{border:0}img{vertical-align:middle}table{empty-cells:show}ins{text-decoration:none}del{text-decoration:line-through}em{font-style:normal}a{ text-decoration:none;}
.clear{
clear:both;}
.bao{
width:100%;
position:relative;
}
.tou img{
float:left;
margin-top:32px;}
.tou span{
float:right;
display: block;
margin-right:30px;
font-size:20px;}
.tou{
width:100%;
color:#FFF;;
font-size:26px;
line-height:108px;
box-shadow: 0px 2px 5px #888888;
height:108px;
text-align:center;
background-color:#67b5db;}
.biao{
width:100%;
text-align:center;
color:#5e5d5d;
line-height:83px;
font-size:18px;
height:83px;
border-bottom:3px solid #b8b8b8;}
.nei{
width:100%;
290px;
height:130px;
}
.nei1{
width:60px;
height:130px;
margin-right:20px;
float:left;
text-align:center;}
.nei2{
color:#b8b8b8;
line-height:32px;
padding-top:45px;
position:relative;
font-size:16px;
float:left;
height:84px;}
.nei21{
width: 25px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #FFF;
height: 20px;
background-color: #50c24b;
border-radius: 3px;
position: absolute;
top: 54px;
left: 135px;
}
.nei22{
width: 25px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #FFF;
height: 20px;
background-color: #50c24b;
border-radius: 3px;
position: absolute;
top: 18px;
left: 85px;
z-index: 2;
}
.nei3{
width:80px;
height:80px;
text-align:center;
float:right;
font-size:18px;
padding-top:50px;
color:#8f8f8f;}
.nei1 img{
margin-top:22px;}
.rong{
width:96%;
line-height:35px;
color:#4c4c4c;
font-size:20px;
margin-bottom:40px;}
.hui{
width:96%;
margin:0 auto;
height:56px;
line-height:56px;
border-bottom:1px solid #bebebe;
color:#343434;}
.hui1{
width:80px;
height:43px;
text-align: right;
margin-right:20px;
padding-top:13px;
float:left;}
.hui2{
width:80px;
font-size:18px;
height:53px;
color:#bebebe;
border-bottom:3px solid #1eaeea;
text-align:center;
float:left;}
.ping{
width:100%;
border-bottom:1px solid #bebebe;
height:155px;
}
.ping1{
width:100%;
height:65px;
290px;}
.ping11{
width:45px;
height:70px;
text-align:center;
padding-top:13px;
float:left;
margin-right:10px;
}
.ping12{
line-height:65px;
color:#237496;
position:relative;
height:65px;
float:left;
}
.ping13{
width:50px;
color:#8f8f8f;
height:65px;
margin-right:20px;
text-align: right;
font-size:18px;
float: right;}
.ping2{
width:100%;
line-height:30px;
font-size:14px;
color:#414141;}
.di{
width:100%;
height:101px; z-index:10000; position:fixed;
bottom:1px;
text-align:center;
background-color:#FFF;
border:3px solid #ededed;}
.jing{
width:100%;
background-color:#FFF;
height:265px;border:2px solid #ededed;
margin-bottom:20px;}
.jing1{
width:90%;
height:56px;
font-size:30px;
padding-top:23px;
padding-left:50px;
position:relative;
border-bottom:1px solid #e5e3ef;
margin:0 auto;
}
.jing2{
width:95%;
height:160px;
font-size:30px;
padding-top:23px;
position:relative;
margin:0 auto;
}
.jing_l{
width:15%; text-align: center; height:160px; float:left;}
.jing_r{
width:65%; height:160px;float:left; color:#3975bc; font-size:24px; line-height:40px;}
.liz{
width:100%;
margin-bottom:101px;
background-color:#FFF;
border-top:2px solid #e7e7e7;
border-bottom:2px solid #e7e7e7;}
.liz1{
position:relative;
width:100%;
height:68px;
padding-left:40px;
border-bottom:2px solid #e7e7e7;}
.liz1 a{
font-size:24px;
line-height:68px;
margin-left:50px;
color:#636363;}
.liz2{
width:100%;
height:138px;
border-bottom:2px solid #e7e7e7;}
.liz3{
width:100%;
height:138px;}
.lida{
width:100%;
}
.lida2{
width:100%;
display:none;}
.liz21{
width:100px;
height:108px;
padding-top:20px;
text-align:center;
float:left;}
.liz22{
width:300px;
height:118px;
padding-top:18px;
color:#3975bc; font-size:20px; line-height:30px;
float:left;}
.lih{
width:100px;
height:18px;
padding-top:90px;
color:#06F;
text-align:center;
float:right;
}
.t{
width:100%;
height:65px;
font-size:24px;
line-height:65px;
}
.t li{
float:left;
height:65px;
width:25%;
text-align:center;}
.shuo{
width:100%;
height:230px;
text-align:center;
background-color:#6cc5f1;}
.shuo p{
text-align:left;
font-size:24px;
padding-left:80px;
padding-top:40px;
color:#FFF;}
.shuo h1{
font-size:36px;
font-weight:400;
color:#FFF;}
.tp{
width:95%;
margin:20px auto;}
.tp1 a{ color:#666;}
.tp1{
width:100%;
border-bottom:1px solid #d1d1d1;
a
}
.tn{
position:relative;
margin-top:20px;
padding-left:30px;
}
.tn p{
color: #717171;
position: absolute;
font-size: 12px;
right: 37px;
top: 16px;
}
.k{
width:99%;
margin:0 auto;
padding-top:59px;
600px;
border:2px solid #c8c8c8;}
.xuan1{
width:100%;
line-height:80px;
padding-left:40px;
margin-bottom:20px;
font-size: 36px;
height:320px;}
.xuan1 p{
margin-top:30px;
margin-left:100px;}
.s{
width:80%;
color:#b4b4b4;
border:2px solid #c8c8c8;
margin:0 auto;
text-align:center;
height:250px;}
.s h1{
font-size:40px;
font-weight:400;
}
.s p{
text-align:left;
font-size:30px;
margin-left:40px;}
.bg img{
margin-top:20px;}
.news_index .ui-list a li {
float: left;
width: 98%;
margin-top: 10px;
padding-left: 10px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
padding-bottom: 10px;
}
.list_left {
float: left;
}
.ui-border-t {
padding-top: 10px;
}
.ui-list-info h4 {
line-height: 30px;
height: 30px;
font-size: 16px;
color: #00a5e0;
}
.ui-list-info {
display: block;
}
.ui-list-info .ui-badge {
position: relative;
float: right;
top: 50%;
margin-top: -40px;
}
.list {
border-top-width: 0px;
border-bottom-width: 1px;
border-top-style: none;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
}
.list h4 {
font-size: 14px;
color: #333333;
}
.ui-border-t .ui-badge-muted {
position: relative;
float: right;
top: 50%;
margin-top: -30px;
}
.news_view {
padding: 10px;
width: 92%;
text-align: justify;
}
.news_view h1 {
font-size: 20px;
line-height: 45px;
color: #0099CC;
text-align: center;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
.news_tags {
line-height: 30px;
font-size: 12px;
color: #666666;
}
.news_tags span {
text-align: center;
margin-right: 3%;
}
.news_content {
font-size: 14px;
color: #666666;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #D9D9D9;
line-height: 24px;
}
.news_content p {
margin: 0px;
}
.news_content img {
margin-top: 10px;
margin-bottom: 15px;
}
.news_key {
line-height: 30px;
font-size: 13px;
color: #666666;
margin-top: 10px;
}
.news_key span {
float: left;
font-size: 13px;
}
.news_key a {
float: left;
margin-left: 3%;
font-size: 13px;
}
.news_more {
line-height: 30px;
float: left;
width: 100%;
margin-top: 10px;
}
.news_more .news_next {
float: left;
width: 100%;
margin-bottom: 5px;
}
.news_more span {
float: left;
color: #666666;
font-size: 13px;
}
.news_more a {
font-size: 13px;
color: #666666;
text-decoration: none;
margin-right: 10px;
float: left;
}
.tn h2{
font-size:18px;
line-height:50px;
color:#333;
font-weight:400;} | resources/css/gongy.css | @charset "utf-8";
/* CSS Document */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0; font-family:"微软雅黑";}ol,ul{list-style:none}:focus{outline:0}a img{border:0}img{vertical-align:middle}table{empty-cells:show}ins{text-decoration:none}del{text-decoration:line-through}em{font-style:normal}a{ text-decoration:none;}
.clear{
clear:both;}
.bao{
width:100%;
position:relative;
}
.tou img{
float:left;
margin-top:32px;}
.tou span{
float:right;
display: block;
margin-right:30px;
font-size:20px;}
.tou{
width:100%;
color:#FFF;;
font-size:26px;
line-height:108px;
box-shadow: 0px 2px 5px #888888;
height:108px;
text-align:center;
background-color:#67b5db;}
.biao{
width:100%;
text-align:center;
color:#5e5d5d;
line-height:83px;
font-size:18px;
height:83px;
border-bottom:3px solid #b8b8b8;}
.nei{
width:100%;
290px;
height:130px;
}
.nei1{
width:60px;
height:130px;
margin-right:20px;
float:left;
text-align:center;}
.nei2{
color:#b8b8b8;
line-height:32px;
padding-top:45px;
position:relative;
font-size:16px;
float:left;
height:84px;}
.nei21{
width: 25px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #FFF;
height: 20px;
background-color: #50c24b;
border-radius: 3px;
position: absolute;
top: 54px;
left: 135px;
}
.nei22{
width: 25px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #FFF;
height: 20px;
background-color: #50c24b;
border-radius: 3px;
position: absolute;
top: 18px;
left: 85px;
z-index: 2;
}
.nei3{
width:80px;
height:80px;
text-align:center;
float:right;
font-size:18px;
padding-top:50px;
color:#8f8f8f;}
.nei1 img{
margin-top:22px;}
.rong{
width:96%;
line-height:35px;
color:#4c4c4c;
font-size:20px;
margin-bottom:40px;}
.hui{
width:96%;
margin:0 auto;
height:56px;
line-height:56px;
border-bottom:1px solid #bebebe;
color:#343434;}
.hui1{
width:80px;
height:43px;
text-align: right;
margin-right:20px;
padding-top:13px;
float:left;}
.hui2{
width:80px;
font-size:18px;
height:53px;
color:#bebebe;
border-bottom:3px solid #1eaeea;
text-align:center;
float:left;}
.ping{
width:100%;
border-bottom:1px solid #bebebe;
height:155px;
}
.ping1{
width:100%;
height:65px;
290px;}
.ping11{
width:45px;
height:70px;
text-align:center;
padding-top:13px;
float:left;
margin-right:10px;
}
.ping12{
line-height:65px;
color:#237496;
position:relative;
height:65px;
float:left;
}
.ping13{
width:50px;
color:#8f8f8f;
height:65px;
margin-right:20px;
text-align: right;
font-size:18px;
float: right;}
.ping2{
width:100%;
line-height:30px;
font-size:14px;
color:#414141;}
.di{
width:100%;
height:101px; z-index:10000; position:fixed;
bottom:1px;
text-align:center;
background-color:#FFF;
border:3px solid #ededed;}
.jing{
width:100%;
background-color:#FFF;
height:265px;border:2px solid #ededed;
margin-bottom:20px;}
.jing1{
width:90%;
height:56px;
font-size:30px;
padding-top:23px;
padding-left:50px;
position:relative;
border-bottom:1px solid #e5e3ef;
margin:0 auto;
}
.jing2{
width:95%;
height:160px;
font-size:30px;
padding-top:23px;
position:relative;
margin:0 auto;
}
.jing_l{
width:15%; text-align: center; height:160px; float:left;}
.jing_r{
width:65%; height:160px;float:left; color:#3975bc; font-size:24px; line-height:40px;}
.liz{
width:100%;
margin-bottom:101px;
background-color:#FFF;
border-top:2px solid #e7e7e7;
border-bottom:2px solid #e7e7e7;}
.liz1{
position:relative;
width:100%;
height:68px;
padding-left:40px;
border-bottom:2px solid #e7e7e7;}
.liz1 a{
font-size:24px;
line-height:68px;
margin-left:50px;
color:#636363;}
.liz2{
width:100%;
height:138px;
border-bottom:2px solid #e7e7e7;}
.liz3{
width:100%;
height:138px;}
.lida{
width:100%;
}
.lida2{
width:100%;
display:none;}
.liz21{
width:100px;
height:108px;
padding-top:20px;
text-align:center;
float:left;}
.liz22{
width:300px;
height:118px;
padding-top:18px;
color:#3975bc; font-size:20px; line-height:30px;
float:left;}
.lih{
width:100px;
height:18px;
padding-top:90px;
color:#06F;
text-align:center;
float:right;
}
.t{
width:100%;
height:65px;
font-size:24px;
line-height:65px;
}
.t li{
float:left;
height:65px;
width:25%;
text-align:center;}
.shuo{
width:100%;
height:230px;
text-align:center;
background-color:#6cc5f1;}
.shuo p{
text-align:left;
font-size:24px;
padding-left:80px;
padding-top:40px;
color:#FFF;}
.shuo h1{
font-size:36px;
font-weight:400;
color:#FFF;}
.tp{
width:95%;
margin:20px auto;}
.tp1 a{ color:#666;}
.tp1{
width:100%;
border-bottom:1px solid #d1d1d1;
a
}
.tn{
position:relative;
margin-top:20px;
padding-left:30px;
}
.tn p{
color: #717171;
position: absolute;
font-size: 12px;
right: 37px;
top: 16px;
}
.k{
width:99%;
margin:0 auto;
padding-top:59px;
600px;
border:2px solid #c8c8c8;}
.xuan1{
width:100%;
line-height:80px;
padding-left:40px;
margin-bottom:20px;
font-size: 36px;
height:320px;}
.xuan1 p{
margin-top:30px;
margin-left:100px;}
.s{
width:80%;
color:#b4b4b4;
border:2px solid #c8c8c8;
margin:0 auto;
text-align:center;
height:250px;}
.s h1{
font-size:40px;
font-weight:400;
}
.s p{
text-align:left;
font-size:30px;
margin-left:40px;}
.bg img{
margin-top:20px;}
.news_index .ui-list a li {
float: left;
width: 98%;
margin-top: 10px;
padding-left: 10px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
padding-bottom: 10px;
}
.list_left {
float: left;
}
.ui-border-t {
padding-top: 10px;
}
.ui-list-info h4 {
line-height: 30px;
height: 30px;
font-size: 16px;
color: #00a5e0;
}
.ui-list-info {
display: block;
}
.ui-list-info .ui-badge {
position: relative;
float: right;
top: 50%;
margin-top: -40px;
}
.list {
border-top-width: 0px;
border-bottom-width: 1px;
border-top-style: none;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
}
.list h4 {
font-size: 14px;
color: #333333;
}
.ui-border-t .ui-badge-muted {
position: relative;
float: right;
top: 50%;
margin-top: -30px;
}
.news_view {
padding: 10px;
width: 92%;
text-align: justify;
}
.news_view h1 {
font-size: 20px;
line-height: 45px;
color: #0099CC;
text-align: center;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
.news_tags {
line-height: 30px;
font-size: 12px;
color: #666666;
}
.news_tags span {
text-align: center;
margin-right: 3%;
}
.news_content {
font-size: 14px;
color: #666666;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #D9D9D9;
line-height: 24px;
}
.news_content p {
margin: 0px;
}
.news_content img {
margin-top: 10px;
margin-bottom: 15px;
}
.news_key {
line-height: 30px;
font-size: 13px;
color: #666666;
margin-top: 10px;
}
.news_key span {
float: left;
font-size: 13px;
}
.news_key a {
float: left;
margin-left: 3%;
font-size: 13px;
}
.news_more {
line-height: 30px;
float: left;
width: 100%;
margin-top: 10px;
}
.news_more .news_next {
float: left;
width: 100%;
margin-bottom: 5px;
}
.news_more span {
float: left;
color: #666666;
font-size: 13px;
}
.news_more a {
font-size: 13px;
color: #666666;
text-decoration: none;
margin-right: 10px;
float: left;
}
.tn h2{
font-size:18px;
line-height:50px;
color:#333;
font-weight:400;} | 0.154567 | 0.057388 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #2c3e50;
color: #fff;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
max-height: 100vh;
}
.btn {
padding: 10px 20px;
font-size: 20px;
border: 0;
border-radius: 5px;
cursor: pointer;
}
#navbar {
width: 100vw;
height: 4rem;
background-color: #1f2b38;
text-align: center;
padding: 1rem 0;
font-size: 20px;
transform: translateY(-100%);
transition: transform 0.3s ease-in;
}
#navbar.show {
transform: translateY(0);
}
#navbar select {
background-color: #a7c5e3;
width: 200px;
height: 28px;
appearance: none;
border-radius: 5px;
padding: 5px;
}
#settings {
position: fixed;
left: 7vw;
bottom: 35px;
padding: 5px 10px;
border-radius: 5px;
font-size: 17px;
cursor: pointer;
}
#rules-btn {
position: fixed;
bottom: 35px;
right: 7vw;
padding: 5px 15px;
border-radius: 5px;
font-size: 17px;
cursor: pointer;
}
.btn:focus,
input:focus,
select:focus {
outline: 0;
}
.card {
margin: 15vh auto;
width: 500px;
background-color: #34495e;
padding: 20px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0 2px 5px #222;
}
.card h1 {
width: 100%;
background-color: #243342;
padding: 10px 0;
border-radius: 5px;
margin-bottom: 0.5rem;
}
#info {
display: flex;
width: 100%;
justify-content: space-between;
}
#word p {
margin-bottom: -5px;
}
.word {
font-size: 36px;
margin-bottom: 1rem;
}
.form-control {
padding: 10px 20px;
border-radius: 5px;
font-size: 18px;
width: 70%;
border: 0;
}
#start {
margin: 1rem 0;
width: 40%;
color: #fff;
background-color: #28a745;
}
.card h3 {
font-size: 28px;
margin-bottom: 2rem;
}
.card .display-score {
font-size: 18px;
margin-bottom: 1rem;
}
.card .play-again {
color: #fff;
background-color: #28a745;
}
.container {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
padding: 25vh 0;
text-align: center;
}
.container.show {
visibility: visible;
}
.container #rules {
line-height: 1.8;
font-size: 110%;
background-color: rgba(18, 22, 33, 0.85);
width: 80%;
margin: auto;
padding: 20px;
position: relative;
}
.container h3 {
font-size: 28px;
}
.container ul {
list-style: none;
}
.container p:nth-of-type(3) {
text-decoration: underline;
}
.container #close {
position: absolute;
top: 20px;
right: 10px;
color: #fff;
background-color: transparent;
font-size: 28px;
}
@media (max-width: 400px) {
.card {
margin: 25vh auto;
width: 100vw;
}
} | Speed_Typer_game/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #2c3e50;
color: #fff;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
max-height: 100vh;
}
.btn {
padding: 10px 20px;
font-size: 20px;
border: 0;
border-radius: 5px;
cursor: pointer;
}
#navbar {
width: 100vw;
height: 4rem;
background-color: #1f2b38;
text-align: center;
padding: 1rem 0;
font-size: 20px;
transform: translateY(-100%);
transition: transform 0.3s ease-in;
}
#navbar.show {
transform: translateY(0);
}
#navbar select {
background-color: #a7c5e3;
width: 200px;
height: 28px;
appearance: none;
border-radius: 5px;
padding: 5px;
}
#settings {
position: fixed;
left: 7vw;
bottom: 35px;
padding: 5px 10px;
border-radius: 5px;
font-size: 17px;
cursor: pointer;
}
#rules-btn {
position: fixed;
bottom: 35px;
right: 7vw;
padding: 5px 15px;
border-radius: 5px;
font-size: 17px;
cursor: pointer;
}
.btn:focus,
input:focus,
select:focus {
outline: 0;
}
.card {
margin: 15vh auto;
width: 500px;
background-color: #34495e;
padding: 20px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0 2px 5px #222;
}
.card h1 {
width: 100%;
background-color: #243342;
padding: 10px 0;
border-radius: 5px;
margin-bottom: 0.5rem;
}
#info {
display: flex;
width: 100%;
justify-content: space-between;
}
#word p {
margin-bottom: -5px;
}
.word {
font-size: 36px;
margin-bottom: 1rem;
}
.form-control {
padding: 10px 20px;
border-radius: 5px;
font-size: 18px;
width: 70%;
border: 0;
}
#start {
margin: 1rem 0;
width: 40%;
color: #fff;
background-color: #28a745;
}
.card h3 {
font-size: 28px;
margin-bottom: 2rem;
}
.card .display-score {
font-size: 18px;
margin-bottom: 1rem;
}
.card .play-again {
color: #fff;
background-color: #28a745;
}
.container {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
padding: 25vh 0;
text-align: center;
}
.container.show {
visibility: visible;
}
.container #rules {
line-height: 1.8;
font-size: 110%;
background-color: rgba(18, 22, 33, 0.85);
width: 80%;
margin: auto;
padding: 20px;
position: relative;
}
.container h3 {
font-size: 28px;
}
.container ul {
list-style: none;
}
.container p:nth-of-type(3) {
text-decoration: underline;
}
.container #close {
position: absolute;
top: 20px;
right: 10px;
color: #fff;
background-color: transparent;
font-size: 28px;
}
@media (max-width: 400px) {
.card {
margin: 25vh auto;
width: 100vw;
}
} | 0.289372 | 0.070913 |
#title {
width:600px;
margin:20px auto;
text-align:center;
}
/* 定义关键帧 */
@-webkit-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:0;
}
}
@-moz-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
@-ms-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
@-o-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
@keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
/* lanrenzhijia */
#lanrenzhijia {
width:auto;
height:auto;
margin:0 auto;
position:relative;
}
#lanrenzhijia .box {
width:280px;
height:auto;
padding:10px;
border:none;
float:left;
}
#lanrenzhijia .box .info {
width:280px;
height:auto;
border-radius:8px;
box-shadow:0 0 11px #666;
background:#fff;
overflow:hidden;
}
#lanrenzhijia .box .info .pic {
width:260px;
height:auto;
margin:10px auto;
position:relative;
overflow:hidden;
}
/*#lanrenzhijia .box .info .pic:hover {
-webkit-animation:shade 1s ease-in-out 1;
-moz-animation:shade 1s ease-in-out 1;
-ms-animation:shade 1s ease-in-out 1;
-o-animation:shade 1s ease-in-out 1;
animation:shade 1s ease-in-out 1;
}*/
#lanrenzhijia .box .info .pic img {
width:260px;
border-radius:3px;
}
#lanrenzhijia .box .info .title {
width:260px;
height:40px;
margin:0 auto;
line-height:40px;
text-align:center;
color:#666;
font-size:18px;
font-weight:bold;
overflow:hidden;
}
.title a{ color:#131110; cursor:pointer; }
.title a:hover{color:#AC411D;}
/*熏陶Hover*/
.rsp{width:260px;overflow:hidden;position: absolute;background:#B26436;top:0px;left:0px; display:block;}
.text{position:absolute;width:260px;left:-260px;top:0px;overflow:hidden; outline:none;}
.text h3{width:240px; padding:0 10px;margin-top:15%;line-height:30px;text-align:center;color:#FFFFFF;font-size:20px;}
.text div{ padding:0 10px;text-align:center;color:#FFFFFF;line-height:30px;}
/*摄影类目*/
.px80{ height:80px;_height:15px; overflow:hidden;}
.topMenu{ height:auto; overflow:hidden;}
.topMenuC{ width:910px; height:40px; overflow:hidden; position:relative;}
.topMenuBg{ width:910px; height:38px; overflow:hidden; background:#F6F2E6; position:absolute; left:0; top:0;filter:Alpha(Opacity=40);opacity:0.4;-moz-opacity:0.4;border:1px solid #569231; border-left:none; border-right:none;}
.topMenuText{width:910px; height:40px; overflow:hidden; position:absolute; left:0; top:0; text-align:center;}
.topMenuText a{line-height:40px; color:#AC411D; font-size:14px; font-family:"Microsoft YaHei"; font-weight:bold;}
.topMenuText a:hover,.topMenuText a.flHover{ color:#569231;}
.topMenuText span{ margin:0 15px;line-height:40px; color:#AC411D;}
.yapiskan {position: fixed;left:0;top:100px;width:100%;transition: top .5s; z-index:4000;}
.gizle {top: 0px;}
.sabit {top:100px;z-index: 9999;}
/*脚部固定*/
.footerBox{width:100%; height:50px;position:fixed; _position:absolute; bottom:0; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} | web/new_static/css/edifyCss.css | #title {
width:600px;
margin:20px auto;
text-align:center;
}
/* 定义关键帧 */
@-webkit-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:0;
}
}
@-moz-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
@-ms-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
@-o-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
@keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
/* lanrenzhijia */
#lanrenzhijia {
width:auto;
height:auto;
margin:0 auto;
position:relative;
}
#lanrenzhijia .box {
width:280px;
height:auto;
padding:10px;
border:none;
float:left;
}
#lanrenzhijia .box .info {
width:280px;
height:auto;
border-radius:8px;
box-shadow:0 0 11px #666;
background:#fff;
overflow:hidden;
}
#lanrenzhijia .box .info .pic {
width:260px;
height:auto;
margin:10px auto;
position:relative;
overflow:hidden;
}
/*#lanrenzhijia .box .info .pic:hover {
-webkit-animation:shade 1s ease-in-out 1;
-moz-animation:shade 1s ease-in-out 1;
-ms-animation:shade 1s ease-in-out 1;
-o-animation:shade 1s ease-in-out 1;
animation:shade 1s ease-in-out 1;
}*/
#lanrenzhijia .box .info .pic img {
width:260px;
border-radius:3px;
}
#lanrenzhijia .box .info .title {
width:260px;
height:40px;
margin:0 auto;
line-height:40px;
text-align:center;
color:#666;
font-size:18px;
font-weight:bold;
overflow:hidden;
}
.title a{ color:#131110; cursor:pointer; }
.title a:hover{color:#AC411D;}
/*熏陶Hover*/
.rsp{width:260px;overflow:hidden;position: absolute;background:#B26436;top:0px;left:0px; display:block;}
.text{position:absolute;width:260px;left:-260px;top:0px;overflow:hidden; outline:none;}
.text h3{width:240px; padding:0 10px;margin-top:15%;line-height:30px;text-align:center;color:#FFFFFF;font-size:20px;}
.text div{ padding:0 10px;text-align:center;color:#FFFFFF;line-height:30px;}
/*摄影类目*/
.px80{ height:80px;_height:15px; overflow:hidden;}
.topMenu{ height:auto; overflow:hidden;}
.topMenuC{ width:910px; height:40px; overflow:hidden; position:relative;}
.topMenuBg{ width:910px; height:38px; overflow:hidden; background:#F6F2E6; position:absolute; left:0; top:0;filter:Alpha(Opacity=40);opacity:0.4;-moz-opacity:0.4;border:1px solid #569231; border-left:none; border-right:none;}
.topMenuText{width:910px; height:40px; overflow:hidden; position:absolute; left:0; top:0; text-align:center;}
.topMenuText a{line-height:40px; color:#AC411D; font-size:14px; font-family:"Microsoft YaHei"; font-weight:bold;}
.topMenuText a:hover,.topMenuText a.flHover{ color:#569231;}
.topMenuText span{ margin:0 15px;line-height:40px; color:#AC411D;}
.yapiskan {position: fixed;left:0;top:100px;width:100%;transition: top .5s; z-index:4000;}
.gizle {top: 0px;}
.sabit {top:100px;z-index: 9999;}
/*脚部固定*/
.footerBox{width:100%; height:50px;position:fixed; _position:absolute; bottom:0; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} | 0.280715 | 0.085978 |
#frame {
width: 100%;
height: 92vh;
min-height: 300px;
max-height: 90%;
background: #E6EAEA;
}
@media screen and (max-width: 360px) {
#frame {
width: 100%;
height: 100vh;
}
}
#frame #sidepanel {
float: left;
min-width: 280px;
max-width: 340px;
width: 40%;
height: 100%;
background: #2c3e50;
color: #f5f5f5;
overflow: hidden;
position: relative;
}
@media screen and (max-width: 735px) {
#frame #sidepanel {
width: 58px;
min-width: 58px;
}
}
#frame #sidepanel #profile {
width: 80%;
margin: 25px auto;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile {
width: 100%;
margin: 0 auto;
padding: 5px 0 0 0;
background: #32465a;
}
}
#frame #sidepanel #profile.expanded .wrap {
height: 210px;
line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
height: 60px;
line-height: 60px;
overflow: hidden;
-moz-transition: 0.3s height ease;
-o-transition: 0.3s height ease;
-webkit-transition: 0.3s height ease;
transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap {
height: 55px;
}
}
#frame #sidepanel #profile .wrap img {
width: 50px;
border-radius: 50%;
padding: 3px;
border: 2px solid #e74c3c;
height: auto;
float: left;
cursor: pointer;
-moz-transition: 0.3s border ease;
-o-transition: 0.3s border ease;
-webkit-transition: 0.3s border ease;
transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap img {
width: 40px;
margin-left: 4px;
}
}
#frame #sidepanel #profile .wrap img.online {
border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
float: left;
margin-left: 15px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap p {
display: none;
}
}
#frame #sidepanel #profile .wrap i.expand-button {
float: right;
margin-top: 23px;
font-size: 0.8em;
cursor: pointer;
color: #435f7a;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap i.expand-button {
display: none;
}
}
#frame #sidepanel #profile .wrap #status-options {
position: absolute;
opacity: 0;
visibility: hidden;
width: 150px;
margin: 70px 0 0 0;
border-radius: 6px;
z-index: 99;
line-height: initial;
background: #435f7a;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options {
width: 58px;
margin-top: 57px;
}
}
#frame #sidepanel #profile .wrap #status-options.active {
opacity: 1;
visibility: visible;
margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options.active {
margin-top: 62px;
}
}
#frame #sidepanel #profile .wrap #status-options:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #435f7a;
margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options:before {
margin-left: 23px;
}
}
#frame #sidepanel #profile .wrap #status-options ul {
overflow: hidden;
border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
padding: 15px 0 30px 18px;
display: block;
cursor: pointer;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li {
padding: 15px 0 35px 22px;
}
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
width: 14px;
height: 14px;
}
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
content: '';
position: absolute;
width: 14px;
height: 14px;
margin: -3px 0 0 -3px;
background: transparent;
border-radius: 50%;
z-index: 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
height: 18px;
width: 18px;
}
}
#frame #sidepanel #profile .wrap #status-options ul li p {
padding-left: 12px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li p {
display: none;
}
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
padding: 100px 0 0 0;
display: block;
line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
float: left;
clear: both;
margin: 0 8px 5px 0;
padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
border: none;
margin-bottom: 6px;
background: #32465a;
border-radius: 3px;
color: #f5f5f5;
padding: 7px;
width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
outline: none;
background: #435f7a;
}
#frame #sidepanel #search {
border-top: 1px solid #32465a;
border-bottom: 1px solid #32465a;
font-weight: 300;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #search {
display: none;
}
}
#frame #sidepanel #search label {
position: absolute;
margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
padding: 10px 0 10px 46px;
width: calc(100% - 25px);
border: none;
background: #32465a;
color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
outline: none;
background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #contacts {
height: calc(100% - 177px);
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts {
height: calc(100% - 149px);
overflow-y: scroll;
overflow-x: hidden;
}
#frame #sidepanel #contacts::-webkit-scrollbar {
display: none;
}
}
#frame #sidepanel #contacts.expanded {
height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
width: 8px;
background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
position: relative;
padding: 10px 0 15px 0;
font-size: 0.9em;
cursor: pointer;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact {
padding: 6px 0 46px 8px;
}
}
#frame #sidepanel #contacts ul li.contact:hover {
background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
background: #32465a;
border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
width: 88%;
margin: 0 auto;
position: relative;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact .wrap {
width: 100%;
}
}
#frame #sidepanel #contacts ul li.contact .wrap span {
position: absolute;
left: 0;
margin: -2px 0 0 -2px;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #2c3e50;
background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
width: 40px;
border-radius: 50%;
float: left;
margin-right: 10px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact .wrap img {
margin-right: 0px;
}
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact .wrap .meta {
display: none;
}
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
margin: 5px 0 0 0;
padding: 0 0 1px;
font-weight: 400;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-moz-transition: 1s all ease;
-o-transition: 1s all ease;
-webkit-transition: 1s all ease;
transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
position: initial;
border-radius: initial;
background: none;
border: none;
padding: 0 2px 0 0;
margin: 0 0 0 1px;
opacity: .5;
}
#frame #sidepanel #bottom-bar {
position: absolute;
width: 100%;
bottom: 0;
}
#frame #sidepanel #bottom-bar button {
float: left;
border: none;
width: 50%;
padding: 10px 0;
background: #32465a;
color: #f5f5f5;
cursor: pointer;
font-size: 0.85em;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button {
float: none;
width: 100%;
padding: 15px 0;
}
}
#frame #sidepanel #bottom-bar button:focus {
outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button:nth-child(1) {
border-right: none;
border-bottom: 1px solid #2c3e50;
}
}
#frame #sidepanel #bottom-bar button:hover {
background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
margin-right: 3px;
font-size: 1em;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button i {
font-size: 1.3em;
}
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button span {
display: none;
}
}
#frame .content {
float: right;
width: 60%;
height: 100%;
overflow: hidden;
position: relative;
}
@media screen and (max-width: 735px) {
#frame .content {
width: calc(100% - 58px);
min-width: 200px !important;
/*minimo para que se vea en una pantalla de minimo eso. estaba en 300px*/
}
}
@media screen and (min-width: 900px) {
#frame .content {
width: calc(100% - 340px);
}
}
#frame .content .contact-profile {
width: 100%;
height: 60px;
line-height: 60px;
background: #f5f5f5;
}
#frame .content .contact-profile img {
width: 40px;
border-radius: 50%;
float: left;
margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
float: left;
}
#frame .content .contact-profile .social-media {
float: right;
}
#frame .content .contact-profile .social-media i {
margin-left: 14px;
cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
color: #435f7a;
}
#frame .content .messages {
height: auto;
min-height: calc(100% - 93px);
max-height: calc(100% - 93px);
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 735px) {
#frame .content .messages {
max-height: calc(100% - 105px);
}
}
#frame .content .messages::-webkit-scrollbar {
width: 8px;
background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
display: inline-block;
clear: both;
float: left;
margin: 15px 15px 5px 15px;
width: calc(100% - 25px);
font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
background: #435f7a;
color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
float: right;
margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
background: #f5f5f5;
float: right;
}
#frame .content .messages ul li img {
width: 22px;
border-radius: 50%;
float: left;
}
#frame .content .messages ul li p {
display: inline-block;
padding: 10px 15px;
border-radius: 20px;
max-width: 205px;
line-height: 130%;
}
@media screen and (min-width: 735px) {
#frame .content .messages ul li p {
max-width: 300px;
}
}
#frame .content .message-input {
position: absolute;
bottom: 0;
width: 100%;
z-index: 99;
}
#frame .content .message-input .wrap {
position: relative;
}
#frame .content .message-input .wrap input {
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
float: left;
border: none;
width: calc(100% - 90px);
padding: 11px 32px 10px 8px;
font-size: 0.8em;
color: #32465a;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap input {
padding: 15px 32px 16px 8px;
}
}
#frame .content .message-input .wrap input:focus {
outline: none;
}
#frame .content .message-input .wrap button {
float: right;
border: none;
width: 50px;
padding: 12px 0;
cursor: pointer;
background: #32465a;
color: #f5f5f5;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap button {
padding: 16px 0;
}
}
#frame .content .message-input .wrap button:hover {
background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
outline: none;
}
/*CHAT*/
/* Seccion cards de articulos /articulos */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i");
section {
padding: 0px 0;
}
.details-card {
background: #ecf0f1;
}
.card-content {
background: #ffffff;
border: 4px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card-img {
position: relative;
overflow: hidden;
border-radius: 0;
z-index: 1;
}
.card-img img {
width: 100%;
height: auto;
display: block;
}
.card-img span {
position: absolute;
top: 15%;
left: 12%;
background: red;
padding: 6px;
color: #fff;
font-size: 12px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
transform: translate(-50%, -50%);
}
.card-img span h4 {
font-size: 12px;
margin: 0;
padding: 10px 5px;
line-height: 0;
}
.card-desc {
padding: 1.25rem;
}
.card-desc h3 {
color: #000000;
font-weight: 600;
font-size: 1.5em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 5px;
padding: 0;
}
.card-desc p {
color: #747373;
font-size: 14px;
font-weight: 400;
font-size: 1em;
line-height: 1.5;
margin: 0px;
margin-bottom: 20px;
padding: 0;
font-family: "Raleway", sans-serif;
}
.btn-card {
background-color: #1abc9c;
color: #fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
padding: 0.84rem 2.14rem;
font-size: 0.81rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
margin: 0;
border: 0;
-webkit-border-radius: 0.125rem;
border-radius: 0.125rem;
cursor: pointer;
text-transform: uppercase;
white-space: normal;
word-wrap: break-word;
color: #fff;
}
.btn-card:hover {
background: orange;
}
a.btn-card {
text-decoration: none;
color: #fff;
}
/* Seccion cards de articulos /articulos */
.w3l-top-header-content {
/*--/top-hd--*/
/*--//top-hd--*/
/*--/nav--*/
/*---*/
/*--//nav--*/
}
.w3l-top-header-content .top-hd {
background: #17223b;
padding: 12px 0px;
}
.w3l-top-header-content .accounts {
text-align: right;
}
.w3l-top-header-content .top-head li {
font-size: 16px;
line-height: 24px;
color: #fff;
margin: 0px 10px;
display: inline-block;
}
.w3l-top-header-content .accounts li:nth-child(1) {
margin-left: 0;
}
.w3l-top-header-content .top-head li span.fa {
font-size: 16px;
color: #fff;
text-align: center;
margin-right: 10px;
}
.w3l-top-header-content ul li {
display: inline-block;
}
.w3l-top-header-content .accounts li span.fa {
padding-right: 5px;
}
.w3l-top-header-content .accounts li {
display: inline-block;
margin: 0 20px;
font-size: 14px;
line-height: 24px;
color: #fff;
}
.w3l-top-header-content .accounts li a {
color: #fff;
}
.w3l-top-header-content .accounts li a:hover {
opacity: 0.9;
}
.w3l-top-header-content .accounts li:nth-child(3) {
margin-right: 0;
}
@media (max-width: 1080px) {
.w3l-top-header-content .accounts li {
margin: 0 6px;
}
}
@media (max-width: 767px) {
.w3l-top-header-content li.top_li2 {
display: none;
}
}
@media (max-width: 568px) {
.w3l-top-header-content li.top_li1 {
display: none;
}
.w3l-top-header-content .top-hd {
padding: 12px 0px;
}
}
.w3l-top-header-content li {
list-style-type: none;
}
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu {
transform: translateX(-50px);
}
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu:before {
content: "";
width: 10px;
height: 10px;
background: #fff;
border: 1px #d5d5d5ee solid;
display: block;
border-right: none;
border-bottom: none;
transform: translateX(-50%) rotateZ(45deg);
position: absolute;
top: -6px;
left: 49%;
z-index: 1001;
}
.w3l-top-header-content .dropdown-toggle::after {
margin-left: 0.1em;
border-top: 0.3em solid;
border-right: 0.2em solid transparent;
border-left: 0.2em solid transparent;
vertical-align: middle;
}
.w3l-top-header-content .dropdown-item:hover,
.w3l-top-header-content .dropdown-item:focus {
color: #ff6768;
text-decoration: none;
background-color: transparent;
}
.w3l-top-header-content nav.navbar {
background-color: transparent;
padding: 10px 0;
}
.w3l-top-header-content a.navbar-brand {
color: #101d29;
font-size: 28px;
padding: 0;
}
.w3l-top-header-content a.navbar-brand span.fa {
color: #ff6768;
}
.w3l-top-header-content label.lohny {
font-weight: 700;
margin: 0;
}
.w3l-top-header-content .navbar-light .navbar-brand:hover,
.w3l-top-header-content .navbar-light .navbar-brand:focus {
opacity: 0.9;
}
.w3l-top-header-content .navbar-light .navbar-nav .show>.nav-link,
.w3l-top-header-content .navbar-light .navbar-nav .active>.nav-link,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link.show,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link.active {
color: #ff6768;
}
.w3l-top-header-content .navbar-light .navbar-nav .nav-link:hover,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link:focus {
color: #ff6768;
}
.w3l-top-header-content .navbar-light .navbar-nav .nav-link {
color: #17223b;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
}
.w3l-top-header-content li.nav-item {
margin: 0px 10px;
}
.w3l-top-header-content li.nav-item:nth-child(6) {
margin-right: 0px;
}
.w3l-top-header-content .navbar-toggler {
padding: 0.45rem 0.6rem;
font-size: 1rem;
background-color: #cfdce8;
border: none;
}
@media (max-width: 1280px) {
.w3l-top-header-content li.nav-item {
margin: 0px 10px;
}
}
@media (max-width: 992px) {
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu {
transform: translateX(0px);
}
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu:before {
top: -5px;
left: 4%;
}
.w3l-top-header-content div#navbarSupportedContent {
background: var(--theme-color);
padding: 10px;
border-radius: 4px;
position: relative;
border: 1px rgba(0, 0, 0, 0.09) solid;
max-height: calc(100vh - 120px);
overflow: auto;
}
.w3l-top-header-content div#navbarSupportedContent:before {
content: "";
width: 10px;
height: 10px;
background: var(--theme-color);
border-left: 1px rgba(0, 0, 0, 0.09) solid;
border-top: 1px rgba(0, 0, 0, 0.09) solid;
display: block;
transform: translateX(-50%) rotateZ(45deg);
position: absolute;
top: -5px;
right: 12px;
opacity: 0;
}
.w3l-top-header-content div#navbarSupportedContent {
overflow: inherit;
}
}
@media (max-width: 1366px) {
.w3l-top-header-content .accounts li {
margin: 0 10px;
}
}
@media (max-width: 1080px) {
.w3l-top-header-content .accounts li {
margin: 0 6px;
}
}
@media (max-width: 991px) {
.w3l-top-header-content nav.navbar.navbar-expand-lg.navbar-light {
padding: 10px 15px;
}
}
@media (max-width: 600px) {
.w3l-top-header-content .accounts li {
font-size: 13px;
}
.w3l-top-header-content .accounts li {
margin: 0px 2px;
}
}
@media (max-width: 440px) {
.w3l-top-header-content .accounts li {
margin: 0px 0px;
}
.w3l-top-header-content li.top_li:nth-child(2) {
margin-left: 2px;
}
}
.w3l-banner-slider-main ol.carousel-indicators {
margin: 0;
}
.w3l-banner-slider-main .carousel-item {
min-height: 40em;
position: relative;
z-index: 1;
}
.w3l-banner-slider-main .carousel-item {
background: url(../images/bg.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item.item2 {
background: url(../images/bg1.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item.item3 {
background: url(../images/bg2.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item.item4 {
background: url(../images/bg3.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item:before {
content: "";
background: rgba(16, 16, 16, 0.470588);
position: absolute;
top: 0;
min-height: 100%;
left: 0;
right: 0;
z-index: -1;
}
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 80px;
text-transform: uppercase;
font-weight: 900;
line-height: 120px;
}
.w3l-banner-slider-main .carousel-caption p {
color: #fff;
font-size: 30px;
opacity: 1;
}
.w3l-banner-slider-main a.banner-btn.btn {
display: inline-block;
outline: none;
border: none;
font-weight: 600;
padding: 12px 26px;
font-size: 16px;
background-color: #fff;
margin-top: 20px;
color: #101d29;
}
.w3l-banner-slider-main a.banner-btn.btn:hover {
background: #ff6768;
color: #fff;
}
.w3l-banner-slider-main .b-ck {
display: block;
}
.w3l-banner-slider-main .carousel-indicators {
bottom: 7%;
left: 0%;
cursor: pointer;
display: none;
}
.w3l-banner-slider-main .carousel-caption {
text-align: left;
margin: 0 auto;
position: absolute;
right: 15%;
bottom: 18%;
left: 15%;
z-index: 10;
}
.w3l-banner-slider-main .carousel-item>img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 40em;
}
.w3l-banner-slider-main .carousel-control {
line-height: 40em;
}
.w3l-banner-slider-main .carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
.w3l-banner-slider-main .carousel-indicators .active {
background: #03cce6;
width: 30px;
height: 3px;
}
.w3l-banner-slider-main .carousel-control-prev,
.w3l-banner-slider-main .carousel-control-next {
background: none;
position: absolute;
top: 42%;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-align: center;
/* opacity: 0.5; */
transition: opacity 0.15s ease;
height: 50px;
width: 60px;
padding: -10px;
opacity: 0.9;
}
@media (max-width: 1080px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 75px;
line-height: 110px;
}
}
@media (max-width: 900px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 65px;
line-height: 100px;
}
}
@media (max-width: 767px) {
.w3l-banner-slider-main .carousel-item {
min-height: 30em;
}
}
@media (max-width: 667px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 40px;
line-height: 90px;
}
.w3l-banner-slider-main a.banner-btn.btn {
padding: 9px 18px;
font-size: 12px;
margin-top: 5px;
}
}
@media (max-width: 600px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 35px;
line-height: 80px;
}
.w3l-banner-slider-main .carousel-caption p {
font-size: 15px;
}
}
@media (max-width: 569px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 35px;
line-height: 70px;
}
}
@media (max-width: 490px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 30px;
line-height: 60px;
}
.w3l-banner-slider-main .carousel-caption p {
font-size: 12px;
}
.w3l-banner-slider-main .carousel-item {
min-height: 26em;
}
}
@media (max-width: 440px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 27px;
line-height: 50px;
}
.w3l-banner-slider-main .carousel-item {
min-height: 22em;
}
.w3l-banner-slider-main .carousel-caption {
bottom: 12%;
}
}
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.w3l-footer-22-main {
/*--/responsive--*/
/*--//responsive--*/
}
.w3l-footer-22-main .footer-hny {
background: #101d29;
}
.w3l-footer-22-main .sub-columns h3 {
color: #fff;
font-size: 30px;
line-height: 30px;
margin-bottom: 20px;
}
.w3l-footer-22-main .footer-hny-ul {
grid-template-columns: 1fr 1fr;
display: grid;
grid-gap: 20px;
}
.w3l-footer-22-main .sub-two-right ul li {
list-style: none;
}
.w3l-footer-22-main .sub-one-left h6,
.w3l-footer-22-main .sub-two-right h6 {
color: #fff;
font-size: 22px;
line-height: 22px;
text-transform: capitalize;
margin-bottom: 22px;
border-bottom: 1px solid #2e3740;
padding-bottom: 22px;
font-weight: 700;
}
.w3l-footer-22-main .sub-columns p {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #8f9eab;
}
.w3l-footer-22-main .copyright-footer {
margin-top: 12px;
}
.w3l-footer-22-main ul.social.footer li,
.w3l-footer-22-main ul.jst-link li {
display: inline-block;
margin-right: 15px;
}
.w3l-footer-22-main ul.social.footer {
padding: 0;
}
.w3l-footer-22-main ul.social.footer li a {
color: #fff;
}
.w3l-footer-22-main ul.social.footer li a {
color: #fff;
display: inline-block;
width: 32px;
height: 32px;
background-color: #243442;
text-align: center;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
}
.w3l-footer-22-main ul.social.footer li a:hover {
background: #ff6768;
transition: 0.3s ease;
}
.w3l-footer-22-main ul.social.footer li a span {
color: #fff;
font-size: 18px;
line-height: 35px;
}
.w3l-footer-22-main .columns.copy-right {
text-align: right;
}
.w3l-footer-22-main .columns p,
.w3l-footer-22-main .columns p a {
font-size: 15px;
line-height: 20px;
color: #8f9eab;
}
.w3l-footer-22-main .sub-two-right ul li a {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #8f9eab;
margin: 0 0 10px 0;
display: block;
}
.w3l-footer-22-main .columns p a {
color: #fff;
}
.w3l-footer-22-main .columns p a:hover,
.w3l-footer-22-main .sub-two-right ul li a:hover {
color: #fff;
}
.w3l-footer-22-main .right-side h4 {
font-size: 30px;
line-height: 40px;
color: #fff;
}
.w3l-footer-22-main .below-section {
background-color: #0b1721;
padding: 10px 0;
}
.w3l-footer-22-main .column2 span {
font-size: 18px;
color: #fff;
vertical-align: middle;
margin-right: 10px;
width: 25px;
text-align: center;
}
.w3l-footer-22-main .column2 a {
text-decoration: none;
color: #8f9eab;
line-height: 25px;
font-size: 16px;
font-weight: normal;
font-style: normal;
}
.w3l-footer-22-main .href2 {
margin-top: 10px;
padding: 10px 0;
}
.w3l-footer-22-main .footer-newsletter input {
padding: 15px 15px;
width: 100%;
width: 100%;
border: none;
background: #fff;
color: #888;
font-size: 16px;
margin-bottom: 10px;
text-align: center;
}
.w3l-footer-22-main .footer-newsletter button.btn {
padding: 12px 40px;
color: #fff;
display: block;
font-size: 18px;
font-weight: 700;
display: block;
border: 2px solid transparent;
width: 100%;
text-transform: capitalize;
}
.w3l-footer-22-main .footer-newsletter button.btn:hover {
opacity: 0.8;
}
.w3l-footer-22-main #movetop {
position: fixed;
bottom: 12px;
right: 15px;
z-index: 99;
font-size: 16px;
border: none;
outline: none;
cursor: pointer;
color: #fff;
width: 38px;
height: 38px;
background: #101d29;
padding: 0;
line-height: 38px;
transition: 0.5s ease-out;
border-radius: 50%;
}
.w3l-footer-22-main #movetop:hover {
background: #ff6768;
}
@media (max-width: 992px) {
.w3l-footer-22-main .sub-one-left h6,
.w3l-footer-22-main .sub-two-right h6 {
font-size: 20px;
}
}
@media (max-width: 992px) {
.w3l-footer-22-main .copyright-footer {
-moz-text-align-last: center;
text-align-last: center;
}
.w3l-footer-22-main .copy-right {
margin-top: 10px;
}
}
@media (max-width: 600px) {
.w3l-footer-22-main .copyright-footer {
-moz-text-align-last: center;
text-align-last: center;
}
} | public/css/style.css |
#frame {
width: 100%;
height: 92vh;
min-height: 300px;
max-height: 90%;
background: #E6EAEA;
}
@media screen and (max-width: 360px) {
#frame {
width: 100%;
height: 100vh;
}
}
#frame #sidepanel {
float: left;
min-width: 280px;
max-width: 340px;
width: 40%;
height: 100%;
background: #2c3e50;
color: #f5f5f5;
overflow: hidden;
position: relative;
}
@media screen and (max-width: 735px) {
#frame #sidepanel {
width: 58px;
min-width: 58px;
}
}
#frame #sidepanel #profile {
width: 80%;
margin: 25px auto;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile {
width: 100%;
margin: 0 auto;
padding: 5px 0 0 0;
background: #32465a;
}
}
#frame #sidepanel #profile.expanded .wrap {
height: 210px;
line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
height: 60px;
line-height: 60px;
overflow: hidden;
-moz-transition: 0.3s height ease;
-o-transition: 0.3s height ease;
-webkit-transition: 0.3s height ease;
transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap {
height: 55px;
}
}
#frame #sidepanel #profile .wrap img {
width: 50px;
border-radius: 50%;
padding: 3px;
border: 2px solid #e74c3c;
height: auto;
float: left;
cursor: pointer;
-moz-transition: 0.3s border ease;
-o-transition: 0.3s border ease;
-webkit-transition: 0.3s border ease;
transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap img {
width: 40px;
margin-left: 4px;
}
}
#frame #sidepanel #profile .wrap img.online {
border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
float: left;
margin-left: 15px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap p {
display: none;
}
}
#frame #sidepanel #profile .wrap i.expand-button {
float: right;
margin-top: 23px;
font-size: 0.8em;
cursor: pointer;
color: #435f7a;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap i.expand-button {
display: none;
}
}
#frame #sidepanel #profile .wrap #status-options {
position: absolute;
opacity: 0;
visibility: hidden;
width: 150px;
margin: 70px 0 0 0;
border-radius: 6px;
z-index: 99;
line-height: initial;
background: #435f7a;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options {
width: 58px;
margin-top: 57px;
}
}
#frame #sidepanel #profile .wrap #status-options.active {
opacity: 1;
visibility: visible;
margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options.active {
margin-top: 62px;
}
}
#frame #sidepanel #profile .wrap #status-options:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #435f7a;
margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options:before {
margin-left: 23px;
}
}
#frame #sidepanel #profile .wrap #status-options ul {
overflow: hidden;
border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
padding: 15px 0 30px 18px;
display: block;
cursor: pointer;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li {
padding: 15px 0 35px 22px;
}
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
width: 14px;
height: 14px;
}
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
content: '';
position: absolute;
width: 14px;
height: 14px;
margin: -3px 0 0 -3px;
background: transparent;
border-radius: 50%;
z-index: 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
height: 18px;
width: 18px;
}
}
#frame #sidepanel #profile .wrap #status-options ul li p {
padding-left: 12px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #profile .wrap #status-options ul li p {
display: none;
}
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
padding: 100px 0 0 0;
display: block;
line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
float: left;
clear: both;
margin: 0 8px 5px 0;
padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
border: none;
margin-bottom: 6px;
background: #32465a;
border-radius: 3px;
color: #f5f5f5;
padding: 7px;
width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
outline: none;
background: #435f7a;
}
#frame #sidepanel #search {
border-top: 1px solid #32465a;
border-bottom: 1px solid #32465a;
font-weight: 300;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #search {
display: none;
}
}
#frame #sidepanel #search label {
position: absolute;
margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
padding: 10px 0 10px 46px;
width: calc(100% - 25px);
border: none;
background: #32465a;
color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
outline: none;
background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
color: #f5f5f5;
}
#frame #sidepanel #contacts {
height: calc(100% - 177px);
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts {
height: calc(100% - 149px);
overflow-y: scroll;
overflow-x: hidden;
}
#frame #sidepanel #contacts::-webkit-scrollbar {
display: none;
}
}
#frame #sidepanel #contacts.expanded {
height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
width: 8px;
background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
position: relative;
padding: 10px 0 15px 0;
font-size: 0.9em;
cursor: pointer;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact {
padding: 6px 0 46px 8px;
}
}
#frame #sidepanel #contacts ul li.contact:hover {
background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
background: #32465a;
border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
width: 88%;
margin: 0 auto;
position: relative;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact .wrap {
width: 100%;
}
}
#frame #sidepanel #contacts ul li.contact .wrap span {
position: absolute;
left: 0;
margin: -2px 0 0 -2px;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #2c3e50;
background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
width: 40px;
border-radius: 50%;
float: left;
margin-right: 10px;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact .wrap img {
margin-right: 0px;
}
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #contacts ul li.contact .wrap .meta {
display: none;
}
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
margin: 5px 0 0 0;
padding: 0 0 1px;
font-weight: 400;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-moz-transition: 1s all ease;
-o-transition: 1s all ease;
-webkit-transition: 1s all ease;
transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
position: initial;
border-radius: initial;
background: none;
border: none;
padding: 0 2px 0 0;
margin: 0 0 0 1px;
opacity: .5;
}
#frame #sidepanel #bottom-bar {
position: absolute;
width: 100%;
bottom: 0;
}
#frame #sidepanel #bottom-bar button {
float: left;
border: none;
width: 50%;
padding: 10px 0;
background: #32465a;
color: #f5f5f5;
cursor: pointer;
font-size: 0.85em;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button {
float: none;
width: 100%;
padding: 15px 0;
}
}
#frame #sidepanel #bottom-bar button:focus {
outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button:nth-child(1) {
border-right: none;
border-bottom: 1px solid #2c3e50;
}
}
#frame #sidepanel #bottom-bar button:hover {
background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
margin-right: 3px;
font-size: 1em;
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button i {
font-size: 1.3em;
}
}
@media screen and (max-width: 735px) {
#frame #sidepanel #bottom-bar button span {
display: none;
}
}
#frame .content {
float: right;
width: 60%;
height: 100%;
overflow: hidden;
position: relative;
}
@media screen and (max-width: 735px) {
#frame .content {
width: calc(100% - 58px);
min-width: 200px !important;
/*minimo para que se vea en una pantalla de minimo eso. estaba en 300px*/
}
}
@media screen and (min-width: 900px) {
#frame .content {
width: calc(100% - 340px);
}
}
#frame .content .contact-profile {
width: 100%;
height: 60px;
line-height: 60px;
background: #f5f5f5;
}
#frame .content .contact-profile img {
width: 40px;
border-radius: 50%;
float: left;
margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
float: left;
}
#frame .content .contact-profile .social-media {
float: right;
}
#frame .content .contact-profile .social-media i {
margin-left: 14px;
cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
color: #435f7a;
}
#frame .content .messages {
height: auto;
min-height: calc(100% - 93px);
max-height: calc(100% - 93px);
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 735px) {
#frame .content .messages {
max-height: calc(100% - 105px);
}
}
#frame .content .messages::-webkit-scrollbar {
width: 8px;
background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
display: inline-block;
clear: both;
float: left;
margin: 15px 15px 5px 15px;
width: calc(100% - 25px);
font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
background: #435f7a;
color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
float: right;
margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
background: #f5f5f5;
float: right;
}
#frame .content .messages ul li img {
width: 22px;
border-radius: 50%;
float: left;
}
#frame .content .messages ul li p {
display: inline-block;
padding: 10px 15px;
border-radius: 20px;
max-width: 205px;
line-height: 130%;
}
@media screen and (min-width: 735px) {
#frame .content .messages ul li p {
max-width: 300px;
}
}
#frame .content .message-input {
position: absolute;
bottom: 0;
width: 100%;
z-index: 99;
}
#frame .content .message-input .wrap {
position: relative;
}
#frame .content .message-input .wrap input {
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
float: left;
border: none;
width: calc(100% - 90px);
padding: 11px 32px 10px 8px;
font-size: 0.8em;
color: #32465a;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap input {
padding: 15px 32px 16px 8px;
}
}
#frame .content .message-input .wrap input:focus {
outline: none;
}
#frame .content .message-input .wrap button {
float: right;
border: none;
width: 50px;
padding: 12px 0;
cursor: pointer;
background: #32465a;
color: #f5f5f5;
}
@media screen and (max-width: 735px) {
#frame .content .message-input .wrap button {
padding: 16px 0;
}
}
#frame .content .message-input .wrap button:hover {
background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
outline: none;
}
/*CHAT*/
/* Seccion cards de articulos /articulos */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i");
section {
padding: 0px 0;
}
.details-card {
background: #ecf0f1;
}
.card-content {
background: #ffffff;
border: 4px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card-img {
position: relative;
overflow: hidden;
border-radius: 0;
z-index: 1;
}
.card-img img {
width: 100%;
height: auto;
display: block;
}
.card-img span {
position: absolute;
top: 15%;
left: 12%;
background: red;
padding: 6px;
color: #fff;
font-size: 12px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
transform: translate(-50%, -50%);
}
.card-img span h4 {
font-size: 12px;
margin: 0;
padding: 10px 5px;
line-height: 0;
}
.card-desc {
padding: 1.25rem;
}
.card-desc h3 {
color: #000000;
font-weight: 600;
font-size: 1.5em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 5px;
padding: 0;
}
.card-desc p {
color: #747373;
font-size: 14px;
font-weight: 400;
font-size: 1em;
line-height: 1.5;
margin: 0px;
margin-bottom: 20px;
padding: 0;
font-family: "Raleway", sans-serif;
}
.btn-card {
background-color: #1abc9c;
color: #fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
padding: 0.84rem 2.14rem;
font-size: 0.81rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
margin: 0;
border: 0;
-webkit-border-radius: 0.125rem;
border-radius: 0.125rem;
cursor: pointer;
text-transform: uppercase;
white-space: normal;
word-wrap: break-word;
color: #fff;
}
.btn-card:hover {
background: orange;
}
a.btn-card {
text-decoration: none;
color: #fff;
}
/* Seccion cards de articulos /articulos */
.w3l-top-header-content {
/*--/top-hd--*/
/*--//top-hd--*/
/*--/nav--*/
/*---*/
/*--//nav--*/
}
.w3l-top-header-content .top-hd {
background: #17223b;
padding: 12px 0px;
}
.w3l-top-header-content .accounts {
text-align: right;
}
.w3l-top-header-content .top-head li {
font-size: 16px;
line-height: 24px;
color: #fff;
margin: 0px 10px;
display: inline-block;
}
.w3l-top-header-content .accounts li:nth-child(1) {
margin-left: 0;
}
.w3l-top-header-content .top-head li span.fa {
font-size: 16px;
color: #fff;
text-align: center;
margin-right: 10px;
}
.w3l-top-header-content ul li {
display: inline-block;
}
.w3l-top-header-content .accounts li span.fa {
padding-right: 5px;
}
.w3l-top-header-content .accounts li {
display: inline-block;
margin: 0 20px;
font-size: 14px;
line-height: 24px;
color: #fff;
}
.w3l-top-header-content .accounts li a {
color: #fff;
}
.w3l-top-header-content .accounts li a:hover {
opacity: 0.9;
}
.w3l-top-header-content .accounts li:nth-child(3) {
margin-right: 0;
}
@media (max-width: 1080px) {
.w3l-top-header-content .accounts li {
margin: 0 6px;
}
}
@media (max-width: 767px) {
.w3l-top-header-content li.top_li2 {
display: none;
}
}
@media (max-width: 568px) {
.w3l-top-header-content li.top_li1 {
display: none;
}
.w3l-top-header-content .top-hd {
padding: 12px 0px;
}
}
.w3l-top-header-content li {
list-style-type: none;
}
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu {
transform: translateX(-50px);
}
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu:before {
content: "";
width: 10px;
height: 10px;
background: #fff;
border: 1px #d5d5d5ee solid;
display: block;
border-right: none;
border-bottom: none;
transform: translateX(-50%) rotateZ(45deg);
position: absolute;
top: -6px;
left: 49%;
z-index: 1001;
}
.w3l-top-header-content .dropdown-toggle::after {
margin-left: 0.1em;
border-top: 0.3em solid;
border-right: 0.2em solid transparent;
border-left: 0.2em solid transparent;
vertical-align: middle;
}
.w3l-top-header-content .dropdown-item:hover,
.w3l-top-header-content .dropdown-item:focus {
color: #ff6768;
text-decoration: none;
background-color: transparent;
}
.w3l-top-header-content nav.navbar {
background-color: transparent;
padding: 10px 0;
}
.w3l-top-header-content a.navbar-brand {
color: #101d29;
font-size: 28px;
padding: 0;
}
.w3l-top-header-content a.navbar-brand span.fa {
color: #ff6768;
}
.w3l-top-header-content label.lohny {
font-weight: 700;
margin: 0;
}
.w3l-top-header-content .navbar-light .navbar-brand:hover,
.w3l-top-header-content .navbar-light .navbar-brand:focus {
opacity: 0.9;
}
.w3l-top-header-content .navbar-light .navbar-nav .show>.nav-link,
.w3l-top-header-content .navbar-light .navbar-nav .active>.nav-link,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link.show,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link.active {
color: #ff6768;
}
.w3l-top-header-content .navbar-light .navbar-nav .nav-link:hover,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link:focus {
color: #ff6768;
}
.w3l-top-header-content .navbar-light .navbar-nav .nav-link {
color: #17223b;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
}
.w3l-top-header-content li.nav-item {
margin: 0px 10px;
}
.w3l-top-header-content li.nav-item:nth-child(6) {
margin-right: 0px;
}
.w3l-top-header-content .navbar-toggler {
padding: 0.45rem 0.6rem;
font-size: 1rem;
background-color: #cfdce8;
border: none;
}
@media (max-width: 1280px) {
.w3l-top-header-content li.nav-item {
margin: 0px 10px;
}
}
@media (max-width: 992px) {
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu {
transform: translateX(0px);
}
.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu:before {
top: -5px;
left: 4%;
}
.w3l-top-header-content div#navbarSupportedContent {
background: var(--theme-color);
padding: 10px;
border-radius: 4px;
position: relative;
border: 1px rgba(0, 0, 0, 0.09) solid;
max-height: calc(100vh - 120px);
overflow: auto;
}
.w3l-top-header-content div#navbarSupportedContent:before {
content: "";
width: 10px;
height: 10px;
background: var(--theme-color);
border-left: 1px rgba(0, 0, 0, 0.09) solid;
border-top: 1px rgba(0, 0, 0, 0.09) solid;
display: block;
transform: translateX(-50%) rotateZ(45deg);
position: absolute;
top: -5px;
right: 12px;
opacity: 0;
}
.w3l-top-header-content div#navbarSupportedContent {
overflow: inherit;
}
}
@media (max-width: 1366px) {
.w3l-top-header-content .accounts li {
margin: 0 10px;
}
}
@media (max-width: 1080px) {
.w3l-top-header-content .accounts li {
margin: 0 6px;
}
}
@media (max-width: 991px) {
.w3l-top-header-content nav.navbar.navbar-expand-lg.navbar-light {
padding: 10px 15px;
}
}
@media (max-width: 600px) {
.w3l-top-header-content .accounts li {
font-size: 13px;
}
.w3l-top-header-content .accounts li {
margin: 0px 2px;
}
}
@media (max-width: 440px) {
.w3l-top-header-content .accounts li {
margin: 0px 0px;
}
.w3l-top-header-content li.top_li:nth-child(2) {
margin-left: 2px;
}
}
.w3l-banner-slider-main ol.carousel-indicators {
margin: 0;
}
.w3l-banner-slider-main .carousel-item {
min-height: 40em;
position: relative;
z-index: 1;
}
.w3l-banner-slider-main .carousel-item {
background: url(../images/bg.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item.item2 {
background: url(../images/bg1.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item.item3 {
background: url(../images/bg2.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item.item4 {
background: url(../images/bg3.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}
.w3l-banner-slider-main .carousel-item:before {
content: "";
background: rgba(16, 16, 16, 0.470588);
position: absolute;
top: 0;
min-height: 100%;
left: 0;
right: 0;
z-index: -1;
}
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 80px;
text-transform: uppercase;
font-weight: 900;
line-height: 120px;
}
.w3l-banner-slider-main .carousel-caption p {
color: #fff;
font-size: 30px;
opacity: 1;
}
.w3l-banner-slider-main a.banner-btn.btn {
display: inline-block;
outline: none;
border: none;
font-weight: 600;
padding: 12px 26px;
font-size: 16px;
background-color: #fff;
margin-top: 20px;
color: #101d29;
}
.w3l-banner-slider-main a.banner-btn.btn:hover {
background: #ff6768;
color: #fff;
}
.w3l-banner-slider-main .b-ck {
display: block;
}
.w3l-banner-slider-main .carousel-indicators {
bottom: 7%;
left: 0%;
cursor: pointer;
display: none;
}
.w3l-banner-slider-main .carousel-caption {
text-align: left;
margin: 0 auto;
position: absolute;
right: 15%;
bottom: 18%;
left: 15%;
z-index: 10;
}
.w3l-banner-slider-main .carousel-item>img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 40em;
}
.w3l-banner-slider-main .carousel-control {
line-height: 40em;
}
.w3l-banner-slider-main .carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
.w3l-banner-slider-main .carousel-indicators .active {
background: #03cce6;
width: 30px;
height: 3px;
}
.w3l-banner-slider-main .carousel-control-prev,
.w3l-banner-slider-main .carousel-control-next {
background: none;
position: absolute;
top: 42%;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-align: center;
/* opacity: 0.5; */
transition: opacity 0.15s ease;
height: 50px;
width: 60px;
padding: -10px;
opacity: 0.9;
}
@media (max-width: 1080px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 75px;
line-height: 110px;
}
}
@media (max-width: 900px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 65px;
line-height: 100px;
}
}
@media (max-width: 767px) {
.w3l-banner-slider-main .carousel-item {
min-height: 30em;
}
}
@media (max-width: 667px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 40px;
line-height: 90px;
}
.w3l-banner-slider-main a.banner-btn.btn {
padding: 9px 18px;
font-size: 12px;
margin-top: 5px;
}
}
@media (max-width: 600px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 35px;
line-height: 80px;
}
.w3l-banner-slider-main .carousel-caption p {
font-size: 15px;
}
}
@media (max-width: 569px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 35px;
line-height: 70px;
}
}
@media (max-width: 490px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 30px;
line-height: 60px;
}
.w3l-banner-slider-main .carousel-caption p {
font-size: 12px;
}
.w3l-banner-slider-main .carousel-item {
min-height: 26em;
}
}
@media (max-width: 440px) {
.w3l-banner-slider-main .carousel-caption h3 {
font-size: 27px;
line-height: 50px;
}
.w3l-banner-slider-main .carousel-item {
min-height: 22em;
}
.w3l-banner-slider-main .carousel-caption {
bottom: 12%;
}
}
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.w3l-footer-22-main {
/*--/responsive--*/
/*--//responsive--*/
}
.w3l-footer-22-main .footer-hny {
background: #101d29;
}
.w3l-footer-22-main .sub-columns h3 {
color: #fff;
font-size: 30px;
line-height: 30px;
margin-bottom: 20px;
}
.w3l-footer-22-main .footer-hny-ul {
grid-template-columns: 1fr 1fr;
display: grid;
grid-gap: 20px;
}
.w3l-footer-22-main .sub-two-right ul li {
list-style: none;
}
.w3l-footer-22-main .sub-one-left h6,
.w3l-footer-22-main .sub-two-right h6 {
color: #fff;
font-size: 22px;
line-height: 22px;
text-transform: capitalize;
margin-bottom: 22px;
border-bottom: 1px solid #2e3740;
padding-bottom: 22px;
font-weight: 700;
}
.w3l-footer-22-main .sub-columns p {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #8f9eab;
}
.w3l-footer-22-main .copyright-footer {
margin-top: 12px;
}
.w3l-footer-22-main ul.social.footer li,
.w3l-footer-22-main ul.jst-link li {
display: inline-block;
margin-right: 15px;
}
.w3l-footer-22-main ul.social.footer {
padding: 0;
}
.w3l-footer-22-main ul.social.footer li a {
color: #fff;
}
.w3l-footer-22-main ul.social.footer li a {
color: #fff;
display: inline-block;
width: 32px;
height: 32px;
background-color: #243442;
text-align: center;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
}
.w3l-footer-22-main ul.social.footer li a:hover {
background: #ff6768;
transition: 0.3s ease;
}
.w3l-footer-22-main ul.social.footer li a span {
color: #fff;
font-size: 18px;
line-height: 35px;
}
.w3l-footer-22-main .columns.copy-right {
text-align: right;
}
.w3l-footer-22-main .columns p,
.w3l-footer-22-main .columns p a {
font-size: 15px;
line-height: 20px;
color: #8f9eab;
}
.w3l-footer-22-main .sub-two-right ul li a {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #8f9eab;
margin: 0 0 10px 0;
display: block;
}
.w3l-footer-22-main .columns p a {
color: #fff;
}
.w3l-footer-22-main .columns p a:hover,
.w3l-footer-22-main .sub-two-right ul li a:hover {
color: #fff;
}
.w3l-footer-22-main .right-side h4 {
font-size: 30px;
line-height: 40px;
color: #fff;
}
.w3l-footer-22-main .below-section {
background-color: #0b1721;
padding: 10px 0;
}
.w3l-footer-22-main .column2 span {
font-size: 18px;
color: #fff;
vertical-align: middle;
margin-right: 10px;
width: 25px;
text-align: center;
}
.w3l-footer-22-main .column2 a {
text-decoration: none;
color: #8f9eab;
line-height: 25px;
font-size: 16px;
font-weight: normal;
font-style: normal;
}
.w3l-footer-22-main .href2 {
margin-top: 10px;
padding: 10px 0;
}
.w3l-footer-22-main .footer-newsletter input {
padding: 15px 15px;
width: 100%;
width: 100%;
border: none;
background: #fff;
color: #888;
font-size: 16px;
margin-bottom: 10px;
text-align: center;
}
.w3l-footer-22-main .footer-newsletter button.btn {
padding: 12px 40px;
color: #fff;
display: block;
font-size: 18px;
font-weight: 700;
display: block;
border: 2px solid transparent;
width: 100%;
text-transform: capitalize;
}
.w3l-footer-22-main .footer-newsletter button.btn:hover {
opacity: 0.8;
}
.w3l-footer-22-main #movetop {
position: fixed;
bottom: 12px;
right: 15px;
z-index: 99;
font-size: 16px;
border: none;
outline: none;
cursor: pointer;
color: #fff;
width: 38px;
height: 38px;
background: #101d29;
padding: 0;
line-height: 38px;
transition: 0.5s ease-out;
border-radius: 50%;
}
.w3l-footer-22-main #movetop:hover {
background: #ff6768;
}
@media (max-width: 992px) {
.w3l-footer-22-main .sub-one-left h6,
.w3l-footer-22-main .sub-two-right h6 {
font-size: 20px;
}
}
@media (max-width: 992px) {
.w3l-footer-22-main .copyright-footer {
-moz-text-align-last: center;
text-align-last: center;
}
.w3l-footer-22-main .copy-right {
margin-top: 10px;
}
}
@media (max-width: 600px) {
.w3l-footer-22-main .copyright-footer {
-moz-text-align-last: center;
text-align-last: center;
}
} | 0.337968 | 0.060975 |
header {
width: 940px;
margin: 0 auto;
padding-bottom: 110px;
}
/* montserrat-500 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'),
url(fonts/montserrat-v14-latin-500.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/montserrat-v14-latin-500.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url(fonts/montserrat-v14-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/roboto-slab-v10-latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
url(fonts/montserrat-v14-latin-800.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/montserrat-v14-latin-800.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amita-regular - latin */
@font-face {
font-family: 'Amita';
font-style: normal;
font-weight: 400;
src: local('Amita Regular'), local('Amita-Regular'),
url(fonts/amita-v5-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/amita-v5-latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local(''),
url(fonts/roboto-slab-v10-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/roboto-slab-v10-latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
a {
text-decoration: none;
}
ul {
margin: 0%;
padding: 0;
list-style: none;
}
nav {
display: flex;
justify-content: space-between;
}
.menu {
justify-content: space-between;
min-width: 485px;
align-items: center;
padding: 0;
margin: 0;
display: flex;
}
.menu-link {
position: relative;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
text-transform: uppercase;
color: #222222;
font-size: 14px;
line-height: 41px;
transition: 150ms linear;
}
.menu-link:hover {
color: #fed136;
}
.menu-link::after {
content: '';
width: 0px;
height: 2px;
left: 50%;
transform: translateX(-50%);
background-color: #fed136;
display: block;
transition: all linear 200ms;
position: absolute;
}
.menu-link:hover::after{
width: 100%;
}
.services {
width: 940px;
margin: 0 auto;
}
.head {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
margin: 0;
margin-bottom: 82px;
text-transform: uppercase;
font-size: 40px;
display: flex;
flex-direction: column;
align-items: center;
}
.sub-title {
font-family: 'Amita';
font-style: normal;
font-weight: 400;
color: #777777;
text-transform: none;
font-size: 16px;
}
.first-row {
margin-bottom: 25px;
}
.service-list {
display: flex;
justify-content: space-between;
margin-bottom: 125px;
}
.service-item {
display: flex;
width: 270px;
flex-direction: column;
}
.icon {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
flex-direction: column;
display: flex;
align-items: center;
}
.icon::before {
content: "";
width: 36px;
height: 36px;
background-image: url(img/basket.png);
display: flex;
background-position: center;
background-repeat: no-repeat;
border: 4px solid #fed136;
padding: 15px;
border-radius: 50px;
}
.icon2::before {
background-image: url(img/laptop.png);
}
.icon3::before {
background-image: url(img/lock.png);
}
.descript {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
line-height: 30px;
font-size: 13px;
}
.form {
position: relative;
min-height: 680px;
background-color: rgb(34, 34, 34);
}
.form::after {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
bottom: 0%;
background-image: url(img/map.png);
background-repeat: no-repeat;
background-position: center;
animation: map-flow linear 11000ms infinite;
}
@keyframes map-flow{
0% {transform: translateX(-1100px);
}
100% {transform: translateX(1100px);
}
}
.section-wrap {
width: 940px;
margin: 0 auto;
height: 100%;
}
.head2 {
padding-top: 110px;
margin-bottom: 75px;
color: white;
}
.contact-us {
z-index: 222;
text-transform: uppercase;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
position: relative;
height: 310px;
display: flex;
flex-direction: column;
}
.input-cont {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 210px;
justify-content: space-between;
margin-bottom: 40px;
}
.send-form {
overflow: hidden;
display: block;
position: relative;
cursor: pointer;
width: 230px;
height: 60px;
text-transform: uppercase;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
background: transparent;
color: white;
border: 3px white solid;
border-radius: 5px;
margin: 0 auto;
}
.send-form::before {
position: absolute;
content: '';
width: 0%;
height: 0%;
background: #fed136;
z-index: -1;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
top: 50%;
transition: 400ms linear;
}
.send-form:hover::before {
width: 120%;
height: 450%;
}
.textarea {
color: white;
background: transparent;
caret-color: white;
outline: none;
padding-left: 10px;
padding-top: 10px;
border-radius: 5px;
resize: none;
border: 3px solid;
font-weight: bold;
text-transform: uppercase;
height: 100%;
width: 455px;
align-self: flex-end;
}
.textarea::placeholder {
color: #d6d6d6;
}
.input-style {
color: white;
caret-color: white;
background: transparent;
outline: none;
padding-left: 10px;
border-radius: 5px;
font-weight: bold;
text-transform: uppercase;
width: 420px;
height: 45px;
border: 3px solid white;
}
.input-style::placeholder {
color: #d6d6d6;
}
.contact-us input[type='email']:invalid:focus {
border-color:red;
}
.contact-us input[type=email]:valid {
border-color: green;
}
.contact-us input[type='name']:valid {
border-color: green;
}
.contact-us input[type='name']:invalid:focus {
border-color:red;
}
.contact-us textarea:valid {
border-color: green;
}
.contact-us textarea:invalid:focus {
border-color:red;
} | module-7/style.css | header {
width: 940px;
margin: 0 auto;
padding-bottom: 110px;
}
/* montserrat-500 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'),
url(fonts/montserrat-v14-latin-500.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/montserrat-v14-latin-500.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url(fonts/montserrat-v14-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/roboto-slab-v10-latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
url(fonts/montserrat-v14-latin-800.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/montserrat-v14-latin-800.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amita-regular - latin */
@font-face {
font-family: 'Amita';
font-style: normal;
font-weight: 400;
src: local('Amita Regular'), local('Amita-Regular'),
url(fonts/amita-v5-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/amita-v5-latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local(''),
url(fonts/roboto-slab-v10-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url(fonts/roboto-slab-v10-latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
a {
text-decoration: none;
}
ul {
margin: 0%;
padding: 0;
list-style: none;
}
nav {
display: flex;
justify-content: space-between;
}
.menu {
justify-content: space-between;
min-width: 485px;
align-items: center;
padding: 0;
margin: 0;
display: flex;
}
.menu-link {
position: relative;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
text-transform: uppercase;
color: #222222;
font-size: 14px;
line-height: 41px;
transition: 150ms linear;
}
.menu-link:hover {
color: #fed136;
}
.menu-link::after {
content: '';
width: 0px;
height: 2px;
left: 50%;
transform: translateX(-50%);
background-color: #fed136;
display: block;
transition: all linear 200ms;
position: absolute;
}
.menu-link:hover::after{
width: 100%;
}
.services {
width: 940px;
margin: 0 auto;
}
.head {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
margin: 0;
margin-bottom: 82px;
text-transform: uppercase;
font-size: 40px;
display: flex;
flex-direction: column;
align-items: center;
}
.sub-title {
font-family: 'Amita';
font-style: normal;
font-weight: 400;
color: #777777;
text-transform: none;
font-size: 16px;
}
.first-row {
margin-bottom: 25px;
}
.service-list {
display: flex;
justify-content: space-between;
margin-bottom: 125px;
}
.service-item {
display: flex;
width: 270px;
flex-direction: column;
}
.icon {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
flex-direction: column;
display: flex;
align-items: center;
}
.icon::before {
content: "";
width: 36px;
height: 36px;
background-image: url(img/basket.png);
display: flex;
background-position: center;
background-repeat: no-repeat;
border: 4px solid #fed136;
padding: 15px;
border-radius: 50px;
}
.icon2::before {
background-image: url(img/laptop.png);
}
.icon3::before {
background-image: url(img/lock.png);
}
.descript {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
line-height: 30px;
font-size: 13px;
}
.form {
position: relative;
min-height: 680px;
background-color: rgb(34, 34, 34);
}
.form::after {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
bottom: 0%;
background-image: url(img/map.png);
background-repeat: no-repeat;
background-position: center;
animation: map-flow linear 11000ms infinite;
}
@keyframes map-flow{
0% {transform: translateX(-1100px);
}
100% {transform: translateX(1100px);
}
}
.section-wrap {
width: 940px;
margin: 0 auto;
height: 100%;
}
.head2 {
padding-top: 110px;
margin-bottom: 75px;
color: white;
}
.contact-us {
z-index: 222;
text-transform: uppercase;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
position: relative;
height: 310px;
display: flex;
flex-direction: column;
}
.input-cont {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 210px;
justify-content: space-between;
margin-bottom: 40px;
}
.send-form {
overflow: hidden;
display: block;
position: relative;
cursor: pointer;
width: 230px;
height: 60px;
text-transform: uppercase;
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
background: transparent;
color: white;
border: 3px white solid;
border-radius: 5px;
margin: 0 auto;
}
.send-form::before {
position: absolute;
content: '';
width: 0%;
height: 0%;
background: #fed136;
z-index: -1;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
top: 50%;
transition: 400ms linear;
}
.send-form:hover::before {
width: 120%;
height: 450%;
}
.textarea {
color: white;
background: transparent;
caret-color: white;
outline: none;
padding-left: 10px;
padding-top: 10px;
border-radius: 5px;
resize: none;
border: 3px solid;
font-weight: bold;
text-transform: uppercase;
height: 100%;
width: 455px;
align-self: flex-end;
}
.textarea::placeholder {
color: #d6d6d6;
}
.input-style {
color: white;
caret-color: white;
background: transparent;
outline: none;
padding-left: 10px;
border-radius: 5px;
font-weight: bold;
text-transform: uppercase;
width: 420px;
height: 45px;
border: 3px solid white;
}
.input-style::placeholder {
color: #d6d6d6;
}
.contact-us input[type='email']:invalid:focus {
border-color:red;
}
.contact-us input[type=email]:valid {
border-color: green;
}
.contact-us input[type='name']:valid {
border-color: green;
}
.contact-us input[type='name']:invalid:focus {
border-color:red;
}
.contact-us textarea:valid {
border-color: green;
}
.contact-us textarea:invalid:focus {
border-color:red;
} | 0.38122 | 0.07208 |
body {
color: #333;
font: 13px/18px 'Open Sans',arial,sans-serif;
font-weight: 400;
}
img {
border: 0;
}
#header {
height: 64px;
position: relative;
}
.compact {
border-left: 26px transparent solid;
border-right: 26px transparent solid;
/* max-width: 928px; */
margin: 0 auto;
}
#header .g-split {
border-bottom: 1px solid #e8e8e8;
}
#header-logo {
margin-top: 20px;
}
#logo {
width: 123px;
}
#main {
color: #777;
}
.browser-features #marquee {
margin: 50px auto 10px;
}
#marquee {
margin: 50px auto;
position: relative;
}
.row {
display: block;
margin: 0.65em 0;
min-width: 500px;
}
input[type='password'], input[type='search'], input[type='text'], input[type='url'], input:not([type]), textarea {
border: 1px solid #bfbfbf;
border-radius: 2px;
box-sizing: border-box;
color: #444;
font: inherit;
margin: 0;
min-height: 2em;
}
section {
-webkit-padding-start: 18px;
margin-bottom: 24px;
margin-top: 8px;
max-width: 60%;
}
section > h3 {
-webkit-margin-start: -18px;
}
.marquee-divider {
border-bottom: 1px solid #dbdbdb;
}
.g-unit.g-col-4 {
width: 33.333%;
}
.marquee-copy .g-content {
height: 400px;
}
.marquee-copy .g-content {
position: relative;
z-index: 2;
/* display: table; */
height: 410px;
}
.g-content {
margin-right: 13px;
}
.marquee-copy .g-content-inner {
/* display: table-cell; */
vertical-align: middle;
}
#marquee h1 {
margin: 0 0 .3em;
}
.marquee-copy .wrap {
white-space: normal;
}
.marquee-copy h1 {
margin: 0 0 .3em;
white-space: nowrap;
}
h1,.h1 {
color: #000;
font-size: 3.2em;
font-weight: 300;
line-height: 1.15;
margin: 0 0 .7em;
}
.marquee-copy p {
width: auto;
}
.marquee-copy p {
font-weight: 400;
line-height: 1.4em;
}
.marquee-copy p {
padding-right: 10px;
font-size: 15px;
}
p {
line-height: 1.6;
}
p {
margin: .1em 0 .2em;
}
.g-unit.g-col-8 {
width: 66.666%;
}
.g-unit, .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit {
float: left;
width: auto;
display: inline;
margin: 0;
}
.gradient {
filter: none;
}
.button {
background: -moz-linear-gradient(center top , #008DFD 0px, #0370EA 100%) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(top,#008dfd 0,#0370ea 100%);
background: linear-gradient(top,#008dfd 0,#0370ea 100%);
border: 1px solid #076BD2;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF !important;
display: inline-block;
font-size: 13px;
font-weight: 700;
line-height: 1.3;
padding: 8px 25px;
text-align: center;
text-decoration: none !important;
text-shadow: 1px 1px 1px #076BD2;
margin-right: 10px;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dfd', endColorstr='#0370ea',GradientType=0 ); /* IE6-9 */
}
.button:hover {
background: -moz-linear-gradient(top,#008dfd 30%,#0370ea 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,#008dfd),color-stop(100%,#0370ea));
background: -webkit-linear-gradient(top,#008dfd 30%,#0370ea 100%);
background: linear-gradient(top,#008dfd 30%,#0370ea 100%);
cursor: pointer;
}
.button:disabled {
border-radius: 3px 3px 3px 3px;
display: inline-block;
font-size: 13px;
font-weight: 700;
line-height: 1.3;
padding: 8px 25px;
text-align: center;
text-decoration: none !important;
text-shadow: 1px 1px 1px #e6e6e6;
margin-right: 10px;
background-image: -moz-linear-gradient(center top , #f1f1f1 0px, #e6e6e6 100%);
background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
background-image: linear-gradient(top,#f1f1f1 0,#e6e6e6 100%);
border: 1px solid rgba(80, 80, 80, 0.2);
box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
color: #AAA !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
select {
padding: 5px;
}
a {
color: #333;
}
a {
color: #000;
font-weight: 600;
text-decoration: none;
}
.hide {
display: none;
}
.termos {
width: 600px;
height: 250px;
}
.w20 {
display: inline-block;
width: 25%;
vertical-align: top;
} | agile-itsm-web/agile-itsm-web-portal/src/main/webapp/pages/error/css/default.css | body {
color: #333;
font: 13px/18px 'Open Sans',arial,sans-serif;
font-weight: 400;
}
img {
border: 0;
}
#header {
height: 64px;
position: relative;
}
.compact {
border-left: 26px transparent solid;
border-right: 26px transparent solid;
/* max-width: 928px; */
margin: 0 auto;
}
#header .g-split {
border-bottom: 1px solid #e8e8e8;
}
#header-logo {
margin-top: 20px;
}
#logo {
width: 123px;
}
#main {
color: #777;
}
.browser-features #marquee {
margin: 50px auto 10px;
}
#marquee {
margin: 50px auto;
position: relative;
}
.row {
display: block;
margin: 0.65em 0;
min-width: 500px;
}
input[type='password'], input[type='search'], input[type='text'], input[type='url'], input:not([type]), textarea {
border: 1px solid #bfbfbf;
border-radius: 2px;
box-sizing: border-box;
color: #444;
font: inherit;
margin: 0;
min-height: 2em;
}
section {
-webkit-padding-start: 18px;
margin-bottom: 24px;
margin-top: 8px;
max-width: 60%;
}
section > h3 {
-webkit-margin-start: -18px;
}
.marquee-divider {
border-bottom: 1px solid #dbdbdb;
}
.g-unit.g-col-4 {
width: 33.333%;
}
.marquee-copy .g-content {
height: 400px;
}
.marquee-copy .g-content {
position: relative;
z-index: 2;
/* display: table; */
height: 410px;
}
.g-content {
margin-right: 13px;
}
.marquee-copy .g-content-inner {
/* display: table-cell; */
vertical-align: middle;
}
#marquee h1 {
margin: 0 0 .3em;
}
.marquee-copy .wrap {
white-space: normal;
}
.marquee-copy h1 {
margin: 0 0 .3em;
white-space: nowrap;
}
h1,.h1 {
color: #000;
font-size: 3.2em;
font-weight: 300;
line-height: 1.15;
margin: 0 0 .7em;
}
.marquee-copy p {
width: auto;
}
.marquee-copy p {
font-weight: 400;
line-height: 1.4em;
}
.marquee-copy p {
padding-right: 10px;
font-size: 15px;
}
p {
line-height: 1.6;
}
p {
margin: .1em 0 .2em;
}
.g-unit.g-col-8 {
width: 66.666%;
}
.g-unit, .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit {
float: left;
width: auto;
display: inline;
margin: 0;
}
.gradient {
filter: none;
}
.button {
background: -moz-linear-gradient(center top , #008DFD 0px, #0370EA 100%) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(top,#008dfd 0,#0370ea 100%);
background: linear-gradient(top,#008dfd 0,#0370ea 100%);
border: 1px solid #076BD2;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF !important;
display: inline-block;
font-size: 13px;
font-weight: 700;
line-height: 1.3;
padding: 8px 25px;
text-align: center;
text-decoration: none !important;
text-shadow: 1px 1px 1px #076BD2;
margin-right: 10px;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dfd', endColorstr='#0370ea',GradientType=0 ); /* IE6-9 */
}
.button:hover {
background: -moz-linear-gradient(top,#008dfd 30%,#0370ea 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,#008dfd),color-stop(100%,#0370ea));
background: -webkit-linear-gradient(top,#008dfd 30%,#0370ea 100%);
background: linear-gradient(top,#008dfd 30%,#0370ea 100%);
cursor: pointer;
}
.button:disabled {
border-radius: 3px 3px 3px 3px;
display: inline-block;
font-size: 13px;
font-weight: 700;
line-height: 1.3;
padding: 8px 25px;
text-align: center;
text-decoration: none !important;
text-shadow: 1px 1px 1px #e6e6e6;
margin-right: 10px;
background-image: -moz-linear-gradient(center top , #f1f1f1 0px, #e6e6e6 100%);
background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
background-image: linear-gradient(top,#f1f1f1 0,#e6e6e6 100%);
border: 1px solid rgba(80, 80, 80, 0.2);
box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
color: #AAA !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
select {
padding: 5px;
}
a {
color: #333;
}
a {
color: #000;
font-weight: 600;
text-decoration: none;
}
.hide {
display: none;
}
.termos {
width: 600px;
height: 250px;
}
.w20 {
display: inline-block;
width: 25%;
vertical-align: top;
} | 0.250638 | 0.099689 |
border-style: solid;
border-width: 1px;
border-radius: 0.5rem;
margin-left: 10px;
margin-right: 10px;
}
#graphTitle {
margin-top: 10px;
text-align: center;
font-size: 1.5rem;
}
#graphTitleMobile {
margin-top: 5px;
text-align: center;
font-size: 1.5rem;
}
span[class^="PrivateValueLabel-offset-"] {
top: -25px !important;
font-weight: 600 !important;
transform-origin: top !important;
right: 7px;
transition: none !important;
}
span[class^="PrivateValueLabel-circle-"] {
transform: none !important;
border-radius: 5px !important;
width: 200% !important;
height: 25px !important;
text-align: center;
}
span[class^="PrivateValueLabel-label-"] {
transform: none !important;
margin-left: -1px;
margin-right: -1px;
}
span[class^="jss"] {
top: -25px !important;
font-weight: 600 !important;
transform-origin: top !important;
right: -5px;
transition: none !important;
}
span[class^="jss"] span[class^="jss"] {
transform: none !important;
border-radius: 5px !important;
width: 150% !important;
text-align: center;
}
span[class^="jss"] span[class^="jss"] span[class^="jss"] {
transform: none !important;
margin-left: 3px;
margin-right: 3px;
}
#graphBox #toggleAxis {
background: rgb(194, 45, 45);
opacity: 1;
border: 0px solid;
right: 65px !important;
width: 36px;
bottom: 10px;
height: 36px;
}
#graphBox #toggleGrid {
background: rgb(194, 45, 45);
opacity: 1;
border: 0px solid;
right: 20px !important;
bottom: 10px;
width: 36px;
height: 36px;
}
#graphBox #deleteGraph {
background: rgb(194, 45, 45);
opacity: 1;
border: 0px solid;
right: 20px !important;
top: 10px;
bottom: 10px !important;
width: 36px;
height: 36px;
}
#graphBox #graphTitle {
font-size: 1.8rem !important;
}
#graphBox .fill {
touch-action: auto !important;
}
#graphbox .logoImg {
width: 100% !important;
}
#graphBox #scatter .fill {
height: 600px !important;
width: 600px !important;
margin: auto;
}
#graphBox #scatter canvas {
height: 600px !important;
width: 600px !important;
}
@media only screen and (max-width: 1000px) {
#graphBox {
margin-left: 2px;
margin-right: 2px;
padding-bottom: 40px;
}
#graphBox #graphTitle {
font-size: 1.2rem !important;
height: 40px !important;
}
#graphBox #graphTitle div {
padding-top: 9px !important;
padding-bottom: 9px !important;
}
#graphBox #toggleAxis {
right: 10px !important;
bottom: 50px !important;
}
#graphBox #graphBottom {
margin-right: 10px;
margin-left: 10px;
width: calc(100% - 40px) !important;
}
#graphBox #toggleAxis {
left: calc(50% - 45px) !important;
bottom: 10px !important;
}
#graphBox #toggleGrid {
left: calc(50% + 5px) !important;
bottom: 10px;
}
#graphBox #deleteGraph {
right: 10px !important;
}
#graphBox .fill {
height: 350px !important;
margin-bottom: 30px;
}
#graphBox #scatter .fill {
height: 300px !important;
width: 300px !important;
margin: auto;
}
#graphBox #scatter canvas {
height: 300px !important;
width: 300px !important;
}
}
@media screen and (orientation: landscape) and (max-width: 1000px) {
#graphBox .fill {
height: 200px !important;
margin-bottom: 35px;
}
#graphBox canvas {
height: 200px !important;
}
#graphBox #scatter .fill {
height: 300px !important;
width: 300px !important;
margin: auto;
}
#graphBox #scatter canvas {
height: 300px !important;
width: 300px !important;
}
} | client/src/components/charts/_styling/chartBox.css | border-style: solid;
border-width: 1px;
border-radius: 0.5rem;
margin-left: 10px;
margin-right: 10px;
}
#graphTitle {
margin-top: 10px;
text-align: center;
font-size: 1.5rem;
}
#graphTitleMobile {
margin-top: 5px;
text-align: center;
font-size: 1.5rem;
}
span[class^="PrivateValueLabel-offset-"] {
top: -25px !important;
font-weight: 600 !important;
transform-origin: top !important;
right: 7px;
transition: none !important;
}
span[class^="PrivateValueLabel-circle-"] {
transform: none !important;
border-radius: 5px !important;
width: 200% !important;
height: 25px !important;
text-align: center;
}
span[class^="PrivateValueLabel-label-"] {
transform: none !important;
margin-left: -1px;
margin-right: -1px;
}
span[class^="jss"] {
top: -25px !important;
font-weight: 600 !important;
transform-origin: top !important;
right: -5px;
transition: none !important;
}
span[class^="jss"] span[class^="jss"] {
transform: none !important;
border-radius: 5px !important;
width: 150% !important;
text-align: center;
}
span[class^="jss"] span[class^="jss"] span[class^="jss"] {
transform: none !important;
margin-left: 3px;
margin-right: 3px;
}
#graphBox #toggleAxis {
background: rgb(194, 45, 45);
opacity: 1;
border: 0px solid;
right: 65px !important;
width: 36px;
bottom: 10px;
height: 36px;
}
#graphBox #toggleGrid {
background: rgb(194, 45, 45);
opacity: 1;
border: 0px solid;
right: 20px !important;
bottom: 10px;
width: 36px;
height: 36px;
}
#graphBox #deleteGraph {
background: rgb(194, 45, 45);
opacity: 1;
border: 0px solid;
right: 20px !important;
top: 10px;
bottom: 10px !important;
width: 36px;
height: 36px;
}
#graphBox #graphTitle {
font-size: 1.8rem !important;
}
#graphBox .fill {
touch-action: auto !important;
}
#graphbox .logoImg {
width: 100% !important;
}
#graphBox #scatter .fill {
height: 600px !important;
width: 600px !important;
margin: auto;
}
#graphBox #scatter canvas {
height: 600px !important;
width: 600px !important;
}
@media only screen and (max-width: 1000px) {
#graphBox {
margin-left: 2px;
margin-right: 2px;
padding-bottom: 40px;
}
#graphBox #graphTitle {
font-size: 1.2rem !important;
height: 40px !important;
}
#graphBox #graphTitle div {
padding-top: 9px !important;
padding-bottom: 9px !important;
}
#graphBox #toggleAxis {
right: 10px !important;
bottom: 50px !important;
}
#graphBox #graphBottom {
margin-right: 10px;
margin-left: 10px;
width: calc(100% - 40px) !important;
}
#graphBox #toggleAxis {
left: calc(50% - 45px) !important;
bottom: 10px !important;
}
#graphBox #toggleGrid {
left: calc(50% + 5px) !important;
bottom: 10px;
}
#graphBox #deleteGraph {
right: 10px !important;
}
#graphBox .fill {
height: 350px !important;
margin-bottom: 30px;
}
#graphBox #scatter .fill {
height: 300px !important;
width: 300px !important;
margin: auto;
}
#graphBox #scatter canvas {
height: 300px !important;
width: 300px !important;
}
}
@media screen and (orientation: landscape) and (max-width: 1000px) {
#graphBox .fill {
height: 200px !important;
margin-bottom: 35px;
}
#graphBox canvas {
height: 200px !important;
}
#graphBox #scatter .fill {
height: 300px !important;
width: 300px !important;
margin: auto;
}
#graphBox #scatter canvas {
height: 300px !important;
width: 300px !important;
}
} | 0.382718 | 0.103386 |
@charset "UTF-8";
/*
Comment everything not useful for the current project
*/
/* --- Base --- */
/* --- * --- */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i");
* {
box-sizing: border-box;
outline-color: #d2e6ff; }
/* --- Body --- */
body {
margin: 0;
color: #2800aa;
background-color: #fff; }
main {
margin-top: 17.7rem; }
img {
max-width: 100%; }
.bold {
font-weight: 800; }
.center {
text-align: center; }
.blue {
color: #fff;
background-color: #2800aa; }
.light-blue {
background-color: #d2e6ff; }
/*Font-face declaration example*/
html {
font-size: 62.5%;
/* 10px */
font-size: calc(1em * 0.625);
/* fix */ }
body {
font-family: Droid Serif, serif, Arial, sans-serif;
font-size: 1.7rem;
line-height: 1.4; }
/* --- Layout --- */
.wrapper {
margin: 0 auto;
padding: 0 4rem;
width: 1120px; }
@media (max-width: 1120px) {
.wrapper {
padding: 0 2rem;
width: 100%; } }
/* ---------------------------------- */
/* ==Grillade : Simple Grid System */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
@media (min-width: 576px) {
[class*=" grid-"],
[class^="grid-"] {
display: flex;
flex-direction: row;
flex-wrap: wrap; }
[class*=" grid-"] > *,
[class^="grid-"] > * {
box-sizing: border-box;
min-width: 0;
min-height: 0; } }
@media (min-width: 576px) {
.grid,
.grid--reverse {
display: flex; }
.grid > *,
.grid--reverse > * {
flex: 1 1 0%;
box-sizing: border-box;
min-width: 0;
min-height: 0; }
.grid.has-gutter > * + *,
.grid--reverse.has-gutter > * + * {
margin-left: calc(5px - 0.01px); }
.grid.has-gutter-l > * + *,
.grid--reverse.has-gutter-l > * + * {
margin-left: calc(2rem - 0.01px); }
.grid.has-gutter-xl > * + *,
.grid--reverse.has-gutter-xl > * + * {
margin-left: calc(4rem - 0.01px); } }
@media (min-width: 576px) {
[class*="grid-2"] > * {
width: calc(100% / 2 - 0.01px); }
[class*="grid-2"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-2"].has-gutter > * {
width: calc(100% / 2 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-2"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-2"].has-gutter-l > * {
width: calc(100% / 2 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-2"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-2"].has-gutter-xl > * {
width: calc(100% / 2 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-3"] > * {
width: calc(100% / 3 - 0.01px); }
[class*="grid-3"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-3"].has-gutter > * {
width: calc(100% / 3 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-3"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-3"].has-gutter-l > * {
width: calc(100% / 3 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-3"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-3"].has-gutter-xl > * {
width: calc(100% / 3 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-4"] > * {
width: calc(100% / 4 - 0.01px); }
[class*="grid-4"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-4"].has-gutter > * {
width: calc(100% / 4 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-4"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-4"].has-gutter-l > * {
width: calc(100% / 4 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-4"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-4"].has-gutter-xl > * {
width: calc(100% / 4 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-5"] > * {
width: calc(100% / 5 - 0.01px); }
[class*="grid-5"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-5"].has-gutter > * {
width: calc(100% / 5 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-5"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-5"].has-gutter-l > * {
width: calc(100% / 5 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-5"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-5"].has-gutter-xl > * {
width: calc(100% / 5 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-6"] > * {
width: calc(100% / 6 - 0.01px); }
[class*="grid-6"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-6"].has-gutter > * {
width: calc(100% / 6 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-6"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-6"].has-gutter-l > * {
width: calc(100% / 6 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-6"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-6"].has-gutter-xl > * {
width: calc(100% / 6 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-7"] > * {
width: calc(100% / 7 - 0.01px); }
[class*="grid-7"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-7"].has-gutter > * {
width: calc(100% / 7 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-7"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-7"].has-gutter-l > * {
width: calc(100% / 7 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-7"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-7"].has-gutter-xl > * {
width: calc(100% / 7 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-8"] > * {
width: calc(100% / 8 - 0.01px); }
[class*="grid-8"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-8"].has-gutter > * {
width: calc(100% / 8 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-8"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-8"].has-gutter-l > * {
width: calc(100% / 8 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-8"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-8"].has-gutter-xl > * {
width: calc(100% / 8 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-9"] > * {
width: calc(100% / 9 - 0.01px); }
[class*="grid-9"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-9"].has-gutter > * {
width: calc(100% / 9 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-9"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-9"].has-gutter-l > * {
width: calc(100% / 9 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-9"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-9"].has-gutter-xl > * {
width: calc(100% / 9 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-10"] > * {
width: calc(100% / 10 - 0.01px); }
[class*="grid-10"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-10"].has-gutter > * {
width: calc(100% / 10 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-10"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-10"].has-gutter-l > * {
width: calc(100% / 10 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-10"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-10"].has-gutter-xl > * {
width: calc(100% / 10 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-11"] > * {
width: calc(100% / 11 - 0.01px); }
[class*="grid-11"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-11"].has-gutter > * {
width: calc(100% / 11 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-11"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-11"].has-gutter-l > * {
width: calc(100% / 11 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-11"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-11"].has-gutter-xl > * {
width: calc(100% / 11 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-12"] > * {
width: calc(100% / 12 - 0.01px); }
[class*="grid-12"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-12"].has-gutter > * {
width: calc(100% / 12 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-12"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-12"].has-gutter-l > * {
width: calc(100% / 12 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-12"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-12"].has-gutter-xl > * {
width: calc(100% / 12 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; } }
.push {
margin-left: auto !important; }
.pull {
margin-right: auto !important; }
.item-first {
order: -1; }
.item-last {
order: 1; }
[class*="grid-"][class*="--reverse"] {
flex-direction: row-reverse; }
@media (min-width: 576px) {
.full {
flex: 0 0 auto;
width: calc(100% / 1 - 0.01px); }
.has-gutter > .full {
width: calc(100% / 1 - 5px - 0.01px); }
.has-gutter-l > .full {
width: calc(100% / 1 - 2rem - 0.01px); }
.has-gutter-xl > .full {
width: calc(100% / 1 - 4rem - 0.01px); }
.one-half {
flex: 0 0 auto;
width: calc(100% / 2 - 0.01px); }
.has-gutter > .one-half {
width: calc(100% / 2 - 5px - 0.01px); }
.has-gutter-l > .one-half {
width: calc(100% / 2 - 2rem - 0.01px); }
.has-gutter-xl > .one-half {
width: calc(100% / 2 - 4rem - 0.01px); }
.one-third {
flex: 0 0 auto;
width: calc(100% / 3 - 0.01px); }
.has-gutter > .one-third {
width: calc(100% / 3 - 5px - 0.01px); }
.has-gutter-l > .one-third {
width: calc(100% / 3 - 2rem - 0.01px); }
.has-gutter-xl > .one-third {
width: calc(100% / 3 - 4rem - 0.01px); }
.one-quarter {
flex: 0 0 auto;
width: calc(100% / 4 - 0.01px); }
.has-gutter > .one-quarter {
width: calc(100% / 4 - 5px - 0.01px); }
.has-gutter-l > .one-quarter {
width: calc(100% / 4 - 2rem - 0.01px); }
.has-gutter-xl > .one-quarter {
width: calc(100% / 4 - 4rem - 0.01px); }
.one-fifth {
flex: 0 0 auto;
width: calc(100% / 5 - 0.01px); }
.has-gutter > .one-fifth {
width: calc(100% / 5 - 5px - 0.01px); }
.has-gutter-l > .one-fifth {
width: calc(100% / 5 - 2rem - 0.01px); }
.has-gutter-xl > .one-fifth {
width: calc(100% / 5 - 4rem - 0.01px); }
.one-sixth {
flex: 0 0 auto;
width: calc(100% / 6 - 0.01px); }
.has-gutter > .one-sixth {
width: calc(100% / 6 - 5px - 0.01px); }
.has-gutter-l > .one-sixth {
width: calc(100% / 6 - 2rem - 0.01px); }
.has-gutter-xl > .one-sixth {
width: calc(100% / 6 - 4rem - 0.01px); }
.two-thirds {
flex: 0 0 auto;
width: calc(100% / 3 * 2 - 0.01px); }
.has-gutter > .two-thirds {
width: calc(100% / 3 * 2 - 5px - 0.01px); }
.has-gutter-l > .two-thirds {
width: calc(100% / 3 * 2 - 2rem - 0.01px); }
.has-gutter-xl > .two-thirds {
width: calc(100% / 3 * 2 - 4rem - 0.01px); }
.three-quarters {
flex: 0 0 auto;
width: calc(100% / 4 * 3 - 0.01px); }
.has-gutter > .three-quarters {
width: calc(100% / 4 * 3 - 5px - 0.01px); }
.has-gutter-l > .three-quarters {
width: calc(100% / 4 * 3 - 2rem - 0.01px); }
.has-gutter-xl > .three-quarters {
width: calc(100% / 4 * 3 - 4rem - 0.01px); }
.five-sixths {
flex: 0 0 auto;
width: calc(100% / 6 * 5 - 0.01px); }
.has-gutter > .five-sixths {
width: calc(100% / 6 * 5 - 5px - 0.01px); }
.has-gutter-l > .five-sixths {
width: calc(100% / 6 * 5 - 2rem - 0.01px); }
.has-gutter-xl > .five-sixths {
width: calc(100% / 6 * 5 - 4rem - 0.01px); } }
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
[class*="-small-1"] > * {
width: calc(100% / 1 - 0.01px); }
[class*="-small-1"].has-gutter > * {
width: calc(100% / 1 - 5px - 0.01px); }
[class*="-small-1"].has-gutter-l > * {
width: calc(100% / 1 - 2rem - 0.01px); }
[class*="-small-1"].has-gutter-xl > * {
width: calc(100% / 1 - 4rem - 0.01px); }
[class*="-small-2"] > * {
width: calc(100% / 2 - 0.01px); }
[class*="-small-2"].has-gutter > * {
width: calc(100% / 2 - 5px - 0.01px); }
[class*="-small-2"].has-gutter-l > * {
width: calc(100% / 2 - 2rem - 0.01px); }
[class*="-small-2"].has-gutter-xl > * {
width: calc(100% / 2 - 4rem - 0.01px); }
[class*="-small-3"] > * {
width: calc(100% / 3 - 0.01px); }
[class*="-small-3"].has-gutter > * {
width: calc(100% / 3 - 5px - 0.01px); }
[class*="-small-3"].has-gutter-l > * {
width: calc(100% / 3 - 2rem - 0.01px); }
[class*="-small-3"].has-gutter-xl > * {
width: calc(100% / 3 - 4rem - 0.01px); }
[class*="-small-4"] > * {
width: calc(100% / 4 - 0.01px); }
[class*="-small-4"].has-gutter > * {
width: calc(100% / 4 - 5px - 0.01px); }
[class*="-small-4"].has-gutter-l > * {
width: calc(100% / 4 - 2rem - 0.01px); }
[class*="-small-4"].has-gutter-xl > * {
width: calc(100% / 4 - 4rem - 0.01px); } }
header {
position: fixed;
top: 0;
width: 100%;
z-index: 2;
padding-top: 3rem;
padding-bottom: 2.5rem;
background-color: #fff; }
header > div {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 4rem;
padding-right: 4rem; }
header > div:after {
content: '';
margin-top: 2rem;
display: block;
width: 100%;
height: 2px;
background: url(../images/dot.svg) 0 0 repeat-x;
background-size: auto 2px; }
header .logo-wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
opacity: 1; }
header .logo-wrapper .logo {
transition: all 0.2s ease-in-out; }
header .logo-wrapper:hover {
opacity: .65; }
header .logo-wrapper .logo + .logo {
padding-top: .5rem;
padding-bottom: .5rem;
font-size: 1.8rem;
font-weight: 600;
border-top: 0; }
footer {
padding: 4rem 0 4.2rem;
font-family: Raleway, sans-serif;
font-weight: 400;
font-size: 2rem;
text-align: center;
color: #fff;
background-color: #2800aa; }
footer .wrapper {
padding-right: 4rem;
padding-left: 4rem; }
footer .grid {
align-items: center; }
footer [class*="-small-2"] > div:first-child {
text-align: left; }
footer .logo {
padding: 1.2rem 3.5rem;
font-size: 2rem;
color: #fff;
border-color: #fff;
border-width: 4px; }
footer span {
display: block; }
footer address {
font-style: normal; }
footer a {
color: #fff; }
@media (max-width: 960px) {
footer [class*="-small-2"] > div:first-child {
width: 100%;
margin-bottom: 2rem;
text-align: center; }
footer [class*="-small-2"] > div:nth-last-child(-n+2) {
width: 50%; } }
@media (max-width: 575px) {
footer div:not(:last-child) {
margin-bottom: 2rem; }
footer [class*="-small-2"] > div:nth-last-child(-n+2) {
width: 100%;
text-align: center; } }
.scroll-to-top {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
right: 2rem;
bottom: 2rem;
width: 7rem;
height: 7rem;
background-color: #2800aa;
opacity: 1; }
.scroll-to-top img {
width: 3.6rem;
height: auto; }
/* --- Components --- */
/* --- Nav --- */
nav {
min-width: 44rem;
font-family: Raleway, sans-serif;
font-weight: 500;
text-align: right; }
nav > div {
min-width: 2.5rem; }
nav a {
display: inline-block;
font-size: 2.1rem;
line-height: 1.1;
opacity: 1; }
nav a:hover {
opacity: .65; }
nav .mobile-menu {
display: none; }
@media screen and (max-width: 960px) {
nav {
min-width: 0; }
nav > div {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding-top: 3rem;
text-align: center;
background-color: #d2e6ff;
transform: translate3d(0, 0, 0);
/* material acceleration */
transform: translateX(-120%);
will-change: transform;
transition: transform .5s; }
nav > div a {
margin-bottom: 2rem; }
nav .grid {
flex-direction: column;
align-items: center;
justify-content: center; }
nav .grid > div {
width: 100%;
flex: initial; }
nav.is-open > div {
transform: translateX(0); }
nav.is-open .mobile-menu {
z-index: 4; }
nav.is-open .mobile-menu::before, nav.is-open .mobile-menu::after {
background-color: #2800aa; }
nav.is-open .mobile-menu::before {
transform: rotate(45deg) translateY(-50%); }
nav.is-open .mobile-menu::after {
bottom: 15px;
transform: rotate(-45deg) translateY(50%); }
nav.is-open .mobile-menu .bar {
transform: scale(0.1); }
nav .mobile-menu {
position: relative;
display: inline-block;
width: 5.6rem;
height: 5.6rem;
margin: 0;
padding: 0;
cursor: pointer; }
nav .mobile-menu::before,
nav .mobile-menu .bar, nav .mobile-menu::after {
content: '';
position: absolute;
left: 0;
display: block;
width: 100%;
height: 6px;
background: #2800aa;
transition: all .5s; }
nav .mobile-menu .bar {
top: 45%; }
nav .mobile-menu::before {
top: 0;
transform-origin: top left; }
nav .mobile-menu::after {
bottom: 0;
transform-origin: bottom left; } }
h1,
h2,
h3,
h4 {
margin: 0; }
h1,
.logo {
display: inline-block;
padding: .5rem 2rem;
font-family: Raleway, sans-serif;
font-size: 2.6rem;
font-weight: 800;
color: #2800aa;
text-transform: uppercase;
border: 5px solid #2800aa; }
h2 {
display: inline-block;
min-width: 31rem;
margin-bottom: 3.5rem;
padding: 0 3.1rem;
font-family: Raleway, sans-serif;
font-size: 3rem;
line-height: 5.1rem;
font-weight: 700;
text-align: center;
text-transform: uppercase;
border: 5px solid #2800aa; }
h2.news-title {
border: none; }
h2 + p {
margin-top: 0; }
@media (max-width: 31rem) {
h2 {
min-width: 0; } }
ol,
ul {
margin: 3rem 0;
padding-left: 0; }
ul {
list-style-type: none;
text-align: center; }
ul ul {
margin-left: 20px; }
li:before, li:last-child:after {
content: '';
display: block;
max-width: 100%;
height: 2px;
margin: 1.5rem 0;
background: url(../images/dot.svg) 0 0 repeat-x;
background-size: auto 2px; }
/* Forms */
input,
textarea,
select,
button {
font-family: Raleway, sans-serif;
font-size: 2rem;
color: #2800aa;
vertical-align: middle; }
/* Labels */
label {
display: block; }
/* Inputs */
input[type="text"],
input[type="email"],
textarea,
select {
padding: 10px;
width: 100%;
border: 5px solid #2800aa; }
[type="radio"] + label,
[type="checkbox"] + label {
display: inline-block; }
/* Textarea */
textarea {
resize: vertical; }
input[type="submit"],
button {
cursor: pointer; }
form .grid input + input {
border-left: none; }
form input[name="_subject"],
form textarea {
border-top: none; }
::placeholder {
color: #2800aa; }
::-moz-placeholder {
opacity: 1; }
button {
cursor: pointer; }
.read-more,
input[type="submit"],
button[type="submit"] {
display: flex;
justify-content: center;
align-items: center;
width: 6.1rem;
height: 6.1rem;
margin: 3rem auto 0;
font-family: Raleway, sans-serif;
font-size: 1.6rem;
font-weight: 800;
color: #2800aa;
text-decoration: none;
background: none;
border: 5px solid #2800aa;
border-radius: 50%;
opacity: 1;
-webkit-backface-visibility: hidden; }
.read-more:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
opacity: .65; }
button[type="submit"] {
font-size: 1.4rem; }
a {
color: #2800aa;
text-decoration: none;
opacity: .65;
transition: opacity 0.1s ease-in-out; }
a:hover {
opacity: 1; }
/* --- Pages --- */
.home article {
padding: 4rem 0 3.5rem;
text-align: center; }
.home article .wrapper {
max-width: 73.4rem; }
.home article p {
margin: 0; }
.home article p:last-child {
margin-bottom: 0; }
.home article.blue .read-more {
color: #fff;
border-color: #fff;
opacity: 1; }
.home article.blue .read-more:hover {
opacity: .65; }
.home article.blue h2 {
border-color: #fff; }
.home article.blue a {
color: white;
opacity: .65; }
.home article.blue a:hover {
opacity: 1; }
.home article article {
padding-top: 0;
padding-bottom: 3rem; }
.home article article:nth-child(-n+3) {
padding-top: 3rem; }
.home article article:nth-last-child(-n+3) {
padding-bottom: 0; }
.home .atelier .wrapper {
max-width: 1120px; }
.slick-slide a {
opacity: 1; }
.slick-slide img {
width: 100%;
height: auto;
margin: 0 auto; }
.slick-dots li:before, .slick-dots li:after {
display: none; }
.intro {
align-items: center;
padding-right: 4rem;
padding-left: 4rem;
padding-bottom: 2.5rem; }
.intro div:nth-child(2) {
text-align: center; }
.intro div:nth-child(2) span {
display: inline-block;
max-width: 34rem; }
.intro div:last-child {
text-align: right; }
.intro img {
max-width: 7rem;
height: auto; }
.intro img + a {
margin-left: 4rem;
opacity: 1; }
@media screen and (max-width: 1120px) {
.slick-slider.wrapper {
padding: 0; } }
@media screen and (max-width: 768px) {
.intro {
flex-direction: column; }
.intro div {
min-width: 100%;
text-align: center; }
.intro div:last-child {
text-align: center; }
.intro div:not(:last-child) {
margin-bottom: 1rem; } }
.agenda-content div {
position: relative; }
.agenda-content div:not(:last-child) {
margin-bottom: 3rem;
padding-bottom: 3rem; }
.agenda-content div:not(:last-child):after {
content: '';
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
max-width: 31rem;
height: 2px;
margin: auto;
background: url(../images/dot-white.svg) 0 0 repeat-x;
background-size: auto 2px; }
.agenda-content h2 {
margin-bottom: 2rem;
line-height: 1; }
.agenda-content a {
display: table;
margin: 0 auto; }
.agenda-content a:first-child {
margin-top: 2.5rem; }
.atelier h2:not(:first-child) {
min-width: 0;
padding: 0;
margin-top: 20px;
margin-bottom: 10px;
font-size: 20px;
line-height: 1;
border: none; }
.atelier p {
margin: 0;
padding: 0 1.5rem; }
.atelier p:empty {
display: none; }
.atelier a {
display: block;
color: #2800aa;
opacity: 1; }
.atelier a:hover .atelier-img:after {
opacity: 1; }
.atelier-img {
position: relative; }
.atelier-img:after {
content: 'Plus';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
width: 5rem;
height: 5rem;
font-family: Raleway, sans-serif;
font-size: 1.6rem;
color: #fff;
font-weight: 800;
line-height: 5rem;
text-align: center;
background-color: #2800aa;
border: 5px solid #fff;
border-radius: 50%;
transition: 0.2s;
opacity: 0; }
.atelier-slider {
margin-bottom: 4rem; }
.contact {
border-top: 1px dotted #2800aa; }
.infos .wrapper {
max-width: 1120px !important; }
.infos span {
display: block; }
.atelier-item {
padding-bottom: 4rem;
text-align: center; }
.atelier-item .wrapper {
width: 73.4rem; }
.atelier-item img {
width: 100%;
margin-top: -2px;
margin-bottom: 4rem; }
.atelier-item h2 {
padding-top: 1.1rem;
padding-bottom: 1.1rem;
width: 43.5rem;
line-height: 3.4rem;
margin-bottom: 0;
border-bottom: none; }
.atelier-item ul {
margin-top: 3rem; }
.atelier-item table {
width: 43.5rem;
margin: 0 auto 3.5rem;
font-family: Raleway, sans-serif;
font-weight: 500;
border-collapse: collapse; }
.atelier-item thead {
display: none; }
.atelier-item tr:first-child td:nth-child(2) {
font-weight: 700; }
.atelier-item td {
width: 50%;
padding: 5px 10px;
line-height: 4rem;
border: 5px solid #2800aa; }
@media screen and (max-width: 73.4rem) {
.atelier-item .wrapper {
width: 100%; } }
@media screen and (max-width: 445px) {
.atelier-item h2,
.atelier-item table {
width: 100%;
padding: 0; }
.atelier-item tr:first-child td:first-child {
border-bottom: none; }
.atelier-item tr:first-child td:nth-child(2) {
border-bottom: none; }
.atelier-item td {
display: flex;
width: 100%;
justify-content: center; }
.atelier-item td:nth-child(2) {
border-top: none; } }
.details {
margin-top: 4rem; }
.details .wrapper {
max-width: 73.4rem; }
.details .light-blue {
padding: 4rem 0; }
.details-content {
padding-bottom: 3rem; }
.autrement article:not(:last-child) {
position: relative;
padding-bottom: 4rem;
margin-bottom: 2.5rem; }
.autrement article:not(:last-child):after {
content: '';
position: absolute;
bottom: 0;
left: 0;
margin-top: 2rem;
display: block;
width: 100%;
height: 2px;
background: url(../images/dot.svg) 0 0 repeat-x; }
.autrement article h2 {
padding: 0;
font-size: 3rem;
line-height: 3.6rem;
border: none; }
.autrement article h3 {
font-family: Raleway, sans-serif;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 700; }
.autrement article p {
margin-right: auto;
margin-left: auto;
max-width: 73.4rem; }
.audio-wrapper {
margin-bottom: 3rem;
text-align: left; }
.audio-legend {
margin: 0 0 1rem;
font-family: Raleway, sans-serif;
font-size: 1.8rem; }
/* --- Vendors --- */
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url("../images/ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
font-family: "slick";
src: url("../fonts/slick.eot");
src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.6; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; }
/* Dots */
.slick-dots {
display: flex !important;
position: absolute;
right: 0;
bottom: -1rem;
left: 0;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0 auto;
width: 100%; }
.slick-dots li {
flex-grow: 1;
position: relative;
display: inline-block;
height: 5px;
margin: 0 2px;
padding: 0;
cursor: pointer; }
.slick-dots li:before {
display: none; }
.slick-dots li:first-child {
margin-left: 0; }
.slick-dots li:last-child {
margin-right: 0; }
.slick-dots li button {
text-indent: -9999px;
border: 0;
background: transparent;
display: block;
height: 5px;
width: 100%;
outline: none;
background-color: #2800aa;
cursor: pointer;
opacity: 0.6; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li.slick-active button {
opacity: 1; }
.slick-slide p {
margin: 0; }
/*# sourceMappingURL=styles.css.map */ | user/themes/ak/css-compiled/styles.css | @charset "UTF-8";
/*
Comment everything not useful for the current project
*/
/* --- Base --- */
/* --- * --- */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i");
* {
box-sizing: border-box;
outline-color: #d2e6ff; }
/* --- Body --- */
body {
margin: 0;
color: #2800aa;
background-color: #fff; }
main {
margin-top: 17.7rem; }
img {
max-width: 100%; }
.bold {
font-weight: 800; }
.center {
text-align: center; }
.blue {
color: #fff;
background-color: #2800aa; }
.light-blue {
background-color: #d2e6ff; }
/*Font-face declaration example*/
html {
font-size: 62.5%;
/* 10px */
font-size: calc(1em * 0.625);
/* fix */ }
body {
font-family: Droid Serif, serif, Arial, sans-serif;
font-size: 1.7rem;
line-height: 1.4; }
/* --- Layout --- */
.wrapper {
margin: 0 auto;
padding: 0 4rem;
width: 1120px; }
@media (max-width: 1120px) {
.wrapper {
padding: 0 2rem;
width: 100%; } }
/* ---------------------------------- */
/* ==Grillade : Simple Grid System */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
@media (min-width: 576px) {
[class*=" grid-"],
[class^="grid-"] {
display: flex;
flex-direction: row;
flex-wrap: wrap; }
[class*=" grid-"] > *,
[class^="grid-"] > * {
box-sizing: border-box;
min-width: 0;
min-height: 0; } }
@media (min-width: 576px) {
.grid,
.grid--reverse {
display: flex; }
.grid > *,
.grid--reverse > * {
flex: 1 1 0%;
box-sizing: border-box;
min-width: 0;
min-height: 0; }
.grid.has-gutter > * + *,
.grid--reverse.has-gutter > * + * {
margin-left: calc(5px - 0.01px); }
.grid.has-gutter-l > * + *,
.grid--reverse.has-gutter-l > * + * {
margin-left: calc(2rem - 0.01px); }
.grid.has-gutter-xl > * + *,
.grid--reverse.has-gutter-xl > * + * {
margin-left: calc(4rem - 0.01px); } }
@media (min-width: 576px) {
[class*="grid-2"] > * {
width: calc(100% / 2 - 0.01px); }
[class*="grid-2"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-2"].has-gutter > * {
width: calc(100% / 2 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-2"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-2"].has-gutter-l > * {
width: calc(100% / 2 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-2"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-2"].has-gutter-xl > * {
width: calc(100% / 2 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-3"] > * {
width: calc(100% / 3 - 0.01px); }
[class*="grid-3"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-3"].has-gutter > * {
width: calc(100% / 3 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-3"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-3"].has-gutter-l > * {
width: calc(100% / 3 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-3"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-3"].has-gutter-xl > * {
width: calc(100% / 3 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-4"] > * {
width: calc(100% / 4 - 0.01px); }
[class*="grid-4"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-4"].has-gutter > * {
width: calc(100% / 4 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-4"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-4"].has-gutter-l > * {
width: calc(100% / 4 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-4"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-4"].has-gutter-xl > * {
width: calc(100% / 4 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-5"] > * {
width: calc(100% / 5 - 0.01px); }
[class*="grid-5"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-5"].has-gutter > * {
width: calc(100% / 5 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-5"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-5"].has-gutter-l > * {
width: calc(100% / 5 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-5"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-5"].has-gutter-xl > * {
width: calc(100% / 5 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-6"] > * {
width: calc(100% / 6 - 0.01px); }
[class*="grid-6"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-6"].has-gutter > * {
width: calc(100% / 6 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-6"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-6"].has-gutter-l > * {
width: calc(100% / 6 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-6"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-6"].has-gutter-xl > * {
width: calc(100% / 6 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-7"] > * {
width: calc(100% / 7 - 0.01px); }
[class*="grid-7"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-7"].has-gutter > * {
width: calc(100% / 7 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-7"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-7"].has-gutter-l > * {
width: calc(100% / 7 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-7"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-7"].has-gutter-xl > * {
width: calc(100% / 7 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-8"] > * {
width: calc(100% / 8 - 0.01px); }
[class*="grid-8"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-8"].has-gutter > * {
width: calc(100% / 8 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-8"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-8"].has-gutter-l > * {
width: calc(100% / 8 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-8"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-8"].has-gutter-xl > * {
width: calc(100% / 8 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-9"] > * {
width: calc(100% / 9 - 0.01px); }
[class*="grid-9"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-9"].has-gutter > * {
width: calc(100% / 9 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-9"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-9"].has-gutter-l > * {
width: calc(100% / 9 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-9"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-9"].has-gutter-xl > * {
width: calc(100% / 9 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-10"] > * {
width: calc(100% / 10 - 0.01px); }
[class*="grid-10"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-10"].has-gutter > * {
width: calc(100% / 10 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-10"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-10"].has-gutter-l > * {
width: calc(100% / 10 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-10"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-10"].has-gutter-xl > * {
width: calc(100% / 10 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-11"] > * {
width: calc(100% / 11 - 0.01px); }
[class*="grid-11"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-11"].has-gutter > * {
width: calc(100% / 11 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-11"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-11"].has-gutter-l > * {
width: calc(100% / 11 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-11"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-11"].has-gutter-xl > * {
width: calc(100% / 11 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; }
[class*="grid-12"] > * {
width: calc(100% / 12 - 0.01px); }
[class*="grid-12"].has-gutter {
margin-right: -2.5px;
margin-left: -2.5px; }
[class*="grid-12"].has-gutter > * {
width: calc(100% / 12 - 5px - 0.01px);
margin-right: 2.5px;
margin-left: 2.5px; }
[class*="grid-12"].has-gutter-l {
margin-right: -1rem;
margin-left: -1rem; }
[class*="grid-12"].has-gutter-l > * {
width: calc(100% / 12 - 2rem - 0.01px);
margin-right: 1rem;
margin-left: 1rem; }
[class*="grid-12"].has-gutter-xl {
margin-right: -2rem;
margin-left: -2rem; }
[class*="grid-12"].has-gutter-xl > * {
width: calc(100% / 12 - 4rem - 0.01px);
margin-right: 2rem;
margin-left: 2rem; } }
.push {
margin-left: auto !important; }
.pull {
margin-right: auto !important; }
.item-first {
order: -1; }
.item-last {
order: 1; }
[class*="grid-"][class*="--reverse"] {
flex-direction: row-reverse; }
@media (min-width: 576px) {
.full {
flex: 0 0 auto;
width: calc(100% / 1 - 0.01px); }
.has-gutter > .full {
width: calc(100% / 1 - 5px - 0.01px); }
.has-gutter-l > .full {
width: calc(100% / 1 - 2rem - 0.01px); }
.has-gutter-xl > .full {
width: calc(100% / 1 - 4rem - 0.01px); }
.one-half {
flex: 0 0 auto;
width: calc(100% / 2 - 0.01px); }
.has-gutter > .one-half {
width: calc(100% / 2 - 5px - 0.01px); }
.has-gutter-l > .one-half {
width: calc(100% / 2 - 2rem - 0.01px); }
.has-gutter-xl > .one-half {
width: calc(100% / 2 - 4rem - 0.01px); }
.one-third {
flex: 0 0 auto;
width: calc(100% / 3 - 0.01px); }
.has-gutter > .one-third {
width: calc(100% / 3 - 5px - 0.01px); }
.has-gutter-l > .one-third {
width: calc(100% / 3 - 2rem - 0.01px); }
.has-gutter-xl > .one-third {
width: calc(100% / 3 - 4rem - 0.01px); }
.one-quarter {
flex: 0 0 auto;
width: calc(100% / 4 - 0.01px); }
.has-gutter > .one-quarter {
width: calc(100% / 4 - 5px - 0.01px); }
.has-gutter-l > .one-quarter {
width: calc(100% / 4 - 2rem - 0.01px); }
.has-gutter-xl > .one-quarter {
width: calc(100% / 4 - 4rem - 0.01px); }
.one-fifth {
flex: 0 0 auto;
width: calc(100% / 5 - 0.01px); }
.has-gutter > .one-fifth {
width: calc(100% / 5 - 5px - 0.01px); }
.has-gutter-l > .one-fifth {
width: calc(100% / 5 - 2rem - 0.01px); }
.has-gutter-xl > .one-fifth {
width: calc(100% / 5 - 4rem - 0.01px); }
.one-sixth {
flex: 0 0 auto;
width: calc(100% / 6 - 0.01px); }
.has-gutter > .one-sixth {
width: calc(100% / 6 - 5px - 0.01px); }
.has-gutter-l > .one-sixth {
width: calc(100% / 6 - 2rem - 0.01px); }
.has-gutter-xl > .one-sixth {
width: calc(100% / 6 - 4rem - 0.01px); }
.two-thirds {
flex: 0 0 auto;
width: calc(100% / 3 * 2 - 0.01px); }
.has-gutter > .two-thirds {
width: calc(100% / 3 * 2 - 5px - 0.01px); }
.has-gutter-l > .two-thirds {
width: calc(100% / 3 * 2 - 2rem - 0.01px); }
.has-gutter-xl > .two-thirds {
width: calc(100% / 3 * 2 - 4rem - 0.01px); }
.three-quarters {
flex: 0 0 auto;
width: calc(100% / 4 * 3 - 0.01px); }
.has-gutter > .three-quarters {
width: calc(100% / 4 * 3 - 5px - 0.01px); }
.has-gutter-l > .three-quarters {
width: calc(100% / 4 * 3 - 2rem - 0.01px); }
.has-gutter-xl > .three-quarters {
width: calc(100% / 4 * 3 - 4rem - 0.01px); }
.five-sixths {
flex: 0 0 auto;
width: calc(100% / 6 * 5 - 0.01px); }
.has-gutter > .five-sixths {
width: calc(100% / 6 * 5 - 5px - 0.01px); }
.has-gutter-l > .five-sixths {
width: calc(100% / 6 * 5 - 2rem - 0.01px); }
.has-gutter-xl > .five-sixths {
width: calc(100% / 6 * 5 - 4rem - 0.01px); } }
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
[class*="-small-1"] > * {
width: calc(100% / 1 - 0.01px); }
[class*="-small-1"].has-gutter > * {
width: calc(100% / 1 - 5px - 0.01px); }
[class*="-small-1"].has-gutter-l > * {
width: calc(100% / 1 - 2rem - 0.01px); }
[class*="-small-1"].has-gutter-xl > * {
width: calc(100% / 1 - 4rem - 0.01px); }
[class*="-small-2"] > * {
width: calc(100% / 2 - 0.01px); }
[class*="-small-2"].has-gutter > * {
width: calc(100% / 2 - 5px - 0.01px); }
[class*="-small-2"].has-gutter-l > * {
width: calc(100% / 2 - 2rem - 0.01px); }
[class*="-small-2"].has-gutter-xl > * {
width: calc(100% / 2 - 4rem - 0.01px); }
[class*="-small-3"] > * {
width: calc(100% / 3 - 0.01px); }
[class*="-small-3"].has-gutter > * {
width: calc(100% / 3 - 5px - 0.01px); }
[class*="-small-3"].has-gutter-l > * {
width: calc(100% / 3 - 2rem - 0.01px); }
[class*="-small-3"].has-gutter-xl > * {
width: calc(100% / 3 - 4rem - 0.01px); }
[class*="-small-4"] > * {
width: calc(100% / 4 - 0.01px); }
[class*="-small-4"].has-gutter > * {
width: calc(100% / 4 - 5px - 0.01px); }
[class*="-small-4"].has-gutter-l > * {
width: calc(100% / 4 - 2rem - 0.01px); }
[class*="-small-4"].has-gutter-xl > * {
width: calc(100% / 4 - 4rem - 0.01px); } }
header {
position: fixed;
top: 0;
width: 100%;
z-index: 2;
padding-top: 3rem;
padding-bottom: 2.5rem;
background-color: #fff; }
header > div {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 4rem;
padding-right: 4rem; }
header > div:after {
content: '';
margin-top: 2rem;
display: block;
width: 100%;
height: 2px;
background: url(../images/dot.svg) 0 0 repeat-x;
background-size: auto 2px; }
header .logo-wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
opacity: 1; }
header .logo-wrapper .logo {
transition: all 0.2s ease-in-out; }
header .logo-wrapper:hover {
opacity: .65; }
header .logo-wrapper .logo + .logo {
padding-top: .5rem;
padding-bottom: .5rem;
font-size: 1.8rem;
font-weight: 600;
border-top: 0; }
footer {
padding: 4rem 0 4.2rem;
font-family: Raleway, sans-serif;
font-weight: 400;
font-size: 2rem;
text-align: center;
color: #fff;
background-color: #2800aa; }
footer .wrapper {
padding-right: 4rem;
padding-left: 4rem; }
footer .grid {
align-items: center; }
footer [class*="-small-2"] > div:first-child {
text-align: left; }
footer .logo {
padding: 1.2rem 3.5rem;
font-size: 2rem;
color: #fff;
border-color: #fff;
border-width: 4px; }
footer span {
display: block; }
footer address {
font-style: normal; }
footer a {
color: #fff; }
@media (max-width: 960px) {
footer [class*="-small-2"] > div:first-child {
width: 100%;
margin-bottom: 2rem;
text-align: center; }
footer [class*="-small-2"] > div:nth-last-child(-n+2) {
width: 50%; } }
@media (max-width: 575px) {
footer div:not(:last-child) {
margin-bottom: 2rem; }
footer [class*="-small-2"] > div:nth-last-child(-n+2) {
width: 100%;
text-align: center; } }
.scroll-to-top {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
right: 2rem;
bottom: 2rem;
width: 7rem;
height: 7rem;
background-color: #2800aa;
opacity: 1; }
.scroll-to-top img {
width: 3.6rem;
height: auto; }
/* --- Components --- */
/* --- Nav --- */
nav {
min-width: 44rem;
font-family: Raleway, sans-serif;
font-weight: 500;
text-align: right; }
nav > div {
min-width: 2.5rem; }
nav a {
display: inline-block;
font-size: 2.1rem;
line-height: 1.1;
opacity: 1; }
nav a:hover {
opacity: .65; }
nav .mobile-menu {
display: none; }
@media screen and (max-width: 960px) {
nav {
min-width: 0; }
nav > div {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding-top: 3rem;
text-align: center;
background-color: #d2e6ff;
transform: translate3d(0, 0, 0);
/* material acceleration */
transform: translateX(-120%);
will-change: transform;
transition: transform .5s; }
nav > div a {
margin-bottom: 2rem; }
nav .grid {
flex-direction: column;
align-items: center;
justify-content: center; }
nav .grid > div {
width: 100%;
flex: initial; }
nav.is-open > div {
transform: translateX(0); }
nav.is-open .mobile-menu {
z-index: 4; }
nav.is-open .mobile-menu::before, nav.is-open .mobile-menu::after {
background-color: #2800aa; }
nav.is-open .mobile-menu::before {
transform: rotate(45deg) translateY(-50%); }
nav.is-open .mobile-menu::after {
bottom: 15px;
transform: rotate(-45deg) translateY(50%); }
nav.is-open .mobile-menu .bar {
transform: scale(0.1); }
nav .mobile-menu {
position: relative;
display: inline-block;
width: 5.6rem;
height: 5.6rem;
margin: 0;
padding: 0;
cursor: pointer; }
nav .mobile-menu::before,
nav .mobile-menu .bar, nav .mobile-menu::after {
content: '';
position: absolute;
left: 0;
display: block;
width: 100%;
height: 6px;
background: #2800aa;
transition: all .5s; }
nav .mobile-menu .bar {
top: 45%; }
nav .mobile-menu::before {
top: 0;
transform-origin: top left; }
nav .mobile-menu::after {
bottom: 0;
transform-origin: bottom left; } }
h1,
h2,
h3,
h4 {
margin: 0; }
h1,
.logo {
display: inline-block;
padding: .5rem 2rem;
font-family: Raleway, sans-serif;
font-size: 2.6rem;
font-weight: 800;
color: #2800aa;
text-transform: uppercase;
border: 5px solid #2800aa; }
h2 {
display: inline-block;
min-width: 31rem;
margin-bottom: 3.5rem;
padding: 0 3.1rem;
font-family: Raleway, sans-serif;
font-size: 3rem;
line-height: 5.1rem;
font-weight: 700;
text-align: center;
text-transform: uppercase;
border: 5px solid #2800aa; }
h2.news-title {
border: none; }
h2 + p {
margin-top: 0; }
@media (max-width: 31rem) {
h2 {
min-width: 0; } }
ol,
ul {
margin: 3rem 0;
padding-left: 0; }
ul {
list-style-type: none;
text-align: center; }
ul ul {
margin-left: 20px; }
li:before, li:last-child:after {
content: '';
display: block;
max-width: 100%;
height: 2px;
margin: 1.5rem 0;
background: url(../images/dot.svg) 0 0 repeat-x;
background-size: auto 2px; }
/* Forms */
input,
textarea,
select,
button {
font-family: Raleway, sans-serif;
font-size: 2rem;
color: #2800aa;
vertical-align: middle; }
/* Labels */
label {
display: block; }
/* Inputs */
input[type="text"],
input[type="email"],
textarea,
select {
padding: 10px;
width: 100%;
border: 5px solid #2800aa; }
[type="radio"] + label,
[type="checkbox"] + label {
display: inline-block; }
/* Textarea */
textarea {
resize: vertical; }
input[type="submit"],
button {
cursor: pointer; }
form .grid input + input {
border-left: none; }
form input[name="_subject"],
form textarea {
border-top: none; }
::placeholder {
color: #2800aa; }
::-moz-placeholder {
opacity: 1; }
button {
cursor: pointer; }
.read-more,
input[type="submit"],
button[type="submit"] {
display: flex;
justify-content: center;
align-items: center;
width: 6.1rem;
height: 6.1rem;
margin: 3rem auto 0;
font-family: Raleway, sans-serif;
font-size: 1.6rem;
font-weight: 800;
color: #2800aa;
text-decoration: none;
background: none;
border: 5px solid #2800aa;
border-radius: 50%;
opacity: 1;
-webkit-backface-visibility: hidden; }
.read-more:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
opacity: .65; }
button[type="submit"] {
font-size: 1.4rem; }
a {
color: #2800aa;
text-decoration: none;
opacity: .65;
transition: opacity 0.1s ease-in-out; }
a:hover {
opacity: 1; }
/* --- Pages --- */
.home article {
padding: 4rem 0 3.5rem;
text-align: center; }
.home article .wrapper {
max-width: 73.4rem; }
.home article p {
margin: 0; }
.home article p:last-child {
margin-bottom: 0; }
.home article.blue .read-more {
color: #fff;
border-color: #fff;
opacity: 1; }
.home article.blue .read-more:hover {
opacity: .65; }
.home article.blue h2 {
border-color: #fff; }
.home article.blue a {
color: white;
opacity: .65; }
.home article.blue a:hover {
opacity: 1; }
.home article article {
padding-top: 0;
padding-bottom: 3rem; }
.home article article:nth-child(-n+3) {
padding-top: 3rem; }
.home article article:nth-last-child(-n+3) {
padding-bottom: 0; }
.home .atelier .wrapper {
max-width: 1120px; }
.slick-slide a {
opacity: 1; }
.slick-slide img {
width: 100%;
height: auto;
margin: 0 auto; }
.slick-dots li:before, .slick-dots li:after {
display: none; }
.intro {
align-items: center;
padding-right: 4rem;
padding-left: 4rem;
padding-bottom: 2.5rem; }
.intro div:nth-child(2) {
text-align: center; }
.intro div:nth-child(2) span {
display: inline-block;
max-width: 34rem; }
.intro div:last-child {
text-align: right; }
.intro img {
max-width: 7rem;
height: auto; }
.intro img + a {
margin-left: 4rem;
opacity: 1; }
@media screen and (max-width: 1120px) {
.slick-slider.wrapper {
padding: 0; } }
@media screen and (max-width: 768px) {
.intro {
flex-direction: column; }
.intro div {
min-width: 100%;
text-align: center; }
.intro div:last-child {
text-align: center; }
.intro div:not(:last-child) {
margin-bottom: 1rem; } }
.agenda-content div {
position: relative; }
.agenda-content div:not(:last-child) {
margin-bottom: 3rem;
padding-bottom: 3rem; }
.agenda-content div:not(:last-child):after {
content: '';
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
max-width: 31rem;
height: 2px;
margin: auto;
background: url(../images/dot-white.svg) 0 0 repeat-x;
background-size: auto 2px; }
.agenda-content h2 {
margin-bottom: 2rem;
line-height: 1; }
.agenda-content a {
display: table;
margin: 0 auto; }
.agenda-content a:first-child {
margin-top: 2.5rem; }
.atelier h2:not(:first-child) {
min-width: 0;
padding: 0;
margin-top: 20px;
margin-bottom: 10px;
font-size: 20px;
line-height: 1;
border: none; }
.atelier p {
margin: 0;
padding: 0 1.5rem; }
.atelier p:empty {
display: none; }
.atelier a {
display: block;
color: #2800aa;
opacity: 1; }
.atelier a:hover .atelier-img:after {
opacity: 1; }
.atelier-img {
position: relative; }
.atelier-img:after {
content: 'Plus';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
width: 5rem;
height: 5rem;
font-family: Raleway, sans-serif;
font-size: 1.6rem;
color: #fff;
font-weight: 800;
line-height: 5rem;
text-align: center;
background-color: #2800aa;
border: 5px solid #fff;
border-radius: 50%;
transition: 0.2s;
opacity: 0; }
.atelier-slider {
margin-bottom: 4rem; }
.contact {
border-top: 1px dotted #2800aa; }
.infos .wrapper {
max-width: 1120px !important; }
.infos span {
display: block; }
.atelier-item {
padding-bottom: 4rem;
text-align: center; }
.atelier-item .wrapper {
width: 73.4rem; }
.atelier-item img {
width: 100%;
margin-top: -2px;
margin-bottom: 4rem; }
.atelier-item h2 {
padding-top: 1.1rem;
padding-bottom: 1.1rem;
width: 43.5rem;
line-height: 3.4rem;
margin-bottom: 0;
border-bottom: none; }
.atelier-item ul {
margin-top: 3rem; }
.atelier-item table {
width: 43.5rem;
margin: 0 auto 3.5rem;
font-family: Raleway, sans-serif;
font-weight: 500;
border-collapse: collapse; }
.atelier-item thead {
display: none; }
.atelier-item tr:first-child td:nth-child(2) {
font-weight: 700; }
.atelier-item td {
width: 50%;
padding: 5px 10px;
line-height: 4rem;
border: 5px solid #2800aa; }
@media screen and (max-width: 73.4rem) {
.atelier-item .wrapper {
width: 100%; } }
@media screen and (max-width: 445px) {
.atelier-item h2,
.atelier-item table {
width: 100%;
padding: 0; }
.atelier-item tr:first-child td:first-child {
border-bottom: none; }
.atelier-item tr:first-child td:nth-child(2) {
border-bottom: none; }
.atelier-item td {
display: flex;
width: 100%;
justify-content: center; }
.atelier-item td:nth-child(2) {
border-top: none; } }
.details {
margin-top: 4rem; }
.details .wrapper {
max-width: 73.4rem; }
.details .light-blue {
padding: 4rem 0; }
.details-content {
padding-bottom: 3rem; }
.autrement article:not(:last-child) {
position: relative;
padding-bottom: 4rem;
margin-bottom: 2.5rem; }
.autrement article:not(:last-child):after {
content: '';
position: absolute;
bottom: 0;
left: 0;
margin-top: 2rem;
display: block;
width: 100%;
height: 2px;
background: url(../images/dot.svg) 0 0 repeat-x; }
.autrement article h2 {
padding: 0;
font-size: 3rem;
line-height: 3.6rem;
border: none; }
.autrement article h3 {
font-family: Raleway, sans-serif;
font-size: 2rem;
line-height: 2.4rem;
font-weight: 700; }
.autrement article p {
margin-right: auto;
margin-left: auto;
max-width: 73.4rem; }
.audio-wrapper {
margin-bottom: 3rem;
text-align: left; }
.audio-legend {
margin: 0 0 1rem;
font-family: Raleway, sans-serif;
font-size: 1.8rem; }
/* --- Vendors --- */
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url("../images/ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
font-family: "slick";
src: url("../fonts/slick.eot");
src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.6; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; }
/* Dots */
.slick-dots {
display: flex !important;
position: absolute;
right: 0;
bottom: -1rem;
left: 0;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0 auto;
width: 100%; }
.slick-dots li {
flex-grow: 1;
position: relative;
display: inline-block;
height: 5px;
margin: 0 2px;
padding: 0;
cursor: pointer; }
.slick-dots li:before {
display: none; }
.slick-dots li:first-child {
margin-left: 0; }
.slick-dots li:last-child {
margin-right: 0; }
.slick-dots li button {
text-indent: -9999px;
border: 0;
background: transparent;
display: block;
height: 5px;
width: 100%;
outline: none;
background-color: #2800aa;
cursor: pointer;
opacity: 0.6; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li.slick-active button {
opacity: 1; }
.slick-slide p {
margin: 0; }
/*# sourceMappingURL=styles.css.map */ | 0.368747 | 0.080828 |
#proj1, .proj1 {
background-image: url(../img/portfolio/1.png);
background-size: cover;
}
#proj2, .proj2 {
background-image: url(../img/portfolio/2.png);
background-size: cover;
}
#proj3, .proj3 {
background-image: url(../img/portfolio/3.png);
background-size: cover;
}
#proj4, .proj4 {
background-image: url(../img/portfolio/4.png);
background-size: cover;
}
#proj5, .proj5 {
background-image: url(../img/portfolio/5.png);
background-size: cover;
}
#proj6, .proj6 {
background-image: url(../img/portfolio/6.png);
background-size: cover;
}
#proj7, .proj7 {
background-image: url(../img/portfolio/7.png);
background-size: cover;
}
#proj8, .proj8 {
background-image: url(../img/portfolio/8.png);
background-size: cover;
}
#proj9, .proj9 {
background-image: url(../img/portfolio/9.png);
background-size: cover;
}
#proj10, .proj10 {
background-image: url(../img/portfolio/10.png);
background-size: cover;
}
/* ======================================================================= */
/* ============================ Main Img ================================= */
.main-image-proj {
background-image: url(../img/portfolio/back-portfolio.png);
}
.main-image-proj h1 {
font-family: CenturyB;
color: rgba(255,255,255,0.6);
text-align: center;
line-height: 550px;
font-size: 14vw;
padding-top: 1.4%;
}
/* ======================================================================= */
/* =========================== Portfolio ================================= */
#portfolio {
background-image: url(../img/portfolio/back.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%
}
#portfolio h3 {
text-align: center;
font-family: CenturyB;
color: #fff;
font-size: 1.0rem;
}
#portfolio .proj {
display: inline-block;
max-height: 300px;
width: 70%;
cursor: pointer;
}
#portfolio .proj .zoomer {
width: 100%;
height: 300px;
float: right;
text-align: center;
background-color: rgba(0,0,0,0.75);
opacity: 0;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#portfolio .proj .zoomer:hover {
opacity: 1;
}
#portfolio .proj .zoomer a {
color: rgba(255,255,255,0.4);
line-height: 300px;
width: 100%;
}
#portfolio .proj .label {
width: 100%;
background-color: #fff;
color: #94bb4d;
height: auto;
text-align: center;
font-family: CenturyB;
font-style: italic;
font-size: 0.5em;
float: right;
margin-top: 0%;
padding-top: 3px;
padding-bottom: 3px;
}
#portfolio .firstp {
margin-top: 5%;
margin-left: 14.5%;
margin-right: 7.5%;
margin-bottom: 5%;
}
#portfolio .secondp {
margin-top: 5%;
margin-left: 14.5%;
margin-right: 7.5%;
margin-bottom: 5%;
}
#portfolio .arrow-navigation:before {
opacity: 0.9;
font-size: 2rem !important;
}
#portfolio .arrow-navigation.right {
background-image: url(../img/arrow.png);
background-position: center;
background-size: 40px;
background-repeat: no-repeat;
}
#portfolio .arrow-navigation.right:before {
content: "";
}
#portfolio .arrow-navigation.left {
background-image: url(../img/arrow.png);
background-position: center;
background-size: 40px;
background-repeat: no-repeat;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
#portfolio .arrow-navigation.left:before {
content: "";
}
/* ======================================================================= */
/* ============================ Clientes ================================= */
#clientes h2 {
margin: auto;
padding: 0.7%;
font-size: 1.2rem;
color: #9a9798;
text-align: center;
font-family: CenturyB;
}
#clientes .client-logo {
text-align: center;
}
#clientes div img {
height: 50%;
width: 50%;
cursor: pointer;
}
/* ======================================================================= */
/* ============================= Video =================================== */
#video-container {
background-color: #000;
height: auto;
text-align: center;
}
/* ======================================================================= */ | project/css/portfolio-base.css | #proj1, .proj1 {
background-image: url(../img/portfolio/1.png);
background-size: cover;
}
#proj2, .proj2 {
background-image: url(../img/portfolio/2.png);
background-size: cover;
}
#proj3, .proj3 {
background-image: url(../img/portfolio/3.png);
background-size: cover;
}
#proj4, .proj4 {
background-image: url(../img/portfolio/4.png);
background-size: cover;
}
#proj5, .proj5 {
background-image: url(../img/portfolio/5.png);
background-size: cover;
}
#proj6, .proj6 {
background-image: url(../img/portfolio/6.png);
background-size: cover;
}
#proj7, .proj7 {
background-image: url(../img/portfolio/7.png);
background-size: cover;
}
#proj8, .proj8 {
background-image: url(../img/portfolio/8.png);
background-size: cover;
}
#proj9, .proj9 {
background-image: url(../img/portfolio/9.png);
background-size: cover;
}
#proj10, .proj10 {
background-image: url(../img/portfolio/10.png);
background-size: cover;
}
/* ======================================================================= */
/* ============================ Main Img ================================= */
.main-image-proj {
background-image: url(../img/portfolio/back-portfolio.png);
}
.main-image-proj h1 {
font-family: CenturyB;
color: rgba(255,255,255,0.6);
text-align: center;
line-height: 550px;
font-size: 14vw;
padding-top: 1.4%;
}
/* ======================================================================= */
/* =========================== Portfolio ================================= */
#portfolio {
background-image: url(../img/portfolio/back.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%
}
#portfolio h3 {
text-align: center;
font-family: CenturyB;
color: #fff;
font-size: 1.0rem;
}
#portfolio .proj {
display: inline-block;
max-height: 300px;
width: 70%;
cursor: pointer;
}
#portfolio .proj .zoomer {
width: 100%;
height: 300px;
float: right;
text-align: center;
background-color: rgba(0,0,0,0.75);
opacity: 0;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#portfolio .proj .zoomer:hover {
opacity: 1;
}
#portfolio .proj .zoomer a {
color: rgba(255,255,255,0.4);
line-height: 300px;
width: 100%;
}
#portfolio .proj .label {
width: 100%;
background-color: #fff;
color: #94bb4d;
height: auto;
text-align: center;
font-family: CenturyB;
font-style: italic;
font-size: 0.5em;
float: right;
margin-top: 0%;
padding-top: 3px;
padding-bottom: 3px;
}
#portfolio .firstp {
margin-top: 5%;
margin-left: 14.5%;
margin-right: 7.5%;
margin-bottom: 5%;
}
#portfolio .secondp {
margin-top: 5%;
margin-left: 14.5%;
margin-right: 7.5%;
margin-bottom: 5%;
}
#portfolio .arrow-navigation:before {
opacity: 0.9;
font-size: 2rem !important;
}
#portfolio .arrow-navigation.right {
background-image: url(../img/arrow.png);
background-position: center;
background-size: 40px;
background-repeat: no-repeat;
}
#portfolio .arrow-navigation.right:before {
content: "";
}
#portfolio .arrow-navigation.left {
background-image: url(../img/arrow.png);
background-position: center;
background-size: 40px;
background-repeat: no-repeat;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
#portfolio .arrow-navigation.left:before {
content: "";
}
/* ======================================================================= */
/* ============================ Clientes ================================= */
#clientes h2 {
margin: auto;
padding: 0.7%;
font-size: 1.2rem;
color: #9a9798;
text-align: center;
font-family: CenturyB;
}
#clientes .client-logo {
text-align: center;
}
#clientes div img {
height: 50%;
width: 50%;
cursor: pointer;
}
/* ======================================================================= */
/* ============================= Video =================================== */
#video-container {
background-color: #000;
height: auto;
text-align: center;
}
/* ======================================================================= */ | 0.196942 | 0.092155 |
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* ==========================================================================
Reset
========================================================================== */
/**
* Remove anchor text-decoration
*/
a {
text-decoration: none;
}
/**
* Remove list-style
*/
ol, ul {
list-style: none;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p, a, ul {
font-size: 1em;
font-weight: normal;
}
/* Css Grid */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container {
width: 960px;
margin: 0 auto;
padding: 0px;
position: relative;
}
.container:after, .container:before {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid-1 {width: 40px;}
.grid-2 {width: 100px;}
.grid-3 {width: 160px;}
.grid-4 {width: 220px;}
.grid-5 {width: 280px;}
.grid-6 {width: 340px;}
.grid-7 {width: 400px;}
.grid-8 {width: 460px;}
.grid-9 {width: 520px;}
.grid-10 {width: 580px;}
.grid-11 {width: 640px;}
.grid-12 {width: 700px;}
.grid-13 {width: 760px;}
.grid-14 {width: 820px;}
.grid-15 {width: 880px;}
.grid-16 {width: 940px;}
.grid-1-3 {width: 300px;}
@media only screen and (min-width:768px) and (max-width:959px){
.container {
width: 768px;
}
.grid-1 {width: 28px;}
.grid-2 {width: 76px;}
.grid-3 {width: 124px;}
.grid-4 {width: 172px;}
.grid-5 {width: 220px;}
.grid-6 {width: 268px;}
.grid-7 {width: 316px;}
.grid-8 {width: 364px;}
.grid-9 {width: 412px;}
.grid-10 {width: 460px;}
.grid-11 {width: 508px;}
.grid-12 {width: 556px;}
.grid-13 {width: 604px;}
.grid-14 {width: 652px;}
.grid-15 {width: 700px;}
.grid-16 {width: 748px;}
.grid-1-3 {width: 236px;}
}
@media only screen and (max-width: 767px) {
.container {
width: 300px;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
width: 300px;
margin: 0 0 20px 0;
float: none;
}
}
/* Alterações Gerais */
body{
font-family: Arial, Helvetica, sans-serif;
}
p{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
line-height: 20px;
}
img {
display: block;
max-width: 100%;
}
.formphp label.nao-aparece, .formphp input.nao-aparece {
display: none !important;
}
#form-erro span, #form-send span {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
display: block;
}
#form-send {
color: #31aa39;
}
#form-erro {
color: #f64540;
}
.btn{
border: 3px solid #fec63e;
padding: 10px 35px ;
font-size: 16px;
color: #fec63e;
text-transform: uppercase;
line-height: 20px;
font-weight: bold;
letter-spacing: .1em;
transition: all .5s ease;
}
.btn:hover{
border-color: #fff;
color: #fff;
font-size: 20px;
}
.btn.btn-preto:hover{
background: #000;
font-size: 20px
}
.subtitulo{
font-size: 24px;
line-height: 30px;
font-weight: bold;
letter-spacing: .1em;
text-transform: uppercase;
text-align: center;
padding: 20px 0;
}
.subtitulo::after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #000;
margin: 12px auto 8px auto;
}
.produtos_lista_icone{
background: #000;
padding: 20px;
text-align: center;
}
.subtitulo-interno{
font-size: 24px;
line-height: 30px;
font-weight: bolder;
letter-spacing: .1em;
text-transform: uppercase;
padding: 20px 0;
}
.subtitulo-interno:after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #000;
margin: 15px 0;
}
/* Introdução interna */
.introducao-interna{
width: 100%;
margin-top: 92px;
height: 160px;
text-align: center;
color: #fff;
padding: 30px 0;
}
.introducao-interna h1{
font-size: 40px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}
.introducao-interna p::before {
content: "";
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 6px auto 8px auto;
}
/* Header */
.cabecalho{
background: #fec63e;
width: 100%;
padding: 15px 0;
position: fixed;
top: 0;
z-index: 5;
}
.cabecalho_menu{
text-align: right;
}
.cabecalho_menu ul li{
display: inline-flex;
margin-left: 35px;
margin-top: 20px;
}
.cabecalho_menu ul li a {
font-size: 16px;
color: black;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .1em;
padding: 10px 0;
transition: all .5s ease;
}
.cabecalho_menu ul li a:hover {
color: crimson;
font-weight: bold;
}
.cabecalho_menu ul li a.menu-ativo{
color: #fff;
}
/* Seção 1 */
.introducao {
width: 100%;
height: 380px;
background: url(../img/bg.jpg) no-repeat;
background-size: cover;
margin-top: 92px;
padding-top: 85px;
text-align: center;
}
.introducao h1{
font-size: 48px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}
.quote_externo {
font-size: 16px;
color: #fff;
text-align: center;
max-width: 360px;
margin: 0 auto;
margin-bottom: 40px;
}
.quote_externo p {
font-style: italic;
}
.quote_externo p::before , .quote_externo p::after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 14px auto 10px auto;
}
.quote_externo cite{
font-size: 25px;
color: black;
font-weight: bold;
letter-spacing: 0.1em;
}
.introducao .btn{
border: 3px solid #fec63e;
padding: 10px 35px ;
font-size: 16px;
color: #fec63e;
text-transform: uppercase;
line-height: 20px;
font-weight: bold;
letter-spacing: .1em;
}
.introducao .btn:hover{
border-color: #fff;
color: #fff;
font-size: 20px;
}
/* Produtos */
.produtos{
padding: 40px 0;
}
.produtos_lista li{
background: #cecece;
text-align: center;
}
.produtos_lista li h3{
letter-spacing: .1em;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
line-height: 25px;
padding-top: 10px;
}
.produtos_lista li h3:after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #000;
margin: 5px auto;
}
.produtos_lista_icone{
background: #000;
padding: 20px 50px;
text-align: center;
}
.produtos_lista li p{
font-style: italic;
padding: 15px 5px;
}
.call {
text-align: center;
padding-top: 40px;
font-style: italic;
clear: both;
}
.call p {
font-style: italic;
margin-bottom: 20px;
}
/* Portfolio */
.portfolio{
background: #000;
width: 100%;
padding: 40px 0;
}
.portfolio .subtitulo {
color: #fec63e;
}
.portfolio .subtitulo:after{
background: #fec63e;
}
.portfolio .call p{
color: #fff;
}
.portfolio-lista div:last-of-type{
margin-top: 20px;
}
/* Qualidade */
.qualidade{
padding: 60px 0;
}
.qualidade:after{
content: "";
width:634px ;
height: 83px;
display: block;
background: url(../img/linhas.png) no-repeat center;
position: absolute;
top: 225px;
right: 162px;
z-index: -1;
}
.qualidade img{
margin: 0 auto;
}
.qualidade_lista li h3{
letter-spacing: .1em;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
line-height: 25px;
padding-top: 40px;
text-align: center;
}
.qualidade_lista li h3:after{
content: "";
display: block;
width: 60px;
height: 3px;
background: #000;
margin: 6px auto;
}
/* Quebra */
.quebra{
width: 100%;
height: 220px;
background: url(../img/bg-footer.jpg) no-repeat center;
background-size: cover;
text-align: center;
padding-top: 15px;
}
.quebra .quote_externo{
max-width: 400px;
}
.quebra cite{
color: #fff;
}
/* Rodapé */
.footer{
background: #000;
width: 100%;
color: #fff;
padding-bottom: 20px;
}
.footer h3 {
color: #fec63e;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
line-height: 25px;
padding: 20px 0;
letter-spacing: .1em;
}
.footer h3:after{
content: "";
display: block;
width: 60px;
height: 3px;
background: #fec63e;
margin: 6px 0 12px 0;
}
.historia{
padding-right: 40px;
}
.contato ul li{
font-size: 14px;
line-height: 20px;
}
.footer_redes ul li {
display: inline-block;
margin-right: 12px;
}
.footer_redes ul li a {
border: 3px solid #fec63e;
display: block;
padding: 10px;
}
.footer_redes ul li a:hover {
border: 3px solid #fff;
display: block;
padding: 10px;
transition: 0.1s ease;
transform:translateY(-15px);
background-color: crimson;
transition: all 1s ease;
}
.copy{
width: 100%;
background-color: #fec63e;
padding: 20px 0;
text-align: center;
}
/* Animações */
.js .introducao h1, .js .introducao blockquote, .js .introducao .btn, .js .animar, .js .animar-interno, .js .introducao-interna h1, .js .introducao-interna p {
opacity:0;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes backInUp {
0% {
opacity: 0;
-webkit-transform: translateY(1200px) scale(1);
transform: translateY(1200px) scale(0.7);
}
80% {
opacity: 0.7;
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes backInUp {
0% {
-webkit-transform: translateY(1200px) scale(0.7);
transform: translateY(1200px) scale(0.7);
opacity: 0;
}
80% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.backInUp {
-webkit-animation-name: backInUp;
animation-name: backInUp;
}
/* Css Sobre */
.interna-sobre{
background: url(../img/bg-sobre.jpg) no-repeat center;
background-size: cover;
}
.missao-sobre{
padding-top: 30px;
text-align: justify;
}
.missao-sobre p{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 1em;
padding-right: 60px;
}
.missao-sobre ul li{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 18px;
line-height: 35px;
}
.foto-equipe{
padding-top: 40px;
}
/* Css Produtos */
.interna-produtos{
background: url(../img/bg-produtos.jpg) no-repeat center;
background-size: cover;
}
.produtos-item{
padding-top: 60px;
}
.produtos-item h2{
font-size: 40px;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: bold;
color: #fff;
position: relative;
top: -170px;
text-align: center;
margin-bottom: -56px;
}
.produtos-item h2:before , .produtos-item h2::after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 14px auto 10px auto;
}
.produto-icone{
background: #000;
padding: 70px 0 ;
}
.produto-icone img{
margin: 0 auto;
}
.produto-info{
background: #000;
margin-bottom: 2px;
}
.produto-info p{
color: #fff;
font-size: 18px;
padding: 32px 40px;
text-align: center;
}
.produto-info ul li{
background: #fec63e;
text-transform: uppercase;
font-size: 18px;
line-height: 20px;
text-align: center;
display: inline-block;
width: 230px;
height: 48px;
float: left;
font-weight: bold;
border: 2px solid black;
padding-top: 12px;
letter-spacing: .1em;
}
.produto-info ul li:hover{
color: #fff;
background: crimson;
border: 2px solid #fec63e;
transform: translateY(10px);
transition: all .8s ease-out;
}
/* Orçamento */
.orcamento{
width: 100%;
background: #000;
margin-top: 5px;
}
.orcamento h2{
color: #fec63e;
}
.orcamento .subtitulo:after{
background: #fec63e;
}
.form{
padding-right: 60px;
}
.form label{
display: block;
color: #fff;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 4px;
}
.form input, textarea{
display: block;
width: 100%;
background: #cecece;
border: 4px solid #fec63e;
padding: 7px 10px;
outline: none;
font-size: 14px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-bottom: 10px;
}
.form button{
background: none;
padding: 10px 40px;
margin-top: 10px;
margin-bottom: 40px;
}
.dados{
color: #fff;
}
.dados h3{
font-size: 18px;
text-transform: uppercase;
color: #fec63e;
font-weight: bold;
margin-bottom: 10px;
}
.dados span{
display: block;
color: #fff;
font-weight: bold;
font-size: 18px;
line-height: 30px;
font-style: italic;
}
.dados-email{
margin-bottom: 30px;
}
.dados p{
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #cecece;
}
.dados ul li{
font-family: 'Times New Roman', Times, serif;
font-size: 16px;
padding: 10px 15px;
}
.dados ul{
padding-right: 60px;
}
.dados ul li:nth-child(odd){
background: #353535;
overflow: hidden;
}
/* Css Portfolio */
.interna-portfolio{
background: url(../img/bg-portfolio.jpg) no-repeat center;
background-size: cover;
}
.quote_interno{
color: #000;
padding: 60px 0;
max-width: 420px;
margin: 0 auto;
}
.quote_interno p{
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
line-height: 25px;
font-style: italic;
font-weight: 500;
}
.quote_interno cite{
font-size: 20px;
font-weight: bold;
float: right;
}
/* Pluguin de slides */
.rslides, .rslides_portfolio {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li, .rslides_portfolio li{
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child, .rslides_portfolio li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img, .rslides_portfolio img {
display: block;
height: auto;
width: 100%;
border: 0;
}
.rslides_tabs {
text-align: center;
margin-top: 14px;
}
.rslides_tabs li {
display: inline;
margin: 0 8px;
}
.rslides_tabs li a {
display: inline-block;
width: 12px;
height: 12px;
background-color: #1d1d1d;
color: #1d1d1d;
border-radius: 20px;
overflow: hidden;
text-indent: -200px;
}
.rslides_tabs li a:hover, .rslides_tabs li.rslides_here a {
background-color: #fec63e;
color: #fec63e;
}
/* Css Contato */
.interna-contato{
background: url(../img/bg-contato.jpg) no-repeat center;
background-size: cover;
}
/* Contato */
.contato{
padding:15px 0 ;
}
.contato {
padding: 40px 0;
}
.contato_form {
padding-right: 60px;
}
.contato_form label {
display: block;
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 4px;
font-weight: bold;
}
.contato_form input {
display: block;
width: 100%;
border: 4px solid #fec63e;
background: none;
padding: 7px 10px;
margin-bottom: 10px;
outline: none;
font-family: Georgia, "Times New Roman", serif;
font-size: 14px;
line-height: 20px;
}
.contato_form textarea {
display: block;
width: 100%;
height: 120px;
border: 4px solid #fec63e;
background: none;
padding: 7px 10px;
margin-bottom: 20px;
outline: none;
font-family: Georgia, "Times New Roman", serif;
font-size: 14px;
line-height: 20px;
}
.contato .form button{
background: none;
padding: 10px 40px;
margin-top: 10px;
}
.dados{
color: #000;
}
.contato-dados h3{
font-size: 18px;
text-transform: uppercase;
color: #fec63e;
font-style: italic;
padding-top: 20px;
}
.contato-dados span{
display: block;
font-weight: bold;
font-size: 18px;
line-height: 30px;
font-style: italic;
}
.contato-dados span:nth-last-of-type(even){
margin-bottom: 30px;
}
.contato-dados ul {
margin-top: 10px;
}
.contato-dados p{
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #cecece;
}
.contato-dados ul li{
font-family: 'Times New Roman', Times, serif;
font-size: 16px;
padding: 2px 5px;
}
.contato-dados ul li {
display: inline-block;
margin-right: 2px;
}
.contato-dados ul li a {
border: 3px solid #fec63e;
display: block;
padding: 10px;
}
.contato-dados ul li a:hover {
border: 3px solid #fff;
display: block;
padding: 10px;
transition: 0.1s ease;
transform:translateY(-15px);
background-color: crimson;
}
.contato-dados ul li a {
border: 3px solid #fec63e;
display: block;
padding: 10px;
}
.contato-dados ul li a:hover {
border: 3px solid #fff;
display: block;
padding: 10px;
transition: 0.5s ease;
transform:translateY(-15px);
background-color: crimson;
}
.contato-mapa{
margin-bottom: 20px;
padding-top: 10px;
}
/* Css Responsivo */
/* Estilo para Tablet */
@media only screen and (min-width:768px) and (max-width:959px){
/* Qualidade Home */
.qualidade:after{
right: 66px;
}
.qualidade_lista li{
padding: 0 10px;
}
/* Footer redes sociais */
.footer_redes ul li {
margin:5px;
}
.footer_redes ul li a {
padding: 3px;
}
.footer_redes ul li a:hover {
padding: 3px;
transform:translateX(10px);
}
/* Produtos */
.produtos-item h2{
top: -150px;
margin-bottom: -56px;
}
.produto-icone{
padding: 41px 0 ;
}
.produto-info p{
font-size: 14px;
line-height: 20px;
height: 125px;
padding: 10px 25px;
}
.produto-info ul li{
width: 182px;
height: 48px;
}
}
/* Estilo para smartphone */
@media only screen and (max-width: 767px) {
/*Header */
.cabecalho{
position: relative ;
padding-bottom: 0;
}
.cabecalho img{
margin: 0 auto 20px;
}
.cabecalho_menu{
text-align: center;
}
.cabecalho_menu ul li{
margin: 5px;
}
.cabecalho_menu ul li a {
border: 4px solid #000;
width: 125px;
display: block;
float: right;
padding: 10px 0;
}
.cabecalho_menu ul li a:hover {
background-color: #000;
}
.cabecalho_menu ul li a.menu-ativo{
border-color: #fff;
}
/* Introducao interna */
.introducao-interna{
margin-top: 0;
}
/* Introdução */
.introducao {
margin-top: 0;
padding-top: 20px;
background: url(img/bg-mobile.jpg) no-repeat;
background-size: cover;
}
/* Chamada */
.call {
padding-top: 10px;
}
/* Qualidade */
.qualidade:after{
display: none;
}
/* sobre */
.missao-sobre p{
font-size: 14px;
line-height: 20px; ;
padding-right: 0;
}
.missao-sobre ul li{
line-height:30px; ;
font-size: 14px;
}
/* Produtos */
.produtos-item h2{
top: -100px;
margin-bottom: -68px;
}
.produto-icone{
padding: 41px 0 ;
}
.produto-info p{
font-size: 14px;
line-height: 20px;
height: auto;
padding: 10px 25px;
}
.produto-info ul li{
width: 150px;
height: 48px;
font-size: 15px;
border: 2px solid #fff;
}
.form{
padding-right: 0px;
}
.dados ul{
padding: 30px 0;
padding-right: 0px;
}
/* Contato */
.contato .form{
padding-right: 0px;
margin-bottom: 40px;
}
} | css/style.css | html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* ==========================================================================
Reset
========================================================================== */
/**
* Remove anchor text-decoration
*/
a {
text-decoration: none;
}
/**
* Remove list-style
*/
ol, ul {
list-style: none;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p, a, ul {
font-size: 1em;
font-weight: normal;
}
/* Css Grid */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container {
width: 960px;
margin: 0 auto;
padding: 0px;
position: relative;
}
.container:after, .container:before {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid-1 {width: 40px;}
.grid-2 {width: 100px;}
.grid-3 {width: 160px;}
.grid-4 {width: 220px;}
.grid-5 {width: 280px;}
.grid-6 {width: 340px;}
.grid-7 {width: 400px;}
.grid-8 {width: 460px;}
.grid-9 {width: 520px;}
.grid-10 {width: 580px;}
.grid-11 {width: 640px;}
.grid-12 {width: 700px;}
.grid-13 {width: 760px;}
.grid-14 {width: 820px;}
.grid-15 {width: 880px;}
.grid-16 {width: 940px;}
.grid-1-3 {width: 300px;}
@media only screen and (min-width:768px) and (max-width:959px){
.container {
width: 768px;
}
.grid-1 {width: 28px;}
.grid-2 {width: 76px;}
.grid-3 {width: 124px;}
.grid-4 {width: 172px;}
.grid-5 {width: 220px;}
.grid-6 {width: 268px;}
.grid-7 {width: 316px;}
.grid-8 {width: 364px;}
.grid-9 {width: 412px;}
.grid-10 {width: 460px;}
.grid-11 {width: 508px;}
.grid-12 {width: 556px;}
.grid-13 {width: 604px;}
.grid-14 {width: 652px;}
.grid-15 {width: 700px;}
.grid-16 {width: 748px;}
.grid-1-3 {width: 236px;}
}
@media only screen and (max-width: 767px) {
.container {
width: 300px;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
width: 300px;
margin: 0 0 20px 0;
float: none;
}
}
/* Alterações Gerais */
body{
font-family: Arial, Helvetica, sans-serif;
}
p{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
line-height: 20px;
}
img {
display: block;
max-width: 100%;
}
.formphp label.nao-aparece, .formphp input.nao-aparece {
display: none !important;
}
#form-erro span, #form-send span {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
display: block;
}
#form-send {
color: #31aa39;
}
#form-erro {
color: #f64540;
}
.btn{
border: 3px solid #fec63e;
padding: 10px 35px ;
font-size: 16px;
color: #fec63e;
text-transform: uppercase;
line-height: 20px;
font-weight: bold;
letter-spacing: .1em;
transition: all .5s ease;
}
.btn:hover{
border-color: #fff;
color: #fff;
font-size: 20px;
}
.btn.btn-preto:hover{
background: #000;
font-size: 20px
}
.subtitulo{
font-size: 24px;
line-height: 30px;
font-weight: bold;
letter-spacing: .1em;
text-transform: uppercase;
text-align: center;
padding: 20px 0;
}
.subtitulo::after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #000;
margin: 12px auto 8px auto;
}
.produtos_lista_icone{
background: #000;
padding: 20px;
text-align: center;
}
.subtitulo-interno{
font-size: 24px;
line-height: 30px;
font-weight: bolder;
letter-spacing: .1em;
text-transform: uppercase;
padding: 20px 0;
}
.subtitulo-interno:after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #000;
margin: 15px 0;
}
/* Introdução interna */
.introducao-interna{
width: 100%;
margin-top: 92px;
height: 160px;
text-align: center;
color: #fff;
padding: 30px 0;
}
.introducao-interna h1{
font-size: 40px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}
.introducao-interna p::before {
content: "";
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 6px auto 8px auto;
}
/* Header */
.cabecalho{
background: #fec63e;
width: 100%;
padding: 15px 0;
position: fixed;
top: 0;
z-index: 5;
}
.cabecalho_menu{
text-align: right;
}
.cabecalho_menu ul li{
display: inline-flex;
margin-left: 35px;
margin-top: 20px;
}
.cabecalho_menu ul li a {
font-size: 16px;
color: black;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .1em;
padding: 10px 0;
transition: all .5s ease;
}
.cabecalho_menu ul li a:hover {
color: crimson;
font-weight: bold;
}
.cabecalho_menu ul li a.menu-ativo{
color: #fff;
}
/* Seção 1 */
.introducao {
width: 100%;
height: 380px;
background: url(../img/bg.jpg) no-repeat;
background-size: cover;
margin-top: 92px;
padding-top: 85px;
text-align: center;
}
.introducao h1{
font-size: 48px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}
.quote_externo {
font-size: 16px;
color: #fff;
text-align: center;
max-width: 360px;
margin: 0 auto;
margin-bottom: 40px;
}
.quote_externo p {
font-style: italic;
}
.quote_externo p::before , .quote_externo p::after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 14px auto 10px auto;
}
.quote_externo cite{
font-size: 25px;
color: black;
font-weight: bold;
letter-spacing: 0.1em;
}
.introducao .btn{
border: 3px solid #fec63e;
padding: 10px 35px ;
font-size: 16px;
color: #fec63e;
text-transform: uppercase;
line-height: 20px;
font-weight: bold;
letter-spacing: .1em;
}
.introducao .btn:hover{
border-color: #fff;
color: #fff;
font-size: 20px;
}
/* Produtos */
.produtos{
padding: 40px 0;
}
.produtos_lista li{
background: #cecece;
text-align: center;
}
.produtos_lista li h3{
letter-spacing: .1em;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
line-height: 25px;
padding-top: 10px;
}
.produtos_lista li h3:after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #000;
margin: 5px auto;
}
.produtos_lista_icone{
background: #000;
padding: 20px 50px;
text-align: center;
}
.produtos_lista li p{
font-style: italic;
padding: 15px 5px;
}
.call {
text-align: center;
padding-top: 40px;
font-style: italic;
clear: both;
}
.call p {
font-style: italic;
margin-bottom: 20px;
}
/* Portfolio */
.portfolio{
background: #000;
width: 100%;
padding: 40px 0;
}
.portfolio .subtitulo {
color: #fec63e;
}
.portfolio .subtitulo:after{
background: #fec63e;
}
.portfolio .call p{
color: #fff;
}
.portfolio-lista div:last-of-type{
margin-top: 20px;
}
/* Qualidade */
.qualidade{
padding: 60px 0;
}
.qualidade:after{
content: "";
width:634px ;
height: 83px;
display: block;
background: url(../img/linhas.png) no-repeat center;
position: absolute;
top: 225px;
right: 162px;
z-index: -1;
}
.qualidade img{
margin: 0 auto;
}
.qualidade_lista li h3{
letter-spacing: .1em;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
line-height: 25px;
padding-top: 40px;
text-align: center;
}
.qualidade_lista li h3:after{
content: "";
display: block;
width: 60px;
height: 3px;
background: #000;
margin: 6px auto;
}
/* Quebra */
.quebra{
width: 100%;
height: 220px;
background: url(../img/bg-footer.jpg) no-repeat center;
background-size: cover;
text-align: center;
padding-top: 15px;
}
.quebra .quote_externo{
max-width: 400px;
}
.quebra cite{
color: #fff;
}
/* Rodapé */
.footer{
background: #000;
width: 100%;
color: #fff;
padding-bottom: 20px;
}
.footer h3 {
color: #fec63e;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
line-height: 25px;
padding: 20px 0;
letter-spacing: .1em;
}
.footer h3:after{
content: "";
display: block;
width: 60px;
height: 3px;
background: #fec63e;
margin: 6px 0 12px 0;
}
.historia{
padding-right: 40px;
}
.contato ul li{
font-size: 14px;
line-height: 20px;
}
.footer_redes ul li {
display: inline-block;
margin-right: 12px;
}
.footer_redes ul li a {
border: 3px solid #fec63e;
display: block;
padding: 10px;
}
.footer_redes ul li a:hover {
border: 3px solid #fff;
display: block;
padding: 10px;
transition: 0.1s ease;
transform:translateY(-15px);
background-color: crimson;
transition: all 1s ease;
}
.copy{
width: 100%;
background-color: #fec63e;
padding: 20px 0;
text-align: center;
}
/* Animações */
.js .introducao h1, .js .introducao blockquote, .js .introducao .btn, .js .animar, .js .animar-interno, .js .introducao-interna h1, .js .introducao-interna p {
opacity:0;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes backInUp {
0% {
opacity: 0;
-webkit-transform: translateY(1200px) scale(1);
transform: translateY(1200px) scale(0.7);
}
80% {
opacity: 0.7;
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes backInUp {
0% {
-webkit-transform: translateY(1200px) scale(0.7);
transform: translateY(1200px) scale(0.7);
opacity: 0;
}
80% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.backInUp {
-webkit-animation-name: backInUp;
animation-name: backInUp;
}
/* Css Sobre */
.interna-sobre{
background: url(../img/bg-sobre.jpg) no-repeat center;
background-size: cover;
}
.missao-sobre{
padding-top: 30px;
text-align: justify;
}
.missao-sobre p{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 1em;
padding-right: 60px;
}
.missao-sobre ul li{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 18px;
line-height: 35px;
}
.foto-equipe{
padding-top: 40px;
}
/* Css Produtos */
.interna-produtos{
background: url(../img/bg-produtos.jpg) no-repeat center;
background-size: cover;
}
.produtos-item{
padding-top: 60px;
}
.produtos-item h2{
font-size: 40px;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: bold;
color: #fff;
position: relative;
top: -170px;
text-align: center;
margin-bottom: -56px;
}
.produtos-item h2:before , .produtos-item h2::after{
content: "";
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 14px auto 10px auto;
}
.produto-icone{
background: #000;
padding: 70px 0 ;
}
.produto-icone img{
margin: 0 auto;
}
.produto-info{
background: #000;
margin-bottom: 2px;
}
.produto-info p{
color: #fff;
font-size: 18px;
padding: 32px 40px;
text-align: center;
}
.produto-info ul li{
background: #fec63e;
text-transform: uppercase;
font-size: 18px;
line-height: 20px;
text-align: center;
display: inline-block;
width: 230px;
height: 48px;
float: left;
font-weight: bold;
border: 2px solid black;
padding-top: 12px;
letter-spacing: .1em;
}
.produto-info ul li:hover{
color: #fff;
background: crimson;
border: 2px solid #fec63e;
transform: translateY(10px);
transition: all .8s ease-out;
}
/* Orçamento */
.orcamento{
width: 100%;
background: #000;
margin-top: 5px;
}
.orcamento h2{
color: #fec63e;
}
.orcamento .subtitulo:after{
background: #fec63e;
}
.form{
padding-right: 60px;
}
.form label{
display: block;
color: #fff;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 4px;
}
.form input, textarea{
display: block;
width: 100%;
background: #cecece;
border: 4px solid #fec63e;
padding: 7px 10px;
outline: none;
font-size: 14px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-bottom: 10px;
}
.form button{
background: none;
padding: 10px 40px;
margin-top: 10px;
margin-bottom: 40px;
}
.dados{
color: #fff;
}
.dados h3{
font-size: 18px;
text-transform: uppercase;
color: #fec63e;
font-weight: bold;
margin-bottom: 10px;
}
.dados span{
display: block;
color: #fff;
font-weight: bold;
font-size: 18px;
line-height: 30px;
font-style: italic;
}
.dados-email{
margin-bottom: 30px;
}
.dados p{
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #cecece;
}
.dados ul li{
font-family: 'Times New Roman', Times, serif;
font-size: 16px;
padding: 10px 15px;
}
.dados ul{
padding-right: 60px;
}
.dados ul li:nth-child(odd){
background: #353535;
overflow: hidden;
}
/* Css Portfolio */
.interna-portfolio{
background: url(../img/bg-portfolio.jpg) no-repeat center;
background-size: cover;
}
.quote_interno{
color: #000;
padding: 60px 0;
max-width: 420px;
margin: 0 auto;
}
.quote_interno p{
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
line-height: 25px;
font-style: italic;
font-weight: 500;
}
.quote_interno cite{
font-size: 20px;
font-weight: bold;
float: right;
}
/* Pluguin de slides */
.rslides, .rslides_portfolio {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li, .rslides_portfolio li{
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child, .rslides_portfolio li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img, .rslides_portfolio img {
display: block;
height: auto;
width: 100%;
border: 0;
}
.rslides_tabs {
text-align: center;
margin-top: 14px;
}
.rslides_tabs li {
display: inline;
margin: 0 8px;
}
.rslides_tabs li a {
display: inline-block;
width: 12px;
height: 12px;
background-color: #1d1d1d;
color: #1d1d1d;
border-radius: 20px;
overflow: hidden;
text-indent: -200px;
}
.rslides_tabs li a:hover, .rslides_tabs li.rslides_here a {
background-color: #fec63e;
color: #fec63e;
}
/* Css Contato */
.interna-contato{
background: url(../img/bg-contato.jpg) no-repeat center;
background-size: cover;
}
/* Contato */
.contato{
padding:15px 0 ;
}
.contato {
padding: 40px 0;
}
.contato_form {
padding-right: 60px;
}
.contato_form label {
display: block;
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 4px;
font-weight: bold;
}
.contato_form input {
display: block;
width: 100%;
border: 4px solid #fec63e;
background: none;
padding: 7px 10px;
margin-bottom: 10px;
outline: none;
font-family: Georgia, "Times New Roman", serif;
font-size: 14px;
line-height: 20px;
}
.contato_form textarea {
display: block;
width: 100%;
height: 120px;
border: 4px solid #fec63e;
background: none;
padding: 7px 10px;
margin-bottom: 20px;
outline: none;
font-family: Georgia, "Times New Roman", serif;
font-size: 14px;
line-height: 20px;
}
.contato .form button{
background: none;
padding: 10px 40px;
margin-top: 10px;
}
.dados{
color: #000;
}
.contato-dados h3{
font-size: 18px;
text-transform: uppercase;
color: #fec63e;
font-style: italic;
padding-top: 20px;
}
.contato-dados span{
display: block;
font-weight: bold;
font-size: 18px;
line-height: 30px;
font-style: italic;
}
.contato-dados span:nth-last-of-type(even){
margin-bottom: 30px;
}
.contato-dados ul {
margin-top: 10px;
}
.contato-dados p{
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #cecece;
}
.contato-dados ul li{
font-family: 'Times New Roman', Times, serif;
font-size: 16px;
padding: 2px 5px;
}
.contato-dados ul li {
display: inline-block;
margin-right: 2px;
}
.contato-dados ul li a {
border: 3px solid #fec63e;
display: block;
padding: 10px;
}
.contato-dados ul li a:hover {
border: 3px solid #fff;
display: block;
padding: 10px;
transition: 0.1s ease;
transform:translateY(-15px);
background-color: crimson;
}
.contato-dados ul li a {
border: 3px solid #fec63e;
display: block;
padding: 10px;
}
.contato-dados ul li a:hover {
border: 3px solid #fff;
display: block;
padding: 10px;
transition: 0.5s ease;
transform:translateY(-15px);
background-color: crimson;
}
.contato-mapa{
margin-bottom: 20px;
padding-top: 10px;
}
/* Css Responsivo */
/* Estilo para Tablet */
@media only screen and (min-width:768px) and (max-width:959px){
/* Qualidade Home */
.qualidade:after{
right: 66px;
}
.qualidade_lista li{
padding: 0 10px;
}
/* Footer redes sociais */
.footer_redes ul li {
margin:5px;
}
.footer_redes ul li a {
padding: 3px;
}
.footer_redes ul li a:hover {
padding: 3px;
transform:translateX(10px);
}
/* Produtos */
.produtos-item h2{
top: -150px;
margin-bottom: -56px;
}
.produto-icone{
padding: 41px 0 ;
}
.produto-info p{
font-size: 14px;
line-height: 20px;
height: 125px;
padding: 10px 25px;
}
.produto-info ul li{
width: 182px;
height: 48px;
}
}
/* Estilo para smartphone */
@media only screen and (max-width: 767px) {
/*Header */
.cabecalho{
position: relative ;
padding-bottom: 0;
}
.cabecalho img{
margin: 0 auto 20px;
}
.cabecalho_menu{
text-align: center;
}
.cabecalho_menu ul li{
margin: 5px;
}
.cabecalho_menu ul li a {
border: 4px solid #000;
width: 125px;
display: block;
float: right;
padding: 10px 0;
}
.cabecalho_menu ul li a:hover {
background-color: #000;
}
.cabecalho_menu ul li a.menu-ativo{
border-color: #fff;
}
/* Introducao interna */
.introducao-interna{
margin-top: 0;
}
/* Introdução */
.introducao {
margin-top: 0;
padding-top: 20px;
background: url(img/bg-mobile.jpg) no-repeat;
background-size: cover;
}
/* Chamada */
.call {
padding-top: 10px;
}
/* Qualidade */
.qualidade:after{
display: none;
}
/* sobre */
.missao-sobre p{
font-size: 14px;
line-height: 20px; ;
padding-right: 0;
}
.missao-sobre ul li{
line-height:30px; ;
font-size: 14px;
}
/* Produtos */
.produtos-item h2{
top: -100px;
margin-bottom: -68px;
}
.produto-icone{
padding: 41px 0 ;
}
.produto-info p{
font-size: 14px;
line-height: 20px;
height: auto;
padding: 10px 25px;
}
.produto-info ul li{
width: 150px;
height: 48px;
font-size: 15px;
border: 2px solid #fff;
}
.form{
padding-right: 0px;
}
.dados ul{
padding: 30px 0;
padding-right: 0px;
}
/* Contato */
.contato .form{
padding-right: 0px;
margin-bottom: 40px;
}
} | 0.665519 | 0.115911 |
.project {
padding: 20px;
}
.project .project-header .project-image-container {
width: 130px;
height: 110px;
overflow: hidden;
}
@media (max-width: 487px) {
.project .project-header .project-image-container {
margin: 0 auto;
}
}
@media (min-width: 487px) {
.project .project-header .project-image-container {
display: inline-block;
}
}
.project .project-header .project-image-container .project-image {
position: relative;
top: -372px;
left: -614px;
}
@media (min-width: 487px) {
.project .project-header .project-image-container .project-image {
top: -318px;
left: -573px;
}
}
@media (min-width: 487px) {
.project .project-header .project-image-container {
width: 230px;
height: 176px;
}
}
@media (min-width: 685px) {
.project .project-header .project-image-container {
width: 300px;
height: 227px;
}
}
.project .project-header .project-infos .project-primary-infos {
text-align: left;
margin-top: 25px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(166, 147, 204, 0.4);
}
.project .project-header .project-infos .project-primary-infos .project-title {
color: #986ece;
display: inline-block;
}
@media (min-width: 487px) {
.project .project-header .project-infos .project-primary-infos .project-title {
font-size: 1.3rem;
}
}
.project .project-header .project-infos .project-primary-infos .published-time {
font-size: .7rem;
display: inline-block;
}
@media (min-width: 487px) {
.project .project-header .project-infos .project-primary-infos .published-time {
margin-left: 15px;
}
}
.project .project-header .project-infos .project-primary-infos .project-nbViews {
float: right;
}
.project .project-header .project-infos .project-primary-infos .project-btn {
margin-top: -11px;
}
@media (min-width: 685px) {
.project .project-header .project-infos .project-primary-infos {
margin-left: 30px;
}
}
.project .project-header .project-infos .project-secondary-infos {
margin: 30px 0 0 30px;
}
.project .project-header .project-infos .project-secondary-infos strong {
display: inline-block;
font-size: .8rem;
}
.project .project-header .project-infos .project-secondary-infos strong:first-child {
padding: 0 0 5px 0;
margin-bottom: 10px;
border-bottom: 1px solid rgba(166, 147, 204, 0.4);
}
.project .project-header .project-infos .project-secondary-infos strong:nth-child(2) {
margin-left: 20px;
font-size: .7rem;
}
.project .project-header .project-infos .project-secondary-infos .project-techno-list {
display: block;
}
.project .project-header .project-infos .project-secondary-infos .project-techno-list .project-techno-list-items {
list-style: inside;
padding: 5px;
font-size: .7rem;
}
@media (min-width: 487px) {
.project .project-header .project-infos {
display: inline-block;
vertical-align: top;
}
}
.project .project-content {
padding-top: 45px;
}
.project .project-content .project-description {
line-height: 30px;
}
.project .project-gallery {
padding-top: 30px;
}
.project .project-gallery div {
max-width: 230px ;
max-height: 150px;
margin: 0 auto;
margin-top: 40px;
}
.project .project-gallery div img {
max-width: 230px ;
max-height: 150px;
} | public/css/module/portfolio/_project.css | .project {
padding: 20px;
}
.project .project-header .project-image-container {
width: 130px;
height: 110px;
overflow: hidden;
}
@media (max-width: 487px) {
.project .project-header .project-image-container {
margin: 0 auto;
}
}
@media (min-width: 487px) {
.project .project-header .project-image-container {
display: inline-block;
}
}
.project .project-header .project-image-container .project-image {
position: relative;
top: -372px;
left: -614px;
}
@media (min-width: 487px) {
.project .project-header .project-image-container .project-image {
top: -318px;
left: -573px;
}
}
@media (min-width: 487px) {
.project .project-header .project-image-container {
width: 230px;
height: 176px;
}
}
@media (min-width: 685px) {
.project .project-header .project-image-container {
width: 300px;
height: 227px;
}
}
.project .project-header .project-infos .project-primary-infos {
text-align: left;
margin-top: 25px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(166, 147, 204, 0.4);
}
.project .project-header .project-infos .project-primary-infos .project-title {
color: #986ece;
display: inline-block;
}
@media (min-width: 487px) {
.project .project-header .project-infos .project-primary-infos .project-title {
font-size: 1.3rem;
}
}
.project .project-header .project-infos .project-primary-infos .published-time {
font-size: .7rem;
display: inline-block;
}
@media (min-width: 487px) {
.project .project-header .project-infos .project-primary-infos .published-time {
margin-left: 15px;
}
}
.project .project-header .project-infos .project-primary-infos .project-nbViews {
float: right;
}
.project .project-header .project-infos .project-primary-infos .project-btn {
margin-top: -11px;
}
@media (min-width: 685px) {
.project .project-header .project-infos .project-primary-infos {
margin-left: 30px;
}
}
.project .project-header .project-infos .project-secondary-infos {
margin: 30px 0 0 30px;
}
.project .project-header .project-infos .project-secondary-infos strong {
display: inline-block;
font-size: .8rem;
}
.project .project-header .project-infos .project-secondary-infos strong:first-child {
padding: 0 0 5px 0;
margin-bottom: 10px;
border-bottom: 1px solid rgba(166, 147, 204, 0.4);
}
.project .project-header .project-infos .project-secondary-infos strong:nth-child(2) {
margin-left: 20px;
font-size: .7rem;
}
.project .project-header .project-infos .project-secondary-infos .project-techno-list {
display: block;
}
.project .project-header .project-infos .project-secondary-infos .project-techno-list .project-techno-list-items {
list-style: inside;
padding: 5px;
font-size: .7rem;
}
@media (min-width: 487px) {
.project .project-header .project-infos {
display: inline-block;
vertical-align: top;
}
}
.project .project-content {
padding-top: 45px;
}
.project .project-content .project-description {
line-height: 30px;
}
.project .project-gallery {
padding-top: 30px;
}
.project .project-gallery div {
max-width: 230px ;
max-height: 150px;
margin: 0 auto;
margin-top: 40px;
}
.project .project-gallery div img {
max-width: 230px ;
max-height: 150px;
} | 0.427158 | 0.053825 |
* {
margin: 0;
padding: 0;
}
body {
background-color: white;
}
header {
display: flex;
height: 100px;
background-color: #3D5A96;
color: white;
justify-content: space-between;
}
header .logo {
display: flex;
align-items: flex-end;
width: 40%;
color: white;
font-size: 50px;
font-weight: bold;
font-family: Roboto;
margin-left: 150px;
margin-bottom: 15px;
margin-right: 100px;
}
.login1 {
display: flex;
margin-left: 20px;
font-size: 14px;
margin-right: 140px;
}
.login1 form {
display: flex;
flex-direction: column;
height: 100px;
justify-content: center;
width: 100%;
}
form div {
margin-bottom: 5px;
}
.login1 input {
display: flex;
margin-bottom: 6px;
padding: 3px;
}
.login1 a {
color: rgba(255, 255, 255, 0.514);
font-size: 14px;
text-decoration: none;
}
.login2 {
margin: 5px;
}
label {
display: flex;
color: rgba(255, 255, 255, 0.514);
font-size: 14px;
text-decoration: none;
}
label .checkbox {
margin-right: 4px;
}
.button {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 18px;
}
.button div {
background-color: #5F7A9D;
padding: 3px;
border: 1px solid rgba(255, 255, 255, 0.274);
box-shadow: 0px 1px 3px black;
font-size: 14px;
font-weight: bold;
margin-bottom: 9px;
}
.button a {
font-size: 14px;
color: white;
text-decoration: none;
}
a:visited{
text-decoration: none;
}
main {
display: flex;
font-family: Arial, Helvetica, sans-serif;
color: black;
background: linear-gradient(to top, #D4DAE9, #FFFFFF);
height: 620px;
}
.facebook-image {
display: flex;
flex-direction: column;
align-items: center;
width: 65%;
}
.facebook-image h3 {
margin-top: 20px;
max-width: 700px;
font-weight: bolder;
font-size: 25px;
}
.facebook-image img {
margin: 40px;
}
.corpo{
display: flex;
flex-direction: column;
justify-content: center;
width: 35%;
margin-right: 40px;
}
.corpo .cadastro {
display: flex;
flex-direction: column;
align-items: flex-end;
font-size: 12px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}
.cadastro div {
display: flex;
margin: 2px;
align-items: center;
}
.cadastro div input {
margin-left: 3px;
width: 300px;
height: 30px;
}
div .sexo {
display: flex;
}
.sexo div {
justify-self: flex-start;
}
div .textop {
display: flex;
flex-direction: column;
align-items: flex-end;
width: 300px;
font-size: 10px;
margin-bottom: 10px;
}
.textop a {
margin-bottom: 10px;
margin-right: 53px;
}
.registrar{
width: 300px;
height: 30px;
}
.registrar a {
display: flex;
background-color: #42b72a;
margin-right: 100px;
font-size: 12px;
padding-left: 25px;
padding-right: 25px;
padding-top: 6px;
padding-bottom: 6px;
margin-top: 12px;
margin-bottom: 12px;
color: white;
border: 1px solid black;
box-shadow: 0px 0px 1px black;
border-radius: 2px;
text-decoration: none;
}
div .create {
display: flex;
font-size: 14px;
justify-content: center;
margin: 15px;
}
.create a {
margin-right: 5px;
text-decoration: none;
font-weight: bold;
}
footer {
display: flex;
flex-direction: column;
height: 20px;
}
.linha1 {
margin-left: 10px;
}
.linha1 ul {
display: flex;
list-style-type: none;
}
.linha1 li {
margin: 10px;
}
li a {
text-decoration: none;
}
.more {
background-color: rgba(170, 165, 165, 0.432);
padding-left: 4px;
padding-right: 4px;
}
footer hr {
display: flex;
margin: auto;
width: 98%;
}
.linha2 {
display: flex;
justify-content: space-between;
margin: 10px;
margin-left: 20px;
}
.linha2 a {
text-decoration: none;
}
.linha2 ul {
display: flex;
list-style-type: none;
margin-right: 20px;
margin-left: 10px;
}
.linha2 li {
margin: 03px;
}
@media (max-width: 900px) {
header {
max-width: 100%;
}
header .logo {
margin-left: 20px;
width: 20%;
}
.login input {
padding: 0px;
margin-left: 0px;
}
.button div {
padding: 0px;
font-size: 14px;
}
}
@media (max-width: 200px) {
header {
height: 200px;
}
} | estudos/modulo08-seletores-CSS3/aula02-exercicio-pagina-formulario-facebook1/style.css | * {
margin: 0;
padding: 0;
}
body {
background-color: white;
}
header {
display: flex;
height: 100px;
background-color: #3D5A96;
color: white;
justify-content: space-between;
}
header .logo {
display: flex;
align-items: flex-end;
width: 40%;
color: white;
font-size: 50px;
font-weight: bold;
font-family: Roboto;
margin-left: 150px;
margin-bottom: 15px;
margin-right: 100px;
}
.login1 {
display: flex;
margin-left: 20px;
font-size: 14px;
margin-right: 140px;
}
.login1 form {
display: flex;
flex-direction: column;
height: 100px;
justify-content: center;
width: 100%;
}
form div {
margin-bottom: 5px;
}
.login1 input {
display: flex;
margin-bottom: 6px;
padding: 3px;
}
.login1 a {
color: rgba(255, 255, 255, 0.514);
font-size: 14px;
text-decoration: none;
}
.login2 {
margin: 5px;
}
label {
display: flex;
color: rgba(255, 255, 255, 0.514);
font-size: 14px;
text-decoration: none;
}
label .checkbox {
margin-right: 4px;
}
.button {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 18px;
}
.button div {
background-color: #5F7A9D;
padding: 3px;
border: 1px solid rgba(255, 255, 255, 0.274);
box-shadow: 0px 1px 3px black;
font-size: 14px;
font-weight: bold;
margin-bottom: 9px;
}
.button a {
font-size: 14px;
color: white;
text-decoration: none;
}
a:visited{
text-decoration: none;
}
main {
display: flex;
font-family: Arial, Helvetica, sans-serif;
color: black;
background: linear-gradient(to top, #D4DAE9, #FFFFFF);
height: 620px;
}
.facebook-image {
display: flex;
flex-direction: column;
align-items: center;
width: 65%;
}
.facebook-image h3 {
margin-top: 20px;
max-width: 700px;
font-weight: bolder;
font-size: 25px;
}
.facebook-image img {
margin: 40px;
}
.corpo{
display: flex;
flex-direction: column;
justify-content: center;
width: 35%;
margin-right: 40px;
}
.corpo .cadastro {
display: flex;
flex-direction: column;
align-items: flex-end;
font-size: 12px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}
.cadastro div {
display: flex;
margin: 2px;
align-items: center;
}
.cadastro div input {
margin-left: 3px;
width: 300px;
height: 30px;
}
div .sexo {
display: flex;
}
.sexo div {
justify-self: flex-start;
}
div .textop {
display: flex;
flex-direction: column;
align-items: flex-end;
width: 300px;
font-size: 10px;
margin-bottom: 10px;
}
.textop a {
margin-bottom: 10px;
margin-right: 53px;
}
.registrar{
width: 300px;
height: 30px;
}
.registrar a {
display: flex;
background-color: #42b72a;
margin-right: 100px;
font-size: 12px;
padding-left: 25px;
padding-right: 25px;
padding-top: 6px;
padding-bottom: 6px;
margin-top: 12px;
margin-bottom: 12px;
color: white;
border: 1px solid black;
box-shadow: 0px 0px 1px black;
border-radius: 2px;
text-decoration: none;
}
div .create {
display: flex;
font-size: 14px;
justify-content: center;
margin: 15px;
}
.create a {
margin-right: 5px;
text-decoration: none;
font-weight: bold;
}
footer {
display: flex;
flex-direction: column;
height: 20px;
}
.linha1 {
margin-left: 10px;
}
.linha1 ul {
display: flex;
list-style-type: none;
}
.linha1 li {
margin: 10px;
}
li a {
text-decoration: none;
}
.more {
background-color: rgba(170, 165, 165, 0.432);
padding-left: 4px;
padding-right: 4px;
}
footer hr {
display: flex;
margin: auto;
width: 98%;
}
.linha2 {
display: flex;
justify-content: space-between;
margin: 10px;
margin-left: 20px;
}
.linha2 a {
text-decoration: none;
}
.linha2 ul {
display: flex;
list-style-type: none;
margin-right: 20px;
margin-left: 10px;
}
.linha2 li {
margin: 03px;
}
@media (max-width: 900px) {
header {
max-width: 100%;
}
header .logo {
margin-left: 20px;
width: 20%;
}
.login input {
padding: 0px;
margin-left: 0px;
}
.button div {
padding: 0px;
font-size: 14px;
}
}
@media (max-width: 200px) {
header {
height: 200px;
}
} | 0.471467 | 0.11304 |
body {
margin: 0;
}
.site {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto;
grid-gap: 5px;
background-color: #fff;
color: #444;
}
.header {
grid-column: 1/span 6;
grid-row: 1;
background-color:rgb(255, 255, 255);
color: white;
border-bottom: solid 2px rgb(160, 159, 159);
}
.header > h1 {
text-align: center;
padding-bottom: 2%;
color: rgb(148, 147, 147);
}
header > nav > ul {
text-align: center;
}
header > nav > ul > li {
display: inline;
margin: 4%;
}
header > nav > ul > li > a {
color: rgb(148, 147, 147);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}
header > nav > ul > li > a:hover {
text-decoration: underline;
}
.sidbar {
grid-column: 1;
grid-row: 2;
background-color: rgb(255, 255, 255);
border:solid 2px rgb(148, 147, 147);
}
.sidbar > nav > h3 {
margin-left: 5%;
color: rgb(148, 147, 147);
}
.sidbar > nav > ul {
margin-left: 4%;
color: rgb(148, 147, 147);
}
.sidbar > nav > ul > li {
margin-left: 2%;
color: rgb(148, 147, 147);
}
.sidbar > nav > ul > li > a {
color: rgb(148, 147, 147);
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
.sidbar > nav > ul > li > a:hover {
text-decoration: underline;
}
.galleri {
grid-column: 2/span 5;
grid-row: 2;
}
.nested img {
float: left;
width: 30%;
margin: 1.6%;
}
.box {
padding: 14px;
border-radius:5px;
}
.box {
padding: 14px;
border-radius:5px;
}
.sidfot {
grid-column: 1/ span 6;
grid-row: 7;
background-color:rgb(255, 255, 255);
color: rgb(148, 147, 147);
border-top: solid 2px rgb(148, 147, 147);
padding: 0.5%;
}
.sidfot p {
padding: 0;
margin: 0;
float: right;
} | css/style.css | body {
margin: 0;
}
.site {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto;
grid-gap: 5px;
background-color: #fff;
color: #444;
}
.header {
grid-column: 1/span 6;
grid-row: 1;
background-color:rgb(255, 255, 255);
color: white;
border-bottom: solid 2px rgb(160, 159, 159);
}
.header > h1 {
text-align: center;
padding-bottom: 2%;
color: rgb(148, 147, 147);
}
header > nav > ul {
text-align: center;
}
header > nav > ul > li {
display: inline;
margin: 4%;
}
header > nav > ul > li > a {
color: rgb(148, 147, 147);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}
header > nav > ul > li > a:hover {
text-decoration: underline;
}
.sidbar {
grid-column: 1;
grid-row: 2;
background-color: rgb(255, 255, 255);
border:solid 2px rgb(148, 147, 147);
}
.sidbar > nav > h3 {
margin-left: 5%;
color: rgb(148, 147, 147);
}
.sidbar > nav > ul {
margin-left: 4%;
color: rgb(148, 147, 147);
}
.sidbar > nav > ul > li {
margin-left: 2%;
color: rgb(148, 147, 147);
}
.sidbar > nav > ul > li > a {
color: rgb(148, 147, 147);
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
.sidbar > nav > ul > li > a:hover {
text-decoration: underline;
}
.galleri {
grid-column: 2/span 5;
grid-row: 2;
}
.nested img {
float: left;
width: 30%;
margin: 1.6%;
}
.box {
padding: 14px;
border-radius:5px;
}
.box {
padding: 14px;
border-radius:5px;
}
.sidfot {
grid-column: 1/ span 6;
grid-row: 7;
background-color:rgb(255, 255, 255);
color: rgb(148, 147, 147);
border-top: solid 2px rgb(148, 147, 147);
padding: 0.5%;
}
.sidfot p {
padding: 0;
margin: 0;
float: right;
} | 0.539226 | 0.158304 |
nav {
height: 3.125rem;
}
.navbar-logo-custom {
max-height: 2em;
}
.navbar-toggler-custom {
border: none;
}
/* HEADER */
header {
height: 20rem;
}
.carousel-item img {
height: 20rem;
}
.img-gradient:after {
content:'';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: inline-block;
background: -moz-linear-gradient(bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* FF3.6+ */
background: -webkit-linear-gradient(bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* W3C */
}
/* GRID SECTION */
.item-box {
height: 7rem;
width: 7rem;
background: #e4e4e4;
}
#grid > div:nth-child(4) button{
background: #494848;
}
#grid > div:nth-child(10) button {
background: #0f0e0e;
}
.fourth-item-background {
background: #494848 !important;
}
.tenth-item-background {
background: #0f0e0e !important;
}
/* Modal */
.modal-header-custom {
border: none;
}
.modal-content-custom {
background-color: #e4e4e4;
}
.item-box-modal {
background-color: #b3b3b3;
height: 10em;
width: auto;
}
.btn-cancel {
left: 92.5%;
top: 2%;
}
/*
Por definición del operador "~" solamente podría cambiar el background color de los elementos hermanos siguientes
de los especificados en el hover (en este caso, el item 4 y 10). Por lo que decidí manejar este requerimiento mediante
un script en javascript para manejar el caso de TODOS los hermanos independientemente de si son los sucesores del elemento o no
#grid > div:nth-child(4):hover ~ div button{
background: #494848;
}
#grid > div:nth-child(10):hover ~ div button{
background: #0f0e0e;
}
*/
/* Dispositivos moviles */
@media (max-width: 575.98px) {
.navbar-custom {
min-height: 8.5vh;
}
header {
height: 10rem;
}
.carousel-item img {
height: 10rem;
}
.carousel-caption-custom {
font-size: 0.4rem;
}
}
/* Dispositivos pequeños y medianos como tablets */
@media (min-width: 576px) and (max-width: 991.98px) {
.navbar-custom {
min-height: 8vh;
}
} | css/styles.css | nav {
height: 3.125rem;
}
.navbar-logo-custom {
max-height: 2em;
}
.navbar-toggler-custom {
border: none;
}
/* HEADER */
header {
height: 20rem;
}
.carousel-item img {
height: 20rem;
}
.img-gradient:after {
content:'';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: inline-block;
background: -moz-linear-gradient(bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* FF3.6+ */
background: -webkit-linear-gradient(bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #343a403b 25%,rgba(34, 34, 34, 0.9) 100%); /* W3C */
}
/* GRID SECTION */
.item-box {
height: 7rem;
width: 7rem;
background: #e4e4e4;
}
#grid > div:nth-child(4) button{
background: #494848;
}
#grid > div:nth-child(10) button {
background: #0f0e0e;
}
.fourth-item-background {
background: #494848 !important;
}
.tenth-item-background {
background: #0f0e0e !important;
}
/* Modal */
.modal-header-custom {
border: none;
}
.modal-content-custom {
background-color: #e4e4e4;
}
.item-box-modal {
background-color: #b3b3b3;
height: 10em;
width: auto;
}
.btn-cancel {
left: 92.5%;
top: 2%;
}
/*
Por definición del operador "~" solamente podría cambiar el background color de los elementos hermanos siguientes
de los especificados en el hover (en este caso, el item 4 y 10). Por lo que decidí manejar este requerimiento mediante
un script en javascript para manejar el caso de TODOS los hermanos independientemente de si son los sucesores del elemento o no
#grid > div:nth-child(4):hover ~ div button{
background: #494848;
}
#grid > div:nth-child(10):hover ~ div button{
background: #0f0e0e;
}
*/
/* Dispositivos moviles */
@media (max-width: 575.98px) {
.navbar-custom {
min-height: 8.5vh;
}
header {
height: 10rem;
}
.carousel-item img {
height: 10rem;
}
.carousel-caption-custom {
font-size: 0.4rem;
}
}
/* Dispositivos pequeños y medianos como tablets */
@media (min-width: 576px) and (max-width: 991.98px) {
.navbar-custom {
min-height: 8vh;
}
} | 0.327238 | 0.098079 |
.scroll-top-wrapper {
position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
background-color: #777777;
color: #eeeeee;
width: 50px;
height: 48px;
line-height: 48px;
right: 30px;
bottom: 30px;
padding-top: 2px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
background-color: #888888;
}
.scroll-top-wrapper.show {
visibility:visible;
cursor:pointer;
opacity: 1.0;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}
.update-nag{
display: block;
font-size: 14px;
text-align: left;
background-color: #fff;
height: 40px;
width: 40%;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin-bottom: 10px;
}
.update-nag:hover{
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
.update-nag > .update-split{
background: #337ab7;
width: 33px;
float: left;
color: #fff!important;
height: 100%;
text-align: center;
}
.update-nag > .update-split > .glyphicon{
position:relative;
top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
background: #5cb85c!important;
}
.update-nag > .update-split.update-danger{
background: #d9534f!important;
}
.update-nag > .update-split.update-info{
background: #5bc0de!important;
}
.update-nag > .update-text{
line-height: 19px;
padding-top: 11px;
padding-left: 45px;
padding-right: 10px;
}
.update-nag > .update-close{
float: right;
padding: 10px;
cursor: pointer;
color:#fff;
background-color: #e74c3c;
}
.update-nag > .update-close:hover{
background-color:#c0392b;
}
/*
Notifications
*/
.modal {
padding-right: 0px;
background-color: rgba(4, 4, 4, 0.8);
}
.modal-dialog {
top: 20%;
width: 100%;
position: absolute;
}
.modal-content {
border-radius: 0px;
border: none;
top: 40%;
}
.modal-body {
background-color: #0f8845;
color: white;
}
.material-button-anim {
position: relative;
padding: 127px 15px 27px;
text-align: center;
max-width: 320px;
margin: 0 auto 20px;
}
.material-button {
position: relative;
top: 0;
z-index: 1;
width: 70px;
height: 70px;
font-size: 1.5em;
color: #fff;
background: #2C98DE;
border: none;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0,0,0,.275);
outline: none;
}
.material-button-toggle {
z-index: 3;
width: 90px;
height: 90px;
margin: 0 auto;
}
.material-button-toggle span {
-webkit-transform: none;
transform: none;
-webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
transition: transform .175s cubic-bazier(.175,.67,.83,.67);
}
.material-button-toggle.open {
-webkit-transform: scale(1.3,1.3);
transform: scale(1.3,1.3);
-webkit-animation: toggleBtnAnim .175s;
animation: toggleBtnAnim .175s;
}
.material-button-toggle.open span {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
transition: transform .175s cubic-bazier(.175,.67,.83,.67);
}
#options {
height: 70px;
}
.option {
position: relative;
}
.option .option1,
.option .option2,
.option .option3 {
filter: blur(5px);
-webkit-filter: blur(5px);
-webkit-transition: all .175s;
transition: all .175s;
}
.option .option1 {
-webkit-transform: translate3d(90px,90px,0) scale(.8,.8);
transform: translate3d(90px,90px,0) scale(.8,.8);
}
.option .option2 {
-webkit-transform: translate3d(0,90px,0) scale(.8,.8);
transform: translate3d(0,90px,0) scale(.8,.8);
}
.option .option3 {
-webkit-transform: translate3d(-90px,90px,0) scale(.8,.8);
transform: translate3d(-90px,90px,0) scale(.8,.8);
}
.option.scale-on .option1,
.option.scale-on .option2,
.option.scale-on .option3 {
filter: blur(0);
-webkit-filter: blur(0);
-webkit-transform: none;
transform: none;
-webkit-transition: all .175s;
transition: all .175s;
}
.option.scale-on .option2 {
-webkit-transform: translateY(-28px) translateZ(0);
transform: translateY(-28px) translateZ(0);
-webkit-transition: all .175s;
transition: all .175s;
}
@keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
25% {
-webkit-transform: scale(1.4,1.4);
transform: scale(1.4,1.4);
}
75% {
-webkit-transform: scale(1.2,1.2);
transform: scale(1.2,1.2);
}
100% {
-webkit-transform: scale(1.3,1.3);
transform: scale(1.3,1.3);
}
}
@-webkit-keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
25% {
-webkit-transform: scale(1.4,1.4);
transform: scale(1.4,1.4);
}
75% {
-webkit-transform: scale(1.2,1.2);
transform: scale(1.2,1.2);
}
100% {
-webkit-transform: scale(1.3,1.3);
transform: scale(1.3,1.3);
}
}
ul.social-network {
list-style: none;
display: inline;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoGithub:hover {
background-color: black;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}
.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 50px;
height: 50px;
font-size:20px;
}
.social-circle li i {
margin:0;
line-height:50px;
text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
padding: 0;
}
}
.intro-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #fff;
}
.about-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;
}
.services-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #fff;
}
.contact-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;
}
body {
width: 100%;
height: 100%;
}
html {
width: 100%;
height: 100%;
} | css/custom.css | .scroll-top-wrapper {
position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
background-color: #777777;
color: #eeeeee;
width: 50px;
height: 48px;
line-height: 48px;
right: 30px;
bottom: 30px;
padding-top: 2px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
background-color: #888888;
}
.scroll-top-wrapper.show {
visibility:visible;
cursor:pointer;
opacity: 1.0;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}
.update-nag{
display: block;
font-size: 14px;
text-align: left;
background-color: #fff;
height: 40px;
width: 40%;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
margin-bottom: 10px;
}
.update-nag:hover{
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
.update-nag > .update-split{
background: #337ab7;
width: 33px;
float: left;
color: #fff!important;
height: 100%;
text-align: center;
}
.update-nag > .update-split > .glyphicon{
position:relative;
top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
background: #5cb85c!important;
}
.update-nag > .update-split.update-danger{
background: #d9534f!important;
}
.update-nag > .update-split.update-info{
background: #5bc0de!important;
}
.update-nag > .update-text{
line-height: 19px;
padding-top: 11px;
padding-left: 45px;
padding-right: 10px;
}
.update-nag > .update-close{
float: right;
padding: 10px;
cursor: pointer;
color:#fff;
background-color: #e74c3c;
}
.update-nag > .update-close:hover{
background-color:#c0392b;
}
/*
Notifications
*/
.modal {
padding-right: 0px;
background-color: rgba(4, 4, 4, 0.8);
}
.modal-dialog {
top: 20%;
width: 100%;
position: absolute;
}
.modal-content {
border-radius: 0px;
border: none;
top: 40%;
}
.modal-body {
background-color: #0f8845;
color: white;
}
.material-button-anim {
position: relative;
padding: 127px 15px 27px;
text-align: center;
max-width: 320px;
margin: 0 auto 20px;
}
.material-button {
position: relative;
top: 0;
z-index: 1;
width: 70px;
height: 70px;
font-size: 1.5em;
color: #fff;
background: #2C98DE;
border: none;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0,0,0,.275);
outline: none;
}
.material-button-toggle {
z-index: 3;
width: 90px;
height: 90px;
margin: 0 auto;
}
.material-button-toggle span {
-webkit-transform: none;
transform: none;
-webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
transition: transform .175s cubic-bazier(.175,.67,.83,.67);
}
.material-button-toggle.open {
-webkit-transform: scale(1.3,1.3);
transform: scale(1.3,1.3);
-webkit-animation: toggleBtnAnim .175s;
animation: toggleBtnAnim .175s;
}
.material-button-toggle.open span {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
transition: transform .175s cubic-bazier(.175,.67,.83,.67);
}
#options {
height: 70px;
}
.option {
position: relative;
}
.option .option1,
.option .option2,
.option .option3 {
filter: blur(5px);
-webkit-filter: blur(5px);
-webkit-transition: all .175s;
transition: all .175s;
}
.option .option1 {
-webkit-transform: translate3d(90px,90px,0) scale(.8,.8);
transform: translate3d(90px,90px,0) scale(.8,.8);
}
.option .option2 {
-webkit-transform: translate3d(0,90px,0) scale(.8,.8);
transform: translate3d(0,90px,0) scale(.8,.8);
}
.option .option3 {
-webkit-transform: translate3d(-90px,90px,0) scale(.8,.8);
transform: translate3d(-90px,90px,0) scale(.8,.8);
}
.option.scale-on .option1,
.option.scale-on .option2,
.option.scale-on .option3 {
filter: blur(0);
-webkit-filter: blur(0);
-webkit-transform: none;
transform: none;
-webkit-transition: all .175s;
transition: all .175s;
}
.option.scale-on .option2 {
-webkit-transform: translateY(-28px) translateZ(0);
transform: translateY(-28px) translateZ(0);
-webkit-transition: all .175s;
transition: all .175s;
}
@keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
25% {
-webkit-transform: scale(1.4,1.4);
transform: scale(1.4,1.4);
}
75% {
-webkit-transform: scale(1.2,1.2);
transform: scale(1.2,1.2);
}
100% {
-webkit-transform: scale(1.3,1.3);
transform: scale(1.3,1.3);
}
}
@-webkit-keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
25% {
-webkit-transform: scale(1.4,1.4);
transform: scale(1.4,1.4);
}
75% {
-webkit-transform: scale(1.2,1.2);
transform: scale(1.2,1.2);
}
100% {
-webkit-transform: scale(1.3,1.3);
transform: scale(1.3,1.3);
}
}
ul.social-network {
list-style: none;
display: inline;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoGithub:hover {
background-color: black;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}
.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 50px;
height: 50px;
font-size:20px;
}
.social-circle li i {
margin:0;
line-height:50px;
text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
padding: 0;
}
}
.intro-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #fff;
}
.about-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;
}
.services-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #fff;
}
.contact-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;
}
body {
width: 100%;
height: 100%;
}
html {
width: 100%;
height: 100%;
} | 0.347648 | 0.085175 |
html,body {
height: 100%;
color: #fff;
text-align: center;
}
.vm::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mid {
display: inline-block;
vertical-align: middle;
}
.top-area, .logo-area, .footer-area {
background-color: rgba(0,0,0, 0.8);
}
.wrap {
position: relative;
}
.top-area {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 48px;
}
.menu-area {
width: 1280px;
margin-top: 11px;
margin-left: auto;
margin-right: auto;
}
.menu-area:after {
content: '';
display: block;
clear: both;
}
.menu-area .menu {
float: right;
list-style: none;
}
.menu-area li {
float: left;
margin-right: 12px;
padding: 2.5px;
background: rgba(0, 0, 0, 0.8);
}
.logo-area {
float: none;
height: 96px;
margin-left: auto;
margin-right: auto;
}
.logo-area .logo {
float: left;
width: 130px;
height: 58px;
margin-top: 19px;
margin-right: 24px;
margin-left: 36px;
background: linear-gradient(to right, rgba(95,142,252,1) 0%,rgba(169,201,1,1) 33%,rgba(255,183,1,1) 66%,rgba(255,183,1,1) 66%,rgba(242,99,88,1) 100%);
color: #000;
}
.logo-area .search {
float: left;
width: 500px;
height: 48px;
margin-top: 23px;
border: 1px solid #c9c9c9;
}
.content-1 {
height: 420px;
}
.content-2 {
height: 384px;
}
.content-3 {
height: 132px;
margin-left: 0;
}
.content-4 {
height: 132px;
margin-right: 0;
}
.advertise {
height: 96px;
}
.login {
height: 216px;
}
.advertise-2 {
height: 300px;
}
.advertise-2 .banner {
width: 324px;
height: 276px;
background: rgba(255, 107, 107, 0.8);
}
.promotion-1 {
height: 252px;
}
.promotion-1 .banner {
width: 324px;
height: 228px;
background: rgba(255, 243, 107, 1);
color: #000;
}
.campaign-1 {
height: 264px;
}
.campaign-1 .banner {
width; 324px;
height: 240px;
background: rgba(0, 204, 10, 0.8);
}
.footer_area {
float: none;
height: 72px;
margin-right: auto;
margin-left: auto;
}
.content-1 .item-1 {
width: 440px;
height: 372px;
margin-right: 24px;
}
.content-1 .item-2 {
width: 348px;
height: 238px;
}
.content-2 [class*="item-"] {
width: 156px;
height: 96px;
margin-top: 24px;
margin-right: 24px;
}
.content-2 > div {
float: left;
}
.content-2 .item-1, .content-2 .item-2, .content-2 .item-3 {
margin-top: 0;
}
.content-2 .row {
width: 540px;
}
.content-2 .focus-item {
width: 272px;
height: 336px;
background: rgba(119, 107, 255, 0.8);
}
.banner-2 {
background: rgba(255, 107, 107, 1);
} | test/14-grid-system-custom2/css/style.css | html,body {
height: 100%;
color: #fff;
text-align: center;
}
.vm::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mid {
display: inline-block;
vertical-align: middle;
}
.top-area, .logo-area, .footer-area {
background-color: rgba(0,0,0, 0.8);
}
.wrap {
position: relative;
}
.top-area {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 48px;
}
.menu-area {
width: 1280px;
margin-top: 11px;
margin-left: auto;
margin-right: auto;
}
.menu-area:after {
content: '';
display: block;
clear: both;
}
.menu-area .menu {
float: right;
list-style: none;
}
.menu-area li {
float: left;
margin-right: 12px;
padding: 2.5px;
background: rgba(0, 0, 0, 0.8);
}
.logo-area {
float: none;
height: 96px;
margin-left: auto;
margin-right: auto;
}
.logo-area .logo {
float: left;
width: 130px;
height: 58px;
margin-top: 19px;
margin-right: 24px;
margin-left: 36px;
background: linear-gradient(to right, rgba(95,142,252,1) 0%,rgba(169,201,1,1) 33%,rgba(255,183,1,1) 66%,rgba(255,183,1,1) 66%,rgba(242,99,88,1) 100%);
color: #000;
}
.logo-area .search {
float: left;
width: 500px;
height: 48px;
margin-top: 23px;
border: 1px solid #c9c9c9;
}
.content-1 {
height: 420px;
}
.content-2 {
height: 384px;
}
.content-3 {
height: 132px;
margin-left: 0;
}
.content-4 {
height: 132px;
margin-right: 0;
}
.advertise {
height: 96px;
}
.login {
height: 216px;
}
.advertise-2 {
height: 300px;
}
.advertise-2 .banner {
width: 324px;
height: 276px;
background: rgba(255, 107, 107, 0.8);
}
.promotion-1 {
height: 252px;
}
.promotion-1 .banner {
width: 324px;
height: 228px;
background: rgba(255, 243, 107, 1);
color: #000;
}
.campaign-1 {
height: 264px;
}
.campaign-1 .banner {
width; 324px;
height: 240px;
background: rgba(0, 204, 10, 0.8);
}
.footer_area {
float: none;
height: 72px;
margin-right: auto;
margin-left: auto;
}
.content-1 .item-1 {
width: 440px;
height: 372px;
margin-right: 24px;
}
.content-1 .item-2 {
width: 348px;
height: 238px;
}
.content-2 [class*="item-"] {
width: 156px;
height: 96px;
margin-top: 24px;
margin-right: 24px;
}
.content-2 > div {
float: left;
}
.content-2 .item-1, .content-2 .item-2, .content-2 .item-3 {
margin-top: 0;
}
.content-2 .row {
width: 540px;
}
.content-2 .focus-item {
width: 272px;
height: 336px;
background: rgba(119, 107, 255, 0.8);
}
.banner-2 {
background: rgba(255, 107, 107, 1);
} | 0.453746 | 0.084568 |
====================
1. General
2. Page preloader
3. Body content
4. Sections
5. Headings
6. Header
7. Menu
8. Copyright
9. Mobile header
10. Intro
11. Isotope
12. Gallery list section
13. Gallery list slider
14. Gallery single section
15. Gallery single slider
16. Gallery single section with sidebar
17. Gallery single meta
18. Add to favorites button
19. Lightgallery
20. Content carousel
21. Horizontal scroll gallery
22. Blog list section
23. Blog single
24. Blog sidebar
25. Blog sidebar widgets
26. About me section
27. Contact section
28. Page section
29. Page header
30. Split box
31. Pagination
32. Thumbnail list
33. Nicescroll plugin
34. YTP Player
35. Blockquote
36. Forms
37. Modal
38. Buttons
39. Social buttons
40. Follow me buttons
41. Scroll to top button
42. Typography variations
43. Template demos
*/
/* ------------------------------------------------------------- *
* General
/* ------------------------------------------------------------- */
html, body {
padding: 0;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
}
body {
position: relative;
background-color: #F1F1F1;
font-family: 'Inconsolata', monospace;
line-height: 1.6;
font-size: 17px;
color: #333;
}
a {
color: #e3428e;
}
a:hover, a:focus {
color: #e01f1f;
text-decoration: none;
}
a:focus {
outline: none;
}
p {
margin: 0 0 1em;
}
img {
max-width: 100%;
height: auto;
}
::selection {
color: #fff;
text-shadow: none;
background: #e3428e;
}
::-moz-selection {
color: #fff;
text-shadow: none;
background: #e3428e; /* Firefox */
}
::-webkit-selection {
color: #fff;
text-shadow: none;
background: #e3428e; /* Safari */
}
.cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.lead {
margin-bottom: 20px;
font-size: 17px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 20px;
}
}
/* --------------------------------------------------------------------------------------- *
* Page transitions / preloader (Animsition). Display loading animation while page loads
* More info: http://git.blivesta.com/animsition/
/* --------------------------------------------------------------------------------------- */
/* circle loader */
.animsition-loading {
border-top: 3px solid rgba(130, 130, 130, 0.3);
border-right: 3px solid rgba(130, 130, 130, 0.3);
border-bottom: 3px solid rgba(130, 130, 130, 0.3);
border-left: 3px solid #e3428e;
}
/* ------------------------------------------------------------- *
* Body content
/* ------------------------------------------------------------- */
#body-content {
position: relative;
}
@media (min-width: 769px) {
#body-content {
margin-left: 60px; /* Same as side header width */
}
}
@media (max-width: 769px) {
#body-content {
margin-top: 60px; /* Same as mobile header height */
}
}
/* if padding classes used in "#body-content" */
@media (max-width: 769px) {
#body-content[class^=padding] {
padding: 0 !important;
}
}
/* grayscale everything if menu is open (no effect on all browsers!) */
body.temp-grayscale.menu-open #body-content {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* ------------------------------------------------------------- *
* Sections
/* ------------------------------------------------------------- */
section {
position: relative;
}
/* ------------------------------------------------------------- *
* Headings
/* ------------------------------------------------------------- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: inherit;
font-weight: bold;
}
.h1, .h2, .h3, h1, h2, h3 {
line-height: 1.1;
margin-top: 0px;
margin-bottom: 20px;
}
.h4, .h5, .h6, h4, h5, h6 {
line-height: 1.4;
margin-top: 10px;
margin-bottom: 20px;
}
.h1, h1 { font-size: 36px; }
.h2, h2 { font-size: 30px; }
.h3, h3 { font-size: 24px; }
.h4, h4 { font-size: 18px; }
.h5, h5 { font-size: 14px; }
.h6, h6 { font-size: 12px; }
/* ------------------------------------------------------------- *
* Header
/* ------------------------------------------------------------- */
#header {
position: fixed;
top: 0;
bottom: 0;
width: 240px;
background-color: #FFF;
z-index: 99998;
overflow: hidden;
-moz-transform: translateX(-180px);
-ms-transform: translateX(-180px);
-webkit-transform: translateX(-180px);
transform: translateX(-180px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
#header {
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
body.menu-open #header {
-webkit-box-shadow: 3px 0 10px rgba(0,0,0,0.1);
-moz-box-shadow: 3px 0 10px rgba(0,0,0,0.1);
box-shadow: 3px 0 10px rgba(0,0,0,0.1);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* header fixed (always open) */
@media (min-width: 991px) {
#header.header-fixed,
body.menu-open #header {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
#header.header-fixed .header-inner {
opacity: 1;
visibility: visible;
}
#header.header-fixed .header-menu-icon,
#header.header-fixed .header-contact-icon,
#header.header-fixed .logo-small,
#header.header-fixed .header-close {
opacity: 0;
visibility: hidden;
}
/* #body-content left margin if class ".header-fixed" is enabled */
#body-content.header-fixed-margin {
margin-left: 240px; /* same as header width */
}
}
@media (max-width: 992px) {
body.menu-open #header.header-fixed .header-close {
opacity: 1;
visibility: visible;
}
}
/* header close button */
.header-close {
position: absolute;
top: 10px;
right: -25px;
width: 25px;
height: 25px;
line-height: 25px;
background-color: #222;
text-align: center;
font-size: 31px;
color: #BBB;
cursor: pointer;
opacity: 0;
visibility: hidden;
z-index: 999;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.header-close:hover {
color: #FFF;
}
@media (min-width: 768px) {
body.menu-open #header.header-click .header-close {
opacity: 1;
visibility: visible;
}
}
/* header menu icon */
.header-menu-icon {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 50%;
right: 0;
width: 60px;
height: 60px;
font-size: 21px;
color: #333;
visibility: visible;
cursor: pointer;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.header-menu-icon:hover {
color: #e3428e;
}
@media (max-width: 768px) {
.header-menu-icon {
display: none;
}
}
body.menu-open .header-menu-icon {
opacity: 0;
visibility: hidden;
}
#header.header-click .header-menu-icon {
cursor: pointer;
}
/* header contact icon */
.header-contact-icon {
position: absolute;
display: block;
bottom: 20px;
right: 21px;
opacity: 1;
font-size: 18px;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.header-contact-icon:hover {
color: #e3428e;
}
@media (max-width: 768px) {
.header-contact-icon {
display: none;
}
}
body.menu-open .header-contact-icon {
opacity: 0;
visibility: hidden;
}
/* page cover if class "menu-open" exist in body tag */
.page-cover {
position: fixed;
display: block;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99998;
opacity: 0;
visibility: hidden;
/* background-color: #000; */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
body.menu-open .page-cover {
opacity: .3;
visibility: visible;
}
/* header inner
================= */
.header-inner {
opacity: 0;
visibility: hidden;
width: calc(100% + 17px);
height: 100%;
overflow-y: scroll;
padding: 20px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
body.menu-open .header-inner {
opacity: 1;
visibility: visible;
}
/* header top */
.header-top {
position: relative;
width: 100%;
text-align: center;
}
/* header middle */
.header-middle {
width: 100%;
padding: 30px 0 60px 0;
}
/* header bottom */
.header-bottom {
width: 100%;
text-align: center;
}
/* Logo
========= */
/* logo small */
.logo-small {
position: absolute;
top: 15px;
right: 18px;
opacity: 1;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
.logo-small {
display: none;
}
}
.logo-small img {
max-width: 26px;
}
body.menu-open .logo-small {
opacity: 0;
visibility: hidden;
}
/* logo big */
.logo-big {
}
.logo-big a {
display: inline-block;
}
.logo-big img {
max-width: 140px;
}
/* header styles
================= */
/* header dark */
#header.header-dark {
background-color: #111;
color: #BBB;
}
body.menu-open #header.header-dark {
-webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
}
#header.header-dark ul.menu-list > li > a {
color: #BBB;
}
#header.header-dark ul.menu-list > li > a:hover,
#header.header-dark ul.menu-list > li.active > a {
color: #e3428e;
}
#header.header-dark ul.menu-list .sub-menu > li > a {
color: #888;
}
#header.header-dark ul.menu-list .sub-menu > li > a:hover,
#header.header-dark ul.menu-list .sub-menu > li.active > a {
color: #e3428e;
}
#header.header-dark .follow-me-buttons a {
color: #BBB;
}
#header.header-dark .follow-me-buttons a:hover {
color: #e3428e;
}
#header.header-dark .header-menu-icon {
color: #BBB;
}
#header.header-dark .header-menu-icon:hover {
color: #e3428e;
}
#header.header-dark .header-contact-icon {
color: #BBB;
}
#header.header-dark .header-contact-icon:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Menu
/* ------------------------------------------------------------- */
#menu {
}
/* menu list */
#menu > ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.menu-list {
text-align: center;
}
@media (max-width: 768px) {
ul.menu-list {
text-align: center;
}
}
ul.menu-list > li {
position: relative;
margin: 12px 0;
}
ul.menu-list > li > a {
position: relative;
display: inline-block;
font-size: 17px;
color: #222;
}
ul.menu-list > li > a:hover,
ul.menu-list > li.active > a {
color: #e3428e;
}
ul.menu-list > li.active > a:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #e3428e;
}
ul.menu-list .has-children > a:after {
position: absolute;
content: "+";
top: 0;
right: -12px;
opacity: 0;
}
ul.menu-list .has-children > a:hover:after,
ul.menu-list .has-children > a.active:after {
opacity: 1;
}
/* sub menu
================ */
ul.menu-list .sub-menu {
position: relative;
display: none;
padding: 15px 0 10px 0;
list-style: none;
overflow: hidden;
}
ul.menu-list .sub-menu > li {
}
ul.menu-list .sub-menu > li > a {
position: relative;
display: inline-block;
text-decoration: none;
font-size: 16px;
color: #888;
}
ul.menu-list .sub-menu > li > a:hover {
color: #e3428e;
}
ul.menu-list .sub-menu > li > a:hover,
ul.menu-list .sub-menu > li.active > a {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Copyright
/* ------------------------------------------------------------- */
.copyright {
margin-top: 20px;
font-style: italic;
font-size: 13px;
color: #999;
}
.copyright a {
color: #e3428e;
}
.copyright a:hover,
.copyright a:focus {
border-bottom: 1px dotted #e3428e;
}
/* ------------------------------------------------------------- *
* Mobile header
/* ------------------------------------------------------------- */
#mobile-header {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
min-height: 60px;
background-color: #FFF;
z-index: 99997;
border-bottom: 1px solid #ededed;
}
@media (max-width: 768px) {
#mobile-header {
display: block;
}
}
/* logo mobile */
.logo-mobile {
position: absolute;
top: 10px;
left: 20px;
opacity: 1;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.logo-mobile img {
max-height: 40px;
}
/* Mobile menu trigger (hamburger button) */
.mobile-menu-trigger {
position: absolute;
top: 15px;
right: 20px;
width: 25px;
height: 29px;
cursor: pointer;
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mobile-menu-trigger > span,
.mobile-menu-trigger > span:before,
.mobile-menu-trigger > span:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 2px;
background-color: #e3428e;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mobile-menu-trigger > span {
top: 50%;
margin-top: -2px;
}
.mobile-menu-trigger > span:before {
top: -7px;
}
.mobile-menu-trigger > span:after {
bottom: -7px;
}
/* if mobile menu is open */
.menu-open .mobile-menu-trigger {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.menu-open .mobile-menu-trigger > span {
background: transparent;
}
.menu-open .mobile-menu-trigger > span:before,
.menu-open .mobile-menu-trigger > span:after {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
.menu-open .mobile-menu-trigger > span:before {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-open .mobile-menu-trigger > span:after {
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* mobile header styles
======================== */
/* header dark */
#mobile-header.m-header-dark {
background-color: #141414;
color: #BBB;
border-bottom-color: #191919;
}
/* --------------------------------------------------- *
* Intro
/* --------------------------------------------------- */
#intro-section {
min-height: 600px;
}
/* Intro full height offset (same as mobile header height) */
@media (max-width: 768px) {
#intro-section.full-height-vh {
min-height: calc(100vh - 60px) !important;
}
}
/* video intro */
.video-intro {
}
/* image intro */
.image-intro {
}
/* Intro caption
================= */
.intro-caption {
position: absolute;
max-width: 600px;
color: #FFF;
z-index: 3;
}
/* intro title */
.intro-title {
margin: 0;
font-size: 72px;
text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
.intro-title {
font-size: 58px;
}
}
@media (max-width: 768px) {
.intro-title {
font-size: 38px;
}
}
/* intro subtitle */
.intro-subtitle {
margin: 15px 0 0 0;
font-size: 20px;
letter-spacing: 4px !important;
text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.intro-subtitle {
font-size: 18px;
letter-spacing: 5px;
}
}
/* intro description */
.intro-description {
margin: 25px 0 0 0;
font-size: 17px;
}
/* Intro caption with alter fonts (alter fonts handled by "helper.css" file)
================================== */
/* intro title with alter fonts */
.intro-title.font-alter-1 {
font-size: 82px !important;
}
@media (max-width: 992px) {
.intro-title.font-alter-1 {
font-size: 60px !important;
}
}
@media (max-width: 768px) {
.intro-title.font-alter-1 {
font-size: 46px !important;
}
}
.intro-title.font-alter-2 {
font-size: 120px !important;
}
@media (max-width: 992px) {
.intro-title.font-alter-2 {
font-size: 72px !important;
}
}
@media (max-width: 768px) {
.intro-title.font-alter-2 {
font-size: 56px !important;
}
}
/* intro subtitle with alter fonts */
.intro-subtitle.font-alter-1 {
font-size: 28px !important;
font-weight: normal;
letter-spacing: 5px;
}
@media (max-width: 768px) {
.intro-subtitle.font-alter-2 {
font-size: 28px !important;
}
}
.intro-subtitle.font-alter-2 {
font-size: 24px !important;
font-weight: normal;
letter-spacing: 11px;
}
@media (max-width: 768px) {
.intro-subtitle.font-alter-2 {
font-size: 21px !important;
letter-spacing: 5px;
}
}
/* Intro caption positions
=========================== */
/* position top */
.intro-caption.top-left {
top: 10%;
left: 5%;
text-align: left;
}
.intro-caption.top-center {
top: 10%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.intro-caption.top-right {
top: 10%;
right: 5%;
text-align: right;
}
/* position center */
.intro-caption.center-left {
top: 50%;
left: 5%;
text-align: left;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.intro-caption.center {
top: 50%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.intro-caption.center-right {
top: 50%;
right: 5%;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
/* position bottom */
.intro-caption.bottom-left {
bottom: 10%;
left: 5%;
margin-right: 5%;
text-align: left;
}
@media (max-width: 768px) {
.intro-caption.bottom-left {
bottom: 45px;
}
}
.intro-caption.bottom-center {
bottom: 10%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.intro-caption.bottom-right {
bottom: 10%;
left: auto;
right: 5%;
text-align: right;
}
/* --------------------------------------------------- *
* Isotope (more info: http://isotope.metafizzy.co/)
/* --------------------------------------------------- */
.isotope-wrap {
position: relative;
}
.isotope {
}
/* isotope top content
======================== */
.isotope-top-content {
background-color: #FFF;
padding: 60px 3%;
}
@media (max-width: 768px) {
.isotope-top-content {
padding: 40px 15px;
}
}
/* isotope top content (if gutter enabled) */
.isotope.gutter-1 .isotope-top-content {
margin-left: 3px;
}
.isotope.gutter-2 .isotope-top-content {
margin-left: 1.4%;
}
.isotope.gutter-3 .isotope-top-content {
margin-left: 2.4%;
}
/* isotope filter
=================== */
.isotope-filter {
position: fixed;
top: 15px;
right: 15px;
z-index: 999;
}
@media (max-width: 768px) {
.isotope-filter {
top: auto;
bottom: 15px;
}
}
/* isotope filter button */
.isotope-filter-button {
position: relative;
width: 55px;
height: 55px;
line-height: 58px;
background-color: #e3428e;
text-align: center;
font-size: 21px;
color: #FFF;
cursor: pointer;
z-index: 2;
border-radius: 60px;
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.isotope-filter-button:hover,
.isotope-filter-button:focus {
color: #FFF;
}
/* isotope filter button icons */
.isotope-filter-button .ifb-icon-close {
display: none;
}
@media (max-width: 992px) {
.isotope-filter-button .ifb-icon-close,
.isotope-filter.iso-filter-open .isotope-filter-button .ifb-icon {
display: none;
}
.isotope-filter.iso-filter-open .isotope-filter-button .ifb-icon-close {
display: block;
}
}
/* isotope filter links */
ul.isotope-filter-links {
position: absolute;
top: 100%;
right: 14px;
min-width: 160px;
list-style: none;
background-color: #222;
padding: 15px 0 15px 0;
margin: -30px 0 0 0;
text-align: left;
z-index: 1;
visibility: hidden;
opacity: 0;
-webkit-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
-webkit-transform: translateY(5px);
transform: translateY(5px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
ul.isotope-filter-links {
top: auto;
bottom: 100%;
padding: 15px 0 30px 0;
margin: 0 0 -30px 0;
}
}
.isotope-filter.iso-filter-open ul.isotope-filter-links {
visibility: visible;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
ul.isotope-filter-links > li {
padding: 0 20px;
line-height: 1.2;
}
ul.isotope-filter-links > li > a {
display: block;
padding: 5px 0;
font-size: 15px;
color: #DDD;
}
ul.isotope-filter-links > li > a:hover {
color: #e3428e;
}
ul.isotope-filter-links > li > a.active {
color: #e3428e;
}
/* isotope items wrap
======================= */
.isotope-items-wrap {
overflow: hidden;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
/* isotope items wrap boxed layout */
@media (min-width : 1200px) {
.isotope-items-wrap.iso-boxed {
max-width: 1200px;
margin-left: auto !important;
margin-right: auto !important;
}
}
/* isotope items wrap (if gutter enabled) */
.isotope.gutter-1 .isotope-items-wrap {
padding-top: 6px;
margin-left: 6px;
margin-right: 6px;
}
.isotope.gutter-2 .isotope-items-wrap {
padding-top: 1.5%;
margin-left: 1.5%;
margin-right: 1.5%;
}
.isotope.gutter-3 .isotope-items-wrap {
padding-top: 2.5%;
margin-left: 2.5%;
margin-right: 2.5%;
}
/* isotope item
================ */
.isotope-item {
float: left;
width: 25%;
}
/* isotope last item (it makes last item to 100% wide). Class: "iso-last-item" */
@media (max-width : 991px) {
.isotope-item.iso-last-item {
width: 100% !important;
}
}
/* isotope item heights
======================== */
/* isotope item height-1 (use class "iso-height-1") */
.isotope-item.iso-height-1 > div,
.isotope-item.iso-height-1 > a,
.isotope-item.iso-height-1 > article {
display: block;
padding-bottom: 70%;
}
/* isotope item height-2 (use class "iso-height-2") */
.isotope-item.iso-height-2 > div,
.isotope-item.iso-height-2 > a,
.isotope-item.iso-height-2 > article {
display: block;
padding-bottom: 140%;
}
/* isotope item height-2 if "gutter-1" enabled */
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 140.6%;
}
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 140.9%;
}
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 141.4%;
}
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 141.4%;
}
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 141.8%;
}
/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 143.1%;
}
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 144.7%;
}
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 146.2%;
}
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 148%;
}
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 150%;
}
/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.2%;
}
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 148%;
}
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 150.9%;
}
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 154%;
}
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 158%;
}
@media (max-width : 1600px) {
/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 146.2%;
}
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 146.4%;
}
/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 151%;
}
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 151%;
}
}
@media (max-width: 992px) {
/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 143%;
}
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 143%;
}
/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
}
/* isotope col-1 if "iso-height-1" enabled */
.isotope.col-1 .isotope-item.iso-height-1 > div,
.isotope.col-1 .isotope-item.iso-height-1 > a,
.isotope.col-1 .isotope-item.iso-height-1 > article {
display: block;
padding-bottom: 30%;
}
@media (max-width: 768px) {
.isotope.col-1 .isotope-item.iso-height-1 > div,
.isotope.col-1 .isotope-item.iso-height-1 > a,
.isotope.col-1 .isotope-item.iso-height-1 > article {
padding-bottom: 48%;
}
}
/* isotope col-1 if "iso-height-2" enabled */
.isotope.col-1 .isotope-item.iso-height-2 > div,
.isotope.col-1 .isotope-item.iso-height-2 > a,
.isotope.col-1 .isotope-item.iso-height-2 > article {
display: block;
padding-bottom: 48%;
}
/* isotope gutter (add more space between isotope items)
=========================================================*/
/* gutter-1 */
.isotope.gutter-1 .isotope-item { padding: 0 0 6px 6px; }
.isotope.gutter-1 { margin-left: -6px; }
/* gutter-2 */
.isotope.gutter-2 .isotope-item { padding: 0 0 1.5% 1.5%; }
.isotope.gutter-2 { margin-left: -1.5%; }
/* gutter-3 */
.isotope.gutter-3 .isotope-item { padding: 0 0 2.5% 2.5%; }
.isotope.gutter-3 { margin-left: -2.5%; }
/* isotope columns
=================== */
.isotope.col-1 .isotope-item {
width: 100%;
}
.isotope.col-2 .isotope-item {
width: 50%;
}
.isotope.col-3 .isotope-item {
width: 33.33333333%;
}
.isotope.col-4 .isotope-item {
width: 25%;
}
.isotope.col-5 .isotope-item {
width: 20%;
}
.isotope.col-6 .isotope-item {
width: 16.66666666666667%;
}
/* isotope grid sizer */
.grid-sizer {
width: 25%;
}
.isotope.col-1 .grid-sizer {
width: 100%;
}
.isotope.col-2 .grid-sizer {
width: 50%;
}
.isotope.col-3 .grid-sizer {
width: 33.33333333%;
}
.isotope.col-4 .grid-sizer {
width: 25%;
}
.isotope.col-5 .grid-sizer {
width: 20%;
}
.isotope.col-6 .grid-sizer {
width: 16.66666666666667%;
}
/* isotope item width (alternative width) */
.isotope.col-2 .width-2 { width: 100%; }
.isotope.col-3 .width-2 { width: 66.66666666%; }
.isotope.col-4 .width-2 { width: 50%; }
.isotope.col-5 .width-2 { width: 40%; }
.isotope.col-6 .width-2 { width: 33.33333333%; }
/* isotope columns on smaller screens
====================================== */
@media (max-width : 1600px) {
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item,
.isotope.col-5 .grid-sizer,
.isotope.col-6 .grid-sizer {
width: 25%;
}
.isotope.col-5 .width-2,
.isotope.col-6 .width-2 {
width: 50%;
}
}
@media (max-width : 1200px) {
.isotope.col-4 .isotope-item,
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item,
.isotope.col-4 .grid-sizer,
.isotope.col-5 .grid-sizer,
.isotope.col-6 .grid-sizer {
width: 33.33333333%;
}
.isotope.col-4 .width-2,
.isotope.col-5 .width-2,
.isotope.col-6 .width-2 {
width: 66.66666666%;
}
}
@media (max-width : 991px) {
.isotope.col-3 .isotope-item,
.isotope.col-4 .isotope-item,
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item,
.isotope.col-3 .grid-sizer,
.isotope.col-4 .grid-sizer,
.isotope.col-5 .grid-sizer,
.isotope.col-6 .grid-sizer,
.isotope.col-3 .width-2,
.isotope.col-4 .width-2,
.isotope.col-5 .width-2,
.isotope.col-6 .width-2 {
width: 50%;
}
}
@media (max-width : 480px) {
.isotope.col-2 .isotope-item,
.isotope.col-3 .isotope-item,
.isotope.col-4 .isotope-item,
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item {
width: 100%;
}
}
/* if isotope item contains content carousel
============================================= */
.isotope-item.iso-height-1 .iso-carousel-wrap,
.isotope-item.iso-height-2 .iso-carousel-wrap {
position: relative;
}
.isotope-item.iso-height-1 .owl-carousel,
.isotope-item.iso-height-2 .owl-carousel {
position: absolute;
height: 100%;
}
.isotope-item .owl-stage-outer,
.isotope-item .owl-stage,
.isotope-item .owl-item,
.isotope-item .cc-item {
height: 100%;
}
/* Isotope item text box (must be the first item!)
=================================================== */
.iso-text-box-holder {
position: relative;
}
.iso-text-box-wrap {
position: absolute;
width: 100%;
height: 100%;
background-color: #FFF;
border-radius: 4px;
}
.iso-text-box-inner {
padding: 0 10%;
}
@media (min-width: 1200px) {
.iso-text-box-inner {
display: table;
height: 100%;
padding: 0 10%;
}
.iso-text-box {
display: table-cell;
vertical-align: middle;
}
/* if gutter-2 enabled */
.isotope.col-3.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 70%; }
.isotope.col-4.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 70.8%; }
.isotope.col-4.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 144.8%; }
.isotope.col-5.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.2%; }
.isotope.col-5.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 146.1%; }
.isotope.col-6.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.8%; }
.isotope.col-6.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 146.7%; }
/* if gutter-3 enabled */
.isotope.col-3.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 70%; }
.isotope.col-4.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.36%; }
.isotope.col-4.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 148%; }
.isotope.col-5.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.8%; }
.isotope.col-5.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 150.4%; }
.isotope.col-6.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 73.2%; }
.isotope.col-6.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 151.5%; }
}
.isotope.col-4 .itb-parent { width: 50% !important; }
.isotope.col-5 .itb-parent { width: 40% !important; }
.isotope.col-6 .itb-parent { width: 50% !important; }
@media (max-width: 1600px) {
.isotope.col-3 .itb-parent {
width: 66.6666666% !important;
}
.isotope.col-5 .itb-parent {
width: 50% !important;
}
/* if gutter-2 enabled */
.isotope.col-3.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 143.6%; }
.isotope.col-5.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 144.5%; }
.isotope.col-6.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 72.6%; }
.isotope.col-6.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 144.8%; }
/* if gutter-3 enabled */
.isotope.col-3.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 146%; }
.isotope.col-5.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 148.1%; }
.isotope.col-6.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 148.3%; }
}
@media (max-width: 1200px) {
.isotope.col-2 .itb-parent,
.isotope.col-3 .itb-parent,
.isotope.col-4 .itb-parent,
.isotope.col-5 .itb-parent,
.isotope.col-6 .itb-parent {
width: 100% !important;
}
.isotope-item.iso-height-1.itb-parent .iso-text-box-holder,
.isotope-item.iso-height-2.itb-parent .iso-text-box-holder {
padding-bottom: 0 !important;
}
.iso-text-box-wrap {
position: relative !important;
padding: 10% 0 60px 0 !important;
}
}
.gs-item-title {
margin: 0 0 8px 0;
font-size: 26px;
}
.gs-item-category {
display: block;
margin-bottom: 20px;
font-size: 14px;
font-style: italic;
color: #BBB;
}
.gs-item-description {
font-size: 16px;
}
/* Go Back link */
.gs-back-to-list {
position: absolute;
display: block;
bottom: 18px;
left: 25px;
font-size: 14px;
font-style: italic;
color: #a7a7a7;
}
.gs-back-to-list:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Gallery list section
/* ------------------------------------------------------------- */
#gallery-list-section {
width: 100%;
}
/* gallery list item */
.gallery-list-item {
position: relative;
display: block;
background-color: rgba(138, 138, 138, 0.11);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.isotope[class*='gutter-'] .isotope-items-wrap[class*='gli-alter-'] .gallery-list-item {
overflow: hidden;
border-radius: 4px;
}
@media (min-width: 992px) {
.gutter-2 .gallery-list-item:hover,
.gutter-3 .gallery-list-item:hover {
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.iso-height-1 .gallery-list-item,
.iso-height-2 .gallery-list-item {
margin-bottom: 55px;
}
/* gallery list item image */
.gallery-list-item .gl-item-image {
}
.iso-height-1 .gallery-list-item .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* gallery list item info */
.gl-item-info {
position: relative;
width: 100%;
height: 55px;
line-height: 1.4;
background-color: #FFF;
padding: 8px 65px 0 15px;
overflow: hidden;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.iso-height-1 .gl-item-info,
.iso-height-2 .gl-item-info {
position: absolute;
left: 0;
top: 100%;
}
@media (min-width: 992px) {
.gallery-list-item:hover .gl-item-info {
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.2);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.2);
}
}
.gl-item-title {
margin: 0;
color: #333;
font-size: 17px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.gl-item-category {
display: block;
margin-top: 6px;
font-size: 14px;
font-style: italic;
color: #BBB;
}
.gl-item-count {
position: absolute;
top: 50%;
right: 15px;
font-size: 13px;
color: #BBB;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.gl-item-caption .gl-item-count { /* item count inside item caption */
position: static;
font-size: 13px;
font-style: italic;
color: #BBB;
}
/* gallery list item alter styles
================================== */
/* alter style 1 */
.gli-alter-1 .gallery-list-item {
margin-bottom: 0;
}
.gli-alter-1 .gallery-list-item:hover {
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-1 .gl-item-info {
position: absolute;
top: auto;
bottom: 0;
left: 0;
height: auto;
padding-top: 20px;
padding-bottom: 12px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(17,17,17,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc111111',GradientType=0 );
}
.gli-alter-1 .gallery-list-item:hover .gl-item-info {
padding-bottom: 17px;
}
.gli-alter-1 .gl-item-title {
color: #FFF;
font-size: 18px;
white-space: normal;
}
.gli-alter-1 .gl-item-category {
color: #e3428e;
}
.gli-alter-1 .gl-item-count {
top: auto;
bottom: 10px;
color: #DDD;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-1 .gl-item-caption .gl-item-count { /* item count inside item caption */
position: static;
background-color: transparent;
font-size: 13px;
font-style: italic;
color: #d2d2d2;
}
/* alter style 2 */
.gli-alter-2 .gallery-list-item {
margin-bottom: 0;
}
.gli-alter-2 .gallery-list-item:hover {
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-2 .gl-item-info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: auto;
background-color: rgba(0, 0, 0, 0.4);
opacity: 1;
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gli-alter-2:hover .gallery-list-item .gl-item-info {
background-color: rgba(0, 0, 0, 0.7);
}
.gli-alter-2 .gallery-list-item:hover .gl-item-info {
background-color: rgba(0, 0, 0, 0.2);
}
.gli-alter-2 .gl-item-caption {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0px 20%;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.gli-alter-2 .gl-item-title {
font-size: 20px;
color: #FFF;
font-weight: bold;
white-space: normal;
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gli-alter-2 .gallery-list-item:hover .gl-item-title {
color: #FFF;
}
.gli-alter-2 .gl-item-category {
margin-top: 8px;
font-size: 14px;
color: #e3428e;
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.gli-alter-2 .gl-item-count {
position: absolute;
top: auto;
bottom: 0px;
right: 0px;
background-color: rgba(255, 255, 255, 0.1);
padding: 5px 10px;
font-size: 13px;
color: #BBB;
opacity: 0;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gli-alter-2 .gallery-list-item:hover .gl-item-count {
background-color: rgba(0, 0, 0, 0.3);
color: #FFF;
opacity: 1;
}
.gli-alter-2 .gl-item-caption .gl-item-count { /* item count inside item caption */
position: static;
display: block;
background-color: transparent !important;
padding: 0;
margin-top: 8px;
font-size: 14px;
font-style: italic;
color: #EEE;
opacity: 1;
}
/* alter style 3 */
.gli-alter-3 .gallery-list-item {
margin-bottom: 0;
}
.gli-alter-3 .gallery-list-item:hover {
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-3 .gl-item-info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: auto;
background-color: rgba(234, 78, 78, 0.96);
opacity: 0;
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-info {
position: absolute;
top: auto;
bottom: 0;
left: 0;
height: auto;
padding: 8px 50px 12px 15px;
background-color: transparent;
opacity: 1;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(17,17,17,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc111111',GradientType=0 );
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@media (min-width: 992px) {
.isotope.col-1 .gli-alter-3 .gl-item-info { /* if "col-1" enabled */
top: 20%;
bottom: 20%;
left: 25%;
right: 25%;
}
}
.gli-alter-3 .gallery-list-item:hover .gl-item-info {
opacity: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.gli-alter-3 .gl-item-caption {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0px 20%;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-caption {
position: relative;
top: auto;
left: auto;
width: 100%;
padding: 0;
text-align: left;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
}
.gli-alter-3 .gl-item-title {
font-size: 19px;
color: #FFF;
font-weight: bold;
white-space: normal;
opacity: 0;
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-title {
opacity: 1;
font-weight: bold;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.gli-alter-3 .gallery-list-item:hover .gl-item-title {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.gli-alter-3 .gl-item-category {
margin-top: 12px;
font-size: 16px;
color: rgb(255 255 255 / 85%);
opacity: 0;
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-category {
opacity: 1;
color: #e3428e;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.gli-alter-3 .gallery-list-item:hover .gl-item-category {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.gli-alter-3 .gl-item-count { /* disabled by default. remove "display: none;" to enable */
display: none;
position: absolute;
top: auto;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.1);
padding: 5px 10px;
color: #FFF;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-3 .gl-item-caption .gl-item-count {
position: static;
display: block;
background-color: transparent !important;
padding: 0;
margin-top: 8px;
font-size: 14px;
font-style: italic;
color: #222;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gli-alter-3 .gallery-list-item:hover .gl-item-caption .gl-item-count { /* item count inside item caption */
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
/* Gallery list categories
=========================== */
.gl-categories {
}
.gl-categories .gli-alter-2 .gl-item-title {
font-size: 20px;
}
@media (max-width: 768px) { /* isotope items in gallery list categories */
.gl-categories .isotope.col-2 .isotope-item,
.gl-categories .isotope.col-3 .isotope-item,
.gl-categories .isotope.col-4 .isotope-item,
.gl-categories .isotope.col-5 .isotope-item,
.gl-categories .isotope.col-6 .isotope-item {
width: 50%;
}
}
/* ------------------------------------------------------------- *
* Gallery list slider
/* ------------------------------------------------------------- */
.gallery-list-slider {
padding: 25px 25px;
}
@media (max-width: 992px) {
.gallery-list-slider {
padding: 0;
}
}
/* gallery list slider offsets */
@media (min-width: 992px) {
.gallery-list-slider .owl-carousel.cc-height-full,
.gallery-list-slider .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 50px);
}
}
@media (max-width: 768px) {
.gallery-list-slider .cc-auto-width-img-bg { /* for small devices */
height: calc(100vh - 60px);
}
}
/* gallery list slider cover (for slider center) */
@media (min-width: 992px) {
.gallery-list-slider.gls-center .cc-item .cover {
background-color: rgba(255, 255, 255, 0.7);
}
.gallery-list-slider.gls-center .owl-item.center .cc-item .cover {
background-color: transparent;
}
}
/* if class "no-padding" is enabled */
@media (min-width: 768px) {
.gallery-list-slider.no-padding .owl-carousel.cc-height-full,
.gallery-list-slider.no-padding .owl-carousel.cc-height-full .cc-item {
height: 100vh;
}
}
/* gallery list item inside "cc-item" (in case you want to use it)
====================================== */
.gallery-list-slider .gallery-list-item,
.gallery-list-slider .gallery-list-item .gl-item-image {
height: 100%;
}
.gallery-list-slider .gl-item-info {
position: absolute;
left: 0;
bottom: 0;
}
.gallery-list-slider .gli-alter-3 .gl-item-info {
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.gallery-list-slider .gli-alter-2 .gl-item-title {
font-size: 22px;
}
.gallery-list-slider .gli-alter-2 .gl-item-count {
font-size: 60px;
color: rgba(255, 255, 255, 0.21);
}
/* ------------------------------------------------------------- *
* Gallery single section
/* ------------------------------------------------------------- */
#gallery-single-section {
width: 100%;
}
/* isotope items in gallery single section */
@media (max-width: 768px) {
#gallery-single-section .isotope.col-2 .isotope-item,
#gallery-single-section .isotope.col-3 .isotope-item,
#gallery-single-section .isotope.col-4 .isotope-item,
#gallery-single-section .isotope.col-5 .isotope-item,
#gallery-single-section .isotope.col-6 .isotope-item {
width: 50%;
}
}
/* gallery single top info
=========================== */
.gallery-single-top-info {
position: relative;
background-color: #FFF;
padding: 140px 5%;
overflow: hidden;
}
@media (max-width: 1200px) {
.gallery-single-top-info {
padding: 100px 5%;
}
}
@media (max-width: 991px) {
.gallery-single-top-info {
padding: 75px 5%;
}
}
.gsti-inner {
position: relative;
}
/* gallery single top info title */
.gsti-title {
margin: 0 0 8px 0;
font-size: 32px;
}
/* gallery single top info category */
.gsti-category {
display: block;
margin-bottom: 20px;
font-size: 14px;
font-style: italic;
color: #949494;
}
/* gallery single top info text */
.gsti-text {
}
/* gallery single top info meta */
.gallery-single-top-info ul.gallery-meta {
bottom: 20px;
right: 30px;
}
.gallery-single-top-info .favorite-btn,
.gallery-single-top-info ul.gallery-meta {
font-size: 18px;
}
.gallery-single-top-info .favorite-btn,
.gallery-single-top-info ul.gallery-meta > li a {
color: #a7a7a7;
}
.gallery-single-top-info .fav-inner {
margin-right: -4px;
}
/* gallery single top info margins (same as isotope gutters) */
.gallery-single-top-info.margin-1 {
margin: 6px 6px 0 6px;
}
.gallery-single-top-info.margin-2 {
margin: 1.5% 1.5% 0 1.5%;
}
.gallery-single-top-info.margin-3 {
margin: 2.5% 2.5% 0 2.5%;
}
/* gallery single top info toggle
================================== */
.gsti-toggle {
position: relative;
}
@media (max-width : 991px) {
.gsti-toggle {
}
}
.gsti-toggle-inner {
position: relative;
overflow: hidden;
}
.gsti-toggle-hidden {
display: none;
}
/* toggle trigger */
.gsti-toggle-trigger {
position: absolute;
bottom: -80px;
left: 50%;
width: 24px;
height: 24px;
line-height: 20px;
text-align: center;
padding-left: 1px;
border: 2px solid rgba(132, 132, 132, 0.26);
border-radius: 50px;
cursor: pointer;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 1200px) {
.gsti-toggle-trigger {
bottom: -70px;
}
}
@media (max-width : 991px) {
.gsti-toggle-trigger {
bottom: -50px;
left: 2%;
}
}
.gsti-toggle-trigger > span {
display: inline-block;
font-size: 14px;
color: #999;
}
.gsti-toggle-trigger > span:hover, .gsti-toggle-trigger > span:focus {
color: #e3428e;
}
.gsti-toggle .gsti-toggle-less, .gsti-toggle.gsti-toggle-full .gsti-toggle-more {
display: none;
}
.gsti-toggle.gsti-toggle-full .gsti-toggle-less {
display: block;
}
/* gallery single item
======================= */
.gallery-single-item {
position: relative;
display: block;
overflow: hidden;
background-color: rgba(138, 138, 138, 0.11);
}
.isotope[class*='gutter-'] .gallery-single-item {
overflow: hidden;
border-radius: 4px;
}
/* gallery single item image */
.gallery-single-item .gs-item-image {
}
.iso-height-1 .gallery-single-item .gs-item-image,
.iso-height-2 .gallery-single-item .gs-item-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* gallery single item cover */
.gallery-single-item .gs-item-cover {
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background-color: rgba(255, 255, 255, 0.93);
z-index: 1;
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gallery-single-item:hover .gs-item-cover {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
/* Disable gallery single item cover on small screens */
@media (max-width: 992px) {
.gallery-single-item .gs-item-cover {
display: none;
}
}
/* gallery single item info */
.gallery-single-item .gs-item-info {
position: absolute;
top: 50%;
left: auto;
bottom: auto;
width: 100%;
padding: 15px;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* gallery single item icon */
.gallery-single-item .gs-item-info .s-icon {
display: inline-block;
font-size: 18px;
color: #222;
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gallery-single-item:hover .gs-item-info .s-icon {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
/* gallery single item cover styles
==================================== */
/* cover boxed */
#gallery.cover-boxed .gs-item-cover {
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
/* cover dark */
#gallery.cover-dark .gs-item-cover {
background-color: rgba(0, 0, 0, 0.9);
color: #EEE;
}
#gallery.cover-dark .gs-item-info .s-icon {
color: #EEE;
}
/* cover color */
#gallery.cover-color .gs-item-cover {
background-color: rgba(234, 78, 78, 0.95);
color: #FFF;
}
#gallery.cover-color .gs-item-info .s-icon {
color: #FFF;
}
/* cover simple */
#gallery.cover-simple .gs-item-cover {
top: -1px !important;
bottom: -1px !important;
left: -1px !important;
right: -1px !important;
background-color: rgba(255, 255, 255, 0.3) !important;
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-o-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important;
}
#gallery.cover-simple .gs-item-info {
display: none !important;
}
/* ------------------------------------------------------------- *
* Gallery single slider
/* ------------------------------------------------------------- */
.gallery-single-slider {
padding: 25px 25px 0 25px;
}
@media (max-width: 768px) {
.gallery-single-slider {
padding: 0;
}
}
/* gallery single slider cover */
.gallery-single-slider .cc-item .cover {
background-color: transparent;
}
/* gallery single full height slider offsets */
.gallery-single-slider .owl-carousel.cc-height-full,
.gallery-single-slider .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 125px);
}
@media (max-width: 768px) {
.gallery-single-slider .owl-carousel.cc-height-full,
.gallery-single-slider .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 160px);
}
}
/* gallery single slider cover (for slider center) */
@media (min-width: 992px) {
.gallery-single-slider.gss-center .cc-item .cover {
background-color: rgba(255, 255, 255, 0.7);
}
.gallery-single-slider.gss-center .owl-item.center .cc-item .cover {
background-color: transparent;
}
}
/* gallery single slider bottom
================================ */
.gallery-single-bottom {
position: relative;
min-height: 100px;
overflow: hidden;
}
@media (max-width: 768px) {
.gallery-single-bottom {
padding: 0 20px;
}
}
/* gallery single slider "back-to-list" link */
.gallery-single-bottom .gs-back-to-list {
position: static;
display: inline-block;
margin-top: 42px;
font-style: italic;
color: #999;
}
.gallery-single-bottom .gs-back-to-list:hover {
color: #e3428e;
}
/* gallery single slider meta */
.gallery-single-bottom ul.gallery-meta {
position: static;
margin-top: 42px;
padding-right: 5px;
font-size: 18px;
}
.gallery-single-bottom ul.gallery-meta > li {
margin-right: 18px;
}
.gallery-single-bottom ul.gallery-meta > li a {
}
.gallery-single-bottom ul.gallery-meta > li a:hover {
color: #e3428e;
}
.gallery-single-bottom .favorite-btn {
font-size: 16px;
}
/* ------------------------------------------------------------- *
* Gallery single section with sidebar
/* ------------------------------------------------------------- */
.gallery-single-with-sidebar {
padding: 30px;
}
@media (max-width: 768px) {
.gallery-single-with-sidebar {
padding: 15px;
}
}
/* Gallery single slider with sidebar
====================================== */
/* slider height */
@media (min-width: 1200px) {
.gs-slider-sidebar .owl-carousel.cc-height-full,
.gs-slider-sidebar .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 60px);
}
}
@media (max-width: 1200px) {
.gs-slider-sidebar .owl-carousel.cc-height-full .cc-item {
padding-bottom: 80%;
}
}
@media (max-width: 1200px) {
.gs-slider-sidebar .owl-carousel.cc-height-full,
.gs-slider-sidebar .owl-carousel.cc-height-full .cc-item {
height: auto;
}
}
/* Gallery single sidebar
========================== */
.gs-sidebar {
position: relative;
background-color: #fff;
padding: 20px 10px 60px 10px;
margin-bottom: 20px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.gs-sidebar-inner {
overflow: auto;
padding: 15px;
}
/* gallery single sidebar info */
.gs-sidebar-info {
}
/* gallery single sidebar meta */
.gs-sidebar-meta-wrap {
margin-top: 30px;
}
.gs-sidebar-meta {
margin-bottom: 10px;
}
.gs-sidebar-meta span {
display: block;
}
.gs-sidebar-meta-title {
font-weight: bold;
}
.gs-sidebar-meta-sub {
}
/* gallery single sidebar info description */
.gs-sidebar-description {
margin-top: 30px;
}
/* gallery single sidebar full height
====================================== */
@media (min-width: 1200px) {
.gs-sidebar.gs-sidebar-fh {
height: calc(100vh - 60px);
margin-bottom: 0;
}
.gs-sidebar.gs-sidebar-fh .gs-sidebar-inner {
max-height: 100%;
overflow: auto;
}
}
/* Gallery single sidebar fixed position
========================================= */
@media (min-width: 1200px) {
.gs-sidebar.gs-sidebar-fixed {
position: fixed;
width: 22.1%;
margin-bottom: 0;
}
.gs-sidebar.gs-sidebar-fixed .gs-sidebar-inner {
max-height: 100%;
overflow: auto;
}
}
.gallery-single-with-sidebar .isotope.gutter-1 .isotope-items-wrap,
.gallery-single-with-sidebar .isotope.gutter-2 .isotope-items-wrap,
.gallery-single-with-sidebar .isotope.gutter-3 .isotope-items-wrap {
padding-top: 0;
margin-left: 0;
margin-right: 0;
}
/* ------------------------------------------------------------- *
* Gallery single meta
/* ------------------------------------------------------------- */
ul.gallery-meta {
position: absolute;
display: inline-block;
bottom: 15px;
right: 25px;
margin: 0;
padding: 0;
list-style: none;
font-size: 18px;
font-style: italic;
color: #a7a7a7;
}
ul.gallery-meta > li {
float: left;
margin-right: 20px;
}
ul.gallery-meta > li:last-child {
margin-right: 0;
}
ul.gallery-meta > li a {
color: #a7a7a7;
}
/* content share trigger */
.content-share-trigger {
}
.content-share-trigger a {
color: #888;
}
/* content info trigger */
.content-info-trigger {
}
.content-info-trigger a {
color: #888;
}
/* ------------------------------------------------------------- *
* Add to favorites button
/* ------------------------------------------------------------- */
.favorite-btn {
font-size: 16px;
font-weight: normal;
}
.fav-inner {
position: relative;
display: inline-block;
width: 15px;
margin-right: -4px;
cursor: pointer;
z-index: 2;
}
/* icon-heart (FontAwesome) */
.icon-heart {
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.icon-heart-filled {
display: none;
}
.favorite-btn.active .icon-heart-filled {
display: inline-block;
color: #e3428e;
}
.favorite-btn.active .icon-heart-empty {
display: none;
}
/* call icons */
.icon-heart-filled:before {
content: "\f004";
}
.icon-heart-empty:before {
content: "\f004";
}
/* fav-count */
.fav-count {
display: inline-block;
cursor: pointer;
}
/* ----------------------------------------------------------------------- *
* Lightgallery: (more info: http://sachinchoolur.github.io/lightGallery)
/* ----------------------------------------------------------------------- */
body.lg-on {
overflow: hidden !important;
}
.lg-backdrop {
z-index: 99998;
}
.lg-outer {
z-index: 99999;
}
/* Lightgallery sub html (image caption) */
@media (max-width : 767px) {
.lg-sub-html {
padding: 10px;
}
}
.lg-sub-html h4 {
margin: 0;
font-size: 16px;
font-weight: 700;
}
.lg-sub-html p {
font-size: 16px;
margin: 5px 0 0;
}
/* Lightgallery thumbnails improvements */
.lg-outer .lg-thumb {
margin-left: auto;
margin-right: auto;
}
.lg-outer .lg-thumb-item {
position: relative;
border: 2px solid #FFF;
border-radius: 0;
}
.lg-outer .lg-thumb-item img {
position: absolute;
left: 50%;
top: 50%;
max-width: inherit;
width: 150%;
height: auto;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* Lightgallery autoplay progress bar improvements */
.lg-progress-bar {
background-color: #333;
height: 2px;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 2px;
}
/* hide next/prev buttons on small screens */
@media (max-width: 768px) {
.lg-actions .lg-next, .lg-actions .lg-prev {
display: none;
}
}
/* ------------------------------------------------------------- *
* Content carousel - CC (based on OWL Carousel)
/* ------------------------------------------------------------- */
.owl-carousel {
}
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
height: 100%;
}
.owl-carousel .owl-item {
z-index: 9;
overflow: hidden;
/* image flickering fix */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item .cc-image {
height: 100%;
}
/* OWL controls */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
position: absolute;
}
/* Prev/Next buttons
===================== */
.owl-nav {
margin: 0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
top: 50%;
width: 60px;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.3);
background-size: 78%;
padding: 0;
margin: 0;
text-align: center;
font-size: 19px;
color: #FFF;
opacity: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav .owl-prev {
background-image: url(../vendor/owl-carousel/img/arrow-left-light.png);
background-repeat: no-repeat;
background-position: center;
}
.owl-carousel .owl-nav .owl-next {
background-image: url(../vendor/owl-carousel/img/arrow-right-light.png);
background-repeat: no-repeat;
background-position: center;
}
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
opacity: 1;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-nav .owl-prev {
left: 0px;
}
.owl-carousel .owl-nav .owl-next {
right: 0px;
}
.owl-carousel:hover .owl-nav .owl-prev {
left: 20px;
}
.owl-carousel:hover .owl-nav .owl-next {
right: 20px;
}
/* Prev/Next buttons disabled (no loop) */
.owl-carousel .owl-nav .owl-prev.disabled {
opacity: 0;
visibility: hidden;
cursor: default;
}
.owl-carousel .owl-nav .owl-next.disabled {
opacity: 0;
visibility: hidden;
cursor: default;
}
/* Prev/Next nav buttons positions
=================================== */
/* Prev/Next buttons position outside (left/right) */
.owl-carousel.nav-outside .owl-nav .owl-prev, .owl-carousel.nav-outside .owl-nav .owl-next {
width: 50px;
height: 50px;
line-height: 50px;
-webkit-background-size: 80%;
background-size: 80%;
opacity: 1;
}
.owl-carousel.nav-outside .owl-nav .owl-prev:hover, .owl-carousel.nav-outside .owl-nav .owl-next:hover {
color: #FFF;
}
.owl-carousel.nav-outside .owl-nav .owl-prev.disabled, .owl-carousel.nav-outside .owl-nav .owl-next.disabled {
opacity: 0;
visibility: hidden;
}
.owl-carousel.nav-outside .owl-nav .owl-prev {
left: -70px;
}
.owl-carousel.nav-outside .owl-nav .owl-next {
right: -70px;
}
@media (max-width: 1360px) {
.owl-carousel.nav-outside .owl-nav .owl-prev, .owl-carousel.nav-outside .owl-nav .owl-next {
width: 40px;
height: 40px;
line-height: 40px;
-webkit-background-size: 70%;
background-size: 70%;
}
.owl-carousel.nav-outside .owl-nav .owl-prev {
left: 15px;
}
.owl-carousel.nav-outside .owl-nav .owl-next {
right: 15px;
}
}
/* Prev/Next nav buttons position outside top */
.nav-outside-top .owl-nav {
position: absolute;
top: -50px;
right: 0;
width: 72px;
}
.nav-outside-top .owl-nav .owl-prev, .nav-outside-top .owl-nav .owl-next {
width: 32px;
height: 32px;
line-height: 32px;
background-color: #e3428e;
-webkit-background-size: 80%;
background-size: 100%;
font-size: 14px;
color: #FFF;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.nav-outside-top .owl-nav .owl-prev:hover, .nav-outside-top .owl-nav .owl-next:hover {
background-color: #e3428e;
color: #FFF;
}
.nav-outside-top .owl-nav .owl-prev.disabled, .nav-outside-top .owl-nav .owl-next.disabled {
visibility: visible;
opacity: .2;
color: #A4AAAD;
}
.nav-outside-top:hover .owl-nav .owl-prev {
left: 0;
}
.nav-outside-top:hover .owl-nav .owl-next {
right: 0;
}
/* Prev/Next nav buttons position bottom right */
.nav-bottom-right .owl-nav {
position: absolute;
top: auto;
bottom: 103px;
right: 3%;
width: 128px;
}
@media (max-width: 768px) {
.nav-bottom-right .owl-nav {
right: 20px;
}
}
.nav-bottom-right .owl-nav .owl-prev, .nav-bottom-right .owl-nav .owl-next {
width: 60px;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.4);
font-size: 14px;
color: #FFF;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.nav-bottom-right .owl-nav .owl-prev:hover, .nav-bottom-right .owl-nav .owl-next:hover {
background-color: rgba(0, 0, 0, 0.6);
color: #FFF;
}
.nav-bottom-right .owl-nav .owl-prev.disabled, .nav-bottom-right .owl-nav .owl-next.disabled {
visibility: visible;
opacity: .2;
color: #A4AAAD;
}
.nav-bottom-right:hover .owl-nav .owl-prev {
left: 0;
}
.nav-bottom-right:hover .owl-nav .owl-next {
right: 0;
}
/* Prev/Next nav buttons styles
================================ */
/* Prev/Next buttons light */
.nav-light .owl-nav .owl-prev, .nav-light .owl-nav .owl-next {
background-color: #FFF;
}
.nav-light .owl-nav .owl-prev {
background-image: url(../vendor/owl-carousel/img/arrow-left-dark.png);
}
.nav-light .owl-nav .owl-next {
background-image: url(../vendor/owl-carousel/img/arrow-right-dark.png);
}
.nav-light .owl-nav .owl-prev:hover, .owl-carousel.nav-light .owl-nav .owl-prev:hover,
.nav-light .owl-nav .owl-next:hover, .owl-carousel.nav-light .owl-nav .owl-next:hover {
background-color: rgba(255, 255, 255, 0.7);
}
/* Prev/Next buttons rounded */
.nav-rounded .owl-nav .owl-prev, .nav-rounded .owl-nav .owl-next {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
/* Dots
======== */
.owl-dots, .owl-nav.disabled + .owl-dots {
position: absolute;
bottom: 10px;
margin-top: 0px;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot span {
display: inline-block;
width: 8px;
height: 8px;
margin: 0px 5px;
background-color: #BBB;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
background-color: #e3428e;
}
.owl-dots .owl-dot.active span {
}
/* Dots rounded */
.dots-rounded .owl-dots .owl-dot span {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* Dots positions
=================== */
/* Dots position outside */
.dots-outside {
margin-bottom: 40px;
}
.dots-outside .owl-dots, .dots-outside .owl-nav.disabled + .owl-dots {
bottom: -28px;
}
/* Dots position left */
.dots-left .owl-dots, .dots-left .owl-nav.disabled + .owl-dots {
left: 3%;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* Dots position right */
.dots-right .owl-dots, .dots-right .owl-nav.disabled + .owl-dots {
left: inherit;
right: 3%;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* Dots position center right */
.dots-center-right .owl-dots {
position: absolute;
top: 50%;
bottom: auto !important;
left: auto !important;
right: 15px;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.dots-center-right .owl-dots .owl-dot {
display: block;
line-height: 0;
}
.dots-center-right .owl-dots .owl-dot span {
margin: 5px 0;
}
/* CC item */
.owl-carousel .cc-item {
position: relative;
display: block;
overflow: hidden;
}
.owl-carousel .cc-item.bg-image { /* if CC item contains background image */
min-height: 300px;
}
/* CC item hover 1 */
@media (min-width: 992px) {
.owl-carousel.cc-hover .cc-item:hover .cover {
background-color: rgba(0, 0, 0, 0.3) !important;
}
}
/* CC item hover 2 */
@media (min-width: 992px) {
.owl-carousel:hover.cc-hover-2 .cc-item .cover {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.owl-carousel.cc-hover-2 .cc-item:hover .cover {
background-color: rgba(0, 0, 0, 0.1) !important;
}
}
/* CC auto width image */
.owl-carousel .cc-auto-width-img {
width: auto !important;
}
.owl-carousel .cc-auto-width-img-bg { /* for small devices */
display: none;
width: 100vw;
}
@media (max-width: 768px) {
.owl-carousel .cc-auto-width-img {
display: none !important;
}
.owl-carousel .cc-auto-width-img-bg { /* for small devices */
display: block;
}
}
/* CC item heights
=================== */
.owl-carousel, .owl-carousel .cc-item { min-height: 300px; } /* CC item minimum height */
.owl-carousel.cc-height-1, .owl-carousel.cc-height-1 .cc-item { height: 40vh; }
.owl-carousel.cc-height-2, .owl-carousel.cc-height-2 .cc-item { height: 50vh; }
.owl-carousel.cc-height-3, .owl-carousel.cc-height-3 .cc-item { height: 60vh; }
.owl-carousel.cc-height-4, .owl-carousel.cc-height-4 .cc-item { height: 70vh; }
.owl-carousel.cc-height-5, .owl-carousel.cc-height-5 .cc-item { height: 80vh; }
.owl-carousel.cc-height-6, .owl-carousel.cc-height-6 .cc-item { height: 90vh; }
/* CC item full height */
.owl-carousel.cc-height-full,
.owl-carousel.cc-height-full .cc-item { height: 100vh; } /* CC item full height */
/* CC item full height on small screen */
@media (max-width: 768px) {
.owl-carousel.cc-height-full,
.owl-carousel.cc-height-full .cc-item,
.owl-carousel.cc-height-m,
.owl-carousel.cc-height-m .cc-item {
height: calc(100vh - 60px); /* full height minus mobile header height */
}
}
/* CC caption
============== */
.owl-carousel .cc-caption {
position: absolute;
width: auto !important;
z-index: 9;
}
.owl-carousel .cc-caption.caption-animate {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-o-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.owl-carousel .owl-item.active .cc-caption.caption-animate {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translatey(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
/* CC title */
.owl-carousel .cc-title {
display: block;
margin: 0;
font-size: 24px;
font-weight: bold;
color: #FFF;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* CC description */
.owl-carousel .cc-description {
margin: 5px 0 0 0;
font-weight: normal;
color: #FFF;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* CC category */
.owl-carousel .cc-category {
display: inline-block;
background-color: #e3428e;
padding: 0 5px;
margin: 10px 0 0 0;
font-size: 14px;
font-style: italic;
font-weight: normal;
color: #FFF;
}
/* CC caption sizes
=================== */
/* cc caption xs */
.cc-caption.cc-caption-xs .cc-title {
font-size: 17px;
}
/* cc caption sm */
.cc-caption.cc-caption-sm .cc-title {
font-size: 20px;
}
/* cc caption lg */
.cc-caption.cc-caption-lg .cc-title {
font-size: 32px;
}
.cc-caption.cc-caption-lg .cc-description {
margin: 8px 0 0 0;
font-size: 18px;
}
@media (max-width: 768px) {
.cc-caption.cc-caption-lg .cc-title {
font-size: 28px;
}
}
/* cc caption xlg */
.cc-caption.cc-caption-xlg .cc-title {
font-size: 48px;
}
.cc-caption.cc-caption-xlg .cc-description {
margin: 5px 0 0 0;
font-size: 20px;
}
@media (max-width: 992px) {
.cc-caption.cc-caption-xlg .cc-title {
font-size: 38px;
}
}
@media (max-width: 768px) {
.cc-caption.cc-caption-xlg .cc-title {
font-size: 28px;
}
.cc-caption.cc-caption-xlg .cc-description {
font-size: 18px;
}
}
/* CC caption with alter fonts
=============================== */
/* cc caption with font-alter-1 */
.cc-caption .cc-title.font-alter-1 {
font-size: 36px !important;
text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.cc-caption.cc-caption-xs .cc-title.font-alter-1 {
font-size: 24px !important;
}
.cc-caption.cc-caption-sm .cc-title.font-alter-1 {
font-size: 30px !important;
}
.cc-caption.cc-caption-lg .cc-title.font-alter-1 {
font-size: 52px !important;
}
.cc-caption.cc-caption-xlg .cc-title.font-alter-1 {
font-size: 68px !important;
}
@media (max-width: 992px) {
.cc-caption.cc-caption-lg .cc-title.font-alter-1,
.cc-caption.cc-caption-xlg .cc-title.font-alter-1 {
font-size: 36px !important;
}
}
@media (max-width: 768px) {
.cc-caption .cc-title.font-alter-1,
.cc-caption.cc-caption-sm .cc-title.font-alter-1,
.cc-caption.cc-caption-lg .cc-title.font-alter-1,
.cc-caption.cc-caption-xlg .cc-title.font-alter-1 {
font-size: 28px !important;
}
}
/* cc caption with font-alter-2 */
.cc-caption .cc-title.font-alter-2 {
font-size: 52px !important;
text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.cc-caption.cc-caption-xs .cc-title.font-alter-2 {
font-size: 36px !important;
}
.cc-caption.cc-caption-sm .cc-title.font-alter-2 {
font-size: 44px !important;
}
.cc-caption.cc-caption-lg .cc-title.font-alter-2 {
font-size: 62px !important;
}
.cc-caption.cc-caption-xlg .cc-title.font-alter-2 {
font-size: 80px !important;
}
@media (max-width: 992px) {
.cc-caption.cc-caption-lg .cc-title.font-alter-2,
.cc-caption.cc-caption-xlg .cc-title.font-alter-2 {
font-size: 46px !important;
}
}
@media (max-width: 768px) {
.cc-caption .cc-title.font-alter-2,
.cc-caption.cc-caption-sm .cc-title.font-alter-2,
.cc-caption.cc-caption-lg .cc-title.font-alter-2,
.cc-caption.cc-caption-xlg .cc-title.font-alter-2 {
font-size: 38px !important;
}
}
/* CC caption positions
======================== */
/* position top */
.owl-carousel .cc-caption.top-left {
top: 10%;
left: 5%;
text-align: left;
}
.owl-carousel .cc-caption.top-center {
top: 10%;
left: 50%;
width: 100% !important;
max-width: 800px !important;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.top-right {
top: 10%;
right: 5%;
text-align: right;
}
/* position center */
.owl-carousel .cc-caption.center-left {
top: 50%;
left: 5%;
text-align: left;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.owl-carousel .cc-caption.center {
top: 50%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.owl-carousel .cc-caption.center-right {
top: 50%;
right: 5%;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
/* position bottom */
.owl-carousel .cc-caption.bottom-left {
bottom: 10%;
left: 5%;
margin-right: 5%;
text-align: left;
}
@media (max-width: 768px) {
.owl-carousel .cc-caption.bottom-left {
bottom: 45px;
}
}
.owl-carousel .cc-caption.bottom-center {
bottom: 10%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.bottom-right {
bottom: 10%;
left: auto;
right: 5%;
text-align: right;
}
/* if "nav-bottom-right" enabled */
.owl-carousel.nav-bottom-right .cc-caption.bottom-center,
.owl-carousel.nav-bottom-right .cc-caption.bottom-right {
bottom: 110px;
}
@media (max-width: 768px) {
.owl-carousel.nav-bottom-right .cc-caption.bottom-left,
.owl-carousel.nav-bottom-right .cc-caption.bottom-center,
.owl-carousel.nav-bottom-right .cc-caption.bottom-right {
bottom: 110px;
}
}
/* owl elements
================ */
/* owl video play icon */
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background-color: rgba(0, 0, 0, 0.7);
background-position: center;
cursor: pointer;
z-index: 1;
border-radius: 80px;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
/* cursor grab icon */
.owl-carousel.cursor-grab {
cursor: -webkit-grab;
cursor: grab;
}
.owl-carousel.cursor-grab:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
/* ------------------------------------------------------------- *
* Horizontal scroll gallery
/* ------------------------------------------------------------- */
#gallery-horizontal-scroll-section {
padding: 25px 25px;
}
@media (max-width: 768px) {
#gallery-horizontal-scroll-section {
padding: 0;
}
}
/* horizontal scroller (hs) */
.horizontal-scroller {
height: calc(100vh - 50px);
overflow: hidden;
}
@media (max-width: 768px) {
.horizontal-scroller {
height: calc(100vh - 60px);
}
}
.hs-inner {
height: 100%;
white-space: nowrap;
overflow-x: auto;
}
@media (max-width: 768px) {
.hs-inner {
white-space: normal;
}
}
/* hs item
=========== */
.hs-item {
position: relative;
display: inline-block;
max-width: 100%;
height: 100%;
margin-right: -8px;
white-space: normal;
}
.hs-item:last-child {
margin-right: 0 !important;
}
@media (max-width: 768px) {
.hs-item {
display: block;
height: auto;
}
}
/* hs item image */
img.hs-item-image {
max-width: 100%;
width: auto;
height: 100%;
}
.hs-item-bg-image { /* for small devices */
display: none;
width: 100%;
min-height: 340px;
}
@media (max-width: 768px) {
img.hs-item-image {
display: none !important;
}
.hs-item-bg-image { /* for small devices */
display: block;
}
}
/* hs item gutter */
.horizontal-scroller.gutter-1 .hs-item { margin-right: 0px; }
.horizontal-scroller.gutter-2 .hs-item { margin-right: 10px; }
.horizontal-scroller.gutter-3 .hs-item { margin-right: 20px; }
@media (max-width: 768px) {
.horizontal-scroller.gutter-1 .hs-item,
.horizontal-scroller.gutter-2 .hs-item,
.horizontal-scroller.gutter-3 .hs-item {
margin: 0 0 8px 0
}
}
/* hs caption
============== */
.hs-caption {
position: absolute;
width: auto !important;
z-index: 9;
}
/* hs title */
.hs-title {
display: block;
margin: 0;
font-size: 24px;
font-weight: bold;
color: #FFF;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* hs description */
.hs-description {
margin: 5px 0 0 0;
font-size: 16px;
font-weight: normal;
color: #FFF;
line-height: 1.2;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* hs category */
.hs-category {
display: inline-block;
background-color: #e3428e;
padding: 0 5px;
margin: 10px 0 0 0;
font-size: 14px;
font-style: italic;
font-weight: normal;
color: #FFF;
}
/* hs caption sizes
==================== */
/* hs caption xs */
.hs-caption.hs-caption-xs .hs-title {
font-size: 18px;
}
/* hs caption sm */
.hs-caption.hs-caption-sm .hs-title {
font-size: 21px;
}
/* hs caption lg */
.hs-caption.hs-caption-lg .hs-title {
font-size: 34px;
}
.hs-caption.hs-caption-lg .hs-description {
margin: 8px 0 0 0;
font-size: 18px;
}
@media (max-width: 768px) {
.hs-caption.hs-caption-lg .hs-title {
font-size: 28px;
}
}
/* hs caption xlg */
.hs-caption.hs-caption-xlg .hs-title {
font-size: 48px;
}
.hs-caption.hs-caption-xlg .hs-description {
margin: 5px 0 0 0;
font-size: 21px;
}
@media (max-width: 992px) {
.hs-caption.hs-caption-xlg .hs-title {
font-size: 38px;
}
}
@media (max-width: 768px) {
.hs-caption.hs-caption-xlg .hs-title {
font-size: 28px;
}
.hs-caption.hs-caption-xlg .hs-description {
font-size: 18px;
}
}
/* hs caption positions
======================== */
/* position top */
.hs-caption.top-left {
top: 10%;
left: 5%;
text-align: left;
}
.hs-caption.top-center {
top: 10%;
left: 50%;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.hs-caption.top-right {
top: 10%;
right: 5%;
text-align: right;
}
/* position center */
.hs-caption.center-left {
top: 50%;
left: 5%;
text-align: left;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.hs-caption.center {
top: 50%;
left: 50%;
width: 100% !important;
padding: 0 15%;
text-align: center;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.hs-caption.center-right {
top: 50%;
right: 5%;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
/* position bottom */
.hs-caption.bottom-left {
bottom: 8%;
left: 5%;
margin-right: 5%;
text-align: left;
}
@media (max-width: 768px) {
.hs-caption.bottom-left {
bottom: 45px;
}
}
.hs-caption.bottom-center {
bottom: 8%;
left: 50%;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.hs-caption.bottom-right {
bottom: 8%;
left: auto;
right: 5%;
text-align: right;
}
/* ------------------------------------------------------------- *
* Blog list section
/* ------------------------------------------------------------- */
#blog-list-section {
}
/* isotope items in blog list section */
@media (max-width : 768px) {
#blog-list-section .isotope.col-2 .isotope-item,
#blog-list-section .isotope.col-3 .isotope-item,
#blog-list-section .isotope.col-4 .isotope-item,
#blog-list-section .isotope.col-5 .isotope-item,
#blog-list-section .isotope.col-6 .isotope-item {
width: 100%;
}
}
/* blog list classic */
.blog-list-classic {
padding: 40px 0;
}
@media (max-width : 1600px) {
.blog-list-classic {
padding: 3% 0;
}
}
.blog-list-classic .isotope-items-wrap {
padding-top: 0;
}
/* blog list item */
.blog-list-item {
position: relative;
}
.isotope[class*='gutter-'] .blog-list-item {
overflow: hidden;
border-radius: 4px;
}
@media (max-width : 768px) {
.blog-list-item {
margin-top: 10px;
}
}
/* blog list item image */
.bl-item-image {
display: block;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
border-radius: 4px;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.bl-item-image:hover {
opacity: .8;
}
.iso-height-1 .blog-list-item .bl-item-image,
.iso-height-2 .blog-list-item .bl-item-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* blog list item info
======================= */
.bl-item-info {
position: relative;
background-color: #FFF;
padding: 6% 6% 50px 6%;
margin-bottom: 7px;
z-index: 2;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
/* blog list item category */
.bl-item-category {
margin-bottom: 15px;
font-size: 14px;
font-style: italic;
color: #999;
}
.bl-item-category a {
color: #999;
}
.bl-item-category a:hover {
opacity: .8;
}
/* blog list item title */
.bl-item-title {
display: block;
}
.bl-item-title, .bl-item-title h2 {
display: block;
margin: 0;
font-weight: bold;
font-size: 18px;
color: #333;
line-height: 1.3;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.bl-item-title:hover, .bl-item-title:focus,
.bl-item-title h2:hover, .bl-item-title h2:focus {
color: #e3428e;
}
@media (max-width: 992px) {
.bl-item-title, .bl-item-title h2 {
font-size: 18px;
}
}
/* blog list item meta */
.bl-item-meta {
margin-top: 15px;
font-size: 14px;
color: #AAA;
}
.bl-item-meta a {
padding-bottom: 2px;
color: #AAA;
}
.bl-item-meta a:hover {
opacity: .8;
}
/* blog list item description */
.bl-item-desc {
margin-top: 20px;
font-size: 15px;
color: #666;
}
/* blog list item read more */
.bl-item-read-more {
position: absolute;
left: 50%;
margin-left: -16px;
bottom: 10px;
width: 32px;
height: 20px;
line-height: 16px;
text-align: center;
}
.bl-item-read-more span {
position: relative;
}
.bl-item-read-more span,
.bl-item-read-more span:before,
.bl-item-read-more span:after {
display: inline-block;
width: 5px;
height: 5px;
background-color: #ddd;
border-radius: 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.blog-list-item .bl-item-read-more:hover span,
.blog-list-item .bl-item-read-more:hover span:before,
.blog-list-item .bl-item-read-more:hover span:after {
background-color: #e3428e;
}
.bl-item-read-more span:before {
position: absolute;
bottom: 0;
content: "";
left: -10px;
}
.bl-item-read-more span:after {
position: absolute;
bottom: 0;
content: "";
left: 10px;
}
/* blog list item if isotope "col-1" is enabled
================================================ */
#blog-list-section .isotope.col-1 .isotope-items-wrap {
max-width: 1140px;
margin: 0 auto;
}
#blog-list-section .isotope.col-1 .iso-height-1 .blog-list-item,
#blog-list-section .isotope.col-1 .iso-height-2 .blog-list-item {
display: block;
padding-bottom: 50%;
}
#blog-list-section .isotope.col-1 .bl-item-info {
margin: -7% 7% 5% 7%;
padding: 6% 8% 70px 8%;
text-align: center;
border-radius: 4px;
}
@media (max-width: 768px) {
#blog-list-section .isotope.col-1 .bl-item-info {
margin: 0 0 3% 0;
}
}
#blog-list-section .isotope.col-1 .bl-item-title,
#blog-list-section .isotope.col-1 .bl-item-title h2 {
font-size: 38px;
}
@media (max-width: 992px) {
#blog-list-section .isotope.col-1 .bl-item-title,
#blog-list-section .isotope.col-1 .bl-item-title h2 {
font-size: 18px;
}
}
#blog-list-section .isotope.col-1 .bl-item-desc {
font-size: inherit;
}
/* ------------------------------------------------------------- *
* Blog single
/* ------------------------------------------------------------- */
#blog-single-cection {
padding: 40px 0;
}
@media (max-width : 1600px) {
#blog-single-cection {
padding: 3% 0;
}
}
/* blog single wrap */
.blog-single-wrap {
position: relative;
}
/* blog single post */
.blog-single-post {
background-color: #FFF;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.blog-single-post-inner {
position: relative;
padding: 5%;
}
/* blog single post image */
.blog-single-image {
border-radius: 4px 4px 0 0;
}
.blog-single-image.bg-image { /* for background image height */
padding-bottom: 60%;
}
/* blog single post heading */
.blog-single-post-heading {
background-color: #FFF;
padding: 5% 5% 0 5%;
}
.blog-single-post-title {
margin: 0;
font-size: 42px;
font-weight: 600;
color: #333;
}
.blog-single-image + .blog-single-post-heading {
margin: -10% 5% 0 5%;
border-radius: 4px;
}
@media (max-width : 992px) {
.blog-single-post-title {
font-size: 28px;
}
}
.blog-single-post-category {
display: inline-block;
background-color: #e3428e;
margin-top: 20px;
padding: 0 4px;
font-size: 14px;
font-style: italic;
color: #FFF;
}
.blog-single-post-category a {
color: #FFF;
}
/* blog single post content */
.post-content {
}
.post-content .single-post-image {
margin: 30px 0;
}
.post-content .single-post-image img {
border-radius: 4px;
}
.single-post-image-caption {
margin-top: 5px;
font-size: 14px;
font-style: italic;
color: #999;
}
.single-post-image-caption a {
color: #999;
}
.post-content .owl-carousel {
margin: 30px 0 30px 0;
}
.post-content .cc-item {
display: block;
padding-bottom: 60%;
border-radius: 4px;
}
/* Blog single attributes
============================ */
.blog-single-attributes {
margin-top: 20px;
margin-bottom: 40px;
}
.blog-single-meta-wrap {
overflow: hidden;
}
.blog-single-post .author-avatar {
position: relative;
display: block;
width: 40px;
height: 40px;
border-radius: 100px;
}
.blog-single-post .author-avatar:before {
position: absolute;
content: "";
top: 50%;
right: -21px;
width: 21px;
height: 1px;
border-bottom: 1px dotted rgba(150, 150, 150, 0.18);
}
/* blog single meta */
.blog-single-meta {
margin-left: 20px;
padding: 0 0 0 15px;
font-size: 14px;
color: #999;
overflow: hidden;
float: left;
border-left: 1px dotted rgba(150, 150, 150, 0.18);
}
.blog-single-meta .article-author {
font-size: 16px;
color: #333;
}
.blog-single-meta .article-author a {
color: #333;
}
.blog-single-meta .article-author a:hover {
color: #e3428e;
}
.blog-single-meta .article-time-cat {
font-size: 14px;
font-style: italic;
color: #b1b1b1;
}
.blog-single-meta .article-time-cat a {
color: #b1b1b1;
}
.blog-single-meta .article-time-cat a:hover {
color: #e3428e;
}
.blog-single-meta .article-time {
}
/* blog single links */
.blog-single-links {
margin: 6px 0 0 0;
text-align: right;
font-size: 14px;
color: #333;
line-height: 1.5;
}
@media (max-width: 768px) {
.blog-single-links {
margin-top: 30px;
text-align: left;
}
}
.blog-single-links > li {
margin-left: 3px;
background-color: rgba(0, 0, 0, 0.06);
padding: 5px 10px;
}
.blog-single-links a {
display: inline-block;
font-weight: 600;
color: #333;
}
.blog-single-links a:hover, .blog-single-links a:focus, .blog-single-links .favorite-btn:hover {
color: #e3428e;
}
.leave-comment-btn {
}
.blog-single-comment-count {
}
/* blog single tags */
.blog-single-tags {
margin-top: 10px;
font-size: 17px;
overflow: hidden;
}
.blog-single-tags span {
color: #333;
}
.blog-single-tags > ul {
list-style: none;
margin: 0;
padding: 0;
}
.blog-single-tags > ul > li {
float: left;
margin: 3px;
}
.blog-single-tags a {
display: block;
background-color: #222;
padding: 2px 8px;
font-size: 14px;
color: #FFF;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.blog-single-tags a:hover {
background-color: #e3428e;
color: #fff;
}
/* blog single post share */
.blog-single-share {
position: absolute;
top: 0;
right: 100%;
background-color: #FFF;
padding: 10px 12px;
text-align: center;
}
.blog-single-share > ul {
list-style: none;
margin: 0;
padding: 0;
}
.blog-single-share > ul > li {
}
.blog-single-share > ul > li > .btn {
margin: 5px 0;
}
.bss-text {
font-size: 14px;
}
@media (max-width: 1585px) {
.blog-single-share {
position: static;
background-color: transparent !important;
padding: 0;
text-align: left;
}
.blog-single-share > ul > li {
display: inline-block;
margin: 0 3px;
}
.bss-text {
font-size: inherit;
}
}
@media (max-width: 992px) {
.blog-single-share {
position: fixed;
top: auto;
bottom: -1px;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.85);
padding: 0;
text-align: center;
z-index: 99997;
}
.blog-single-share > ul > li {
display: inline-block;
margin: 0 3%;
}
.blog-single-share > ul > li > .btn {
border-radius: 50px;
}
.bss-text {
display: none !important;
}
}
@media (max-width: 768px) {
.blog-single-share > ul > li {
margin: 0 2px;
}
}
/* Blog single nav
=================== */
.blog-single-nav {
background-color: #FFF;
margin-top: 30px;
padding: 5%;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
overflow: hidden;
border-radius: 4px;
}
.bs-nav-col {
float: left;
width: 50%;
}
.bs-nav-left {
padding-right: 5%;
border-right: 1px solid rgba(136, 136, 136, 0.48);
}
.bs-nav-right {
padding-left: 5%;
text-align: right;
}
.bs-nav-text {
margin-bottom: 10px;
font-size: 16px;
color: #999;
}
.bs-nav-title, .bs-nav-title h4 {
margin: 0;
font-size: 16px;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
.bs-nav-title, .bs-nav-title h4 {
font-size: 15px;
}
}
.bs-nav-title:hover, .bs-nav-title h4:hover {
color: #e3428e;
}
/* Blog single related posts
============================= */
.related-posts {
background-color: #FFF;
margin-top: 30px;
padding: 5%;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.related-posts-heading {
font-size: 21px;
margin: 0 0 30px -5.5%;
padding: 0 0 0 5%;
border-left: 3px solid #e3428e;
}
.related-posts-item {
}
.related-posts-item .rp-item-image {
display: block;
padding-bottom: 80%;
margin-bottom: 10px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.related-posts-item .rp-item-image:hover {
opacity: .9;
}
.rp-item-info {
}
.related-posts-item .rp-item-title,
.related-posts-item .rp-item-title h4 {
margin: 10px 0 10px 0;
font-size: 16px;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.related-posts-item .rp-item-title:hover,
.related-posts-item .rp-item-title h4:hover {
color: #e3428e;
}
.related-posts-item .rp-item-category {
font-size: 14px;
font-style: italic;
color: #999;
}
.related-posts-item .rp-item-category a {
color: #999;
}
.related-posts .owl-carousel {
min-height: 0;
}
/* disable nav-outside on small screens */
@media (max-width: 768px) {
.related-posts .nav-outside-top .owl-nav {
display: none;
}
}
/* Blog single post comments
============================= */
#blog-post-comments {
margin-top: 50px;
padding-top: 50px;
border-top: 1px dotted rgba(150, 150, 150, 0.3);
}
/* blog single comments heading */
.comments-heading {
margin: 0 0 50px 0;
font-size: 28px;
}
.comments-heading span {
font-size: 48px;
}
/* blog single comments */
.media-list {
margin-top: 20px;
}
.media {
margin-top: 30px;
}
.media-object {
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.media-object:hover {
opacity: .8;
}
.media-object:before {
position: absolute;
content: "";
top: 50%;
right: -21px;
width: 21px;
height: 1px;
border-bottom: 1px dotted rgba(150, 150, 150, 0.18);
}
@media (max-width: 768px) {
.media-object {
margin-bottom: 20px;
}
.media-object:before {
display: none;
}
.media-object:after {
position: absolute;
content: "";
bottom: -21px;
right: 50%;
width: 1px;
height: 21px;
border-left: 1px dotted rgba(150, 150, 150, 0.18);
}
}
.media-left, .media > .pull-left {
padding: 0;
margin-right: 20px;
}
.media-right, .media > .pull-right {
padding: 0;
margin-left: 20px;
}
.media-heading {
text-transform: none;
letter-spacing: 0;
font-size: 15px;
color: #333;
}
.media-heading a {
color: #333;
}
.media-heading a:hover {
color: #e3428e;
}
.media, .media-body {
overflow: inherit;
}
.media-body {
width: 100%;
background-color: #fff;
padding: 20px;
margin-bottom: 2px;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
@media (max-width: 768px) {
.media-body {
display: block;
}
}
.media-body .article-time {
display: block;
margin-bottom: 10px;
font-size: 14px;
font-style: italic;
color: #BBB;
}
.media-text {
clear: both;
padding-top: 12px;
font-size: 15px;
border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
.media-reply {
text-align: right;
font-size: 13px;
}
.media-reply a {
color: #BBB;
}
.media-reply a:hover {
color: #e3428e;
}
.media-reply .btn-xs {
border-width: 1px;
}
/* blog single post comment form */
#post-comment-form {
background-color: #fff;
margin-top: 100px;
padding: 5%;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
#post-comment-form .reminder {
margin: 20px 0 0 0;
padding-left: 20px;
font-size: 14px;
font-weight: normal;
color: #999;
cursor: pointer;
}
#post-comment-form .reminder-checkbox {
cursor: pointer;
}
/* embed */
.embed-responsive {
overflow: hidden;
border-radius: 4px;
}
/* ------------------------------------------------------------- *
* Blog sidebar
/* ------------------------------------------------------------- */
.sidebar {
}
.sidebar.sidebar-left {
}
.sidebar.sidebar-right {
}
@media (max-width: 991px) {
.sidebar {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
border-left: none !important;
border-right: none !important;
margin-top: 30px;
padding-top: 40px;
border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
}
/* ------------------------------------------------------------- *
* Blog sidebar widgets
/* ------------------------------------------------------------- */
.sidebar-widget {
margin-top: 20px;
padding-bottom: 5px;
overflow: hidden;
background-color: #FFF;
padding: 20px;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
/* Sidebar headings */
.sidebar-heading {
margin-bottom: 30px;
margin-left: -20px;
padding: 0 0 0 16px;
font-size: 21px;
font-weight: bold;
border-left: 3px solid #e3428e;
}
/* Sidebar hr */
.sidebar-heading + hr {
margin-top: -17px !important;
margin-bottom: 35px !important;
}
.sidebar hr {
width: 30px;
text-align: left;
margin-left: 0;
border-top: 2px solid #e3428e;
}
/* Blog author (about me) */
.blog-author {
}
.blog-author-img {
float: left;
max-width: 130px;
margin-right: 20px;
overflow: hidden;
border-radius: 100%;
}
@media (max-width: 1600px) {
.sidebar .blog-author-img {
max-width: 64px;
}
}
@media (max-width: 1200px) {
.sidebar .blog-author-img {
float: none;
max-width: 100%;
margin: 0 0 20px 0;
}
}
@media (max-width: 991px) {
.sidebar .blog-author-img {
float: left;
max-width: 140px;
margin: 0 20px 0 0;
}
}
.blog-author-info {
display: table;
}
.blog-author-name {
text-transform: none;
letter-spacing: 0;
margin: 0;
font-size: 17px;
}
.blog-author-sub {
margin-bottom: 10px;
font-size: 14px;
color: #999;
}
.blog-author-text {
margin: 0;
font-size: 14px;
}
.blog-author-more {
display: block;
margin-top: 15px;
text-align: right;
font-size: 14px;
font-style: italic;
color: #BBB;
}
/* Blog sidebar search */
.sidebar-search {
}
#blog-search-form {
}
#blog-search-form button {
}
#blog-search-form .form-control {
}
/* Blog sidebar subscribe */
#sidebar-subscribe-form {
position: relative;
}
#sidebar-subscribe {
}
/* Blog sidebar categories */
.sidebar-categories {
}
.sidebar-categories > ul > li {
padding: 5px 0;
border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
.sidebar-categories > ul > li > a {
display: block;
padding: 6px 0;
text-decoration: none;
font-size: 16px;
color: #333;
line-height: 1;
}
.sidebar-categories > ul > li > a:hover {
color: #e3428e;
}
.sidebar-categories > ul > li:first-child {
padding-top: 0;
border: 0;
}
.sidebar-categories > ul > li > a span {
position: relative;
float: right;
top: -3px;
background-color: #ececec;
padding: 4px;
text-align: center;
font-size: 13px;
color: #333;
letter-spacing: 0;
}
.sidebar-categories > ul > li > a:hover span {
background-color: #e3428e;
color: #FFF;
}
/* Blog sidebar recent post list */
.sidebar-post-list {
}
.sidebar-post-list > ul > li {
list-style: none;
overflow: hidden;
margin-bottom: 20px;
}
.sidebar-post-list > ul > li:last-child {
margin: 0;
padding: 0;
border: 0;
}
.sidebar-post-list .post-thumb {
float: left;
display: block;
margin: 0 15px 0 0;
width: 80px;
height: 65px;
overflow: hidden;
border-radius: 4px;
}
.sidebar-post-list .post-thumb:hover {
}
.sidebar-post-list .post-data {
display: table;
}
.sidebar-post-list .post-data .post-title {
margin: 0 0 2px 0;
font-size: 16px;
font-weight: 600;
}
.sidebar-post-list .post-data .post-title a {
display: block;
color: #333;
}
.sidebar-post-list .post-data .post-title a:hover {
color: #e3428e;
}
.sidebar-post-list .post-data .author {
display: block;
font-size: 14px;
line-height: 15px;
}
.sidebar-post-list .post-data .author a {
color: #333;
}
.sidebar-post-list .post-data .author a:hover {
color: #e3428e;
}
.sidebar-post-list .post-data .date {
display: block;
font-size: 14px;
font-style: italic;
color: #b1b1b1;
}
/* Blog sidebar post comments list */
.sidebar-comments-list {
}
.sidebar-comment-wrap {
margin-bottom: 25px;
}
.sidebar-comment-wrap:last-child {
margin: 0;
padding: 0;
border: none;
}
.sidebar-comment-meta {
display: table;
}
.sidebar-comment-avatar {
float: left;
display: block;
margin: 0 15px 0 0;
overflow: hidden;
width: 32px;
height: 32px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.sidebar-comment-avatar:hover {
opacity: .8;
}
.sidebar-comment-data {
font-size: 12px;
}
.sidebar-comment-data .author {
display: block;
font-size: 15px;
}
.sidebar-comment-data .author a {
color: #333;
}
.sidebar-comment-data .author a:hover {
color: #e3428e;
}
.sidebar-comment-data .date {
display: block;
font-size: 14px;
font-style: italic;
color: #b1b1b1;
}
.sidebar-comment-wrap .sidebar-comment {
clear: both;
margin-top: 10px;
font-size: 15px;
font-style: italic;
}
.sidebar-comment-wrap .sidebar-comment a {
display: block;
color: #333;
}
.sidebar-comment-wrap .sidebar-comment a:hover {
color: #e3428e;
}
.sidebar-comment-wrap .sidebar-comment p {
margin-bottom: 0;
}
/* Blog sidebar tags */
.sidebar-tags {
}
.sidebar-tags > ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-tags > ul > li {
float: left;
margin: 3px;
}
.sidebar-tags a {
display: block;
background-color: #222;
padding: 2px 8px;
font-size: 14px;
color: #FFF;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.sidebar-tags a:hover {
background-color: #e3428e;
color: #fff;
}
/* Blog sidebar photo stream */
.sidebar-photo-stream {
}
/* Blog sidebar meta */
.sidebar-meta {
}
.sidebar-meta ul > li > a {
display: block;
padding: 3px 0;
font-size: 15px;
color: #999;
}
.sidebar-meta ul > li > a:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* About me section
/* ------------------------------------------------------------- */
#about-me-section {
}
@media (min-width: 992px) {
#about-me-section {
margin: 3%;
}
}
/* about me title */
.about-me-title {
margin: 0 0 15px 0;
font-size: 26px;
}
/* about me sub */
.about-me-sub {
margin-bottom: 30px;
font-size: 17px;
font-style: italic;
color: #999;
}
/* about me text */
.about-me-text {
}
/* if about me buttons included */
.about-me .follow-me-buttons a {
font-size: 18px;
}
/* happy clients */
.happy-clients .split-box-content {
padding-top: 20%;
padding-bottom: 20%;
}
/* ------------------------------------------------------------- *
* Contact section
/* ------------------------------------------------------------- */
#contact-section {
}
#contact-section .cover {
background-color: transparent;
}
/* contact info
================= */
.contact-info-wrap {
width: 100%;
max-width: 560px;
background-color: rgba(255, 255, 255, 0.92);
padding: 7% 5%;
z-index: 2;
border-radius: 4px;
}
@media (min-width: 768px) {
.contact-info-wrap {
margin-left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.contact-info {
}
/* contact form */
#contact-form {
}
.contact-form-title {
}
.contact-form-info {
margin-bottom: 40px;
}
/* Map */
#map {
width: 100%;
min-height: 320px;
padding-bottom: 25%;
}
/* contact simple
================== */
.contact-simple {
position: relative;
min-height: calc(100vh - 50px);
background-color: #FFF;
margin: 25px;
}
@media (max-width: 768px) {
.contact-simple {
min-height: calc(100vh - 80px);
margin: 70px 10px 10px 10px;
}
}
.contact-simple .cover {
background-color: transparent;
}
.contact-simple .contact-info-wrap {
position: absolute;
top: 50%;
bottom: auto;
left: 50%;
right: auto;
width: 100%;
max-width: 680px;
background-color: rgba(255, 255, 255, 0.92);
padding: 5%;
margin: 0;
z-index: 2;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.08);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.08);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {
.contact-simple .contact-info-wrap {
padding: 15% 5%;
}
}
@media (min-width: 768px) {
.contact-simple .contact-info {
font-size: 19px;
}
}
/* ------------------------------------------------------------- *
* Page section
/* ------------------------------------------------------------- */
#page-section {
padding: 15px 0;
}
#page-section .ps-page-simple {
background-color: #FFF;
padding: 4%;
margin: 0 auto;
}
/* ------------------------------------------------------------- *
* Page header
/* ------------------------------------------------------------- */
#page-header {
overflow: hidden;
}
/* page header image */
.page-header-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* page header caption */
.page-header-caption {
position: relative;
margin: 0 auto;
padding: 160px 5%;
max-width: 800px;
z-index: 3;
text-align: center;
}
@media (max-width: 1200px) {
.page-header-caption {
padding: 15% 5%;
}
}
/* page header title */
.page-header-title {
margin: 0;
font-size: 34px;
color: #FFF;
line-height: 1;
}
.page-header-title.font-alter-1 { /* if font-alter-1 is enabled */
font-size: 42px !important;
}
.page-header-title.font-alter-2 { /* if font-alter-2 is enabled */
font-size: 48px !important;
}
@media (max-width : 992px) {
.page-header-title {
font-size: 30px;
}
.page-header-title.font-alter-1 { /* if font-alter-1 is enabled */
font-size: 34px !important;
}
.page-header-title.font-alter-2 { /* if font-alter-2 is enabled */
font-size: 34px !important;
}
}
@media (max-width : 768px) {
.page-header-title {
font-size: 24px;
}
.page-header-title.font-alter-1 { /* if font-alter-1 is enabled */
font-size: 30px !important;
}
}
/* page header subtitle */
.page-header-sub-title {
margin: 10px 0 0 0;
text-transform: none !important;
font-size: 17px;
font-weight: normal;
color: #e2e2e2;
}
@media (max-width : 768px) {
.page-header-sub-title {
font-size: 15px !important;
}
}
/* if page header subtitle contains a alter fonts */
.page-header-sub-title.font-alter-1 { font-size: 20px !important; }
.page-header-sub-title.font-alter-2 { font-size: 30px !important; }
/* if page header contains a slideshow */
#page-header.slideshow .cc-item {
/* height handled by "theme.js" file */
min-height: 300px;
}
/* ------------------------------------------------------------------------------------------------------------------------- *
* Split box
* based on - Bootstrap 3 responsive columns of same height
* source and tutorial: http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
* Note: look into "helper.css" file to find source code.
/* ------------------------------------------------------------------------------------------------------------------------- */
.split-box {
background-color: #FFF;
}
/* split box content
==================== */
.split-box-content {
position: relative;
padding: 10% 10%;
text-align: center;
z-index: 9;
}
@media (max-width: 1200px) {
.split-box-content {
padding: 10% 4%;
}
}
/* split box content shifted left/right */
@media (min-width: 1200px) {
.split-box-content.shifted-left {
background-color: #FFF;
margin-left: -15%;
padding: 10% 30% 10% 10%;
text-align: left;
border-radius: 4px;
}
.split-box-content.shifted-right {
background-color: #FFF;
margin-right: -15%;
padding: 10% 10% 10% 30%;
text-align: right;
border-radius: 4px;
}
}
/* split box image
=================== */
.split-box-image {
}
@media (max-width: 1200px) {
.split-box-image {
}
}
/* split box image height */
.sbi-height {
}
@media (max-width: 1200px) {
.sbi-height {
padding-bottom: 60% !important;
}
}
@media (max-width: 768px) {
.sbi-height {
padding-bottom: 80% !important;
}
}
/* if split box contains content carousel (owl carousel)
========================================================= */
@media (min-width: 1200px) {
.split-box-slider {
padding-bottom: 80%;
}
}
@media (max-width: 1200px) {
.split-box .owl-carousel .cc-item {
min-height: 500px !important;
padding-bottom: 60%;
}
}
@media (min-width: 1200px) {
.split-box .owl-carousel,
.split-box .owl-carousel .cc-item {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
}
/* clients carousel */
.clients-carousel {
padding: 0 10%;
}
@media (max-width: 1200px) {
.clients-carousel {
padding: 20% 10%;
}
}
/* client image */
.clients-carousel .client-image {
}
.clients-carousel .client-image img {
width: auto;
margin: 0 auto;
}
.clients-carousel .client-image:hover img {
}
.clients-carousel .owl-carousel,
.clients-carousel .owl-carousel .cc-item {
position: relative !important;
min-height: auto;
}
/* clients carousel dots (overwrites content carousel default dots style) */
.clients-carousel .dots-outside .owl-dots,
.clients-carousel .dots-outside .owl-nav.disabled + .owl-dots {
bottom: -60px;
}
/* ------------------------------------------------------------- *
* Pagination
/* ------------------------------------------------------------- */
.pagination-wrap {
text-align: center;
padding: 40px 0;
}
.pagination {
display: inline-block;
padding: 0;
margin: 0;
border-radius: 0;
color: #888;
}
/* pagination links */
.pagination > li {
display: inline-block;
}
.pagination > li > a, .pagination > li > span {
position: relative;
display: inline-block;
float: none;
padding: 5px 13px;
margin: 5px 0;
font-size: 14px;
font-weight: 400;
color: #333;
text-decoration: none;
background-color: #FFF;
border: 1px solid #e8e8e8;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
color: #333;
background-color: #FFF;
border-color: #E0E0E0;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
z-index: 2;
color: #FFF;
cursor: default;
background-color: #e3428e;
border-color: #e3428e;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
}
/* pagination info */
.pagination-info {
margin-top: 30px;
font-size: 14px;
line-height: 18px;
color: #999;
}
.pagination-info span {
display: block;
}
/* ------------------------------------------------------------- *
* Thumbnail list
/* ------------------------------------------------------------- */
.thumb-list {
display: block;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.thumb-list > li {
float: left;
}
/* thumbnail list item */
.thumb-list .thumb-list-item {
display: block;
padding-bottom: 100%;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.thumb-list .thumb-list-item:hover {
opacity: .7;
}
/* thumbnail list columns */
.thumb-list.col-2 > li { width: 50%; }
.thumb-list.col-3 > li { width: 33.33333333%; }
.thumb-list.col-4 > li { width: 25%; }
.thumb-list.col-5 > li { width: 20%; }
.thumb-list.col-6 > li { width: 16.66666666666667%; }
/* thumbnail list gutter (more space between items) */
.thumb-list.gutter-1 > li { padding: 1px; }
.thumb-list.gutter-2 > li { padding: 2px; }
.thumb-list.gutter-3 > li { padding: 3px; }
.thumb-list.gutter-4 > li {padding: 4px;}
.thumb-list.gutter-5 > li { padding: 5px; }
/* ------------------------------------------------------------- *
* Nicescroll plugin: http://areaaperta.com/nicescroll/
/* ------------------------------------------------------------- */
/* nicescroll vertical scrollbar */
.nicescroll-rails-vr {
width: 2px !important;
background-color: rgba(128, 127, 127, 0.21);
}
.nicescroll-rails-vr .nicescroll-cursors {
right: -1px !important;
}
@media (max-width: 768px) {
.nicescroll-rails {
display: none !important;
}
}
/* nicescroll horizontal scrollbar */
.nicescroll-rails-hr {
height: 2px !important;
background-color: rgba(128, 127, 127, 0.21);
}
.nicescroll-rails-hr .nicescroll-cursors {
top: -1px !important;
}
@media (max-width: 768px) {
.nicescroll-rails {
display: none !important;
}
}
/* ------------------------------------------------------------- *
* YTP Player: https://github.com/pupunzi/jquery.mb.YTPlayer;
/* ------------------------------------------------------------- */
.youtube-bg {
position: relative;
}
.YTPOverlay {
background-color: transparent;
}
.YTPOverlay.raster {
background: url("../vendor/ytplayer/images/raster.png"); /* "raster.png" or "raster_dot.png" */
background-color: rgba(0, 0, 0, 0.6);
}
.youtube-bg.YTPFullscreen .YTPOverlay, .youtube-bg.YTPFullscreen .YTPOverlay.raster, .youtube-bg.YTPFullscreen .cover {
display: none;
}
/* Video control bar */
.mb_YTPBar, .mb_YTPBar.visible {
opacity: .1;
z-index: 9;
}
.mb_YTPBar .buttonBar {
top: -40px;
height: 40px;
padding: 10px 10px 0px 10px;
}
.mb_YTPBar, .mb_YTPBar .mb_YTPProgress, .mb_YTPBar .mb_YTPLoaded, .mb_YTPBar .mb_YTPseekbar {
height: 4px;
padding: 0;
}
.mb_YTPBar .mb_YTPProgress, .mb_YTPBar .mb_YTPLoaded {
cursor: pointer;
}
.mb_YTPBar .mb_YTPseekbar {
background: #F20000;
cursor: pointer;
}
/* Video control elements */
.mb_YTPBar span.mb_OnlyYT {
left: 250px;
top: 10px;
right: auto;
}
@media (min-width: 480px) {
.mb_YTPBar span.mb_OnlyYT {
left: 330px;
}
}
/* ------------------------------------------------------------- *
* Blockquote
/* ------------------------------------------------------------- */
blockquote {
position: relative;
padding: 10px 30px;
margin: 30px 0;
font-size: 18px;
font-weight: bold;
font-style: italic;
border: none;
}
blockquote:before {
position: absolute;
content: open-quote;
top: -15px;
left: -5px;
font-size: 42px;
color: #D2D2D2;
}
/* ------------------------------------------------------------- *
* Forms
/* ------------------------------------------------------------- */
.form-group {
margin-bottom: 20px;
}
.form-control {
height: 48px;
background-color: #FFF;
padding: 6px 12px;
font-size: 15px;
color: #333;
border-radius: 4px;
border: 1px solid rgba(148, 148, 148, 0.25);
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus {
border-color: #e3428e !important;
box-shadow: none;
}
/* select */
select {
cursor: pointer;
}
select:required:invalid {
color: #999;
}
option[value=""][disabled] {
display: none;
}
option {
color: black;
}
/* label */
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-size: 17px;
}
/* placeholder */
::-webkit-input-placeholder {
color: #999 !important;
}
:-moz-placeholder {
color: #999 !important;
}
::-moz-placeholder {
color: #999 !important;
}
:-ms-input-placeholder {
color: #999 !important;
}
/* form with button inside */
.form-btn-inside {
position: relative;
}
.form-btn-inside .form-control {
padding-right: 50px;
}
.form-btn-inside button {
position: absolute;
top: 50%;
right: 0;
width: auto;
height: 54px;
line-height: 40px;
background-color: transparent;
padding: 0 15px 0 15px;
font-size: 18px;
color: #333;
border: none;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form-btn-inside button:hover {
opacity: .8;
}
.form-btn-inside button:focus {
outline: none;
}
/* input sizes */
.input-sm, select.input-sm {
height: 35px;
line-height: 35px;
}
/* ------------------------------------------------------------- *
* Modal
/* ------------------------------------------------------------- */
body.modal-open {
padding-right: 0 !important;
}
.modal-open .modal {
padding-right: 0 !important;
}
.modal {
background-color: rgba(255, 255, 255, 0.9);
z-index: 99999;
}
.modal-backdrop.in, .modal-backdrop.fade.in {
opacity: 0;
}
.modal-dialog {
background-color: #FFF;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
}
@media (min-width: 768px) {
.modal-body {
padding: 30px;
}
}
/* modal header */
.modal-header {
background-color: rgba(134, 134, 134, 0.11);
padding: 15px;
text-align: left;
border-bottom: none;
}
.modal-header .close {
margin-top: -11px;
font-size: 42px;
color: #333;
opacity: 1;
text-shadow: none;
}
.modal-header .close:hover {
opacity: .6;
}
.modal-header .close:active,
.modal-header .close:focus {
outline: none;
}
.modal-title {
font-size: 16px;
}
/* modal footer */
.modal-footer {
padding: 15px;
text-align: left;
font-size: 14px;
border: none;
}
/* modal content */
.modal-content {
position: relative;
background-color: transparent;
z-index: 2;
border: none;
border-radius: 2px;
-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.2);
box-shadow: 0 1px 15px rgba(0,0,0,0.2);
}
/* Modal position senter */
@media (min-width: 768px) {
.modal-center .modal-dialog {
position: absolute;
top: 45%;
left: 50%;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
}
/* modal share
=============== */
.modal-share {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.modal-share-image {
display: inline-block;
width: 120px;
height: 120px;
margin-bottom: 15px;
background-color: rgba(128, 128, 128, 0.24);
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
border-radius: 120px;
}
.modal-share-title {
font-size: 17px;
margin-bottom: 40px;
}
/* modal share social buttons */
.modal-share .social-buttons {
}
/* modal share grab link */
.modal-share .grab-link {
display: block;
width: 80%;
height: 48px;
background-color: rgba(255, 255, 255, 0.25);
margin: 30px auto 0 auto;
text-align: center;
padding: 0 20px;
font-size: 15px;
box-sizing: border-box;
border-radius: 0;
border: 1px solid rgba(125, 125, 125, 0.2);
}
@media (max-width: 768px) {
.modal-share .grab-link {
width: 100%;
}
}
/* ------------------------------------------------------------- *
* Buttons
/* ------------------------------------------------------------- */
.btn {
position: relative;
margin: 8px 0;
padding: 7px 20px;
font-size: 17px;
z-index: 9;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 4px;
border: 2px solid rgba(0, 0, 0, 0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn:hover,
.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
/* Button styles
================= */
/* Button default */
.btn-default {
color: #000;
background-color: rgba(189, 189, 189, 0.25);
border-color: transparent;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
color: #000;
background-color: rgba(189, 189, 189, 0.56);
border-color: transparent;
}
.btn-default.btn-link {
color: #333;
}
.btn-default.btn-link:hover,
.btn-default.btn-link.focus,
.btn-default.btn-link:focus,
.btn-default.btn-link.active,
.btn-default.btn-link:active,
.btn-default.btn-link.active.focus,
.btn-default.btn-link.active:focus,
.btn-default.btn-link.active:hover,
.btn-default.btn-link:active.focus,
.btn-default.btn-link:active:focus,
.btn-default.btn-link:active:hover,
.open > .dropdown-toggle.btn-default.btn-link,
.open > .dropdown-toggle.btn-default.btn-link.focus,
.open > .dropdown-toggle.btn-default.btn-link:focus,
.open > .dropdown-toggle.btn-default.btn-link:hover {
color: #000;
text-decoration: none;
}
.btn-default-bordered {
color: #333;
background-color: transparent;
border-color: rgba(136, 136, 136, 0.35);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default-bordered:hover,
.btn-default-bordered.focus,
.btn-default-bordered:focus,
.btn-default-bordered.active,
.btn-default-bordered:active,
.btn-default-bordered.active.focus,
.btn-default-bordered.active:focus,
.btn-default-bordered.active:hover,
.btn-default-bordered:active.focus,
.btn-default-bordered:active:focus,
.btn-default-bordered:active:hover,
.open > .dropdown-toggle.btn-default-bordered,
.open > .dropdown-toggle.btn-default-bordered.focus,
.open > .dropdown-toggle.btn-default-bordered:focus,
.open > .dropdown-toggle.btn-default-bordered:hover {
color: #000;
background-color: rgba(189, 189, 189, 0.56);
border-color: transparent;
}
/* Button primary */
.btn-primary { /* same as template main color */
color: #FFF;
background-color: #e3428e;
border-color: #e3428e;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
color: #FFF;
background-color: #d23333;
border-color: #d23333
}
.btn-primary.btn-link {
color: #e3428e;
}
.btn-primary.btn-link:hover,
.btn-primary.btn-link.focus,
.btn-primary.btn-link:focus,
.btn-primary.btn-link.active,
.btn-primary.btn-link:active,
.btn-primary.btn-link.active.focus,
.btn-primary.btn-link.active:focus,
.btn-primary.btn-link.active:hover,
.btn-primary.btn-link:active.focus,
.btn-primary.btn-link:active:focus,
.btn-primary.btn-link:active:hover,
.open > .dropdown-toggle.btn-primary.btn-link,
.open > .dropdown-toggle.btn-primary.btn-link.focus,
.open > .dropdown-toggle.btn-primary.btn-link:focus,
.open > .dropdown-toggle.btn-primary.btn-link:hover {
color: #d23333;
text-decoration: none;
}
.btn-primary-bordered {
color: #e3428e;
background-color: transparent;
border-color: #e3428e;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-primary-bordered:hover,
.btn-primary-bordered.focus,
.btn-primary-bordered:focus,
.btn-primary-bordered.active,
.btn-primary-bordered:active,
.btn-primary-bordered.active.focus,
.btn-primary-bordered.active:focus,
.btn-primary-bordered.active:hover,
.btn-primary-bordered:active.focus,
.btn-primary-bordered:active:focus,
.btn-primary-bordered:active:hover,
.open > .dropdown-toggle.btn-primary-bordered,
.open > .dropdown-toggle.btn-primary-bordered.focus,
.open > .dropdown-toggle.btn-primary-bordered:focus,
.open > .dropdown-toggle.btn-primary-bordered:hover {
color: #FFF;
background-color: #d23333;
border-color: #d23333
}
/* Button success */
.btn-success {
color: #FFF;
background-color: #41b541;
border-color: #41b541;
}
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
color: #FFF;
background-color: #449d44;
border-color: #449d44;
}
.btn-success.btn-link {
color: #41b541;
}
.btn-success.btn-link:hover,
.btn-success.btn-link.focus,
.btn-success.btn-link:focus,
.btn-success.btn-link.active,
.btn-success.btn-link:active,
.btn-success.btn-link.active.focus,
.btn-success.btn-link.active:focus,
.btn-success.btn-link.active:hover,
.btn-success.btn-link:active.focus,
.btn-success.btn-link:active:focus,
.btn-success.btn-link:active:hover,
.open > .dropdown-toggle.btn-success.btn-link,
.open > .dropdown-toggle.btn-success.btn-link.focus,
.open > .dropdown-toggle.btn-success.btn-link:focus,
.open > .dropdown-toggle.btn-success.btn-link:hover {
color: #5cb85c;
text-decoration: none;
}
.btn-success-bordered {
color: #41b541;
background-color: transparent;
border-color: #41b541;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-success-bordered:hover,
.btn-success-bordered.focus,
.btn-success-bordered:focus,
.btn-success-bordered.active,
.btn-success-bordered:active,
.btn-success-bordered.active.focus,
.btn-success-bordered.active:focus,
.btn-success-bordered.active:hover,
.btn-success-bordered:active.focus,
.btn-success-bordered:active:focus,
.btn-success-bordered:active:hover,
.open > .dropdown-toggle.btn-success-bordered,
.open > .dropdown-toggle.btn-success-bordered.focus,
.open > .dropdown-toggle.btn-success-bordered:focus,
.open > .dropdown-toggle.btn-success-bordered:hover {
color: #FFF;
background-color: #41b541;
border-color: #41b541;
}
/* Button info */
.btn-info {
color: #FFF;
background-color: #31B0D5;
border-color: #31B0D5;
}
.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
color: #FFF;
background-color: #2398BB;
border-color: #2398BB;
}
.btn-info.btn-link {
color: #31B0D5;
}
.btn-info.btn-link:hover,
.btn-info.btn-link.focus,
.btn-info.btn-link:focus,
.btn-info.btn-link.active,
.btn-info.btn-link:active,
.btn-info.btn-link.active.focus,
.btn-info.btn-link.active:focus,
.btn-info.btn-link.active:hover,
.btn-info.btn-link:active.focus,
.btn-info.btn-link:active:focus,
.btn-info.btn-link:active:hover,
.open > .dropdown-toggle.btn-info.btn-link,
.open > .dropdown-toggle.btn-info.btn-link.focus,
.open > .dropdown-toggle.btn-info.btn-link:focus,
.open > .dropdown-toggle.btn-info.btn-link:hover {
color: #31B0D5;
text-decoration: none;
}
.btn-info-bordered {
color: #5BC0DE;
background-color: transparent;
border-color: #5BC0DE;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-info-bordered:hover,
.btn-info-bordered.focus,
.btn-info-bordered:focus,
.btn-info-bordered.active,
.btn-info-bordered:active,
.btn-info-bordered.active.focus,
.btn-info-bordered.active:focus,
.btn-info-bordered.active:hover,
.btn-info-bordered:active.focus,
.btn-info-bordered:active:focus,
.btn-info-bordered:active:hover,
.open > .dropdown-toggle.btn-info-bordered,
.open > .dropdown-toggle.btn-info-bordered.focus,
.open > .dropdown-toggle.btn-info-bordered:focus,
.open > .dropdown-toggle.btn-info-bordered:hover {
color: #FFF;
background-color: #31B0D5;
border-color: #31B0D5;
}
/* Button warning */
.btn-warning {
color: #333;
background-color: #FBD320;
border-color: #FBD320;
}
.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
color: #333;
background-color: #ECC71F;
border-color: #ECC71F;
}
.btn-warning.btn-link {
color: #d8b411;
}
.btn-warning.btn-link:hover,
.btn-warning.btn-link.focus,
.btn-warning.btn-link:focus,
.btn-warning.btn-link.active,
.btn-warning.btn-link:active,
.btn-warning.btn-link.active.focus,
.btn-warning.btn-link.active:focus,
.btn-warning.btn-link.active:hover,
.btn-warning.btn-link:active.focus,
.btn-warning.btn-link:active:focus,
.btn-warning.btn-link:active:hover,
.open > .dropdown-toggle.btn-warning.btn-link,
.open > .dropdown-toggle.btn-warning.btn-link.focus,
.open > .dropdown-toggle.btn-warning.btn-link:focus,
.open > .dropdown-toggle.btn-warning.btn-link:hover {
color: #bd9c08;
text-decoration: none;
}
.btn-warning-bordered {
color: #d8b411;
background-color: transparent;
border-color: #ECC71F;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-warning-bordered:hover,
.btn-warning-bordered.focus,
.btn-warning-bordered:focus,
.btn-warning-bordered.active,
.btn-warning-bordered:active,
.btn-warning-bordered.active.focus,
.btn-warning-bordered.active:focus,
.btn-warning-bordered.active:hover,
.btn-warning-bordered:active.focus,
.btn-warning-bordered:active:focus,
.btn-warning-bordered:active:hover,
.open > .dropdown-toggle.btn-warning-bordered,
.open > .dropdown-toggle.btn-warning-bordered.focus,
.open > .dropdown-toggle.btn-warning-bordered:focus,
.open > .dropdown-toggle.btn-warning-bordered:hover {
color: #333;
background-color: #ECC71F;
border-color: #ECC71F;
}
/* Button danger */
.btn-danger {
color: #FFF;
background-color: #EC3A35;
border-color: #EC3A35;
}
.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
color: #FFF;
background-color: #C9302C;
border-color: #C9302C;
}
.btn-danger.btn-link {
color: #EC3A35;
}
.btn-danger.btn-link:hover,
.btn-danger.btn-link.focus,
.btn-danger.btn-link:focus,
.btn-danger.btn-link.active,
.btn-danger.btn-link:active,
.btn-danger.btn-link.active.focus,
.btn-danger.btn-link.active:focus,
.btn-danger.btn-link.active:hover,
.btn-danger.btn-link:active.focus,
.btn-danger.btn-link:active:focus,
.btn-danger.btn-link:active:hover,
.open > .dropdown-toggle.btn-danger.btn-link,
.open > .dropdown-toggle.btn-danger.btn-link.focus,
.open > .dropdown-toggle.btn-danger.btn-link:focus,
.open > .dropdown-toggle.btn-danger.btn-link:hover {
color: #EC3A35;
text-decoration: none;
}
.btn-danger-bordered {
color: #EC3A35;
background-color: transparent;
border-color: #EC3A35;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-danger-bordered:hover,
.btn-danger-bordered.focus,
.btn-danger-bordered:focus,
.btn-danger-bordered.active,
.btn-danger-bordered:active,
.btn-danger-bordered.active.focus,
.btn-danger-bordered.active:focus,
.btn-danger-bordered.active:hover,
.btn-danger-bordered:active.focus,
.btn-danger-bordered:active:focus,
.btn-danger-bordered:active:hover,
.open > .dropdown-toggle.btn-danger-bordered,
.open > .dropdown-toggle.btn-danger-bordered.focus,
.open > .dropdown-toggle.btn-danger-bordered:focus,
.open > .dropdown-toggle.btn-danger-bordered:hover {
color: #FFF;
background-color: #EC3A35;
border-color: #EC3A35;
}
/* Button dark */
.btn-dark {
color: #FFF;
background-color: #222;
border-color: #222;
}
.btn-dark:hover,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark.active,
.btn-dark:active,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open > .dropdown-toggle.btn-dark,
.open > .dropdown-toggle.btn-dark.focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:hover {
color: #FFF;
background-color: #333;
border-color: #333;
}
.btn-dark.btn-link {
color: #222;
}
.btn-dark.btn-link:hover,
.btn-dark.btn-link.focus,
.btn-dark.btn-link:focus,
.btn-dark.btn-link.active,
.btn-dark.btn-link:active,
.btn-dark.btn-link.active.focus,
.btn-dark.btn-link.active:focus,
.btn-dark.btn-link.active:hover,
.btn-dark.btn-link:active.focus,
.btn-dark.btn-link:active:focus,
.btn-dark.btn-link:active:hover,
.open > .dropdown-toggle.btn-dark.btn-link,
.open > .dropdown-toggle.btn-dark.btn-link.focus,
.open > .dropdown-toggle.btn-dark.btn-link:focus,
.open > .dropdown-toggle.btn-dark.btn-link:hover {
color: #000;
text-decoration: none;
}
.btn-dark-bordered {
color: #222;
background-color: transparent;
border: 2px solid #222;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-dark-bordered:hover,
.btn-dark-bordered.focus,
.btn-dark-bordered:focus,
.btn-dark-bordered.active,
.btn-dark-bordered:active,
.btn-dark-bordered.active.focus,
.btn-dark-bordered.active:focus,
.btn-dark-bordered.active:hover,
.btn-dark-bordered:active.focus,
.btn-dark-bordered:active:focus,
.btn-dark-bordered:active:hover,
.open > .dropdown-toggle.btn-dark-bordered,
.open > .dropdown-toggle.btn-dark-bordered.focus,
.open > .dropdown-toggle.btn-dark-bordered:focus,
.open > .dropdown-toggle.btn-dark-bordered:hover {
color: #FFF;
background-color: #222;
border-color: #222;
}
/* Button white */
.btn-white {
color: #333;
background-color: #FFF;
border-color: #FFF;
}
.btn-white:hover,
.btn-white.focus,
.btn-white:focus,
.btn-white.active,
.btn-white:active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
color: #FFF;
background-color: transparent;
border-color: #FFF;
}
.btn-white.btn-link {
color: #FFF;
}
.btn-white.btn-link:hover,
.btn-white.btn-link.focus,
.btn-white.btn-link:focus,
.btn-white.btn-link.active,
.btn-white.btn-link:active,
.btn-white.btn-link.active.focus,
.btn-white.btn-link.active:focus,
.btn-white.btn-link.active:hover,
.btn-white.btn-link:active.focus,
.btn-white.btn-link:active:focus,
.btn-white.btn-link:active:hover,
.open > .dropdown-toggle.btn-white.btn-link,
.open > .dropdown-toggle.btn-white.btn-link.focus,
.open > .dropdown-toggle.btn-white.btn-link:focus,
.open > .dropdown-toggle.btn-white.btn-link:hover {
color: #DDD;
text-decoration: none;
}
.btn-white-bordered {
color: #FFF;
background-color: transparent;
border: 2px solid #FFF;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-white-bordered:hover,
.btn-white-bordered.focus,
.btn-white-bordered:focus,
.btn-white-bordered.active,
.btn-white-bordered:active,
.btn-white-bordered.active.focus,
.btn-white-bordered.active:focus,
.btn-white-bordered.active:hover,
.btn-white-bordered:active.focus,
.btn-white-bordered:active:focus,
.btn-white-bordered:active:hover,
.open > .dropdown-toggle.btn-white-bordered,
.open > .dropdown-toggle.btn-white-bordered.focus,
.open > .dropdown-toggle.btn-white-bordered:focus,
.open > .dropdown-toggle.btn-white-bordered:hover {
color: #333;
background-color: #FFF;
border-color: #FFF;
}
/* Button link */
.btn-link {
background-color: transparent !important;
margin: 0 !important;
padding: 5px !important;
color: #e3428e; /* same as template main link color */
border-color: transparent !important;
}
.btn-link:hover,
.btn-link.focus,
.btn-link:focus,
.btn-link.active,
.btn-link:active,
.btn-link.active.focus,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:active.focus,
.btn-link:active:focus,
.btn-link:active:hover,
.open > .dropdown-toggle.btn-link,
.open > .dropdown-toggle.btn-link.focus,
.open > .dropdown-toggle.btn-link:focus,
.open > .dropdown-toggle.btn-link:hover {
opacity: .8;
color: #e3428e;
text-decoration: none;
}
/* Button with dropdown
======================== */
.btn-group > .btn + .dropdown-toggle {
padding-right: 10px;
padding-left: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.06);
}
/* Button social
================= */
.btn-social {
position: relative;
padding-left: 55px;
text-align: left;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Button social icon */
.btn-social > .btn-social-icon {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 42px;
line-height: 40px;
font-size: 1.4em;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.12);
}
.btn-social > .btn-social-icon > i {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
padding-right: 0;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* Button social sizes */
.btn-social.btn-xs { padding-left: 55px; }
.btn-social.btn-sm { padding-left: 55px; }
.btn-social.btn-lg { padding-left: 60px; }
.btn-social.btn-xlg { padding-left: 65px; }
/* Button social min */
.btn-social-min {
position: relative;
width: 46px;
height: 46px;
line-height: 44px;
padding: 0 !important;
text-align: center;
font-size: 17px;
}
.btn-social-min.btn-xs {
width: 26px;
height: 26px;
line-height: 24px;
}
.btn-social-min.btn-sm {
width: 35px;
height: 35px;
line-height: 33px;
}
.btn-social-min.btn-lg {
width: 55px;
height: 55px;
line-height: 53px;
}
.btn-social-min.btn-xlg {
width: 69px;
height: 69px;
line-height: 67px;
}
/* Button facebook */
.btn-facebook {
background-color: #3b5998;
color: #fff;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
color: #fff;
background-color: #2d4373;
}
/* Button twitter */
.btn-twitter {
background-color: #55acee;
color: #fff;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
color: #fff;
background-color: #2795e9;
}
/* Button dropbox */
.btn-dropbox {
background-color: #1087dd;
color: #fff;
}
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
color: #fff;
background-color: #0d6aad;
}
/* Button linkedin */
.btn-linkedin {
background-color: #007bb6;
color: #fff;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #005983;
}
/* Button pinterest */
.btn-pinterest {
background-color: #cb2027;
color: #fff;
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
color: #fff;
background-color: #9f191f;
}
/* Button google */
.btn-google {
background-color: #dd4b39;
color: #fff;
}
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
color: #fff;
background-color: #c23321;
}
/* Button instagram */
.btn-instagram {
background-color: #3f729b;
color: #fff;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
color: #fff;
background-color: #2b6492;
}
/* Button linkedin */
.btn-linkedin {
background-color: #3f729b;
color: #fff;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #305777;
}
/* Button tumblr */
.btn-tumblr {
background-color: #2c4762;
color: #fff;
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
color: #fff;
background-color: #1c2d3f;
}
/* Button vk */
.btn-vk {
background-color: #587ea3;
color: #fff;
}
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
color: #fff;
background-color: #466482;
}
/* Button flickr */
.btn-flickr {
background-color: #ff0084;
color: #fff;
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
color: #fff;
background-color: #cc006a;
}
/* Button soundcloud */
.btn-soundcloud {
background-color: #f50;
color: #fff;
}
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
color: #fff;
background-color: #c40;
}
/* Button yahoo */
.btn-yahoo {
background-color: #720e9e;
color: #fff;
}
.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
color: #fff;
background-color: #500a6f;
}
/* Button rounded
================== */
.btn-rounded {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn-rounded-2x {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.btn-rounded-3x {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.btn-rounded-4x {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.btn-rounded-5x {
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.btn-rounded-full {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/* Button sizes
================ */
.btn-group-xs > .btn, .btn-xs {
padding: 0 6px 0 6px;
font-size: 13px;
}
.btn-group-sm > .btn, .btn-sm {
padding: 5px 10px;
font-size: 14px;
}
.btn-group-lg > .btn, .btn-lg {
padding: 15px 25px;
}
.btn-group-xlg > .btn, .btn-xlg { /* Extra size */
padding: 20px 30px;
font-size: 19px;
}
/* ------------------------------------------------------------- *
* Social buttons
/* ------------------------------------------------------------- */
.social-buttons {
}
.social-buttons ul {
margin: 0;
padding: 0;
list-style: none;
}
.social-buttons ul > li {
display: inline-block;
margin: 0 2px;
}
.social-buttons ul > li:first-child {
margin-left: 0;
}
.social-buttons ul > li:last-child {
margin-right: 0;
}
/* ------------------------------------------------------------- *
* Follow me buttons
/* ------------------------------------------------------------- */
.follow-me-buttons {
}
.follow-me-buttons ul {
margin: 0;
padding: 0;
list-style: none;
}
.follow-me-buttons ul > li {
display: inline-block;
margin: 4px;
}
.follow-me-buttons ul > li:first-child {
margin-left: 0;
}
.follow-me-buttons ul > li:last-child {
margin-right: 0;
}
.follow-me-buttons a {
font-size: 16px;
color: #222;
}
.follow-me-buttons a:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Scroll to top button
/* ------------------------------------------------------------- */
.scrolltotop {
position: fixed;
display: none;
bottom: 18px;
right: 15px;
width: 28px;
height: 28px;
line-height: 28px;
background-color: rgba(0, 0, 0, 0.77);
text-align: center;
font-size: 14px;
color: #fff;
text-decoration: none;
z-index: 999;
border-radius: 100px;
}
.scrolltotop:hover, .scrolltotop:focus {
background-color: #000;
color: #FFF;
}
/* ------------------------------------------------------------- *
* Typography variations
/* ------------------------------------------------------------- */
/* uppercase letters */
body.temp-uppercase .h1,
body.temp-uppercase .h2,
body.temp-uppercase .h3,
body.temp-uppercase .h4,
body.temp-uppercase .h5,
body.temp-uppercase .h6,
body.temp-uppercase h1,
body.temp-uppercase h2,
body.temp-uppercase h3,
body.temp-uppercase h4,
body.temp-uppercase h5,
body.temp-uppercase h6,
body.temp-uppercase ul.menu-list > li > a,
body.temp-uppercase ul.menu-list .sub-menu > li > a,
body.temp-uppercase ul.isotope-filter-links > li > a,
body.temp-uppercase .gs-back-to-list,
body.temp-uppercase .gsti-toggle-trigger > span,
body.temp-uppercase .bl-item-category,
body.temp-uppercase .blog-single-post-category,
body.temp-uppercase .sidebar-categories > ul > li > a,
body.temp-uppercase .btn,
body.temp-uppercase .demo-thumbnail-btn {
text-transform: uppercase;
}
body.temp-uppercase ul.menu-list .sub-menu > li > a { font-size: 15px; }
body.temp-uppercase .btn { font-size: 16px; }
/* letter spacing (spacing between uppercase letters) */
body.temp-letter-spacing .h1,
body.temp-letter-spacing .h2,
body.temp-letter-spacing .h3,
body.temp-letter-spacing .h4,
body.temp-letter-spacing .h5,
body.temp-letter-spacing .h6,
body.temp-letter-spacing h1,
body.temp-letter-spacing h2,
body.temp-letter-spacing h3,
body.temp-letter-spacing h4,
body.temp-letter-spacing h5,
body.temp-letter-spacing h6,
body.temp-letter-spacing ul.menu-list > li > a,
body.temp-letter-spacing ul.menu-list .sub-menu > li > a,
body.temp-letter-spacing ul.isotope-filter-links > li > a,
body.temp-letter-spacing .gs-back-to-list,
body.temp-letter-spacing .gsti-toggle-trigger > span,
body.temp-letter-spacing .bl-item-category,
body.temp-letter-spacing .blog-single-post-category,
body.temp-letter-spacing .sidebar-categories > ul > li > a,
body.temp-letter-spacing .btn,
body.temp-letter-spacing .demo-thumbnail-btn {
letter-spacing: 2px;
}
/* ------------------------------------------------------------- *
* Template demos
/* ------------------------------------------------------------- */
/* demo page header */
.demo-page-header .page-header-title.font-alter-1,
.demo-page-header .page-header-title.font-alter-2 {
font-size: 132px !important;
}
@media (max-width: 992px) {
.demo-page-header .page-header-title.font-alter-1,
.demo-page-header .page-header-title.font-alter-2 {
font-size: 62px !important;
}
}
.demo-page-header .page-header-caption {
padding: 18% 5%;
}
@media (max-width: 992px) {
.demo-page-header .page-header-caption {
padding: 25% 5%;
}
}
@media (max-width: 768px) {
.demo-page-header .page-header-caption {
padding: 37% 5%;
}
}
.demo-page-header .page-header-sub-title {
font-size: 24px;
color: #FFF;
}
.demo-page-header .btn-dark-bordered {
color: #222 !important;
background-color: transparent;
border: 2px solid #222 !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.demo-page-header .btn-dark-bordered.active,
.demo-page-header .btn-dark-bordered.focus,
.demo-page-header .btn-dark-bordered:active,
.demo-page-header .btn-dark-bordered:focus,
.demo-page-header .btn-dark-bordered:hover,
.demo-page-header .open > .dropdown-toggle.btn-dark-bordered {
color: #FFF !important;
background-color: #222 !important;
border-color: #222 !important;
}
/* demo thumbnails section */
.demo-thumbnails-section {
background-color: #FFF;
margin: 25px;
padding: 6% 3%;
}
@media (max-width: 768px) {
.demo-thumbnails-section {
margin: 10px;
padding: 35px 15px 15px 15px;
}
}
/* demo text section */
.demo-text-section {
padding: 5% 0;
}
@media (min-width: 992px) {
.demo-text {
font-size: 21px;
}
}
/* demo heading */
.demo-heading {
max-width: 800px;
margin: 0 auto 80px auto;
padding: 0 15px;
text-align: center;
}
@media (max-width: 768px) {
.demo-heading {
margin-bottom: 30px;
}
}
hr.hr-short {
position: relative;
max-width: 40px;
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 4px solid #e3428e;
text-align: left;
}
/* demo heading title */
.demo-heading-title {
position: relative;
display: inline-block;
font-size: 32px;
}
.demo-heading-title:before {
position: absolute;
content: "";
width: 26px;
left: 50%;
margin-left: -13px;
bottom: -15px;
height: 4px;
background-color: #e3428e;
}
.demo-heading-title.font-alter-1,
.demo-heading-title.font-alter-2 {
font-size: 48px !important;
}
@media (max-width: 768px) {
.demo-heading-title.font-alter-1,
.demo-heading-title.font-alter-2 {
font-size: 28px !important;
}
}
.demo-heading-description {
font-size: 17px;
}
/* demo thumbnail */
.demo-thumbnail {
margin-bottom: 10%;
padding: 0 2%;
}
/* demo thumbnail image wrap */
.demo-thumbnail-image-wrap {
border: 1px solid #ededed;
border-bottom: none;
box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 13%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
.demo-thumbnail-image-wrap:hover {
box-shadow: 0px 30px 25px -28px rgb(0 0 0 / 64%);
-webkit-transform: translate(0, -8px);
}
}
/* demo thumbnail bottom */
.demo-thumbnail-bottom {
margin-top: 20px;
text-align: center;
}
.demo-thumbnail-btn {
display: inline-block;
font-size: 18px;
font-weight: bold;
color: #222;
}
.demo-thumbnail-btn span {
font-weight: normal;
color: rgba(158, 158, 158, 0.8);
}
ul.menu-list.nav li a {
position: relative;
display: inline-block;
padding: 0;
}
ul.menu-list.nav li a:focus, .nav li a:hover {
text-decoration: none;
background-color: transparent;
}
/* demo call to action section */
.demo-call-to-action-section {
padding: 5% 0;
margin: 25px;
}
@media (min-width: 992px) {
.demo-call-to-action {
font-size: 28px;
}
} | web/assets/css/theme.css | ====================
1. General
2. Page preloader
3. Body content
4. Sections
5. Headings
6. Header
7. Menu
8. Copyright
9. Mobile header
10. Intro
11. Isotope
12. Gallery list section
13. Gallery list slider
14. Gallery single section
15. Gallery single slider
16. Gallery single section with sidebar
17. Gallery single meta
18. Add to favorites button
19. Lightgallery
20. Content carousel
21. Horizontal scroll gallery
22. Blog list section
23. Blog single
24. Blog sidebar
25. Blog sidebar widgets
26. About me section
27. Contact section
28. Page section
29. Page header
30. Split box
31. Pagination
32. Thumbnail list
33. Nicescroll plugin
34. YTP Player
35. Blockquote
36. Forms
37. Modal
38. Buttons
39. Social buttons
40. Follow me buttons
41. Scroll to top button
42. Typography variations
43. Template demos
*/
/* ------------------------------------------------------------- *
* General
/* ------------------------------------------------------------- */
html, body {
padding: 0;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
}
body {
position: relative;
background-color: #F1F1F1;
font-family: 'Inconsolata', monospace;
line-height: 1.6;
font-size: 17px;
color: #333;
}
a {
color: #e3428e;
}
a:hover, a:focus {
color: #e01f1f;
text-decoration: none;
}
a:focus {
outline: none;
}
p {
margin: 0 0 1em;
}
img {
max-width: 100%;
height: auto;
}
::selection {
color: #fff;
text-shadow: none;
background: #e3428e;
}
::-moz-selection {
color: #fff;
text-shadow: none;
background: #e3428e; /* Firefox */
}
::-webkit-selection {
color: #fff;
text-shadow: none;
background: #e3428e; /* Safari */
}
.cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.lead {
margin-bottom: 20px;
font-size: 17px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 20px;
}
}
/* --------------------------------------------------------------------------------------- *
* Page transitions / preloader (Animsition). Display loading animation while page loads
* More info: http://git.blivesta.com/animsition/
/* --------------------------------------------------------------------------------------- */
/* circle loader */
.animsition-loading {
border-top: 3px solid rgba(130, 130, 130, 0.3);
border-right: 3px solid rgba(130, 130, 130, 0.3);
border-bottom: 3px solid rgba(130, 130, 130, 0.3);
border-left: 3px solid #e3428e;
}
/* ------------------------------------------------------------- *
* Body content
/* ------------------------------------------------------------- */
#body-content {
position: relative;
}
@media (min-width: 769px) {
#body-content {
margin-left: 60px; /* Same as side header width */
}
}
@media (max-width: 769px) {
#body-content {
margin-top: 60px; /* Same as mobile header height */
}
}
/* if padding classes used in "#body-content" */
@media (max-width: 769px) {
#body-content[class^=padding] {
padding: 0 !important;
}
}
/* grayscale everything if menu is open (no effect on all browsers!) */
body.temp-grayscale.menu-open #body-content {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* ------------------------------------------------------------- *
* Sections
/* ------------------------------------------------------------- */
section {
position: relative;
}
/* ------------------------------------------------------------- *
* Headings
/* ------------------------------------------------------------- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: inherit;
font-weight: bold;
}
.h1, .h2, .h3, h1, h2, h3 {
line-height: 1.1;
margin-top: 0px;
margin-bottom: 20px;
}
.h4, .h5, .h6, h4, h5, h6 {
line-height: 1.4;
margin-top: 10px;
margin-bottom: 20px;
}
.h1, h1 { font-size: 36px; }
.h2, h2 { font-size: 30px; }
.h3, h3 { font-size: 24px; }
.h4, h4 { font-size: 18px; }
.h5, h5 { font-size: 14px; }
.h6, h6 { font-size: 12px; }
/* ------------------------------------------------------------- *
* Header
/* ------------------------------------------------------------- */
#header {
position: fixed;
top: 0;
bottom: 0;
width: 240px;
background-color: #FFF;
z-index: 99998;
overflow: hidden;
-moz-transform: translateX(-180px);
-ms-transform: translateX(-180px);
-webkit-transform: translateX(-180px);
transform: translateX(-180px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
#header {
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
body.menu-open #header {
-webkit-box-shadow: 3px 0 10px rgba(0,0,0,0.1);
-moz-box-shadow: 3px 0 10px rgba(0,0,0,0.1);
box-shadow: 3px 0 10px rgba(0,0,0,0.1);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* header fixed (always open) */
@media (min-width: 991px) {
#header.header-fixed,
body.menu-open #header {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
#header.header-fixed .header-inner {
opacity: 1;
visibility: visible;
}
#header.header-fixed .header-menu-icon,
#header.header-fixed .header-contact-icon,
#header.header-fixed .logo-small,
#header.header-fixed .header-close {
opacity: 0;
visibility: hidden;
}
/* #body-content left margin if class ".header-fixed" is enabled */
#body-content.header-fixed-margin {
margin-left: 240px; /* same as header width */
}
}
@media (max-width: 992px) {
body.menu-open #header.header-fixed .header-close {
opacity: 1;
visibility: visible;
}
}
/* header close button */
.header-close {
position: absolute;
top: 10px;
right: -25px;
width: 25px;
height: 25px;
line-height: 25px;
background-color: #222;
text-align: center;
font-size: 31px;
color: #BBB;
cursor: pointer;
opacity: 0;
visibility: hidden;
z-index: 999;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.header-close:hover {
color: #FFF;
}
@media (min-width: 768px) {
body.menu-open #header.header-click .header-close {
opacity: 1;
visibility: visible;
}
}
/* header menu icon */
.header-menu-icon {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 50%;
right: 0;
width: 60px;
height: 60px;
font-size: 21px;
color: #333;
visibility: visible;
cursor: pointer;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.header-menu-icon:hover {
color: #e3428e;
}
@media (max-width: 768px) {
.header-menu-icon {
display: none;
}
}
body.menu-open .header-menu-icon {
opacity: 0;
visibility: hidden;
}
#header.header-click .header-menu-icon {
cursor: pointer;
}
/* header contact icon */
.header-contact-icon {
position: absolute;
display: block;
bottom: 20px;
right: 21px;
opacity: 1;
font-size: 18px;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.header-contact-icon:hover {
color: #e3428e;
}
@media (max-width: 768px) {
.header-contact-icon {
display: none;
}
}
body.menu-open .header-contact-icon {
opacity: 0;
visibility: hidden;
}
/* page cover if class "menu-open" exist in body tag */
.page-cover {
position: fixed;
display: block;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99998;
opacity: 0;
visibility: hidden;
/* background-color: #000; */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
body.menu-open .page-cover {
opacity: .3;
visibility: visible;
}
/* header inner
================= */
.header-inner {
opacity: 0;
visibility: hidden;
width: calc(100% + 17px);
height: 100%;
overflow-y: scroll;
padding: 20px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
body.menu-open .header-inner {
opacity: 1;
visibility: visible;
}
/* header top */
.header-top {
position: relative;
width: 100%;
text-align: center;
}
/* header middle */
.header-middle {
width: 100%;
padding: 30px 0 60px 0;
}
/* header bottom */
.header-bottom {
width: 100%;
text-align: center;
}
/* Logo
========= */
/* logo small */
.logo-small {
position: absolute;
top: 15px;
right: 18px;
opacity: 1;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
.logo-small {
display: none;
}
}
.logo-small img {
max-width: 26px;
}
body.menu-open .logo-small {
opacity: 0;
visibility: hidden;
}
/* logo big */
.logo-big {
}
.logo-big a {
display: inline-block;
}
.logo-big img {
max-width: 140px;
}
/* header styles
================= */
/* header dark */
#header.header-dark {
background-color: #111;
color: #BBB;
}
body.menu-open #header.header-dark {
-webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
}
#header.header-dark ul.menu-list > li > a {
color: #BBB;
}
#header.header-dark ul.menu-list > li > a:hover,
#header.header-dark ul.menu-list > li.active > a {
color: #e3428e;
}
#header.header-dark ul.menu-list .sub-menu > li > a {
color: #888;
}
#header.header-dark ul.menu-list .sub-menu > li > a:hover,
#header.header-dark ul.menu-list .sub-menu > li.active > a {
color: #e3428e;
}
#header.header-dark .follow-me-buttons a {
color: #BBB;
}
#header.header-dark .follow-me-buttons a:hover {
color: #e3428e;
}
#header.header-dark .header-menu-icon {
color: #BBB;
}
#header.header-dark .header-menu-icon:hover {
color: #e3428e;
}
#header.header-dark .header-contact-icon {
color: #BBB;
}
#header.header-dark .header-contact-icon:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Menu
/* ------------------------------------------------------------- */
#menu {
}
/* menu list */
#menu > ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.menu-list {
text-align: center;
}
@media (max-width: 768px) {
ul.menu-list {
text-align: center;
}
}
ul.menu-list > li {
position: relative;
margin: 12px 0;
}
ul.menu-list > li > a {
position: relative;
display: inline-block;
font-size: 17px;
color: #222;
}
ul.menu-list > li > a:hover,
ul.menu-list > li.active > a {
color: #e3428e;
}
ul.menu-list > li.active > a:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #e3428e;
}
ul.menu-list .has-children > a:after {
position: absolute;
content: "+";
top: 0;
right: -12px;
opacity: 0;
}
ul.menu-list .has-children > a:hover:after,
ul.menu-list .has-children > a.active:after {
opacity: 1;
}
/* sub menu
================ */
ul.menu-list .sub-menu {
position: relative;
display: none;
padding: 15px 0 10px 0;
list-style: none;
overflow: hidden;
}
ul.menu-list .sub-menu > li {
}
ul.menu-list .sub-menu > li > a {
position: relative;
display: inline-block;
text-decoration: none;
font-size: 16px;
color: #888;
}
ul.menu-list .sub-menu > li > a:hover {
color: #e3428e;
}
ul.menu-list .sub-menu > li > a:hover,
ul.menu-list .sub-menu > li.active > a {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Copyright
/* ------------------------------------------------------------- */
.copyright {
margin-top: 20px;
font-style: italic;
font-size: 13px;
color: #999;
}
.copyright a {
color: #e3428e;
}
.copyright a:hover,
.copyright a:focus {
border-bottom: 1px dotted #e3428e;
}
/* ------------------------------------------------------------- *
* Mobile header
/* ------------------------------------------------------------- */
#mobile-header {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
min-height: 60px;
background-color: #FFF;
z-index: 99997;
border-bottom: 1px solid #ededed;
}
@media (max-width: 768px) {
#mobile-header {
display: block;
}
}
/* logo mobile */
.logo-mobile {
position: absolute;
top: 10px;
left: 20px;
opacity: 1;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.logo-mobile img {
max-height: 40px;
}
/* Mobile menu trigger (hamburger button) */
.mobile-menu-trigger {
position: absolute;
top: 15px;
right: 20px;
width: 25px;
height: 29px;
cursor: pointer;
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mobile-menu-trigger > span,
.mobile-menu-trigger > span:before,
.mobile-menu-trigger > span:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 2px;
background-color: #e3428e;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mobile-menu-trigger > span {
top: 50%;
margin-top: -2px;
}
.mobile-menu-trigger > span:before {
top: -7px;
}
.mobile-menu-trigger > span:after {
bottom: -7px;
}
/* if mobile menu is open */
.menu-open .mobile-menu-trigger {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.menu-open .mobile-menu-trigger > span {
background: transparent;
}
.menu-open .mobile-menu-trigger > span:before,
.menu-open .mobile-menu-trigger > span:after {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
.menu-open .mobile-menu-trigger > span:before {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-open .mobile-menu-trigger > span:after {
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* mobile header styles
======================== */
/* header dark */
#mobile-header.m-header-dark {
background-color: #141414;
color: #BBB;
border-bottom-color: #191919;
}
/* --------------------------------------------------- *
* Intro
/* --------------------------------------------------- */
#intro-section {
min-height: 600px;
}
/* Intro full height offset (same as mobile header height) */
@media (max-width: 768px) {
#intro-section.full-height-vh {
min-height: calc(100vh - 60px) !important;
}
}
/* video intro */
.video-intro {
}
/* image intro */
.image-intro {
}
/* Intro caption
================= */
.intro-caption {
position: absolute;
max-width: 600px;
color: #FFF;
z-index: 3;
}
/* intro title */
.intro-title {
margin: 0;
font-size: 72px;
text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
.intro-title {
font-size: 58px;
}
}
@media (max-width: 768px) {
.intro-title {
font-size: 38px;
}
}
/* intro subtitle */
.intro-subtitle {
margin: 15px 0 0 0;
font-size: 20px;
letter-spacing: 4px !important;
text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.intro-subtitle {
font-size: 18px;
letter-spacing: 5px;
}
}
/* intro description */
.intro-description {
margin: 25px 0 0 0;
font-size: 17px;
}
/* Intro caption with alter fonts (alter fonts handled by "helper.css" file)
================================== */
/* intro title with alter fonts */
.intro-title.font-alter-1 {
font-size: 82px !important;
}
@media (max-width: 992px) {
.intro-title.font-alter-1 {
font-size: 60px !important;
}
}
@media (max-width: 768px) {
.intro-title.font-alter-1 {
font-size: 46px !important;
}
}
.intro-title.font-alter-2 {
font-size: 120px !important;
}
@media (max-width: 992px) {
.intro-title.font-alter-2 {
font-size: 72px !important;
}
}
@media (max-width: 768px) {
.intro-title.font-alter-2 {
font-size: 56px !important;
}
}
/* intro subtitle with alter fonts */
.intro-subtitle.font-alter-1 {
font-size: 28px !important;
font-weight: normal;
letter-spacing: 5px;
}
@media (max-width: 768px) {
.intro-subtitle.font-alter-2 {
font-size: 28px !important;
}
}
.intro-subtitle.font-alter-2 {
font-size: 24px !important;
font-weight: normal;
letter-spacing: 11px;
}
@media (max-width: 768px) {
.intro-subtitle.font-alter-2 {
font-size: 21px !important;
letter-spacing: 5px;
}
}
/* Intro caption positions
=========================== */
/* position top */
.intro-caption.top-left {
top: 10%;
left: 5%;
text-align: left;
}
.intro-caption.top-center {
top: 10%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.intro-caption.top-right {
top: 10%;
right: 5%;
text-align: right;
}
/* position center */
.intro-caption.center-left {
top: 50%;
left: 5%;
text-align: left;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.intro-caption.center {
top: 50%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.intro-caption.center-right {
top: 50%;
right: 5%;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
/* position bottom */
.intro-caption.bottom-left {
bottom: 10%;
left: 5%;
margin-right: 5%;
text-align: left;
}
@media (max-width: 768px) {
.intro-caption.bottom-left {
bottom: 45px;
}
}
.intro-caption.bottom-center {
bottom: 10%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.intro-caption.bottom-right {
bottom: 10%;
left: auto;
right: 5%;
text-align: right;
}
/* --------------------------------------------------- *
* Isotope (more info: http://isotope.metafizzy.co/)
/* --------------------------------------------------- */
.isotope-wrap {
position: relative;
}
.isotope {
}
/* isotope top content
======================== */
.isotope-top-content {
background-color: #FFF;
padding: 60px 3%;
}
@media (max-width: 768px) {
.isotope-top-content {
padding: 40px 15px;
}
}
/* isotope top content (if gutter enabled) */
.isotope.gutter-1 .isotope-top-content {
margin-left: 3px;
}
.isotope.gutter-2 .isotope-top-content {
margin-left: 1.4%;
}
.isotope.gutter-3 .isotope-top-content {
margin-left: 2.4%;
}
/* isotope filter
=================== */
.isotope-filter {
position: fixed;
top: 15px;
right: 15px;
z-index: 999;
}
@media (max-width: 768px) {
.isotope-filter {
top: auto;
bottom: 15px;
}
}
/* isotope filter button */
.isotope-filter-button {
position: relative;
width: 55px;
height: 55px;
line-height: 58px;
background-color: #e3428e;
text-align: center;
font-size: 21px;
color: #FFF;
cursor: pointer;
z-index: 2;
border-radius: 60px;
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.isotope-filter-button:hover,
.isotope-filter-button:focus {
color: #FFF;
}
/* isotope filter button icons */
.isotope-filter-button .ifb-icon-close {
display: none;
}
@media (max-width: 992px) {
.isotope-filter-button .ifb-icon-close,
.isotope-filter.iso-filter-open .isotope-filter-button .ifb-icon {
display: none;
}
.isotope-filter.iso-filter-open .isotope-filter-button .ifb-icon-close {
display: block;
}
}
/* isotope filter links */
ul.isotope-filter-links {
position: absolute;
top: 100%;
right: 14px;
min-width: 160px;
list-style: none;
background-color: #222;
padding: 15px 0 15px 0;
margin: -30px 0 0 0;
text-align: left;
z-index: 1;
visibility: hidden;
opacity: 0;
-webkit-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
-webkit-transform: translateY(5px);
transform: translateY(5px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
ul.isotope-filter-links {
top: auto;
bottom: 100%;
padding: 15px 0 30px 0;
margin: 0 0 -30px 0;
}
}
.isotope-filter.iso-filter-open ul.isotope-filter-links {
visibility: visible;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
ul.isotope-filter-links > li {
padding: 0 20px;
line-height: 1.2;
}
ul.isotope-filter-links > li > a {
display: block;
padding: 5px 0;
font-size: 15px;
color: #DDD;
}
ul.isotope-filter-links > li > a:hover {
color: #e3428e;
}
ul.isotope-filter-links > li > a.active {
color: #e3428e;
}
/* isotope items wrap
======================= */
.isotope-items-wrap {
overflow: hidden;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
/* isotope items wrap boxed layout */
@media (min-width : 1200px) {
.isotope-items-wrap.iso-boxed {
max-width: 1200px;
margin-left: auto !important;
margin-right: auto !important;
}
}
/* isotope items wrap (if gutter enabled) */
.isotope.gutter-1 .isotope-items-wrap {
padding-top: 6px;
margin-left: 6px;
margin-right: 6px;
}
.isotope.gutter-2 .isotope-items-wrap {
padding-top: 1.5%;
margin-left: 1.5%;
margin-right: 1.5%;
}
.isotope.gutter-3 .isotope-items-wrap {
padding-top: 2.5%;
margin-left: 2.5%;
margin-right: 2.5%;
}
/* isotope item
================ */
.isotope-item {
float: left;
width: 25%;
}
/* isotope last item (it makes last item to 100% wide). Class: "iso-last-item" */
@media (max-width : 991px) {
.isotope-item.iso-last-item {
width: 100% !important;
}
}
/* isotope item heights
======================== */
/* isotope item height-1 (use class "iso-height-1") */
.isotope-item.iso-height-1 > div,
.isotope-item.iso-height-1 > a,
.isotope-item.iso-height-1 > article {
display: block;
padding-bottom: 70%;
}
/* isotope item height-2 (use class "iso-height-2") */
.isotope-item.iso-height-2 > div,
.isotope-item.iso-height-2 > a,
.isotope-item.iso-height-2 > article {
display: block;
padding-bottom: 140%;
}
/* isotope item height-2 if "gutter-1" enabled */
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 140.6%;
}
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 140.9%;
}
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 141.4%;
}
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 141.4%;
}
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > article {
padding-bottom: 141.8%;
}
/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 143.1%;
}
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 144.7%;
}
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 146.2%;
}
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 148%;
}
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 150%;
}
/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.2%;
}
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 148%;
}
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 150.9%;
}
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 154%;
}
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 158%;
}
@media (max-width : 1600px) {
/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 146.2%;
}
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 146.4%;
}
/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 151%;
}
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 151%;
}
}
@media (max-width: 992px) {
/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 143%;
}
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
padding-bottom: 143%;
}
/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
padding-bottom: 145.1%;
}
}
/* isotope col-1 if "iso-height-1" enabled */
.isotope.col-1 .isotope-item.iso-height-1 > div,
.isotope.col-1 .isotope-item.iso-height-1 > a,
.isotope.col-1 .isotope-item.iso-height-1 > article {
display: block;
padding-bottom: 30%;
}
@media (max-width: 768px) {
.isotope.col-1 .isotope-item.iso-height-1 > div,
.isotope.col-1 .isotope-item.iso-height-1 > a,
.isotope.col-1 .isotope-item.iso-height-1 > article {
padding-bottom: 48%;
}
}
/* isotope col-1 if "iso-height-2" enabled */
.isotope.col-1 .isotope-item.iso-height-2 > div,
.isotope.col-1 .isotope-item.iso-height-2 > a,
.isotope.col-1 .isotope-item.iso-height-2 > article {
display: block;
padding-bottom: 48%;
}
/* isotope gutter (add more space between isotope items)
=========================================================*/
/* gutter-1 */
.isotope.gutter-1 .isotope-item { padding: 0 0 6px 6px; }
.isotope.gutter-1 { margin-left: -6px; }
/* gutter-2 */
.isotope.gutter-2 .isotope-item { padding: 0 0 1.5% 1.5%; }
.isotope.gutter-2 { margin-left: -1.5%; }
/* gutter-3 */
.isotope.gutter-3 .isotope-item { padding: 0 0 2.5% 2.5%; }
.isotope.gutter-3 { margin-left: -2.5%; }
/* isotope columns
=================== */
.isotope.col-1 .isotope-item {
width: 100%;
}
.isotope.col-2 .isotope-item {
width: 50%;
}
.isotope.col-3 .isotope-item {
width: 33.33333333%;
}
.isotope.col-4 .isotope-item {
width: 25%;
}
.isotope.col-5 .isotope-item {
width: 20%;
}
.isotope.col-6 .isotope-item {
width: 16.66666666666667%;
}
/* isotope grid sizer */
.grid-sizer {
width: 25%;
}
.isotope.col-1 .grid-sizer {
width: 100%;
}
.isotope.col-2 .grid-sizer {
width: 50%;
}
.isotope.col-3 .grid-sizer {
width: 33.33333333%;
}
.isotope.col-4 .grid-sizer {
width: 25%;
}
.isotope.col-5 .grid-sizer {
width: 20%;
}
.isotope.col-6 .grid-sizer {
width: 16.66666666666667%;
}
/* isotope item width (alternative width) */
.isotope.col-2 .width-2 { width: 100%; }
.isotope.col-3 .width-2 { width: 66.66666666%; }
.isotope.col-4 .width-2 { width: 50%; }
.isotope.col-5 .width-2 { width: 40%; }
.isotope.col-6 .width-2 { width: 33.33333333%; }
/* isotope columns on smaller screens
====================================== */
@media (max-width : 1600px) {
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item,
.isotope.col-5 .grid-sizer,
.isotope.col-6 .grid-sizer {
width: 25%;
}
.isotope.col-5 .width-2,
.isotope.col-6 .width-2 {
width: 50%;
}
}
@media (max-width : 1200px) {
.isotope.col-4 .isotope-item,
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item,
.isotope.col-4 .grid-sizer,
.isotope.col-5 .grid-sizer,
.isotope.col-6 .grid-sizer {
width: 33.33333333%;
}
.isotope.col-4 .width-2,
.isotope.col-5 .width-2,
.isotope.col-6 .width-2 {
width: 66.66666666%;
}
}
@media (max-width : 991px) {
.isotope.col-3 .isotope-item,
.isotope.col-4 .isotope-item,
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item,
.isotope.col-3 .grid-sizer,
.isotope.col-4 .grid-sizer,
.isotope.col-5 .grid-sizer,
.isotope.col-6 .grid-sizer,
.isotope.col-3 .width-2,
.isotope.col-4 .width-2,
.isotope.col-5 .width-2,
.isotope.col-6 .width-2 {
width: 50%;
}
}
@media (max-width : 480px) {
.isotope.col-2 .isotope-item,
.isotope.col-3 .isotope-item,
.isotope.col-4 .isotope-item,
.isotope.col-5 .isotope-item,
.isotope.col-6 .isotope-item {
width: 100%;
}
}
/* if isotope item contains content carousel
============================================= */
.isotope-item.iso-height-1 .iso-carousel-wrap,
.isotope-item.iso-height-2 .iso-carousel-wrap {
position: relative;
}
.isotope-item.iso-height-1 .owl-carousel,
.isotope-item.iso-height-2 .owl-carousel {
position: absolute;
height: 100%;
}
.isotope-item .owl-stage-outer,
.isotope-item .owl-stage,
.isotope-item .owl-item,
.isotope-item .cc-item {
height: 100%;
}
/* Isotope item text box (must be the first item!)
=================================================== */
.iso-text-box-holder {
position: relative;
}
.iso-text-box-wrap {
position: absolute;
width: 100%;
height: 100%;
background-color: #FFF;
border-radius: 4px;
}
.iso-text-box-inner {
padding: 0 10%;
}
@media (min-width: 1200px) {
.iso-text-box-inner {
display: table;
height: 100%;
padding: 0 10%;
}
.iso-text-box {
display: table-cell;
vertical-align: middle;
}
/* if gutter-2 enabled */
.isotope.col-3.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 70%; }
.isotope.col-4.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 70.8%; }
.isotope.col-4.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 144.8%; }
.isotope.col-5.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.2%; }
.isotope.col-5.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 146.1%; }
.isotope.col-6.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.8%; }
.isotope.col-6.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 146.7%; }
/* if gutter-3 enabled */
.isotope.col-3.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 70%; }
.isotope.col-4.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.36%; }
.isotope.col-4.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 148%; }
.isotope.col-5.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 71.8%; }
.isotope.col-5.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 150.4%; }
.isotope.col-6.gutter-3 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 73.2%; }
.isotope.col-6.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 151.5%; }
}
.isotope.col-4 .itb-parent { width: 50% !important; }
.isotope.col-5 .itb-parent { width: 40% !important; }
.isotope.col-6 .itb-parent { width: 50% !important; }
@media (max-width: 1600px) {
.isotope.col-3 .itb-parent {
width: 66.6666666% !important;
}
.isotope.col-5 .itb-parent {
width: 50% !important;
}
/* if gutter-2 enabled */
.isotope.col-3.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 143.6%; }
.isotope.col-5.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 144.5%; }
.isotope.col-6.gutter-2 .iso-height-1.itb-parent .iso-text-box-holder { padding-bottom: 72.6%; }
.isotope.col-6.gutter-2 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 144.8%; }
/* if gutter-3 enabled */
.isotope.col-3.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 146%; }
.isotope.col-5.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 148.1%; }
.isotope.col-6.gutter-3 .iso-height-2.itb-parent .iso-text-box-holder { padding-bottom: 148.3%; }
}
@media (max-width: 1200px) {
.isotope.col-2 .itb-parent,
.isotope.col-3 .itb-parent,
.isotope.col-4 .itb-parent,
.isotope.col-5 .itb-parent,
.isotope.col-6 .itb-parent {
width: 100% !important;
}
.isotope-item.iso-height-1.itb-parent .iso-text-box-holder,
.isotope-item.iso-height-2.itb-parent .iso-text-box-holder {
padding-bottom: 0 !important;
}
.iso-text-box-wrap {
position: relative !important;
padding: 10% 0 60px 0 !important;
}
}
.gs-item-title {
margin: 0 0 8px 0;
font-size: 26px;
}
.gs-item-category {
display: block;
margin-bottom: 20px;
font-size: 14px;
font-style: italic;
color: #BBB;
}
.gs-item-description {
font-size: 16px;
}
/* Go Back link */
.gs-back-to-list {
position: absolute;
display: block;
bottom: 18px;
left: 25px;
font-size: 14px;
font-style: italic;
color: #a7a7a7;
}
.gs-back-to-list:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Gallery list section
/* ------------------------------------------------------------- */
#gallery-list-section {
width: 100%;
}
/* gallery list item */
.gallery-list-item {
position: relative;
display: block;
background-color: rgba(138, 138, 138, 0.11);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.isotope[class*='gutter-'] .isotope-items-wrap[class*='gli-alter-'] .gallery-list-item {
overflow: hidden;
border-radius: 4px;
}
@media (min-width: 992px) {
.gutter-2 .gallery-list-item:hover,
.gutter-3 .gallery-list-item:hover {
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.iso-height-1 .gallery-list-item,
.iso-height-2 .gallery-list-item {
margin-bottom: 55px;
}
/* gallery list item image */
.gallery-list-item .gl-item-image {
}
.iso-height-1 .gallery-list-item .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* gallery list item info */
.gl-item-info {
position: relative;
width: 100%;
height: 55px;
line-height: 1.4;
background-color: #FFF;
padding: 8px 65px 0 15px;
overflow: hidden;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.iso-height-1 .gl-item-info,
.iso-height-2 .gl-item-info {
position: absolute;
left: 0;
top: 100%;
}
@media (min-width: 992px) {
.gallery-list-item:hover .gl-item-info {
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.2);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.2);
}
}
.gl-item-title {
margin: 0;
color: #333;
font-size: 17px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.gl-item-category {
display: block;
margin-top: 6px;
font-size: 14px;
font-style: italic;
color: #BBB;
}
.gl-item-count {
position: absolute;
top: 50%;
right: 15px;
font-size: 13px;
color: #BBB;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.gl-item-caption .gl-item-count { /* item count inside item caption */
position: static;
font-size: 13px;
font-style: italic;
color: #BBB;
}
/* gallery list item alter styles
================================== */
/* alter style 1 */
.gli-alter-1 .gallery-list-item {
margin-bottom: 0;
}
.gli-alter-1 .gallery-list-item:hover {
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-1 .gl-item-info {
position: absolute;
top: auto;
bottom: 0;
left: 0;
height: auto;
padding-top: 20px;
padding-bottom: 12px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(17,17,17,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc111111',GradientType=0 );
}
.gli-alter-1 .gallery-list-item:hover .gl-item-info {
padding-bottom: 17px;
}
.gli-alter-1 .gl-item-title {
color: #FFF;
font-size: 18px;
white-space: normal;
}
.gli-alter-1 .gl-item-category {
color: #e3428e;
}
.gli-alter-1 .gl-item-count {
top: auto;
bottom: 10px;
color: #DDD;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-1 .gl-item-caption .gl-item-count { /* item count inside item caption */
position: static;
background-color: transparent;
font-size: 13px;
font-style: italic;
color: #d2d2d2;
}
/* alter style 2 */
.gli-alter-2 .gallery-list-item {
margin-bottom: 0;
}
.gli-alter-2 .gallery-list-item:hover {
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-2 .gl-item-info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: auto;
background-color: rgba(0, 0, 0, 0.4);
opacity: 1;
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gli-alter-2:hover .gallery-list-item .gl-item-info {
background-color: rgba(0, 0, 0, 0.7);
}
.gli-alter-2 .gallery-list-item:hover .gl-item-info {
background-color: rgba(0, 0, 0, 0.2);
}
.gli-alter-2 .gl-item-caption {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0px 20%;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.gli-alter-2 .gl-item-title {
font-size: 20px;
color: #FFF;
font-weight: bold;
white-space: normal;
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gli-alter-2 .gallery-list-item:hover .gl-item-title {
color: #FFF;
}
.gli-alter-2 .gl-item-category {
margin-top: 8px;
font-size: 14px;
color: #e3428e;
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.gli-alter-2 .gl-item-count {
position: absolute;
top: auto;
bottom: 0px;
right: 0px;
background-color: rgba(255, 255, 255, 0.1);
padding: 5px 10px;
font-size: 13px;
color: #BBB;
opacity: 0;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gli-alter-2 .gallery-list-item:hover .gl-item-count {
background-color: rgba(0, 0, 0, 0.3);
color: #FFF;
opacity: 1;
}
.gli-alter-2 .gl-item-caption .gl-item-count { /* item count inside item caption */
position: static;
display: block;
background-color: transparent !important;
padding: 0;
margin-top: 8px;
font-size: 14px;
font-style: italic;
color: #EEE;
opacity: 1;
}
/* alter style 3 */
.gli-alter-3 .gallery-list-item {
margin-bottom: 0;
}
.gli-alter-3 .gallery-list-item:hover {
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-3 .gl-item-info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: auto;
background-color: rgba(234, 78, 78, 0.96);
opacity: 0;
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-info {
position: absolute;
top: auto;
bottom: 0;
left: 0;
height: auto;
padding: 8px 50px 12px 15px;
background-color: transparent;
opacity: 1;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(17,17,17,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(17,17,17,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc111111',GradientType=0 );
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@media (min-width: 992px) {
.isotope.col-1 .gli-alter-3 .gl-item-info { /* if "col-1" enabled */
top: 20%;
bottom: 20%;
left: 25%;
right: 25%;
}
}
.gli-alter-3 .gallery-list-item:hover .gl-item-info {
opacity: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.gli-alter-3 .gl-item-caption {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0px 20%;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-caption {
position: relative;
top: auto;
left: auto;
width: 100%;
padding: 0;
text-align: left;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
}
.gli-alter-3 .gl-item-title {
font-size: 19px;
color: #FFF;
font-weight: bold;
white-space: normal;
opacity: 0;
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-title {
opacity: 1;
font-weight: bold;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.gli-alter-3 .gallery-list-item:hover .gl-item-title {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.gli-alter-3 .gl-item-category {
margin-top: 12px;
font-size: 16px;
color: rgb(255 255 255 / 85%);
opacity: 0;
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
.gli-alter-3 .gl-item-category {
opacity: 1;
color: #e3428e;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.gli-alter-3 .gallery-list-item:hover .gl-item-category {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.gli-alter-3 .gl-item-count { /* disabled by default. remove "display: none;" to enable */
display: none;
position: absolute;
top: auto;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.1);
padding: 5px 10px;
color: #FFF;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.gli-alter-3 .gl-item-caption .gl-item-count {
position: static;
display: block;
background-color: transparent !important;
padding: 0;
margin-top: 8px;
font-size: 14px;
font-style: italic;
color: #222;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gli-alter-3 .gallery-list-item:hover .gl-item-caption .gl-item-count { /* item count inside item caption */
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
/* Gallery list categories
=========================== */
.gl-categories {
}
.gl-categories .gli-alter-2 .gl-item-title {
font-size: 20px;
}
@media (max-width: 768px) { /* isotope items in gallery list categories */
.gl-categories .isotope.col-2 .isotope-item,
.gl-categories .isotope.col-3 .isotope-item,
.gl-categories .isotope.col-4 .isotope-item,
.gl-categories .isotope.col-5 .isotope-item,
.gl-categories .isotope.col-6 .isotope-item {
width: 50%;
}
}
/* ------------------------------------------------------------- *
* Gallery list slider
/* ------------------------------------------------------------- */
.gallery-list-slider {
padding: 25px 25px;
}
@media (max-width: 992px) {
.gallery-list-slider {
padding: 0;
}
}
/* gallery list slider offsets */
@media (min-width: 992px) {
.gallery-list-slider .owl-carousel.cc-height-full,
.gallery-list-slider .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 50px);
}
}
@media (max-width: 768px) {
.gallery-list-slider .cc-auto-width-img-bg { /* for small devices */
height: calc(100vh - 60px);
}
}
/* gallery list slider cover (for slider center) */
@media (min-width: 992px) {
.gallery-list-slider.gls-center .cc-item .cover {
background-color: rgba(255, 255, 255, 0.7);
}
.gallery-list-slider.gls-center .owl-item.center .cc-item .cover {
background-color: transparent;
}
}
/* if class "no-padding" is enabled */
@media (min-width: 768px) {
.gallery-list-slider.no-padding .owl-carousel.cc-height-full,
.gallery-list-slider.no-padding .owl-carousel.cc-height-full .cc-item {
height: 100vh;
}
}
/* gallery list item inside "cc-item" (in case you want to use it)
====================================== */
.gallery-list-slider .gallery-list-item,
.gallery-list-slider .gallery-list-item .gl-item-image {
height: 100%;
}
.gallery-list-slider .gl-item-info {
position: absolute;
left: 0;
bottom: 0;
}
.gallery-list-slider .gli-alter-3 .gl-item-info {
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.gallery-list-slider .gli-alter-2 .gl-item-title {
font-size: 22px;
}
.gallery-list-slider .gli-alter-2 .gl-item-count {
font-size: 60px;
color: rgba(255, 255, 255, 0.21);
}
/* ------------------------------------------------------------- *
* Gallery single section
/* ------------------------------------------------------------- */
#gallery-single-section {
width: 100%;
}
/* isotope items in gallery single section */
@media (max-width: 768px) {
#gallery-single-section .isotope.col-2 .isotope-item,
#gallery-single-section .isotope.col-3 .isotope-item,
#gallery-single-section .isotope.col-4 .isotope-item,
#gallery-single-section .isotope.col-5 .isotope-item,
#gallery-single-section .isotope.col-6 .isotope-item {
width: 50%;
}
}
/* gallery single top info
=========================== */
.gallery-single-top-info {
position: relative;
background-color: #FFF;
padding: 140px 5%;
overflow: hidden;
}
@media (max-width: 1200px) {
.gallery-single-top-info {
padding: 100px 5%;
}
}
@media (max-width: 991px) {
.gallery-single-top-info {
padding: 75px 5%;
}
}
.gsti-inner {
position: relative;
}
/* gallery single top info title */
.gsti-title {
margin: 0 0 8px 0;
font-size: 32px;
}
/* gallery single top info category */
.gsti-category {
display: block;
margin-bottom: 20px;
font-size: 14px;
font-style: italic;
color: #949494;
}
/* gallery single top info text */
.gsti-text {
}
/* gallery single top info meta */
.gallery-single-top-info ul.gallery-meta {
bottom: 20px;
right: 30px;
}
.gallery-single-top-info .favorite-btn,
.gallery-single-top-info ul.gallery-meta {
font-size: 18px;
}
.gallery-single-top-info .favorite-btn,
.gallery-single-top-info ul.gallery-meta > li a {
color: #a7a7a7;
}
.gallery-single-top-info .fav-inner {
margin-right: -4px;
}
/* gallery single top info margins (same as isotope gutters) */
.gallery-single-top-info.margin-1 {
margin: 6px 6px 0 6px;
}
.gallery-single-top-info.margin-2 {
margin: 1.5% 1.5% 0 1.5%;
}
.gallery-single-top-info.margin-3 {
margin: 2.5% 2.5% 0 2.5%;
}
/* gallery single top info toggle
================================== */
.gsti-toggle {
position: relative;
}
@media (max-width : 991px) {
.gsti-toggle {
}
}
.gsti-toggle-inner {
position: relative;
overflow: hidden;
}
.gsti-toggle-hidden {
display: none;
}
/* toggle trigger */
.gsti-toggle-trigger {
position: absolute;
bottom: -80px;
left: 50%;
width: 24px;
height: 24px;
line-height: 20px;
text-align: center;
padding-left: 1px;
border: 2px solid rgba(132, 132, 132, 0.26);
border-radius: 50px;
cursor: pointer;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 1200px) {
.gsti-toggle-trigger {
bottom: -70px;
}
}
@media (max-width : 991px) {
.gsti-toggle-trigger {
bottom: -50px;
left: 2%;
}
}
.gsti-toggle-trigger > span {
display: inline-block;
font-size: 14px;
color: #999;
}
.gsti-toggle-trigger > span:hover, .gsti-toggle-trigger > span:focus {
color: #e3428e;
}
.gsti-toggle .gsti-toggle-less, .gsti-toggle.gsti-toggle-full .gsti-toggle-more {
display: none;
}
.gsti-toggle.gsti-toggle-full .gsti-toggle-less {
display: block;
}
/* gallery single item
======================= */
.gallery-single-item {
position: relative;
display: block;
overflow: hidden;
background-color: rgba(138, 138, 138, 0.11);
}
.isotope[class*='gutter-'] .gallery-single-item {
overflow: hidden;
border-radius: 4px;
}
/* gallery single item image */
.gallery-single-item .gs-item-image {
}
.iso-height-1 .gallery-single-item .gs-item-image,
.iso-height-2 .gallery-single-item .gs-item-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* gallery single item cover */
.gallery-single-item .gs-item-cover {
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background-color: rgba(255, 255, 255, 0.93);
z-index: 1;
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gallery-single-item:hover .gs-item-cover {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
/* Disable gallery single item cover on small screens */
@media (max-width: 992px) {
.gallery-single-item .gs-item-cover {
display: none;
}
}
/* gallery single item info */
.gallery-single-item .gs-item-info {
position: absolute;
top: 50%;
left: auto;
bottom: auto;
width: 100%;
padding: 15px;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* gallery single item icon */
.gallery-single-item .gs-item-info .s-icon {
display: inline-block;
font-size: 18px;
color: #222;
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.gallery-single-item:hover .gs-item-info .s-icon {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
/* gallery single item cover styles
==================================== */
/* cover boxed */
#gallery.cover-boxed .gs-item-cover {
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
/* cover dark */
#gallery.cover-dark .gs-item-cover {
background-color: rgba(0, 0, 0, 0.9);
color: #EEE;
}
#gallery.cover-dark .gs-item-info .s-icon {
color: #EEE;
}
/* cover color */
#gallery.cover-color .gs-item-cover {
background-color: rgba(234, 78, 78, 0.95);
color: #FFF;
}
#gallery.cover-color .gs-item-info .s-icon {
color: #FFF;
}
/* cover simple */
#gallery.cover-simple .gs-item-cover {
top: -1px !important;
bottom: -1px !important;
left: -1px !important;
right: -1px !important;
background-color: rgba(255, 255, 255, 0.3) !important;
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-o-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important;
}
#gallery.cover-simple .gs-item-info {
display: none !important;
}
/* ------------------------------------------------------------- *
* Gallery single slider
/* ------------------------------------------------------------- */
.gallery-single-slider {
padding: 25px 25px 0 25px;
}
@media (max-width: 768px) {
.gallery-single-slider {
padding: 0;
}
}
/* gallery single slider cover */
.gallery-single-slider .cc-item .cover {
background-color: transparent;
}
/* gallery single full height slider offsets */
.gallery-single-slider .owl-carousel.cc-height-full,
.gallery-single-slider .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 125px);
}
@media (max-width: 768px) {
.gallery-single-slider .owl-carousel.cc-height-full,
.gallery-single-slider .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 160px);
}
}
/* gallery single slider cover (for slider center) */
@media (min-width: 992px) {
.gallery-single-slider.gss-center .cc-item .cover {
background-color: rgba(255, 255, 255, 0.7);
}
.gallery-single-slider.gss-center .owl-item.center .cc-item .cover {
background-color: transparent;
}
}
/* gallery single slider bottom
================================ */
.gallery-single-bottom {
position: relative;
min-height: 100px;
overflow: hidden;
}
@media (max-width: 768px) {
.gallery-single-bottom {
padding: 0 20px;
}
}
/* gallery single slider "back-to-list" link */
.gallery-single-bottom .gs-back-to-list {
position: static;
display: inline-block;
margin-top: 42px;
font-style: italic;
color: #999;
}
.gallery-single-bottom .gs-back-to-list:hover {
color: #e3428e;
}
/* gallery single slider meta */
.gallery-single-bottom ul.gallery-meta {
position: static;
margin-top: 42px;
padding-right: 5px;
font-size: 18px;
}
.gallery-single-bottom ul.gallery-meta > li {
margin-right: 18px;
}
.gallery-single-bottom ul.gallery-meta > li a {
}
.gallery-single-bottom ul.gallery-meta > li a:hover {
color: #e3428e;
}
.gallery-single-bottom .favorite-btn {
font-size: 16px;
}
/* ------------------------------------------------------------- *
* Gallery single section with sidebar
/* ------------------------------------------------------------- */
.gallery-single-with-sidebar {
padding: 30px;
}
@media (max-width: 768px) {
.gallery-single-with-sidebar {
padding: 15px;
}
}
/* Gallery single slider with sidebar
====================================== */
/* slider height */
@media (min-width: 1200px) {
.gs-slider-sidebar .owl-carousel.cc-height-full,
.gs-slider-sidebar .owl-carousel.cc-height-full .cc-item {
height: calc(100vh - 60px);
}
}
@media (max-width: 1200px) {
.gs-slider-sidebar .owl-carousel.cc-height-full .cc-item {
padding-bottom: 80%;
}
}
@media (max-width: 1200px) {
.gs-slider-sidebar .owl-carousel.cc-height-full,
.gs-slider-sidebar .owl-carousel.cc-height-full .cc-item {
height: auto;
}
}
/* Gallery single sidebar
========================== */
.gs-sidebar {
position: relative;
background-color: #fff;
padding: 20px 10px 60px 10px;
margin-bottom: 20px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.gs-sidebar-inner {
overflow: auto;
padding: 15px;
}
/* gallery single sidebar info */
.gs-sidebar-info {
}
/* gallery single sidebar meta */
.gs-sidebar-meta-wrap {
margin-top: 30px;
}
.gs-sidebar-meta {
margin-bottom: 10px;
}
.gs-sidebar-meta span {
display: block;
}
.gs-sidebar-meta-title {
font-weight: bold;
}
.gs-sidebar-meta-sub {
}
/* gallery single sidebar info description */
.gs-sidebar-description {
margin-top: 30px;
}
/* gallery single sidebar full height
====================================== */
@media (min-width: 1200px) {
.gs-sidebar.gs-sidebar-fh {
height: calc(100vh - 60px);
margin-bottom: 0;
}
.gs-sidebar.gs-sidebar-fh .gs-sidebar-inner {
max-height: 100%;
overflow: auto;
}
}
/* Gallery single sidebar fixed position
========================================= */
@media (min-width: 1200px) {
.gs-sidebar.gs-sidebar-fixed {
position: fixed;
width: 22.1%;
margin-bottom: 0;
}
.gs-sidebar.gs-sidebar-fixed .gs-sidebar-inner {
max-height: 100%;
overflow: auto;
}
}
.gallery-single-with-sidebar .isotope.gutter-1 .isotope-items-wrap,
.gallery-single-with-sidebar .isotope.gutter-2 .isotope-items-wrap,
.gallery-single-with-sidebar .isotope.gutter-3 .isotope-items-wrap {
padding-top: 0;
margin-left: 0;
margin-right: 0;
}
/* ------------------------------------------------------------- *
* Gallery single meta
/* ------------------------------------------------------------- */
ul.gallery-meta {
position: absolute;
display: inline-block;
bottom: 15px;
right: 25px;
margin: 0;
padding: 0;
list-style: none;
font-size: 18px;
font-style: italic;
color: #a7a7a7;
}
ul.gallery-meta > li {
float: left;
margin-right: 20px;
}
ul.gallery-meta > li:last-child {
margin-right: 0;
}
ul.gallery-meta > li a {
color: #a7a7a7;
}
/* content share trigger */
.content-share-trigger {
}
.content-share-trigger a {
color: #888;
}
/* content info trigger */
.content-info-trigger {
}
.content-info-trigger a {
color: #888;
}
/* ------------------------------------------------------------- *
* Add to favorites button
/* ------------------------------------------------------------- */
.favorite-btn {
font-size: 16px;
font-weight: normal;
}
.fav-inner {
position: relative;
display: inline-block;
width: 15px;
margin-right: -4px;
cursor: pointer;
z-index: 2;
}
/* icon-heart (FontAwesome) */
.icon-heart {
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.icon-heart-filled {
display: none;
}
.favorite-btn.active .icon-heart-filled {
display: inline-block;
color: #e3428e;
}
.favorite-btn.active .icon-heart-empty {
display: none;
}
/* call icons */
.icon-heart-filled:before {
content: "\f004";
}
.icon-heart-empty:before {
content: "\f004";
}
/* fav-count */
.fav-count {
display: inline-block;
cursor: pointer;
}
/* ----------------------------------------------------------------------- *
* Lightgallery: (more info: http://sachinchoolur.github.io/lightGallery)
/* ----------------------------------------------------------------------- */
body.lg-on {
overflow: hidden !important;
}
.lg-backdrop {
z-index: 99998;
}
.lg-outer {
z-index: 99999;
}
/* Lightgallery sub html (image caption) */
@media (max-width : 767px) {
.lg-sub-html {
padding: 10px;
}
}
.lg-sub-html h4 {
margin: 0;
font-size: 16px;
font-weight: 700;
}
.lg-sub-html p {
font-size: 16px;
margin: 5px 0 0;
}
/* Lightgallery thumbnails improvements */
.lg-outer .lg-thumb {
margin-left: auto;
margin-right: auto;
}
.lg-outer .lg-thumb-item {
position: relative;
border: 2px solid #FFF;
border-radius: 0;
}
.lg-outer .lg-thumb-item img {
position: absolute;
left: 50%;
top: 50%;
max-width: inherit;
width: 150%;
height: auto;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* Lightgallery autoplay progress bar improvements */
.lg-progress-bar {
background-color: #333;
height: 2px;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 2px;
}
/* hide next/prev buttons on small screens */
@media (max-width: 768px) {
.lg-actions .lg-next, .lg-actions .lg-prev {
display: none;
}
}
/* ------------------------------------------------------------- *
* Content carousel - CC (based on OWL Carousel)
/* ------------------------------------------------------------- */
.owl-carousel {
}
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
height: 100%;
}
.owl-carousel .owl-item {
z-index: 9;
overflow: hidden;
/* image flickering fix */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item .cc-image {
height: 100%;
}
/* OWL controls */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
position: absolute;
}
/* Prev/Next buttons
===================== */
.owl-nav {
margin: 0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
top: 50%;
width: 60px;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.3);
background-size: 78%;
padding: 0;
margin: 0;
text-align: center;
font-size: 19px;
color: #FFF;
opacity: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav .owl-prev {
background-image: url(../vendor/owl-carousel/img/arrow-left-light.png);
background-repeat: no-repeat;
background-position: center;
}
.owl-carousel .owl-nav .owl-next {
background-image: url(../vendor/owl-carousel/img/arrow-right-light.png);
background-repeat: no-repeat;
background-position: center;
}
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
opacity: 1;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-nav .owl-prev {
left: 0px;
}
.owl-carousel .owl-nav .owl-next {
right: 0px;
}
.owl-carousel:hover .owl-nav .owl-prev {
left: 20px;
}
.owl-carousel:hover .owl-nav .owl-next {
right: 20px;
}
/* Prev/Next buttons disabled (no loop) */
.owl-carousel .owl-nav .owl-prev.disabled {
opacity: 0;
visibility: hidden;
cursor: default;
}
.owl-carousel .owl-nav .owl-next.disabled {
opacity: 0;
visibility: hidden;
cursor: default;
}
/* Prev/Next nav buttons positions
=================================== */
/* Prev/Next buttons position outside (left/right) */
.owl-carousel.nav-outside .owl-nav .owl-prev, .owl-carousel.nav-outside .owl-nav .owl-next {
width: 50px;
height: 50px;
line-height: 50px;
-webkit-background-size: 80%;
background-size: 80%;
opacity: 1;
}
.owl-carousel.nav-outside .owl-nav .owl-prev:hover, .owl-carousel.nav-outside .owl-nav .owl-next:hover {
color: #FFF;
}
.owl-carousel.nav-outside .owl-nav .owl-prev.disabled, .owl-carousel.nav-outside .owl-nav .owl-next.disabled {
opacity: 0;
visibility: hidden;
}
.owl-carousel.nav-outside .owl-nav .owl-prev {
left: -70px;
}
.owl-carousel.nav-outside .owl-nav .owl-next {
right: -70px;
}
@media (max-width: 1360px) {
.owl-carousel.nav-outside .owl-nav .owl-prev, .owl-carousel.nav-outside .owl-nav .owl-next {
width: 40px;
height: 40px;
line-height: 40px;
-webkit-background-size: 70%;
background-size: 70%;
}
.owl-carousel.nav-outside .owl-nav .owl-prev {
left: 15px;
}
.owl-carousel.nav-outside .owl-nav .owl-next {
right: 15px;
}
}
/* Prev/Next nav buttons position outside top */
.nav-outside-top .owl-nav {
position: absolute;
top: -50px;
right: 0;
width: 72px;
}
.nav-outside-top .owl-nav .owl-prev, .nav-outside-top .owl-nav .owl-next {
width: 32px;
height: 32px;
line-height: 32px;
background-color: #e3428e;
-webkit-background-size: 80%;
background-size: 100%;
font-size: 14px;
color: #FFF;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.nav-outside-top .owl-nav .owl-prev:hover, .nav-outside-top .owl-nav .owl-next:hover {
background-color: #e3428e;
color: #FFF;
}
.nav-outside-top .owl-nav .owl-prev.disabled, .nav-outside-top .owl-nav .owl-next.disabled {
visibility: visible;
opacity: .2;
color: #A4AAAD;
}
.nav-outside-top:hover .owl-nav .owl-prev {
left: 0;
}
.nav-outside-top:hover .owl-nav .owl-next {
right: 0;
}
/* Prev/Next nav buttons position bottom right */
.nav-bottom-right .owl-nav {
position: absolute;
top: auto;
bottom: 103px;
right: 3%;
width: 128px;
}
@media (max-width: 768px) {
.nav-bottom-right .owl-nav {
right: 20px;
}
}
.nav-bottom-right .owl-nav .owl-prev, .nav-bottom-right .owl-nav .owl-next {
width: 60px;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.4);
font-size: 14px;
color: #FFF;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.nav-bottom-right .owl-nav .owl-prev:hover, .nav-bottom-right .owl-nav .owl-next:hover {
background-color: rgba(0, 0, 0, 0.6);
color: #FFF;
}
.nav-bottom-right .owl-nav .owl-prev.disabled, .nav-bottom-right .owl-nav .owl-next.disabled {
visibility: visible;
opacity: .2;
color: #A4AAAD;
}
.nav-bottom-right:hover .owl-nav .owl-prev {
left: 0;
}
.nav-bottom-right:hover .owl-nav .owl-next {
right: 0;
}
/* Prev/Next nav buttons styles
================================ */
/* Prev/Next buttons light */
.nav-light .owl-nav .owl-prev, .nav-light .owl-nav .owl-next {
background-color: #FFF;
}
.nav-light .owl-nav .owl-prev {
background-image: url(../vendor/owl-carousel/img/arrow-left-dark.png);
}
.nav-light .owl-nav .owl-next {
background-image: url(../vendor/owl-carousel/img/arrow-right-dark.png);
}
.nav-light .owl-nav .owl-prev:hover, .owl-carousel.nav-light .owl-nav .owl-prev:hover,
.nav-light .owl-nav .owl-next:hover, .owl-carousel.nav-light .owl-nav .owl-next:hover {
background-color: rgba(255, 255, 255, 0.7);
}
/* Prev/Next buttons rounded */
.nav-rounded .owl-nav .owl-prev, .nav-rounded .owl-nav .owl-next {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
/* Dots
======== */
.owl-dots, .owl-nav.disabled + .owl-dots {
position: absolute;
bottom: 10px;
margin-top: 0px;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot span {
display: inline-block;
width: 8px;
height: 8px;
margin: 0px 5px;
background-color: #BBB;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
background-color: #e3428e;
}
.owl-dots .owl-dot.active span {
}
/* Dots rounded */
.dots-rounded .owl-dots .owl-dot span {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* Dots positions
=================== */
/* Dots position outside */
.dots-outside {
margin-bottom: 40px;
}
.dots-outside .owl-dots, .dots-outside .owl-nav.disabled + .owl-dots {
bottom: -28px;
}
/* Dots position left */
.dots-left .owl-dots, .dots-left .owl-nav.disabled + .owl-dots {
left: 3%;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* Dots position right */
.dots-right .owl-dots, .dots-right .owl-nav.disabled + .owl-dots {
left: inherit;
right: 3%;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
/* Dots position center right */
.dots-center-right .owl-dots {
position: absolute;
top: 50%;
bottom: auto !important;
left: auto !important;
right: 15px;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.dots-center-right .owl-dots .owl-dot {
display: block;
line-height: 0;
}
.dots-center-right .owl-dots .owl-dot span {
margin: 5px 0;
}
/* CC item */
.owl-carousel .cc-item {
position: relative;
display: block;
overflow: hidden;
}
.owl-carousel .cc-item.bg-image { /* if CC item contains background image */
min-height: 300px;
}
/* CC item hover 1 */
@media (min-width: 992px) {
.owl-carousel.cc-hover .cc-item:hover .cover {
background-color: rgba(0, 0, 0, 0.3) !important;
}
}
/* CC item hover 2 */
@media (min-width: 992px) {
.owl-carousel:hover.cc-hover-2 .cc-item .cover {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.owl-carousel.cc-hover-2 .cc-item:hover .cover {
background-color: rgba(0, 0, 0, 0.1) !important;
}
}
/* CC auto width image */
.owl-carousel .cc-auto-width-img {
width: auto !important;
}
.owl-carousel .cc-auto-width-img-bg { /* for small devices */
display: none;
width: 100vw;
}
@media (max-width: 768px) {
.owl-carousel .cc-auto-width-img {
display: none !important;
}
.owl-carousel .cc-auto-width-img-bg { /* for small devices */
display: block;
}
}
/* CC item heights
=================== */
.owl-carousel, .owl-carousel .cc-item { min-height: 300px; } /* CC item minimum height */
.owl-carousel.cc-height-1, .owl-carousel.cc-height-1 .cc-item { height: 40vh; }
.owl-carousel.cc-height-2, .owl-carousel.cc-height-2 .cc-item { height: 50vh; }
.owl-carousel.cc-height-3, .owl-carousel.cc-height-3 .cc-item { height: 60vh; }
.owl-carousel.cc-height-4, .owl-carousel.cc-height-4 .cc-item { height: 70vh; }
.owl-carousel.cc-height-5, .owl-carousel.cc-height-5 .cc-item { height: 80vh; }
.owl-carousel.cc-height-6, .owl-carousel.cc-height-6 .cc-item { height: 90vh; }
/* CC item full height */
.owl-carousel.cc-height-full,
.owl-carousel.cc-height-full .cc-item { height: 100vh; } /* CC item full height */
/* CC item full height on small screen */
@media (max-width: 768px) {
.owl-carousel.cc-height-full,
.owl-carousel.cc-height-full .cc-item,
.owl-carousel.cc-height-m,
.owl-carousel.cc-height-m .cc-item {
height: calc(100vh - 60px); /* full height minus mobile header height */
}
}
/* CC caption
============== */
.owl-carousel .cc-caption {
position: absolute;
width: auto !important;
z-index: 9;
}
.owl-carousel .cc-caption.caption-animate {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-o-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.owl-carousel .owl-item.active .cc-caption.caption-animate {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translatey(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
/* CC title */
.owl-carousel .cc-title {
display: block;
margin: 0;
font-size: 24px;
font-weight: bold;
color: #FFF;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* CC description */
.owl-carousel .cc-description {
margin: 5px 0 0 0;
font-weight: normal;
color: #FFF;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* CC category */
.owl-carousel .cc-category {
display: inline-block;
background-color: #e3428e;
padding: 0 5px;
margin: 10px 0 0 0;
font-size: 14px;
font-style: italic;
font-weight: normal;
color: #FFF;
}
/* CC caption sizes
=================== */
/* cc caption xs */
.cc-caption.cc-caption-xs .cc-title {
font-size: 17px;
}
/* cc caption sm */
.cc-caption.cc-caption-sm .cc-title {
font-size: 20px;
}
/* cc caption lg */
.cc-caption.cc-caption-lg .cc-title {
font-size: 32px;
}
.cc-caption.cc-caption-lg .cc-description {
margin: 8px 0 0 0;
font-size: 18px;
}
@media (max-width: 768px) {
.cc-caption.cc-caption-lg .cc-title {
font-size: 28px;
}
}
/* cc caption xlg */
.cc-caption.cc-caption-xlg .cc-title {
font-size: 48px;
}
.cc-caption.cc-caption-xlg .cc-description {
margin: 5px 0 0 0;
font-size: 20px;
}
@media (max-width: 992px) {
.cc-caption.cc-caption-xlg .cc-title {
font-size: 38px;
}
}
@media (max-width: 768px) {
.cc-caption.cc-caption-xlg .cc-title {
font-size: 28px;
}
.cc-caption.cc-caption-xlg .cc-description {
font-size: 18px;
}
}
/* CC caption with alter fonts
=============================== */
/* cc caption with font-alter-1 */
.cc-caption .cc-title.font-alter-1 {
font-size: 36px !important;
text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.cc-caption.cc-caption-xs .cc-title.font-alter-1 {
font-size: 24px !important;
}
.cc-caption.cc-caption-sm .cc-title.font-alter-1 {
font-size: 30px !important;
}
.cc-caption.cc-caption-lg .cc-title.font-alter-1 {
font-size: 52px !important;
}
.cc-caption.cc-caption-xlg .cc-title.font-alter-1 {
font-size: 68px !important;
}
@media (max-width: 992px) {
.cc-caption.cc-caption-lg .cc-title.font-alter-1,
.cc-caption.cc-caption-xlg .cc-title.font-alter-1 {
font-size: 36px !important;
}
}
@media (max-width: 768px) {
.cc-caption .cc-title.font-alter-1,
.cc-caption.cc-caption-sm .cc-title.font-alter-1,
.cc-caption.cc-caption-lg .cc-title.font-alter-1,
.cc-caption.cc-caption-xlg .cc-title.font-alter-1 {
font-size: 28px !important;
}
}
/* cc caption with font-alter-2 */
.cc-caption .cc-title.font-alter-2 {
font-size: 52px !important;
text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.cc-caption.cc-caption-xs .cc-title.font-alter-2 {
font-size: 36px !important;
}
.cc-caption.cc-caption-sm .cc-title.font-alter-2 {
font-size: 44px !important;
}
.cc-caption.cc-caption-lg .cc-title.font-alter-2 {
font-size: 62px !important;
}
.cc-caption.cc-caption-xlg .cc-title.font-alter-2 {
font-size: 80px !important;
}
@media (max-width: 992px) {
.cc-caption.cc-caption-lg .cc-title.font-alter-2,
.cc-caption.cc-caption-xlg .cc-title.font-alter-2 {
font-size: 46px !important;
}
}
@media (max-width: 768px) {
.cc-caption .cc-title.font-alter-2,
.cc-caption.cc-caption-sm .cc-title.font-alter-2,
.cc-caption.cc-caption-lg .cc-title.font-alter-2,
.cc-caption.cc-caption-xlg .cc-title.font-alter-2 {
font-size: 38px !important;
}
}
/* CC caption positions
======================== */
/* position top */
.owl-carousel .cc-caption.top-left {
top: 10%;
left: 5%;
text-align: left;
}
.owl-carousel .cc-caption.top-center {
top: 10%;
left: 50%;
width: 100% !important;
max-width: 800px !important;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.top-right {
top: 10%;
right: 5%;
text-align: right;
}
/* position center */
.owl-carousel .cc-caption.center-left {
top: 50%;
left: 5%;
text-align: left;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.owl-carousel .cc-caption.center {
top: 50%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.owl-carousel .cc-caption.center-right {
top: 50%;
right: 5%;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
/* position bottom */
.owl-carousel .cc-caption.bottom-left {
bottom: 10%;
left: 5%;
margin-right: 5%;
text-align: left;
}
@media (max-width: 768px) {
.owl-carousel .cc-caption.bottom-left {
bottom: 45px;
}
}
.owl-carousel .cc-caption.bottom-center {
bottom: 10%;
left: 50%;
width: 100% !important;
max-width: 800px;
padding: 0 15px;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.bottom-right {
bottom: 10%;
left: auto;
right: 5%;
text-align: right;
}
/* if "nav-bottom-right" enabled */
.owl-carousel.nav-bottom-right .cc-caption.bottom-center,
.owl-carousel.nav-bottom-right .cc-caption.bottom-right {
bottom: 110px;
}
@media (max-width: 768px) {
.owl-carousel.nav-bottom-right .cc-caption.bottom-left,
.owl-carousel.nav-bottom-right .cc-caption.bottom-center,
.owl-carousel.nav-bottom-right .cc-caption.bottom-right {
bottom: 110px;
}
}
/* owl elements
================ */
/* owl video play icon */
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background-color: rgba(0, 0, 0, 0.7);
background-position: center;
cursor: pointer;
z-index: 1;
border-radius: 80px;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
/* cursor grab icon */
.owl-carousel.cursor-grab {
cursor: -webkit-grab;
cursor: grab;
}
.owl-carousel.cursor-grab:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
/* ------------------------------------------------------------- *
* Horizontal scroll gallery
/* ------------------------------------------------------------- */
#gallery-horizontal-scroll-section {
padding: 25px 25px;
}
@media (max-width: 768px) {
#gallery-horizontal-scroll-section {
padding: 0;
}
}
/* horizontal scroller (hs) */
.horizontal-scroller {
height: calc(100vh - 50px);
overflow: hidden;
}
@media (max-width: 768px) {
.horizontal-scroller {
height: calc(100vh - 60px);
}
}
.hs-inner {
height: 100%;
white-space: nowrap;
overflow-x: auto;
}
@media (max-width: 768px) {
.hs-inner {
white-space: normal;
}
}
/* hs item
=========== */
.hs-item {
position: relative;
display: inline-block;
max-width: 100%;
height: 100%;
margin-right: -8px;
white-space: normal;
}
.hs-item:last-child {
margin-right: 0 !important;
}
@media (max-width: 768px) {
.hs-item {
display: block;
height: auto;
}
}
/* hs item image */
img.hs-item-image {
max-width: 100%;
width: auto;
height: 100%;
}
.hs-item-bg-image { /* for small devices */
display: none;
width: 100%;
min-height: 340px;
}
@media (max-width: 768px) {
img.hs-item-image {
display: none !important;
}
.hs-item-bg-image { /* for small devices */
display: block;
}
}
/* hs item gutter */
.horizontal-scroller.gutter-1 .hs-item { margin-right: 0px; }
.horizontal-scroller.gutter-2 .hs-item { margin-right: 10px; }
.horizontal-scroller.gutter-3 .hs-item { margin-right: 20px; }
@media (max-width: 768px) {
.horizontal-scroller.gutter-1 .hs-item,
.horizontal-scroller.gutter-2 .hs-item,
.horizontal-scroller.gutter-3 .hs-item {
margin: 0 0 8px 0
}
}
/* hs caption
============== */
.hs-caption {
position: absolute;
width: auto !important;
z-index: 9;
}
/* hs title */
.hs-title {
display: block;
margin: 0;
font-size: 24px;
font-weight: bold;
color: #FFF;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* hs description */
.hs-description {
margin: 5px 0 0 0;
font-size: 16px;
font-weight: normal;
color: #FFF;
line-height: 1.2;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/* hs category */
.hs-category {
display: inline-block;
background-color: #e3428e;
padding: 0 5px;
margin: 10px 0 0 0;
font-size: 14px;
font-style: italic;
font-weight: normal;
color: #FFF;
}
/* hs caption sizes
==================== */
/* hs caption xs */
.hs-caption.hs-caption-xs .hs-title {
font-size: 18px;
}
/* hs caption sm */
.hs-caption.hs-caption-sm .hs-title {
font-size: 21px;
}
/* hs caption lg */
.hs-caption.hs-caption-lg .hs-title {
font-size: 34px;
}
.hs-caption.hs-caption-lg .hs-description {
margin: 8px 0 0 0;
font-size: 18px;
}
@media (max-width: 768px) {
.hs-caption.hs-caption-lg .hs-title {
font-size: 28px;
}
}
/* hs caption xlg */
.hs-caption.hs-caption-xlg .hs-title {
font-size: 48px;
}
.hs-caption.hs-caption-xlg .hs-description {
margin: 5px 0 0 0;
font-size: 21px;
}
@media (max-width: 992px) {
.hs-caption.hs-caption-xlg .hs-title {
font-size: 38px;
}
}
@media (max-width: 768px) {
.hs-caption.hs-caption-xlg .hs-title {
font-size: 28px;
}
.hs-caption.hs-caption-xlg .hs-description {
font-size: 18px;
}
}
/* hs caption positions
======================== */
/* position top */
.hs-caption.top-left {
top: 10%;
left: 5%;
text-align: left;
}
.hs-caption.top-center {
top: 10%;
left: 50%;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.hs-caption.top-right {
top: 10%;
right: 5%;
text-align: right;
}
/* position center */
.hs-caption.center-left {
top: 50%;
left: 5%;
text-align: left;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.hs-caption.center {
top: 50%;
left: 50%;
width: 100% !important;
padding: 0 15%;
text-align: center;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.hs-caption.center-right {
top: 50%;
right: 5%;
text-align: right;
-moz-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
/* position bottom */
.hs-caption.bottom-left {
bottom: 8%;
left: 5%;
margin-right: 5%;
text-align: left;
}
@media (max-width: 768px) {
.hs-caption.bottom-left {
bottom: 45px;
}
}
.hs-caption.bottom-center {
bottom: 8%;
left: 50%;
text-align: center;
-moz-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.hs-caption.bottom-right {
bottom: 8%;
left: auto;
right: 5%;
text-align: right;
}
/* ------------------------------------------------------------- *
* Blog list section
/* ------------------------------------------------------------- */
#blog-list-section {
}
/* isotope items in blog list section */
@media (max-width : 768px) {
#blog-list-section .isotope.col-2 .isotope-item,
#blog-list-section .isotope.col-3 .isotope-item,
#blog-list-section .isotope.col-4 .isotope-item,
#blog-list-section .isotope.col-5 .isotope-item,
#blog-list-section .isotope.col-6 .isotope-item {
width: 100%;
}
}
/* blog list classic */
.blog-list-classic {
padding: 40px 0;
}
@media (max-width : 1600px) {
.blog-list-classic {
padding: 3% 0;
}
}
.blog-list-classic .isotope-items-wrap {
padding-top: 0;
}
/* blog list item */
.blog-list-item {
position: relative;
}
.isotope[class*='gutter-'] .blog-list-item {
overflow: hidden;
border-radius: 4px;
}
@media (max-width : 768px) {
.blog-list-item {
margin-top: 10px;
}
}
/* blog list item image */
.bl-item-image {
display: block;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
border-radius: 4px;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.bl-item-image:hover {
opacity: .8;
}
.iso-height-1 .blog-list-item .bl-item-image,
.iso-height-2 .blog-list-item .bl-item-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* blog list item info
======================= */
.bl-item-info {
position: relative;
background-color: #FFF;
padding: 6% 6% 50px 6%;
margin-bottom: 7px;
z-index: 2;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
/* blog list item category */
.bl-item-category {
margin-bottom: 15px;
font-size: 14px;
font-style: italic;
color: #999;
}
.bl-item-category a {
color: #999;
}
.bl-item-category a:hover {
opacity: .8;
}
/* blog list item title */
.bl-item-title {
display: block;
}
.bl-item-title, .bl-item-title h2 {
display: block;
margin: 0;
font-weight: bold;
font-size: 18px;
color: #333;
line-height: 1.3;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.bl-item-title:hover, .bl-item-title:focus,
.bl-item-title h2:hover, .bl-item-title h2:focus {
color: #e3428e;
}
@media (max-width: 992px) {
.bl-item-title, .bl-item-title h2 {
font-size: 18px;
}
}
/* blog list item meta */
.bl-item-meta {
margin-top: 15px;
font-size: 14px;
color: #AAA;
}
.bl-item-meta a {
padding-bottom: 2px;
color: #AAA;
}
.bl-item-meta a:hover {
opacity: .8;
}
/* blog list item description */
.bl-item-desc {
margin-top: 20px;
font-size: 15px;
color: #666;
}
/* blog list item read more */
.bl-item-read-more {
position: absolute;
left: 50%;
margin-left: -16px;
bottom: 10px;
width: 32px;
height: 20px;
line-height: 16px;
text-align: center;
}
.bl-item-read-more span {
position: relative;
}
.bl-item-read-more span,
.bl-item-read-more span:before,
.bl-item-read-more span:after {
display: inline-block;
width: 5px;
height: 5px;
background-color: #ddd;
border-radius: 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.blog-list-item .bl-item-read-more:hover span,
.blog-list-item .bl-item-read-more:hover span:before,
.blog-list-item .bl-item-read-more:hover span:after {
background-color: #e3428e;
}
.bl-item-read-more span:before {
position: absolute;
bottom: 0;
content: "";
left: -10px;
}
.bl-item-read-more span:after {
position: absolute;
bottom: 0;
content: "";
left: 10px;
}
/* blog list item if isotope "col-1" is enabled
================================================ */
#blog-list-section .isotope.col-1 .isotope-items-wrap {
max-width: 1140px;
margin: 0 auto;
}
#blog-list-section .isotope.col-1 .iso-height-1 .blog-list-item,
#blog-list-section .isotope.col-1 .iso-height-2 .blog-list-item {
display: block;
padding-bottom: 50%;
}
#blog-list-section .isotope.col-1 .bl-item-info {
margin: -7% 7% 5% 7%;
padding: 6% 8% 70px 8%;
text-align: center;
border-radius: 4px;
}
@media (max-width: 768px) {
#blog-list-section .isotope.col-1 .bl-item-info {
margin: 0 0 3% 0;
}
}
#blog-list-section .isotope.col-1 .bl-item-title,
#blog-list-section .isotope.col-1 .bl-item-title h2 {
font-size: 38px;
}
@media (max-width: 992px) {
#blog-list-section .isotope.col-1 .bl-item-title,
#blog-list-section .isotope.col-1 .bl-item-title h2 {
font-size: 18px;
}
}
#blog-list-section .isotope.col-1 .bl-item-desc {
font-size: inherit;
}
/* ------------------------------------------------------------- *
* Blog single
/* ------------------------------------------------------------- */
#blog-single-cection {
padding: 40px 0;
}
@media (max-width : 1600px) {
#blog-single-cection {
padding: 3% 0;
}
}
/* blog single wrap */
.blog-single-wrap {
position: relative;
}
/* blog single post */
.blog-single-post {
background-color: #FFF;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.blog-single-post-inner {
position: relative;
padding: 5%;
}
/* blog single post image */
.blog-single-image {
border-radius: 4px 4px 0 0;
}
.blog-single-image.bg-image { /* for background image height */
padding-bottom: 60%;
}
/* blog single post heading */
.blog-single-post-heading {
background-color: #FFF;
padding: 5% 5% 0 5%;
}
.blog-single-post-title {
margin: 0;
font-size: 42px;
font-weight: 600;
color: #333;
}
.blog-single-image + .blog-single-post-heading {
margin: -10% 5% 0 5%;
border-radius: 4px;
}
@media (max-width : 992px) {
.blog-single-post-title {
font-size: 28px;
}
}
.blog-single-post-category {
display: inline-block;
background-color: #e3428e;
margin-top: 20px;
padding: 0 4px;
font-size: 14px;
font-style: italic;
color: #FFF;
}
.blog-single-post-category a {
color: #FFF;
}
/* blog single post content */
.post-content {
}
.post-content .single-post-image {
margin: 30px 0;
}
.post-content .single-post-image img {
border-radius: 4px;
}
.single-post-image-caption {
margin-top: 5px;
font-size: 14px;
font-style: italic;
color: #999;
}
.single-post-image-caption a {
color: #999;
}
.post-content .owl-carousel {
margin: 30px 0 30px 0;
}
.post-content .cc-item {
display: block;
padding-bottom: 60%;
border-radius: 4px;
}
/* Blog single attributes
============================ */
.blog-single-attributes {
margin-top: 20px;
margin-bottom: 40px;
}
.blog-single-meta-wrap {
overflow: hidden;
}
.blog-single-post .author-avatar {
position: relative;
display: block;
width: 40px;
height: 40px;
border-radius: 100px;
}
.blog-single-post .author-avatar:before {
position: absolute;
content: "";
top: 50%;
right: -21px;
width: 21px;
height: 1px;
border-bottom: 1px dotted rgba(150, 150, 150, 0.18);
}
/* blog single meta */
.blog-single-meta {
margin-left: 20px;
padding: 0 0 0 15px;
font-size: 14px;
color: #999;
overflow: hidden;
float: left;
border-left: 1px dotted rgba(150, 150, 150, 0.18);
}
.blog-single-meta .article-author {
font-size: 16px;
color: #333;
}
.blog-single-meta .article-author a {
color: #333;
}
.blog-single-meta .article-author a:hover {
color: #e3428e;
}
.blog-single-meta .article-time-cat {
font-size: 14px;
font-style: italic;
color: #b1b1b1;
}
.blog-single-meta .article-time-cat a {
color: #b1b1b1;
}
.blog-single-meta .article-time-cat a:hover {
color: #e3428e;
}
.blog-single-meta .article-time {
}
/* blog single links */
.blog-single-links {
margin: 6px 0 0 0;
text-align: right;
font-size: 14px;
color: #333;
line-height: 1.5;
}
@media (max-width: 768px) {
.blog-single-links {
margin-top: 30px;
text-align: left;
}
}
.blog-single-links > li {
margin-left: 3px;
background-color: rgba(0, 0, 0, 0.06);
padding: 5px 10px;
}
.blog-single-links a {
display: inline-block;
font-weight: 600;
color: #333;
}
.blog-single-links a:hover, .blog-single-links a:focus, .blog-single-links .favorite-btn:hover {
color: #e3428e;
}
.leave-comment-btn {
}
.blog-single-comment-count {
}
/* blog single tags */
.blog-single-tags {
margin-top: 10px;
font-size: 17px;
overflow: hidden;
}
.blog-single-tags span {
color: #333;
}
.blog-single-tags > ul {
list-style: none;
margin: 0;
padding: 0;
}
.blog-single-tags > ul > li {
float: left;
margin: 3px;
}
.blog-single-tags a {
display: block;
background-color: #222;
padding: 2px 8px;
font-size: 14px;
color: #FFF;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.blog-single-tags a:hover {
background-color: #e3428e;
color: #fff;
}
/* blog single post share */
.blog-single-share {
position: absolute;
top: 0;
right: 100%;
background-color: #FFF;
padding: 10px 12px;
text-align: center;
}
.blog-single-share > ul {
list-style: none;
margin: 0;
padding: 0;
}
.blog-single-share > ul > li {
}
.blog-single-share > ul > li > .btn {
margin: 5px 0;
}
.bss-text {
font-size: 14px;
}
@media (max-width: 1585px) {
.blog-single-share {
position: static;
background-color: transparent !important;
padding: 0;
text-align: left;
}
.blog-single-share > ul > li {
display: inline-block;
margin: 0 3px;
}
.bss-text {
font-size: inherit;
}
}
@media (max-width: 992px) {
.blog-single-share {
position: fixed;
top: auto;
bottom: -1px;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.85);
padding: 0;
text-align: center;
z-index: 99997;
}
.blog-single-share > ul > li {
display: inline-block;
margin: 0 3%;
}
.blog-single-share > ul > li > .btn {
border-radius: 50px;
}
.bss-text {
display: none !important;
}
}
@media (max-width: 768px) {
.blog-single-share > ul > li {
margin: 0 2px;
}
}
/* Blog single nav
=================== */
.blog-single-nav {
background-color: #FFF;
margin-top: 30px;
padding: 5%;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
overflow: hidden;
border-radius: 4px;
}
.bs-nav-col {
float: left;
width: 50%;
}
.bs-nav-left {
padding-right: 5%;
border-right: 1px solid rgba(136, 136, 136, 0.48);
}
.bs-nav-right {
padding-left: 5%;
text-align: right;
}
.bs-nav-text {
margin-bottom: 10px;
font-size: 16px;
color: #999;
}
.bs-nav-title, .bs-nav-title h4 {
margin: 0;
font-size: 16px;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
.bs-nav-title, .bs-nav-title h4 {
font-size: 15px;
}
}
.bs-nav-title:hover, .bs-nav-title h4:hover {
color: #e3428e;
}
/* Blog single related posts
============================= */
.related-posts {
background-color: #FFF;
margin-top: 30px;
padding: 5%;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.related-posts-heading {
font-size: 21px;
margin: 0 0 30px -5.5%;
padding: 0 0 0 5%;
border-left: 3px solid #e3428e;
}
.related-posts-item {
}
.related-posts-item .rp-item-image {
display: block;
padding-bottom: 80%;
margin-bottom: 10px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.related-posts-item .rp-item-image:hover {
opacity: .9;
}
.rp-item-info {
}
.related-posts-item .rp-item-title,
.related-posts-item .rp-item-title h4 {
margin: 10px 0 10px 0;
font-size: 16px;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.related-posts-item .rp-item-title:hover,
.related-posts-item .rp-item-title h4:hover {
color: #e3428e;
}
.related-posts-item .rp-item-category {
font-size: 14px;
font-style: italic;
color: #999;
}
.related-posts-item .rp-item-category a {
color: #999;
}
.related-posts .owl-carousel {
min-height: 0;
}
/* disable nav-outside on small screens */
@media (max-width: 768px) {
.related-posts .nav-outside-top .owl-nav {
display: none;
}
}
/* Blog single post comments
============================= */
#blog-post-comments {
margin-top: 50px;
padding-top: 50px;
border-top: 1px dotted rgba(150, 150, 150, 0.3);
}
/* blog single comments heading */
.comments-heading {
margin: 0 0 50px 0;
font-size: 28px;
}
.comments-heading span {
font-size: 48px;
}
/* blog single comments */
.media-list {
margin-top: 20px;
}
.media {
margin-top: 30px;
}
.media-object {
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.media-object:hover {
opacity: .8;
}
.media-object:before {
position: absolute;
content: "";
top: 50%;
right: -21px;
width: 21px;
height: 1px;
border-bottom: 1px dotted rgba(150, 150, 150, 0.18);
}
@media (max-width: 768px) {
.media-object {
margin-bottom: 20px;
}
.media-object:before {
display: none;
}
.media-object:after {
position: absolute;
content: "";
bottom: -21px;
right: 50%;
width: 1px;
height: 21px;
border-left: 1px dotted rgba(150, 150, 150, 0.18);
}
}
.media-left, .media > .pull-left {
padding: 0;
margin-right: 20px;
}
.media-right, .media > .pull-right {
padding: 0;
margin-left: 20px;
}
.media-heading {
text-transform: none;
letter-spacing: 0;
font-size: 15px;
color: #333;
}
.media-heading a {
color: #333;
}
.media-heading a:hover {
color: #e3428e;
}
.media, .media-body {
overflow: inherit;
}
.media-body {
width: 100%;
background-color: #fff;
padding: 20px;
margin-bottom: 2px;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
@media (max-width: 768px) {
.media-body {
display: block;
}
}
.media-body .article-time {
display: block;
margin-bottom: 10px;
font-size: 14px;
font-style: italic;
color: #BBB;
}
.media-text {
clear: both;
padding-top: 12px;
font-size: 15px;
border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
.media-reply {
text-align: right;
font-size: 13px;
}
.media-reply a {
color: #BBB;
}
.media-reply a:hover {
color: #e3428e;
}
.media-reply .btn-xs {
border-width: 1px;
}
/* blog single post comment form */
#post-comment-form {
background-color: #fff;
margin-top: 100px;
padding: 5%;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
#post-comment-form .reminder {
margin: 20px 0 0 0;
padding-left: 20px;
font-size: 14px;
font-weight: normal;
color: #999;
cursor: pointer;
}
#post-comment-form .reminder-checkbox {
cursor: pointer;
}
/* embed */
.embed-responsive {
overflow: hidden;
border-radius: 4px;
}
/* ------------------------------------------------------------- *
* Blog sidebar
/* ------------------------------------------------------------- */
.sidebar {
}
.sidebar.sidebar-left {
}
.sidebar.sidebar-right {
}
@media (max-width: 991px) {
.sidebar {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
border-left: none !important;
border-right: none !important;
margin-top: 30px;
padding-top: 40px;
border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
}
/* ------------------------------------------------------------- *
* Blog sidebar widgets
/* ------------------------------------------------------------- */
.sidebar-widget {
margin-top: 20px;
padding-bottom: 5px;
overflow: hidden;
background-color: #FFF;
padding: 20px;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
/* Sidebar headings */
.sidebar-heading {
margin-bottom: 30px;
margin-left: -20px;
padding: 0 0 0 16px;
font-size: 21px;
font-weight: bold;
border-left: 3px solid #e3428e;
}
/* Sidebar hr */
.sidebar-heading + hr {
margin-top: -17px !important;
margin-bottom: 35px !important;
}
.sidebar hr {
width: 30px;
text-align: left;
margin-left: 0;
border-top: 2px solid #e3428e;
}
/* Blog author (about me) */
.blog-author {
}
.blog-author-img {
float: left;
max-width: 130px;
margin-right: 20px;
overflow: hidden;
border-radius: 100%;
}
@media (max-width: 1600px) {
.sidebar .blog-author-img {
max-width: 64px;
}
}
@media (max-width: 1200px) {
.sidebar .blog-author-img {
float: none;
max-width: 100%;
margin: 0 0 20px 0;
}
}
@media (max-width: 991px) {
.sidebar .blog-author-img {
float: left;
max-width: 140px;
margin: 0 20px 0 0;
}
}
.blog-author-info {
display: table;
}
.blog-author-name {
text-transform: none;
letter-spacing: 0;
margin: 0;
font-size: 17px;
}
.blog-author-sub {
margin-bottom: 10px;
font-size: 14px;
color: #999;
}
.blog-author-text {
margin: 0;
font-size: 14px;
}
.blog-author-more {
display: block;
margin-top: 15px;
text-align: right;
font-size: 14px;
font-style: italic;
color: #BBB;
}
/* Blog sidebar search */
.sidebar-search {
}
#blog-search-form {
}
#blog-search-form button {
}
#blog-search-form .form-control {
}
/* Blog sidebar subscribe */
#sidebar-subscribe-form {
position: relative;
}
#sidebar-subscribe {
}
/* Blog sidebar categories */
.sidebar-categories {
}
.sidebar-categories > ul > li {
padding: 5px 0;
border-top: 1px dotted rgba(150, 150, 150, 0.18);
}
.sidebar-categories > ul > li > a {
display: block;
padding: 6px 0;
text-decoration: none;
font-size: 16px;
color: #333;
line-height: 1;
}
.sidebar-categories > ul > li > a:hover {
color: #e3428e;
}
.sidebar-categories > ul > li:first-child {
padding-top: 0;
border: 0;
}
.sidebar-categories > ul > li > a span {
position: relative;
float: right;
top: -3px;
background-color: #ececec;
padding: 4px;
text-align: center;
font-size: 13px;
color: #333;
letter-spacing: 0;
}
.sidebar-categories > ul > li > a:hover span {
background-color: #e3428e;
color: #FFF;
}
/* Blog sidebar recent post list */
.sidebar-post-list {
}
.sidebar-post-list > ul > li {
list-style: none;
overflow: hidden;
margin-bottom: 20px;
}
.sidebar-post-list > ul > li:last-child {
margin: 0;
padding: 0;
border: 0;
}
.sidebar-post-list .post-thumb {
float: left;
display: block;
margin: 0 15px 0 0;
width: 80px;
height: 65px;
overflow: hidden;
border-radius: 4px;
}
.sidebar-post-list .post-thumb:hover {
}
.sidebar-post-list .post-data {
display: table;
}
.sidebar-post-list .post-data .post-title {
margin: 0 0 2px 0;
font-size: 16px;
font-weight: 600;
}
.sidebar-post-list .post-data .post-title a {
display: block;
color: #333;
}
.sidebar-post-list .post-data .post-title a:hover {
color: #e3428e;
}
.sidebar-post-list .post-data .author {
display: block;
font-size: 14px;
line-height: 15px;
}
.sidebar-post-list .post-data .author a {
color: #333;
}
.sidebar-post-list .post-data .author a:hover {
color: #e3428e;
}
.sidebar-post-list .post-data .date {
display: block;
font-size: 14px;
font-style: italic;
color: #b1b1b1;
}
/* Blog sidebar post comments list */
.sidebar-comments-list {
}
.sidebar-comment-wrap {
margin-bottom: 25px;
}
.sidebar-comment-wrap:last-child {
margin: 0;
padding: 0;
border: none;
}
.sidebar-comment-meta {
display: table;
}
.sidebar-comment-avatar {
float: left;
display: block;
margin: 0 15px 0 0;
overflow: hidden;
width: 32px;
height: 32px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.sidebar-comment-avatar:hover {
opacity: .8;
}
.sidebar-comment-data {
font-size: 12px;
}
.sidebar-comment-data .author {
display: block;
font-size: 15px;
}
.sidebar-comment-data .author a {
color: #333;
}
.sidebar-comment-data .author a:hover {
color: #e3428e;
}
.sidebar-comment-data .date {
display: block;
font-size: 14px;
font-style: italic;
color: #b1b1b1;
}
.sidebar-comment-wrap .sidebar-comment {
clear: both;
margin-top: 10px;
font-size: 15px;
font-style: italic;
}
.sidebar-comment-wrap .sidebar-comment a {
display: block;
color: #333;
}
.sidebar-comment-wrap .sidebar-comment a:hover {
color: #e3428e;
}
.sidebar-comment-wrap .sidebar-comment p {
margin-bottom: 0;
}
/* Blog sidebar tags */
.sidebar-tags {
}
.sidebar-tags > ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-tags > ul > li {
float: left;
margin: 3px;
}
.sidebar-tags a {
display: block;
background-color: #222;
padding: 2px 8px;
font-size: 14px;
color: #FFF;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.sidebar-tags a:hover {
background-color: #e3428e;
color: #fff;
}
/* Blog sidebar photo stream */
.sidebar-photo-stream {
}
/* Blog sidebar meta */
.sidebar-meta {
}
.sidebar-meta ul > li > a {
display: block;
padding: 3px 0;
font-size: 15px;
color: #999;
}
.sidebar-meta ul > li > a:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* About me section
/* ------------------------------------------------------------- */
#about-me-section {
}
@media (min-width: 992px) {
#about-me-section {
margin: 3%;
}
}
/* about me title */
.about-me-title {
margin: 0 0 15px 0;
font-size: 26px;
}
/* about me sub */
.about-me-sub {
margin-bottom: 30px;
font-size: 17px;
font-style: italic;
color: #999;
}
/* about me text */
.about-me-text {
}
/* if about me buttons included */
.about-me .follow-me-buttons a {
font-size: 18px;
}
/* happy clients */
.happy-clients .split-box-content {
padding-top: 20%;
padding-bottom: 20%;
}
/* ------------------------------------------------------------- *
* Contact section
/* ------------------------------------------------------------- */
#contact-section {
}
#contact-section .cover {
background-color: transparent;
}
/* contact info
================= */
.contact-info-wrap {
width: 100%;
max-width: 560px;
background-color: rgba(255, 255, 255, 0.92);
padding: 7% 5%;
z-index: 2;
border-radius: 4px;
}
@media (min-width: 768px) {
.contact-info-wrap {
margin-left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.contact-info {
}
/* contact form */
#contact-form {
}
.contact-form-title {
}
.contact-form-info {
margin-bottom: 40px;
}
/* Map */
#map {
width: 100%;
min-height: 320px;
padding-bottom: 25%;
}
/* contact simple
================== */
.contact-simple {
position: relative;
min-height: calc(100vh - 50px);
background-color: #FFF;
margin: 25px;
}
@media (max-width: 768px) {
.contact-simple {
min-height: calc(100vh - 80px);
margin: 70px 10px 10px 10px;
}
}
.contact-simple .cover {
background-color: transparent;
}
.contact-simple .contact-info-wrap {
position: absolute;
top: 50%;
bottom: auto;
left: 50%;
right: auto;
width: 100%;
max-width: 680px;
background-color: rgba(255, 255, 255, 0.92);
padding: 5%;
margin: 0;
z-index: 2;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.08);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.08);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {
.contact-simple .contact-info-wrap {
padding: 15% 5%;
}
}
@media (min-width: 768px) {
.contact-simple .contact-info {
font-size: 19px;
}
}
/* ------------------------------------------------------------- *
* Page section
/* ------------------------------------------------------------- */
#page-section {
padding: 15px 0;
}
#page-section .ps-page-simple {
background-color: #FFF;
padding: 4%;
margin: 0 auto;
}
/* ------------------------------------------------------------- *
* Page header
/* ------------------------------------------------------------- */
#page-header {
overflow: hidden;
}
/* page header image */
.page-header-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* page header caption */
.page-header-caption {
position: relative;
margin: 0 auto;
padding: 160px 5%;
max-width: 800px;
z-index: 3;
text-align: center;
}
@media (max-width: 1200px) {
.page-header-caption {
padding: 15% 5%;
}
}
/* page header title */
.page-header-title {
margin: 0;
font-size: 34px;
color: #FFF;
line-height: 1;
}
.page-header-title.font-alter-1 { /* if font-alter-1 is enabled */
font-size: 42px !important;
}
.page-header-title.font-alter-2 { /* if font-alter-2 is enabled */
font-size: 48px !important;
}
@media (max-width : 992px) {
.page-header-title {
font-size: 30px;
}
.page-header-title.font-alter-1 { /* if font-alter-1 is enabled */
font-size: 34px !important;
}
.page-header-title.font-alter-2 { /* if font-alter-2 is enabled */
font-size: 34px !important;
}
}
@media (max-width : 768px) {
.page-header-title {
font-size: 24px;
}
.page-header-title.font-alter-1 { /* if font-alter-1 is enabled */
font-size: 30px !important;
}
}
/* page header subtitle */
.page-header-sub-title {
margin: 10px 0 0 0;
text-transform: none !important;
font-size: 17px;
font-weight: normal;
color: #e2e2e2;
}
@media (max-width : 768px) {
.page-header-sub-title {
font-size: 15px !important;
}
}
/* if page header subtitle contains a alter fonts */
.page-header-sub-title.font-alter-1 { font-size: 20px !important; }
.page-header-sub-title.font-alter-2 { font-size: 30px !important; }
/* if page header contains a slideshow */
#page-header.slideshow .cc-item {
/* height handled by "theme.js" file */
min-height: 300px;
}
/* ------------------------------------------------------------------------------------------------------------------------- *
* Split box
* based on - Bootstrap 3 responsive columns of same height
* source and tutorial: http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
* Note: look into "helper.css" file to find source code.
/* ------------------------------------------------------------------------------------------------------------------------- */
.split-box {
background-color: #FFF;
}
/* split box content
==================== */
.split-box-content {
position: relative;
padding: 10% 10%;
text-align: center;
z-index: 9;
}
@media (max-width: 1200px) {
.split-box-content {
padding: 10% 4%;
}
}
/* split box content shifted left/right */
@media (min-width: 1200px) {
.split-box-content.shifted-left {
background-color: #FFF;
margin-left: -15%;
padding: 10% 30% 10% 10%;
text-align: left;
border-radius: 4px;
}
.split-box-content.shifted-right {
background-color: #FFF;
margin-right: -15%;
padding: 10% 10% 10% 30%;
text-align: right;
border-radius: 4px;
}
}
/* split box image
=================== */
.split-box-image {
}
@media (max-width: 1200px) {
.split-box-image {
}
}
/* split box image height */
.sbi-height {
}
@media (max-width: 1200px) {
.sbi-height {
padding-bottom: 60% !important;
}
}
@media (max-width: 768px) {
.sbi-height {
padding-bottom: 80% !important;
}
}
/* if split box contains content carousel (owl carousel)
========================================================= */
@media (min-width: 1200px) {
.split-box-slider {
padding-bottom: 80%;
}
}
@media (max-width: 1200px) {
.split-box .owl-carousel .cc-item {
min-height: 500px !important;
padding-bottom: 60%;
}
}
@media (min-width: 1200px) {
.split-box .owl-carousel,
.split-box .owl-carousel .cc-item {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
}
/* clients carousel */
.clients-carousel {
padding: 0 10%;
}
@media (max-width: 1200px) {
.clients-carousel {
padding: 20% 10%;
}
}
/* client image */
.clients-carousel .client-image {
}
.clients-carousel .client-image img {
width: auto;
margin: 0 auto;
}
.clients-carousel .client-image:hover img {
}
.clients-carousel .owl-carousel,
.clients-carousel .owl-carousel .cc-item {
position: relative !important;
min-height: auto;
}
/* clients carousel dots (overwrites content carousel default dots style) */
.clients-carousel .dots-outside .owl-dots,
.clients-carousel .dots-outside .owl-nav.disabled + .owl-dots {
bottom: -60px;
}
/* ------------------------------------------------------------- *
* Pagination
/* ------------------------------------------------------------- */
.pagination-wrap {
text-align: center;
padding: 40px 0;
}
.pagination {
display: inline-block;
padding: 0;
margin: 0;
border-radius: 0;
color: #888;
}
/* pagination links */
.pagination > li {
display: inline-block;
}
.pagination > li > a, .pagination > li > span {
position: relative;
display: inline-block;
float: none;
padding: 5px 13px;
margin: 5px 0;
font-size: 14px;
font-weight: 400;
color: #333;
text-decoration: none;
background-color: #FFF;
border: 1px solid #e8e8e8;
border-radius: 4px;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.04);
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
color: #333;
background-color: #FFF;
border-color: #E0E0E0;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
z-index: 2;
color: #FFF;
cursor: default;
background-color: #e3428e;
border-color: #e3428e;
-webkit-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
box-shadow: 0 7px 5px -6px rgba(0,0,0,0.15);
}
/* pagination info */
.pagination-info {
margin-top: 30px;
font-size: 14px;
line-height: 18px;
color: #999;
}
.pagination-info span {
display: block;
}
/* ------------------------------------------------------------- *
* Thumbnail list
/* ------------------------------------------------------------- */
.thumb-list {
display: block;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.thumb-list > li {
float: left;
}
/* thumbnail list item */
.thumb-list .thumb-list-item {
display: block;
padding-bottom: 100%;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.thumb-list .thumb-list-item:hover {
opacity: .7;
}
/* thumbnail list columns */
.thumb-list.col-2 > li { width: 50%; }
.thumb-list.col-3 > li { width: 33.33333333%; }
.thumb-list.col-4 > li { width: 25%; }
.thumb-list.col-5 > li { width: 20%; }
.thumb-list.col-6 > li { width: 16.66666666666667%; }
/* thumbnail list gutter (more space between items) */
.thumb-list.gutter-1 > li { padding: 1px; }
.thumb-list.gutter-2 > li { padding: 2px; }
.thumb-list.gutter-3 > li { padding: 3px; }
.thumb-list.gutter-4 > li {padding: 4px;}
.thumb-list.gutter-5 > li { padding: 5px; }
/* ------------------------------------------------------------- *
* Nicescroll plugin: http://areaaperta.com/nicescroll/
/* ------------------------------------------------------------- */
/* nicescroll vertical scrollbar */
.nicescroll-rails-vr {
width: 2px !important;
background-color: rgba(128, 127, 127, 0.21);
}
.nicescroll-rails-vr .nicescroll-cursors {
right: -1px !important;
}
@media (max-width: 768px) {
.nicescroll-rails {
display: none !important;
}
}
/* nicescroll horizontal scrollbar */
.nicescroll-rails-hr {
height: 2px !important;
background-color: rgba(128, 127, 127, 0.21);
}
.nicescroll-rails-hr .nicescroll-cursors {
top: -1px !important;
}
@media (max-width: 768px) {
.nicescroll-rails {
display: none !important;
}
}
/* ------------------------------------------------------------- *
* YTP Player: https://github.com/pupunzi/jquery.mb.YTPlayer;
/* ------------------------------------------------------------- */
.youtube-bg {
position: relative;
}
.YTPOverlay {
background-color: transparent;
}
.YTPOverlay.raster {
background: url("../vendor/ytplayer/images/raster.png"); /* "raster.png" or "raster_dot.png" */
background-color: rgba(0, 0, 0, 0.6);
}
.youtube-bg.YTPFullscreen .YTPOverlay, .youtube-bg.YTPFullscreen .YTPOverlay.raster, .youtube-bg.YTPFullscreen .cover {
display: none;
}
/* Video control bar */
.mb_YTPBar, .mb_YTPBar.visible {
opacity: .1;
z-index: 9;
}
.mb_YTPBar .buttonBar {
top: -40px;
height: 40px;
padding: 10px 10px 0px 10px;
}
.mb_YTPBar, .mb_YTPBar .mb_YTPProgress, .mb_YTPBar .mb_YTPLoaded, .mb_YTPBar .mb_YTPseekbar {
height: 4px;
padding: 0;
}
.mb_YTPBar .mb_YTPProgress, .mb_YTPBar .mb_YTPLoaded {
cursor: pointer;
}
.mb_YTPBar .mb_YTPseekbar {
background: #F20000;
cursor: pointer;
}
/* Video control elements */
.mb_YTPBar span.mb_OnlyYT {
left: 250px;
top: 10px;
right: auto;
}
@media (min-width: 480px) {
.mb_YTPBar span.mb_OnlyYT {
left: 330px;
}
}
/* ------------------------------------------------------------- *
* Blockquote
/* ------------------------------------------------------------- */
blockquote {
position: relative;
padding: 10px 30px;
margin: 30px 0;
font-size: 18px;
font-weight: bold;
font-style: italic;
border: none;
}
blockquote:before {
position: absolute;
content: open-quote;
top: -15px;
left: -5px;
font-size: 42px;
color: #D2D2D2;
}
/* ------------------------------------------------------------- *
* Forms
/* ------------------------------------------------------------- */
.form-group {
margin-bottom: 20px;
}
.form-control {
height: 48px;
background-color: #FFF;
padding: 6px 12px;
font-size: 15px;
color: #333;
border-radius: 4px;
border: 1px solid rgba(148, 148, 148, 0.25);
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus {
border-color: #e3428e !important;
box-shadow: none;
}
/* select */
select {
cursor: pointer;
}
select:required:invalid {
color: #999;
}
option[value=""][disabled] {
display: none;
}
option {
color: black;
}
/* label */
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-size: 17px;
}
/* placeholder */
::-webkit-input-placeholder {
color: #999 !important;
}
:-moz-placeholder {
color: #999 !important;
}
::-moz-placeholder {
color: #999 !important;
}
:-ms-input-placeholder {
color: #999 !important;
}
/* form with button inside */
.form-btn-inside {
position: relative;
}
.form-btn-inside .form-control {
padding-right: 50px;
}
.form-btn-inside button {
position: absolute;
top: 50%;
right: 0;
width: auto;
height: 54px;
line-height: 40px;
background-color: transparent;
padding: 0 15px 0 15px;
font-size: 18px;
color: #333;
border: none;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form-btn-inside button:hover {
opacity: .8;
}
.form-btn-inside button:focus {
outline: none;
}
/* input sizes */
.input-sm, select.input-sm {
height: 35px;
line-height: 35px;
}
/* ------------------------------------------------------------- *
* Modal
/* ------------------------------------------------------------- */
body.modal-open {
padding-right: 0 !important;
}
.modal-open .modal {
padding-right: 0 !important;
}
.modal {
background-color: rgba(255, 255, 255, 0.9);
z-index: 99999;
}
.modal-backdrop.in, .modal-backdrop.fade.in {
opacity: 0;
}
.modal-dialog {
background-color: #FFF;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
}
@media (min-width: 768px) {
.modal-body {
padding: 30px;
}
}
/* modal header */
.modal-header {
background-color: rgba(134, 134, 134, 0.11);
padding: 15px;
text-align: left;
border-bottom: none;
}
.modal-header .close {
margin-top: -11px;
font-size: 42px;
color: #333;
opacity: 1;
text-shadow: none;
}
.modal-header .close:hover {
opacity: .6;
}
.modal-header .close:active,
.modal-header .close:focus {
outline: none;
}
.modal-title {
font-size: 16px;
}
/* modal footer */
.modal-footer {
padding: 15px;
text-align: left;
font-size: 14px;
border: none;
}
/* modal content */
.modal-content {
position: relative;
background-color: transparent;
z-index: 2;
border: none;
border-radius: 2px;
-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.2);
box-shadow: 0 1px 15px rgba(0,0,0,0.2);
}
/* Modal position senter */
@media (min-width: 768px) {
.modal-center .modal-dialog {
position: absolute;
top: 45%;
left: 50%;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
}
/* modal share
=============== */
.modal-share {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.modal-share-image {
display: inline-block;
width: 120px;
height: 120px;
margin-bottom: 15px;
background-color: rgba(128, 128, 128, 0.24);
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
background-size: cover;
border-radius: 120px;
}
.modal-share-title {
font-size: 17px;
margin-bottom: 40px;
}
/* modal share social buttons */
.modal-share .social-buttons {
}
/* modal share grab link */
.modal-share .grab-link {
display: block;
width: 80%;
height: 48px;
background-color: rgba(255, 255, 255, 0.25);
margin: 30px auto 0 auto;
text-align: center;
padding: 0 20px;
font-size: 15px;
box-sizing: border-box;
border-radius: 0;
border: 1px solid rgba(125, 125, 125, 0.2);
}
@media (max-width: 768px) {
.modal-share .grab-link {
width: 100%;
}
}
/* ------------------------------------------------------------- *
* Buttons
/* ------------------------------------------------------------- */
.btn {
position: relative;
margin: 8px 0;
padding: 7px 20px;
font-size: 17px;
z-index: 9;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 4px;
border: 2px solid rgba(0, 0, 0, 0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn:hover,
.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
/* Button styles
================= */
/* Button default */
.btn-default {
color: #000;
background-color: rgba(189, 189, 189, 0.25);
border-color: transparent;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
color: #000;
background-color: rgba(189, 189, 189, 0.56);
border-color: transparent;
}
.btn-default.btn-link {
color: #333;
}
.btn-default.btn-link:hover,
.btn-default.btn-link.focus,
.btn-default.btn-link:focus,
.btn-default.btn-link.active,
.btn-default.btn-link:active,
.btn-default.btn-link.active.focus,
.btn-default.btn-link.active:focus,
.btn-default.btn-link.active:hover,
.btn-default.btn-link:active.focus,
.btn-default.btn-link:active:focus,
.btn-default.btn-link:active:hover,
.open > .dropdown-toggle.btn-default.btn-link,
.open > .dropdown-toggle.btn-default.btn-link.focus,
.open > .dropdown-toggle.btn-default.btn-link:focus,
.open > .dropdown-toggle.btn-default.btn-link:hover {
color: #000;
text-decoration: none;
}
.btn-default-bordered {
color: #333;
background-color: transparent;
border-color: rgba(136, 136, 136, 0.35);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default-bordered:hover,
.btn-default-bordered.focus,
.btn-default-bordered:focus,
.btn-default-bordered.active,
.btn-default-bordered:active,
.btn-default-bordered.active.focus,
.btn-default-bordered.active:focus,
.btn-default-bordered.active:hover,
.btn-default-bordered:active.focus,
.btn-default-bordered:active:focus,
.btn-default-bordered:active:hover,
.open > .dropdown-toggle.btn-default-bordered,
.open > .dropdown-toggle.btn-default-bordered.focus,
.open > .dropdown-toggle.btn-default-bordered:focus,
.open > .dropdown-toggle.btn-default-bordered:hover {
color: #000;
background-color: rgba(189, 189, 189, 0.56);
border-color: transparent;
}
/* Button primary */
.btn-primary { /* same as template main color */
color: #FFF;
background-color: #e3428e;
border-color: #e3428e;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
color: #FFF;
background-color: #d23333;
border-color: #d23333
}
.btn-primary.btn-link {
color: #e3428e;
}
.btn-primary.btn-link:hover,
.btn-primary.btn-link.focus,
.btn-primary.btn-link:focus,
.btn-primary.btn-link.active,
.btn-primary.btn-link:active,
.btn-primary.btn-link.active.focus,
.btn-primary.btn-link.active:focus,
.btn-primary.btn-link.active:hover,
.btn-primary.btn-link:active.focus,
.btn-primary.btn-link:active:focus,
.btn-primary.btn-link:active:hover,
.open > .dropdown-toggle.btn-primary.btn-link,
.open > .dropdown-toggle.btn-primary.btn-link.focus,
.open > .dropdown-toggle.btn-primary.btn-link:focus,
.open > .dropdown-toggle.btn-primary.btn-link:hover {
color: #d23333;
text-decoration: none;
}
.btn-primary-bordered {
color: #e3428e;
background-color: transparent;
border-color: #e3428e;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-primary-bordered:hover,
.btn-primary-bordered.focus,
.btn-primary-bordered:focus,
.btn-primary-bordered.active,
.btn-primary-bordered:active,
.btn-primary-bordered.active.focus,
.btn-primary-bordered.active:focus,
.btn-primary-bordered.active:hover,
.btn-primary-bordered:active.focus,
.btn-primary-bordered:active:focus,
.btn-primary-bordered:active:hover,
.open > .dropdown-toggle.btn-primary-bordered,
.open > .dropdown-toggle.btn-primary-bordered.focus,
.open > .dropdown-toggle.btn-primary-bordered:focus,
.open > .dropdown-toggle.btn-primary-bordered:hover {
color: #FFF;
background-color: #d23333;
border-color: #d23333
}
/* Button success */
.btn-success {
color: #FFF;
background-color: #41b541;
border-color: #41b541;
}
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
color: #FFF;
background-color: #449d44;
border-color: #449d44;
}
.btn-success.btn-link {
color: #41b541;
}
.btn-success.btn-link:hover,
.btn-success.btn-link.focus,
.btn-success.btn-link:focus,
.btn-success.btn-link.active,
.btn-success.btn-link:active,
.btn-success.btn-link.active.focus,
.btn-success.btn-link.active:focus,
.btn-success.btn-link.active:hover,
.btn-success.btn-link:active.focus,
.btn-success.btn-link:active:focus,
.btn-success.btn-link:active:hover,
.open > .dropdown-toggle.btn-success.btn-link,
.open > .dropdown-toggle.btn-success.btn-link.focus,
.open > .dropdown-toggle.btn-success.btn-link:focus,
.open > .dropdown-toggle.btn-success.btn-link:hover {
color: #5cb85c;
text-decoration: none;
}
.btn-success-bordered {
color: #41b541;
background-color: transparent;
border-color: #41b541;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-success-bordered:hover,
.btn-success-bordered.focus,
.btn-success-bordered:focus,
.btn-success-bordered.active,
.btn-success-bordered:active,
.btn-success-bordered.active.focus,
.btn-success-bordered.active:focus,
.btn-success-bordered.active:hover,
.btn-success-bordered:active.focus,
.btn-success-bordered:active:focus,
.btn-success-bordered:active:hover,
.open > .dropdown-toggle.btn-success-bordered,
.open > .dropdown-toggle.btn-success-bordered.focus,
.open > .dropdown-toggle.btn-success-bordered:focus,
.open > .dropdown-toggle.btn-success-bordered:hover {
color: #FFF;
background-color: #41b541;
border-color: #41b541;
}
/* Button info */
.btn-info {
color: #FFF;
background-color: #31B0D5;
border-color: #31B0D5;
}
.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
color: #FFF;
background-color: #2398BB;
border-color: #2398BB;
}
.btn-info.btn-link {
color: #31B0D5;
}
.btn-info.btn-link:hover,
.btn-info.btn-link.focus,
.btn-info.btn-link:focus,
.btn-info.btn-link.active,
.btn-info.btn-link:active,
.btn-info.btn-link.active.focus,
.btn-info.btn-link.active:focus,
.btn-info.btn-link.active:hover,
.btn-info.btn-link:active.focus,
.btn-info.btn-link:active:focus,
.btn-info.btn-link:active:hover,
.open > .dropdown-toggle.btn-info.btn-link,
.open > .dropdown-toggle.btn-info.btn-link.focus,
.open > .dropdown-toggle.btn-info.btn-link:focus,
.open > .dropdown-toggle.btn-info.btn-link:hover {
color: #31B0D5;
text-decoration: none;
}
.btn-info-bordered {
color: #5BC0DE;
background-color: transparent;
border-color: #5BC0DE;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-info-bordered:hover,
.btn-info-bordered.focus,
.btn-info-bordered:focus,
.btn-info-bordered.active,
.btn-info-bordered:active,
.btn-info-bordered.active.focus,
.btn-info-bordered.active:focus,
.btn-info-bordered.active:hover,
.btn-info-bordered:active.focus,
.btn-info-bordered:active:focus,
.btn-info-bordered:active:hover,
.open > .dropdown-toggle.btn-info-bordered,
.open > .dropdown-toggle.btn-info-bordered.focus,
.open > .dropdown-toggle.btn-info-bordered:focus,
.open > .dropdown-toggle.btn-info-bordered:hover {
color: #FFF;
background-color: #31B0D5;
border-color: #31B0D5;
}
/* Button warning */
.btn-warning {
color: #333;
background-color: #FBD320;
border-color: #FBD320;
}
.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
color: #333;
background-color: #ECC71F;
border-color: #ECC71F;
}
.btn-warning.btn-link {
color: #d8b411;
}
.btn-warning.btn-link:hover,
.btn-warning.btn-link.focus,
.btn-warning.btn-link:focus,
.btn-warning.btn-link.active,
.btn-warning.btn-link:active,
.btn-warning.btn-link.active.focus,
.btn-warning.btn-link.active:focus,
.btn-warning.btn-link.active:hover,
.btn-warning.btn-link:active.focus,
.btn-warning.btn-link:active:focus,
.btn-warning.btn-link:active:hover,
.open > .dropdown-toggle.btn-warning.btn-link,
.open > .dropdown-toggle.btn-warning.btn-link.focus,
.open > .dropdown-toggle.btn-warning.btn-link:focus,
.open > .dropdown-toggle.btn-warning.btn-link:hover {
color: #bd9c08;
text-decoration: none;
}
.btn-warning-bordered {
color: #d8b411;
background-color: transparent;
border-color: #ECC71F;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-warning-bordered:hover,
.btn-warning-bordered.focus,
.btn-warning-bordered:focus,
.btn-warning-bordered.active,
.btn-warning-bordered:active,
.btn-warning-bordered.active.focus,
.btn-warning-bordered.active:focus,
.btn-warning-bordered.active:hover,
.btn-warning-bordered:active.focus,
.btn-warning-bordered:active:focus,
.btn-warning-bordered:active:hover,
.open > .dropdown-toggle.btn-warning-bordered,
.open > .dropdown-toggle.btn-warning-bordered.focus,
.open > .dropdown-toggle.btn-warning-bordered:focus,
.open > .dropdown-toggle.btn-warning-bordered:hover {
color: #333;
background-color: #ECC71F;
border-color: #ECC71F;
}
/* Button danger */
.btn-danger {
color: #FFF;
background-color: #EC3A35;
border-color: #EC3A35;
}
.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
color: #FFF;
background-color: #C9302C;
border-color: #C9302C;
}
.btn-danger.btn-link {
color: #EC3A35;
}
.btn-danger.btn-link:hover,
.btn-danger.btn-link.focus,
.btn-danger.btn-link:focus,
.btn-danger.btn-link.active,
.btn-danger.btn-link:active,
.btn-danger.btn-link.active.focus,
.btn-danger.btn-link.active:focus,
.btn-danger.btn-link.active:hover,
.btn-danger.btn-link:active.focus,
.btn-danger.btn-link:active:focus,
.btn-danger.btn-link:active:hover,
.open > .dropdown-toggle.btn-danger.btn-link,
.open > .dropdown-toggle.btn-danger.btn-link.focus,
.open > .dropdown-toggle.btn-danger.btn-link:focus,
.open > .dropdown-toggle.btn-danger.btn-link:hover {
color: #EC3A35;
text-decoration: none;
}
.btn-danger-bordered {
color: #EC3A35;
background-color: transparent;
border-color: #EC3A35;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-danger-bordered:hover,
.btn-danger-bordered.focus,
.btn-danger-bordered:focus,
.btn-danger-bordered.active,
.btn-danger-bordered:active,
.btn-danger-bordered.active.focus,
.btn-danger-bordered.active:focus,
.btn-danger-bordered.active:hover,
.btn-danger-bordered:active.focus,
.btn-danger-bordered:active:focus,
.btn-danger-bordered:active:hover,
.open > .dropdown-toggle.btn-danger-bordered,
.open > .dropdown-toggle.btn-danger-bordered.focus,
.open > .dropdown-toggle.btn-danger-bordered:focus,
.open > .dropdown-toggle.btn-danger-bordered:hover {
color: #FFF;
background-color: #EC3A35;
border-color: #EC3A35;
}
/* Button dark */
.btn-dark {
color: #FFF;
background-color: #222;
border-color: #222;
}
.btn-dark:hover,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark.active,
.btn-dark:active,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open > .dropdown-toggle.btn-dark,
.open > .dropdown-toggle.btn-dark.focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:hover {
color: #FFF;
background-color: #333;
border-color: #333;
}
.btn-dark.btn-link {
color: #222;
}
.btn-dark.btn-link:hover,
.btn-dark.btn-link.focus,
.btn-dark.btn-link:focus,
.btn-dark.btn-link.active,
.btn-dark.btn-link:active,
.btn-dark.btn-link.active.focus,
.btn-dark.btn-link.active:focus,
.btn-dark.btn-link.active:hover,
.btn-dark.btn-link:active.focus,
.btn-dark.btn-link:active:focus,
.btn-dark.btn-link:active:hover,
.open > .dropdown-toggle.btn-dark.btn-link,
.open > .dropdown-toggle.btn-dark.btn-link.focus,
.open > .dropdown-toggle.btn-dark.btn-link:focus,
.open > .dropdown-toggle.btn-dark.btn-link:hover {
color: #000;
text-decoration: none;
}
.btn-dark-bordered {
color: #222;
background-color: transparent;
border: 2px solid #222;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-dark-bordered:hover,
.btn-dark-bordered.focus,
.btn-dark-bordered:focus,
.btn-dark-bordered.active,
.btn-dark-bordered:active,
.btn-dark-bordered.active.focus,
.btn-dark-bordered.active:focus,
.btn-dark-bordered.active:hover,
.btn-dark-bordered:active.focus,
.btn-dark-bordered:active:focus,
.btn-dark-bordered:active:hover,
.open > .dropdown-toggle.btn-dark-bordered,
.open > .dropdown-toggle.btn-dark-bordered.focus,
.open > .dropdown-toggle.btn-dark-bordered:focus,
.open > .dropdown-toggle.btn-dark-bordered:hover {
color: #FFF;
background-color: #222;
border-color: #222;
}
/* Button white */
.btn-white {
color: #333;
background-color: #FFF;
border-color: #FFF;
}
.btn-white:hover,
.btn-white.focus,
.btn-white:focus,
.btn-white.active,
.btn-white:active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
color: #FFF;
background-color: transparent;
border-color: #FFF;
}
.btn-white.btn-link {
color: #FFF;
}
.btn-white.btn-link:hover,
.btn-white.btn-link.focus,
.btn-white.btn-link:focus,
.btn-white.btn-link.active,
.btn-white.btn-link:active,
.btn-white.btn-link.active.focus,
.btn-white.btn-link.active:focus,
.btn-white.btn-link.active:hover,
.btn-white.btn-link:active.focus,
.btn-white.btn-link:active:focus,
.btn-white.btn-link:active:hover,
.open > .dropdown-toggle.btn-white.btn-link,
.open > .dropdown-toggle.btn-white.btn-link.focus,
.open > .dropdown-toggle.btn-white.btn-link:focus,
.open > .dropdown-toggle.btn-white.btn-link:hover {
color: #DDD;
text-decoration: none;
}
.btn-white-bordered {
color: #FFF;
background-color: transparent;
border: 2px solid #FFF;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-white-bordered:hover,
.btn-white-bordered.focus,
.btn-white-bordered:focus,
.btn-white-bordered.active,
.btn-white-bordered:active,
.btn-white-bordered.active.focus,
.btn-white-bordered.active:focus,
.btn-white-bordered.active:hover,
.btn-white-bordered:active.focus,
.btn-white-bordered:active:focus,
.btn-white-bordered:active:hover,
.open > .dropdown-toggle.btn-white-bordered,
.open > .dropdown-toggle.btn-white-bordered.focus,
.open > .dropdown-toggle.btn-white-bordered:focus,
.open > .dropdown-toggle.btn-white-bordered:hover {
color: #333;
background-color: #FFF;
border-color: #FFF;
}
/* Button link */
.btn-link {
background-color: transparent !important;
margin: 0 !important;
padding: 5px !important;
color: #e3428e; /* same as template main link color */
border-color: transparent !important;
}
.btn-link:hover,
.btn-link.focus,
.btn-link:focus,
.btn-link.active,
.btn-link:active,
.btn-link.active.focus,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:active.focus,
.btn-link:active:focus,
.btn-link:active:hover,
.open > .dropdown-toggle.btn-link,
.open > .dropdown-toggle.btn-link.focus,
.open > .dropdown-toggle.btn-link:focus,
.open > .dropdown-toggle.btn-link:hover {
opacity: .8;
color: #e3428e;
text-decoration: none;
}
/* Button with dropdown
======================== */
.btn-group > .btn + .dropdown-toggle {
padding-right: 10px;
padding-left: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.06);
}
/* Button social
================= */
.btn-social {
position: relative;
padding-left: 55px;
text-align: left;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Button social icon */
.btn-social > .btn-social-icon {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 42px;
line-height: 40px;
font-size: 1.4em;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.12);
}
.btn-social > .btn-social-icon > i {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
padding-right: 0;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* Button social sizes */
.btn-social.btn-xs { padding-left: 55px; }
.btn-social.btn-sm { padding-left: 55px; }
.btn-social.btn-lg { padding-left: 60px; }
.btn-social.btn-xlg { padding-left: 65px; }
/* Button social min */
.btn-social-min {
position: relative;
width: 46px;
height: 46px;
line-height: 44px;
padding: 0 !important;
text-align: center;
font-size: 17px;
}
.btn-social-min.btn-xs {
width: 26px;
height: 26px;
line-height: 24px;
}
.btn-social-min.btn-sm {
width: 35px;
height: 35px;
line-height: 33px;
}
.btn-social-min.btn-lg {
width: 55px;
height: 55px;
line-height: 53px;
}
.btn-social-min.btn-xlg {
width: 69px;
height: 69px;
line-height: 67px;
}
/* Button facebook */
.btn-facebook {
background-color: #3b5998;
color: #fff;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
color: #fff;
background-color: #2d4373;
}
/* Button twitter */
.btn-twitter {
background-color: #55acee;
color: #fff;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
color: #fff;
background-color: #2795e9;
}
/* Button dropbox */
.btn-dropbox {
background-color: #1087dd;
color: #fff;
}
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
color: #fff;
background-color: #0d6aad;
}
/* Button linkedin */
.btn-linkedin {
background-color: #007bb6;
color: #fff;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #005983;
}
/* Button pinterest */
.btn-pinterest {
background-color: #cb2027;
color: #fff;
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
color: #fff;
background-color: #9f191f;
}
/* Button google */
.btn-google {
background-color: #dd4b39;
color: #fff;
}
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
color: #fff;
background-color: #c23321;
}
/* Button instagram */
.btn-instagram {
background-color: #3f729b;
color: #fff;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
color: #fff;
background-color: #2b6492;
}
/* Button linkedin */
.btn-linkedin {
background-color: #3f729b;
color: #fff;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #305777;
}
/* Button tumblr */
.btn-tumblr {
background-color: #2c4762;
color: #fff;
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
color: #fff;
background-color: #1c2d3f;
}
/* Button vk */
.btn-vk {
background-color: #587ea3;
color: #fff;
}
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
color: #fff;
background-color: #466482;
}
/* Button flickr */
.btn-flickr {
background-color: #ff0084;
color: #fff;
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
color: #fff;
background-color: #cc006a;
}
/* Button soundcloud */
.btn-soundcloud {
background-color: #f50;
color: #fff;
}
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
color: #fff;
background-color: #c40;
}
/* Button yahoo */
.btn-yahoo {
background-color: #720e9e;
color: #fff;
}
.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
color: #fff;
background-color: #500a6f;
}
/* Button rounded
================== */
.btn-rounded {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn-rounded-2x {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.btn-rounded-3x {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.btn-rounded-4x {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.btn-rounded-5x {
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.btn-rounded-full {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/* Button sizes
================ */
.btn-group-xs > .btn, .btn-xs {
padding: 0 6px 0 6px;
font-size: 13px;
}
.btn-group-sm > .btn, .btn-sm {
padding: 5px 10px;
font-size: 14px;
}
.btn-group-lg > .btn, .btn-lg {
padding: 15px 25px;
}
.btn-group-xlg > .btn, .btn-xlg { /* Extra size */
padding: 20px 30px;
font-size: 19px;
}
/* ------------------------------------------------------------- *
* Social buttons
/* ------------------------------------------------------------- */
.social-buttons {
}
.social-buttons ul {
margin: 0;
padding: 0;
list-style: none;
}
.social-buttons ul > li {
display: inline-block;
margin: 0 2px;
}
.social-buttons ul > li:first-child {
margin-left: 0;
}
.social-buttons ul > li:last-child {
margin-right: 0;
}
/* ------------------------------------------------------------- *
* Follow me buttons
/* ------------------------------------------------------------- */
.follow-me-buttons {
}
.follow-me-buttons ul {
margin: 0;
padding: 0;
list-style: none;
}
.follow-me-buttons ul > li {
display: inline-block;
margin: 4px;
}
.follow-me-buttons ul > li:first-child {
margin-left: 0;
}
.follow-me-buttons ul > li:last-child {
margin-right: 0;
}
.follow-me-buttons a {
font-size: 16px;
color: #222;
}
.follow-me-buttons a:hover {
color: #e3428e;
}
/* ------------------------------------------------------------- *
* Scroll to top button
/* ------------------------------------------------------------- */
.scrolltotop {
position: fixed;
display: none;
bottom: 18px;
right: 15px;
width: 28px;
height: 28px;
line-height: 28px;
background-color: rgba(0, 0, 0, 0.77);
text-align: center;
font-size: 14px;
color: #fff;
text-decoration: none;
z-index: 999;
border-radius: 100px;
}
.scrolltotop:hover, .scrolltotop:focus {
background-color: #000;
color: #FFF;
}
/* ------------------------------------------------------------- *
* Typography variations
/* ------------------------------------------------------------- */
/* uppercase letters */
body.temp-uppercase .h1,
body.temp-uppercase .h2,
body.temp-uppercase .h3,
body.temp-uppercase .h4,
body.temp-uppercase .h5,
body.temp-uppercase .h6,
body.temp-uppercase h1,
body.temp-uppercase h2,
body.temp-uppercase h3,
body.temp-uppercase h4,
body.temp-uppercase h5,
body.temp-uppercase h6,
body.temp-uppercase ul.menu-list > li > a,
body.temp-uppercase ul.menu-list .sub-menu > li > a,
body.temp-uppercase ul.isotope-filter-links > li > a,
body.temp-uppercase .gs-back-to-list,
body.temp-uppercase .gsti-toggle-trigger > span,
body.temp-uppercase .bl-item-category,
body.temp-uppercase .blog-single-post-category,
body.temp-uppercase .sidebar-categories > ul > li > a,
body.temp-uppercase .btn,
body.temp-uppercase .demo-thumbnail-btn {
text-transform: uppercase;
}
body.temp-uppercase ul.menu-list .sub-menu > li > a { font-size: 15px; }
body.temp-uppercase .btn { font-size: 16px; }
/* letter spacing (spacing between uppercase letters) */
body.temp-letter-spacing .h1,
body.temp-letter-spacing .h2,
body.temp-letter-spacing .h3,
body.temp-letter-spacing .h4,
body.temp-letter-spacing .h5,
body.temp-letter-spacing .h6,
body.temp-letter-spacing h1,
body.temp-letter-spacing h2,
body.temp-letter-spacing h3,
body.temp-letter-spacing h4,
body.temp-letter-spacing h5,
body.temp-letter-spacing h6,
body.temp-letter-spacing ul.menu-list > li > a,
body.temp-letter-spacing ul.menu-list .sub-menu > li > a,
body.temp-letter-spacing ul.isotope-filter-links > li > a,
body.temp-letter-spacing .gs-back-to-list,
body.temp-letter-spacing .gsti-toggle-trigger > span,
body.temp-letter-spacing .bl-item-category,
body.temp-letter-spacing .blog-single-post-category,
body.temp-letter-spacing .sidebar-categories > ul > li > a,
body.temp-letter-spacing .btn,
body.temp-letter-spacing .demo-thumbnail-btn {
letter-spacing: 2px;
}
/* ------------------------------------------------------------- *
* Template demos
/* ------------------------------------------------------------- */
/* demo page header */
.demo-page-header .page-header-title.font-alter-1,
.demo-page-header .page-header-title.font-alter-2 {
font-size: 132px !important;
}
@media (max-width: 992px) {
.demo-page-header .page-header-title.font-alter-1,
.demo-page-header .page-header-title.font-alter-2 {
font-size: 62px !important;
}
}
.demo-page-header .page-header-caption {
padding: 18% 5%;
}
@media (max-width: 992px) {
.demo-page-header .page-header-caption {
padding: 25% 5%;
}
}
@media (max-width: 768px) {
.demo-page-header .page-header-caption {
padding: 37% 5%;
}
}
.demo-page-header .page-header-sub-title {
font-size: 24px;
color: #FFF;
}
.demo-page-header .btn-dark-bordered {
color: #222 !important;
background-color: transparent;
border: 2px solid #222 !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.demo-page-header .btn-dark-bordered.active,
.demo-page-header .btn-dark-bordered.focus,
.demo-page-header .btn-dark-bordered:active,
.demo-page-header .btn-dark-bordered:focus,
.demo-page-header .btn-dark-bordered:hover,
.demo-page-header .open > .dropdown-toggle.btn-dark-bordered {
color: #FFF !important;
background-color: #222 !important;
border-color: #222 !important;
}
/* demo thumbnails section */
.demo-thumbnails-section {
background-color: #FFF;
margin: 25px;
padding: 6% 3%;
}
@media (max-width: 768px) {
.demo-thumbnails-section {
margin: 10px;
padding: 35px 15px 15px 15px;
}
}
/* demo text section */
.demo-text-section {
padding: 5% 0;
}
@media (min-width: 992px) {
.demo-text {
font-size: 21px;
}
}
/* demo heading */
.demo-heading {
max-width: 800px;
margin: 0 auto 80px auto;
padding: 0 15px;
text-align: center;
}
@media (max-width: 768px) {
.demo-heading {
margin-bottom: 30px;
}
}
hr.hr-short {
position: relative;
max-width: 40px;
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 4px solid #e3428e;
text-align: left;
}
/* demo heading title */
.demo-heading-title {
position: relative;
display: inline-block;
font-size: 32px;
}
.demo-heading-title:before {
position: absolute;
content: "";
width: 26px;
left: 50%;
margin-left: -13px;
bottom: -15px;
height: 4px;
background-color: #e3428e;
}
.demo-heading-title.font-alter-1,
.demo-heading-title.font-alter-2 {
font-size: 48px !important;
}
@media (max-width: 768px) {
.demo-heading-title.font-alter-1,
.demo-heading-title.font-alter-2 {
font-size: 28px !important;
}
}
.demo-heading-description {
font-size: 17px;
}
/* demo thumbnail */
.demo-thumbnail {
margin-bottom: 10%;
padding: 0 2%;
}
/* demo thumbnail image wrap */
.demo-thumbnail-image-wrap {
border: 1px solid #ededed;
border-bottom: none;
box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 13%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
.demo-thumbnail-image-wrap:hover {
box-shadow: 0px 30px 25px -28px rgb(0 0 0 / 64%);
-webkit-transform: translate(0, -8px);
}
}
/* demo thumbnail bottom */
.demo-thumbnail-bottom {
margin-top: 20px;
text-align: center;
}
.demo-thumbnail-btn {
display: inline-block;
font-size: 18px;
font-weight: bold;
color: #222;
}
.demo-thumbnail-btn span {
font-weight: normal;
color: rgba(158, 158, 158, 0.8);
}
ul.menu-list.nav li a {
position: relative;
display: inline-block;
padding: 0;
}
ul.menu-list.nav li a:focus, .nav li a:hover {
text-decoration: none;
background-color: transparent;
}
/* demo call to action section */
.demo-call-to-action-section {
padding: 5% 0;
margin: 25px;
}
@media (min-width: 992px) {
.demo-call-to-action {
font-size: 28px;
}
} | 0.283781 | 0.072276 |
.empty_body svg {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 100px;
width: 324px;
height: auto;
opacity: .7;
}
@media(max-width: 540px) {
.empty_body svg {
margin: 70px;
width: 200px;
height: auto;
opacity: .65;
}
}
.card-header {
text-transform: uppercase;
display: flex;
text-shadow: 0 0 4px #000000;
justify-content: space-between;
background-color: #333333;
color: white;
font-size: 18px;
line-height: 35px;
font-weight: 900;
}
.dashboard_create {
font-size: 16px;
padding: 7px 15px;
color: #ffffff;
border: 1px solid #2A2A2A;
border-radius: 7px;
background:-moz-linear-gradient(top, #717171 5%, #444444 100%);
background:-webkit-linear-gradient(top, #717171 5%, #444444 100%);
background:-o-linear-gradient(top, #717171 5%, #444444 100%);
background:-ms-linear-gradient(top, #717171 5%, #444444 100%);
background:linear-gradient(to bottom, #717171 5%, #444444 100%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.dashboard_create:hover {
background:-moz-linear-gradient(top, #444444 5%, #717171 100%);
background:-webkit-linear-gradient(top, #444444 5%, #717171 100%);
background:-o-linear-gradient(top, #444444 5%, #717171 100%);
background:-ms-linear-gradient(top, #444444 5%, #717171 100%);
background:linear-gradient(to bottom, #444444 5%, #717171 100%);
text-decoration: none;
color: #ffffff;
}
.dashboard_create:active {
background:-moz-linear-gradient(top, #444444 5%, #717171 100%);
background:-webkit-linear-gradient(top, #444444 5%, #717171 100%);
background:-o-linear-gradient(top, #444444 5%, #717171 100%);
background:-ms-linear-gradient(top, #444444 5%, #717171 100%);
background:linear-gradient(to bottom, #444444 5%, #717171 100%);
text-decoration: none;
color: #ffffff;
}
.dashboard_class-outer {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex: 0 1 auto;
-ms-flex: 0 1 auto;
-webkit-flex: 0 1 auto;
flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
justify-content: space-evenly;
background-color: #ffffff;
padding-bottom: 40px;
}
.dashboard_class-body {
max-width: 45%;
flex-basis: 45%;
-webkit-flex-basis: 45%;
-ms-flex-preferred-size: 45%;
margin-top: 36.93333px;
border: 3px solid #414141;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.dashboard_class-body:hover {
transform:translateY(-5px);
-webkit-transform:translateY(-5px);
-moz-transform:translateY(-5px);
-ms-transform:translateY(-5px);
-o-transform:translateY(-5px);
}
.card-body {
padding: 0;
}
.dashboard_item-header {
padding: 5px 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #414141;
}
.dashboard_item-header h3 {
color: #ffffff;
text-shadow: 0 0 3px #000000;
margin: 0;
font-size: 25px;
line-height: 37.5px;
font-weight: 900;
}
.dashboard_item-header p {
color: #999999;
text-shadow: 0 0 5px #000000;
margin-top: -5px;
font-size: 14px;
line-height: 18px;
}
.dashboard_item-body {
text-align: center;
}
.dashboard-class-row {
padding: 0;
margin: 0 15px;
position: relative;
height: 33.333%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
line-height: 41px;
border-bottom: 1px solid #c5c5c5;
}
.dashboard-class-row svg {
position: absolute;
top: 5px;
left: 15px;
}
.dashboard-class-row p {
margin: 0;
}
.dashboard_item-btn {
display: flex;
justify-content: space-evenly;
align-items: center;
text-align: center;
padding: 5px 15px;
}
.dashboard_item-btn a {
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 100px;
color: #333333;
font-size: 14px;
border: 1px solid #cccccc;
border-radius: 7px;
background:-moz-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-webkit-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-o-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-ms-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:linear-gradient(to bottom, #f5f5f5 5%, #cccccc 100%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.dashboard_item-btn a:hover {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
.dashboard_item-btn a:active {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
.dashboard_item-btn input {
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 100px;
color: #333333;
font-size: 14px;
border: 1px solid #cccccc;
border-radius: 7px;
background:-moz-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-webkit-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-o-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-ms-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:linear-gradient(to bottom, #f5f5f5 5%, #cccccc 100%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.dashboard_item-btn input:hover {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
.dashboard_item-btn input:active {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
/*////////////// RESPONSIVE STARTS FROM HERE ///////////////*/
@media(max-width: 991px) {
.card-header {
font-size: 16px;
line-height: 30px;
}
.dashboard_create {
font-size: 14px;
}
.dashboard_class-body {
max-width: 75%;
flex-basis: 75%;
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
margin-top: 36.93333px;
}
.dashboard_item-header h3 {
font-size: 22px;
line-height: 33px;
}
.dashboard_item-header p {
margin-top: -2px;
font-size: 13px;
line-height: 15px;
}
.dashboard_item-btn a {
height: 35px;
width: 100px;
font-size: 14px;
}
.dashboard_item-btn input {
height: 35px;
width: 100px;
font-size: 14px;
}
}
@media(max-width: 767px) {
.card-header {
font-size: 14px;
line-height: 25px;
}
.dashboard_create {
font-size: 12px;
}
.dashboard_class-body {
max-width: 95%;
flex-basis: 95%;
-webkit-flex-basis: 95%;
-ms-flex-preferred-size: 95%;
}
}
@media(max-width: 430px) {
.dashboard_create {
font-size: 11px;
}
.dashboard_class-body {
max-width: 98%;
flex-basis: 98%;
-webkit-flex-basis: 98%;
-ms-flex-preferred-size: 98%;
margin-top: 20px;
}
.dashboard_item-header h3 {
font-size: 18px;
line-height: 27px;
}
.dashboard_item-header p {
margin-top: 0px;
font-size: 13px;
line-height: 7px;
}
.dashboard-class-row {
margin: 0 5px;
line-height: 37px;
}
.dashboard-class-row svg {
left: 10px;
}
.dashboard_item-btn a {
height: 30px;
width: 85px;
font-size: 12px;
}
.dashboard_item-btn input {
height: 30px;
width: 85px;
font-size: 12px;
}
}
/*/////////////////////////////////////////////// DASHBOARD END ///////////////////////////////////////////////////*/
/*/////////////////////////////////////////////// SHOW PAGE START ////////////////////////////////////////////////*/
.status-tables {
display: flex;
justify-content: center;
padding: 5px 15px;
}
.status_header-table {
max-width: 44%;
}
.status_header-table table {
display: flex;
align-items: flex-end;
}
.status_inner-table {
max-width: 56%;
overflow: auto;
white-space: nowrap;
border-right: 1px solid #f2f2f2;
}
.attandance-table_1, .attandance-table_2 {
display: flex;
flex-direction: column;
justify-content: center;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.attandance-table_1 td, th {
text-align: left;
padding: 8px 10px;
}
.attandance-table_2 td, th {
text-align: center;
padding: 8px 10px;
}
.attandance-table_1 tr:nth-child(even) {
background-color: #f2f2f2;
}
.attandance-table_2 tr:nth-child(even) {
background-color: #f2f2f2;
}
/*/////////////////////////////////////////////// SHOW PAGE END ////////////////////////////////////////////////*/
/*/////////////////////////////////////////////// CREATE PAGE START ////////////////////////////////////////////////*/
.createPage_body input {
margin: 15px auto;
}
/*/////////////////////////////////////////////// CREATE PAGE END ////////////////////////////////////////////////*/
/*/////////////////////////////////////////////// EDIT PAGE START ////////////////////////////////////////////////*/
.editPage_body {
padding: 10px 15px;
margin: 10px auto;
}
.card_margin_bottom {
margin-bottom: 40px;
}
.editPage_body table {
display: flex;
justify-content: center;
padding: 5px 15px;
display: flex;
flex-direction: column;
justify-content: center;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.editPage_body table tbody td, th {
text-align: center;
padding: 8px 10px;
}
.editPage_body table tbody tr:nth-child(even) {
background-color: #f2f2f2;
}
/*/////////////////////////////////////////////// EDIT PAGE END ////////////////////////////////////////////////*/
/* FOR REGISTER PAGE */
.card_body_plus {
padding: 15px 20px;
}
/* codePage_body */
.myCard_2 {
top: 50%;
transform: translateY(-50%);
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.codePage_body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.codePage_body span {
margin-bottom: 70px;
display: inline-block;
padding: 15px;
border: 1px solid #d3d3d3;
border-radius: 10px;
background-color: #d3d3d3;
}
.codePage_body h2 {
font-weight: 900;
margin: 25px auto;
}
/* succesPage */
.successPage h2 {
font-size: 30px;
font-weight: 900;
margin: 20px auto;
}
.successPage h3 {
margin: 15px auto;
}
.successPage a {
text-decoration: none;
margin: 25px auto;
padding: 9px 25px;
border: 1px solid #333333;
text-transform: uppercase;
color: #000000;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.successPage a:hover {
background-color: #333333;
color: #ffffff;
}
/* EDIT PAGE */
.editPage_groups {
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex: 0 1 auto;
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.editPage_groups-each {
text-align: center;
margin: 0;
padding: 5px 5px;
-webkit-flex-basis: 15%;
-ms-flex-preferred-size: 15%;
flex-basis: 15%;
max-width: 15%;
}
.editPage_groups-each input {
margin-left: 3px;
}
.my-form-group {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.my-form-group input {
margin: 15px auto;
} | public/css/newStyle.css | .empty_body svg {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 100px;
width: 324px;
height: auto;
opacity: .7;
}
@media(max-width: 540px) {
.empty_body svg {
margin: 70px;
width: 200px;
height: auto;
opacity: .65;
}
}
.card-header {
text-transform: uppercase;
display: flex;
text-shadow: 0 0 4px #000000;
justify-content: space-between;
background-color: #333333;
color: white;
font-size: 18px;
line-height: 35px;
font-weight: 900;
}
.dashboard_create {
font-size: 16px;
padding: 7px 15px;
color: #ffffff;
border: 1px solid #2A2A2A;
border-radius: 7px;
background:-moz-linear-gradient(top, #717171 5%, #444444 100%);
background:-webkit-linear-gradient(top, #717171 5%, #444444 100%);
background:-o-linear-gradient(top, #717171 5%, #444444 100%);
background:-ms-linear-gradient(top, #717171 5%, #444444 100%);
background:linear-gradient(to bottom, #717171 5%, #444444 100%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.dashboard_create:hover {
background:-moz-linear-gradient(top, #444444 5%, #717171 100%);
background:-webkit-linear-gradient(top, #444444 5%, #717171 100%);
background:-o-linear-gradient(top, #444444 5%, #717171 100%);
background:-ms-linear-gradient(top, #444444 5%, #717171 100%);
background:linear-gradient(to bottom, #444444 5%, #717171 100%);
text-decoration: none;
color: #ffffff;
}
.dashboard_create:active {
background:-moz-linear-gradient(top, #444444 5%, #717171 100%);
background:-webkit-linear-gradient(top, #444444 5%, #717171 100%);
background:-o-linear-gradient(top, #444444 5%, #717171 100%);
background:-ms-linear-gradient(top, #444444 5%, #717171 100%);
background:linear-gradient(to bottom, #444444 5%, #717171 100%);
text-decoration: none;
color: #ffffff;
}
.dashboard_class-outer {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex: 0 1 auto;
-ms-flex: 0 1 auto;
-webkit-flex: 0 1 auto;
flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
justify-content: space-evenly;
background-color: #ffffff;
padding-bottom: 40px;
}
.dashboard_class-body {
max-width: 45%;
flex-basis: 45%;
-webkit-flex-basis: 45%;
-ms-flex-preferred-size: 45%;
margin-top: 36.93333px;
border: 3px solid #414141;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.dashboard_class-body:hover {
transform:translateY(-5px);
-webkit-transform:translateY(-5px);
-moz-transform:translateY(-5px);
-ms-transform:translateY(-5px);
-o-transform:translateY(-5px);
}
.card-body {
padding: 0;
}
.dashboard_item-header {
padding: 5px 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #414141;
}
.dashboard_item-header h3 {
color: #ffffff;
text-shadow: 0 0 3px #000000;
margin: 0;
font-size: 25px;
line-height: 37.5px;
font-weight: 900;
}
.dashboard_item-header p {
color: #999999;
text-shadow: 0 0 5px #000000;
margin-top: -5px;
font-size: 14px;
line-height: 18px;
}
.dashboard_item-body {
text-align: center;
}
.dashboard-class-row {
padding: 0;
margin: 0 15px;
position: relative;
height: 33.333%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
line-height: 41px;
border-bottom: 1px solid #c5c5c5;
}
.dashboard-class-row svg {
position: absolute;
top: 5px;
left: 15px;
}
.dashboard-class-row p {
margin: 0;
}
.dashboard_item-btn {
display: flex;
justify-content: space-evenly;
align-items: center;
text-align: center;
padding: 5px 15px;
}
.dashboard_item-btn a {
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 100px;
color: #333333;
font-size: 14px;
border: 1px solid #cccccc;
border-radius: 7px;
background:-moz-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-webkit-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-o-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-ms-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:linear-gradient(to bottom, #f5f5f5 5%, #cccccc 100%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.dashboard_item-btn a:hover {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
.dashboard_item-btn a:active {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
.dashboard_item-btn input {
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 100px;
color: #333333;
font-size: 14px;
border: 1px solid #cccccc;
border-radius: 7px;
background:-moz-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-webkit-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-o-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:-ms-linear-gradient(top, #f5f5f5 5%, #cccccc 100%);
background:linear-gradient(to bottom, #f5f5f5 5%, #cccccc 100%);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.dashboard_item-btn input:hover {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
.dashboard_item-btn input:active {
background:-moz-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-webkit-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-o-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:-ms-linear-gradient(top, #cccccc 5%, #f5f5f5 100%);
background:linear-gradient(to bottom, #cccccc 5%, #f5f5f5 100%);
text-decoration: none;
}
/*////////////// RESPONSIVE STARTS FROM HERE ///////////////*/
@media(max-width: 991px) {
.card-header {
font-size: 16px;
line-height: 30px;
}
.dashboard_create {
font-size: 14px;
}
.dashboard_class-body {
max-width: 75%;
flex-basis: 75%;
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
margin-top: 36.93333px;
}
.dashboard_item-header h3 {
font-size: 22px;
line-height: 33px;
}
.dashboard_item-header p {
margin-top: -2px;
font-size: 13px;
line-height: 15px;
}
.dashboard_item-btn a {
height: 35px;
width: 100px;
font-size: 14px;
}
.dashboard_item-btn input {
height: 35px;
width: 100px;
font-size: 14px;
}
}
@media(max-width: 767px) {
.card-header {
font-size: 14px;
line-height: 25px;
}
.dashboard_create {
font-size: 12px;
}
.dashboard_class-body {
max-width: 95%;
flex-basis: 95%;
-webkit-flex-basis: 95%;
-ms-flex-preferred-size: 95%;
}
}
@media(max-width: 430px) {
.dashboard_create {
font-size: 11px;
}
.dashboard_class-body {
max-width: 98%;
flex-basis: 98%;
-webkit-flex-basis: 98%;
-ms-flex-preferred-size: 98%;
margin-top: 20px;
}
.dashboard_item-header h3 {
font-size: 18px;
line-height: 27px;
}
.dashboard_item-header p {
margin-top: 0px;
font-size: 13px;
line-height: 7px;
}
.dashboard-class-row {
margin: 0 5px;
line-height: 37px;
}
.dashboard-class-row svg {
left: 10px;
}
.dashboard_item-btn a {
height: 30px;
width: 85px;
font-size: 12px;
}
.dashboard_item-btn input {
height: 30px;
width: 85px;
font-size: 12px;
}
}
/*/////////////////////////////////////////////// DASHBOARD END ///////////////////////////////////////////////////*/
/*/////////////////////////////////////////////// SHOW PAGE START ////////////////////////////////////////////////*/
.status-tables {
display: flex;
justify-content: center;
padding: 5px 15px;
}
.status_header-table {
max-width: 44%;
}
.status_header-table table {
display: flex;
align-items: flex-end;
}
.status_inner-table {
max-width: 56%;
overflow: auto;
white-space: nowrap;
border-right: 1px solid #f2f2f2;
}
.attandance-table_1, .attandance-table_2 {
display: flex;
flex-direction: column;
justify-content: center;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.attandance-table_1 td, th {
text-align: left;
padding: 8px 10px;
}
.attandance-table_2 td, th {
text-align: center;
padding: 8px 10px;
}
.attandance-table_1 tr:nth-child(even) {
background-color: #f2f2f2;
}
.attandance-table_2 tr:nth-child(even) {
background-color: #f2f2f2;
}
/*/////////////////////////////////////////////// SHOW PAGE END ////////////////////////////////////////////////*/
/*/////////////////////////////////////////////// CREATE PAGE START ////////////////////////////////////////////////*/
.createPage_body input {
margin: 15px auto;
}
/*/////////////////////////////////////////////// CREATE PAGE END ////////////////////////////////////////////////*/
/*/////////////////////////////////////////////// EDIT PAGE START ////////////////////////////////////////////////*/
.editPage_body {
padding: 10px 15px;
margin: 10px auto;
}
.card_margin_bottom {
margin-bottom: 40px;
}
.editPage_body table {
display: flex;
justify-content: center;
padding: 5px 15px;
display: flex;
flex-direction: column;
justify-content: center;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.editPage_body table tbody td, th {
text-align: center;
padding: 8px 10px;
}
.editPage_body table tbody tr:nth-child(even) {
background-color: #f2f2f2;
}
/*/////////////////////////////////////////////// EDIT PAGE END ////////////////////////////////////////////////*/
/* FOR REGISTER PAGE */
.card_body_plus {
padding: 15px 20px;
}
/* codePage_body */
.myCard_2 {
top: 50%;
transform: translateY(-50%);
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.codePage_body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.codePage_body span {
margin-bottom: 70px;
display: inline-block;
padding: 15px;
border: 1px solid #d3d3d3;
border-radius: 10px;
background-color: #d3d3d3;
}
.codePage_body h2 {
font-weight: 900;
margin: 25px auto;
}
/* succesPage */
.successPage h2 {
font-size: 30px;
font-weight: 900;
margin: 20px auto;
}
.successPage h3 {
margin: 15px auto;
}
.successPage a {
text-decoration: none;
margin: 25px auto;
padding: 9px 25px;
border: 1px solid #333333;
text-transform: uppercase;
color: #000000;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.successPage a:hover {
background-color: #333333;
color: #ffffff;
}
/* EDIT PAGE */
.editPage_groups {
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex: 0 1 auto;
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.editPage_groups-each {
text-align: center;
margin: 0;
padding: 5px 5px;
-webkit-flex-basis: 15%;
-ms-flex-preferred-size: 15%;
flex-basis: 15%;
max-width: 15%;
}
.editPage_groups-each input {
margin-left: 3px;
}
.my-form-group {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.my-form-group input {
margin: 15px auto;
} | 0.342572 | 0.072538 |
@media (max-width:1650px) {
#feat .tcard {
padding-bottom: 60px !important;
}
}
@media (min-width:1201px) and (max-width:1400px) {
#navbarNavAltMarkup a.nav-link {
margin-right: 30px;
}
.reg-login a, .navbar-nav a {
font-size: 15px;
}
.reg-login .btn.btn-bg {
padding: 15px 30px;
}
#navbarNavAltMarkup a.nav-link {
margin-right: 22px;
}
}
@media (min-width:1201px) and (max-width:1350px) {
h2.titleh2.event-title {
font-size: 22px;
}
a.btn.btn-bg.view-contest {
font-size: 12px;
padding: 12px 15px;
letter-spacing: 0;
}
.txt-card {
padding: 20px 15px;
}
span.date-abs {
font-size: 26px;
width: 90px;
}
#feat p.content {
line-height: unset;
}
}
@media (max-width:1200px) {
h2.titleh2.event-title {
font-size: 20px;
}
#feat p.content {
padding-bottom: 10px;
line-height: unset;
}
a.btn.btn-bg.view-contest {
font-size: 12px;
padding: 12px 15px;
letter-spacing: 0;
}
.txt-card {
padding: 18px 15px;
box-shadow: 0px 0px 11px 0px #0002;
width: calc(100% - 70px);
}
span.date-abs {
font-size: 20px;
width: 70px;
top: 20px;
}
#about p {
font-size: 16px;
line-height: 1.6;
}
h2.titleh2 {
font-size: 42px;
}
.fa-ul i.fas {
font-size: 11px;
width: 22px;
height: 22px;
line-height: 23px;
}
ul.fa-ul li {
font-size: 16px;
font-weight: 400;
}
.pricing .card-price {
font-size: 2.8rem;
}
#navbarNavAltMarkup a.nav-link {
padding: 42px 0px;
font-size: 15px;
margin-right: 20px;
}
.slider-content h2 {
font-size: 48px;
}
.serv-body h3 {
font-size: 24px;
}
#feat p.content {
font-size: 12px;
letter-spacing: 0px;
}
}
@media (min-width:1100px) {
#eve .tcard .justify-content-center, .events .tcard .justify-content-center {
width: 100%;
height: 20vw;
min-height: 20vw;
max-height: 20vw;
}
form.subs {
max-width: 480px;
float: right;
width: 100%;
}
.cta input.form-control {
height: 60px;
}
button.btn.btn-primary.nletter {
line-height: 62px;
}
}
@media (max-width:1100px) {
#navbarNavAltMarkup a.nav-link {
padding: 38px 0px;
margin-right: 15px;
font-size: 14px;
}
img.logo {
max-height: 70px;
transition: all ease 0.5s;
}
.fixed-top img.logo {
max-height: 55px;
}
.fixed-top #navbarNavAltMarkup a.nav-link {
padding: 29px 0 31px;
}
span.date-abs {
font-size: 18px;
width: 70px;
}
h2.titleh2.event-title {
font-size: 16px;
}
#feat p.content {
font-size: 12px;
}
div#about {
padding: 10px 0 70px;
}
#about p, .pricing .col-md-12 > p, #tests > .container > p, body p {
font-size: 14px;
}
footer#footer p, footer#footer a, footer#footer li {
line-height: 1.7;
font-size: 14px;
}
h2.titleh2 {
font-size: 36px;
}
div#floating-search h2 {
font-size: 36px;
}
footer h2.titleh2 {
font-size: 22px;
margin-bottom: 20px;
}
button.btn.btn-primary.nletter {
width: 130px;
font-size: 14px;
line-height: 52px;
}
.cta input.form-control {
line-height: 40px;
padding: 4px 135px 2px 20px;
}
a.btn.btn-bg {
padding: 15px 20px;
}
.reg-login a {
font-size: 14px;
letter-spacing: 0;
}
#about p {
margin-bottom: 10px;
}
#about a.btn.btn-bg.mt-4 {
margin-top: 15px !important;
}
.btn {
font-size: 14px;
}
.card-body > p {
font-size: 16px;
font-weight: 300;
}
#feat .col-md-12 > p {
font-size: 16px;
}
#eve .gallery_product, #cand .gallery_product {
margin-bottom: 20px;
flex: 0 0 50%;
max-width: 50%;
}
#eve .tcard .justify-content-center, .events .tcard .justify-content-center {
width: 100%;
height: 25vw;
min-height: 25vw;
max-height: 25vw;
}
form#seachform .row > .col-md-6 {
max-width: 45%;
}
form#seachform .row > .col-md-4 {
padding-left: 0;
padding-right: 0;
max-width: calc(55% - 195px);
flex: 0 0 calc(55% - 195px);
}
#floating-search .col-md-2 {
position: relative;
max-width: 195px;
flex: 0 0 195px;
}
.team-mem {
padding: 30px 0 !important;
}
.team-mem h3 {
font-size: 20px !important;
}
.team-mem h4 {
font-size: 15px !important;
}
.team-mem > span {
width: 140px;
height: 140px;
}
.item > .team-mem > img {
width: 140px !important;
height: 140px !important;
}
#login-frm-user .social-logins .col-md-12 a {
padding: 12px 8px;
font-size: 11px;
width: calc(33.33% - 3px);
}
.popupp .col-md-7 {
padding: 30px;
}
p.flx {
font-size: 12px;
}
}
@media (max-width:999px) {
.col-md-4.col-sm-12.sidebar {
flex: 0 0 100%;
max-width: 100%;
}
.col-md-8.col-sm-12.edetail {
flex: 0 0 100%;
max-width: 100%;
}
.candidate-vote {
max-width: 540px;
float: none;
margin: 0 auto;
}
.event-details {
margin-bottom: 55px;
}
p.eve-date-time {
font-size: 14px;
justify-content: space-between;
}
.feat-event div.owl-item {
transform: scale(1);
}
.fe-abs {
display: block;
padding: 20px;
}
span.date-abs {
left: 30px;
}
.txt-card {
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 80%;
max-width: 400px;
height: fit-content;
}
.cta h2.titleh2 {
margin-bottom: 15px;
}
div#floating-search h2 {
font-size: 32px;
}
h2.titleh2 {
font-size: 32px;
margin-bottom: 20px;
}
#tests .tcard {
background: linear-gradient(152deg, #f47f34, #fdb92e);
color: #fff;
max-width: 500px;
margin: 0 auto;
width: 90%;
}
#feat .tcard {
padding-bottom: 0 !important;
}
button.btn.btn-primary.nletter {
width: 120px;
}
.cta input.form-control {
line-height: 50px;
padding: 4px 125px 2px 20px;
}
.cta input.form-control::placeholder {
color: #fff;
font-size: 12px;
}
footer h2.titleh2:after {
width: 35px;
}
footer h2.titleh2 {
font-size: 18px;
}
footer .col {
padding: 0 5px;
}
.slider-content {
padding: 9vw 0 11vw;
}
iv#floating-search h2 {
margin-bottom: 30px;
font-size: 36px;
}
.slider-content h2 {
font-size: 38px;
}
#navbarNavAltMarkup a.nav-link {
padding: 10px !important;
margin-right: 0;
font-size: 14px;
border: none !important;
margin-bottom: 5px;
color: #fff;
}
img.logo {
max-height: 55px;
}
div#navbarNavAltMarkup {
position: fixed;
width: 100vw;
left: 0;
padding: 100px 20px 20px;
top: 0;
z-index: 9;
height: 100vh;
background: #fde72e;
overflow-y: auto;
}
button.navbar-toggler {
position: relative !important;
z-index: 99 !important;
display: block;
}
a.navbar-brand {
position: relative;
z-index: 99;
}
header {
padding-bottom: 85px;
}
nav#navbar_top {
position: fixed;
z-index: 9;
width: 100%;
}
#navbarNavAltMarkup a.nav-link.active, #navbarNavAltMarkup a.nav-link:hover {
border-top: 4px solid #ffa500;
color: #fff;
letter-spacing: 1px;
background: #fff6;
}
#navbarNavAltMarkup a.nav-link:hover {
background: #fff3;
}
.reg-login a.btn {
font-size: 13px;
letter-spacing: 0;
border: none !important;
background: #fff !important;
padding: 12px 25px !important;
font-weight: 500;
margin-right: 10px !important;
color: #fde72e !important;
top: 0;
}
#feat .col-md-12 > p {
margin: 0 auto 20px;
}
.col-4.serv, .col-3.serv {
min-width: 50%;
}
div#feat.py-5 {
padding-bottom: 0rem !important;
}
.col-md-4.col-sm-12.sidebar {
flex: 0 0 100%;
max-width: 100%;
}
.event-contestant .single-event-ticket {
margin: 30px auto 0;
float: none;
}
.col-md-8.col-sm-12.edetail {
flex: 0 0 100%;
max-width: 100%;
}
.event-contestant .col-md-8.col-sm-12.edetail {
display: flex;
flex-direction: column;
}
h2.cand-name {
font-size: 18px;
}
span.cand-no {
font-size: 14px;
}
.cta .col-md-7, .cta .col-md-5 {
max-width: 50%;
flex: 0 0 50%;
}
#feat .tcard img.img-fluid {
height: 50vw;
}
#feat .tcard .row.justify-content-center {
max-height: inherit;
}
#feat p.content {
font-size: 14px;
}
ul.social-icon li {
width: 30px;
height: 30px;
line-height: 28px;
margin: 0 2px;
}
ul.social-icon li i {
font-size: 12px;
}
.popupp .col-md-5 {
padding: 50px 20px;
background-image: url(../img/pop-bg.jpg);
background-size: cover;
max-width: 38%;
}
.mform .form-group {
margin-bottom: 20px;
}
p.flx .rem input {
height: 20px;
}
p.dhacc.tc {
margin-top: 4vw;
}
#login-frm-user .social-logins .col-md-12 a {
font-size: 10px;
width: calc(33.33% - 3px);
}
#login-frm-user .social-logins .col-md-12 a i {
margin-right: 5px;
}
.popupp .col-md-7 {
max-width: 62%;
flex: 0 0 62%;
padding: 20px;
}
.popupp .col-md-5 {
max-width: 38%;
}
.popupp .col-md-12 {
padding: 0 7px;
}
div#navbarNavAltMarkup .dropdown-menu-right {
right: unset;
left: 165px;
margin-top: 5px;
}
.reg-login a.dropdown-toggle {
display: inline-block;
text-align: center;
padding: 12px 10px;
top: 0;
width: 120px;
font-size: 12px;
}
.reg-login a.dropdown-toggle:focus {
outline: none;
box-shadow: none;
}
}
@media (min-width:992px) {
header {
position: sticky;
top: 0;
background: #fff;
z-index: 9;
}
}
@media (max-width:767px) {
#login-frm-user .social-logins .col-md-12 {
flex-direction: column;
padding: 0 15px;
}
#login-frm-user .social-logins .col-md-12 a {
font-size: 12px;
width: 100%;
margin-bottom: 10px;
}
}
@media (max-width: 700px) {
#cand .img-fluid12 {
max-width: 502px !important;
width: 100%;
height: auto !important;
}
.event-contestant .col-md-4.col-sm-12.sidebar {
display: none;
}
div.txt-card {
position: relative;
bottom: 0;
width: 100%;
}
.fe-abs {
padding: 20px 0;
}
div#feat {
padding-bottom: 30px !important;
}
#feat .owl-nav {
bottom: unset;
top: 30%;
}
#about .col-md-5, #about .col-md-7 {
width: 100%;
}
#about .col-md-5 {
text-align: center;
margin-bottom: 20px;
}
.cta h2.titleh2:after, #about h2.titleh2:after {
right: 0;
left: 0;
margin: 0 auto;
}
#about h2.titleh2 {
text-align: center;
}
.cta .col-md-7, .cta .col-md-5 {
text-align: center;
}
form.subs {
max-width: 400px;
width: 100%;
margin: 20px auto 0;
}
footer .col.col2, footer .col.col3 {
width: 50%;
flex: 50%;
}
footer .col.col1, footer .col.col4 {
width: 100%;
flex: 100%;
}
#footer .copyright p {
font-size: 12px;
}
h2.titleh2 {
font-size: 28px;
}
.pricing .card {
width: 100%;
margin: 10px auto;
max-width: 360px;
flex: 100%;
}
.pricing .card-price {
font-size: 2rem;
}
.pricing .card-title {
font-size: 14px;
font-weight: 600;
}
.fa-ul i.fas {
font-size: 8px;
width: 16px;
height: 16px;
line-height: 18px;
position: relative;
top: -1px;
}
ul.fa-ul li {
font-size: 14px;
margin-bottom: 10px;
}
.card-body a.btn.btn-block.btn-primary {
margin: 30px auto;
padding: 18px 20px 15px;
font-size: 14px;
letter-spacing: 0.5px;
}
.card-body > p {
font-size: 14px;
font-weight: 300;
}
div#floating-search {
top: 0px;
width: 90%;
margin: 50px auto 25PX;
box-shadow: 0px 0px 11px 0px #0002;
}
#floating-search .col-md-6 .form-group {
border-right: none;
padding-left: 0;
}
#floating-search > .row {
background: transparent;
}
#floating-search span.input-group-text.px-4 {
left: 8px;
}
#floating-search span.input-group-text i {
font-size: 13px;
}
#floating-search > .row > div input {
background: #edecec;
margin-bottom: 10px;
border-radius: 30px;
padding: 0 15px;
font-size: 14px;
}
input#floatingInputGrid {
padding-left: 35px !important;
}
#floating-search button.btn.btn-primary {
font-size: 14px;
width: 160px;
line-height: 24px;
position: relative;
top: 0;
right: 0;
padding: 10px;
margin: 0 auto;
display: block;
}
div#floating-search h2 {
font-size: 24px;
}
#feat .col-md-12 > p {
font-size: 14px;
}
.reg-login a.btn {
font-size: 12px;
padding: 12px 20px !important;
}
.popupp .col-md-7 {
padding: 20px 15px;
}
.form-group label {
font-size: 12px;
margin-bottom: 0;
}
.mform input.form-control {
line-height: 35px;
font-size: 12px;
}
.mform .form-group {
margin-bottom: 10px;
}
.popupp .col-md-5 {
padding: 30px 15px;
min-height: 32vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h3.titleh3 {
font-size: 18px;
}
h3.titleh3:after {
width: 35px;
}
div.modal-dialog {
top: 5vh;
max-height: 90vh;
border-radius: 7px;
overflow: auto;
}
p.flx {
font-size: 12px;
margin-bottom: 10px;
}
.popupp .col-md-7 > p {
margin-bottom: 10px;
font-size: 12px;
}
.mform .btn.btn-bg {
padding: 12px 25px;
font-size: 12px;
width: 100%;
}
p.dhacc.tc {
margin-top: 15px;
margin-bottom: 20px;
font-size: 12px;
}
.popupp h2.titleh2.tc {
font-size: 24px;
}
.modal button.close {
right: 5px;
top: 5px;
background: #fff;
color: #f68f32;
width: 20px;
height: 20px;
font-size: 20px;
box-shadow: 0px 0px 11px 0px #0002;
}
ul.social-icon li {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.mform .form-control.col-6 {
width: 100%;
flex: 100%;
max-width: 100%;
}
.mform .form-group.col-6 {
width: 100%;
flex: 100%;
max-width: 100%;
}
.popupp .col-md-12 {
padding: 0;
}
.mform .form-group.col-12:last-of-type {
margin-bottom: 15px;
}
form.vform.mform.row > .btn {
margin: 5px auto 0;
}
#vendorModal .modal-content {
padding-bottom: 0;
overflow: hidden;
}
.slider-content h4 {
font-size: 14px;
font-weight: 400;
width: auto;
padding: 0 40px;
letter-spacing: 2px;
}
.slider-content h4:before, .slider-content h4:after {
width: 20px;
}
.slider-content h4:before {
left: 0px;
}
.slider-content h4:after {
right: 0px;
}
.faqs a.card-link {
font-size: 16px;
padding: 15px;
}
.slider-content h2 {
font-size: 28px;
padding: 0 10px;
}
.faqs .card-body span {
font-size: 14px !important;
}
.lmore.breadcrumb p {
font-size: 12px;
}
footer h2.titleh2 {
font-weight: 500;
}
.col-4.serv, .col-3.serv {
flex: 0 0 100%;
min-width: 100%;
}
span.prev-icon, span.next-icon {
filter: grayscale(0);
}
#carouselExampleControls .carousel-control-prev, #carouselExampleControls .carousel-control-next {
position: relative;
width: auto;
margin: 15px 5px 0 5px;
display: inline-block;
}
div#carouselExampleControls {
text-align: center;
}
div#floating-search .row {
background: none;
border-radius: 0px;
margin: 0;
padding: 10px 0;
}
div#floating-search .row .form-group input {
background: #edecec;
margin-bottom: 10px;
border-radius: 30px;
padding: 0 15px;
font-size: 14px;
}
#floating-search.evnt button.btn.btn-primary {
width: auto;
padding: 10px 25px;
}
div#eve {
padding-top: 30px;
}
#eve .txt-card {
max-width: 100%;
}
div#event-page {
border-radius: 0;
}
div#floating-search .row {
margin: 0 -15px;
}
.event-contestant .eve-img {
height: auto;
padding: 15px;
margin-bottom: 20px;
box-shadow: 0 0 10px 0 #0004;
}
.eve-title {
width: 100%;
}
p.eve-date-time span {
width: auto;
}
form#seachform .row > .col-md-6 {
max-width: 100%;
}
form#seachform .row > .col-md-4 {
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
flex: 0 0 100%;
}
#floating-search .col-md-2 {
position: relative;
max-width: unset;
flex: none;
}
h2#swal2-title {
font-size: 18px;
line-height: initial;
}
.cta .col-md-7, .cta .col-md-5 {
max-width: 100%;
flex: 0 0 100%;
}
.serv-body h3 {
font-size: 20px;
}
#carouselExampleControls .carousel-control-next {
position: absolute;
width: 25px;
margin: 15px 5px 0 5px;
display: inline-block;
bottom: 10px;
height: 25px;
top: unset;
right: 40%;
opacity: 1;
}
#carouselExampleControls .carousel-control-prev {
position: absolute;
width: 25px;
margin: 15px 5px 0 5px;
display: inline-block;
bottom: 10px;
height: 25px;
top: unset;
left: 40%;
opacity: 1;
}
div#carouselExampleControls > a img {
width: 25px;
}
.slider-content > p span {
font-size: 16px !important;
letter-spacing: 0;
}
.slider-content > p {
font-size: 16px;
letter-spacing: 0px;
padding: 15px;
}
button.btn.btn-primary.nletter {
width: 135px;
}
.cta input.form-control {
padding: 4px 140px 2px 20px;
}
.popupp .col-md-5, .popupp .col-md-7 {
max-width: 100%;
flex: 0 0 100%;
}
form#login-frm-user {
display: inline;
}
div#navbarNavAltMarkup .dropdown-menu-right {
right: unset;
left: 165px;
margin-top: 5px;
}
}
@media (max-width: 580px) {
#eve .gallery_product, #cand .gallery_product {
flex: 0 0 100%;
max-width: 100%;
}
#eve .tcard .justify-content-center, .events .tcard .justify-content-center {
width: 100%;
height: 60vw;
min-height: 60vw;
max-height: 60vw;
}
.event-titlee {
flex-direction: column;
}
.event-contestant .eve-img {
display: block;
width: 100% !important;
height: auto;
}
.eve-title h2 {
font-size: 20px;
}
p.eve-date-time {
font-size: 14px;
justify-content: space-between;
}
#candidate .col-md-3 {
max-width: 100%;
position: relative;
margin-top: 20px;
}
#candidate .col-md-3 button.btn.btn-bg {
font-size: 12px;
}
#candidate {
position: relative;
background: none;
}
#candidate .col-md-9 {
max-width: 100%;
padding-right: 15px;
background: #ebebeb;
border-radius: 30px;
}
div#eve-detail {
padding-bottom: 20px;
}
.eve-img {
display: none;
}
.eve-description h4 {
font-size: 16px;
}
.eve-description {
padding: 20px 30px;
}
.form-group.w50, .form-group.w100 {
width: 100%;
padding: 10px;
}
.addrs {
position: unset;
width: 95%;
margin: 0 auto 30px;
}
.addrs h3.titleh3 {
font-size: 18px;
}
a.btn.lmap {
font-size: 12px;
}
span.icnn {
font-size: 14px;
}
span.map-icn {
width: 65px;
padding: 15px;
}
.direc.col-8 {
max-width: calc(100% - 65px);
flex: calc(100% - 65px);
}
.dicon.col-4 {
width: 65px;
flex: 65px;
max-width: 65px;
float: right;
}
.form-control {
font-size: 16px;
}
span.date-abs {
font-size: 16px;
width: 60px;
top: 30px;
}
#vendForm .form-group.col-12 div.col-6 {
float: left;
max-width: 100%;
flex: 0 0 100%;
padding: 0;
margin-bottom: 20px;
}
#vendForm .form-group.col-12.multii input, #vendForm .form-group.col-12.multii select {
margin-bottom: 0px;
}
button#btnPrevious, button#nxtBtn {
margin-bottom: 10px;
max-width: calc(100% - 30px);
margin: 0 auto 10px;
display: block;
top: 10px;
position: relative;
}
#vendForm .form-group.col-12 div.col-6:last-child {
margin-bottom: 0;
}
}
/********************************Ipad**************************/
@media only screen and (device-width: 768px) {
/* iPad screen size rules */
input[type="date"]:before {
color: #999999;
content: attr(placeholder);
}
input[type="date"] {
color: #ffffff;
}
input[type="date"]:focus, input[type="date"]:valid {
color: #666666;
}
input[type="date"]:focus::before, input[type="date"]:valid::before {
content: "" !important;
}
}
@media only screen and (min-device-width: 481px) and
(max-device-width: 1024px) and (orientation:portrait) {
/* Portrait iPad display */
input[type="date"]:before {
color: #999999;
content: attr(placeholder);
}
input[type="date"] {
color: #ffffff;
}
input[type="date"]:focus, input[type="date"]:valid {
color: #666666;
}
input[type="date"]:focus::before, input[type="date"]:valid::before {
content: "" !important;
}
}
@media only screen and (min-device-width: 481px) and
(max-device-width: 1024px) and (orientation:landscape) {
/* Landscape iPad display */
input[type="date"]:before {
color: #999999;
content: attr(placeholder);
}
input[type="date"] {
color: #ffffff;
}
input[type="date"]:focus, input[type="date"]:valid {
color: #666666;
}
input[type="date"]:focus::before, input[type="date"]:valid::before {
content: "" !important;
}
} | public/css/responsive.css | @media (max-width:1650px) {
#feat .tcard {
padding-bottom: 60px !important;
}
}
@media (min-width:1201px) and (max-width:1400px) {
#navbarNavAltMarkup a.nav-link {
margin-right: 30px;
}
.reg-login a, .navbar-nav a {
font-size: 15px;
}
.reg-login .btn.btn-bg {
padding: 15px 30px;
}
#navbarNavAltMarkup a.nav-link {
margin-right: 22px;
}
}
@media (min-width:1201px) and (max-width:1350px) {
h2.titleh2.event-title {
font-size: 22px;
}
a.btn.btn-bg.view-contest {
font-size: 12px;
padding: 12px 15px;
letter-spacing: 0;
}
.txt-card {
padding: 20px 15px;
}
span.date-abs {
font-size: 26px;
width: 90px;
}
#feat p.content {
line-height: unset;
}
}
@media (max-width:1200px) {
h2.titleh2.event-title {
font-size: 20px;
}
#feat p.content {
padding-bottom: 10px;
line-height: unset;
}
a.btn.btn-bg.view-contest {
font-size: 12px;
padding: 12px 15px;
letter-spacing: 0;
}
.txt-card {
padding: 18px 15px;
box-shadow: 0px 0px 11px 0px #0002;
width: calc(100% - 70px);
}
span.date-abs {
font-size: 20px;
width: 70px;
top: 20px;
}
#about p {
font-size: 16px;
line-height: 1.6;
}
h2.titleh2 {
font-size: 42px;
}
.fa-ul i.fas {
font-size: 11px;
width: 22px;
height: 22px;
line-height: 23px;
}
ul.fa-ul li {
font-size: 16px;
font-weight: 400;
}
.pricing .card-price {
font-size: 2.8rem;
}
#navbarNavAltMarkup a.nav-link {
padding: 42px 0px;
font-size: 15px;
margin-right: 20px;
}
.slider-content h2 {
font-size: 48px;
}
.serv-body h3 {
font-size: 24px;
}
#feat p.content {
font-size: 12px;
letter-spacing: 0px;
}
}
@media (min-width:1100px) {
#eve .tcard .justify-content-center, .events .tcard .justify-content-center {
width: 100%;
height: 20vw;
min-height: 20vw;
max-height: 20vw;
}
form.subs {
max-width: 480px;
float: right;
width: 100%;
}
.cta input.form-control {
height: 60px;
}
button.btn.btn-primary.nletter {
line-height: 62px;
}
}
@media (max-width:1100px) {
#navbarNavAltMarkup a.nav-link {
padding: 38px 0px;
margin-right: 15px;
font-size: 14px;
}
img.logo {
max-height: 70px;
transition: all ease 0.5s;
}
.fixed-top img.logo {
max-height: 55px;
}
.fixed-top #navbarNavAltMarkup a.nav-link {
padding: 29px 0 31px;
}
span.date-abs {
font-size: 18px;
width: 70px;
}
h2.titleh2.event-title {
font-size: 16px;
}
#feat p.content {
font-size: 12px;
}
div#about {
padding: 10px 0 70px;
}
#about p, .pricing .col-md-12 > p, #tests > .container > p, body p {
font-size: 14px;
}
footer#footer p, footer#footer a, footer#footer li {
line-height: 1.7;
font-size: 14px;
}
h2.titleh2 {
font-size: 36px;
}
div#floating-search h2 {
font-size: 36px;
}
footer h2.titleh2 {
font-size: 22px;
margin-bottom: 20px;
}
button.btn.btn-primary.nletter {
width: 130px;
font-size: 14px;
line-height: 52px;
}
.cta input.form-control {
line-height: 40px;
padding: 4px 135px 2px 20px;
}
a.btn.btn-bg {
padding: 15px 20px;
}
.reg-login a {
font-size: 14px;
letter-spacing: 0;
}
#about p {
margin-bottom: 10px;
}
#about a.btn.btn-bg.mt-4 {
margin-top: 15px !important;
}
.btn {
font-size: 14px;
}
.card-body > p {
font-size: 16px;
font-weight: 300;
}
#feat .col-md-12 > p {
font-size: 16px;
}
#eve .gallery_product, #cand .gallery_product {
margin-bottom: 20px;
flex: 0 0 50%;
max-width: 50%;
}
#eve .tcard .justify-content-center, .events .tcard .justify-content-center {
width: 100%;
height: 25vw;
min-height: 25vw;
max-height: 25vw;
}
form#seachform .row > .col-md-6 {
max-width: 45%;
}
form#seachform .row > .col-md-4 {
padding-left: 0;
padding-right: 0;
max-width: calc(55% - 195px);
flex: 0 0 calc(55% - 195px);
}
#floating-search .col-md-2 {
position: relative;
max-width: 195px;
flex: 0 0 195px;
}
.team-mem {
padding: 30px 0 !important;
}
.team-mem h3 {
font-size: 20px !important;
}
.team-mem h4 {
font-size: 15px !important;
}
.team-mem > span {
width: 140px;
height: 140px;
}
.item > .team-mem > img {
width: 140px !important;
height: 140px !important;
}
#login-frm-user .social-logins .col-md-12 a {
padding: 12px 8px;
font-size: 11px;
width: calc(33.33% - 3px);
}
.popupp .col-md-7 {
padding: 30px;
}
p.flx {
font-size: 12px;
}
}
@media (max-width:999px) {
.col-md-4.col-sm-12.sidebar {
flex: 0 0 100%;
max-width: 100%;
}
.col-md-8.col-sm-12.edetail {
flex: 0 0 100%;
max-width: 100%;
}
.candidate-vote {
max-width: 540px;
float: none;
margin: 0 auto;
}
.event-details {
margin-bottom: 55px;
}
p.eve-date-time {
font-size: 14px;
justify-content: space-between;
}
.feat-event div.owl-item {
transform: scale(1);
}
.fe-abs {
display: block;
padding: 20px;
}
span.date-abs {
left: 30px;
}
.txt-card {
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 80%;
max-width: 400px;
height: fit-content;
}
.cta h2.titleh2 {
margin-bottom: 15px;
}
div#floating-search h2 {
font-size: 32px;
}
h2.titleh2 {
font-size: 32px;
margin-bottom: 20px;
}
#tests .tcard {
background: linear-gradient(152deg, #f47f34, #fdb92e);
color: #fff;
max-width: 500px;
margin: 0 auto;
width: 90%;
}
#feat .tcard {
padding-bottom: 0 !important;
}
button.btn.btn-primary.nletter {
width: 120px;
}
.cta input.form-control {
line-height: 50px;
padding: 4px 125px 2px 20px;
}
.cta input.form-control::placeholder {
color: #fff;
font-size: 12px;
}
footer h2.titleh2:after {
width: 35px;
}
footer h2.titleh2 {
font-size: 18px;
}
footer .col {
padding: 0 5px;
}
.slider-content {
padding: 9vw 0 11vw;
}
iv#floating-search h2 {
margin-bottom: 30px;
font-size: 36px;
}
.slider-content h2 {
font-size: 38px;
}
#navbarNavAltMarkup a.nav-link {
padding: 10px !important;
margin-right: 0;
font-size: 14px;
border: none !important;
margin-bottom: 5px;
color: #fff;
}
img.logo {
max-height: 55px;
}
div#navbarNavAltMarkup {
position: fixed;
width: 100vw;
left: 0;
padding: 100px 20px 20px;
top: 0;
z-index: 9;
height: 100vh;
background: #fde72e;
overflow-y: auto;
}
button.navbar-toggler {
position: relative !important;
z-index: 99 !important;
display: block;
}
a.navbar-brand {
position: relative;
z-index: 99;
}
header {
padding-bottom: 85px;
}
nav#navbar_top {
position: fixed;
z-index: 9;
width: 100%;
}
#navbarNavAltMarkup a.nav-link.active, #navbarNavAltMarkup a.nav-link:hover {
border-top: 4px solid #ffa500;
color: #fff;
letter-spacing: 1px;
background: #fff6;
}
#navbarNavAltMarkup a.nav-link:hover {
background: #fff3;
}
.reg-login a.btn {
font-size: 13px;
letter-spacing: 0;
border: none !important;
background: #fff !important;
padding: 12px 25px !important;
font-weight: 500;
margin-right: 10px !important;
color: #fde72e !important;
top: 0;
}
#feat .col-md-12 > p {
margin: 0 auto 20px;
}
.col-4.serv, .col-3.serv {
min-width: 50%;
}
div#feat.py-5 {
padding-bottom: 0rem !important;
}
.col-md-4.col-sm-12.sidebar {
flex: 0 0 100%;
max-width: 100%;
}
.event-contestant .single-event-ticket {
margin: 30px auto 0;
float: none;
}
.col-md-8.col-sm-12.edetail {
flex: 0 0 100%;
max-width: 100%;
}
.event-contestant .col-md-8.col-sm-12.edetail {
display: flex;
flex-direction: column;
}
h2.cand-name {
font-size: 18px;
}
span.cand-no {
font-size: 14px;
}
.cta .col-md-7, .cta .col-md-5 {
max-width: 50%;
flex: 0 0 50%;
}
#feat .tcard img.img-fluid {
height: 50vw;
}
#feat .tcard .row.justify-content-center {
max-height: inherit;
}
#feat p.content {
font-size: 14px;
}
ul.social-icon li {
width: 30px;
height: 30px;
line-height: 28px;
margin: 0 2px;
}
ul.social-icon li i {
font-size: 12px;
}
.popupp .col-md-5 {
padding: 50px 20px;
background-image: url(../img/pop-bg.jpg);
background-size: cover;
max-width: 38%;
}
.mform .form-group {
margin-bottom: 20px;
}
p.flx .rem input {
height: 20px;
}
p.dhacc.tc {
margin-top: 4vw;
}
#login-frm-user .social-logins .col-md-12 a {
font-size: 10px;
width: calc(33.33% - 3px);
}
#login-frm-user .social-logins .col-md-12 a i {
margin-right: 5px;
}
.popupp .col-md-7 {
max-width: 62%;
flex: 0 0 62%;
padding: 20px;
}
.popupp .col-md-5 {
max-width: 38%;
}
.popupp .col-md-12 {
padding: 0 7px;
}
div#navbarNavAltMarkup .dropdown-menu-right {
right: unset;
left: 165px;
margin-top: 5px;
}
.reg-login a.dropdown-toggle {
display: inline-block;
text-align: center;
padding: 12px 10px;
top: 0;
width: 120px;
font-size: 12px;
}
.reg-login a.dropdown-toggle:focus {
outline: none;
box-shadow: none;
}
}
@media (min-width:992px) {
header {
position: sticky;
top: 0;
background: #fff;
z-index: 9;
}
}
@media (max-width:767px) {
#login-frm-user .social-logins .col-md-12 {
flex-direction: column;
padding: 0 15px;
}
#login-frm-user .social-logins .col-md-12 a {
font-size: 12px;
width: 100%;
margin-bottom: 10px;
}
}
@media (max-width: 700px) {
#cand .img-fluid12 {
max-width: 502px !important;
width: 100%;
height: auto !important;
}
.event-contestant .col-md-4.col-sm-12.sidebar {
display: none;
}
div.txt-card {
position: relative;
bottom: 0;
width: 100%;
}
.fe-abs {
padding: 20px 0;
}
div#feat {
padding-bottom: 30px !important;
}
#feat .owl-nav {
bottom: unset;
top: 30%;
}
#about .col-md-5, #about .col-md-7 {
width: 100%;
}
#about .col-md-5 {
text-align: center;
margin-bottom: 20px;
}
.cta h2.titleh2:after, #about h2.titleh2:after {
right: 0;
left: 0;
margin: 0 auto;
}
#about h2.titleh2 {
text-align: center;
}
.cta .col-md-7, .cta .col-md-5 {
text-align: center;
}
form.subs {
max-width: 400px;
width: 100%;
margin: 20px auto 0;
}
footer .col.col2, footer .col.col3 {
width: 50%;
flex: 50%;
}
footer .col.col1, footer .col.col4 {
width: 100%;
flex: 100%;
}
#footer .copyright p {
font-size: 12px;
}
h2.titleh2 {
font-size: 28px;
}
.pricing .card {
width: 100%;
margin: 10px auto;
max-width: 360px;
flex: 100%;
}
.pricing .card-price {
font-size: 2rem;
}
.pricing .card-title {
font-size: 14px;
font-weight: 600;
}
.fa-ul i.fas {
font-size: 8px;
width: 16px;
height: 16px;
line-height: 18px;
position: relative;
top: -1px;
}
ul.fa-ul li {
font-size: 14px;
margin-bottom: 10px;
}
.card-body a.btn.btn-block.btn-primary {
margin: 30px auto;
padding: 18px 20px 15px;
font-size: 14px;
letter-spacing: 0.5px;
}
.card-body > p {
font-size: 14px;
font-weight: 300;
}
div#floating-search {
top: 0px;
width: 90%;
margin: 50px auto 25PX;
box-shadow: 0px 0px 11px 0px #0002;
}
#floating-search .col-md-6 .form-group {
border-right: none;
padding-left: 0;
}
#floating-search > .row {
background: transparent;
}
#floating-search span.input-group-text.px-4 {
left: 8px;
}
#floating-search span.input-group-text i {
font-size: 13px;
}
#floating-search > .row > div input {
background: #edecec;
margin-bottom: 10px;
border-radius: 30px;
padding: 0 15px;
font-size: 14px;
}
input#floatingInputGrid {
padding-left: 35px !important;
}
#floating-search button.btn.btn-primary {
font-size: 14px;
width: 160px;
line-height: 24px;
position: relative;
top: 0;
right: 0;
padding: 10px;
margin: 0 auto;
display: block;
}
div#floating-search h2 {
font-size: 24px;
}
#feat .col-md-12 > p {
font-size: 14px;
}
.reg-login a.btn {
font-size: 12px;
padding: 12px 20px !important;
}
.popupp .col-md-7 {
padding: 20px 15px;
}
.form-group label {
font-size: 12px;
margin-bottom: 0;
}
.mform input.form-control {
line-height: 35px;
font-size: 12px;
}
.mform .form-group {
margin-bottom: 10px;
}
.popupp .col-md-5 {
padding: 30px 15px;
min-height: 32vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h3.titleh3 {
font-size: 18px;
}
h3.titleh3:after {
width: 35px;
}
div.modal-dialog {
top: 5vh;
max-height: 90vh;
border-radius: 7px;
overflow: auto;
}
p.flx {
font-size: 12px;
margin-bottom: 10px;
}
.popupp .col-md-7 > p {
margin-bottom: 10px;
font-size: 12px;
}
.mform .btn.btn-bg {
padding: 12px 25px;
font-size: 12px;
width: 100%;
}
p.dhacc.tc {
margin-top: 15px;
margin-bottom: 20px;
font-size: 12px;
}
.popupp h2.titleh2.tc {
font-size: 24px;
}
.modal button.close {
right: 5px;
top: 5px;
background: #fff;
color: #f68f32;
width: 20px;
height: 20px;
font-size: 20px;
box-shadow: 0px 0px 11px 0px #0002;
}
ul.social-icon li {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.mform .form-control.col-6 {
width: 100%;
flex: 100%;
max-width: 100%;
}
.mform .form-group.col-6 {
width: 100%;
flex: 100%;
max-width: 100%;
}
.popupp .col-md-12 {
padding: 0;
}
.mform .form-group.col-12:last-of-type {
margin-bottom: 15px;
}
form.vform.mform.row > .btn {
margin: 5px auto 0;
}
#vendorModal .modal-content {
padding-bottom: 0;
overflow: hidden;
}
.slider-content h4 {
font-size: 14px;
font-weight: 400;
width: auto;
padding: 0 40px;
letter-spacing: 2px;
}
.slider-content h4:before, .slider-content h4:after {
width: 20px;
}
.slider-content h4:before {
left: 0px;
}
.slider-content h4:after {
right: 0px;
}
.faqs a.card-link {
font-size: 16px;
padding: 15px;
}
.slider-content h2 {
font-size: 28px;
padding: 0 10px;
}
.faqs .card-body span {
font-size: 14px !important;
}
.lmore.breadcrumb p {
font-size: 12px;
}
footer h2.titleh2 {
font-weight: 500;
}
.col-4.serv, .col-3.serv {
flex: 0 0 100%;
min-width: 100%;
}
span.prev-icon, span.next-icon {
filter: grayscale(0);
}
#carouselExampleControls .carousel-control-prev, #carouselExampleControls .carousel-control-next {
position: relative;
width: auto;
margin: 15px 5px 0 5px;
display: inline-block;
}
div#carouselExampleControls {
text-align: center;
}
div#floating-search .row {
background: none;
border-radius: 0px;
margin: 0;
padding: 10px 0;
}
div#floating-search .row .form-group input {
background: #edecec;
margin-bottom: 10px;
border-radius: 30px;
padding: 0 15px;
font-size: 14px;
}
#floating-search.evnt button.btn.btn-primary {
width: auto;
padding: 10px 25px;
}
div#eve {
padding-top: 30px;
}
#eve .txt-card {
max-width: 100%;
}
div#event-page {
border-radius: 0;
}
div#floating-search .row {
margin: 0 -15px;
}
.event-contestant .eve-img {
height: auto;
padding: 15px;
margin-bottom: 20px;
box-shadow: 0 0 10px 0 #0004;
}
.eve-title {
width: 100%;
}
p.eve-date-time span {
width: auto;
}
form#seachform .row > .col-md-6 {
max-width: 100%;
}
form#seachform .row > .col-md-4 {
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
flex: 0 0 100%;
}
#floating-search .col-md-2 {
position: relative;
max-width: unset;
flex: none;
}
h2#swal2-title {
font-size: 18px;
line-height: initial;
}
.cta .col-md-7, .cta .col-md-5 {
max-width: 100%;
flex: 0 0 100%;
}
.serv-body h3 {
font-size: 20px;
}
#carouselExampleControls .carousel-control-next {
position: absolute;
width: 25px;
margin: 15px 5px 0 5px;
display: inline-block;
bottom: 10px;
height: 25px;
top: unset;
right: 40%;
opacity: 1;
}
#carouselExampleControls .carousel-control-prev {
position: absolute;
width: 25px;
margin: 15px 5px 0 5px;
display: inline-block;
bottom: 10px;
height: 25px;
top: unset;
left: 40%;
opacity: 1;
}
div#carouselExampleControls > a img {
width: 25px;
}
.slider-content > p span {
font-size: 16px !important;
letter-spacing: 0;
}
.slider-content > p {
font-size: 16px;
letter-spacing: 0px;
padding: 15px;
}
button.btn.btn-primary.nletter {
width: 135px;
}
.cta input.form-control {
padding: 4px 140px 2px 20px;
}
.popupp .col-md-5, .popupp .col-md-7 {
max-width: 100%;
flex: 0 0 100%;
}
form#login-frm-user {
display: inline;
}
div#navbarNavAltMarkup .dropdown-menu-right {
right: unset;
left: 165px;
margin-top: 5px;
}
}
@media (max-width: 580px) {
#eve .gallery_product, #cand .gallery_product {
flex: 0 0 100%;
max-width: 100%;
}
#eve .tcard .justify-content-center, .events .tcard .justify-content-center {
width: 100%;
height: 60vw;
min-height: 60vw;
max-height: 60vw;
}
.event-titlee {
flex-direction: column;
}
.event-contestant .eve-img {
display: block;
width: 100% !important;
height: auto;
}
.eve-title h2 {
font-size: 20px;
}
p.eve-date-time {
font-size: 14px;
justify-content: space-between;
}
#candidate .col-md-3 {
max-width: 100%;
position: relative;
margin-top: 20px;
}
#candidate .col-md-3 button.btn.btn-bg {
font-size: 12px;
}
#candidate {
position: relative;
background: none;
}
#candidate .col-md-9 {
max-width: 100%;
padding-right: 15px;
background: #ebebeb;
border-radius: 30px;
}
div#eve-detail {
padding-bottom: 20px;
}
.eve-img {
display: none;
}
.eve-description h4 {
font-size: 16px;
}
.eve-description {
padding: 20px 30px;
}
.form-group.w50, .form-group.w100 {
width: 100%;
padding: 10px;
}
.addrs {
position: unset;
width: 95%;
margin: 0 auto 30px;
}
.addrs h3.titleh3 {
font-size: 18px;
}
a.btn.lmap {
font-size: 12px;
}
span.icnn {
font-size: 14px;
}
span.map-icn {
width: 65px;
padding: 15px;
}
.direc.col-8 {
max-width: calc(100% - 65px);
flex: calc(100% - 65px);
}
.dicon.col-4 {
width: 65px;
flex: 65px;
max-width: 65px;
float: right;
}
.form-control {
font-size: 16px;
}
span.date-abs {
font-size: 16px;
width: 60px;
top: 30px;
}
#vendForm .form-group.col-12 div.col-6 {
float: left;
max-width: 100%;
flex: 0 0 100%;
padding: 0;
margin-bottom: 20px;
}
#vendForm .form-group.col-12.multii input, #vendForm .form-group.col-12.multii select {
margin-bottom: 0px;
}
button#btnPrevious, button#nxtBtn {
margin-bottom: 10px;
max-width: calc(100% - 30px);
margin: 0 auto 10px;
display: block;
top: 10px;
position: relative;
}
#vendForm .form-group.col-12 div.col-6:last-child {
margin-bottom: 0;
}
}
/********************************Ipad**************************/
@media only screen and (device-width: 768px) {
/* iPad screen size rules */
input[type="date"]:before {
color: #999999;
content: attr(placeholder);
}
input[type="date"] {
color: #ffffff;
}
input[type="date"]:focus, input[type="date"]:valid {
color: #666666;
}
input[type="date"]:focus::before, input[type="date"]:valid::before {
content: "" !important;
}
}
@media only screen and (min-device-width: 481px) and
(max-device-width: 1024px) and (orientation:portrait) {
/* Portrait iPad display */
input[type="date"]:before {
color: #999999;
content: attr(placeholder);
}
input[type="date"] {
color: #ffffff;
}
input[type="date"]:focus, input[type="date"]:valid {
color: #666666;
}
input[type="date"]:focus::before, input[type="date"]:valid::before {
content: "" !important;
}
}
@media only screen and (min-device-width: 481px) and
(max-device-width: 1024px) and (orientation:landscape) {
/* Landscape iPad display */
input[type="date"]:before {
color: #999999;
content: attr(placeholder);
}
input[type="date"] {
color: #ffffff;
}
input[type="date"]:focus, input[type="date"]:valid {
color: #666666;
}
input[type="date"]:focus::before, input[type="date"]:valid::before {
content: "" !important;
}
} | 0.178992 | 0.097777 |
.font-robo {
font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}
.font-poppins {
font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
height: 50px;
right: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}.footer{
position:absolute;
bottom: 0px;
width:100%;
}
.isi{
margin-top: 140px;
margin-left: 70px;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.input--style-4 {
line-height: 50px;
background: #fafafa;
/* -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); */
-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
/* -webkit-border-radius: 5px; */
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 20px;
font-size: 16px;
color: #666;
/* -webkit-transition: all 0.4s ease; */
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
input {
outline: none;
margin: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
font-size: 14px;
font-family: inherit;
}
@media (min-width: 768px)
.col-sm-6 {
width: 50%;
}
@media (min-width: 768px)
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1300px)
.container {
max-width: 1300px;
} | asets/css/custom.css | .font-robo {
font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}
.font-poppins {
font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
height: 50px;
right: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}.footer{
position:absolute;
bottom: 0px;
width:100%;
}
.isi{
margin-top: 140px;
margin-left: 70px;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.input--style-4 {
line-height: 50px;
background: #fafafa;
/* -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); */
-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
/* -webkit-border-radius: 5px; */
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 20px;
font-size: 16px;
color: #666;
/* -webkit-transition: all 0.4s ease; */
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
input {
outline: none;
margin: 0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
font-size: 14px;
font-family: inherit;
}
@media (min-width: 768px)
.col-sm-6 {
width: 50%;
}
@media (min-width: 768px)
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1300px)
.container {
max-width: 1300px;
} | 0.278846 | 0.065635 |
@font-face {
font-family: 'CloudianIconsPro';
src: url('fonts/CloudianIconsPro.eot?u3wap4');
src: url('fonts/CloudianIconsPro.eot?u3wap4#iefix') format('embedded-opentype'),
url('fonts/CloudianIconsPro.ttf?u3wap4') format('truetype'),
url('fonts/CloudianIconsPro.woff?u3wap4') format('woff'),
url('fonts/CloudianIconsPro.svg?u3wap4#CloudianIconsPro') format('svg');
font-weight: normal;
font-style: normal;
}
.ci-pro {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'CloudianIconsPro' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ci-times:before {
content: "\eaf2";
}
.ci-tick:before {
content: "\eaf3";
}
.ci-plus2:before {
content: "\eaf4";
}
.ci-minus2:before {
content: "\eaf5";
}
.ci-equals:before {
content: "\eaf6";
}
.ci-divide:before {
content: "\eaf7";
}
.ci-chevron-right:before {
content: "\eaf8";
}
.ci-chevron-left:before {
content: "\eaf9";
}
.ci-arrow-right-thick:before {
content: "\eafa";
}
.ci-arrow-left-thick:before {
content: "\eafb";
}
.ci-th-small:before {
content: "\eafc";
}
.ci-th-menu:before {
content: "\eafd";
}
.ci-th-list:before {
content: "\eafe";
}
.ci-th-large:before {
content: "\eaff";
}
.ci-home4:before {
content: "\eb00";
}
.ci-arrow-forward:before {
content: "\eb01";
}
.ci-arrow-back:before {
content: "\eb02";
}
.ci-rss3:before {
content: "\eb03";
}
.ci-location3:before {
content: "\eb04";
}
.ci-link2:before {
content: "\eb05";
}
.ci-image2:before {
content: "\eb06";
}
.ci-arrow-up-thick:before {
content: "\eb07";
}
.ci-arrow-down-thick:before {
content: "\eb08";
}
.ci-starburst:before {
content: "\eb09";
}
.ci-starburst-outline:before {
content: "\eb0a";
}
.ci-star:before {
content: "\eb0b";
}
.ci-flow-children:before {
content: "\eb0c";
}
.ci-export:before {
content: "\eb0d";
}
.ci-delete:before {
content: "\eb0e";
}
.ci-delete-outline:before {
content: "\eb0f";
}
.ci-cloud-storage:before {
content: "\eb10";
}
.ci-wi-fi:before {
content: "\eb11";
}
.ci-heart2:before {
content: "\eb12";
}
.ci-flash:before {
content: "\eb13";
}
.ci-cancel:before {
content: "\eb14";
}
.ci-backspace:before {
content: "\eb15";
}
.ci-attachment2:before {
content: "\eb16";
}
.ci-arrow-move:before {
content: "\eb17";
}
.ci-warning2:before {
content: "\eb18";
}
.ci-user2:before {
content: "\eb19";
}
.ci-radar:before {
content: "\eb1a";
}
.ci-lock-open:before {
content: "\eb1b";
}
.ci-lock-closed:before {
content: "\eb1c";
}
.ci-location-arrow:before {
content: "\eb1d";
}
.ci-info2:before {
content: "\eb1e";
}
.ci-user-delete:before {
content: "\eb1f";
}
.ci-user-add:before {
content: "\eb20";
}
.ci-media-pause:before {
content: "\eb21";
}
.ci-group:before {
content: "\eb22";
}
.ci-chart-pie:before {
content: "\eb23";
}
.ci-chart-line:before {
content: "\eb24";
}
.ci-chart-bar:before {
content: "\eb25";
}
.ci-chart-area:before {
content: "\eb26";
}
.ci-video:before {
content: "\eb27";
}
.ci-point-of-interest:before {
content: "\eb28";
}
.ci-infinity:before {
content: "\eb29";
}
.ci-globe:before {
content: "\eb2a";
}
.ci-eye2:before {
content: "\eb2b";
}
.ci-cog2:before {
content: "\eb2c";
}
.ci-camera2:before {
content: "\eb2d";
}
.ci-upload4:before {
content: "\eb2e";
}
.ci-scissors2:before {
content: "\eb2f";
}
.ci-refresh:before {
content: "\eb30";
}
.ci-pin:before {
content: "\eb31";
}
.ci-key3:before {
content: "\eb32";
}
.ci-info-large:before {
content: "\eb33";
}
.ci-eject2:before {
content: "\eb34";
}
.ci-download4:before {
content: "\eb35";
}
.ci-zoom:before {
content: "\eb36";
}
.ci-zoom-out2:before {
content: "\eb37";
}
.ci-zoom-in2:before {
content: "\eb38";
}
.ci-sort-numerically:before {
content: "\eb39";
}
.ci-sort-alphabetically:before {
content: "\eb3a";
}
.ci-input-checked:before {
content: "\eb3b";
}
.ci-calender:before {
content: "\eb3c";
}
.ci-world:before {
content: "\eb3d";
}
.ci-notes:before {
content: "\eb3e";
}
.ci-code:before {
content: "\eb3f";
}
.ci-arrow-sync:before {
content: "\eb40";
}
.ci-arrow-shuffle:before {
content: "\eb41";
}
.ci-arrow-repeat:before {
content: "\eb42";
}
.ci-arrow-minimise:before {
content: "\eb43";
}
.ci-arrow-maximise:before {
content: "\eb44";
}
.ci-arrow-loop:before {
content: "\eb45";
}
.ci-anchor:before {
content: "\eb46";
}
.ci-spanner:before {
content: "\eb47";
}
.ci-puzzle:before {
content: "\eb48";
}
.ci-power2:before {
content: "\eb49";
}
.ci-plane:before {
content: "\eb4a";
}
.ci-pi:before {
content: "\eb4b";
}
.ci-phone2:before {
content: "\eb4c";
}
.ci-microphone:before {
content: "\eb4d";
}
.ci-media-rewind:before {
content: "\eb4e";
}
.ci-flag2:before {
content: "\eb4f";
}
.ci-adjust-brightness:before {
content: "\eb50";
}
.ci-waves:before {
content: "\eb51";
}
.ci-social-twitter:before {
content: "\eb52";
}
.ci-social-facebook:before {
content: "\eb53";
}
.ci-social-dribbble:before {
content: "\eb54";
}
.ci-media-stop:before {
content: "\eb55";
}
.ci-media-record:before {
content: "\eb56";
}
.ci-media-play:before {
content: "\eb57";
}
.ci-media-fast-forward:before {
content: "\eb58";
}
.ci-media-eject:before {
content: "\eb59";
}
.ci-social-vimeo:before {
content: "\eb5a";
}
.ci-social-tumbler:before {
content: "\eb5b";
}
.ci-social-skype:before {
content: "\eb5c";
}
.ci-social-pinterest:before {
content: "\eb5d";
}
.ci-social-linkedin:before {
content: "\eb5e";
}
.ci-social-last-fm:before {
content: "\eb5f";
}
.ci-social-github:before {
content: "\eb60";
}
.ci-social-flickr:before {
content: "\eb61";
}
.ci-at:before {
content: "\eb62";
}
.ci-times-outline:before {
content: "\eb63";
}
.ci-plus-outline:before {
content: "\eb64";
}
.ci-minus-outline:before {
content: "\eb65";
}
.ci-tick-outline:before {
content: "\eb66";
}
.ci-th-large-outline:before {
content: "\eb67";
}
.ci-equals-outline:before {
content: "\eb68";
}
.ci-divide-outline:before {
content: "\eb69";
}
.ci-chevron-right-outline:before {
content: "\eb6a";
}
.ci-chevron-left-outline:before {
content: "\eb6b";
}
.ci-arrow-right-outline:before {
content: "\eb6c";
}
.ci-arrow-left-outline:before {
content: "\eb6d";
}
.ci-th-small-outline:before {
content: "\eb6e";
}
.ci-th-menu-outline:before {
content: "\eb6f";
}
.ci-th-list-outline:before {
content: "\eb70";
}
.ci-news:before {
content: "\eb71";
}
.ci-home-outline:before {
content: "\eb72";
}
.ci-arrow-up-outline:before {
content: "\eb73";
}
.ci-arrow-forward-outline:before {
content: "\eb74";
}
.ci-arrow-down-outline:before {
content: "\eb75";
}
.ci-arrow-back-outline:before {
content: "\eb76";
}
.ci-trash:before {
content: "\eb77";
}
.ci-rss-outline:before {
content: "\eb78";
}
.ci-message:before {
content: "\eb79";
}
.ci-location-outline:before {
content: "\eb7a";
}
.ci-link-outline:before {
content: "\eb7b";
}
.ci-image-outline:before {
content: "\eb7c";
}
.ci-export-outline:before {
content: "\eb7d";
}
.ci-cross2:before {
content: "\eb7e";
}
.ci-wi-fi-outline:before {
content: "\eb7f";
}
.ci-star-outline:before {
content: "\eb80";
}
.ci-media-pause-outline:before {
content: "\eb81";
}
.ci-mail5:before {
content: "\eb82";
}
.ci-heart-outline:before {
content: "\eb83";
}
.ci-flash-outline:before {
content: "\eb84";
}
.ci-cancel-outline:before {
content: "\eb85";
}
.ci-beaker:before {
content: "\eb86";
}
.ci-arrow-move-outline:before {
content: "\eb87";
}
.ci-watch:before {
content: "\eb88";
}
.ci-warning-outline:before {
content: "\eb89";
}
.ci-time:before {
content: "\eb8a";
}
.ci-radar-outline:before {
content: "\eb8b";
}
.ci-lock-open-outline:before {
content: "\eb8c";
}
.ci-location-arrow-outline:before {
content: "\eb8d";
}
.ci-info-outline:before {
content: "\eb8e";
}
.ci-backspace-outline:before {
content: "\eb8f";
}
.ci-attachment-outline:before {
content: "\eb90";
}
.ci-user-outline:before {
content: "\eb91";
}
.ci-user-delete-outline:before {
content: "\eb92";
}
.ci-user-add-outline:before {
content: "\eb93";
}
.ci-lock-closed-outline:before {
content: "\eb94";
}
.ci-group-outline:before {
content: "\eb95";
}
.ci-chart-pie-outline:before {
content: "\eb96";
}
.ci-chart-line-outline:before {
content: "\eb97";
}
.ci-chart-bar-outline:before {
content: "\eb98";
}
.ci-chart-area-outline:before {
content: "\eb99";
}
.ci-video-outline:before {
content: "\eb9a";
}
.ci-point-of-interest-outline:before {
content: "\eb9b";
}
.ci-map3:before {
content: "\eb9c";
}
.ci-key-outline:before {
content: "\eb9d";
}
.ci-infinity-outline:before {
content: "\eb9e";
}
.ci-globe-outline:before {
content: "\eb9f";
}
.ci-eye-outline:before {
content: "\eba0";
}
.ci-cog-outline:before {
content: "\eba1";
}
.ci-camera-outline:before {
content: "\eba2";
}
.ci-upload-outline:before {
content: "\eba3";
}
.ci-support:before {
content: "\eba4";
}
.ci-scissors-outline:before {
content: "\eba5";
}
.ci-refresh-outline:before {
content: "\eba6";
}
.ci-info-large-outline:before {
content: "\eba7";
}
.ci-eject-outline:before {
content: "\eba8";
}
.ci-download-outline:before {
content: "\eba9";
}
.ci-battery-mid:before {
content: "\ebaa";
}
.ci-battery-low:before {
content: "\ebab";
}
.ci-battery-high:before {
content: "\ebac";
}
.ci-zoom-outline:before {
content: "\ebad";
}
.ci-zoom-out-outline:before {
content: "\ebae";
}
.ci-zoom-in-outline:before {
content: "\ebaf";
}
.ci-tag:before {
content: "\ebb0";
}
.ci-tabs-outline:before {
content: "\ebb1";
}
.ci-pin-outline:before {
content: "\ebb2";
}
.ci-message-typing:before {
content: "\ebb3";
}
.ci-directions:before {
content: "\ebb4";
}
.ci-battery-full:before {
content: "\ebb5";
}
.ci-battery-charge:before {
content: "\ebb6";
}
.ci-pipette:before {
content: "\ebb7";
}
.ci-pencil3:before {
content: "\ebb8";
}
.ci-folder2:before {
content: "\ebb9";
}
.ci-folder-delete:before {
content: "\ebba";
}
.ci-folder-add:before {
content: "\ebbb";
}
.ci-edit:before {
content: "\ebbc";
}
.ci-document:before {
content: "\ebbd";
}
.ci-document-delete:before {
content: "\ebbe";
}
.ci-document-add:before {
content: "\ebbf";
}
.ci-brush:before {
content: "\ebc0";
}
.ci-thumbs-up:before {
content: "\ebc1";
}
.ci-thumbs-down:before {
content: "\ebc2";
}
.ci-pen2:before {
content: "\ebc3";
}
.ci-sort-numerically-outline:before {
content: "\ebc4";
}
.ci-sort-alphabetically-outline:before {
content: "\ebc5";
}
.ci-social-last-fm-circular:before {
content: "\ebc6";
}
.ci-social-github-circular:before {
content: "\ebc7";
}
.ci-compass3:before {
content: "\ebc8";
}
.ci-bookmark2:before {
content: "\ebc9";
}
.ci-input-checked-outline:before {
content: "\ebca";
}
.ci-code-outline:before {
content: "\ebcb";
}
.ci-calender-outline:before {
content: "\ebcc";
}
.ci-business-card:before {
content: "\ebcd";
}
.ci-arrow-up3:before {
content: "\ebce";
}
.ci-arrow-sync-outline:before {
content: "\ebcf";
}
.ci-arrow-right3:before {
content: "\ebd0";
}
.ci-arrow-repeat-outline:before {
content: "\ebd1";
}
.ci-arrow-loop-outline:before {
content: "\ebd2";
}
.ci-arrow-left3:before {
content: "\ebd3";
}
.ci-flow-switch:before {
content: "\ebd4";
}
.ci-flow-parallel:before {
content: "\ebd5";
}
.ci-flow-merge:before {
content: "\ebd6";
}
.ci-document-text:before {
content: "\ebd7";
}
.ci-clipboard2:before {
content: "\ebd8";
}
.ci-calculator2:before {
content: "\ebd9";
}
.ci-arrow-minimise-outline:before {
content: "\ebda";
}
.ci-arrow-maximise-outline:before {
content: "\ebdb";
}
.ci-arrow-down3:before {
content: "\ebdc";
}
.ci-gift2:before {
content: "\ebdd";
}
.ci-film2:before {
content: "\ebde";
}
.ci-database2:before {
content: "\ebdf";
}
.ci-bell2:before {
content: "\ebe0";
}
.ci-anchor-outline:before {
content: "\ebe1";
}
.ci-adjust-contrast:before {
content: "\ebe2";
}
.ci-world-outline:before {
content: "\ebe3";
}
.ci-shopping-bag:before {
content: "\ebe4";
}
.ci-power-outline:before {
content: "\ebe5";
}
.ci-notes-outline:before {
content: "\ebe6";
}
.ci-device-tablet:before {
content: "\ebe7";
}
.ci-device-phone:before {
content: "\ebe8";
}
.ci-device-laptop:before {
content: "\ebe9";
}
.ci-device-desktop:before {
content: "\ebea";
}
.ci-briefcase2:before {
content: "\ebeb";
}
.ci-stopwatch2:before {
content: "\ebec";
}
.ci-spanner-outline:before {
content: "\ebed";
}
.ci-puzzle-outline:before {
content: "\ebee";
}
.ci-printer2:before {
content: "\ebef";
}
.ci-pi-outline:before {
content: "\ebf0";
}
.ci-lightbulb:before {
content: "\ebf1";
}
.ci-flag-outline:before {
content: "\ebf2";
}
.ci-contacts:before {
content: "\ebf3";
}
.ci-archive:before {
content: "\ebf4";
}
.ci-weather-stormy:before {
content: "\ebf5";
}
.ci-weather-shower:before {
content: "\ebf6";
}
.ci-weather-partly-sunny:before {
content: "\ebf7";
}
.ci-weather-downpour:before {
content: "\ebf8";
}
.ci-weather-cloudy:before {
content: "\ebf9";
}
.ci-plane-outline:before {
content: "\ebfa";
}
.ci-phone-outline:before {
content: "\ebfb";
}
.ci-microphone-outline:before {
content: "\ebfc";
}
.ci-weather-windy:before {
content: "\ebfd";
}
.ci-weather-windy-cloudy:before {
content: "\ebfe";
}
.ci-weather-sunny:before {
content: "\ebff";
}
.ci-weather-snow:before {
content: "\ec00";
}
.ci-weather-night:before {
content: "\ec01";
}
.ci-media-stop-outline:before {
content: "\ec02";
}
.ci-media-rewind-outline:before {
content: "\ec03";
}
.ci-media-record-outline:before {
content: "\ec04";
}
.ci-media-play-outline:before {
content: "\ec05";
}
.ci-media-fast-forward-outline:before {
content: "\ec06";
}
.ci-media-eject-outline:before {
content: "\ec07";
}
.ci-wine:before {
content: "\ec08";
}
.ci-waves-outline:before {
content: "\ec09";
}
.ci-ticket2:before {
content: "\ec0a";
}
.ci-tags:before {
content: "\ec0b";
}
.ci-plug:before {
content: "\ec0c";
}
.ci-headphones2:before {
content: "\ec0d";
}
.ci-credit-card2:before {
content: "\ec0e";
}
.ci-coffee:before {
content: "\ec0f";
}
.ci-book2:before {
content: "\ec10";
}
.ci-beer:before {
content: "\ec11";
}
.ci-volume:before {
content: "\ec12";
}
.ci-volume-up:before {
content: "\ec13";
}
.ci-volume-mute3:before {
content: "\ec14";
}
.ci-volume-down:before {
content: "\ec15";
}
.ci-social-vimeo-circular:before {
content: "\ec16";
}
.ci-social-twitter-circular:before {
content: "\ec17";
}
.ci-social-pinterest-circular:before {
content: "\ec18";
}
.ci-social-linkedin-circular:before {
content: "\ec19";
}
.ci-social-facebook-circular:before {
content: "\ec1a";
}
.ci-social-dribbble-circular:before {
content: "\ec1b";
}
.ci-tree2:before {
content: "\ec1c";
}
.ci-thermometer:before {
content: "\ec1d";
}
.ci-social-tumbler-circular:before {
content: "\ec1e";
}
.ci-social-skype-outline:before {
content: "\ec1f";
}
.ci-social-flickr-circular:before {
content: "\ec20";
}
.ci-social-at-circular:before {
content: "\ec21";
}
.ci-shopping-cart:before {
content: "\ec22";
}
.ci-messages:before {
content: "\ec23";
}
.ci-leaf2:before {
content: "\ec24";
}
.ci-feather:before {
content: "\ec25";
}
.ci-3d_rotation:before {
content: "\e84d";
}
.ci-ac_unit:before {
content: "\ec26";
}
.ci-alarm2:before {
content: "\e855";
}
.ci-access_alarms:before {
content: "\e191";
}
.ci-schedule:before {
content: "\e8b5";
}
.ci-accessibility2:before {
content: "\e84e";
}
.ci-accessible:before {
content: "\ec27";
}
.ci-account_balance:before {
content: "\e84f";
}
.ci-account_balance_wallet:before {
content: "\e850";
}
.ci-account_box:before {
content: "\e851";
}
.ci-account_circle:before {
content: "\e853";
}
.ci-adb:before {
content: "\e60e";
}
.ci-add:before {
content: "\e145";
}
.ci-add_a_photo:before {
content: "\e439";
}
.ci-alarm_add:before {
content: "\e856";
}
.ci-add_alert:before {
content: "\e003";
}
.ci-add_box:before {
content: "\e146";
}
.ci-add_circle:before {
content: "\e147";
}
.ci-control_point:before {
content: "\e3ba";
}
.ci-add_location:before {
content: "\e567";
}
.ci-add_shopping_cart:before {
content: "\e854";
}
.ci-queue:before {
content: "\e03c";
}
.ci-add_to_queue:before {
content: "\e05c";
}
.ci-adjust:before {
content: "\e39e";
}
.ci-airline_seat_flat:before {
content: "\e630";
}
.ci-airline_seat_flat_angled:before {
content: "\e631";
}
.ci-airline_seat_individual_suite:before {
content: "\e632";
}
.ci-airline_seat_legroom_extra:before {
content: "\e633";
}
.ci-airline_seat_legroom_normal:before {
content: "\e634";
}
.ci-airline_seat_legroom_reduced:before {
content: "\e635";
}
.ci-airline_seat_recline_extra:before {
content: "\e636";
}
.ci-airline_seat_recline_normal:before {
content: "\e637";
}
.ci-flight:before {
content: "\e539";
}
.ci-airplanemode_inactive:before {
content: "\e194";
}
.ci-airplay:before {
content: "\e055";
}
.ci-airport_shuttle:before {
content: "\ec28";
}
.ci-alarm_off:before {
content: "\e857";
}
.ci-alarm_on:before {
content: "\e858";
}
.ci-album:before {
content: "\e019";
}
.ci-all_inclusive:before {
content: "\ec29";
}
.ci-all_out:before {
content: "\ec2a";
}
.ci-android2:before {
content: "\e859";
}
.ci-announcement:before {
content: "\e85a";
}
.ci-apps:before {
content: "\e5c3";
}
.ci-archive2:before {
content: "\e149";
}
.ci-arrow_back:before {
content: "\e5c4";
}
.ci-arrow_downward:before {
content: "\e5db";
}
.ci-arrow_drop_down:before {
content: "\e5c5";
}
.ci-arrow_drop_down_circle:before {
content: "\e5c6";
}
.ci-arrow_drop_up:before {
content: "\e5c7";
}
.ci-arrow_forward:before {
content: "\e5c8";
}
.ci-arrow_upward:before {
content: "\e5d8";
}
.ci-art_track:before {
content: "\e060";
}
.ci-aspect_ratio:before {
content: "\e85b";
}
.ci-poll:before {
content: "\e801";
}
.ci-assignment:before {
content: "\e85d";
}
.ci-assignment_ind:before {
content: "\e85e";
}
.ci-assignment_late:before {
content: "\e85f";
}
.ci-assignment_return:before {
content: "\e860";
}
.ci-assignment_returned:before {
content: "\e861";
}
.ci-assignment_turned_in:before {
content: "\e862";
}
.ci-assistant:before {
content: "\e39f";
}
.ci-flag3:before {
content: "\e153";
}
.ci-attach_file:before {
content: "\e226";
}
.ci-attach_money:before {
content: "\e227";
}
.ci-attachment3:before {
content: "\e2bc";
}
.ci-audiotrack:before {
content: "\e3a1";
}
.ci-autorenew:before {
content: "\e863";
}
.ci-av_timer:before {
content: "\e01b";
}
.ci-backspace2:before {
content: "\e14a";
}
.ci-cloud_upload:before {
content: "\e2c3";
}
.ci-battery_alert:before {
content: "\e19c";
}
.ci-battery_charging_full:before {
content: "\e1a3";
}
.ci-battery_std:before {
content: "\e1a5";
}
.ci-battery_unknown:before {
content: "\e1a6";
}
.ci-beach_access:before {
content: "\ec2b";
}
.ci-beenhere:before {
content: "\e52d";
}
.ci-block:before {
content: "\e14b";
}
.ci-bluetooth:before {
content: "\e1a7";
}
.ci-bluetooth_searching:before {
content: "\e1aa";
}
.ci-bluetooth_connected:before {
content: "\e1a8";
}
.ci-bluetooth_disabled:before {
content: "\e1a9";
}
.ci-blur_circular:before {
content: "\e3a2";
}
.ci-blur_linear:before {
content: "\e3a3";
}
.ci-blur_off:before {
content: "\e3a4";
}
.ci-blur_on:before {
content: "\e3a5";
}
.ci-class:before {
content: "\e86e";
}
.ci-turned_in:before {
content: "\e8e6";
}
.ci-turned_in_not:before {
content: "\e8e7";
}
.ci-border_all:before {
content: "\e228";
}
.ci-border_bottom:before {
content: "\e229";
}
.ci-border_clear:before {
content: "\e22a";
}
.ci-border_color:before {
content: "\e22b";
}
.ci-border_horizontal:before {
content: "\e22c";
}
.ci-border_inner:before {
content: "\e22d";
}
.ci-border_left:before {
content: "\e22e";
}
.ci-border_outer:before {
content: "\e22f";
}
.ci-border_right:before {
content: "\e230";
}
.ci-border_style:before {
content: "\e231";
}
.ci-border_top:before {
content: "\e232";
}
.ci-border_vertical:before {
content: "\e233";
}
.ci-branding_watermark:before {
content: "\e06b";
}
.ci-brightness_1:before {
content: "\e3a6";
}
.ci-brightness_2:before {
content: "\e3a7";
}
.ci-brightness_3:before {
content: "\e3a8";
}
.ci-brightness_4:before {
content: "\e3a9";
}
.ci-brightness_low:before {
content: "\e1ad";
}
.ci-brightness_medium:before {
content: "\e1ae";
}
.ci-brightness_high:before {
content: "\e1ac";
}
.ci-brightness_auto:before {
content: "\e1ab";
}
.ci-broken_image:before {
content: "\e3ad";
}
.ci-brush2:before {
content: "\e3ae";
}
.ci-bubble_chart:before {
content: "\e6dd";
}
.ci-bug_report:before {
content: "\e868";
}
.ci-build:before {
content: "\e869";
}
.ci-burst_mode:before {
content: "\e43c";
}
.ci-domain:before {
content: "\e7ee";
}
.ci-business_center:before {
content: "\ec2c";
}
.ci-cached:before {
content: "\e86a";
}
.ci-cake:before {
content: "\e7e9";
}
.ci-phone3:before {
content: "\e0cd";
}
.ci-call_end:before {
content: "\e0b1";
}
.ci-call_made:before {
content: "\e0b2";
}
.ci-merge_type:before {
content: "\e252";
}
.ci-call_missed:before {
content: "\e0b4";
}
.ci-call_missed_outgoing:before {
content: "\e0e4";
}
.ci-call_received:before {
content: "\e0b5";
}
.ci-call_split:before {
content: "\e0b6";
}
.ci-call_to_action:before {
content: "\e06c";
}
.ci-camera3:before {
content: "\e3af";
}
.ci-photo_camera:before {
content: "\e412";
}
.ci-camera_enhance:before {
content: "\e8fc";
}
.ci-camera_front:before {
content: "\e3b1";
}
.ci-camera_rear:before {
content: "\e3b2";
}
.ci-camera_roll:before {
content: "\e3b3";
}
.ci-cancel2:before {
content: "\e5c9";
}
.ci-redeem:before {
content: "\e8b1";
}
.ci-card_membership:before {
content: "\e8f7";
}
.ci-card_travel:before {
content: "\e8f8";
}
.ci-casino:before {
content: "\ec2d";
}
.ci-cast:before {
content: "\e307";
}
.ci-cast_connected:before {
content: "\e308";
}
.ci-center_focus_strong:before {
content: "\e3b4";
}
.ci-center_focus_weak:before {
content: "\e3b5";
}
.ci-change_history:before {
content: "\e86b";
}
.ci-chat:before {
content: "\e0b7";
}
.ci-chat_bubble:before {
content: "\e0ca";
}
.ci-chat_bubble_outline:before {
content: "\e0cb";
}
.ci-check:before {
content: "\e5ca";
}
.ci-check_box:before {
content: "\e834";
}
.ci-check_box_outline_blank:before {
content: "\e835";
}
.ci-check_circle:before {
content: "\e86c";
}
.ci-navigate_before:before {
content: "\e408";
}
.ci-navigate_next:before {
content: "\e409";
}
.ci-child_care:before {
content: "\ec2e";
}
.ci-child_friendly:before {
content: "\ec2f";
}
.ci-chrome_reader_mode:before {
content: "\e86d";
}
.ci-close:before {
content: "\e5cd";
}
.ci-clear_all:before {
content: "\e0b8";
}
.ci-closed_caption:before {
content: "\e01c";
}
.ci-wb_cloudy:before {
content: "\e42d";
}
.ci-cloud_circle:before {
content: "\e2be";
}
.ci-cloud_done:before {
content: "\e2bf";
}
.ci-cloud_download:before {
content: "\e2c0";
}
.ci-cloud_off:before {
content: "\e2c1";
}
.ci-cloud_queue:before {
content: "\e2c2";
}
.ci-code2:before {
content: "\e86f";
}
.ci-photo_library:before {
content: "\e413";
}
.ci-collections_bookmark:before {
content: "\e431";
}
.ci-palette:before {
content: "\e40a";
}
.ci-colorize:before {
content: "\e3b8";
}
.ci-comment:before {
content: "\e0b9";
}
.ci-compare:before {
content: "\e3b9";
}
.ci-compare_arrows:before {
content: "\ec30";
}
.ci-laptop2:before {
content: "\e31e";
}
.ci-confirmation_number:before {
content: "\e638";
}
.ci-contact_mail:before {
content: "\e0d0";
}
.ci-contact_phone:before {
content: "\e0cf";
}
.ci-contacts2:before {
content: "\e0ba";
}
.ci-content_copy:before {
content: "\e14d";
}
.ci-content_cut:before {
content: "\e14e";
}
.ci-content_paste:before {
content: "\e14f";
}
.ci-control_point_duplicate:before {
content: "\e3bb";
}
.ci-copyright:before {
content: "\ec31";
}
.ci-mode_edit:before {
content: "\e254";
}
.ci-create_new_folder:before {
content: "\e2cc";
}
.ci-payment:before {
content: "\e8a1";
}
.ci-crop2:before {
content: "\e3be";
}
.ci-crop_16_9:before {
content: "\e3bc";
}
.ci-crop_3_2:before {
content: "\e3bd";
}
.ci-crop_landscape:before {
content: "\e3c3";
}
.ci-crop_7_5:before {
content: "\e3c0";
}
.ci-crop_din:before {
content: "\e3c1";
}
.ci-crop_free:before {
content: "\e3c2";
}
.ci-crop_original:before {
content: "\e3c4";
}
.ci-crop_portrait:before {
content: "\e3c5";
}
.ci-crop_rotate:before {
content: "\e437";
}
.ci-crop_square:before {
content: "\e3c6";
}
.ci-dashboard:before {
content: "\e871";
}
.ci-data_usage:before {
content: "\e1af";
}
.ci-date_range:before {
content: "\ec32";
}
.ci-dehaze:before {
content: "\e3c7";
}
.ci-delete2:before {
content: "\e872";
}
.ci-delete_forever:before {
content: "\ec33";
}
.ci-delete_sweep:before {
content: "\e16c";
}
.ci-description:before {
content: "\e873";
}
.ci-desktop_mac:before {
content: "\e30b";
}
.ci-desktop_windows:before {
content: "\e30c";
}
.ci-details:before {
content: "\e3c8";
}
.ci-developer_board:before {
content: "\e30d";
}
.ci-developer_mode:before {
content: "\e1b0";
}
.ci-device_hub:before {
content: "\e335";
}
.ci-phonelink:before {
content: "\e326";
}
.ci-devices_other:before {
content: "\e337";
}
.ci-dialer_sip:before {
content: "\e0bb";
}
.ci-dialpad:before {
content: "\e0bc";
}
.ci-directions2:before {
content: "\e52e";
}
.ci-directions_bike:before {
content: "\e52f";
}
.ci-directions_boat:before {
content: "\e532";
}
.ci-directions_bus:before {
content: "\e530";
}
.ci-directions_car:before {
content: "\e531";
}
.ci-directions_railway:before {
content: "\e534";
}
.ci-directions_run:before {
content: "\e566";
}
.ci-directions_transit:before {
content: "\e535";
}
.ci-directions_walk:before {
content: "\e536";
}
.ci-disc_full:before {
content: "\e610";
}
.ci-dns:before {
content: "\e875";
}
.ci-not_interested:before {
content: "\e033";
}
.ci-do_not_disturb_alt:before {
content: "\e611";
}
.ci-do_not_disturb_off:before {
content: "\e643";
}
.ci-remove_circle:before {
content: "\e15c";
}
.ci-dock:before {
content: "\e30e";
}
.ci-done:before {
content: "\e876";
}
.ci-done_all:before {
content: "\e877";
}
.ci-donut_large:before {
content: "\ec34";
}
.ci-donut_small:before {
content: "\ec35";
}
.ci-drafts:before {
content: "\e151";
}
.ci-drag_handle:before {
content: "\e25d";
}
.ci-time_to_leave:before {
content: "\e62c";
}
.ci-dvr:before {
content: "\e1b2";
}
.ci-edit_location:before {
content: "\e568";
}
.ci-eject3:before {
content: "\e8fb";
}
.ci-markunread:before {
content: "\e159";
}
.ci-enhanced_encryption:before {
content: "\e63f";
}
.ci-equalizer3:before {
content: "\e01d";
}
.ci-error:before {
content: "\e000";
}
.ci-error_outline:before {
content: "\e001";
}
.ci-euro_symbol:before {
content: "\ec36";
}
.ci-ev_station:before {
content: "\e56d";
}
.ci-insert_invitation:before {
content: "\e24f";
}
.ci-event_available:before {
content: "\e614";
}
.ci-event_busy:before {
content: "\e615";
}
.ci-event_note:before {
content: "\e616";
}
.ci-event_seat:before {
content: "\ec37";
}
.ci-exit_to_app:before {
content: "\e879";
}
.ci-expand_less:before {
content: "\e5ce";
}
.ci-expand_more:before {
content: "\e5cf";
}
.ci-explicit:before {
content: "\e01e";
}
.ci-explore:before {
content: "\e87a";
}
.ci-exposure:before {
content: "\e3ca";
}
.ci-exposure_neg_1:before {
content: "\e3cb";
}
.ci-exposure_neg_2:before {
content: "\e3cc";
}
.ci-exposure_plus_1:before {
content: "\e3cd";
}
.ci-exposure_plus_2:before {
content: "\e3ce";
}
.ci-exposure_zero:before {
content: "\e3cf";
}
.ci-extension:before {
content: "\e87b";
}
.ci-face:before {
content: "\e87c";
}
.ci-fast_forward:before {
content: "\e01f";
}
.ci-fast_rewind:before {
content: "\e020";
}
.ci-favorite:before {
content: "\e87d";
}
.ci-favorite_border:before {
content: "\e87e";
}
.ci-featured_play_list:before {
content: "\e06d";
}
.ci-featured_video:before {
content: "\e06e";
}
.ci-sms_failed:before {
content: "\e626";
}
.ci-fiber_dvr:before {
content: "\e05d";
}
.ci-fiber_manual_record:before {
content: "\e061";
}
.ci-fiber_new:before {
content: "\e05e";
}
.ci-fiber_pin:before {
content: "\e06a";
}
.ci-fiber_smart_record:before {
content: "\e062";
}
.ci-get_app:before {
content: "\e884";
}
.ci-file_upload:before {
content: "\e2c6";
}
.ci-filter2:before {
content: "\e3d3";
}
.ci-filter_1:before {
content: "\e3d0";
}
.ci-filter_2:before {
content: "\e3d1";
}
.ci-filter_3:before {
content: "\e3d2";
}
.ci-filter_4:before {
content: "\e3d4";
}
.ci-filter_5:before {
content: "\e3d5";
}
.ci-filter_6:before {
content: "\e3d6";
}
.ci-filter_7:before {
content: "\e3d7";
}
.ci-filter_8:before {
content: "\e3d8";
}
.ci-filter_9:before {
content: "\e3d9";
}
.ci-filter_9_plus:before {
content: "\e3da";
}
.ci-filter_b_and_w:before {
content: "\e3db";
}
.ci-filter_center_focus:before {
content: "\e3dc";
}
.ci-filter_drama:before {
content: "\e3dd";
}
.ci-filter_frames:before {
content: "\e3de";
}
.ci-terrain:before {
content: "\e564";
}
.ci-filter_list:before {
content: "\e152";
}
.ci-filter_none:before {
content: "\e3e0";
}
.ci-filter_tilt_shift:before {
content: "\e3e2";
}
.ci-filter_vintage:before {
content: "\e3e3";
}
.ci-find_in_page:before {
content: "\e880";
}
.ci-find_replace:before {
content: "\e881";
}
.ci-fingerprint:before {
content: "\ec38";
}
.ci-first_page:before {
content: "\e5dc";
}
.ci-fitness_center:before {
content: "\ec39";
}
.ci-flare:before {
content: "\e3e4";
}
.ci-flash_auto:before {
content: "\e3e5";
}
.ci-flash_off:before {
content: "\e3e6";
}
.ci-flash_on:before {
content: "\e3e7";
}
.ci-flight_land:before {
content: "\ec3a";
}
.ci-flight_takeoff:before {
content: "\ec3b";
}
.ci-flip:before {
content: "\e3e8";
}
.ci-flip_to_back:before {
content: "\e882";
}
.ci-flip_to_front:before {
content: "\e883";
}
.ci-folder3:before {
content: "\e2c7";
}
.ci-folder_open:before {
content: "\e2c8";
}
.ci-folder_shared:before {
content: "\e2c9";
}
.ci-folder_special:before {
content: "\e617";
}
.ci-font_download:before {
content: "\e167";
}
.ci-format_align_center:before {
content: "\e234";
}
.ci-format_align_justify:before {
content: "\e235";
}
.ci-format_align_left:before {
content: "\e236";
}
.ci-format_align_right:before {
content: "\e237";
}
.ci-format_bold:before {
content: "\e238";
}
.ci-format_clear:before {
content: "\e239";
}
.ci-format_color_fill:before {
content: "\e23a";
}
.ci-format_color_reset:before {
content: "\e23b";
}
.ci-format_color_text:before {
content: "\e23c";
}
.ci-format_indent_decrease:before {
content: "\e23d";
}
.ci-format_indent_increase:before {
content: "\e23e";
}
.ci-format_italic:before {
content: "\e23f";
}
.ci-format_line_spacing:before {
content: "\e240";
}
.ci-format_list_bulleted:before {
content: "\e241";
}
.ci-format_list_numbered:before {
content: "\e242";
}
.ci-format_paint:before {
content: "\e243";
}
.ci-format_quote:before {
content: "\e244";
}
.ci-format_shapes:before {
content: "\e25e";
}
.ci-format_size:before {
content: "\e245";
}
.ci-format_strikethrough:before {
content: "\e246";
}
.ci-format_textdirection_l_to_r:before {
content: "\e247";
}
.ci-format_textdirection_r_to_l:before {
content: "\e248";
}
.ci-format_underlined:before {
content: "\e249";
}
.ci-question_answer:before {
content: "\e8af";
}
.ci-forward4:before {
content: "\e154";
}
.ci-forward_10:before {
content: "\e056";
}
.ci-forward_30:before {
content: "\e057";
}
.ci-forward_5:before {
content: "\e058";
}
.ci-free_breakfast:before {
content: "\ec3c";
}
.ci-fullscreen:before {
content: "\e5d0";
}
.ci-fullscreen_exit:before {
content: "\e5d1";
}
.ci-functions:before {
content: "\e24a";
}
.ci-g_translate:before {
content: "\ec3d";
}
.ci-games:before {
content: "\e021";
}
.ci-gavel:before {
content: "\ec3e";
}
.ci-gesture:before {
content: "\e155";
}
.ci-gif:before {
content: "\ec3f";
}
.ci-goat:before {
content: "\ec40";
}
.ci-golf_course:before {
content: "\ec41";
}
.ci-my_location:before {
content: "\e55c";
}
.ci-location_searching:before {
content: "\e1b7";
}
.ci-location_disabled:before {
content: "\e1b6";
}
.ci-star2:before {
content: "\e838";
}
.ci-gradient:before {
content: "\e3e9";
}
.ci-grain:before {
content: "\e3ea";
}
.ci-graphic_eq:before {
content: "\e1b8";
}
.ci-grid_off:before {
content: "\e3eb";
}
.ci-grid_on:before {
content: "\e3ec";
}
.ci-people:before {
content: "\e7fb";
}
.ci-group_add:before {
content: "\e7f0";
}
.ci-group_work:before {
content: "\e886";
}
.ci-hd:before {
content: "\e052";
}
.ci-hdr_off:before {
content: "\e3ed";
}
.ci-hdr_on:before {
content: "\e3ee";
}
.ci-hdr_strong:before {
content: "\e3f1";
}
.ci-hdr_weak:before {
content: "\e3f2";
}
.ci-headset:before {
content: "\e310";
}
.ci-headset_mic:before {
content: "\e311";
}
.ci-healing:before {
content: "\e3f3";
}
.ci-hearing:before {
content: "\e023";
}
.ci-help:before {
content: "\e887";
}
.ci-help_outline:before {
content: "\e8fd";
}
.ci-high_quality:before {
content: "\e024";
}
.ci-highlight:before {
content: "\e25f";
}
.ci-highlight_off:before {
content: "\e888";
}
.ci-restore:before {
content: "\e8b3";
}
.ci-home5:before {
content: "\e88a";
}
.ci-hot_tub:before {
content: "\ec42";
}
.ci-local_hotel:before {
content: "\e549";
}
.ci-hourglass_empty:before {
content: "\e88b";
}
.ci-hourglass_full:before {
content: "\e88c";
}
.ci-http:before {
content: "\ec43";
}
.ci-lock2:before {
content: "\e897";
}
.ci-photo:before {
content: "\e410";
}
.ci-image_aspect_ratio:before {
content: "\e3f5";
}
.ci-import_contacts:before {
content: "\e0e0";
}
.ci-import_export:before {
content: "\e0c3";
}
.ci-important_devices:before {
content: "\ec44";
}
.ci-inbox:before {
content: "\e156";
}
.ci-indeterminate_check_box:before {
content: "\ec45";
}
.ci-info3:before {
content: "\e88e";
}
.ci-info_outline:before {
content: "\e88f";
}
.ci-input:before {
content: "\e890";
}
.ci-insert_comment:before {
content: "\e24c";
}
.ci-insert_drive_file:before {
content: "\e24d";
}
.ci-tag_faces:before {
content: "\e420";
}
.ci-link3:before {
content: "\e157";
}
.ci-invert_colors:before {
content: "\e891";
}
.ci-invert_colors_off:before {
content: "\e0c4";
}
.ci-iso:before {
content: "\e3f6";
}
.ci-keyboard2:before {
content: "\e312";
}
.ci-keyboard_arrow_down:before {
content: "\e313";
}
.ci-keyboard_arrow_left:before {
content: "\e314";
}
.ci-keyboard_arrow_right:before {
content: "\e315";
}
.ci-keyboard_arrow_up:before {
content: "\e316";
}
.ci-keyboard_backspace:before {
content: "\e317";
}
.ci-keyboard_capslock:before {
content: "\e318";
}
.ci-keyboard_hide:before {
content: "\e31a";
}
.ci-keyboard_return:before {
content: "\e31b";
}
.ci-keyboard_tab:before {
content: "\e31c";
}
.ci-keyboard_voice:before {
content: "\e31d";
}
.ci-kitchen:before {
content: "\ec46";
}
.ci-label:before {
content: "\e892";
}
.ci-label_outline:before {
content: "\e893";
}
.ci-language:before {
content: "\e894";
}
.ci-laptop_chromebook:before {
content: "\e31f";
}
.ci-laptop_mac:before {
content: "\e320";
}
.ci-laptop_windows:before {
content: "\e321";
}
.ci-last_page:before {
content: "\e5dd";
}
.ci-open_in_new:before {
content: "\e89e";
}
.ci-layers:before {
content: "\e53b";
}
.ci-layers_clear:before {
content: "\e53c";
}
.ci-leak_add:before {
content: "\e3f8";
}
.ci-leak_remove:before {
content: "\e3f9";
}
.ci-lens:before {
content: "\e3fa";
}
.ci-library_books:before {
content: "\e02f";
}
.ci-library_music:before {
content: "\e030";
}
.ci-lightbulb_outline:before {
content: "\ec47";
}
.ci-line_style:before {
content: "\ec48";
}
.ci-line_weight:before {
content: "\ec49";
}
.ci-linear_scale:before {
content: "\e260";
}
.ci-linked_camera:before {
content: "\e438";
}
.ci-list3:before {
content: "\e896";
}
.ci-live_help:before {
content: "\e0c6";
}
.ci-live_tv:before {
content: "\e639";
}
.ci-local_play:before {
content: "\e553";
}
.ci-local_airport:before {
content: "\e53d";
}
.ci-local_atm:before {
content: "\e53e";
}
.ci-local_bar:before {
content: "\e540";
}
.ci-local_cafe:before {
content: "\e541";
}
.ci-local_car_wash:before {
content: "\e542";
}
.ci-local_convenience_store:before {
content: "\e543";
}
.ci-restaurant_menu:before {
content: "\e561";
}
.ci-local_drink:before {
content: "\e544";
}
.ci-local_florist:before {
content: "\e545";
}
.ci-local_gas_station:before {
content: "\e546";
}
.ci-shopping_cart:before {
content: "\e8cc";
}
.ci-local_hospital:before {
content: "\e548";
}
.ci-local_laundry_service:before {
content: "\e54a";
}
.ci-local_library:before {
content: "\e54b";
}
.ci-local_mall:before {
content: "\e54c";
}
.ci-theaters:before {
content: "\e8da";
}
.ci-local_offer:before {
content: "\e54e";
}
.ci-local_parking:before {
content: "\e54f";
}
.ci-local_pharmacy:before {
content: "\e550";
}
.ci-local_pizza:before {
content: "\e552";
}
.ci-print:before {
content: "\e8ad";
}
.ci-local_shipping:before {
content: "\e558";
}
.ci-local_taxi:before {
content: "\e559";
}
.ci-location_city:before {
content: "\e7f1";
}
.ci-location_off:before {
content: "\e0c7";
}
.ci-room:before {
content: "\e8b4";
}
.ci-lock_open:before {
content: "\e898";
}
.ci-lock_outline:before {
content: "\e899";
}
.ci-looks:before {
content: "\e3fc";
}
.ci-looks_3:before {
content: "\e3fb";
}
.ci-looks_4:before {
content: "\e3fd";
}
.ci-looks_5:before {
content: "\e3fe";
}
.ci-looks_6:before {
content: "\e3ff";
}
.ci-looks_one:before {
content: "\e400";
}
.ci-looks_two:before {
content: "\e401";
}
.ci-sync:before {
content: "\e627";
}
.ci-loupe:before {
content: "\e402";
}
.ci-low_priority:before {
content: "\e16d";
}
.ci-loyalty:before {
content: "\e89a";
}
.ci-mail_outline:before {
content: "\e0e1";
}
.ci-map4:before {
content: "\e55b";
}
.ci-markunread_mailbox:before {
content: "\e89b";
}
.ci-memory:before {
content: "\e322";
}
.ci-menu5:before {
content: "\e5d2";
}
.ci-message2:before {
content: "\e0c9";
}
.ci-mic2:before {
content: "\e029";
}
.ci-mic_none:before {
content: "\e02a";
}
.ci-mic_off:before {
content: "\e02b";
}
.ci-mms:before {
content: "\e618";
}
.ci-mode_comment:before {
content: "\e253";
}
.ci-monetization_on:before {
content: "\e263";
}
.ci-money_off:before {
content: "\e25c";
}
.ci-monochrome_photos:before {
content: "\e403";
}
.ci-mood_bad:before {
content: "\e7f3";
}
.ci-more:before {
content: "\e619";
}
.ci-more_horiz:before {
content: "\e5d3";
}
.ci-more_vert:before {
content: "\e5d4";
}
.ci-motorcycle:before {
content: "\ec4a";
}
.ci-mouse:before {
content: "\e323";
}
.ci-move_to_inbox:before {
content: "\e168";
}
.ci-movie_creation:before {
content: "\e404";
}
.ci-movie_filter:before {
content: "\e43a";
}
.ci-multiline_chart:before {
content: "\e6df";
}
.ci-music_note:before {
content: "\e405";
}
.ci-music_video:before {
content: "\e063";
}
.ci-nature:before {
content: "\e406";
}
.ci-nature_people:before {
content: "\e407";
}
.ci-navigation:before {
content: "\e55d";
}
.ci-near_me:before {
content: "\e569";
}
.ci-network_cell:before {
content: "\e1b9";
}
.ci-network_check:before {
content: "\e640";
}
.ci-network_locked:before {
content: "\e61a";
}
.ci-network_wifi:before {
content: "\e1ba";
}
.ci-new_releases:before {
content: "\e031";
}
.ci-next_week:before {
content: "\e16a";
}
.ci-nfc:before {
content: "\e1bb";
}
.ci-no_encryption:before {
content: "\e641";
}
.ci-signal_cellular_no_sim:before {
content: "\e1ce";
}
.ci-note:before {
content: "\e06f";
}
.ci-note_add:before {
content: "\e89c";
}
.ci-notifications:before {
content: "\e7f4";
}
.ci-notifications_active:before {
content: "\e7f7";
}
.ci-notifications_none:before {
content: "\e7f5";
}
.ci-notifications_off:before {
content: "\e7f6";
}
.ci-notifications_paused:before {
content: "\e7f8";
}
.ci-offline_pin:before {
content: "\ec4b";
}
.ci-ondemand_video:before {
content: "\e63a";
}
.ci-opacity:before {
content: "\ec4c";
}
.ci-open_in_browser:before {
content: "\e89d";
}
.ci-open_with:before {
content: "\e89f";
}
.ci-pages:before {
content: "\e7f9";
}
.ci-pageview:before {
content: "\e8a0";
}
.ci-pan_tool:before {
content: "\ec4d";
}
.ci-panorama:before {
content: "\e40b";
}
.ci-radio_button_unchecked:before {
content: "\e836";
}
.ci-panorama_horizontal:before {
content: "\e40d";
}
.ci-panorama_vertical:before {
content: "\e40e";
}
.ci-panorama_wide_angle:before {
content: "\e40f";
}
.ci-party_mode:before {
content: "\e7fa";
}
.ci-pause3:before {
content: "\e034";
}
.ci-pause_circle_filled:before {
content: "\e035";
}
.ci-pause_circle_outline:before {
content: "\e036";
}
.ci-people_outline:before {
content: "\e7fc";
}
.ci-perm_camera_mic:before {
content: "\e8a2";
}
.ci-perm_contact_calendar:before {
content: "\e8a3";
}
.ci-perm_data_setting:before {
content: "\e8a4";
}
.ci-perm_device_information:before {
content: "\e8a5";
}
.ci-person_outline:before {
content: "\e7ff";
}
.ci-perm_media:before {
content: "\e8a7";
}
.ci-perm_phone_msg:before {
content: "\e8a8";
}
.ci-perm_scan_wifi:before {
content: "\e8a9";
}
.ci-person:before {
content: "\e7fd";
}
.ci-person_add:before {
content: "\e7fe";
}
.ci-person_pin:before {
content: "\e55a";
}
.ci-person_pin_circle:before {
content: "\e56a";
}
.ci-personal_video:before {
content: "\e63b";
}
.ci-pets:before {
content: "\ec4e";
}
.ci-phone_android:before {
content: "\e324";
}
.ci-phone_bluetooth_speaker:before {
content: "\e61b";
}
.ci-phone_forwarded:before {
content: "\e61c";
}
.ci-phone_in_talk:before {
content: "\e61d";
}
.ci-phone_iphone:before {
content: "\e325";
}
.ci-phone_locked:before {
content: "\e61e";
}
.ci-phone_missed:before {
content: "\e61f";
}
.ci-phone_paused:before {
content: "\e620";
}
.ci-phonelink_erase:before {
content: "\e0db";
}
.ci-phonelink_lock:before {
content: "\e0dc";
}
.ci-phonelink_off:before {
content: "\e327";
}
.ci-phonelink_ring:before {
content: "\e0dd";
}
.ci-phonelink_setup:before {
content: "\e0de";
}
.ci-photo_album:before {
content: "\e411";
}
.ci-photo_filter:before {
content: "\e43b";
}
.ci-photo_size_select_actual:before {
content: "\e432";
}
.ci-photo_size_select_large:before {
content: "\e433";
}
.ci-photo_size_select_small:before {
content: "\e434";
}
.ci-picture_as_pdf:before {
content: "\e415";
}
.ci-picture_in_picture:before {
content: "\e8aa";
}
.ci-picture_in_picture_alt:before {
content: "\ec4f";
}
.ci-pie_chart:before {
content: "\e6c4";
}
.ci-pie_chart_outlined:before {
content: "\e6c5";
}
.ci-pin_drop:before {
content: "\e55e";
}
.ci-play_arrow:before {
content: "\e037";
}
.ci-play_circle_filled:before {
content: "\e038";
}
.ci-play_circle_outline:before {
content: "\e039";
}
.ci-play_for_work:before {
content: "\ec50";
}
.ci-playlist_add:before {
content: "\e03b";
}
.ci-playlist_add_check:before {
content: "\e065";
}
.ci-playlist_play:before {
content: "\e05f";
}
.ci-plus_one:before {
content: "\e800";
}
.ci-polymer:before {
content: "\e8ab";
}
.ci-pool:before {
content: "\ec51";
}
.ci-portable_wifi_off:before {
content: "\e0ce";
}
.ci-portrait:before {
content: "\e416";
}
.ci-power3:before {
content: "\e63c";
}
.ci-power_input:before {
content: "\e336";
}
.ci-power_settings_new:before {
content: "\e8ac";
}
.ci-pregnant_woman:before {
content: "\ec52";
}
.ci-present_to_all:before {
content: "\e0df";
}
.ci-priority_high:before {
content: "\e645";
}
.ci-public:before {
content: "\e80b";
}
.ci-publish:before {
content: "\e255";
}
.ci-queue_music:before {
content: "\e03d";
}
.ci-queue_play_next:before {
content: "\e066";
}
.ci-radio:before {
content: "\e03e";
}
.ci-radio_button_checked:before {
content: "\e837";
}
.ci-rate_review:before {
content: "\e560";
}
.ci-receipt:before {
content: "\e8b0";
}
.ci-recent_actors:before {
content: "\e03f";
}
.ci-record_voice_over:before {
content: "\ec53";
}
.ci-redo3:before {
content: "\e15a";
}
.ci-refresh2:before {
content: "\e5d5";
}
.ci-remove:before {
content: "\e15b";
}
.ci-remove_circle_outline:before {
content: "\e15d";
}
.ci-remove_from_queue:before {
content: "\e067";
}
.ci-visibility:before {
content: "\e8f4";
}
.ci-remove_shopping_cart:before {
content: "\ec54";
}
.ci-reorder:before {
content: "\e8fe";
}
.ci-repeat:before {
content: "\e040";
}
.ci-repeat_one:before {
content: "\e041";
}
.ci-replay:before {
content: "\e042";
}
.ci-replay_10:before {
content: "\e059";
}
.ci-replay_30:before {
content: "\e05a";
}
.ci-replay_5:before {
content: "\e05b";
}
.ci-reply2:before {
content: "\e15e";
}
.ci-reply_all:before {
content: "\e15f";
}
.ci-report:before {
content: "\e160";
}
.ci-warning3:before {
content: "\e002";
}
.ci-restaurant:before {
content: "\e56c";
}
.ci-restore_page:before {
content: "\ec55";
}
.ci-ring_volume:before {
content: "\e0d1";
}
.ci-room_service:before {
content: "\ec56";
}
.ci-rotate_90_degrees_ccw:before {
content: "\e418";
}
.ci-rotate_left:before {
content: "\e419";
}
.ci-rotate_right:before {
content: "\e41a";
}
.ci-rounded_corner:before {
content: "\ec57";
}
.ci-router:before {
content: "\e328";
}
.ci-rowing:before {
content: "\ec58";
}
.ci-rss_feed:before {
content: "\e0e5";
}
.ci-rv_hookup:before {
content: "\e642";
}
.ci-satellite:before {
content: "\e562";
}
.ci-save:before {
content: "\e161";
}
.ci-scanner:before {
content: "\e329";
}
.ci-school:before {
content: "\e80c";
}
.ci-screen_lock_landscape:before {
content: "\e1be";
}
.ci-screen_lock_portrait:before {
content: "\e1bf";
}
.ci-screen_lock_rotation:before {
content: "\e1c0";
}
.ci-screen_rotation:before {
content: "\e1c1";
}
.ci-screen_share:before {
content: "\e0e2";
}
.ci-sd_storage:before {
content: "\e1c2";
}
.ci-search2:before {
content: "\e8b6";
}
.ci-security:before {
content: "\e32a";
}
.ci-select_all:before {
content: "\e162";
}
.ci-send:before {
content: "\e163";
}
.ci-sentiment_dissatisfied:before {
content: "\e811";
}
.ci-sentiment_neutral:before {
content: "\e812";
}
.ci-sentiment_satisfied:before {
content: "\e813";
}
.ci-sentiment_very_dissatisfied:before {
content: "\e814";
}
.ci-sentiment_very_satisfied:before {
content: "\e815";
}
.ci-settings:before {
content: "\e8b8";
}
.ci-settings_applications:before {
content: "\e8b9";
}
.ci-settings_backup_restore:before {
content: "\e8ba";
}
.ci-settings_bluetooth:before {
content: "\e8bb";
}
.ci-settings_brightness:before {
content: "\e8bd";
}
.ci-settings_cell:before {
content: "\e8bc";
}
.ci-settings_ethernet:before {
content: "\e8be";
}
.ci-settings_input_antenna:before {
content: "\e8bf";
}
.ci-settings_input_composite:before {
content: "\e8c1";
}
.ci-settings_input_hdmi:before {
content: "\e8c2";
}
.ci-settings_input_svideo:before {
content: "\e8c3";
}
.ci-settings_overscan:before {
content: "\e8c4";
}
.ci-settings_phone:before {
content: "\e8c5";
}
.ci-settings_power:before {
content: "\e8c6";
}
.ci-settings_remote:before {
content: "\e8c7";
}
.ci-settings_system_daydream:before {
content: "\e1c3";
}
.ci-settings_voice:before {
content: "\e8c8";
}
.ci-share3:before {
content: "\e80d";
}
.ci-shop:before {
content: "\e8c9";
}
.ci-shop_two:before {
content: "\e8ca";
}
.ci-shopping_basket:before {
content: "\e8cb";
}
.ci-short_text:before {
content: "\e261";
}
.ci-show_chart:before {
content: "\e6e1";
}
.ci-shuffle2:before {
content: "\e043";
}
.ci-signal_cellular_4_bar:before {
content: "\e1c8";
}
.ci-signal_cellular_connected_no_internet_4_bar:before {
content: "\e1cd";
}
.ci-signal_cellular_null:before {
content: "\e1cf";
}
.ci-signal_cellular_off:before {
content: "\e1d0";
}
.ci-signal_wifi_4_bar:before {
content: "\e1d8";
}
.ci-signal_wifi_4_bar_lock:before {
content: "\e1d9";
}
.ci-signal_wifi_off:before {
content: "\e1da";
}
.ci-sim_card:before {
content: "\e32b";
}
.ci-sim_card_alert:before {
content: "\e624";
}
.ci-skip_next:before {
content: "\e044";
}
.ci-skip_previous:before {
content: "\e045";
}
.ci-slideshow:before {
content: "\e41b";
}
.ci-slow_motion_video:before {
content: "\e068";
}
.ci-stay_primary_portrait:before {
content: "\e0d6";
}
.ci-smoke_free:before {
content: "\ec59";
}
.ci-smoking_rooms:before {
content: "\ec5a";
}
.ci-textsms:before {
content: "\e0d8";
}
.ci-snooze:before {
content: "\e046";
}
.ci-sort:before {
content: "\e164";
}
.ci-sort_by_alpha:before {
content: "\e053";
}
.ci-spa:before {
content: "\ec5b";
}
.ci-space_bar:before {
content: "\e256";
}
.ci-speaker:before {
content: "\e32d";
}
.ci-speaker_group:before {
content: "\e32e";
}
.ci-speaker_notes:before {
content: "\e8cd";
}
.ci-speaker_notes_off:before {
content: "\ec5c";
}
.ci-speaker_phone:before {
content: "\e0d2";
}
.ci-spellcheck:before {
content: "\e8ce";
}
.ci-star_border:before {
content: "\e83a";
}
.ci-star_half:before {
content: "\e839";
}
.ci-stars:before {
content: "\e8d0";
}
.ci-stay_primary_landscape:before {
content: "\e0d5";
}
.ci-stop3:before {
content: "\e047";
}
.ci-stop_screen_share:before {
content: "\e0e3";
}
.ci-storage:before {
content: "\e1db";
}
.ci-store_mall_directory:before {
content: "\e563";
}
.ci-straighten:before {
content: "\e41c";
}
.ci-streetview:before {
content: "\e56e";
}
.ci-strikethrough_s:before {
content: "\e257";
}
.ci-style:before {
content: "\e41d";
}
.ci-subdirectory_arrow_left:before {
content: "\e5d9";
}
.ci-subdirectory_arrow_right:before {
content: "\e5da";
}
.ci-subject:before {
content: "\e8d2";
}
.ci-subscriptions:before {
content: "\e064";
}
.ci-subtitles:before {
content: "\e048";
}
.ci-subway:before {
content: "\e56f";
}
.ci-supervisor_account:before {
content: "\e8d3";
}
.ci-surround_sound:before {
content: "\e049";
}
.ci-swap_calls:before {
content: "\e0d7";
}
.ci-swap_horiz:before {
content: "\e8d4";
}
.ci-swap_vert:before {
content: "\e8d5";
}
.ci-swap_vertical_circle:before {
content: "\e8d6";
}
.ci-switch_camera:before {
content: "\e41e";
}
.ci-switch_video:before {
content: "\e41f";
}
.ci-sync_disabled:before {
content: "\e628";
}
.ci-sync_problem:before {
content: "\e629";
}
.ci-system_update:before {
content: "\e62a";
}
.ci-system_update_alt:before {
content: "\e8d7";
}
.ci-tab2:before {
content: "\e8d8";
}
.ci-tab_unselected:before {
content: "\e8d9";
}
.ci-tablet2:before {
content: "\e32f";
}
.ci-tablet_android:before {
content: "\e330";
}
.ci-tablet_mac:before {
content: "\e331";
}
.ci-tap_and_play:before {
content: "\e62b";
}
.ci-text_fields:before {
content: "\e262";
}
.ci-text_format:before {
content: "\e165";
}
.ci-texture:before {
content: "\e421";
}
.ci-thumb_down:before {
content: "\e8db";
}
.ci-thumb_up:before {
content: "\e8dc";
}
.ci-thumbs_up_down:before {
content: "\e8dd";
}
.ci-timelapse:before {
content: "\e422";
}
.ci-timeline:before {
content: "\ec5d";
}
.ci-timer:before {
content: "\e425";
}
.ci-timer_10:before {
content: "\e423";
}
.ci-timer_3:before {
content: "\e424";
}
.ci-timer_off:before {
content: "\e426";
}
.ci-title:before {
content: "\e264";
}
.ci-toc:before {
content: "\e8de";
}
.ci-today:before {
content: "\e8df";
}
.ci-toll:before {
content: "\e8e0";
}
.ci-tonality:before {
content: "\e427";
}
.ci-touch_app:before {
content: "\ec5e";
}
.ci-toys:before {
content: "\e332";
}
.ci-track_changes:before {
content: "\e8e1";
}
.ci-traffic:before {
content: "\e565";
}
.ci-train:before {
content: "\e570";
}
.ci-tram:before {
content: "\e571";
}
.ci-transfer_within_a_station:before {
content: "\e572";
}
.ci-transform:before {
content: "\e428";
}
.ci-translate:before {
content: "\e8e2";
}
.ci-trending_down:before {
content: "\e8e3";
}
.ci-trending_flat:before {
content: "\e8e4";
}
.ci-trending_up:before {
content: "\e8e5";
}
.ci-tune:before {
content: "\e429";
}
.ci-tv2:before {
content: "\e333";
}
.ci-unarchive:before {
content: "\e169";
}
.ci-undo3:before {
content: "\e166";
}
.ci-unfold_less:before {
content: "\e5d6";
}
.ci-unfold_more:before {
content: "\e5d7";
}
.ci-update:before {
content: "\ec5f";
}
.ci-usb:before {
content: "\e1e0";
}
.ci-verified_user:before {
content: "\e8e8";
}
.ci-vertical_align_bottom:before {
content: "\e258";
}
.ci-vertical_align_center:before {
content: "\e259";
}
.ci-vertical_align_top:before {
content: "\e25a";
}
.ci-vibration:before {
content: "\e62d";
}
.ci-video_call:before {
content: "\e070";
}
.ci-video_label:before {
content: "\e071";
}
.ci-video_library:before {
content: "\e04a";
}
.ci-videocam:before {
content: "\e04b";
}
.ci-videocam_off:before {
content: "\e04c";
}
.ci-videogame_asset:before {
content: "\e338";
}
.ci-view_agenda:before {
content: "\e8e9";
}
.ci-view_array:before {
content: "\e8ea";
}
.ci-view_carousel:before {
content: "\e8eb";
}
.ci-view_column:before {
content: "\e8ec";
}
.ci-view_comfy:before {
content: "\e42a";
}
.ci-view_compact:before {
content: "\e42b";
}
.ci-view_day:before {
content: "\e8ed";
}
.ci-view_headline:before {
content: "\e8ee";
}
.ci-view_list:before {
content: "\e8ef";
}
.ci-view_module:before {
content: "\e8f0";
}
.ci-view_quilt:before {
content: "\e8f1";
}
.ci-view_stream:before {
content: "\e8f2";
}
.ci-view_week:before {
content: "\e8f3";
}
.ci-vignette:before {
content: "\e435";
}
.ci-visibility_off:before {
content: "\e8f5";
}
.ci-voice_chat:before {
content: "\e62e";
}
.ci-voicemail:before {
content: "\e0d9";
}
.ci-volume_down:before {
content: "\e04d";
}
.ci-volume_mute:before {
content: "\e04e";
}
.ci-volume_off:before {
content: "\e04f";
}
.ci-volume_up:before {
content: "\e050";
}
.ci-vpn_key:before {
content: "\e0da";
}
.ci-vpn_lock:before {
content: "\e62f";
}
.ci-wallpaper:before {
content: "\e1bc";
}
.ci-watch2:before {
content: "\e334";
}
.ci-watch_later:before {
content: "\ec60";
}
.ci-wb_auto:before {
content: "\e42c";
}
.ci-wb_incandescent:before {
content: "\e42e";
}
.ci-wb_iridescent:before {
content: "\e436";
}
.ci-wb_sunny:before {
content: "\e430";
}
.ci-wc:before {
content: "\e63d";
}
.ci-web:before {
content: "\e051";
}
.ci-web_asset:before {
content: "\e069";
}
.ci-weekend:before {
content: "\e16b";
}
.ci-whatshot:before {
content: "\e80e";
}
.ci-widgets:before {
content: "\e1bd";
}
.ci-wifi:before {
content: "\e63e";
}
.ci-wifi_lock:before {
content: "\e1e1";
}
.ci-wifi_tethering:before {
content: "\e1e2";
}
.ci-work:before {
content: "\e8f9";
}
.ci-wrap_text:before {
content: "\e25b";
}
.ci-youtube_searched_for:before {
content: "\e8fa";
}
.ci-zoom_in:before {
content: "\e8ff";
}
.ci-zoom_out:before {
content: "\ec61";
}
.ci-zoom_out_map:before {
content: "\e56b";
}
.ci-sunrise:before {
content: "\ec62";
}
.ci-sun2:before {
content: "\ec63";
}
.ci-moon:before {
content: "\ec64";
}
.ci-sun3:before {
content: "\ec65";
}
.ci-windy:before {
content: "\ec66";
}
.ci-wind:before {
content: "\ec67";
}
.ci-snowflake:before {
content: "\ec68";
}
.ci-cloudy:before {
content: "\ec69";
}
.ci-cloud2:before {
content: "\ec6a";
}
.ci-weather:before {
content: "\ec6b";
}
.ci-weather2:before {
content: "\ec6c";
}
.ci-lines:before {
content: "\ec6e";
}
.ci-cloud3:before {
content: "\ec6f";
}
.ci-lightning:before {
content: "\ec70";
}
.ci-lightning2:before {
content: "\ec71";
}
.ci-rainy:before {
content: "\ec72";
}
.ci-rainy2:before {
content: "\ec73";
}
.ci-windy2:before {
content: "\ec74";
}
.ci-windy3:before {
content: "\ec75";
}
.ci-snowy:before {
content: "\ec76";
}
.ci-snowy2:before {
content: "\ec77";
}
.ci-snowy3:before {
content: "\ec78";
}
.ci-cloudy2:before {
content: "\ec7a";
}
.ci-cloud4:before {
content: "\ec7b";
}
.ci-lightning3:before {
content: "\ec7c";
}
.ci-sun4:before {
content: "\ec7d";
}
.ci-moon2:before {
content: "\ec7e";
}
.ci-cloudy3:before {
content: "\ec7f";
}
.ci-cloud5:before {
content: "\ec80";
}
.ci-cloud6:before {
content: "\ec81";
}
.ci-lightning4:before {
content: "\ec82";
}
.ci-rainy3:before {
content: "\ec83";
}
.ci-rainy4:before {
content: "\ec84";
}
.ci-windy5:before {
content: "\ec86";
}
.ci-snowy4:before {
content: "\ec87";
}
.ci-snowy5:before {
content: "\ec88";
}
.ci-weather5:before {
content: "\ec89";
}
.ci-cloudy4:before {
content: "\ec8a";
}
.ci-lightning5:before {
content: "\ec8b";
}
.ci-thermometer2:before {
content: "\ec8c";
}
.ci-compass4:before {
content: "\ec8d";
}
.ci-none:before {
content: "\ec8e";
}
.ci-Celsius:before {
content: "\ec8f";
}
.ci-Fahrenheit:before {
content: "\ec90";
}
.ci-home:before {
content: "\e900";
}
.ci-home2:before {
content: "\e901";
}
.ci-home3:before {
content: "\e902";
}
.ci-office:before {
content: "\e903";
}
.ci-newspaper:before {
content: "\e904";
}
.ci-pencil:before {
content: "\e905";
}
.ci-pencil2:before {
content: "\e906";
}
.ci-quill:before {
content: "\e907";
}
.ci-pen:before {
content: "\e908";
}
.ci-blog:before {
content: "\e909";
}
.ci-eyedropper:before {
content: "\e90a";
}
.ci-droplet:before {
content: "\e90b";
}
.ci-paint-format:before {
content: "\e90c";
}
.ci-image:before {
content: "\e90d";
}
.ci-images:before {
content: "\e90e";
}
.ci-camera:before {
content: "\e90f";
}
.ci-headphones:before {
content: "\e910";
}
.ci-music:before {
content: "\e911";
}
.ci-play:before {
content: "\e912";
}
.ci-film:before {
content: "\e913";
}
.ci-video-camera:before {
content: "\e914";
}
.ci-dice:before {
content: "\e915";
}
.ci-pacman:before {
content: "\e916";
}
.ci-spades:before {
content: "\e917";
}
.ci-clubs:before {
content: "\e918";
}
.ci-diamonds:before {
content: "\e919";
}
.ci-bullhorn:before {
content: "\e91a";
}
.ci-connection:before {
content: "\e91b";
}
.ci-podcast:before {
content: "\e91c";
}
.ci-feed:before {
content: "\e91d";
}
.ci-mic:before {
content: "\e91e";
}
.ci-book:before {
content: "\e91f";
}
.ci-books:before {
content: "\e920";
}
.ci-library:before {
content: "\e921";
}
.ci-file-text:before {
content: "\e922";
}
.ci-profile:before {
content: "\e923";
}
.ci-file-empty:before {
content: "\e924";
}
.ci-files-empty:before {
content: "\e925";
}
.ci-file-text2:before {
content: "\e926";
}
.ci-file-picture:before {
content: "\e927";
}
.ci-file-music:before {
content: "\e928";
}
.ci-file-play:before {
content: "\e929";
}
.ci-file-video:before {
content: "\e92a";
}
.ci-file-zip:before {
content: "\e92b";
}
.ci-copy:before {
content: "\e92c";
}
.ci-paste:before {
content: "\e92d";
}
.ci-stack:before {
content: "\e92e";
}
.ci-folder:before {
content: "\e92f";
}
.ci-folder-open:before {
content: "\e930";
}
.ci-folder-plus:before {
content: "\e931";
}
.ci-folder-minus:before {
content: "\e932";
}
.ci-folder-download:before {
content: "\e933";
}
.ci-folder-upload:before {
content: "\e934";
}
.ci-price-tag:before {
content: "\e935";
}
.ci-price-tags:before {
content: "\e936";
}
.ci-barcode:before {
content: "\e937";
}
.ci-qrcode:before {
content: "\e938";
}
.ci-ticket:before {
content: "\e939";
}
.ci-cart:before {
content: "\e93a";
}
.ci-coin-dollar:before {
content: "\e93b";
}
.ci-coin-euro:before {
content: "\e93c";
}
.ci-coin-pound:before {
content: "\e93d";
}
.ci-coin-yen:before {
content: "\e93e";
}
.ci-credit-card:before {
content: "\e93f";
}
.ci-calculator:before {
content: "\e940";
}
.ci-lifebuoy:before {
content: "\e941";
}
.ci-phone:before {
content: "\e942";
}
.ci-phone-hang-up:before {
content: "\e943";
}
.ci-address-book:before {
content: "\e944";
}
.ci-envelop:before {
content: "\e945";
}
.ci-pushpin:before {
content: "\e946";
}
.ci-location:before {
content: "\e947";
}
.ci-location2:before {
content: "\e948";
}
.ci-compass:before {
content: "\e949";
}
.ci-compass2:before {
content: "\e94a";
}
.ci-map:before {
content: "\e94b";
}
.ci-map2:before {
content: "\e94c";
}
.ci-history:before {
content: "\e94d";
}
.ci-clock:before {
content: "\e94e";
}
.ci-clock2:before {
content: "\e94f";
}
.ci-alarm:before {
content: "\e950";
}
.ci-bell:before {
content: "\e951";
}
.ci-stopwatch:before {
content: "\e952";
}
.ci-calendar:before {
content: "\e953";
}
.ci-printer:before {
content: "\e954";
}
.ci-keyboard:before {
content: "\e955";
}
.ci-display:before {
content: "\e956";
}
.ci-laptop:before {
content: "\e957";
}
.ci-mobile:before {
content: "\e958";
}
.ci-mobile2:before {
content: "\e959";
}
.ci-tablet:before {
content: "\e95a";
}
.ci-tv:before {
content: "\e95b";
}
.ci-drawer:before {
content: "\e95c";
}
.ci-drawer2:before {
content: "\e95d";
}
.ci-box-add:before {
content: "\e95e";
}
.ci-box-remove:before {
content: "\e95f";
}
.ci-download:before {
content: "\e960";
}
.ci-upload:before {
content: "\e961";
}
.ci-floppy-disk:before {
content: "\e962";
}
.ci-drive:before {
content: "\e963";
}
.ci-database:before {
content: "\e964";
}
.ci-undo:before {
content: "\e965";
}
.ci-redo:before {
content: "\e966";
}
.ci-undo2:before {
content: "\e967";
}
.ci-redo2:before {
content: "\e968";
}
.ci-forward:before {
content: "\e969";
}
.ci-reply:before {
content: "\e96a";
}
.ci-bubble:before {
content: "\e96b";
}
.ci-bubbles:before {
content: "\e96c";
}
.ci-bubbles2:before {
content: "\e96d";
}
.ci-bubble2:before {
content: "\e96e";
}
.ci-bubbles3:before {
content: "\e96f";
}
.ci-bubbles4:before {
content: "\e970";
}
.ci-user:before {
content: "\e971";
}
.ci-users:before {
content: "\e972";
}
.ci-user-plus:before {
content: "\e973";
}
.ci-user-minus:before {
content: "\e974";
}
.ci-user-check:before {
content: "\e975";
}
.ci-user-tie:before {
content: "\e976";
}
.ci-quotes-left:before {
content: "\e977";
}
.ci-quotes-right:before {
content: "\e978";
}
.ci-hour-glass:before {
content: "\e979";
}
.ci-spinner:before {
content: "\e97a";
}
.ci-spinner2:before {
content: "\e97b";
}
.ci-spinner3:before {
content: "\e97c";
}
.ci-spinner4:before {
content: "\e97d";
}
.ci-spinner5:before {
content: "\e97e";
}
.ci-spinner6:before {
content: "\e97f";
}
.ci-spinner7:before {
content: "\e980";
}
.ci-spinner8:before {
content: "\e981";
}
.ci-spinner9:before {
content: "\e982";
}
.ci-spinner10:before {
content: "\e983";
}
.ci-spinner11:before {
content: "\e984";
}
.ci-binoculars:before {
content: "\e985";
}
.ci-search:before {
content: "\e986";
}
.ci-zoom-in:before {
content: "\e987";
}
.ci-zoom-out:before {
content: "\e988";
}
.ci-enlarge:before {
content: "\e989";
}
.ci-shrink:before {
content: "\e98a";
}
.ci-enlarge2:before {
content: "\e98b";
}
.ci-shrink2:before {
content: "\e98c";
}
.ci-key:before {
content: "\e98d";
}
.ci-key2:before {
content: "\e98e";
}
.ci-lock:before {
content: "\e98f";
}
.ci-unlocked:before {
content: "\e990";
}
.ci-wrench:before {
content: "\e991";
}
.ci-equalizer:before {
content: "\e992";
}
.ci-equalizer2:before {
content: "\e993";
}
.ci-cog:before {
content: "\e994";
}
.ci-cogs:before {
content: "\e995";
}
.ci-hammer:before {
content: "\e996";
}
.ci-magic-wand:before {
content: "\e997";
}
.ci-aid-kit:before {
content: "\e998";
}
.ci-bug:before {
content: "\e999";
}
.ci-pie-chart:before {
content: "\e99a";
}
.ci-stats-dots:before {
content: "\e99b";
}
.ci-stats-bars:before {
content: "\e99c";
}
.ci-stats-bars2:before {
content: "\e99d";
}
.ci-trophy:before {
content: "\e99e";
}
.ci-gift:before {
content: "\e99f";
}
.ci-glass:before {
content: "\e9a0";
}
.ci-glass2:before {
content: "\e9a1";
}
.ci-mug:before {
content: "\e9a2";
}
.ci-spoon-knife:before {
content: "\e9a3";
}
.ci-leaf:before {
content: "\e9a4";
}
.ci-rocket:before {
content: "\e9a5";
}
.ci-meter:before {
content: "\e9a6";
}
.ci-meter2:before {
content: "\e9a7";
}
.ci-hammer2:before {
content: "\e9a8";
}
.ci-fire:before {
content: "\e9a9";
}
.ci-lab:before {
content: "\e9aa";
}
.ci-magnet:before {
content: "\e9ab";
}
.ci-bin:before {
content: "\e9ac";
}
.ci-bin2:before {
content: "\e9ad";
}
.ci-briefcase:before {
content: "\e9ae";
}
.ci-airplane:before {
content: "\e9af";
}
.ci-truck:before {
content: "\e9b0";
}
.ci-road:before {
content: "\e9b1";
}
.ci-accessibility:before {
content: "\e9b2";
}
.ci-target:before {
content: "\e9b3";
}
.ci-shield:before {
content: "\e9b4";
}
.ci-power:before {
content: "\e9b5";
}
.ci-switch:before {
content: "\e9b6";
}
.ci-power-cord:before {
content: "\e9b7";
}
.ci-clipboard:before {
content: "\e9b8";
}
.ci-list-numbered:before {
content: "\e9b9";
}
.ci-list:before {
content: "\e9ba";
}
.ci-list2:before {
content: "\e9bb";
}
.ci-tree:before {
content: "\e9bc";
}
.ci-menu:before {
content: "\e9bd";
}
.ci-menu2:before {
content: "\e9be";
}
.ci-menu3:before {
content: "\e9bf";
}
.ci-menu4:before {
content: "\e9c0";
}
.ci-cloud:before {
content: "\e9c1";
}
.ci-cloud-download:before {
content: "\e9c2";
}
.ci-cloud-upload:before {
content: "\e9c3";
}
.ci-cloud-check:before {
content: "\e9c4";
}
.ci-download2:before {
content: "\e9c5";
}
.ci-upload2:before {
content: "\e9c6";
}
.ci-download3:before {
content: "\e9c7";
}
.ci-upload3:before {
content: "\e9c8";
}
.ci-sphere:before {
content: "\e9c9";
}
.ci-earth:before {
content: "\e9ca";
}
.ci-link:before {
content: "\e9cb";
}
.ci-flag:before {
content: "\e9cc";
}
.ci-attachment:before {
content: "\e9cd";
}
.ci-eye:before {
content: "\e9ce";
}
.ci-eye-plus:before {
content: "\e9cf";
}
.ci-eye-minus:before {
content: "\e9d0";
}
.ci-eye-blocked:before {
content: "\e9d1";
}
.ci-bookmark:before {
content: "\e9d2";
}
.ci-bookmarks:before {
content: "\e9d3";
}
.ci-sun:before {
content: "\e9d4";
}
.ci-contrast:before {
content: "\e9d5";
}
.ci-brightness-contrast:before {
content: "\e9d6";
}
.ci-star-empty:before {
content: "\e9d7";
}
.ci-star-half:before {
content: "\e9d8";
}
.ci-star-full:before {
content: "\e9d9";
}
.ci-heart:before {
content: "\e9da";
}
.ci-heart-broken:before {
content: "\e9db";
}
.ci-man:before {
content: "\e9dc";
}
.ci-woman:before {
content: "\e9dd";
}
.ci-man-woman:before {
content: "\e9de";
}
.ci-happy:before {
content: "\e9df";
}
.ci-happy2:before {
content: "\e9e0";
}
.ci-smile:before {
content: "\e9e1";
}
.ci-smile2:before {
content: "\e9e2";
}
.ci-tongue:before {
content: "\e9e3";
}
.ci-tongue2:before {
content: "\e9e4";
}
.ci-sad:before {
content: "\e9e5";
}
.ci-sad2:before {
content: "\e9e6";
}
.ci-wink:before {
content: "\e9e7";
}
.ci-wink2:before {
content: "\e9e8";
}
.ci-grin:before {
content: "\e9e9";
}
.ci-grin2:before {
content: "\e9ea";
}
.ci-cool:before {
content: "\e9eb";
}
.ci-cool2:before {
content: "\e9ec";
}
.ci-angry:before {
content: "\e9ed";
}
.ci-angry2:before {
content: "\e9ee";
}
.ci-evil:before {
content: "\e9ef";
}
.ci-evil2:before {
content: "\e9f0";
}
.ci-shocked:before {
content: "\e9f1";
}
.ci-shocked2:before {
content: "\e9f2";
}
.ci-baffled:before {
content: "\e9f3";
}
.ci-baffled2:before {
content: "\e9f4";
}
.ci-confused:before {
content: "\e9f5";
}
.ci-confused2:before {
content: "\e9f6";
}
.ci-neutral:before {
content: "\e9f7";
}
.ci-neutral2:before {
content: "\e9f8";
}
.ci-hipster:before {
content: "\e9f9";
}
.ci-hipster2:before {
content: "\e9fa";
}
.ci-wondering:before {
content: "\e9fb";
}
.ci-wondering2:before {
content: "\e9fc";
}
.ci-sleepy:before {
content: "\e9fd";
}
.ci-sleepy2:before {
content: "\e9fe";
}
.ci-frustrated:before {
content: "\e9ff";
}
.ci-frustrated2:before {
content: "\ea00";
}
.ci-crying:before {
content: "\ea01";
}
.ci-crying2:before {
content: "\ea02";
}
.ci-point-up:before {
content: "\ea03";
}
.ci-point-right:before {
content: "\ea04";
}
.ci-point-down:before {
content: "\ea05";
}
.ci-point-left:before {
content: "\ea06";
}
.ci-warning:before {
content: "\ea07";
}
.ci-notification:before {
content: "\ea08";
}
.ci-question:before {
content: "\ea09";
}
.ci-plus:before {
content: "\ea0a";
}
.ci-minus:before {
content: "\ea0b";
}
.ci-info:before {
content: "\ea0c";
}
.ci-cancel-circle:before {
content: "\ea0d";
}
.ci-blocked:before {
content: "\ea0e";
}
.ci-cross:before {
content: "\ea0f";
}
.ci-checkmark:before {
content: "\ea10";
}
.ci-checkmark2:before {
content: "\ea11";
}
.ci-spell-check:before {
content: "\ea12";
}
.ci-enter:before {
content: "\ea13";
}
.ci-exit:before {
content: "\ea14";
}
.ci-play2:before {
content: "\ea15";
}
.ci-pause:before {
content: "\ea16";
}
.ci-stop:before {
content: "\ea17";
}
.ci-previous:before {
content: "\ea18";
}
.ci-next:before {
content: "\ea19";
}
.ci-backward:before {
content: "\ea1a";
}
.ci-forward2:before {
content: "\ea1b";
}
.ci-play3:before {
content: "\ea1c";
}
.ci-pause2:before {
content: "\ea1d";
}
.ci-stop2:before {
content: "\ea1e";
}
.ci-backward2:before {
content: "\ea1f";
}
.ci-forward3:before {
content: "\ea20";
}
.ci-first:before {
content: "\ea21";
}
.ci-last:before {
content: "\ea22";
}
.ci-previous2:before {
content: "\ea23";
}
.ci-next2:before {
content: "\ea24";
}
.ci-eject:before {
content: "\ea25";
}
.ci-volume-high:before {
content: "\ea26";
}
.ci-volume-medium:before {
content: "\ea27";
}
.ci-volume-low:before {
content: "\ea28";
}
.ci-volume-mute:before {
content: "\ea29";
}
.ci-volume-mute2:before {
content: "\ea2a";
}
.ci-volume-increase:before {
content: "\ea2b";
}
.ci-volume-decrease:before {
content: "\ea2c";
}
.ci-loop:before {
content: "\ea2d";
}
.ci-loop2:before {
content: "\ea2e";
}
.ci-infinite:before {
content: "\ea2f";
}
.ci-shuffle:before {
content: "\ea30";
}
.ci-arrow-up-left:before {
content: "\ea31";
}
.ci-arrow-up:before {
content: "\ea32";
}
.ci-arrow-up-right:before {
content: "\ea33";
}
.ci-arrow-right:before {
content: "\ea34";
}
.ci-arrow-down-right:before {
content: "\ea35";
}
.ci-arrow-down:before {
content: "\ea36";
}
.ci-arrow-down-left:before {
content: "\ea37";
}
.ci-arrow-left:before {
content: "\ea38";
}
.ci-arrow-up-left2:before {
content: "\ea39";
}
.ci-arrow-up2:before {
content: "\ea3a";
}
.ci-arrow-up-right2:before {
content: "\ea3b";
}
.ci-arrow-right2:before {
content: "\ea3c";
}
.ci-arrow-down-right2:before {
content: "\ea3d";
}
.ci-arrow-down2:before {
content: "\ea3e";
}
.ci-arrow-down-left2:before {
content: "\ea3f";
}
.ci-arrow-left2:before {
content: "\ea40";
}
.ci-circle-up:before {
content: "\ea41";
}
.ci-circle-right:before {
content: "\ea42";
}
.ci-circle-down:before {
content: "\ea43";
}
.ci-circle-left:before {
content: "\ea44";
}
.ci-tab:before {
content: "\ea45";
}
.ci-move-up:before {
content: "\ea46";
}
.ci-move-down:before {
content: "\ea47";
}
.ci-sort-alpha-asc:before {
content: "\ea48";
}
.ci-sort-alpha-desc:before {
content: "\ea49";
}
.ci-sort-numeric-asc:before {
content: "\ea4a";
}
.ci-sort-numberic-desc:before {
content: "\ea4b";
}
.ci-sort-amount-asc:before {
content: "\ea4c";
}
.ci-sort-amount-desc:before {
content: "\ea4d";
}
.ci-command:before {
content: "\ea4e";
}
.ci-shift:before {
content: "\ea4f";
}
.ci-ctrl:before {
content: "\ea50";
}
.ci-opt:before {
content: "\ea51";
}
.ci-checkbox-checked:before {
content: "\ea52";
}
.ci-checkbox-unchecked:before {
content: "\ea53";
}
.ci-radio-checked:before {
content: "\ea54";
}
.ci-radio-checked2:before {
content: "\ea55";
}
.ci-radio-unchecked:before {
content: "\ea56";
}
.ci-crop:before {
content: "\ea57";
}
.ci-make-group:before {
content: "\ea58";
}
.ci-ungroup:before {
content: "\ea59";
}
.ci-scissors:before {
content: "\ea5a";
}
.ci-filter:before {
content: "\ea5b";
}
.ci-font:before {
content: "\ea5c";
}
.ci-ligature:before {
content: "\ea5d";
}
.ci-ligature2:before {
content: "\ea5e";
}
.ci-text-height:before {
content: "\ea5f";
}
.ci-text-width:before {
content: "\ea60";
}
.ci-font-size:before {
content: "\ea61";
}
.ci-bold:before {
content: "\ea62";
}
.ci-underline:before {
content: "\ea63";
}
.ci-italic:before {
content: "\ea64";
}
.ci-strikethrough:before {
content: "\ea65";
}
.ci-omega:before {
content: "\ea66";
}
.ci-sigma:before {
content: "\ea67";
}
.ci-page-break:before {
content: "\ea68";
}
.ci-superscript:before {
content: "\ea69";
}
.ci-subscript:before {
content: "\ea6a";
}
.ci-superscript2:before {
content: "\ea6b";
}
.ci-subscript2:before {
content: "\ea6c";
}
.ci-text-color:before {
content: "\ea6d";
}
.ci-pagebreak:before {
content: "\ea6e";
}
.ci-clear-formatting:before {
content: "\ea6f";
}
.ci-table:before {
content: "\ea70";
}
.ci-table2:before {
content: "\ea71";
}
.ci-insert-template:before {
content: "\ea72";
}
.ci-pilcrow:before {
content: "\ea73";
}
.ci-ltr:before {
content: "\ea74";
}
.ci-rtl:before {
content: "\ea75";
}
.ci-section:before {
content: "\ea76";
}
.ci-paragraph-left:before {
content: "\ea77";
}
.ci-paragraph-center:before {
content: "\ea78";
}
.ci-paragraph-right:before {
content: "\ea79";
}
.ci-paragraph-justify:before {
content: "\ea7a";
}
.ci-indent-increase:before {
content: "\ea7b";
}
.ci-indent-decrease:before {
content: "\ea7c";
}
.ci-share:before {
content: "\ea7d";
}
.ci-new-tab:before {
content: "\ea7e";
}
.ci-embed:before {
content: "\ea7f";
}
.ci-embed2:before {
content: "\ea80";
}
.ci-terminal:before {
content: "\ea81";
}
.ci-share2:before {
content: "\ea82";
}
.ci-mail:before {
content: "\ea83";
}
.ci-mail2:before {
content: "\ea84";
}
.ci-mail3:before {
content: "\ea85";
}
.ci-mail4:before {
content: "\ea86";
}
.ci-amazon:before {
content: "\ea87";
}
.ci-google:before {
content: "\ea88";
}
.ci-google-full .path1:before {
content: "\ea89";
color: rgb(234, 67, 53);
}
.ci-google-full .path2:before {
content: "\ea8a";
margin-left: -2.9562499999999945em;
color: rgb(251, 188, 5);
}
.ci-google-full .path3:before {
content: "\ea8b";
margin-left: -2.9562499999999945em;
color: rgb(66, 133, 244);
}
.ci-google-full .path4:before {
content: "\ea8c";
margin-left: -2.9562499999999945em;
color: rgb(52, 168, 83);
}
.ci-google-full .path5:before {
content: "\ea8d";
margin-left: -2.9562499999999945em;
color: rgb(234, 67, 53);
}
.ci-google-full .path6:before {
content: "\ea8e";
margin-left: -2.9562499999999945em;
color: rgb(66, 133, 244);
}
.ci-cloudian:before {
content: "\eaf1";
}
.ci-google2:before {
content: "\ea8f";
}
.ci-google3:before {
content: "\ea90";
}
.ci-google-plus:before {
content: "\ea91";
}
.ci-google-plus2:before {
content: "\ea92";
}
.ci-google-plus3:before {
content: "\ea93";
}
.ci-hangouts:before {
content: "\ea94";
}
.ci-google-drive:before {
content: "\ea95";
}
.ci-facebook:before {
content: "\ea96";
}
.ci-facebook2:before {
content: "\ea97";
}
.ci-instagram:before {
content: "\ea98";
}
.ci-whatsapp:before {
content: "\ea99";
}
.ci-spotify:before {
content: "\ea9a";
}
.ci-telegram:before {
content: "\ea9b";
}
.ci-twitter:before {
content: "\ea9c";
}
.ci-vine:before {
content: "\ea9d";
}
.ci-vk:before {
content: "\ea9e";
}
.ci-renren:before {
content: "\ea9f";
}
.ci-sina-weibo:before {
content: "\eaa0";
}
.ci-rss:before {
content: "\eaa1";
}
.ci-rss2:before {
content: "\eaa2";
}
.ci-youtube:before {
content: "\eaa3";
}
.ci-youtube2:before {
content: "\eaa4";
}
.ci-twitch:before {
content: "\eaa5";
}
.ci-vimeo:before {
content: "\eaa6";
}
.ci-vimeo2:before {
content: "\eaa7";
}
.ci-lanyrd:before {
content: "\eaa8";
}
.ci-flickr:before {
content: "\eaa9";
}
.ci-flickr2:before {
content: "\eaaa";
}
.ci-flickr3:before {
content: "\eaab";
}
.ci-flickr4:before {
content: "\eaac";
}
.ci-dribbble:before {
content: "\eaad";
}
.ci-behance:before {
content: "\eaae";
}
.ci-behance2:before {
content: "\eaaf";
}
.ci-deviantart:before {
content: "\eab0";
}
.ci-500px:before {
content: "\eab1";
}
.ci-steam:before {
content: "\eab2";
}
.ci-steam2:before {
content: "\eab3";
}
.ci-dropbox:before {
content: "\eab4";
}
.ci-onedrive:before {
content: "\eab5";
}
.ci-github:before {
content: "\eab6";
}
.ci-npm:before {
content: "\eab7";
}
.ci-basecamp:before {
content: "\eab8";
}
.ci-trello:before {
content: "\eab9";
}
.ci-wordpress:before {
content: "\eaba";
}
.ci-joomla:before {
content: "\eabb";
}
.ci-ello:before {
content: "\eabc";
}
.ci-blogger:before {
content: "\eabd";
}
.ci-blogger2:before {
content: "\eabe";
}
.ci-tumblr:before {
content: "\eabf";
}
.ci-tumblr2:before {
content: "\eac0";
}
.ci-yahoo:before {
content: "\eac1";
}
.ci-yahoo2:before {
content: "\eac2";
}
.ci-tux:before {
content: "\eac3";
}
.ci-appleinc:before {
content: "\eac4";
}
.ci-finder:before {
content: "\eac5";
}
.ci-android:before {
content: "\eac6";
}
.ci-windows:before {
content: "\eac7";
}
.ci-windows8:before {
content: "\eac8";
}
.ci-soundcloud:before {
content: "\eac9";
}
.ci-soundcloud2:before {
content: "\eaca";
}
.ci-skype:before {
content: "\eacb";
}
.ci-reddit:before {
content: "\eacc";
}
.ci-hackernews:before {
content: "\eacd";
}
.ci-wikipedia:before {
content: "\eace";
}
.ci-linkedin:before {
content: "\eacf";
}
.ci-linkedin2:before {
content: "\ead0";
}
.ci-lastfm:before {
content: "\ead1";
}
.ci-lastfm2:before {
content: "\ead2";
}
.ci-delicious:before {
content: "\ead3";
}
.ci-stumbleupon:before {
content: "\ead4";
}
.ci-stumbleupon2:before {
content: "\ead5";
}
.ci-stackoverflow:before {
content: "\ead6";
}
.ci-pinterest:before {
content: "\ead7";
}
.ci-pinterest2:before {
content: "\ead8";
}
.ci-xing:before {
content: "\ead9";
}
.ci-xing2:before {
content: "\eada";
}
.ci-flattr:before {
content: "\eadb";
}
.ci-foursquare:before {
content: "\eadc";
}
.ci-yelp:before {
content: "\eadd";
}
.ci-paypal:before {
content: "\eade";
}
.ci-chrome:before {
content: "\eadf";
}
.ci-firefox:before {
content: "\eae0";
}
.ci-IE:before {
content: "\eae1";
}
.ci-edge:before {
content: "\eae2";
}
.ci-safari:before {
content: "\eae3";
}
.ci-opera:before {
content: "\eae4";
}
.ci-file-pdf:before {
content: "\eae5";
}
.ci-file-openoffice:before {
content: "\eae6";
}
.ci-file-word:before {
content: "\eae7";
}
.ci-file-excel:before {
content: "\eae8";
}
.ci-libreoffice:before {
content: "\eae9";
}
.ci-html-five:before {
content: "\eaea";
}
.ci-html-five2:before {
content: "\eaeb";
}
.ci-css3:before {
content: "\eaec";
}
.ci-git:before {
content: "\eaed";
}
.ci-codepen:before {
content: "\eaee";
}
.ci-svg:before {
content: "\eaef";
}
.ci-IcoMoon:before {
content: "\eaf0";
}
.ci-mobile3:before {
content: "\e004";
}
.ci-laptop3:before {
content: "\e005";
}
.ci-desktop:before {
content: "\e006";
}
.ci-tablet3:before {
content: "\e007";
}
.ci-phone4:before {
content: "\e008";
}
.ci-document2:before {
content: "\e009";
}
.ci-documents:before {
content: "\e00a";
}
.ci-search3:before {
content: "\e00b";
}
.ci-clipboard3:before {
content: "\e00c";
}
.ci-newspaper2:before {
content: "\e00d";
}
.ci-notebook:before {
content: "\e00e";
}
.ci-book-open:before {
content: "\e00f";
}
.ci-browser:before {
content: "\e010";
}
.ci-calendar2:before {
content: "\e011";
}
.ci-presentation:before {
content: "\e012";
}
.ci-picture:before {
content: "\e013";
}
.ci-pictures:before {
content: "\e014";
}
.ci-video2:before {
content: "\e015";
}
.ci-camera4:before {
content: "\e016";
}
.ci-printer3:before {
content: "\e017";
}
.ci-toolbox:before {
content: "\e018";
}
.ci-briefcase3:before {
content: "\e01a";
}
.ci-wallet:before {
content: "\e022";
}
.ci-gift3:before {
content: "\e025";
}
.ci-bargraph:before {
content: "\e026";
}
.ci-grid:before {
content: "\e027";
}
.ci-expand:before {
content: "\e028";
}
.ci-focus:before {
content: "\e02c";
}
.ci-edit2:before {
content: "\e02d";
}
.ci-adjustments:before {
content: "\e02e";
}
.ci-ribbon:before {
content: "\e032";
}
.ci-hourglass:before {
content: "\e03a";
}
.ci-lock3:before {
content: "\e054";
}
.ci-megaphone:before {
content: "\e072";
}
.ci-shield2:before {
content: "\e073";
}
.ci-trophy2:before {
content: "\e074";
}
.ci-flag4:before {
content: "\e075";
}
.ci-map5:before {
content: "\e076";
}
.ci-puzzle2:before {
content: "\e077";
}
.ci-basket:before {
content: "\e078";
}
.ci-envelope:before {
content: "\e079";
}
.ci-streetsign:before {
content: "\e07a";
}
.ci-telescope:before {
content: "\e07b";
}
.ci-gears:before {
content: "\e07c";
}
.ci-key4:before {
content: "\e07d";
}
.ci-paperclip:before {
content: "\e07e";
}
.ci-attachment4:before {
content: "\e07f";
}
.ci-pricetags:before {
content: "\e080";
}
.ci-lightbulb2:before {
content: "\e081";
}
.ci-layers2:before {
content: "\e082";
}
.ci-pencil4:before {
content: "\e083";
}
.ci-tools:before {
content: "\e084";
}
.ci-tools-2:before {
content: "\e085";
}
.ci-scissors3:before {
content: "\e086";
}
.ci-paintbrush:before {
content: "\e087";
}
.ci-magnifying-glass:before {
content: "\e088";
}
.ci-circle-compass:before {
content: "\e089";
}
.ci-linegraph:before {
content: "\e08a";
}
.ci-mic3:before {
content: "\e08b";
}
.ci-strategy:before {
content: "\e08c";
}
.ci-beaker2:before {
content: "\e08d";
}
.ci-caution:before {
content: "\e08e";
}
.ci-recycle:before {
content: "\e08f";
}
.ci-anchor2:before {
content: "\e090";
}
.ci-profile-male:before {
content: "\e091";
}
.ci-profile-female:before {
content: "\e092";
}
.ci-bike:before {
content: "\e093";
}
.ci-wine2:before {
content: "\e094";
}
.ci-hotairballoon:before {
content: "\e095";
}
.ci-globe2:before {
content: "\e096";
}
.ci-genius:before {
content: "\e097";
}
.ci-map-pin:before {
content: "\e098";
}
.ci-dial:before {
content: "\e099";
}
.ci-chat2:before {
content: "\e09a";
}
.ci-heart3:before {
content: "\e09b";
}
.ci-cloud7:before {
content: "\e09c";
}
.ci-upload5:before {
content: "\e09d";
}
.ci-download5:before {
content: "\e09e";
}
.ci-target2:before {
content: "\e09f";
}
.ci-hazardous:before {
content: "\e0a0";
}
.ci-piechart:before {
content: "\e0a1";
}
.ci-speedometer:before {
content: "\e0a2";
}
.ci-global:before {
content: "\e0a3";
}
.ci-compass5:before {
content: "\e0a4";
}
.ci-lifesaver:before {
content: "\e0a5";
}
.ci-clock3:before {
content: "\e0a6";
}
.ci-aperture:before {
content: "\e0a7";
}
.ci-quote:before {
content: "\e0a8";
}
.ci-scope:before {
content: "\e0a9";
}
.ci-alarmclock:before {
content: "\e0aa";
}
.ci-refresh3:before {
content: "\e0ab";
}
.ci-happy3:before {
content: "\e0ac";
}
.ci-sad3:before {
content: "\e0ad";
}
.ci-facebook3:before {
content: "\e0ae";
}
.ci-twitter2:before {
content: "\e0af";
}
.ci-googleplus:before {
content: "\e0b0";
}
.ci-rss4:before {
content: "\e0b3";
}
.ci-tumblr3:before {
content: "\e0bd";
}
.ci-linkedin3:before {
content: "\e0be";
}
.ci-dribbble2:before {
content: "\e0bf";
} | CloudianOS_VIRTUAL_MACHINE/distributions/src/main/r/icons/pro/style.css | @font-face {
font-family: 'CloudianIconsPro';
src: url('fonts/CloudianIconsPro.eot?u3wap4');
src: url('fonts/CloudianIconsPro.eot?u3wap4#iefix') format('embedded-opentype'),
url('fonts/CloudianIconsPro.ttf?u3wap4') format('truetype'),
url('fonts/CloudianIconsPro.woff?u3wap4') format('woff'),
url('fonts/CloudianIconsPro.svg?u3wap4#CloudianIconsPro') format('svg');
font-weight: normal;
font-style: normal;
}
.ci-pro {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'CloudianIconsPro' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ci-times:before {
content: "\eaf2";
}
.ci-tick:before {
content: "\eaf3";
}
.ci-plus2:before {
content: "\eaf4";
}
.ci-minus2:before {
content: "\eaf5";
}
.ci-equals:before {
content: "\eaf6";
}
.ci-divide:before {
content: "\eaf7";
}
.ci-chevron-right:before {
content: "\eaf8";
}
.ci-chevron-left:before {
content: "\eaf9";
}
.ci-arrow-right-thick:before {
content: "\eafa";
}
.ci-arrow-left-thick:before {
content: "\eafb";
}
.ci-th-small:before {
content: "\eafc";
}
.ci-th-menu:before {
content: "\eafd";
}
.ci-th-list:before {
content: "\eafe";
}
.ci-th-large:before {
content: "\eaff";
}
.ci-home4:before {
content: "\eb00";
}
.ci-arrow-forward:before {
content: "\eb01";
}
.ci-arrow-back:before {
content: "\eb02";
}
.ci-rss3:before {
content: "\eb03";
}
.ci-location3:before {
content: "\eb04";
}
.ci-link2:before {
content: "\eb05";
}
.ci-image2:before {
content: "\eb06";
}
.ci-arrow-up-thick:before {
content: "\eb07";
}
.ci-arrow-down-thick:before {
content: "\eb08";
}
.ci-starburst:before {
content: "\eb09";
}
.ci-starburst-outline:before {
content: "\eb0a";
}
.ci-star:before {
content: "\eb0b";
}
.ci-flow-children:before {
content: "\eb0c";
}
.ci-export:before {
content: "\eb0d";
}
.ci-delete:before {
content: "\eb0e";
}
.ci-delete-outline:before {
content: "\eb0f";
}
.ci-cloud-storage:before {
content: "\eb10";
}
.ci-wi-fi:before {
content: "\eb11";
}
.ci-heart2:before {
content: "\eb12";
}
.ci-flash:before {
content: "\eb13";
}
.ci-cancel:before {
content: "\eb14";
}
.ci-backspace:before {
content: "\eb15";
}
.ci-attachment2:before {
content: "\eb16";
}
.ci-arrow-move:before {
content: "\eb17";
}
.ci-warning2:before {
content: "\eb18";
}
.ci-user2:before {
content: "\eb19";
}
.ci-radar:before {
content: "\eb1a";
}
.ci-lock-open:before {
content: "\eb1b";
}
.ci-lock-closed:before {
content: "\eb1c";
}
.ci-location-arrow:before {
content: "\eb1d";
}
.ci-info2:before {
content: "\eb1e";
}
.ci-user-delete:before {
content: "\eb1f";
}
.ci-user-add:before {
content: "\eb20";
}
.ci-media-pause:before {
content: "\eb21";
}
.ci-group:before {
content: "\eb22";
}
.ci-chart-pie:before {
content: "\eb23";
}
.ci-chart-line:before {
content: "\eb24";
}
.ci-chart-bar:before {
content: "\eb25";
}
.ci-chart-area:before {
content: "\eb26";
}
.ci-video:before {
content: "\eb27";
}
.ci-point-of-interest:before {
content: "\eb28";
}
.ci-infinity:before {
content: "\eb29";
}
.ci-globe:before {
content: "\eb2a";
}
.ci-eye2:before {
content: "\eb2b";
}
.ci-cog2:before {
content: "\eb2c";
}
.ci-camera2:before {
content: "\eb2d";
}
.ci-upload4:before {
content: "\eb2e";
}
.ci-scissors2:before {
content: "\eb2f";
}
.ci-refresh:before {
content: "\eb30";
}
.ci-pin:before {
content: "\eb31";
}
.ci-key3:before {
content: "\eb32";
}
.ci-info-large:before {
content: "\eb33";
}
.ci-eject2:before {
content: "\eb34";
}
.ci-download4:before {
content: "\eb35";
}
.ci-zoom:before {
content: "\eb36";
}
.ci-zoom-out2:before {
content: "\eb37";
}
.ci-zoom-in2:before {
content: "\eb38";
}
.ci-sort-numerically:before {
content: "\eb39";
}
.ci-sort-alphabetically:before {
content: "\eb3a";
}
.ci-input-checked:before {
content: "\eb3b";
}
.ci-calender:before {
content: "\eb3c";
}
.ci-world:before {
content: "\eb3d";
}
.ci-notes:before {
content: "\eb3e";
}
.ci-code:before {
content: "\eb3f";
}
.ci-arrow-sync:before {
content: "\eb40";
}
.ci-arrow-shuffle:before {
content: "\eb41";
}
.ci-arrow-repeat:before {
content: "\eb42";
}
.ci-arrow-minimise:before {
content: "\eb43";
}
.ci-arrow-maximise:before {
content: "\eb44";
}
.ci-arrow-loop:before {
content: "\eb45";
}
.ci-anchor:before {
content: "\eb46";
}
.ci-spanner:before {
content: "\eb47";
}
.ci-puzzle:before {
content: "\eb48";
}
.ci-power2:before {
content: "\eb49";
}
.ci-plane:before {
content: "\eb4a";
}
.ci-pi:before {
content: "\eb4b";
}
.ci-phone2:before {
content: "\eb4c";
}
.ci-microphone:before {
content: "\eb4d";
}
.ci-media-rewind:before {
content: "\eb4e";
}
.ci-flag2:before {
content: "\eb4f";
}
.ci-adjust-brightness:before {
content: "\eb50";
}
.ci-waves:before {
content: "\eb51";
}
.ci-social-twitter:before {
content: "\eb52";
}
.ci-social-facebook:before {
content: "\eb53";
}
.ci-social-dribbble:before {
content: "\eb54";
}
.ci-media-stop:before {
content: "\eb55";
}
.ci-media-record:before {
content: "\eb56";
}
.ci-media-play:before {
content: "\eb57";
}
.ci-media-fast-forward:before {
content: "\eb58";
}
.ci-media-eject:before {
content: "\eb59";
}
.ci-social-vimeo:before {
content: "\eb5a";
}
.ci-social-tumbler:before {
content: "\eb5b";
}
.ci-social-skype:before {
content: "\eb5c";
}
.ci-social-pinterest:before {
content: "\eb5d";
}
.ci-social-linkedin:before {
content: "\eb5e";
}
.ci-social-last-fm:before {
content: "\eb5f";
}
.ci-social-github:before {
content: "\eb60";
}
.ci-social-flickr:before {
content: "\eb61";
}
.ci-at:before {
content: "\eb62";
}
.ci-times-outline:before {
content: "\eb63";
}
.ci-plus-outline:before {
content: "\eb64";
}
.ci-minus-outline:before {
content: "\eb65";
}
.ci-tick-outline:before {
content: "\eb66";
}
.ci-th-large-outline:before {
content: "\eb67";
}
.ci-equals-outline:before {
content: "\eb68";
}
.ci-divide-outline:before {
content: "\eb69";
}
.ci-chevron-right-outline:before {
content: "\eb6a";
}
.ci-chevron-left-outline:before {
content: "\eb6b";
}
.ci-arrow-right-outline:before {
content: "\eb6c";
}
.ci-arrow-left-outline:before {
content: "\eb6d";
}
.ci-th-small-outline:before {
content: "\eb6e";
}
.ci-th-menu-outline:before {
content: "\eb6f";
}
.ci-th-list-outline:before {
content: "\eb70";
}
.ci-news:before {
content: "\eb71";
}
.ci-home-outline:before {
content: "\eb72";
}
.ci-arrow-up-outline:before {
content: "\eb73";
}
.ci-arrow-forward-outline:before {
content: "\eb74";
}
.ci-arrow-down-outline:before {
content: "\eb75";
}
.ci-arrow-back-outline:before {
content: "\eb76";
}
.ci-trash:before {
content: "\eb77";
}
.ci-rss-outline:before {
content: "\eb78";
}
.ci-message:before {
content: "\eb79";
}
.ci-location-outline:before {
content: "\eb7a";
}
.ci-link-outline:before {
content: "\eb7b";
}
.ci-image-outline:before {
content: "\eb7c";
}
.ci-export-outline:before {
content: "\eb7d";
}
.ci-cross2:before {
content: "\eb7e";
}
.ci-wi-fi-outline:before {
content: "\eb7f";
}
.ci-star-outline:before {
content: "\eb80";
}
.ci-media-pause-outline:before {
content: "\eb81";
}
.ci-mail5:before {
content: "\eb82";
}
.ci-heart-outline:before {
content: "\eb83";
}
.ci-flash-outline:before {
content: "\eb84";
}
.ci-cancel-outline:before {
content: "\eb85";
}
.ci-beaker:before {
content: "\eb86";
}
.ci-arrow-move-outline:before {
content: "\eb87";
}
.ci-watch:before {
content: "\eb88";
}
.ci-warning-outline:before {
content: "\eb89";
}
.ci-time:before {
content: "\eb8a";
}
.ci-radar-outline:before {
content: "\eb8b";
}
.ci-lock-open-outline:before {
content: "\eb8c";
}
.ci-location-arrow-outline:before {
content: "\eb8d";
}
.ci-info-outline:before {
content: "\eb8e";
}
.ci-backspace-outline:before {
content: "\eb8f";
}
.ci-attachment-outline:before {
content: "\eb90";
}
.ci-user-outline:before {
content: "\eb91";
}
.ci-user-delete-outline:before {
content: "\eb92";
}
.ci-user-add-outline:before {
content: "\eb93";
}
.ci-lock-closed-outline:before {
content: "\eb94";
}
.ci-group-outline:before {
content: "\eb95";
}
.ci-chart-pie-outline:before {
content: "\eb96";
}
.ci-chart-line-outline:before {
content: "\eb97";
}
.ci-chart-bar-outline:before {
content: "\eb98";
}
.ci-chart-area-outline:before {
content: "\eb99";
}
.ci-video-outline:before {
content: "\eb9a";
}
.ci-point-of-interest-outline:before {
content: "\eb9b";
}
.ci-map3:before {
content: "\eb9c";
}
.ci-key-outline:before {
content: "\eb9d";
}
.ci-infinity-outline:before {
content: "\eb9e";
}
.ci-globe-outline:before {
content: "\eb9f";
}
.ci-eye-outline:before {
content: "\eba0";
}
.ci-cog-outline:before {
content: "\eba1";
}
.ci-camera-outline:before {
content: "\eba2";
}
.ci-upload-outline:before {
content: "\eba3";
}
.ci-support:before {
content: "\eba4";
}
.ci-scissors-outline:before {
content: "\eba5";
}
.ci-refresh-outline:before {
content: "\eba6";
}
.ci-info-large-outline:before {
content: "\eba7";
}
.ci-eject-outline:before {
content: "\eba8";
}
.ci-download-outline:before {
content: "\eba9";
}
.ci-battery-mid:before {
content: "\ebaa";
}
.ci-battery-low:before {
content: "\ebab";
}
.ci-battery-high:before {
content: "\ebac";
}
.ci-zoom-outline:before {
content: "\ebad";
}
.ci-zoom-out-outline:before {
content: "\ebae";
}
.ci-zoom-in-outline:before {
content: "\ebaf";
}
.ci-tag:before {
content: "\ebb0";
}
.ci-tabs-outline:before {
content: "\ebb1";
}
.ci-pin-outline:before {
content: "\ebb2";
}
.ci-message-typing:before {
content: "\ebb3";
}
.ci-directions:before {
content: "\ebb4";
}
.ci-battery-full:before {
content: "\ebb5";
}
.ci-battery-charge:before {
content: "\ebb6";
}
.ci-pipette:before {
content: "\ebb7";
}
.ci-pencil3:before {
content: "\ebb8";
}
.ci-folder2:before {
content: "\ebb9";
}
.ci-folder-delete:before {
content: "\ebba";
}
.ci-folder-add:before {
content: "\ebbb";
}
.ci-edit:before {
content: "\ebbc";
}
.ci-document:before {
content: "\ebbd";
}
.ci-document-delete:before {
content: "\ebbe";
}
.ci-document-add:before {
content: "\ebbf";
}
.ci-brush:before {
content: "\ebc0";
}
.ci-thumbs-up:before {
content: "\ebc1";
}
.ci-thumbs-down:before {
content: "\ebc2";
}
.ci-pen2:before {
content: "\ebc3";
}
.ci-sort-numerically-outline:before {
content: "\ebc4";
}
.ci-sort-alphabetically-outline:before {
content: "\ebc5";
}
.ci-social-last-fm-circular:before {
content: "\ebc6";
}
.ci-social-github-circular:before {
content: "\ebc7";
}
.ci-compass3:before {
content: "\ebc8";
}
.ci-bookmark2:before {
content: "\ebc9";
}
.ci-input-checked-outline:before {
content: "\ebca";
}
.ci-code-outline:before {
content: "\ebcb";
}
.ci-calender-outline:before {
content: "\ebcc";
}
.ci-business-card:before {
content: "\ebcd";
}
.ci-arrow-up3:before {
content: "\ebce";
}
.ci-arrow-sync-outline:before {
content: "\ebcf";
}
.ci-arrow-right3:before {
content: "\ebd0";
}
.ci-arrow-repeat-outline:before {
content: "\ebd1";
}
.ci-arrow-loop-outline:before {
content: "\ebd2";
}
.ci-arrow-left3:before {
content: "\ebd3";
}
.ci-flow-switch:before {
content: "\ebd4";
}
.ci-flow-parallel:before {
content: "\ebd5";
}
.ci-flow-merge:before {
content: "\ebd6";
}
.ci-document-text:before {
content: "\ebd7";
}
.ci-clipboard2:before {
content: "\ebd8";
}
.ci-calculator2:before {
content: "\ebd9";
}
.ci-arrow-minimise-outline:before {
content: "\ebda";
}
.ci-arrow-maximise-outline:before {
content: "\ebdb";
}
.ci-arrow-down3:before {
content: "\ebdc";
}
.ci-gift2:before {
content: "\ebdd";
}
.ci-film2:before {
content: "\ebde";
}
.ci-database2:before {
content: "\ebdf";
}
.ci-bell2:before {
content: "\ebe0";
}
.ci-anchor-outline:before {
content: "\ebe1";
}
.ci-adjust-contrast:before {
content: "\ebe2";
}
.ci-world-outline:before {
content: "\ebe3";
}
.ci-shopping-bag:before {
content: "\ebe4";
}
.ci-power-outline:before {
content: "\ebe5";
}
.ci-notes-outline:before {
content: "\ebe6";
}
.ci-device-tablet:before {
content: "\ebe7";
}
.ci-device-phone:before {
content: "\ebe8";
}
.ci-device-laptop:before {
content: "\ebe9";
}
.ci-device-desktop:before {
content: "\ebea";
}
.ci-briefcase2:before {
content: "\ebeb";
}
.ci-stopwatch2:before {
content: "\ebec";
}
.ci-spanner-outline:before {
content: "\ebed";
}
.ci-puzzle-outline:before {
content: "\ebee";
}
.ci-printer2:before {
content: "\ebef";
}
.ci-pi-outline:before {
content: "\ebf0";
}
.ci-lightbulb:before {
content: "\ebf1";
}
.ci-flag-outline:before {
content: "\ebf2";
}
.ci-contacts:before {
content: "\ebf3";
}
.ci-archive:before {
content: "\ebf4";
}
.ci-weather-stormy:before {
content: "\ebf5";
}
.ci-weather-shower:before {
content: "\ebf6";
}
.ci-weather-partly-sunny:before {
content: "\ebf7";
}
.ci-weather-downpour:before {
content: "\ebf8";
}
.ci-weather-cloudy:before {
content: "\ebf9";
}
.ci-plane-outline:before {
content: "\ebfa";
}
.ci-phone-outline:before {
content: "\ebfb";
}
.ci-microphone-outline:before {
content: "\ebfc";
}
.ci-weather-windy:before {
content: "\ebfd";
}
.ci-weather-windy-cloudy:before {
content: "\ebfe";
}
.ci-weather-sunny:before {
content: "\ebff";
}
.ci-weather-snow:before {
content: "\ec00";
}
.ci-weather-night:before {
content: "\ec01";
}
.ci-media-stop-outline:before {
content: "\ec02";
}
.ci-media-rewind-outline:before {
content: "\ec03";
}
.ci-media-record-outline:before {
content: "\ec04";
}
.ci-media-play-outline:before {
content: "\ec05";
}
.ci-media-fast-forward-outline:before {
content: "\ec06";
}
.ci-media-eject-outline:before {
content: "\ec07";
}
.ci-wine:before {
content: "\ec08";
}
.ci-waves-outline:before {
content: "\ec09";
}
.ci-ticket2:before {
content: "\ec0a";
}
.ci-tags:before {
content: "\ec0b";
}
.ci-plug:before {
content: "\ec0c";
}
.ci-headphones2:before {
content: "\ec0d";
}
.ci-credit-card2:before {
content: "\ec0e";
}
.ci-coffee:before {
content: "\ec0f";
}
.ci-book2:before {
content: "\ec10";
}
.ci-beer:before {
content: "\ec11";
}
.ci-volume:before {
content: "\ec12";
}
.ci-volume-up:before {
content: "\ec13";
}
.ci-volume-mute3:before {
content: "\ec14";
}
.ci-volume-down:before {
content: "\ec15";
}
.ci-social-vimeo-circular:before {
content: "\ec16";
}
.ci-social-twitter-circular:before {
content: "\ec17";
}
.ci-social-pinterest-circular:before {
content: "\ec18";
}
.ci-social-linkedin-circular:before {
content: "\ec19";
}
.ci-social-facebook-circular:before {
content: "\ec1a";
}
.ci-social-dribbble-circular:before {
content: "\ec1b";
}
.ci-tree2:before {
content: "\ec1c";
}
.ci-thermometer:before {
content: "\ec1d";
}
.ci-social-tumbler-circular:before {
content: "\ec1e";
}
.ci-social-skype-outline:before {
content: "\ec1f";
}
.ci-social-flickr-circular:before {
content: "\ec20";
}
.ci-social-at-circular:before {
content: "\ec21";
}
.ci-shopping-cart:before {
content: "\ec22";
}
.ci-messages:before {
content: "\ec23";
}
.ci-leaf2:before {
content: "\ec24";
}
.ci-feather:before {
content: "\ec25";
}
.ci-3d_rotation:before {
content: "\e84d";
}
.ci-ac_unit:before {
content: "\ec26";
}
.ci-alarm2:before {
content: "\e855";
}
.ci-access_alarms:before {
content: "\e191";
}
.ci-schedule:before {
content: "\e8b5";
}
.ci-accessibility2:before {
content: "\e84e";
}
.ci-accessible:before {
content: "\ec27";
}
.ci-account_balance:before {
content: "\e84f";
}
.ci-account_balance_wallet:before {
content: "\e850";
}
.ci-account_box:before {
content: "\e851";
}
.ci-account_circle:before {
content: "\e853";
}
.ci-adb:before {
content: "\e60e";
}
.ci-add:before {
content: "\e145";
}
.ci-add_a_photo:before {
content: "\e439";
}
.ci-alarm_add:before {
content: "\e856";
}
.ci-add_alert:before {
content: "\e003";
}
.ci-add_box:before {
content: "\e146";
}
.ci-add_circle:before {
content: "\e147";
}
.ci-control_point:before {
content: "\e3ba";
}
.ci-add_location:before {
content: "\e567";
}
.ci-add_shopping_cart:before {
content: "\e854";
}
.ci-queue:before {
content: "\e03c";
}
.ci-add_to_queue:before {
content: "\e05c";
}
.ci-adjust:before {
content: "\e39e";
}
.ci-airline_seat_flat:before {
content: "\e630";
}
.ci-airline_seat_flat_angled:before {
content: "\e631";
}
.ci-airline_seat_individual_suite:before {
content: "\e632";
}
.ci-airline_seat_legroom_extra:before {
content: "\e633";
}
.ci-airline_seat_legroom_normal:before {
content: "\e634";
}
.ci-airline_seat_legroom_reduced:before {
content: "\e635";
}
.ci-airline_seat_recline_extra:before {
content: "\e636";
}
.ci-airline_seat_recline_normal:before {
content: "\e637";
}
.ci-flight:before {
content: "\e539";
}
.ci-airplanemode_inactive:before {
content: "\e194";
}
.ci-airplay:before {
content: "\e055";
}
.ci-airport_shuttle:before {
content: "\ec28";
}
.ci-alarm_off:before {
content: "\e857";
}
.ci-alarm_on:before {
content: "\e858";
}
.ci-album:before {
content: "\e019";
}
.ci-all_inclusive:before {
content: "\ec29";
}
.ci-all_out:before {
content: "\ec2a";
}
.ci-android2:before {
content: "\e859";
}
.ci-announcement:before {
content: "\e85a";
}
.ci-apps:before {
content: "\e5c3";
}
.ci-archive2:before {
content: "\e149";
}
.ci-arrow_back:before {
content: "\e5c4";
}
.ci-arrow_downward:before {
content: "\e5db";
}
.ci-arrow_drop_down:before {
content: "\e5c5";
}
.ci-arrow_drop_down_circle:before {
content: "\e5c6";
}
.ci-arrow_drop_up:before {
content: "\e5c7";
}
.ci-arrow_forward:before {
content: "\e5c8";
}
.ci-arrow_upward:before {
content: "\e5d8";
}
.ci-art_track:before {
content: "\e060";
}
.ci-aspect_ratio:before {
content: "\e85b";
}
.ci-poll:before {
content: "\e801";
}
.ci-assignment:before {
content: "\e85d";
}
.ci-assignment_ind:before {
content: "\e85e";
}
.ci-assignment_late:before {
content: "\e85f";
}
.ci-assignment_return:before {
content: "\e860";
}
.ci-assignment_returned:before {
content: "\e861";
}
.ci-assignment_turned_in:before {
content: "\e862";
}
.ci-assistant:before {
content: "\e39f";
}
.ci-flag3:before {
content: "\e153";
}
.ci-attach_file:before {
content: "\e226";
}
.ci-attach_money:before {
content: "\e227";
}
.ci-attachment3:before {
content: "\e2bc";
}
.ci-audiotrack:before {
content: "\e3a1";
}
.ci-autorenew:before {
content: "\e863";
}
.ci-av_timer:before {
content: "\e01b";
}
.ci-backspace2:before {
content: "\e14a";
}
.ci-cloud_upload:before {
content: "\e2c3";
}
.ci-battery_alert:before {
content: "\e19c";
}
.ci-battery_charging_full:before {
content: "\e1a3";
}
.ci-battery_std:before {
content: "\e1a5";
}
.ci-battery_unknown:before {
content: "\e1a6";
}
.ci-beach_access:before {
content: "\ec2b";
}
.ci-beenhere:before {
content: "\e52d";
}
.ci-block:before {
content: "\e14b";
}
.ci-bluetooth:before {
content: "\e1a7";
}
.ci-bluetooth_searching:before {
content: "\e1aa";
}
.ci-bluetooth_connected:before {
content: "\e1a8";
}
.ci-bluetooth_disabled:before {
content: "\e1a9";
}
.ci-blur_circular:before {
content: "\e3a2";
}
.ci-blur_linear:before {
content: "\e3a3";
}
.ci-blur_off:before {
content: "\e3a4";
}
.ci-blur_on:before {
content: "\e3a5";
}
.ci-class:before {
content: "\e86e";
}
.ci-turned_in:before {
content: "\e8e6";
}
.ci-turned_in_not:before {
content: "\e8e7";
}
.ci-border_all:before {
content: "\e228";
}
.ci-border_bottom:before {
content: "\e229";
}
.ci-border_clear:before {
content: "\e22a";
}
.ci-border_color:before {
content: "\e22b";
}
.ci-border_horizontal:before {
content: "\e22c";
}
.ci-border_inner:before {
content: "\e22d";
}
.ci-border_left:before {
content: "\e22e";
}
.ci-border_outer:before {
content: "\e22f";
}
.ci-border_right:before {
content: "\e230";
}
.ci-border_style:before {
content: "\e231";
}
.ci-border_top:before {
content: "\e232";
}
.ci-border_vertical:before {
content: "\e233";
}
.ci-branding_watermark:before {
content: "\e06b";
}
.ci-brightness_1:before {
content: "\e3a6";
}
.ci-brightness_2:before {
content: "\e3a7";
}
.ci-brightness_3:before {
content: "\e3a8";
}
.ci-brightness_4:before {
content: "\e3a9";
}
.ci-brightness_low:before {
content: "\e1ad";
}
.ci-brightness_medium:before {
content: "\e1ae";
}
.ci-brightness_high:before {
content: "\e1ac";
}
.ci-brightness_auto:before {
content: "\e1ab";
}
.ci-broken_image:before {
content: "\e3ad";
}
.ci-brush2:before {
content: "\e3ae";
}
.ci-bubble_chart:before {
content: "\e6dd";
}
.ci-bug_report:before {
content: "\e868";
}
.ci-build:before {
content: "\e869";
}
.ci-burst_mode:before {
content: "\e43c";
}
.ci-domain:before {
content: "\e7ee";
}
.ci-business_center:before {
content: "\ec2c";
}
.ci-cached:before {
content: "\e86a";
}
.ci-cake:before {
content: "\e7e9";
}
.ci-phone3:before {
content: "\e0cd";
}
.ci-call_end:before {
content: "\e0b1";
}
.ci-call_made:before {
content: "\e0b2";
}
.ci-merge_type:before {
content: "\e252";
}
.ci-call_missed:before {
content: "\e0b4";
}
.ci-call_missed_outgoing:before {
content: "\e0e4";
}
.ci-call_received:before {
content: "\e0b5";
}
.ci-call_split:before {
content: "\e0b6";
}
.ci-call_to_action:before {
content: "\e06c";
}
.ci-camera3:before {
content: "\e3af";
}
.ci-photo_camera:before {
content: "\e412";
}
.ci-camera_enhance:before {
content: "\e8fc";
}
.ci-camera_front:before {
content: "\e3b1";
}
.ci-camera_rear:before {
content: "\e3b2";
}
.ci-camera_roll:before {
content: "\e3b3";
}
.ci-cancel2:before {
content: "\e5c9";
}
.ci-redeem:before {
content: "\e8b1";
}
.ci-card_membership:before {
content: "\e8f7";
}
.ci-card_travel:before {
content: "\e8f8";
}
.ci-casino:before {
content: "\ec2d";
}
.ci-cast:before {
content: "\e307";
}
.ci-cast_connected:before {
content: "\e308";
}
.ci-center_focus_strong:before {
content: "\e3b4";
}
.ci-center_focus_weak:before {
content: "\e3b5";
}
.ci-change_history:before {
content: "\e86b";
}
.ci-chat:before {
content: "\e0b7";
}
.ci-chat_bubble:before {
content: "\e0ca";
}
.ci-chat_bubble_outline:before {
content: "\e0cb";
}
.ci-check:before {
content: "\e5ca";
}
.ci-check_box:before {
content: "\e834";
}
.ci-check_box_outline_blank:before {
content: "\e835";
}
.ci-check_circle:before {
content: "\e86c";
}
.ci-navigate_before:before {
content: "\e408";
}
.ci-navigate_next:before {
content: "\e409";
}
.ci-child_care:before {
content: "\ec2e";
}
.ci-child_friendly:before {
content: "\ec2f";
}
.ci-chrome_reader_mode:before {
content: "\e86d";
}
.ci-close:before {
content: "\e5cd";
}
.ci-clear_all:before {
content: "\e0b8";
}
.ci-closed_caption:before {
content: "\e01c";
}
.ci-wb_cloudy:before {
content: "\e42d";
}
.ci-cloud_circle:before {
content: "\e2be";
}
.ci-cloud_done:before {
content: "\e2bf";
}
.ci-cloud_download:before {
content: "\e2c0";
}
.ci-cloud_off:before {
content: "\e2c1";
}
.ci-cloud_queue:before {
content: "\e2c2";
}
.ci-code2:before {
content: "\e86f";
}
.ci-photo_library:before {
content: "\e413";
}
.ci-collections_bookmark:before {
content: "\e431";
}
.ci-palette:before {
content: "\e40a";
}
.ci-colorize:before {
content: "\e3b8";
}
.ci-comment:before {
content: "\e0b9";
}
.ci-compare:before {
content: "\e3b9";
}
.ci-compare_arrows:before {
content: "\ec30";
}
.ci-laptop2:before {
content: "\e31e";
}
.ci-confirmation_number:before {
content: "\e638";
}
.ci-contact_mail:before {
content: "\e0d0";
}
.ci-contact_phone:before {
content: "\e0cf";
}
.ci-contacts2:before {
content: "\e0ba";
}
.ci-content_copy:before {
content: "\e14d";
}
.ci-content_cut:before {
content: "\e14e";
}
.ci-content_paste:before {
content: "\e14f";
}
.ci-control_point_duplicate:before {
content: "\e3bb";
}
.ci-copyright:before {
content: "\ec31";
}
.ci-mode_edit:before {
content: "\e254";
}
.ci-create_new_folder:before {
content: "\e2cc";
}
.ci-payment:before {
content: "\e8a1";
}
.ci-crop2:before {
content: "\e3be";
}
.ci-crop_16_9:before {
content: "\e3bc";
}
.ci-crop_3_2:before {
content: "\e3bd";
}
.ci-crop_landscape:before {
content: "\e3c3";
}
.ci-crop_7_5:before {
content: "\e3c0";
}
.ci-crop_din:before {
content: "\e3c1";
}
.ci-crop_free:before {
content: "\e3c2";
}
.ci-crop_original:before {
content: "\e3c4";
}
.ci-crop_portrait:before {
content: "\e3c5";
}
.ci-crop_rotate:before {
content: "\e437";
}
.ci-crop_square:before {
content: "\e3c6";
}
.ci-dashboard:before {
content: "\e871";
}
.ci-data_usage:before {
content: "\e1af";
}
.ci-date_range:before {
content: "\ec32";
}
.ci-dehaze:before {
content: "\e3c7";
}
.ci-delete2:before {
content: "\e872";
}
.ci-delete_forever:before {
content: "\ec33";
}
.ci-delete_sweep:before {
content: "\e16c";
}
.ci-description:before {
content: "\e873";
}
.ci-desktop_mac:before {
content: "\e30b";
}
.ci-desktop_windows:before {
content: "\e30c";
}
.ci-details:before {
content: "\e3c8";
}
.ci-developer_board:before {
content: "\e30d";
}
.ci-developer_mode:before {
content: "\e1b0";
}
.ci-device_hub:before {
content: "\e335";
}
.ci-phonelink:before {
content: "\e326";
}
.ci-devices_other:before {
content: "\e337";
}
.ci-dialer_sip:before {
content: "\e0bb";
}
.ci-dialpad:before {
content: "\e0bc";
}
.ci-directions2:before {
content: "\e52e";
}
.ci-directions_bike:before {
content: "\e52f";
}
.ci-directions_boat:before {
content: "\e532";
}
.ci-directions_bus:before {
content: "\e530";
}
.ci-directions_car:before {
content: "\e531";
}
.ci-directions_railway:before {
content: "\e534";
}
.ci-directions_run:before {
content: "\e566";
}
.ci-directions_transit:before {
content: "\e535";
}
.ci-directions_walk:before {
content: "\e536";
}
.ci-disc_full:before {
content: "\e610";
}
.ci-dns:before {
content: "\e875";
}
.ci-not_interested:before {
content: "\e033";
}
.ci-do_not_disturb_alt:before {
content: "\e611";
}
.ci-do_not_disturb_off:before {
content: "\e643";
}
.ci-remove_circle:before {
content: "\e15c";
}
.ci-dock:before {
content: "\e30e";
}
.ci-done:before {
content: "\e876";
}
.ci-done_all:before {
content: "\e877";
}
.ci-donut_large:before {
content: "\ec34";
}
.ci-donut_small:before {
content: "\ec35";
}
.ci-drafts:before {
content: "\e151";
}
.ci-drag_handle:before {
content: "\e25d";
}
.ci-time_to_leave:before {
content: "\e62c";
}
.ci-dvr:before {
content: "\e1b2";
}
.ci-edit_location:before {
content: "\e568";
}
.ci-eject3:before {
content: "\e8fb";
}
.ci-markunread:before {
content: "\e159";
}
.ci-enhanced_encryption:before {
content: "\e63f";
}
.ci-equalizer3:before {
content: "\e01d";
}
.ci-error:before {
content: "\e000";
}
.ci-error_outline:before {
content: "\e001";
}
.ci-euro_symbol:before {
content: "\ec36";
}
.ci-ev_station:before {
content: "\e56d";
}
.ci-insert_invitation:before {
content: "\e24f";
}
.ci-event_available:before {
content: "\e614";
}
.ci-event_busy:before {
content: "\e615";
}
.ci-event_note:before {
content: "\e616";
}
.ci-event_seat:before {
content: "\ec37";
}
.ci-exit_to_app:before {
content: "\e879";
}
.ci-expand_less:before {
content: "\e5ce";
}
.ci-expand_more:before {
content: "\e5cf";
}
.ci-explicit:before {
content: "\e01e";
}
.ci-explore:before {
content: "\e87a";
}
.ci-exposure:before {
content: "\e3ca";
}
.ci-exposure_neg_1:before {
content: "\e3cb";
}
.ci-exposure_neg_2:before {
content: "\e3cc";
}
.ci-exposure_plus_1:before {
content: "\e3cd";
}
.ci-exposure_plus_2:before {
content: "\e3ce";
}
.ci-exposure_zero:before {
content: "\e3cf";
}
.ci-extension:before {
content: "\e87b";
}
.ci-face:before {
content: "\e87c";
}
.ci-fast_forward:before {
content: "\e01f";
}
.ci-fast_rewind:before {
content: "\e020";
}
.ci-favorite:before {
content: "\e87d";
}
.ci-favorite_border:before {
content: "\e87e";
}
.ci-featured_play_list:before {
content: "\e06d";
}
.ci-featured_video:before {
content: "\e06e";
}
.ci-sms_failed:before {
content: "\e626";
}
.ci-fiber_dvr:before {
content: "\e05d";
}
.ci-fiber_manual_record:before {
content: "\e061";
}
.ci-fiber_new:before {
content: "\e05e";
}
.ci-fiber_pin:before {
content: "\e06a";
}
.ci-fiber_smart_record:before {
content: "\e062";
}
.ci-get_app:before {
content: "\e884";
}
.ci-file_upload:before {
content: "\e2c6";
}
.ci-filter2:before {
content: "\e3d3";
}
.ci-filter_1:before {
content: "\e3d0";
}
.ci-filter_2:before {
content: "\e3d1";
}
.ci-filter_3:before {
content: "\e3d2";
}
.ci-filter_4:before {
content: "\e3d4";
}
.ci-filter_5:before {
content: "\e3d5";
}
.ci-filter_6:before {
content: "\e3d6";
}
.ci-filter_7:before {
content: "\e3d7";
}
.ci-filter_8:before {
content: "\e3d8";
}
.ci-filter_9:before {
content: "\e3d9";
}
.ci-filter_9_plus:before {
content: "\e3da";
}
.ci-filter_b_and_w:before {
content: "\e3db";
}
.ci-filter_center_focus:before {
content: "\e3dc";
}
.ci-filter_drama:before {
content: "\e3dd";
}
.ci-filter_frames:before {
content: "\e3de";
}
.ci-terrain:before {
content: "\e564";
}
.ci-filter_list:before {
content: "\e152";
}
.ci-filter_none:before {
content: "\e3e0";
}
.ci-filter_tilt_shift:before {
content: "\e3e2";
}
.ci-filter_vintage:before {
content: "\e3e3";
}
.ci-find_in_page:before {
content: "\e880";
}
.ci-find_replace:before {
content: "\e881";
}
.ci-fingerprint:before {
content: "\ec38";
}
.ci-first_page:before {
content: "\e5dc";
}
.ci-fitness_center:before {
content: "\ec39";
}
.ci-flare:before {
content: "\e3e4";
}
.ci-flash_auto:before {
content: "\e3e5";
}
.ci-flash_off:before {
content: "\e3e6";
}
.ci-flash_on:before {
content: "\e3e7";
}
.ci-flight_land:before {
content: "\ec3a";
}
.ci-flight_takeoff:before {
content: "\ec3b";
}
.ci-flip:before {
content: "\e3e8";
}
.ci-flip_to_back:before {
content: "\e882";
}
.ci-flip_to_front:before {
content: "\e883";
}
.ci-folder3:before {
content: "\e2c7";
}
.ci-folder_open:before {
content: "\e2c8";
}
.ci-folder_shared:before {
content: "\e2c9";
}
.ci-folder_special:before {
content: "\e617";
}
.ci-font_download:before {
content: "\e167";
}
.ci-format_align_center:before {
content: "\e234";
}
.ci-format_align_justify:before {
content: "\e235";
}
.ci-format_align_left:before {
content: "\e236";
}
.ci-format_align_right:before {
content: "\e237";
}
.ci-format_bold:before {
content: "\e238";
}
.ci-format_clear:before {
content: "\e239";
}
.ci-format_color_fill:before {
content: "\e23a";
}
.ci-format_color_reset:before {
content: "\e23b";
}
.ci-format_color_text:before {
content: "\e23c";
}
.ci-format_indent_decrease:before {
content: "\e23d";
}
.ci-format_indent_increase:before {
content: "\e23e";
}
.ci-format_italic:before {
content: "\e23f";
}
.ci-format_line_spacing:before {
content: "\e240";
}
.ci-format_list_bulleted:before {
content: "\e241";
}
.ci-format_list_numbered:before {
content: "\e242";
}
.ci-format_paint:before {
content: "\e243";
}
.ci-format_quote:before {
content: "\e244";
}
.ci-format_shapes:before {
content: "\e25e";
}
.ci-format_size:before {
content: "\e245";
}
.ci-format_strikethrough:before {
content: "\e246";
}
.ci-format_textdirection_l_to_r:before {
content: "\e247";
}
.ci-format_textdirection_r_to_l:before {
content: "\e248";
}
.ci-format_underlined:before {
content: "\e249";
}
.ci-question_answer:before {
content: "\e8af";
}
.ci-forward4:before {
content: "\e154";
}
.ci-forward_10:before {
content: "\e056";
}
.ci-forward_30:before {
content: "\e057";
}
.ci-forward_5:before {
content: "\e058";
}
.ci-free_breakfast:before {
content: "\ec3c";
}
.ci-fullscreen:before {
content: "\e5d0";
}
.ci-fullscreen_exit:before {
content: "\e5d1";
}
.ci-functions:before {
content: "\e24a";
}
.ci-g_translate:before {
content: "\ec3d";
}
.ci-games:before {
content: "\e021";
}
.ci-gavel:before {
content: "\ec3e";
}
.ci-gesture:before {
content: "\e155";
}
.ci-gif:before {
content: "\ec3f";
}
.ci-goat:before {
content: "\ec40";
}
.ci-golf_course:before {
content: "\ec41";
}
.ci-my_location:before {
content: "\e55c";
}
.ci-location_searching:before {
content: "\e1b7";
}
.ci-location_disabled:before {
content: "\e1b6";
}
.ci-star2:before {
content: "\e838";
}
.ci-gradient:before {
content: "\e3e9";
}
.ci-grain:before {
content: "\e3ea";
}
.ci-graphic_eq:before {
content: "\e1b8";
}
.ci-grid_off:before {
content: "\e3eb";
}
.ci-grid_on:before {
content: "\e3ec";
}
.ci-people:before {
content: "\e7fb";
}
.ci-group_add:before {
content: "\e7f0";
}
.ci-group_work:before {
content: "\e886";
}
.ci-hd:before {
content: "\e052";
}
.ci-hdr_off:before {
content: "\e3ed";
}
.ci-hdr_on:before {
content: "\e3ee";
}
.ci-hdr_strong:before {
content: "\e3f1";
}
.ci-hdr_weak:before {
content: "\e3f2";
}
.ci-headset:before {
content: "\e310";
}
.ci-headset_mic:before {
content: "\e311";
}
.ci-healing:before {
content: "\e3f3";
}
.ci-hearing:before {
content: "\e023";
}
.ci-help:before {
content: "\e887";
}
.ci-help_outline:before {
content: "\e8fd";
}
.ci-high_quality:before {
content: "\e024";
}
.ci-highlight:before {
content: "\e25f";
}
.ci-highlight_off:before {
content: "\e888";
}
.ci-restore:before {
content: "\e8b3";
}
.ci-home5:before {
content: "\e88a";
}
.ci-hot_tub:before {
content: "\ec42";
}
.ci-local_hotel:before {
content: "\e549";
}
.ci-hourglass_empty:before {
content: "\e88b";
}
.ci-hourglass_full:before {
content: "\e88c";
}
.ci-http:before {
content: "\ec43";
}
.ci-lock2:before {
content: "\e897";
}
.ci-photo:before {
content: "\e410";
}
.ci-image_aspect_ratio:before {
content: "\e3f5";
}
.ci-import_contacts:before {
content: "\e0e0";
}
.ci-import_export:before {
content: "\e0c3";
}
.ci-important_devices:before {
content: "\ec44";
}
.ci-inbox:before {
content: "\e156";
}
.ci-indeterminate_check_box:before {
content: "\ec45";
}
.ci-info3:before {
content: "\e88e";
}
.ci-info_outline:before {
content: "\e88f";
}
.ci-input:before {
content: "\e890";
}
.ci-insert_comment:before {
content: "\e24c";
}
.ci-insert_drive_file:before {
content: "\e24d";
}
.ci-tag_faces:before {
content: "\e420";
}
.ci-link3:before {
content: "\e157";
}
.ci-invert_colors:before {
content: "\e891";
}
.ci-invert_colors_off:before {
content: "\e0c4";
}
.ci-iso:before {
content: "\e3f6";
}
.ci-keyboard2:before {
content: "\e312";
}
.ci-keyboard_arrow_down:before {
content: "\e313";
}
.ci-keyboard_arrow_left:before {
content: "\e314";
}
.ci-keyboard_arrow_right:before {
content: "\e315";
}
.ci-keyboard_arrow_up:before {
content: "\e316";
}
.ci-keyboard_backspace:before {
content: "\e317";
}
.ci-keyboard_capslock:before {
content: "\e318";
}
.ci-keyboard_hide:before {
content: "\e31a";
}
.ci-keyboard_return:before {
content: "\e31b";
}
.ci-keyboard_tab:before {
content: "\e31c";
}
.ci-keyboard_voice:before {
content: "\e31d";
}
.ci-kitchen:before {
content: "\ec46";
}
.ci-label:before {
content: "\e892";
}
.ci-label_outline:before {
content: "\e893";
}
.ci-language:before {
content: "\e894";
}
.ci-laptop_chromebook:before {
content: "\e31f";
}
.ci-laptop_mac:before {
content: "\e320";
}
.ci-laptop_windows:before {
content: "\e321";
}
.ci-last_page:before {
content: "\e5dd";
}
.ci-open_in_new:before {
content: "\e89e";
}
.ci-layers:before {
content: "\e53b";
}
.ci-layers_clear:before {
content: "\e53c";
}
.ci-leak_add:before {
content: "\e3f8";
}
.ci-leak_remove:before {
content: "\e3f9";
}
.ci-lens:before {
content: "\e3fa";
}
.ci-library_books:before {
content: "\e02f";
}
.ci-library_music:before {
content: "\e030";
}
.ci-lightbulb_outline:before {
content: "\ec47";
}
.ci-line_style:before {
content: "\ec48";
}
.ci-line_weight:before {
content: "\ec49";
}
.ci-linear_scale:before {
content: "\e260";
}
.ci-linked_camera:before {
content: "\e438";
}
.ci-list3:before {
content: "\e896";
}
.ci-live_help:before {
content: "\e0c6";
}
.ci-live_tv:before {
content: "\e639";
}
.ci-local_play:before {
content: "\e553";
}
.ci-local_airport:before {
content: "\e53d";
}
.ci-local_atm:before {
content: "\e53e";
}
.ci-local_bar:before {
content: "\e540";
}
.ci-local_cafe:before {
content: "\e541";
}
.ci-local_car_wash:before {
content: "\e542";
}
.ci-local_convenience_store:before {
content: "\e543";
}
.ci-restaurant_menu:before {
content: "\e561";
}
.ci-local_drink:before {
content: "\e544";
}
.ci-local_florist:before {
content: "\e545";
}
.ci-local_gas_station:before {
content: "\e546";
}
.ci-shopping_cart:before {
content: "\e8cc";
}
.ci-local_hospital:before {
content: "\e548";
}
.ci-local_laundry_service:before {
content: "\e54a";
}
.ci-local_library:before {
content: "\e54b";
}
.ci-local_mall:before {
content: "\e54c";
}
.ci-theaters:before {
content: "\e8da";
}
.ci-local_offer:before {
content: "\e54e";
}
.ci-local_parking:before {
content: "\e54f";
}
.ci-local_pharmacy:before {
content: "\e550";
}
.ci-local_pizza:before {
content: "\e552";
}
.ci-print:before {
content: "\e8ad";
}
.ci-local_shipping:before {
content: "\e558";
}
.ci-local_taxi:before {
content: "\e559";
}
.ci-location_city:before {
content: "\e7f1";
}
.ci-location_off:before {
content: "\e0c7";
}
.ci-room:before {
content: "\e8b4";
}
.ci-lock_open:before {
content: "\e898";
}
.ci-lock_outline:before {
content: "\e899";
}
.ci-looks:before {
content: "\e3fc";
}
.ci-looks_3:before {
content: "\e3fb";
}
.ci-looks_4:before {
content: "\e3fd";
}
.ci-looks_5:before {
content: "\e3fe";
}
.ci-looks_6:before {
content: "\e3ff";
}
.ci-looks_one:before {
content: "\e400";
}
.ci-looks_two:before {
content: "\e401";
}
.ci-sync:before {
content: "\e627";
}
.ci-loupe:before {
content: "\e402";
}
.ci-low_priority:before {
content: "\e16d";
}
.ci-loyalty:before {
content: "\e89a";
}
.ci-mail_outline:before {
content: "\e0e1";
}
.ci-map4:before {
content: "\e55b";
}
.ci-markunread_mailbox:before {
content: "\e89b";
}
.ci-memory:before {
content: "\e322";
}
.ci-menu5:before {
content: "\e5d2";
}
.ci-message2:before {
content: "\e0c9";
}
.ci-mic2:before {
content: "\e029";
}
.ci-mic_none:before {
content: "\e02a";
}
.ci-mic_off:before {
content: "\e02b";
}
.ci-mms:before {
content: "\e618";
}
.ci-mode_comment:before {
content: "\e253";
}
.ci-monetization_on:before {
content: "\e263";
}
.ci-money_off:before {
content: "\e25c";
}
.ci-monochrome_photos:before {
content: "\e403";
}
.ci-mood_bad:before {
content: "\e7f3";
}
.ci-more:before {
content: "\e619";
}
.ci-more_horiz:before {
content: "\e5d3";
}
.ci-more_vert:before {
content: "\e5d4";
}
.ci-motorcycle:before {
content: "\ec4a";
}
.ci-mouse:before {
content: "\e323";
}
.ci-move_to_inbox:before {
content: "\e168";
}
.ci-movie_creation:before {
content: "\e404";
}
.ci-movie_filter:before {
content: "\e43a";
}
.ci-multiline_chart:before {
content: "\e6df";
}
.ci-music_note:before {
content: "\e405";
}
.ci-music_video:before {
content: "\e063";
}
.ci-nature:before {
content: "\e406";
}
.ci-nature_people:before {
content: "\e407";
}
.ci-navigation:before {
content: "\e55d";
}
.ci-near_me:before {
content: "\e569";
}
.ci-network_cell:before {
content: "\e1b9";
}
.ci-network_check:before {
content: "\e640";
}
.ci-network_locked:before {
content: "\e61a";
}
.ci-network_wifi:before {
content: "\e1ba";
}
.ci-new_releases:before {
content: "\e031";
}
.ci-next_week:before {
content: "\e16a";
}
.ci-nfc:before {
content: "\e1bb";
}
.ci-no_encryption:before {
content: "\e641";
}
.ci-signal_cellular_no_sim:before {
content: "\e1ce";
}
.ci-note:before {
content: "\e06f";
}
.ci-note_add:before {
content: "\e89c";
}
.ci-notifications:before {
content: "\e7f4";
}
.ci-notifications_active:before {
content: "\e7f7";
}
.ci-notifications_none:before {
content: "\e7f5";
}
.ci-notifications_off:before {
content: "\e7f6";
}
.ci-notifications_paused:before {
content: "\e7f8";
}
.ci-offline_pin:before {
content: "\ec4b";
}
.ci-ondemand_video:before {
content: "\e63a";
}
.ci-opacity:before {
content: "\ec4c";
}
.ci-open_in_browser:before {
content: "\e89d";
}
.ci-open_with:before {
content: "\e89f";
}
.ci-pages:before {
content: "\e7f9";
}
.ci-pageview:before {
content: "\e8a0";
}
.ci-pan_tool:before {
content: "\ec4d";
}
.ci-panorama:before {
content: "\e40b";
}
.ci-radio_button_unchecked:before {
content: "\e836";
}
.ci-panorama_horizontal:before {
content: "\e40d";
}
.ci-panorama_vertical:before {
content: "\e40e";
}
.ci-panorama_wide_angle:before {
content: "\e40f";
}
.ci-party_mode:before {
content: "\e7fa";
}
.ci-pause3:before {
content: "\e034";
}
.ci-pause_circle_filled:before {
content: "\e035";
}
.ci-pause_circle_outline:before {
content: "\e036";
}
.ci-people_outline:before {
content: "\e7fc";
}
.ci-perm_camera_mic:before {
content: "\e8a2";
}
.ci-perm_contact_calendar:before {
content: "\e8a3";
}
.ci-perm_data_setting:before {
content: "\e8a4";
}
.ci-perm_device_information:before {
content: "\e8a5";
}
.ci-person_outline:before {
content: "\e7ff";
}
.ci-perm_media:before {
content: "\e8a7";
}
.ci-perm_phone_msg:before {
content: "\e8a8";
}
.ci-perm_scan_wifi:before {
content: "\e8a9";
}
.ci-person:before {
content: "\e7fd";
}
.ci-person_add:before {
content: "\e7fe";
}
.ci-person_pin:before {
content: "\e55a";
}
.ci-person_pin_circle:before {
content: "\e56a";
}
.ci-personal_video:before {
content: "\e63b";
}
.ci-pets:before {
content: "\ec4e";
}
.ci-phone_android:before {
content: "\e324";
}
.ci-phone_bluetooth_speaker:before {
content: "\e61b";
}
.ci-phone_forwarded:before {
content: "\e61c";
}
.ci-phone_in_talk:before {
content: "\e61d";
}
.ci-phone_iphone:before {
content: "\e325";
}
.ci-phone_locked:before {
content: "\e61e";
}
.ci-phone_missed:before {
content: "\e61f";
}
.ci-phone_paused:before {
content: "\e620";
}
.ci-phonelink_erase:before {
content: "\e0db";
}
.ci-phonelink_lock:before {
content: "\e0dc";
}
.ci-phonelink_off:before {
content: "\e327";
}
.ci-phonelink_ring:before {
content: "\e0dd";
}
.ci-phonelink_setup:before {
content: "\e0de";
}
.ci-photo_album:before {
content: "\e411";
}
.ci-photo_filter:before {
content: "\e43b";
}
.ci-photo_size_select_actual:before {
content: "\e432";
}
.ci-photo_size_select_large:before {
content: "\e433";
}
.ci-photo_size_select_small:before {
content: "\e434";
}
.ci-picture_as_pdf:before {
content: "\e415";
}
.ci-picture_in_picture:before {
content: "\e8aa";
}
.ci-picture_in_picture_alt:before {
content: "\ec4f";
}
.ci-pie_chart:before {
content: "\e6c4";
}
.ci-pie_chart_outlined:before {
content: "\e6c5";
}
.ci-pin_drop:before {
content: "\e55e";
}
.ci-play_arrow:before {
content: "\e037";
}
.ci-play_circle_filled:before {
content: "\e038";
}
.ci-play_circle_outline:before {
content: "\e039";
}
.ci-play_for_work:before {
content: "\ec50";
}
.ci-playlist_add:before {
content: "\e03b";
}
.ci-playlist_add_check:before {
content: "\e065";
}
.ci-playlist_play:before {
content: "\e05f";
}
.ci-plus_one:before {
content: "\e800";
}
.ci-polymer:before {
content: "\e8ab";
}
.ci-pool:before {
content: "\ec51";
}
.ci-portable_wifi_off:before {
content: "\e0ce";
}
.ci-portrait:before {
content: "\e416";
}
.ci-power3:before {
content: "\e63c";
}
.ci-power_input:before {
content: "\e336";
}
.ci-power_settings_new:before {
content: "\e8ac";
}
.ci-pregnant_woman:before {
content: "\ec52";
}
.ci-present_to_all:before {
content: "\e0df";
}
.ci-priority_high:before {
content: "\e645";
}
.ci-public:before {
content: "\e80b";
}
.ci-publish:before {
content: "\e255";
}
.ci-queue_music:before {
content: "\e03d";
}
.ci-queue_play_next:before {
content: "\e066";
}
.ci-radio:before {
content: "\e03e";
}
.ci-radio_button_checked:before {
content: "\e837";
}
.ci-rate_review:before {
content: "\e560";
}
.ci-receipt:before {
content: "\e8b0";
}
.ci-recent_actors:before {
content: "\e03f";
}
.ci-record_voice_over:before {
content: "\ec53";
}
.ci-redo3:before {
content: "\e15a";
}
.ci-refresh2:before {
content: "\e5d5";
}
.ci-remove:before {
content: "\e15b";
}
.ci-remove_circle_outline:before {
content: "\e15d";
}
.ci-remove_from_queue:before {
content: "\e067";
}
.ci-visibility:before {
content: "\e8f4";
}
.ci-remove_shopping_cart:before {
content: "\ec54";
}
.ci-reorder:before {
content: "\e8fe";
}
.ci-repeat:before {
content: "\e040";
}
.ci-repeat_one:before {
content: "\e041";
}
.ci-replay:before {
content: "\e042";
}
.ci-replay_10:before {
content: "\e059";
}
.ci-replay_30:before {
content: "\e05a";
}
.ci-replay_5:before {
content: "\e05b";
}
.ci-reply2:before {
content: "\e15e";
}
.ci-reply_all:before {
content: "\e15f";
}
.ci-report:before {
content: "\e160";
}
.ci-warning3:before {
content: "\e002";
}
.ci-restaurant:before {
content: "\e56c";
}
.ci-restore_page:before {
content: "\ec55";
}
.ci-ring_volume:before {
content: "\e0d1";
}
.ci-room_service:before {
content: "\ec56";
}
.ci-rotate_90_degrees_ccw:before {
content: "\e418";
}
.ci-rotate_left:before {
content: "\e419";
}
.ci-rotate_right:before {
content: "\e41a";
}
.ci-rounded_corner:before {
content: "\ec57";
}
.ci-router:before {
content: "\e328";
}
.ci-rowing:before {
content: "\ec58";
}
.ci-rss_feed:before {
content: "\e0e5";
}
.ci-rv_hookup:before {
content: "\e642";
}
.ci-satellite:before {
content: "\e562";
}
.ci-save:before {
content: "\e161";
}
.ci-scanner:before {
content: "\e329";
}
.ci-school:before {
content: "\e80c";
}
.ci-screen_lock_landscape:before {
content: "\e1be";
}
.ci-screen_lock_portrait:before {
content: "\e1bf";
}
.ci-screen_lock_rotation:before {
content: "\e1c0";
}
.ci-screen_rotation:before {
content: "\e1c1";
}
.ci-screen_share:before {
content: "\e0e2";
}
.ci-sd_storage:before {
content: "\e1c2";
}
.ci-search2:before {
content: "\e8b6";
}
.ci-security:before {
content: "\e32a";
}
.ci-select_all:before {
content: "\e162";
}
.ci-send:before {
content: "\e163";
}
.ci-sentiment_dissatisfied:before {
content: "\e811";
}
.ci-sentiment_neutral:before {
content: "\e812";
}
.ci-sentiment_satisfied:before {
content: "\e813";
}
.ci-sentiment_very_dissatisfied:before {
content: "\e814";
}
.ci-sentiment_very_satisfied:before {
content: "\e815";
}
.ci-settings:before {
content: "\e8b8";
}
.ci-settings_applications:before {
content: "\e8b9";
}
.ci-settings_backup_restore:before {
content: "\e8ba";
}
.ci-settings_bluetooth:before {
content: "\e8bb";
}
.ci-settings_brightness:before {
content: "\e8bd";
}
.ci-settings_cell:before {
content: "\e8bc";
}
.ci-settings_ethernet:before {
content: "\e8be";
}
.ci-settings_input_antenna:before {
content: "\e8bf";
}
.ci-settings_input_composite:before {
content: "\e8c1";
}
.ci-settings_input_hdmi:before {
content: "\e8c2";
}
.ci-settings_input_svideo:before {
content: "\e8c3";
}
.ci-settings_overscan:before {
content: "\e8c4";
}
.ci-settings_phone:before {
content: "\e8c5";
}
.ci-settings_power:before {
content: "\e8c6";
}
.ci-settings_remote:before {
content: "\e8c7";
}
.ci-settings_system_daydream:before {
content: "\e1c3";
}
.ci-settings_voice:before {
content: "\e8c8";
}
.ci-share3:before {
content: "\e80d";
}
.ci-shop:before {
content: "\e8c9";
}
.ci-shop_two:before {
content: "\e8ca";
}
.ci-shopping_basket:before {
content: "\e8cb";
}
.ci-short_text:before {
content: "\e261";
}
.ci-show_chart:before {
content: "\e6e1";
}
.ci-shuffle2:before {
content: "\e043";
}
.ci-signal_cellular_4_bar:before {
content: "\e1c8";
}
.ci-signal_cellular_connected_no_internet_4_bar:before {
content: "\e1cd";
}
.ci-signal_cellular_null:before {
content: "\e1cf";
}
.ci-signal_cellular_off:before {
content: "\e1d0";
}
.ci-signal_wifi_4_bar:before {
content: "\e1d8";
}
.ci-signal_wifi_4_bar_lock:before {
content: "\e1d9";
}
.ci-signal_wifi_off:before {
content: "\e1da";
}
.ci-sim_card:before {
content: "\e32b";
}
.ci-sim_card_alert:before {
content: "\e624";
}
.ci-skip_next:before {
content: "\e044";
}
.ci-skip_previous:before {
content: "\e045";
}
.ci-slideshow:before {
content: "\e41b";
}
.ci-slow_motion_video:before {
content: "\e068";
}
.ci-stay_primary_portrait:before {
content: "\e0d6";
}
.ci-smoke_free:before {
content: "\ec59";
}
.ci-smoking_rooms:before {
content: "\ec5a";
}
.ci-textsms:before {
content: "\e0d8";
}
.ci-snooze:before {
content: "\e046";
}
.ci-sort:before {
content: "\e164";
}
.ci-sort_by_alpha:before {
content: "\e053";
}
.ci-spa:before {
content: "\ec5b";
}
.ci-space_bar:before {
content: "\e256";
}
.ci-speaker:before {
content: "\e32d";
}
.ci-speaker_group:before {
content: "\e32e";
}
.ci-speaker_notes:before {
content: "\e8cd";
}
.ci-speaker_notes_off:before {
content: "\ec5c";
}
.ci-speaker_phone:before {
content: "\e0d2";
}
.ci-spellcheck:before {
content: "\e8ce";
}
.ci-star_border:before {
content: "\e83a";
}
.ci-star_half:before {
content: "\e839";
}
.ci-stars:before {
content: "\e8d0";
}
.ci-stay_primary_landscape:before {
content: "\e0d5";
}
.ci-stop3:before {
content: "\e047";
}
.ci-stop_screen_share:before {
content: "\e0e3";
}
.ci-storage:before {
content: "\e1db";
}
.ci-store_mall_directory:before {
content: "\e563";
}
.ci-straighten:before {
content: "\e41c";
}
.ci-streetview:before {
content: "\e56e";
}
.ci-strikethrough_s:before {
content: "\e257";
}
.ci-style:before {
content: "\e41d";
}
.ci-subdirectory_arrow_left:before {
content: "\e5d9";
}
.ci-subdirectory_arrow_right:before {
content: "\e5da";
}
.ci-subject:before {
content: "\e8d2";
}
.ci-subscriptions:before {
content: "\e064";
}
.ci-subtitles:before {
content: "\e048";
}
.ci-subway:before {
content: "\e56f";
}
.ci-supervisor_account:before {
content: "\e8d3";
}
.ci-surround_sound:before {
content: "\e049";
}
.ci-swap_calls:before {
content: "\e0d7";
}
.ci-swap_horiz:before {
content: "\e8d4";
}
.ci-swap_vert:before {
content: "\e8d5";
}
.ci-swap_vertical_circle:before {
content: "\e8d6";
}
.ci-switch_camera:before {
content: "\e41e";
}
.ci-switch_video:before {
content: "\e41f";
}
.ci-sync_disabled:before {
content: "\e628";
}
.ci-sync_problem:before {
content: "\e629";
}
.ci-system_update:before {
content: "\e62a";
}
.ci-system_update_alt:before {
content: "\e8d7";
}
.ci-tab2:before {
content: "\e8d8";
}
.ci-tab_unselected:before {
content: "\e8d9";
}
.ci-tablet2:before {
content: "\e32f";
}
.ci-tablet_android:before {
content: "\e330";
}
.ci-tablet_mac:before {
content: "\e331";
}
.ci-tap_and_play:before {
content: "\e62b";
}
.ci-text_fields:before {
content: "\e262";
}
.ci-text_format:before {
content: "\e165";
}
.ci-texture:before {
content: "\e421";
}
.ci-thumb_down:before {
content: "\e8db";
}
.ci-thumb_up:before {
content: "\e8dc";
}
.ci-thumbs_up_down:before {
content: "\e8dd";
}
.ci-timelapse:before {
content: "\e422";
}
.ci-timeline:before {
content: "\ec5d";
}
.ci-timer:before {
content: "\e425";
}
.ci-timer_10:before {
content: "\e423";
}
.ci-timer_3:before {
content: "\e424";
}
.ci-timer_off:before {
content: "\e426";
}
.ci-title:before {
content: "\e264";
}
.ci-toc:before {
content: "\e8de";
}
.ci-today:before {
content: "\e8df";
}
.ci-toll:before {
content: "\e8e0";
}
.ci-tonality:before {
content: "\e427";
}
.ci-touch_app:before {
content: "\ec5e";
}
.ci-toys:before {
content: "\e332";
}
.ci-track_changes:before {
content: "\e8e1";
}
.ci-traffic:before {
content: "\e565";
}
.ci-train:before {
content: "\e570";
}
.ci-tram:before {
content: "\e571";
}
.ci-transfer_within_a_station:before {
content: "\e572";
}
.ci-transform:before {
content: "\e428";
}
.ci-translate:before {
content: "\e8e2";
}
.ci-trending_down:before {
content: "\e8e3";
}
.ci-trending_flat:before {
content: "\e8e4";
}
.ci-trending_up:before {
content: "\e8e5";
}
.ci-tune:before {
content: "\e429";
}
.ci-tv2:before {
content: "\e333";
}
.ci-unarchive:before {
content: "\e169";
}
.ci-undo3:before {
content: "\e166";
}
.ci-unfold_less:before {
content: "\e5d6";
}
.ci-unfold_more:before {
content: "\e5d7";
}
.ci-update:before {
content: "\ec5f";
}
.ci-usb:before {
content: "\e1e0";
}
.ci-verified_user:before {
content: "\e8e8";
}
.ci-vertical_align_bottom:before {
content: "\e258";
}
.ci-vertical_align_center:before {
content: "\e259";
}
.ci-vertical_align_top:before {
content: "\e25a";
}
.ci-vibration:before {
content: "\e62d";
}
.ci-video_call:before {
content: "\e070";
}
.ci-video_label:before {
content: "\e071";
}
.ci-video_library:before {
content: "\e04a";
}
.ci-videocam:before {
content: "\e04b";
}
.ci-videocam_off:before {
content: "\e04c";
}
.ci-videogame_asset:before {
content: "\e338";
}
.ci-view_agenda:before {
content: "\e8e9";
}
.ci-view_array:before {
content: "\e8ea";
}
.ci-view_carousel:before {
content: "\e8eb";
}
.ci-view_column:before {
content: "\e8ec";
}
.ci-view_comfy:before {
content: "\e42a";
}
.ci-view_compact:before {
content: "\e42b";
}
.ci-view_day:before {
content: "\e8ed";
}
.ci-view_headline:before {
content: "\e8ee";
}
.ci-view_list:before {
content: "\e8ef";
}
.ci-view_module:before {
content: "\e8f0";
}
.ci-view_quilt:before {
content: "\e8f1";
}
.ci-view_stream:before {
content: "\e8f2";
}
.ci-view_week:before {
content: "\e8f3";
}
.ci-vignette:before {
content: "\e435";
}
.ci-visibility_off:before {
content: "\e8f5";
}
.ci-voice_chat:before {
content: "\e62e";
}
.ci-voicemail:before {
content: "\e0d9";
}
.ci-volume_down:before {
content: "\e04d";
}
.ci-volume_mute:before {
content: "\e04e";
}
.ci-volume_off:before {
content: "\e04f";
}
.ci-volume_up:before {
content: "\e050";
}
.ci-vpn_key:before {
content: "\e0da";
}
.ci-vpn_lock:before {
content: "\e62f";
}
.ci-wallpaper:before {
content: "\e1bc";
}
.ci-watch2:before {
content: "\e334";
}
.ci-watch_later:before {
content: "\ec60";
}
.ci-wb_auto:before {
content: "\e42c";
}
.ci-wb_incandescent:before {
content: "\e42e";
}
.ci-wb_iridescent:before {
content: "\e436";
}
.ci-wb_sunny:before {
content: "\e430";
}
.ci-wc:before {
content: "\e63d";
}
.ci-web:before {
content: "\e051";
}
.ci-web_asset:before {
content: "\e069";
}
.ci-weekend:before {
content: "\e16b";
}
.ci-whatshot:before {
content: "\e80e";
}
.ci-widgets:before {
content: "\e1bd";
}
.ci-wifi:before {
content: "\e63e";
}
.ci-wifi_lock:before {
content: "\e1e1";
}
.ci-wifi_tethering:before {
content: "\e1e2";
}
.ci-work:before {
content: "\e8f9";
}
.ci-wrap_text:before {
content: "\e25b";
}
.ci-youtube_searched_for:before {
content: "\e8fa";
}
.ci-zoom_in:before {
content: "\e8ff";
}
.ci-zoom_out:before {
content: "\ec61";
}
.ci-zoom_out_map:before {
content: "\e56b";
}
.ci-sunrise:before {
content: "\ec62";
}
.ci-sun2:before {
content: "\ec63";
}
.ci-moon:before {
content: "\ec64";
}
.ci-sun3:before {
content: "\ec65";
}
.ci-windy:before {
content: "\ec66";
}
.ci-wind:before {
content: "\ec67";
}
.ci-snowflake:before {
content: "\ec68";
}
.ci-cloudy:before {
content: "\ec69";
}
.ci-cloud2:before {
content: "\ec6a";
}
.ci-weather:before {
content: "\ec6b";
}
.ci-weather2:before {
content: "\ec6c";
}
.ci-lines:before {
content: "\ec6e";
}
.ci-cloud3:before {
content: "\ec6f";
}
.ci-lightning:before {
content: "\ec70";
}
.ci-lightning2:before {
content: "\ec71";
}
.ci-rainy:before {
content: "\ec72";
}
.ci-rainy2:before {
content: "\ec73";
}
.ci-windy2:before {
content: "\ec74";
}
.ci-windy3:before {
content: "\ec75";
}
.ci-snowy:before {
content: "\ec76";
}
.ci-snowy2:before {
content: "\ec77";
}
.ci-snowy3:before {
content: "\ec78";
}
.ci-cloudy2:before {
content: "\ec7a";
}
.ci-cloud4:before {
content: "\ec7b";
}
.ci-lightning3:before {
content: "\ec7c";
}
.ci-sun4:before {
content: "\ec7d";
}
.ci-moon2:before {
content: "\ec7e";
}
.ci-cloudy3:before {
content: "\ec7f";
}
.ci-cloud5:before {
content: "\ec80";
}
.ci-cloud6:before {
content: "\ec81";
}
.ci-lightning4:before {
content: "\ec82";
}
.ci-rainy3:before {
content: "\ec83";
}
.ci-rainy4:before {
content: "\ec84";
}
.ci-windy5:before {
content: "\ec86";
}
.ci-snowy4:before {
content: "\ec87";
}
.ci-snowy5:before {
content: "\ec88";
}
.ci-weather5:before {
content: "\ec89";
}
.ci-cloudy4:before {
content: "\ec8a";
}
.ci-lightning5:before {
content: "\ec8b";
}
.ci-thermometer2:before {
content: "\ec8c";
}
.ci-compass4:before {
content: "\ec8d";
}
.ci-none:before {
content: "\ec8e";
}
.ci-Celsius:before {
content: "\ec8f";
}
.ci-Fahrenheit:before {
content: "\ec90";
}
.ci-home:before {
content: "\e900";
}
.ci-home2:before {
content: "\e901";
}
.ci-home3:before {
content: "\e902";
}
.ci-office:before {
content: "\e903";
}
.ci-newspaper:before {
content: "\e904";
}
.ci-pencil:before {
content: "\e905";
}
.ci-pencil2:before {
content: "\e906";
}
.ci-quill:before {
content: "\e907";
}
.ci-pen:before {
content: "\e908";
}
.ci-blog:before {
content: "\e909";
}
.ci-eyedropper:before {
content: "\e90a";
}
.ci-droplet:before {
content: "\e90b";
}
.ci-paint-format:before {
content: "\e90c";
}
.ci-image:before {
content: "\e90d";
}
.ci-images:before {
content: "\e90e";
}
.ci-camera:before {
content: "\e90f";
}
.ci-headphones:before {
content: "\e910";
}
.ci-music:before {
content: "\e911";
}
.ci-play:before {
content: "\e912";
}
.ci-film:before {
content: "\e913";
}
.ci-video-camera:before {
content: "\e914";
}
.ci-dice:before {
content: "\e915";
}
.ci-pacman:before {
content: "\e916";
}
.ci-spades:before {
content: "\e917";
}
.ci-clubs:before {
content: "\e918";
}
.ci-diamonds:before {
content: "\e919";
}
.ci-bullhorn:before {
content: "\e91a";
}
.ci-connection:before {
content: "\e91b";
}
.ci-podcast:before {
content: "\e91c";
}
.ci-feed:before {
content: "\e91d";
}
.ci-mic:before {
content: "\e91e";
}
.ci-book:before {
content: "\e91f";
}
.ci-books:before {
content: "\e920";
}
.ci-library:before {
content: "\e921";
}
.ci-file-text:before {
content: "\e922";
}
.ci-profile:before {
content: "\e923";
}
.ci-file-empty:before {
content: "\e924";
}
.ci-files-empty:before {
content: "\e925";
}
.ci-file-text2:before {
content: "\e926";
}
.ci-file-picture:before {
content: "\e927";
}
.ci-file-music:before {
content: "\e928";
}
.ci-file-play:before {
content: "\e929";
}
.ci-file-video:before {
content: "\e92a";
}
.ci-file-zip:before {
content: "\e92b";
}
.ci-copy:before {
content: "\e92c";
}
.ci-paste:before {
content: "\e92d";
}
.ci-stack:before {
content: "\e92e";
}
.ci-folder:before {
content: "\e92f";
}
.ci-folder-open:before {
content: "\e930";
}
.ci-folder-plus:before {
content: "\e931";
}
.ci-folder-minus:before {
content: "\e932";
}
.ci-folder-download:before {
content: "\e933";
}
.ci-folder-upload:before {
content: "\e934";
}
.ci-price-tag:before {
content: "\e935";
}
.ci-price-tags:before {
content: "\e936";
}
.ci-barcode:before {
content: "\e937";
}
.ci-qrcode:before {
content: "\e938";
}
.ci-ticket:before {
content: "\e939";
}
.ci-cart:before {
content: "\e93a";
}
.ci-coin-dollar:before {
content: "\e93b";
}
.ci-coin-euro:before {
content: "\e93c";
}
.ci-coin-pound:before {
content: "\e93d";
}
.ci-coin-yen:before {
content: "\e93e";
}
.ci-credit-card:before {
content: "\e93f";
}
.ci-calculator:before {
content: "\e940";
}
.ci-lifebuoy:before {
content: "\e941";
}
.ci-phone:before {
content: "\e942";
}
.ci-phone-hang-up:before {
content: "\e943";
}
.ci-address-book:before {
content: "\e944";
}
.ci-envelop:before {
content: "\e945";
}
.ci-pushpin:before {
content: "\e946";
}
.ci-location:before {
content: "\e947";
}
.ci-location2:before {
content: "\e948";
}
.ci-compass:before {
content: "\e949";
}
.ci-compass2:before {
content: "\e94a";
}
.ci-map:before {
content: "\e94b";
}
.ci-map2:before {
content: "\e94c";
}
.ci-history:before {
content: "\e94d";
}
.ci-clock:before {
content: "\e94e";
}
.ci-clock2:before {
content: "\e94f";
}
.ci-alarm:before {
content: "\e950";
}
.ci-bell:before {
content: "\e951";
}
.ci-stopwatch:before {
content: "\e952";
}
.ci-calendar:before {
content: "\e953";
}
.ci-printer:before {
content: "\e954";
}
.ci-keyboard:before {
content: "\e955";
}
.ci-display:before {
content: "\e956";
}
.ci-laptop:before {
content: "\e957";
}
.ci-mobile:before {
content: "\e958";
}
.ci-mobile2:before {
content: "\e959";
}
.ci-tablet:before {
content: "\e95a";
}
.ci-tv:before {
content: "\e95b";
}
.ci-drawer:before {
content: "\e95c";
}
.ci-drawer2:before {
content: "\e95d";
}
.ci-box-add:before {
content: "\e95e";
}
.ci-box-remove:before {
content: "\e95f";
}
.ci-download:before {
content: "\e960";
}
.ci-upload:before {
content: "\e961";
}
.ci-floppy-disk:before {
content: "\e962";
}
.ci-drive:before {
content: "\e963";
}
.ci-database:before {
content: "\e964";
}
.ci-undo:before {
content: "\e965";
}
.ci-redo:before {
content: "\e966";
}
.ci-undo2:before {
content: "\e967";
}
.ci-redo2:before {
content: "\e968";
}
.ci-forward:before {
content: "\e969";
}
.ci-reply:before {
content: "\e96a";
}
.ci-bubble:before {
content: "\e96b";
}
.ci-bubbles:before {
content: "\e96c";
}
.ci-bubbles2:before {
content: "\e96d";
}
.ci-bubble2:before {
content: "\e96e";
}
.ci-bubbles3:before {
content: "\e96f";
}
.ci-bubbles4:before {
content: "\e970";
}
.ci-user:before {
content: "\e971";
}
.ci-users:before {
content: "\e972";
}
.ci-user-plus:before {
content: "\e973";
}
.ci-user-minus:before {
content: "\e974";
}
.ci-user-check:before {
content: "\e975";
}
.ci-user-tie:before {
content: "\e976";
}
.ci-quotes-left:before {
content: "\e977";
}
.ci-quotes-right:before {
content: "\e978";
}
.ci-hour-glass:before {
content: "\e979";
}
.ci-spinner:before {
content: "\e97a";
}
.ci-spinner2:before {
content: "\e97b";
}
.ci-spinner3:before {
content: "\e97c";
}
.ci-spinner4:before {
content: "\e97d";
}
.ci-spinner5:before {
content: "\e97e";
}
.ci-spinner6:before {
content: "\e97f";
}
.ci-spinner7:before {
content: "\e980";
}
.ci-spinner8:before {
content: "\e981";
}
.ci-spinner9:before {
content: "\e982";
}
.ci-spinner10:before {
content: "\e983";
}
.ci-spinner11:before {
content: "\e984";
}
.ci-binoculars:before {
content: "\e985";
}
.ci-search:before {
content: "\e986";
}
.ci-zoom-in:before {
content: "\e987";
}
.ci-zoom-out:before {
content: "\e988";
}
.ci-enlarge:before {
content: "\e989";
}
.ci-shrink:before {
content: "\e98a";
}
.ci-enlarge2:before {
content: "\e98b";
}
.ci-shrink2:before {
content: "\e98c";
}
.ci-key:before {
content: "\e98d";
}
.ci-key2:before {
content: "\e98e";
}
.ci-lock:before {
content: "\e98f";
}
.ci-unlocked:before {
content: "\e990";
}
.ci-wrench:before {
content: "\e991";
}
.ci-equalizer:before {
content: "\e992";
}
.ci-equalizer2:before {
content: "\e993";
}
.ci-cog:before {
content: "\e994";
}
.ci-cogs:before {
content: "\e995";
}
.ci-hammer:before {
content: "\e996";
}
.ci-magic-wand:before {
content: "\e997";
}
.ci-aid-kit:before {
content: "\e998";
}
.ci-bug:before {
content: "\e999";
}
.ci-pie-chart:before {
content: "\e99a";
}
.ci-stats-dots:before {
content: "\e99b";
}
.ci-stats-bars:before {
content: "\e99c";
}
.ci-stats-bars2:before {
content: "\e99d";
}
.ci-trophy:before {
content: "\e99e";
}
.ci-gift:before {
content: "\e99f";
}
.ci-glass:before {
content: "\e9a0";
}
.ci-glass2:before {
content: "\e9a1";
}
.ci-mug:before {
content: "\e9a2";
}
.ci-spoon-knife:before {
content: "\e9a3";
}
.ci-leaf:before {
content: "\e9a4";
}
.ci-rocket:before {
content: "\e9a5";
}
.ci-meter:before {
content: "\e9a6";
}
.ci-meter2:before {
content: "\e9a7";
}
.ci-hammer2:before {
content: "\e9a8";
}
.ci-fire:before {
content: "\e9a9";
}
.ci-lab:before {
content: "\e9aa";
}
.ci-magnet:before {
content: "\e9ab";
}
.ci-bin:before {
content: "\e9ac";
}
.ci-bin2:before {
content: "\e9ad";
}
.ci-briefcase:before {
content: "\e9ae";
}
.ci-airplane:before {
content: "\e9af";
}
.ci-truck:before {
content: "\e9b0";
}
.ci-road:before {
content: "\e9b1";
}
.ci-accessibility:before {
content: "\e9b2";
}
.ci-target:before {
content: "\e9b3";
}
.ci-shield:before {
content: "\e9b4";
}
.ci-power:before {
content: "\e9b5";
}
.ci-switch:before {
content: "\e9b6";
}
.ci-power-cord:before {
content: "\e9b7";
}
.ci-clipboard:before {
content: "\e9b8";
}
.ci-list-numbered:before {
content: "\e9b9";
}
.ci-list:before {
content: "\e9ba";
}
.ci-list2:before {
content: "\e9bb";
}
.ci-tree:before {
content: "\e9bc";
}
.ci-menu:before {
content: "\e9bd";
}
.ci-menu2:before {
content: "\e9be";
}
.ci-menu3:before {
content: "\e9bf";
}
.ci-menu4:before {
content: "\e9c0";
}
.ci-cloud:before {
content: "\e9c1";
}
.ci-cloud-download:before {
content: "\e9c2";
}
.ci-cloud-upload:before {
content: "\e9c3";
}
.ci-cloud-check:before {
content: "\e9c4";
}
.ci-download2:before {
content: "\e9c5";
}
.ci-upload2:before {
content: "\e9c6";
}
.ci-download3:before {
content: "\e9c7";
}
.ci-upload3:before {
content: "\e9c8";
}
.ci-sphere:before {
content: "\e9c9";
}
.ci-earth:before {
content: "\e9ca";
}
.ci-link:before {
content: "\e9cb";
}
.ci-flag:before {
content: "\e9cc";
}
.ci-attachment:before {
content: "\e9cd";
}
.ci-eye:before {
content: "\e9ce";
}
.ci-eye-plus:before {
content: "\e9cf";
}
.ci-eye-minus:before {
content: "\e9d0";
}
.ci-eye-blocked:before {
content: "\e9d1";
}
.ci-bookmark:before {
content: "\e9d2";
}
.ci-bookmarks:before {
content: "\e9d3";
}
.ci-sun:before {
content: "\e9d4";
}
.ci-contrast:before {
content: "\e9d5";
}
.ci-brightness-contrast:before {
content: "\e9d6";
}
.ci-star-empty:before {
content: "\e9d7";
}
.ci-star-half:before {
content: "\e9d8";
}
.ci-star-full:before {
content: "\e9d9";
}
.ci-heart:before {
content: "\e9da";
}
.ci-heart-broken:before {
content: "\e9db";
}
.ci-man:before {
content: "\e9dc";
}
.ci-woman:before {
content: "\e9dd";
}
.ci-man-woman:before {
content: "\e9de";
}
.ci-happy:before {
content: "\e9df";
}
.ci-happy2:before {
content: "\e9e0";
}
.ci-smile:before {
content: "\e9e1";
}
.ci-smile2:before {
content: "\e9e2";
}
.ci-tongue:before {
content: "\e9e3";
}
.ci-tongue2:before {
content: "\e9e4";
}
.ci-sad:before {
content: "\e9e5";
}
.ci-sad2:before {
content: "\e9e6";
}
.ci-wink:before {
content: "\e9e7";
}
.ci-wink2:before {
content: "\e9e8";
}
.ci-grin:before {
content: "\e9e9";
}
.ci-grin2:before {
content: "\e9ea";
}
.ci-cool:before {
content: "\e9eb";
}
.ci-cool2:before {
content: "\e9ec";
}
.ci-angry:before {
content: "\e9ed";
}
.ci-angry2:before {
content: "\e9ee";
}
.ci-evil:before {
content: "\e9ef";
}
.ci-evil2:before {
content: "\e9f0";
}
.ci-shocked:before {
content: "\e9f1";
}
.ci-shocked2:before {
content: "\e9f2";
}
.ci-baffled:before {
content: "\e9f3";
}
.ci-baffled2:before {
content: "\e9f4";
}
.ci-confused:before {
content: "\e9f5";
}
.ci-confused2:before {
content: "\e9f6";
}
.ci-neutral:before {
content: "\e9f7";
}
.ci-neutral2:before {
content: "\e9f8";
}
.ci-hipster:before {
content: "\e9f9";
}
.ci-hipster2:before {
content: "\e9fa";
}
.ci-wondering:before {
content: "\e9fb";
}
.ci-wondering2:before {
content: "\e9fc";
}
.ci-sleepy:before {
content: "\e9fd";
}
.ci-sleepy2:before {
content: "\e9fe";
}
.ci-frustrated:before {
content: "\e9ff";
}
.ci-frustrated2:before {
content: "\ea00";
}
.ci-crying:before {
content: "\ea01";
}
.ci-crying2:before {
content: "\ea02";
}
.ci-point-up:before {
content: "\ea03";
}
.ci-point-right:before {
content: "\ea04";
}
.ci-point-down:before {
content: "\ea05";
}
.ci-point-left:before {
content: "\ea06";
}
.ci-warning:before {
content: "\ea07";
}
.ci-notification:before {
content: "\ea08";
}
.ci-question:before {
content: "\ea09";
}
.ci-plus:before {
content: "\ea0a";
}
.ci-minus:before {
content: "\ea0b";
}
.ci-info:before {
content: "\ea0c";
}
.ci-cancel-circle:before {
content: "\ea0d";
}
.ci-blocked:before {
content: "\ea0e";
}
.ci-cross:before {
content: "\ea0f";
}
.ci-checkmark:before {
content: "\ea10";
}
.ci-checkmark2:before {
content: "\ea11";
}
.ci-spell-check:before {
content: "\ea12";
}
.ci-enter:before {
content: "\ea13";
}
.ci-exit:before {
content: "\ea14";
}
.ci-play2:before {
content: "\ea15";
}
.ci-pause:before {
content: "\ea16";
}
.ci-stop:before {
content: "\ea17";
}
.ci-previous:before {
content: "\ea18";
}
.ci-next:before {
content: "\ea19";
}
.ci-backward:before {
content: "\ea1a";
}
.ci-forward2:before {
content: "\ea1b";
}
.ci-play3:before {
content: "\ea1c";
}
.ci-pause2:before {
content: "\ea1d";
}
.ci-stop2:before {
content: "\ea1e";
}
.ci-backward2:before {
content: "\ea1f";
}
.ci-forward3:before {
content: "\ea20";
}
.ci-first:before {
content: "\ea21";
}
.ci-last:before {
content: "\ea22";
}
.ci-previous2:before {
content: "\ea23";
}
.ci-next2:before {
content: "\ea24";
}
.ci-eject:before {
content: "\ea25";
}
.ci-volume-high:before {
content: "\ea26";
}
.ci-volume-medium:before {
content: "\ea27";
}
.ci-volume-low:before {
content: "\ea28";
}
.ci-volume-mute:before {
content: "\ea29";
}
.ci-volume-mute2:before {
content: "\ea2a";
}
.ci-volume-increase:before {
content: "\ea2b";
}
.ci-volume-decrease:before {
content: "\ea2c";
}
.ci-loop:before {
content: "\ea2d";
}
.ci-loop2:before {
content: "\ea2e";
}
.ci-infinite:before {
content: "\ea2f";
}
.ci-shuffle:before {
content: "\ea30";
}
.ci-arrow-up-left:before {
content: "\ea31";
}
.ci-arrow-up:before {
content: "\ea32";
}
.ci-arrow-up-right:before {
content: "\ea33";
}
.ci-arrow-right:before {
content: "\ea34";
}
.ci-arrow-down-right:before {
content: "\ea35";
}
.ci-arrow-down:before {
content: "\ea36";
}
.ci-arrow-down-left:before {
content: "\ea37";
}
.ci-arrow-left:before {
content: "\ea38";
}
.ci-arrow-up-left2:before {
content: "\ea39";
}
.ci-arrow-up2:before {
content: "\ea3a";
}
.ci-arrow-up-right2:before {
content: "\ea3b";
}
.ci-arrow-right2:before {
content: "\ea3c";
}
.ci-arrow-down-right2:before {
content: "\ea3d";
}
.ci-arrow-down2:before {
content: "\ea3e";
}
.ci-arrow-down-left2:before {
content: "\ea3f";
}
.ci-arrow-left2:before {
content: "\ea40";
}
.ci-circle-up:before {
content: "\ea41";
}
.ci-circle-right:before {
content: "\ea42";
}
.ci-circle-down:before {
content: "\ea43";
}
.ci-circle-left:before {
content: "\ea44";
}
.ci-tab:before {
content: "\ea45";
}
.ci-move-up:before {
content: "\ea46";
}
.ci-move-down:before {
content: "\ea47";
}
.ci-sort-alpha-asc:before {
content: "\ea48";
}
.ci-sort-alpha-desc:before {
content: "\ea49";
}
.ci-sort-numeric-asc:before {
content: "\ea4a";
}
.ci-sort-numberic-desc:before {
content: "\ea4b";
}
.ci-sort-amount-asc:before {
content: "\ea4c";
}
.ci-sort-amount-desc:before {
content: "\ea4d";
}
.ci-command:before {
content: "\ea4e";
}
.ci-shift:before {
content: "\ea4f";
}
.ci-ctrl:before {
content: "\ea50";
}
.ci-opt:before {
content: "\ea51";
}
.ci-checkbox-checked:before {
content: "\ea52";
}
.ci-checkbox-unchecked:before {
content: "\ea53";
}
.ci-radio-checked:before {
content: "\ea54";
}
.ci-radio-checked2:before {
content: "\ea55";
}
.ci-radio-unchecked:before {
content: "\ea56";
}
.ci-crop:before {
content: "\ea57";
}
.ci-make-group:before {
content: "\ea58";
}
.ci-ungroup:before {
content: "\ea59";
}
.ci-scissors:before {
content: "\ea5a";
}
.ci-filter:before {
content: "\ea5b";
}
.ci-font:before {
content: "\ea5c";
}
.ci-ligature:before {
content: "\ea5d";
}
.ci-ligature2:before {
content: "\ea5e";
}
.ci-text-height:before {
content: "\ea5f";
}
.ci-text-width:before {
content: "\ea60";
}
.ci-font-size:before {
content: "\ea61";
}
.ci-bold:before {
content: "\ea62";
}
.ci-underline:before {
content: "\ea63";
}
.ci-italic:before {
content: "\ea64";
}
.ci-strikethrough:before {
content: "\ea65";
}
.ci-omega:before {
content: "\ea66";
}
.ci-sigma:before {
content: "\ea67";
}
.ci-page-break:before {
content: "\ea68";
}
.ci-superscript:before {
content: "\ea69";
}
.ci-subscript:before {
content: "\ea6a";
}
.ci-superscript2:before {
content: "\ea6b";
}
.ci-subscript2:before {
content: "\ea6c";
}
.ci-text-color:before {
content: "\ea6d";
}
.ci-pagebreak:before {
content: "\ea6e";
}
.ci-clear-formatting:before {
content: "\ea6f";
}
.ci-table:before {
content: "\ea70";
}
.ci-table2:before {
content: "\ea71";
}
.ci-insert-template:before {
content: "\ea72";
}
.ci-pilcrow:before {
content: "\ea73";
}
.ci-ltr:before {
content: "\ea74";
}
.ci-rtl:before {
content: "\ea75";
}
.ci-section:before {
content: "\ea76";
}
.ci-paragraph-left:before {
content: "\ea77";
}
.ci-paragraph-center:before {
content: "\ea78";
}
.ci-paragraph-right:before {
content: "\ea79";
}
.ci-paragraph-justify:before {
content: "\ea7a";
}
.ci-indent-increase:before {
content: "\ea7b";
}
.ci-indent-decrease:before {
content: "\ea7c";
}
.ci-share:before {
content: "\ea7d";
}
.ci-new-tab:before {
content: "\ea7e";
}
.ci-embed:before {
content: "\ea7f";
}
.ci-embed2:before {
content: "\ea80";
}
.ci-terminal:before {
content: "\ea81";
}
.ci-share2:before {
content: "\ea82";
}
.ci-mail:before {
content: "\ea83";
}
.ci-mail2:before {
content: "\ea84";
}
.ci-mail3:before {
content: "\ea85";
}
.ci-mail4:before {
content: "\ea86";
}
.ci-amazon:before {
content: "\ea87";
}
.ci-google:before {
content: "\ea88";
}
.ci-google-full .path1:before {
content: "\ea89";
color: rgb(234, 67, 53);
}
.ci-google-full .path2:before {
content: "\ea8a";
margin-left: -2.9562499999999945em;
color: rgb(251, 188, 5);
}
.ci-google-full .path3:before {
content: "\ea8b";
margin-left: -2.9562499999999945em;
color: rgb(66, 133, 244);
}
.ci-google-full .path4:before {
content: "\ea8c";
margin-left: -2.9562499999999945em;
color: rgb(52, 168, 83);
}
.ci-google-full .path5:before {
content: "\ea8d";
margin-left: -2.9562499999999945em;
color: rgb(234, 67, 53);
}
.ci-google-full .path6:before {
content: "\ea8e";
margin-left: -2.9562499999999945em;
color: rgb(66, 133, 244);
}
.ci-cloudian:before {
content: "\eaf1";
}
.ci-google2:before {
content: "\ea8f";
}
.ci-google3:before {
content: "\ea90";
}
.ci-google-plus:before {
content: "\ea91";
}
.ci-google-plus2:before {
content: "\ea92";
}
.ci-google-plus3:before {
content: "\ea93";
}
.ci-hangouts:before {
content: "\ea94";
}
.ci-google-drive:before {
content: "\ea95";
}
.ci-facebook:before {
content: "\ea96";
}
.ci-facebook2:before {
content: "\ea97";
}
.ci-instagram:before {
content: "\ea98";
}
.ci-whatsapp:before {
content: "\ea99";
}
.ci-spotify:before {
content: "\ea9a";
}
.ci-telegram:before {
content: "\ea9b";
}
.ci-twitter:before {
content: "\ea9c";
}
.ci-vine:before {
content: "\ea9d";
}
.ci-vk:before {
content: "\ea9e";
}
.ci-renren:before {
content: "\ea9f";
}
.ci-sina-weibo:before {
content: "\eaa0";
}
.ci-rss:before {
content: "\eaa1";
}
.ci-rss2:before {
content: "\eaa2";
}
.ci-youtube:before {
content: "\eaa3";
}
.ci-youtube2:before {
content: "\eaa4";
}
.ci-twitch:before {
content: "\eaa5";
}
.ci-vimeo:before {
content: "\eaa6";
}
.ci-vimeo2:before {
content: "\eaa7";
}
.ci-lanyrd:before {
content: "\eaa8";
}
.ci-flickr:before {
content: "\eaa9";
}
.ci-flickr2:before {
content: "\eaaa";
}
.ci-flickr3:before {
content: "\eaab";
}
.ci-flickr4:before {
content: "\eaac";
}
.ci-dribbble:before {
content: "\eaad";
}
.ci-behance:before {
content: "\eaae";
}
.ci-behance2:before {
content: "\eaaf";
}
.ci-deviantart:before {
content: "\eab0";
}
.ci-500px:before {
content: "\eab1";
}
.ci-steam:before {
content: "\eab2";
}
.ci-steam2:before {
content: "\eab3";
}
.ci-dropbox:before {
content: "\eab4";
}
.ci-onedrive:before {
content: "\eab5";
}
.ci-github:before {
content: "\eab6";
}
.ci-npm:before {
content: "\eab7";
}
.ci-basecamp:before {
content: "\eab8";
}
.ci-trello:before {
content: "\eab9";
}
.ci-wordpress:before {
content: "\eaba";
}
.ci-joomla:before {
content: "\eabb";
}
.ci-ello:before {
content: "\eabc";
}
.ci-blogger:before {
content: "\eabd";
}
.ci-blogger2:before {
content: "\eabe";
}
.ci-tumblr:before {
content: "\eabf";
}
.ci-tumblr2:before {
content: "\eac0";
}
.ci-yahoo:before {
content: "\eac1";
}
.ci-yahoo2:before {
content: "\eac2";
}
.ci-tux:before {
content: "\eac3";
}
.ci-appleinc:before {
content: "\eac4";
}
.ci-finder:before {
content: "\eac5";
}
.ci-android:before {
content: "\eac6";
}
.ci-windows:before {
content: "\eac7";
}
.ci-windows8:before {
content: "\eac8";
}
.ci-soundcloud:before {
content: "\eac9";
}
.ci-soundcloud2:before {
content: "\eaca";
}
.ci-skype:before {
content: "\eacb";
}
.ci-reddit:before {
content: "\eacc";
}
.ci-hackernews:before {
content: "\eacd";
}
.ci-wikipedia:before {
content: "\eace";
}
.ci-linkedin:before {
content: "\eacf";
}
.ci-linkedin2:before {
content: "\ead0";
}
.ci-lastfm:before {
content: "\ead1";
}
.ci-lastfm2:before {
content: "\ead2";
}
.ci-delicious:before {
content: "\ead3";
}
.ci-stumbleupon:before {
content: "\ead4";
}
.ci-stumbleupon2:before {
content: "\ead5";
}
.ci-stackoverflow:before {
content: "\ead6";
}
.ci-pinterest:before {
content: "\ead7";
}
.ci-pinterest2:before {
content: "\ead8";
}
.ci-xing:before {
content: "\ead9";
}
.ci-xing2:before {
content: "\eada";
}
.ci-flattr:before {
content: "\eadb";
}
.ci-foursquare:before {
content: "\eadc";
}
.ci-yelp:before {
content: "\eadd";
}
.ci-paypal:before {
content: "\eade";
}
.ci-chrome:before {
content: "\eadf";
}
.ci-firefox:before {
content: "\eae0";
}
.ci-IE:before {
content: "\eae1";
}
.ci-edge:before {
content: "\eae2";
}
.ci-safari:before {
content: "\eae3";
}
.ci-opera:before {
content: "\eae4";
}
.ci-file-pdf:before {
content: "\eae5";
}
.ci-file-openoffice:before {
content: "\eae6";
}
.ci-file-word:before {
content: "\eae7";
}
.ci-file-excel:before {
content: "\eae8";
}
.ci-libreoffice:before {
content: "\eae9";
}
.ci-html-five:before {
content: "\eaea";
}
.ci-html-five2:before {
content: "\eaeb";
}
.ci-css3:before {
content: "\eaec";
}
.ci-git:before {
content: "\eaed";
}
.ci-codepen:before {
content: "\eaee";
}
.ci-svg:before {
content: "\eaef";
}
.ci-IcoMoon:before {
content: "\eaf0";
}
.ci-mobile3:before {
content: "\e004";
}
.ci-laptop3:before {
content: "\e005";
}
.ci-desktop:before {
content: "\e006";
}
.ci-tablet3:before {
content: "\e007";
}
.ci-phone4:before {
content: "\e008";
}
.ci-document2:before {
content: "\e009";
}
.ci-documents:before {
content: "\e00a";
}
.ci-search3:before {
content: "\e00b";
}
.ci-clipboard3:before {
content: "\e00c";
}
.ci-newspaper2:before {
content: "\e00d";
}
.ci-notebook:before {
content: "\e00e";
}
.ci-book-open:before {
content: "\e00f";
}
.ci-browser:before {
content: "\e010";
}
.ci-calendar2:before {
content: "\e011";
}
.ci-presentation:before {
content: "\e012";
}
.ci-picture:before {
content: "\e013";
}
.ci-pictures:before {
content: "\e014";
}
.ci-video2:before {
content: "\e015";
}
.ci-camera4:before {
content: "\e016";
}
.ci-printer3:before {
content: "\e017";
}
.ci-toolbox:before {
content: "\e018";
}
.ci-briefcase3:before {
content: "\e01a";
}
.ci-wallet:before {
content: "\e022";
}
.ci-gift3:before {
content: "\e025";
}
.ci-bargraph:before {
content: "\e026";
}
.ci-grid:before {
content: "\e027";
}
.ci-expand:before {
content: "\e028";
}
.ci-focus:before {
content: "\e02c";
}
.ci-edit2:before {
content: "\e02d";
}
.ci-adjustments:before {
content: "\e02e";
}
.ci-ribbon:before {
content: "\e032";
}
.ci-hourglass:before {
content: "\e03a";
}
.ci-lock3:before {
content: "\e054";
}
.ci-megaphone:before {
content: "\e072";
}
.ci-shield2:before {
content: "\e073";
}
.ci-trophy2:before {
content: "\e074";
}
.ci-flag4:before {
content: "\e075";
}
.ci-map5:before {
content: "\e076";
}
.ci-puzzle2:before {
content: "\e077";
}
.ci-basket:before {
content: "\e078";
}
.ci-envelope:before {
content: "\e079";
}
.ci-streetsign:before {
content: "\e07a";
}
.ci-telescope:before {
content: "\e07b";
}
.ci-gears:before {
content: "\e07c";
}
.ci-key4:before {
content: "\e07d";
}
.ci-paperclip:before {
content: "\e07e";
}
.ci-attachment4:before {
content: "\e07f";
}
.ci-pricetags:before {
content: "\e080";
}
.ci-lightbulb2:before {
content: "\e081";
}
.ci-layers2:before {
content: "\e082";
}
.ci-pencil4:before {
content: "\e083";
}
.ci-tools:before {
content: "\e084";
}
.ci-tools-2:before {
content: "\e085";
}
.ci-scissors3:before {
content: "\e086";
}
.ci-paintbrush:before {
content: "\e087";
}
.ci-magnifying-glass:before {
content: "\e088";
}
.ci-circle-compass:before {
content: "\e089";
}
.ci-linegraph:before {
content: "\e08a";
}
.ci-mic3:before {
content: "\e08b";
}
.ci-strategy:before {
content: "\e08c";
}
.ci-beaker2:before {
content: "\e08d";
}
.ci-caution:before {
content: "\e08e";
}
.ci-recycle:before {
content: "\e08f";
}
.ci-anchor2:before {
content: "\e090";
}
.ci-profile-male:before {
content: "\e091";
}
.ci-profile-female:before {
content: "\e092";
}
.ci-bike:before {
content: "\e093";
}
.ci-wine2:before {
content: "\e094";
}
.ci-hotairballoon:before {
content: "\e095";
}
.ci-globe2:before {
content: "\e096";
}
.ci-genius:before {
content: "\e097";
}
.ci-map-pin:before {
content: "\e098";
}
.ci-dial:before {
content: "\e099";
}
.ci-chat2:before {
content: "\e09a";
}
.ci-heart3:before {
content: "\e09b";
}
.ci-cloud7:before {
content: "\e09c";
}
.ci-upload5:before {
content: "\e09d";
}
.ci-download5:before {
content: "\e09e";
}
.ci-target2:before {
content: "\e09f";
}
.ci-hazardous:before {
content: "\e0a0";
}
.ci-piechart:before {
content: "\e0a1";
}
.ci-speedometer:before {
content: "\e0a2";
}
.ci-global:before {
content: "\e0a3";
}
.ci-compass5:before {
content: "\e0a4";
}
.ci-lifesaver:before {
content: "\e0a5";
}
.ci-clock3:before {
content: "\e0a6";
}
.ci-aperture:before {
content: "\e0a7";
}
.ci-quote:before {
content: "\e0a8";
}
.ci-scope:before {
content: "\e0a9";
}
.ci-alarmclock:before {
content: "\e0aa";
}
.ci-refresh3:before {
content: "\e0ab";
}
.ci-happy3:before {
content: "\e0ac";
}
.ci-sad3:before {
content: "\e0ad";
}
.ci-facebook3:before {
content: "\e0ae";
}
.ci-twitter2:before {
content: "\e0af";
}
.ci-googleplus:before {
content: "\e0b0";
}
.ci-rss4:before {
content: "\e0b3";
}
.ci-tumblr3:before {
content: "\e0bd";
}
.ci-linkedin3:before {
content: "\e0be";
}
.ci-dribbble2:before {
content: "\e0bf";
} | 0.330147 | 0.104706 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.fullcodepress.com/") {
body {
background-color: #38235C !important;
background-image: none !important;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Unicode", Georgia, sans-serif !important;
color: #000 !important;
padding-top: 8px !important;
}
h2, h3, legend {
color: #333 !important;
}
#container {
width: 935px !important;
background-image: none !important;
margin-left: 35px !important;
}
#header {
float: none !important;
width: auto !important;
min-height: 220px !important;
padding: 0 0 0 0 !important;
background-color: #fff !important;
background-image: url(http://farm1.static.flickr.com/117/253401575_18aa2bb230.jpg) !important;
background-position: 8px 8px !important;
background-repeat: no-repeat !important;
border-bottom: 8px solid #fff !important;
}
#header h1, #header p {
float: none !important;
width: auto !important;
margin-left: 180px !important;
position: relative !important;
background-color: #fff !important;
}
#header h1 {
padding: 12px 2em 2em 40px !important;
}
#header p {
padding: 0 1em 2em 40px !important;
}
#header h1 img {
display: none !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/164295462/";
color: #333;
font-size: 0.4em;
font-weight: normal;
display: block;
white-space: pre;
}
#header h1:after {
content: "Full Code Press International Site in a Day Competition, 2007.";
color: #281942;
display: block;
padding-top: 1.4em;
}
#innercontainer {
background-image: url(http://farm1.static.flickr.com/70/164295462_8144165f0a.jpg) !important;
}
#innercontainer, #innercontainer2 {
float: none !important;
width: auto !important;
margin-left: 0 !important;
padding-bottom: 0 !important;
display: block !important;
background-position: right top !important;
background-repeat: no-repeat !important;
background-color: #ccc !important;
border-top: none !important;
}
#nav ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#nav ul {
padding: 1em 0 0.4em !important;
}
#nav a span {
display: none!important;
}
#nav li a {
width: auto !important;
height: auto !important;
}
#nav a {
color: #eee !important;
text-decoration: underline !important;
font-size: 1.2em !important;
padding: 0 1em 0.2em !important;
}
#nav a:hover, #nav a:focus {
text-decoration: none !important;
}
#content {
float: none !important;
width: 385px !important;
background-color: #fff !important;
padding: 2em 35px 2em 20px !important;
border-top: 16px solid #38235C !important;
}
#extras {
float: none !important;
background-color: #fff !important;
width: 385px !important;
}
#innercontainer #extras {
padding: 0 35px 1em 20px !important;
}
#innercontainer2 #extras {
padding: 250px 35px 1em 20px !important;
background-position: 40px 0px !important;
}
#footer {
background-color: #333 !important;
background-image: url(http://farm1.static.flickr.com/117/253401575_18aa2bb230.jpg) !important;
background-position: right top !important;
text-align: left !important;
width: 383px !important;
padding: 260px 535px 3em 20px !important;
color: #fff !important;
}
#footer a {
color: #fff !important;
}
}
@-moz-document url("http://www.fullcodepress.com/about/") {
body {
background-color: #033A08 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/430381745/";
}
#content {
border-top: 16px solid #033A08 !important;
}
#nav #about a {
background-color: #03540B !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/157/430381745_78dbbf09ef.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/how/") {
body {
background-color: #3B0203 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/388848962/";
}
#content {
border-top: 16px solid #3B0203 !important;
}
#nav #how a {
background-color: #540304 !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/129/388848962_9b2505e07a.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/register-australia/"),
url("http://www.fullcodepress.com/register-newzealand/"),
url("http://www.fullcodepress.com/register-organisation/"),
url("http://www.fullcodepress.com/volunteers/"),
url("http://www.fullcodepress.com/country-organiser/"),
url("http://www.fullcodepress.com/get-involved/") {
body {
background-color: #043BA0 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/157623061/";
}
#content {
border-top: 16px solid #043BA0 !important;
}
#nav #get a {
background-color: #043287 !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/76/157623061_932007cfd9.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/events/") {
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/70/164295462_8144165f0a.jpg) !important;
}
#nav #events a {
background-color: #57368F !important;
}
}
@-moz-document url("http://www.fullcodepress.com/category/news/"),
url-prefix("http://www.fullcodepress.com/2007/") {
body {
background-color: #FFE810 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/388848962/";
}
#content {
border-top: 16px solid #FFE810 !important;
}
#nav li a {
color: #0A0655 !important;
}
#nav #news a {
background-color: #fff !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/129/388848962_9b2505e07a.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/contact/"),
url("http://www.fullcodepress.com/thank-you/") {
body {
background-color: #033A08 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/430381745/";
}
#content {
border-top: 16px solid #033A08 !important;
}
#nav #contact a {
background-color: #03540B !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/157/430381745_78dbbf09ef.jpg) !important;
}
} | data/usercss/2589.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.fullcodepress.com/") {
body {
background-color: #38235C !important;
background-image: none !important;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Unicode", Georgia, sans-serif !important;
color: #000 !important;
padding-top: 8px !important;
}
h2, h3, legend {
color: #333 !important;
}
#container {
width: 935px !important;
background-image: none !important;
margin-left: 35px !important;
}
#header {
float: none !important;
width: auto !important;
min-height: 220px !important;
padding: 0 0 0 0 !important;
background-color: #fff !important;
background-image: url(http://farm1.static.flickr.com/117/253401575_18aa2bb230.jpg) !important;
background-position: 8px 8px !important;
background-repeat: no-repeat !important;
border-bottom: 8px solid #fff !important;
}
#header h1, #header p {
float: none !important;
width: auto !important;
margin-left: 180px !important;
position: relative !important;
background-color: #fff !important;
}
#header h1 {
padding: 12px 2em 2em 40px !important;
}
#header p {
padding: 0 1em 2em 40px !important;
}
#header h1 img {
display: none !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/164295462/";
color: #333;
font-size: 0.4em;
font-weight: normal;
display: block;
white-space: pre;
}
#header h1:after {
content: "Full Code Press International Site in a Day Competition, 2007.";
color: #281942;
display: block;
padding-top: 1.4em;
}
#innercontainer {
background-image: url(http://farm1.static.flickr.com/70/164295462_8144165f0a.jpg) !important;
}
#innercontainer, #innercontainer2 {
float: none !important;
width: auto !important;
margin-left: 0 !important;
padding-bottom: 0 !important;
display: block !important;
background-position: right top !important;
background-repeat: no-repeat !important;
background-color: #ccc !important;
border-top: none !important;
}
#nav ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#nav ul {
padding: 1em 0 0.4em !important;
}
#nav a span {
display: none!important;
}
#nav li a {
width: auto !important;
height: auto !important;
}
#nav a {
color: #eee !important;
text-decoration: underline !important;
font-size: 1.2em !important;
padding: 0 1em 0.2em !important;
}
#nav a:hover, #nav a:focus {
text-decoration: none !important;
}
#content {
float: none !important;
width: 385px !important;
background-color: #fff !important;
padding: 2em 35px 2em 20px !important;
border-top: 16px solid #38235C !important;
}
#extras {
float: none !important;
background-color: #fff !important;
width: 385px !important;
}
#innercontainer #extras {
padding: 0 35px 1em 20px !important;
}
#innercontainer2 #extras {
padding: 250px 35px 1em 20px !important;
background-position: 40px 0px !important;
}
#footer {
background-color: #333 !important;
background-image: url(http://farm1.static.flickr.com/117/253401575_18aa2bb230.jpg) !important;
background-position: right top !important;
text-align: left !important;
width: 383px !important;
padding: 260px 535px 3em 20px !important;
color: #fff !important;
}
#footer a {
color: #fff !important;
}
}
@-moz-document url("http://www.fullcodepress.com/about/") {
body {
background-color: #033A08 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/430381745/";
}
#content {
border-top: 16px solid #033A08 !important;
}
#nav #about a {
background-color: #03540B !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/157/430381745_78dbbf09ef.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/how/") {
body {
background-color: #3B0203 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/388848962/";
}
#content {
border-top: 16px solid #3B0203 !important;
}
#nav #how a {
background-color: #540304 !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/129/388848962_9b2505e07a.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/register-australia/"),
url("http://www.fullcodepress.com/register-newzealand/"),
url("http://www.fullcodepress.com/register-organisation/"),
url("http://www.fullcodepress.com/volunteers/"),
url("http://www.fullcodepress.com/country-organiser/"),
url("http://www.fullcodepress.com/get-involved/") {
body {
background-color: #043BA0 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/157623061/";
}
#content {
border-top: 16px solid #043BA0 !important;
}
#nav #get a {
background-color: #043287 !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/76/157623061_932007cfd9.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/events/") {
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/70/164295462_8144165f0a.jpg) !important;
}
#nav #events a {
background-color: #57368F !important;
}
}
@-moz-document url("http://www.fullcodepress.com/category/news/"),
url-prefix("http://www.fullcodepress.com/2007/") {
body {
background-color: #FFE810 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/388848962/";
}
#content {
border-top: 16px solid #FFE810 !important;
}
#nav li a {
color: #0A0655 !important;
}
#nav #news a {
background-color: #fff !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/129/388848962_9b2505e07a.jpg) !important;
}
}
@-moz-document url("http://www.fullcodepress.com/contact/"),
url("http://www.fullcodepress.com/thank-you/") {
body {
background-color: #033A08 !important;
}
#header h1:before {
content: "Photo credits: http://www.flickr.com/photos/cobalt/253401575/ \A http://www.flickr.com/photos/cobalt/430381745/";
}
#content {
border-top: 16px solid #033A08 !important;
}
#nav #contact a {
background-color: #03540B !important;
}
#innercontainer2 {
background-image: url(http://farm1.static.flickr.com/157/430381745_78dbbf09ef.jpg) !important;
}
} | 0.248899 | 0.090534 |
@import url('https://fonts.googleapis.com/css2?family=Piazzolla:wght@900&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Piazzolla', serif;
}
:root{
--main-bg : #1e272e;
--main-color: #0097e6;
}
html{
font-size: 62.5%;
}
body{
height: 100vh;
display: flex;
flex-direction: column;
}
.row{
margin: 0;
}
.main_menu{
background-color: var(--main-bg);
}
.navbar{
color: #fff;
background-color: var(--main-bg);
padding: 2rem 0;
}
.navbar li{
margin-left: 2rem;
}
.navbar a{
color: #fff;
font-size: 1.8rem;
}
.navbar a:hover{
color: var(--main-color);
}
.navbar-toggler-icon{
background-color: aquamarine;
}
.fa-snowflake{
transition: all linear;
animation: rot 0.3s linear infinite;
color: var(--main-color);
}
@keyframes rot{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(100deg);
}
}
/* main header*/
.main_header_left{
height: 70rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.main_header_left p{
font-size: 2rem;
}
.main_header_left button{
border: none;
padding: 0.8rem 1.8rem;
font-size: 1.4rem;
border-radius: 2rem;
text-transform: uppercase;
box-shadow: 0 8px 6px -6px #000;
outline: none;
}
.main_header_left button:hover{
box-shadow: 0 8px 6px -6px var(--main-color);
}
.main_header_left h1{
font-size: 4rem;
margin: 1rem 0 4rem 0;
text-transform: capitalize;
}
.main_header_left .text_clr{
color: var(--main-color);
}
.main_header_right{
height: 70rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.main_header_right figure img{
filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
}
/* temp input field style*/
.temp_form{
width: 60%;
position: relative;
margin: 10rem auto 6rem;
}
.temp_form input[type="text"]{
width: 100%;
padding: 2rem 5rem 2rem 2rem;
background: #1e202b;
color: #fff;
outline: none;
border: none;
font-size: 1.7rem;
border-radius: 3rem;
}
::placeholder{
color: #bfc1cf;
}
.temp_form input[type="submit"]{
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
border: none;
background: #009ad8;
padding: 0 3rem;
border-radius: 3rem;
color: white;
font-size: 1.6rem;
}
.temp_form input[type="submit"]:hover{
color: #009ad8;
background-color: white;
}
/*temp details*/
.tempInformation{
width: 50rem;
margin: auto;
min-height: 20rem;
background-color: #323544;
border-radius: 1rem;
/* padding: 1rem; */
font-family: "Roboto", sans-serif;
}
.top_layer{
width: 100%;
height: 20%;
background-color: #2d304d;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 1rem;
}
.top_layer p {
color: white;
font-weight: 300;
padding: 2rem;
font-size: 1.4rem;
}
.main_layer{
width: 100%;
height: 80%;
display: flex;
flex-direction: column;
padding: 2rem;
}
.main_layer #city_name {
padding: 2rem 0;
color: #bfc1c8;
font-weight: 300;
font-size: 2rem;
}
.main_layer .middle_layer {
display: flex;
justify-content: space-around;
color: white;
}
.main_layer .middle_layer p,
.middle_layer .middle_layer .fa {
font-size: 7rem;
font-weight: 900;
}
.fa{
color: #009ad8;
}
sup {
font-size: 6rem;
margin-top: -2rem;
}
.data_hide {
visibility: hidden;
transition: all 0.3s linear;
}
/*error page style*/
.errimg img{
width: 50rem;
height: 20rem;
}
/*footer*/
footer{
width: 100%;
background-color: var(--main-bg);
margin-top: auto;
}
footer p{
margin: 0;
text-align: center;
color: #fff;
line-height: 5rem;
font-size: 1.4rem;
}
/*responsive code*/
@media (max-width: 768px) {
.main_header_left{
height: auto;
margin: 5rem 0;
}
.main_header_right{
height: auto;
margin-top: 3rem 0;
}
.temp_form{
width: auto;
}
.tempInformation {
width: auto;
}
.main_layer .middle_layer p,
.main_layer .middle_layer .fa {
font-size: 5rem;
}
} | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Piazzolla:wght@900&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Piazzolla', serif;
}
:root{
--main-bg : #1e272e;
--main-color: #0097e6;
}
html{
font-size: 62.5%;
}
body{
height: 100vh;
display: flex;
flex-direction: column;
}
.row{
margin: 0;
}
.main_menu{
background-color: var(--main-bg);
}
.navbar{
color: #fff;
background-color: var(--main-bg);
padding: 2rem 0;
}
.navbar li{
margin-left: 2rem;
}
.navbar a{
color: #fff;
font-size: 1.8rem;
}
.navbar a:hover{
color: var(--main-color);
}
.navbar-toggler-icon{
background-color: aquamarine;
}
.fa-snowflake{
transition: all linear;
animation: rot 0.3s linear infinite;
color: var(--main-color);
}
@keyframes rot{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(100deg);
}
}
/* main header*/
.main_header_left{
height: 70rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.main_header_left p{
font-size: 2rem;
}
.main_header_left button{
border: none;
padding: 0.8rem 1.8rem;
font-size: 1.4rem;
border-radius: 2rem;
text-transform: uppercase;
box-shadow: 0 8px 6px -6px #000;
outline: none;
}
.main_header_left button:hover{
box-shadow: 0 8px 6px -6px var(--main-color);
}
.main_header_left h1{
font-size: 4rem;
margin: 1rem 0 4rem 0;
text-transform: capitalize;
}
.main_header_left .text_clr{
color: var(--main-color);
}
.main_header_right{
height: 70rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.main_header_right figure img{
filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
}
/* temp input field style*/
.temp_form{
width: 60%;
position: relative;
margin: 10rem auto 6rem;
}
.temp_form input[type="text"]{
width: 100%;
padding: 2rem 5rem 2rem 2rem;
background: #1e202b;
color: #fff;
outline: none;
border: none;
font-size: 1.7rem;
border-radius: 3rem;
}
::placeholder{
color: #bfc1cf;
}
.temp_form input[type="submit"]{
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
border: none;
background: #009ad8;
padding: 0 3rem;
border-radius: 3rem;
color: white;
font-size: 1.6rem;
}
.temp_form input[type="submit"]:hover{
color: #009ad8;
background-color: white;
}
/*temp details*/
.tempInformation{
width: 50rem;
margin: auto;
min-height: 20rem;
background-color: #323544;
border-radius: 1rem;
/* padding: 1rem; */
font-family: "Roboto", sans-serif;
}
.top_layer{
width: 100%;
height: 20%;
background-color: #2d304d;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 1rem;
}
.top_layer p {
color: white;
font-weight: 300;
padding: 2rem;
font-size: 1.4rem;
}
.main_layer{
width: 100%;
height: 80%;
display: flex;
flex-direction: column;
padding: 2rem;
}
.main_layer #city_name {
padding: 2rem 0;
color: #bfc1c8;
font-weight: 300;
font-size: 2rem;
}
.main_layer .middle_layer {
display: flex;
justify-content: space-around;
color: white;
}
.main_layer .middle_layer p,
.middle_layer .middle_layer .fa {
font-size: 7rem;
font-weight: 900;
}
.fa{
color: #009ad8;
}
sup {
font-size: 6rem;
margin-top: -2rem;
}
.data_hide {
visibility: hidden;
transition: all 0.3s linear;
}
/*error page style*/
.errimg img{
width: 50rem;
height: 20rem;
}
/*footer*/
footer{
width: 100%;
background-color: var(--main-bg);
margin-top: auto;
}
footer p{
margin: 0;
text-align: center;
color: #fff;
line-height: 5rem;
font-size: 1.4rem;
}
/*responsive code*/
@media (max-width: 768px) {
.main_header_left{
height: auto;
margin: 5rem 0;
}
.main_header_right{
height: auto;
margin-top: 3rem 0;
}
.temp_form{
width: auto;
}
.tempInformation {
width: auto;
}
.main_layer .middle_layer p,
.main_layer .middle_layer .fa {
font-size: 5rem;
}
} | 0.50708 | 0.091504 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.computerbase.de") {
body, input, select, button, textarea {
font-family: verdana, arial, sans-serif, FontAwesome !important;
font-size: 13px;
}
a, .block1.block1--forum, .message-content.js-messageContent {
font-family: verdana, arial, sans-serif, FontAwesome !important;
}
.mainmenu-nav a {
font-size: 1.20em;
}
/*Schriftgrösse vom Ticker
.ticker__body {
line-height: 1.125rem;
padding-left: 2.8125rem;
font-size: 13px;
}
/* Artikel Context
.ticker .readmore-link strong, .ticker__article-link strong {
color: #e84d0e;
font-weight: 400;
letter-spacing: .05em;
text-transform: none;
font-weight: bold;
}
*/
.more-link {
color: #fff;
font-size: .875em;
margin-right: .2em;
padding: 2px 0.8em;
border-radius: 8px;
}
/* Links vom Ticker */
a {
color: #1b29ad;
/* font-weight: bold; */
text-decoration: none;
}
/*
.ticker__update a:hover {
color: white !important;
}
/* besuchte Links im Ticker
.ticker__article-link:visited, .ticker__update:visited {
color: #aaa;
}
/* Korrigiert das ungewollte einrücken im Ticker auf der Homeseite */
.ticker__body {
line-height: 1.125rem !important;
padding-left: 2.8125rem !important;
font-size: 13px;
}
/* Farbe Author
.article__author {
background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3â¦%2013h12c0-1.8-3.5-3.4-4.5-3.5z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E);
background-repeat: no-repeat;
background-position: left center;
padding-left: 1.125rem;
color: #aaa !important;
}
/* Context vom Teaser
.article__context, .teaser__context, .slide__context, .charts__context, .article-view__context {
color: #666;
display: block;
font-weight: 400;
letter-spacing: .1em;
padding-bottom: .0625rem;
text-transform: none;
word-spacing: 0rem;
}
*/
.geizhals__title {
font-size: .875em;
font-weight: 700;
margin-bottom: .1875rem;
margin-left: 6em !important;
}
.geizhals__subtitle {
color: #222;
word-wrap: break-word;
margin-left: 7em !important;
}
/* Einführung in Artikel */
.article__intro {
/* font-size: .875rem; */
line-height: 1.1875rem;
margin-top: .1875rem;
}
/* Abstand Bild in der Shoutbox (unter dem ersten grauen Balken rechts */
.shoutbox-default {
background-image: url(http://www.computerbase.de/img/shoutbox-default.svg);
background-repeat: no-repeat;
background-color: #fff;
border-color: #bbb;
padding-left: 6em !important;
}
.shoutbox a:hover {
color: #e84d0e !important;
text-decoration: underline;
}
.article-view__content a {
color: #2c5b9c !important;
/*#1b29ad !important;*/
text-decoration: underline !important;
}
.article-view__content a:visited {
color: #60658e !important;
text-decoration: underline !important;
}
.article-view__content a:hover {
color: #e84d0e !important;
text-decoration: underline !important;
}
.article-view__h1 {
text-align: left !important;
}
.ticker__date {
float: left;
font-size: 10px;
margin-top: 2px;
}
/* Tickerhintergrund */
.row-23, .row-50 {
padding: 0;
background-color: #fff;
}
/* Datum im Ticker */
.ticker-group {
color: #000;
font-size: 14px;
font-weight: 700;
letter-spacing: 0em;
line-height: 1.3;
margin-bottom: .5em;
text-transform: none;
}
/* Hashtag im Submenü */
.big-header__tag-link, .tag, .htag, a.tags__header-a, h1.h1.big-header__h1.tag-title, a.tagnav__a {
background-image: none;
/*url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3â¦6.8M3%2025.4l-1.5%208.4M6.5%2025.4L5%2033.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E); */
background-repeat: no-repeat;
}
a.tags__header-a, a.tagnav__a {
padding-left: 5px;
}
h1.h1.big-header__h1.tag-title::before {
display: none;
}
/* Farbe vom Submenü */
.tag, .htag {
color: #71A4D5;
display: inline-block;
white-space: nowrap;
}
.big-header__tag-link, .tags__item, .tags__header-item {
background-image: none !important;
background-repeat: no-repeat !important;
}
.tag {
background-color: #244b80;
background-position: 7px 6px;
margin: .125rem 0;
padding: 0 7px 0 7px;
/* Verkleinert den Abstand zum Rand -> da # nicht angezeigt wird */
}
/* Footer */
.footer1 {
background: #fff !important;
border-top: 0px solid #ddd;
}
.footer2 {
background: #2c5b9c !important;
color: #fff;
}
.block-breakout {
background: #ddd !important;
}
.block-highlight {
background: #ddd !important;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
box-shadow: 0 0 8px rgba(0, 0, 0, .1);
position: relative;
z-index: 3;
}
.follow-links {
display: none;
}
/* Meistgelesene News */
.box-white {
background-color: #ddd !important;
border-color: #bbb;
}
/* * * * * * * * */
/* Tests Artikel */
/* Abstand zwischen Bild und Text */
.article__main {
margin-left: 6.5em;
}
.article__intro {
font-size: 1em;
line-height: 1.1875rem;
margin-top: .1875rem;
}
.article__context, .teaser__context, .slide__context, .charts__context, .article-view__context {
color: #666;
display: block;
font-weight: 400;
letter-spacing: .1 em !important;
padding-bottom: .0625rem;
text-transform: none;
word-spacing: 0em !important;
}
.article__title {
line-height: 1.3125rem;
color: #1b29ad;
}
.text-width {
max-width: 43.375rem;
}
/* Dieser Teil mit dem Logo von Infi<3 (http://www.computerbase.de/forum/member.php?u=409338) übernommen */
.tocbox {
position: fixed;
margin-top: 150px;
left: 50%;
margin-left: 560px;
/*calc((100% - 1000px) / 2 * (-1));
/* left: calc(100% / 2 + 520px);
/* margin-top: 6.55em;
margin-right: -59em;
margin-left: 100px;
z-index: 2; */
}
.toctoggle {
display: none;
}
.toc--top {
display: block !important;
}
.toc {
border: 1px solid #bbb;
box-shadow: none !important;
border-top-left-radius: 0;
}
/* Bis hier her*/
/* * * * */
/* Forum */
.blockrow a {
color: #2c5b9c;
}
.blockrow a:hover {
color: #e84d0e !important;
}
.title .threadtitle_unread a {
color: #2c5b9c !important;
text-decoration: none;
}
.threadtitle {
color: #2c5b9c !important;
}
.announcement a {
font-size: 12px;
}
.forumdata .forumtitle a {
color: #2c5b9c !important;
text-decoration: none;
}
.announcements .announcerow:first-child {
margin-top: 0;
font-size: 11px;
}
.vb-body {
background: #fff;
font-size: 12px !important;
color: #000000;
line-height: 1.230;
padding: 20px 20px 0;
}
.button {
padding: 2.5px 5px;
font: bold 12px verdana, arial, sans-serif !important;
border: 1px solid #a8a8a8;
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.postcontent a:hover, .signature a:hover {
text-decoration: underline;
color: #e84d0e !important;
}
.pagination span a {
font-size: 12px !important;
border: 1px solid #cedfeb;
height: 14.76px;
padding: 4px 4px;
margin-left: 1px;
background: #f4f4f4 none;
text-decoration: none;
color: #2c5b9c !important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
text-align: center;
min-width: 18px;
}
.pagination span.selected a {
background: #628ECA none;
color: #ffffff !important;
border: 1px solid #3572AF;
font-weight: bold;
}
.threadbit .threadtitle {
margin-top: 8px;
font-size: 12px !important;
color: #000;
}
/* Breadcrumbs Links */
.breadcrumb .navbit a {
color: #2c5b9c !important;
}
.breadcrumb .navbit a:hover {
color: #e84d0e !important;
}
/* unter Thread - Username + Timestamp */
.label {
font-size: 11px !important;
}
/* Zeige Themen Button */
.forum_info_form .options_input_block .button {
position: relative;
margin-top: 14.22px;
font-size: 12px;
}
/* Buttons im Forum */
.newcontent_textcontrol {
background: #e84d0e none;
_background-image: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 8px;
font-size: 12px;
color: #FFFFFF;
padding: 2px 18px 2px 18px;
border: 0;
display: block;
float: left;
clear: right;
}
/* Schriftart im Editor */
.texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
color: #222222;
font: 13px verdana, arial, sans-serif !important;
white-space: pre-wrap;
background: #FFFFFF none;
display: block;
}
.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
padding: 5px 10px 10px;
font: 13px verdana, arial, sans-serif !important;
/*color: #000;*/
}
.postcontent a, .signature a {
text-decoration: underline;
color: #2c5b9c !important;
}
blockquote.preview.forumcontent a {
color: #2c5b9c !important
}
blockquote.preview.forumcontent {
font: 12px verdana, arial, sans-serif !important;
}
.userinfo strong {
color: #2c5b9c !important;
}
/* Schriftart und grösse in Posts/Threads */
.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
padding: 5px 10px 10px;
font: 13px verdana, arial, sans-serif;
color: #000;
}
/* Userinfos in Foren verkleinert */
.postbitlegacy .userinfo .userinfo_extra {
font-size: 11px;
}
.forumbit_post .forumstats li, .forumbit_post .forumstats_2 li {
font-size: 11px !important;
text-align: right;
padding-right: 10px;
display: block;
line-height: 14px;
}
/*******/
/* von hier weg übernommen von Infi<3 (http://www.computerbase.de/forum/member.php?u=409338) übernommen
/* ((((((((( */
.threadbit .title {
background: transparent none no-repeat left top;
font-size: 13px;
}
/*flat comments*/
.postbit, .postbitlegacy, .eventbit {
padding: 0px;
}
.blockhead {
box-shadow: none;
}
/*flat buttons*/
.pagination span a {
border-radius: 0px !important;
}
.blockfoot .button, .navpopupmenu .popupctrl, .navpopupmenu .textcontrol {
background: #f4f4f4 none !important;
border: 1px solid #cedfeb !important;
color: #2c5b9c !important;
font-weight: 500 !important;
}
/*remove optionsblock*/
.options_block_container {
display: none !important;
}
.navlinks {
border: none;
background: #fff;
}
/*position of embedded forum*/
.vb-nav {
margin-bottom: 0em;
padding-bottom: 0.2em;
}
.below_body {
margin-bottom: 20px;
}
.block--top > .wrapper > .row {
padding-bottom: 0px;
}
.vb-nav {
margin: 0 auto;
background: #fff;
/*font-size: 14px;*/
margin-bottom: 1em !important;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
text-align: center;
}
/* Texteditor */
.cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
color: #222222;
font: 12px verdana, arial, sans-serif !important;
white-space: pre-wrap;
background: #FFFFFF none;
display: block;
}
/* Buttons zum Absenden */
.actionbuttons .group .button {
cursor: pointer;
padding: 2.5px 5px;
font: bold 12px Verdana, arial, sans-serif !important;
border: 1px solid #a8a8a8;
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
}
.article-view {
background: #fff;
padding: 20px 1.25em 0;
text-align: justify;
}
.article-view__share-links-top {
display: none;
}
.gist--right {
clear: right;
float: right;
margin: 0 0 .5em .5em;
text-align: left;
}
.article-view__header--11 {
min-height: 8.375em;
margin-left: 2.4em;
}
.article-view__meta {
font-size: 10px;
color: #aaa;
}
.share-links {
display: none;
}
.download__main {
margin-left: 5.8125em;
}
.menupanel {
background: #ddd;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, .33);
-moz-box-shadow: 0 0 28px 2px rgba(0, 0, 0, .33);
box-shadow: 0 0 28px 2px rgba(0, 0, 0, .33);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px !important;
padding: 11px;
position: absolute;
right: 10px;
top: 49px;
}
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_ok, .cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_cancel, .textcontrols a, a.textcontrol {
position: relative;
padding: 3px 5px;
font: bold 12px verdana, arial, sans-serif;
line-height: 1.230;
text-decoration: none;
border: 1px solid #a8a8a8;
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl {
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
_background-image: none;
border: 1px solid #a8a8a8;
font: bold 12px verdana, arial, sans-serif;
padding: 3.3333333333333px 6.6666666666667px;
}
#usercp_nav li {
position: relative;
color: #2c5b9c !important;
font-size: 12px !important;
}
.pmlist .blockrow .title {
font-size: 12px !important;
}
.blockrow .pmbit .title a {
color: #2c5b9c !important;
text-decoration: none;
}
.pmlist .blockrow .commalist {
font-size: 12px !important;
padding-top: 0.3em;
}
.formcontrols .blockrow label {
width: 212px;
float: left;
font-size: 12px !important;
}
.vb-body .textbox, .vb-body textarea, .vb-body select {
font: normal 12px verdana, arial, sans-serif !important;
color: #000000;
background: rgb(255, 255, 255) none;
border: 1px solid #6B91AB;
padding: 4px;
outline: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#pagetitle h1 {
color: #222222;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px !important;
}
#pagetitle .description {
color: inherit;
font-size: 12px !important;
}
input#aim {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#icq {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#msn {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#yahoo {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#skype {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#jabber {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
#ghbody {
background-color: #fff;
font-size: 12px;
padding: 10px;
}
#gh_m_topk li a {
color: #2c5b9c !important;
}
ol.t10 li:before {
position: absolute;
top: 11px;
left: 2.2em;
margin-right: -0.5em;
}
.mkat h2 a {
color: #e84d0e !important;
}
.geizhals-search {
font-size: .875em;
margin: 0 auto;
position: absolute;
right: 36px;
top: -4.8375rem;
width: 29rem;
z-index: 4;
}
span.notrans {
color: #2c5b9c !important;
}
.sitesearch, .sitesearch input, .sitesearch select, .sitesearch button {
font-size: 12px;
}
.row--search-nav {
margin: 0;
padding: 0 2%;
background-color: #fff !important;
}
.row--search-results {
padding-top: 20px;
background-color: #fff !important;
}
/***************************** Anpassungen by habichtfreak *****************/
/* Alle Links werden blau */
a, .article__title, .video__title a, .download-nav__sub__a {
color: #1b29ad;
}
.box--sidebar {
border-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.article-view__comments-link-2 {
background: #2c5b9c;
border-radius: 8px;
}
.entry-nav__prev {
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.entry-nav__next {
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.article-view__taglist {
display: none;
}
aside.block--breakout > .wrapper > .padding-2 {
background-color: #71a4d5;
}
.footer2 > .wrapper > .row {
background-color: #2c5b9c;
}
.article-view, .vb-nav, .vb-body, .related-box__ul-1, .related-box__ul-2, .download-view, .breadcrumbs, ul.content-list.related-list__ul.related-list__ul-1, ul.content-list.related-list__ul.related-list__ul-2 {
border-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.vb-body {
margin-bottom: 20px;
}
.footer1, .footer2 {
background-color: #71a4d5 !important;
}
.footer1__box, .footer1__box:hover {
background-color: white !important;
}
.row.row-13.footer1__box {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.usermenu__count {
background-color: #2c5b9c;
}
/* Farbhintergrund für Uhrzeiten */
time.ticker__date {
background-color: #e5e5e5;
border-radius: 4px;
padding-left: 3px;
padding-right: 3px;
color: black !important;
}
/* Farbhintergrund für Uhrzeiten (Aus dem Forum, Neue Download, etc.)*/
ul.ticker--compact > li time.ticker__date {
background-color: #FFF;
border-radius: 4px;
padding-left: 3px;
padding-right: 3px;
color: black !important;
}
.vb-nav a, .geizhals__price, .teaser__title, .video-hero__title a {
font-weight: bold;
color: #2c5b9c;
}
/* Fette Links im Ticker */
.ticker__body a {
font-weight: bold;
}
/* Aus dem Forum nicht fett */
.tabs-panel a {
font-weight: 200;
}
td, th {
font-size: 12px !important;
}
div#tags.category-list-wrapper > ul.category-list > li a {
color: white;
}
/********************************************* Farbgebung der Charts ***********************************************/
.charts__rank--1, .teaser__rank.teaser__rank--1 {
background-color: #2e872d;
}
.charts__rank--2 {
background-color: #61b02c;
}
.charts__rank--3, .teaser__rank.teaser__rank--2 {
background-color: #95db2a;
}
.charts__rank--4 {
background-color: #bfd946
}
.charts__rank--5, .teaser__rank.teaser__rank--3 {
background-color: #e9d862;
/*#eab12e;*/
}
.charts__rank--6 {
background-color: #eab12e;
}
.charts__rank--7 {
background-color: #e78c35;
}
.charts__rank--8 {
background-color: #e36a3b;
}
.charts__rank--9 {
background-color: #e14434;
}
.charts__rank--10 {
background-color: #de1d2e;
}
.charts__bar {
background-image: linear-gradient(90deg, #e36a3b, #2e872d);
}
/*********************************************************************************************************************/
ol.charts.news-charts--xl > li > a.charts__link.charts__link--compact, ol.content-list.charts--article > li.article a {
text-decoration: none !important;
}
.ticker__update {
background-color: #e84d0e;
/*#1b29ad;*/
color: white;
border-radius: 6px;
border: none;
}
/* Optische Umgestaltung der Header */
.block--highlight > .wrapper, .block1--highlight > .wrapper {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
background-color: #fff;
}
.big-header {
border-radius: 10px;
background-image: linear-gradient(0deg, #3572af, #0e4c89);
color: red;
/* box-shadow: 0px 0px 6px #888;*/
}
h1.big-header__h1 {
color: white;
}
.big-header.big-header--download-nav a {
color: white;
}
span.picture-view__number {
background: none;
}
.download-home__cats {
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
.download-home__featured, .video-hero__main {
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
/* Avatar im Header etwas anders */
.usermenu-avatar__image, .usermenu-avatar__wrap--has-avatar, span.usermenu-avatar__wrap.usermenu-avatar__wrap--logged-in, span.menu-avatar__wrap.menu-avatar__wrap--logged-in, img.menu-avatar__image {
border-radius: 5px;
}
span.usermenu-avatar, img.usermenu-avatar__image, span.usermenu-avatar__wrap.usermenu-avatar__wrap--logged-in.usermenu-avatar__wrap--has-avatar, img.usermenu-avatar__image, span.usermenu-avatar__wrap.usermenu-avatar__wrap--logged-in, span.menu-avatar__wrap.menu-avatar__wrap--logged-in {
width: 33px !important;
height: 33px !important;
}
.menuwrap.menuwrap-user.js-menuwrap {
padding-left: 4px;
}
.ticker__article-context {
font-weight: bold;
color: black;
}
/****************************************** Hellblauer Hintergrund für alles ***********/
.block1, .block1--top, .container.container--fluid-width, .container, body, .header-wrapper, .main.main--forum.main--unlimited-width {
background-color: #71a4d5;
}
article.block1.block1--top, div.block1.block1--top::before {
background: #71a4d5;
}
div.block1.block1--top {
background: #71a4d5;
}
/***************************************************************************************/
/************** Schaltflächen vorherige und nächste sind jetzt anders ******************/
.chart-carousel-link, a.chart-carousel__link.chart-carousel__link--enabled.js-chart-carousel-next, a.chart-carousel__link.js-chart-carousel-prev.chart-carousel__link--enabled, .chart-carousel__link.js-chart-carousel-prev, .chart-carousel__link.js-chart-carousel-next {
background-color: #FFF;
font-weight: bold;
font-size: 13px;
text-decoration: none !important;
}
/* dezenten Blau für Diagramme */
.js-chart, .chart-carousel__items {
background-color: #d6e4f1;
}
a.chart-carousel-nav a:hover {
background-color: #FFF;
font-weight: bold;
font-size: 13px;
}
/* ersetzt neues Logo durch altes im Forum */
.rank {
background-image: url("https://www.computerbase.de/forum/attachments/favicon-cb-png.734385/?hash=8b46ae48b6d28e55d76d42448d87e7de");
background-repeat: no-repeat;
background-position: 0em 0.3em;
display: block;
width: 20px;
height: 20px;
}
/* Entfernt das alte */
.rank img {
display: none;
}
.box--sidebar {
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
.col-aside {
padding-left: 10px;
padding-right: 20px;
width: 310px;
padding-top: 20px;
}
.geizhals__pic > img {
width: 40px;
height: 49px;
}
/************************************** Sliders ****************************************/
li.slide {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
/* box-shadow: inset 0px 0px 5px #888;*/
border: #e84d0e 1px solid;
}
ul.slides.js-equalize {
background-image: none;
}
.slide__image {
background-color: #e5e5e5;
}
img.slide__img {
width: 142px;
height: 85px;
padding: 1px;
}
.slide__image {
width: 144px;
height: 85px;
}
/***************************** Entfernt die Werbebanner *************************/
.adbox-banner, .article-view__rectangle, #legacy-adbox-skyscraper, .block1--ads, .adbox-wrapper.adbox-wrapper--rectangle, div#legacy-ads.legacy-ads, .google-cjs, .content-list__ad-label, .content-list__ad-box, .article-view__footer-ad, .download-view__footer-ad {
display: none;
}
.block1, .header, .subheader, .fullwidth-block, .container {
padding-right: 0px !important;
}
.block1--highlight {
margin-top: 20px;
}
/** blendet CB-Pro werbung aus **/
.abo-box {
display: none;
}
/******************************************************************************** Logo ****************************************/
a.homepage-link {
background-image: url("https://www.computerbase.de/forum/attachments/cblogo2-png.733093/?hash=c0d1a57b3e03edc5f61751157ee1fbe3") !important;
background-repeat: no-repeat;
background-position: 0em 0em;
display: block !important;
width: 147px;
height: 64px !important;
}
/* Entfernt das alte */
.homepage-link img {
display: none !important;
}
/* Links unten (Archiv...) */
.more-link {
background: #2c5b9c;
}
.newcontent_textcontrol {
background-color: #2c5b9c;
font-weight: 600;
padding-bottom: 3px;
}
.ticker-group {
margin-top: 40px;
}
.box--sidebar > .ticker-group {
margin-top: 0px;
}
p, p.p {
font-size: 14px;
text-align: justify;
}
p.forumdescription, .iteminfo > p.comment {
font-size: 12px;
text-align: left;
}
section.col-left {
text-align: justify;
}
.signature, .object.svg-chart, .text.title, .svg-chart-wrapper.js-chart {
font-family: verdana, arial, sans-serif !important;
}
ul.text-ul {
font-size: 14px;
}
.article-view__footer {
padding-bottom: 15px;
}
/* Farbverlauft im Header der einzelnen Posts (und anderen Headern im Forum) */
h2.blockhead, h3.blockhead, div.posthead.clearfix, h3#quickreply_title, div.vb-header.blockhead, span.threadlisthead.table.clearfix, div.forumhead.foruminfo.L1.collapse.clearfix, .productbox-header, .threadlisthead.table.clearfix, .forumhead.clearfix, .blockhead {
background-image: linear-gradient(0deg, #3572af, #0e4c89);
}
/* Produktbox */
.text-asset.text-width.productbox {
border-radius: 15px;
}
.productbox-header {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
ul.productbox-footer > li {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
h3.text-width {
color: #e84d0e;
margin-top: 32px;
}
/* Farbverlauf wie alter Header */
div.header.js-translate3d-test, div.header {
background-image: linear-gradient(180deg, #7db0e3, #2c5b9c);
}
a.tags__header-item {
color: #eee;
}
/******************************************** Button mit 3D Effekt (wie früher) ***********************************/
a.download-url__link, a.more-link, button.button-link.inline-search-form__submit, a.button-link.logout-link, a#newthreadlink_top, a#newthreadlink_bottom, a.article-view__comments-link-2, a#newreplylink_bottom2.newcontent_textcontrol, a#newreplylink_top2.newcontent_textcontrol, a.spoiler-toggle.chart-items-toggle.nojs-hide.js-toggle-button, button.button-link, a.big-header__link, a.big-header__tag-link, a.big-header__tag-link, a.archive-nav-link.archive-nav-link-enabled, #user.menupanel.menupanel-user > ul.usermenu-links > li a, button.download-url__link, a.big-button.usermenu__logout, button.big-button.inline-search-form__submit, input.shop-form__submit-button, button.big-button, ul > li > a.pagination-link, ul > li > div.pagination-current {
background-position: 0% 0%;
background-color: transparent;
color: black !important;
border-radius: 5px;
border-color: #707070;
border-width: 1px;
border-style: solid;
background-image: linear-gradient(180deg, #f2f2f2, #d2d2d2);
}
a.download-url__link:hover, a.more-link:hover, button.button-link.inline-search-form__submit:hover, a.button-link.logout-link:hover, a#newthreadlink_top:hover, a#newthreadlink_bottom:hover, a.article-view__comments-link-2:hover, a#newreplylink_bottom2.newcontent_textcontrol:hover, a#newreplylink_top2.newcontent_textcontrol:hover, a.spoiler-toggle.chart-items-toggle.nojs-hide.js-toggle-button:hover, button.button-link:hover, a.big-header__link:hover, a.big-header__tag-link:hover, a.archive-nav-link.archive-nav-link-enabled:hover, #user.menupanel.menupanel-user > ul.usermenu-links > li a:hover, button.download-url__link:hover, a.big-button.usermenu__logout:hover, button.big-button.inline-search-form__submit:hover, input.shop-form__submit-button:hover, button.big-button:hover, ul > li > div.pagination-current, ul > li > a.pagination-link:hover {
background-image: linear-gradient(180deg, #e8f6fd, #acdcf7);
}
/***************************************************** Downloads **********************************/
.download-view__description, .download-view__footer, .download-view__download-links {
float: none;
margin: 0px auto;
width: 820px;
}
.download-view__download-links {
width: 700px;
margin: 10px auto;
}
/* Downloadbutton breiter, damit er in eine Zeile passt */
button.download-url__link {
width: 180px;
}
/**************************************************************************************************/
img.author-photo.author__photo {
border-radius: 20px;
}
li.article > a.article__pic > img {
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
li.article > .article__pic, .article-view__pic11__wrap--news {
background-color: white !important;
}
.article-view__pic11__wrap--news > img {
border-top-left-radius: 5px;
}
.download-category-icon {
width: 55px;
height: 55px;
position: absolute;
left: 9px;
top: 2px;
}
/* Header begrenzt und abgerundet */
div.header.js-translate3d-test, div.subheader, div.header {
margin: 0px auto;
width: 1000px;
}
div.subheader, div.header.js-translate3d-test.header--1.header--2, div.header.header--1.header--2 {
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
/* Präfixe im Forum wieder Schwarz */
.prefix.understate {
color: black;
}
/* seitliches Inhaltsverzeichnis */
div#toc.toc.toc--top.js-toc, div.text-width.text-asset.toc {
padding-top: 5px;
padding-bottom: 5px;
border-radius: 15px;
min-width: 150px;
position: fixed;
left: 0px;
top: 0px;
margin-top: 150px;
left: 50%;
margin-left: 560px;
text-align: left;
background-color: #ffffff;
}
div.toc-wrapper a {
color: #1b29ad;
}
ol#toc.toc__items.toggle-body-container.js-toc-items {
display: block;
}
/************************************ forum box, wer sie nicht mehr blau haben möchte */
.box--blue {
background-color: #e5e5e5 !important;
color: #222 !important;
}
a.tabs__a {
color: #222 !important;
}
.box--blue time {
color: #777 !important;
}
.box h2 a {
color: #1b29ad !important;
}
.ticker--compact a {
color: #1b29ad !important;
font-weight: 600;
}
div.ticker__body a > b {
color: #000 !important;
}
h2.headingwithbutton-heading {
color: #000 !important;
}
/**************** wer die neue blaue Box mag, bis hier einfach deaktivieren oder löschen */
/* Blendet Quelle der Bilder in News/Artikeln aus */
figcaption.article-view__image-source {
display: none;
}
figcaption.figure-title.text-width, figcaption.figure-title {
text-align: center;
}
/*********************************************** ändert die Breite von News **************/
p.p.text-width, .text-asset.text-width, .article-view__footer.text-width, .text-width.text-h2, .text-width.text-h3, .text-width.text-h4, .text-ul.text-width, .download-view__description {
max-width: calc(820px + 100px)!important;
}
.pp.tag-view__intro, .h1.tag-view__h1, ul.tag-view__links {
width: 920px;
margin: 5px auto;
}
span.ticker__article-label {
background-color: none;
background-color: #e84d0e !important;
border-radius: 5px;
padding-top: 0px;
}
/* Elemente im Text halten sich an die 800 Pixel breite (ballern nicht über den Rand hinaus) */
figure.image.image--s.image--float.image--left, figure.image.image--m.image--float.image--left, aside.gist.gist--left, .gist.gist--left.gist--pullquote.gist--pullquote-left {
margin-left: 74px;
}
figure.image.image--s.image--float.image--right, figure.image.image--m.image--float.image--right, aside.gist.gist--right, .gist.gist--right.gist--pullquote.gist--pullquote-right {
margin-right: 74px;
}
.p, p.p, .text-ul, .text-ol {
font-family: verdana, arial, sans-serif !important;
line-height: 1.2rem;
}
.text-h2 {
margin-top: 32px;
}
.text-h4 {
color: black;
font-weight: bold;
}
.mainmenu-nav > ul > li a:hover {
background-color: transparent;
color: #5f3f2a;
}
/* Iconblock beim antworten
.wysiwyg_block .formcontrols .blockrow.posticons label, */
.blockbody.formcontrols .blockrow.posticons label {
width: auto !important;
}
.tags__header-a {
color: white;
}
ul.tags.tagnav__1 {
list-style: none;
}
.tag-title {
background-image: none !important;
}
.related-list {
width: calc(1040px + 88px);
}
ul.content-list.related-list.js-quantum-related {
width: 1060px !important;
margin-bottom: -15px;
}
.content-list.charts--article > li.article {
width: 820px !important;
}
/************************* Artikel/News genau so breit wie Startseite ************************/
.block1.block1--highlight.js-homepage-teaser-block > .wrapper, .block1.block1--highlight > .wrapper, .block1.block1--default > .wrapper, .block1.block1--breakout > .wrapper, .block1.footer1 > .wrapper, .block1.footer2 > .wrapper, .header.js-translate3d-test > .wrapper, .header > .wrapper, .subheader > .wrapper, div#navigation.mainmenu-panel {
width: calc(1000px + 100px);
}
.block1.block1--top > .wrapper, .block1.block1--breakout-2.no-print > .wrapper, .block1.block1--breakout-2 > .wrapper {
width: calc(1040px + 100px);
}
.col-main.box {
width: 630px;
}
.download-home {
width: calc(960px + 95px);
}
.col-main, .row-main.box, .irow-main {
width: calc(635px + 50px);
}
.container.container--fluid-width > main#content > .block1.block1--top > .wrapper, main#content.main.main--fluid-width > .block1.block1--top > .wrapper {
width: 100%;
}
aside.block1.block1--breakout-2.no-print > .wrapper > .row.padding-2 > .related-list {
width: calc(1031px + 95px);
}
ul.content-list.related-list {
width: 1060px;
border-radius: 15px;
}
.row-aside, .box.box--sidebar.shoutbox, .irow-aside {
width: calc(310px + 40px);
padding-left: 0px;
}
.box.box--sidebar.shoutbox {
padding-left: 70px;
}
.headermeta {
margin-right: 100px;
}
.download-view__description {
width: 930px;
}
/*************************************** Teaser auf der Startseite etwas kleiner ************/
.block1--highlight > .wrapper > .row > ul.teaser-wrapper.js-equalize.js-homepage-teaser {
max-height: 250px;
/*270px;*/
}
.block1--highlight > .wrapper > .row {
padding-bottom: 10px;
}
.teaser__pic.teaser--xl__pic, .teaser__pic.teaser__pic--xl {
width: 209px !important;
}
li.teaser.teaser--xl {
height: 210px;
}
.teaser__main.teaser--xl__main, .teaser__main.teaser__main--xl {
margin-left: 0px;
/*293px;*/
width: 400px;
}
.teaser__pic, li.teaser.teaser--m.teaser--homepage-2 {
width: 259px;
}
.teaser.teaser--m.teaser--homepage-2 {
margin-left: 50px;
}
.teaser.teaser--m.teaser--homepage-2 > .teaser__main {
padding-left: 11px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 4px;
}
h2.teaser__h2 {
font-size: 11px;
}
span.teaser__title.teaser__title--small {
line-height: 1.2em !important;
}
.teaser.teaser--m.teaser--homepage-2 > .teaser__main > ul.article__meta {
display: none;
}
.teaser__main.teaser__main--xl {
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
li.teaser.teaser--m.teaser--homepage-2 > .teaser__main, li.teaser.teaser--m > .teaser__main {
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
ul.teaser-wrapper.js-equalize > .teaser.teaser--m > .teaser__pic {
width: 300px;
}
ul.teaser-wrapper.js-equalize.js-homepage-teaser > .teaser.teaser--m.teaser--homepage-2 > .teaser__pic {
width: 259px;
}
span.download-nav__sub__a.download-nav__sub__a--active {
color: white;
font-weight: bold;
}
.download-url__title {
font-weight: bold;
}
.download-url__system > abbr {
background-image: url("https://picload.org/image/raglpplw/favicon-cb.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.col-main.box:last-child {
width: 800px;
}
/********************blendet "passend zum Thema" im Forum aus*************/
.container.container--fluid-width > #content > .block1.block1--highlight > .wrapper, main#content.main.main--fluid-width > .block1.block1--highlight {
display: none;
}
footer.footer {
margin-top: 20px;
}
.related-list {
margin-bottom: -40px;
}
.block1.block1--breakout-2 > .wrapper > .row > h2, .block1.block1--breakout-2 > .wrapper > .row > ul.breadcrumbs.related-box, .block1.block1--breakout > .wrapper > .row > ul.breadcrumbs.related-box {
display: none;
}
/**************************************************************************/
.block1.block1--breakout:last-of-type > .wrapper:last-of-type {
border-bottom-left-radius: 15px !important;
border-bottom-right-radius: 15px;
}
/****************************************************************************** Alles was Geizhals-Kopie ist, wird ausgeblendet ***************************/
nav.mainmenu-nav > ul > li:nth-child(5), .block1.block1--default.non-critical > .wrapper.clearfix > .row-aside > .row-aside-group:nth-child(2) {
display: none;
}
div#tagnav.tagnav {
width: 800px;
}
/****************************************************** Artikel Kopf ************************/
header.article-view__header {
min-width: 920px !important;
padding: 0 0px 0 0px;
margin-bottom: 25px;
}
ol.article-view__breadcrumbs.breadcrumbs {
display: none;
}
div.aspect-ratio.aspect-ratio--169 > img, div.aspect-ratio.aspect-ratio--169, figure.article-view__pic169 {
width: 300px;
height: 170px;
padding: 0px;
}
h1.article-view__h1, .article-view__meta {
min-width: 920px;
max-width: 920px;
}
figure.article-view__pic169 {
margin: auto;
}
span.toc__page-number {
width: 22px;
}
.row.row--download-view.padding-3 {
padding: 0px;
margin: 20px 20px 0px 20px;
}
.download-view {
padding: 20px;
}
.text-asset.text-asset--with-border-bottom {
width: 920px;
}
div#update1.article-update::before {
margin: 0px;
}
div.text-width.article-update__header, ins.text-width.article-update__body {
max-width: 920px!important;
}
div.productbox__header {
border-top-left-radius: 13px;
border-top-right-radius: 13px;
}
ul.productbox__footer > li:first-child {
border-bottom-left-radius: 13px;
}
ul.productbox__footer > li:last-child {
border-bottom-right-radius: 13px;
}
div.block1.subheader > div.wrapper {
width: 1000px;
}
ul.tagnav__ul {
background-color: #18355f;
width: 810px;
}
a.homepage-link {
padding: 0px;
}
.block1.header {
height: 46px;
}
a.mainmenu__a {
height: 40px;
}
.block1.subheader {
margin-top: -10px;
}
/***************************Neues Forum*****************************/
.block1.block1--forum > .wrapper > .row.padding-2 {
width: 95%;
margin: auto;
padding: 20px 20px 20px 20px !important;
background-color: white;
border-radius: 18px;
}
h2.block-header, h3.block-header, h2.block-tabHeader.tabs.hScroller, .block-filterBar {
background-image: linear-gradient(0deg, rgb(53, 114, 175), rgb(14, 76, 137));
}
h2.block-header a, h2.block-header, h3.block-header {
color: white;
}
button.button.button--primary.button--icon.button--icon--save, .js-deleteAvatar.button.button--icon.button--icon--delete, .u-jsOnly.button.button--icon.button--icon--preview, span.block-footer-controls > a, a.button.button--icon.button--icon--bolt, a.button--cta.button.button--icon.button--icon--write, a.button--link.button, .button--primary.button.button--icon.button--icon--reply, .button--primary.button.button--icon.button--icon--search, a.button, .button.button--primary.button--icon.button--icon--conversation, button.button, .button.button--primary, .button--link.button--multiQuote.button.button--icon.button--icon--quote {
background-position: 0% 0%;
background-color: transparent;
color: black !important;
border-radius: 5px;
border-color: #707070;
border-width: 1px;
border-style: solid;
background-image: linear-gradient(180deg, #f2f2f2, #d2d2d2);
}
button.button.button--primary.button--icon.button--icon--save:hover, .js-deleteAvatar.button.button--icon.button--icon--delete:hover, span.block-footer-controls > a:hover, a.button.button--icon.button--icon--bolt:hover, a.button--cta.button.button--icon.button--icon--write:hover, a.button--link.button:hover, .u-jsOnly.button.button--icon.button--icon--preview:hover, .button--primary.button.button--icon.button--icon--reply:hover, .button--primary.button.button--icon.button--icon--search:hover, a.button:hover, .button.button--primary.button--icon.button--icon--conversation:hover, button.button:hover, .button--link.button--multiQuote.button.button--icon.button--icon--quote:hover {
background-image: linear-gradient(180deg, #e8f6fd, #acdcf7);
}
ul.pageNav-main li {
margin-right: 10px !important;
}
.block1.block1--forum-nav {
border: none;
}
.block1.block1--forum-nav > .wrapper > .row.row--forum-nav.js-submenu, .block1.block1--forum-nav > .wrapper > .row.row--forum-nav.js-submenu > .p-sectionLinks {
background-color: white;
}
.block1.block1--forum-nav > .wrapper > .row.row--forum-nav.js-submenu {
border-top-left-radius: 10px!important;
border-top-right-radius: 10px;
}
.p-navgroup.p-account.p-navgroup--member, .p-navgroup.p-discovery, .headermeta > .menu1 {
background-color: transparent;
}
.node-body, .structItem.structItem--thread.is-unread.js-inlineModContainer, .structItem.structItem--thread.js-inlineModContainer, .structItem.structItem--conversation.js-inlineModContainer {
background-image: linear-gradient(180deg, #ffffff, #f5f5f5);
}
.structItem-cell {
padding-top: 5px;
padding-bottom: 5px;
}
.bbwrapper, .message-body, dt, dd, h5, h3, span.userTitle, .node-description, time.node-extra-date.u-dt, span.tooltip-content-cover {
font-family: verdana !important;
}
.message-cell.message-cell--user {
position: absolute;
margin-top: 29px;
min-width: 155px;
padding: 5px 5px 0 5px;
z-index: 1;
background-color: transparent;
border-style: none;
}
.message-userExtras {
min-width: 145px;
}
header.message-attribution {
background-image: linear-gradient(0deg, rgb(53, 114, 175), rgb(14, 76, 137));
padding: 5px;
color: white;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.message-cell.message-cell--main {
padding: 0px;
}
.message-content.js-messageContent, article.message.message--conversationMessage.js-message > .message-inner > .message-cell.message-cell--main > .message-main.js-quickEditTarget > .message-content > .message-userContent.lbContainer.js-lbContainer {
min-height: 220px;
border-left: #f5f5f5 solid 155px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 10px;
padding-right: 5px;
}
footer.message-footer {
padding: 5px;
background: #e9e9e9;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.actionBar-set.actionBar-set--external, .actionBar-set.actionBar-set--internal, article.message-body.js-selectToQuote {
margin-top: 0px;
}
.message-cell.message-cell--main > .message-editorWrapper, .message-cell.message-cell--main.is-editing {
margin-left: 160px;
}
span.message-userArrow,
article.message.message--conversationMessage.js-message > .message-inner > .message-cell.message-cell--main > .message-main.js-quickEditTarget > .message-content > aside.message-signature, .block1.block1--highlight.block1--forum-footer-articles, ul.footer2-follow-links, .avatar.avatar--m.avatar--default.avatar--default--dynamic, .wrapper.wrapper--forum-footer-articles {
display: none;
}
.structItem-title a {
font-size: 14px;
}
.node-extra {
min-width: 330px
}
.structItem-cell.structItem-cell--latest {
min-width: 220px;
}
h3.node-title {
font-size: 15px;
}
section.message-user {
max-width: 135px;
}
.block-body > .structItemContainer > .structItem.structItem--thread.js-inlineModContainer > .structItem-cell.structItem-cell--main:hover {
background-image: linear-gradient(180deg, #eeeeee, #cccccc);
}
.structItem-cell.structItem-cell--meta {
min-width: 160px;
}
div.bbCodeBlock.bbCodeBlock--expandable.bbCodeBlock--quote {
border: 1px solid black;
border-radius: 5px;
font-style: oblique;
}
div.bbCodeBlock.bbCodeBlock--expandable.bbCodeBlock--quote > div.bbCodeBlock-title {
background-color: rgb(215,215,215);
}
div.bbCodeBlock.bbCodeBlock--expandable.bbCodeBlock--quote > div.bbCodeBlock-title > a{
color: rgb(27, 41, 173);
font-weight: bold;
}
/**********************************************************/
.download-url__right a {
min-width: 150px;
}
} | data/usercss/112012.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.computerbase.de") {
body, input, select, button, textarea {
font-family: verdana, arial, sans-serif, FontAwesome !important;
font-size: 13px;
}
a, .block1.block1--forum, .message-content.js-messageContent {
font-family: verdana, arial, sans-serif, FontAwesome !important;
}
.mainmenu-nav a {
font-size: 1.20em;
}
/*Schriftgrösse vom Ticker
.ticker__body {
line-height: 1.125rem;
padding-left: 2.8125rem;
font-size: 13px;
}
/* Artikel Context
.ticker .readmore-link strong, .ticker__article-link strong {
color: #e84d0e;
font-weight: 400;
letter-spacing: .05em;
text-transform: none;
font-weight: bold;
}
*/
.more-link {
color: #fff;
font-size: .875em;
margin-right: .2em;
padding: 2px 0.8em;
border-radius: 8px;
}
/* Links vom Ticker */
a {
color: #1b29ad;
/* font-weight: bold; */
text-decoration: none;
}
/*
.ticker__update a:hover {
color: white !important;
}
/* besuchte Links im Ticker
.ticker__article-link:visited, .ticker__update:visited {
color: #aaa;
}
/* Korrigiert das ungewollte einrücken im Ticker auf der Homeseite */
.ticker__body {
line-height: 1.125rem !important;
padding-left: 2.8125rem !important;
font-size: 13px;
}
/* Farbe Author
.article__author {
background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3â¦%2013h12c0-1.8-3.5-3.4-4.5-3.5z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E);
background-repeat: no-repeat;
background-position: left center;
padding-left: 1.125rem;
color: #aaa !important;
}
/* Context vom Teaser
.article__context, .teaser__context, .slide__context, .charts__context, .article-view__context {
color: #666;
display: block;
font-weight: 400;
letter-spacing: .1em;
padding-bottom: .0625rem;
text-transform: none;
word-spacing: 0rem;
}
*/
.geizhals__title {
font-size: .875em;
font-weight: 700;
margin-bottom: .1875rem;
margin-left: 6em !important;
}
.geizhals__subtitle {
color: #222;
word-wrap: break-word;
margin-left: 7em !important;
}
/* Einführung in Artikel */
.article__intro {
/* font-size: .875rem; */
line-height: 1.1875rem;
margin-top: .1875rem;
}
/* Abstand Bild in der Shoutbox (unter dem ersten grauen Balken rechts */
.shoutbox-default {
background-image: url(http://www.computerbase.de/img/shoutbox-default.svg);
background-repeat: no-repeat;
background-color: #fff;
border-color: #bbb;
padding-left: 6em !important;
}
.shoutbox a:hover {
color: #e84d0e !important;
text-decoration: underline;
}
.article-view__content a {
color: #2c5b9c !important;
/*#1b29ad !important;*/
text-decoration: underline !important;
}
.article-view__content a:visited {
color: #60658e !important;
text-decoration: underline !important;
}
.article-view__content a:hover {
color: #e84d0e !important;
text-decoration: underline !important;
}
.article-view__h1 {
text-align: left !important;
}
.ticker__date {
float: left;
font-size: 10px;
margin-top: 2px;
}
/* Tickerhintergrund */
.row-23, .row-50 {
padding: 0;
background-color: #fff;
}
/* Datum im Ticker */
.ticker-group {
color: #000;
font-size: 14px;
font-weight: 700;
letter-spacing: 0em;
line-height: 1.3;
margin-bottom: .5em;
text-transform: none;
}
/* Hashtag im Submenü */
.big-header__tag-link, .tag, .htag, a.tags__header-a, h1.h1.big-header__h1.tag-title, a.tagnav__a {
background-image: none;
/*url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3â¦6.8M3%2025.4l-1.5%208.4M6.5%2025.4L5%2033.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E); */
background-repeat: no-repeat;
}
a.tags__header-a, a.tagnav__a {
padding-left: 5px;
}
h1.h1.big-header__h1.tag-title::before {
display: none;
}
/* Farbe vom Submenü */
.tag, .htag {
color: #71A4D5;
display: inline-block;
white-space: nowrap;
}
.big-header__tag-link, .tags__item, .tags__header-item {
background-image: none !important;
background-repeat: no-repeat !important;
}
.tag {
background-color: #244b80;
background-position: 7px 6px;
margin: .125rem 0;
padding: 0 7px 0 7px;
/* Verkleinert den Abstand zum Rand -> da # nicht angezeigt wird */
}
/* Footer */
.footer1 {
background: #fff !important;
border-top: 0px solid #ddd;
}
.footer2 {
background: #2c5b9c !important;
color: #fff;
}
.block-breakout {
background: #ddd !important;
}
.block-highlight {
background: #ddd !important;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
box-shadow: 0 0 8px rgba(0, 0, 0, .1);
position: relative;
z-index: 3;
}
.follow-links {
display: none;
}
/* Meistgelesene News */
.box-white {
background-color: #ddd !important;
border-color: #bbb;
}
/* * * * * * * * */
/* Tests Artikel */
/* Abstand zwischen Bild und Text */
.article__main {
margin-left: 6.5em;
}
.article__intro {
font-size: 1em;
line-height: 1.1875rem;
margin-top: .1875rem;
}
.article__context, .teaser__context, .slide__context, .charts__context, .article-view__context {
color: #666;
display: block;
font-weight: 400;
letter-spacing: .1 em !important;
padding-bottom: .0625rem;
text-transform: none;
word-spacing: 0em !important;
}
.article__title {
line-height: 1.3125rem;
color: #1b29ad;
}
.text-width {
max-width: 43.375rem;
}
/* Dieser Teil mit dem Logo von Infi<3 (http://www.computerbase.de/forum/member.php?u=409338) übernommen */
.tocbox {
position: fixed;
margin-top: 150px;
left: 50%;
margin-left: 560px;
/*calc((100% - 1000px) / 2 * (-1));
/* left: calc(100% / 2 + 520px);
/* margin-top: 6.55em;
margin-right: -59em;
margin-left: 100px;
z-index: 2; */
}
.toctoggle {
display: none;
}
.toc--top {
display: block !important;
}
.toc {
border: 1px solid #bbb;
box-shadow: none !important;
border-top-left-radius: 0;
}
/* Bis hier her*/
/* * * * */
/* Forum */
.blockrow a {
color: #2c5b9c;
}
.blockrow a:hover {
color: #e84d0e !important;
}
.title .threadtitle_unread a {
color: #2c5b9c !important;
text-decoration: none;
}
.threadtitle {
color: #2c5b9c !important;
}
.announcement a {
font-size: 12px;
}
.forumdata .forumtitle a {
color: #2c5b9c !important;
text-decoration: none;
}
.announcements .announcerow:first-child {
margin-top: 0;
font-size: 11px;
}
.vb-body {
background: #fff;
font-size: 12px !important;
color: #000000;
line-height: 1.230;
padding: 20px 20px 0;
}
.button {
padding: 2.5px 5px;
font: bold 12px verdana, arial, sans-serif !important;
border: 1px solid #a8a8a8;
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.postcontent a:hover, .signature a:hover {
text-decoration: underline;
color: #e84d0e !important;
}
.pagination span a {
font-size: 12px !important;
border: 1px solid #cedfeb;
height: 14.76px;
padding: 4px 4px;
margin-left: 1px;
background: #f4f4f4 none;
text-decoration: none;
color: #2c5b9c !important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
text-align: center;
min-width: 18px;
}
.pagination span.selected a {
background: #628ECA none;
color: #ffffff !important;
border: 1px solid #3572AF;
font-weight: bold;
}
.threadbit .threadtitle {
margin-top: 8px;
font-size: 12px !important;
color: #000;
}
/* Breadcrumbs Links */
.breadcrumb .navbit a {
color: #2c5b9c !important;
}
.breadcrumb .navbit a:hover {
color: #e84d0e !important;
}
/* unter Thread - Username + Timestamp */
.label {
font-size: 11px !important;
}
/* Zeige Themen Button */
.forum_info_form .options_input_block .button {
position: relative;
margin-top: 14.22px;
font-size: 12px;
}
/* Buttons im Forum */
.newcontent_textcontrol {
background: #e84d0e none;
_background-image: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 8px;
font-size: 12px;
color: #FFFFFF;
padding: 2px 18px 2px 18px;
border: 0;
display: block;
float: left;
clear: right;
}
/* Schriftart im Editor */
.texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
color: #222222;
font: 13px verdana, arial, sans-serif !important;
white-space: pre-wrap;
background: #FFFFFF none;
display: block;
}
.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
padding: 5px 10px 10px;
font: 13px verdana, arial, sans-serif !important;
/*color: #000;*/
}
.postcontent a, .signature a {
text-decoration: underline;
color: #2c5b9c !important;
}
blockquote.preview.forumcontent a {
color: #2c5b9c !important
}
blockquote.preview.forumcontent {
font: 12px verdana, arial, sans-serif !important;
}
.userinfo strong {
color: #2c5b9c !important;
}
/* Schriftart und grösse in Posts/Threads */
.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
padding: 5px 10px 10px;
font: 13px verdana, arial, sans-serif;
color: #000;
}
/* Userinfos in Foren verkleinert */
.postbitlegacy .userinfo .userinfo_extra {
font-size: 11px;
}
.forumbit_post .forumstats li, .forumbit_post .forumstats_2 li {
font-size: 11px !important;
text-align: right;
padding-right: 10px;
display: block;
line-height: 14px;
}
/*******/
/* von hier weg übernommen von Infi<3 (http://www.computerbase.de/forum/member.php?u=409338) übernommen
/* ((((((((( */
.threadbit .title {
background: transparent none no-repeat left top;
font-size: 13px;
}
/*flat comments*/
.postbit, .postbitlegacy, .eventbit {
padding: 0px;
}
.blockhead {
box-shadow: none;
}
/*flat buttons*/
.pagination span a {
border-radius: 0px !important;
}
.blockfoot .button, .navpopupmenu .popupctrl, .navpopupmenu .textcontrol {
background: #f4f4f4 none !important;
border: 1px solid #cedfeb !important;
color: #2c5b9c !important;
font-weight: 500 !important;
}
/*remove optionsblock*/
.options_block_container {
display: none !important;
}
.navlinks {
border: none;
background: #fff;
}
/*position of embedded forum*/
.vb-nav {
margin-bottom: 0em;
padding-bottom: 0.2em;
}
.below_body {
margin-bottom: 20px;
}
.block--top > .wrapper > .row {
padding-bottom: 0px;
}
.vb-nav {
margin: 0 auto;
background: #fff;
/*font-size: 14px;*/
margin-bottom: 1em !important;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
text-align: center;
}
/* Texteditor */
.cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
color: #222222;
font: 12px verdana, arial, sans-serif !important;
white-space: pre-wrap;
background: #FFFFFF none;
display: block;
}
/* Buttons zum Absenden */
.actionbuttons .group .button {
cursor: pointer;
padding: 2.5px 5px;
font: bold 12px Verdana, arial, sans-serif !important;
border: 1px solid #a8a8a8;
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
}
.article-view {
background: #fff;
padding: 20px 1.25em 0;
text-align: justify;
}
.article-view__share-links-top {
display: none;
}
.gist--right {
clear: right;
float: right;
margin: 0 0 .5em .5em;
text-align: left;
}
.article-view__header--11 {
min-height: 8.375em;
margin-left: 2.4em;
}
.article-view__meta {
font-size: 10px;
color: #aaa;
}
.share-links {
display: none;
}
.download__main {
margin-left: 5.8125em;
}
.menupanel {
background: #ddd;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, .33);
-moz-box-shadow: 0 0 28px 2px rgba(0, 0, 0, .33);
box-shadow: 0 0 28px 2px rgba(0, 0, 0, .33);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px !important;
padding: 11px;
position: absolute;
right: 10px;
top: 49px;
}
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_ok, .cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_cancel, .textcontrols a, a.textcontrol {
position: relative;
padding: 3px 5px;
font: bold 12px verdana, arial, sans-serif;
line-height: 1.230;
text-decoration: none;
border: 1px solid #a8a8a8;
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl {
color: #424242;
background: #e9e9e9 url(http://computerbase.de/forum/images/gradients/generic_button.png) repeat-x top left;
_background-image: none;
border: 1px solid #a8a8a8;
font: bold 12px verdana, arial, sans-serif;
padding: 3.3333333333333px 6.6666666666667px;
}
#usercp_nav li {
position: relative;
color: #2c5b9c !important;
font-size: 12px !important;
}
.pmlist .blockrow .title {
font-size: 12px !important;
}
.blockrow .pmbit .title a {
color: #2c5b9c !important;
text-decoration: none;
}
.pmlist .blockrow .commalist {
font-size: 12px !important;
padding-top: 0.3em;
}
.formcontrols .blockrow label {
width: 212px;
float: left;
font-size: 12px !important;
}
.vb-body .textbox, .vb-body textarea, .vb-body select {
font: normal 12px verdana, arial, sans-serif !important;
color: #000000;
background: rgb(255, 255, 255) none;
border: 1px solid #6B91AB;
padding: 4px;
outline: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#pagetitle h1 {
color: #222222;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px !important;
}
#pagetitle .description {
color: inherit;
font-size: 12px !important;
}
input#aim {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#icq {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#msn {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#yahoo {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#skype {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
input#jabber {
height: 25px;
display: block;
margin-left: 212px !important;
max-width: 496px;
float: none;
}
#ghbody {
background-color: #fff;
font-size: 12px;
padding: 10px;
}
#gh_m_topk li a {
color: #2c5b9c !important;
}
ol.t10 li:before {
position: absolute;
top: 11px;
left: 2.2em;
margin-right: -0.5em;
}
.mkat h2 a {
color: #e84d0e !important;
}
.geizhals-search {
font-size: .875em;
margin: 0 auto;
position: absolute;
right: 36px;
top: -4.8375rem;
width: 29rem;
z-index: 4;
}
span.notrans {
color: #2c5b9c !important;
}
.sitesearch, .sitesearch input, .sitesearch select, .sitesearch button {
font-size: 12px;
}
.row--search-nav {
margin: 0;
padding: 0 2%;
background-color: #fff !important;
}
.row--search-results {
padding-top: 20px;
background-color: #fff !important;
}
/***************************** Anpassungen by habichtfreak *****************/
/* Alle Links werden blau */
a, .article__title, .video__title a, .download-nav__sub__a {
color: #1b29ad;
}
.box--sidebar {
border-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.article-view__comments-link-2 {
background: #2c5b9c;
border-radius: 8px;
}
.entry-nav__prev {
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.entry-nav__next {
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.article-view__taglist {
display: none;
}
aside.block--breakout > .wrapper > .padding-2 {
background-color: #71a4d5;
}
.footer2 > .wrapper > .row {
background-color: #2c5b9c;
}
.article-view, .vb-nav, .vb-body, .related-box__ul-1, .related-box__ul-2, .download-view, .breadcrumbs, ul.content-list.related-list__ul.related-list__ul-1, ul.content-list.related-list__ul.related-list__ul-2 {
border-radius: 18px;
box-shadow: 0px 0px 10px grey;
}
.vb-body {
margin-bottom: 20px;
}
.footer1, .footer2 {
background-color: #71a4d5 !important;
}
.footer1__box, .footer1__box:hover {
background-color: white !important;
}
.row.row-13.footer1__box {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.usermenu__count {
background-color: #2c5b9c;
}
/* Farbhintergrund für Uhrzeiten */
time.ticker__date {
background-color: #e5e5e5;
border-radius: 4px;
padding-left: 3px;
padding-right: 3px;
color: black !important;
}
/* Farbhintergrund für Uhrzeiten (Aus dem Forum, Neue Download, etc.)*/
ul.ticker--compact > li time.ticker__date {
background-color: #FFF;
border-radius: 4px;
padding-left: 3px;
padding-right: 3px;
color: black !important;
}
.vb-nav a, .geizhals__price, .teaser__title, .video-hero__title a {
font-weight: bold;
color: #2c5b9c;
}
/* Fette Links im Ticker */
.ticker__body a {
font-weight: bold;
}
/* Aus dem Forum nicht fett */
.tabs-panel a {
font-weight: 200;
}
td, th {
font-size: 12px !important;
}
div#tags.category-list-wrapper > ul.category-list > li a {
color: white;
}
/********************************************* Farbgebung der Charts ***********************************************/
.charts__rank--1, .teaser__rank.teaser__rank--1 {
background-color: #2e872d;
}
.charts__rank--2 {
background-color: #61b02c;
}
.charts__rank--3, .teaser__rank.teaser__rank--2 {
background-color: #95db2a;
}
.charts__rank--4 {
background-color: #bfd946
}
.charts__rank--5, .teaser__rank.teaser__rank--3 {
background-color: #e9d862;
/*#eab12e;*/
}
.charts__rank--6 {
background-color: #eab12e;
}
.charts__rank--7 {
background-color: #e78c35;
}
.charts__rank--8 {
background-color: #e36a3b;
}
.charts__rank--9 {
background-color: #e14434;
}
.charts__rank--10 {
background-color: #de1d2e;
}
.charts__bar {
background-image: linear-gradient(90deg, #e36a3b, #2e872d);
}
/*********************************************************************************************************************/
ol.charts.news-charts--xl > li > a.charts__link.charts__link--compact, ol.content-list.charts--article > li.article a {
text-decoration: none !important;
}
.ticker__update {
background-color: #e84d0e;
/*#1b29ad;*/
color: white;
border-radius: 6px;
border: none;
}
/* Optische Umgestaltung der Header */
.block--highlight > .wrapper, .block1--highlight > .wrapper {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
background-color: #fff;
}
.big-header {
border-radius: 10px;
background-image: linear-gradient(0deg, #3572af, #0e4c89);
color: red;
/* box-shadow: 0px 0px 6px #888;*/
}
h1.big-header__h1 {
color: white;
}
.big-header.big-header--download-nav a {
color: white;
}
span.picture-view__number {
background: none;
}
.download-home__cats {
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
.download-home__featured, .video-hero__main {
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
/* Avatar im Header etwas anders */
.usermenu-avatar__image, .usermenu-avatar__wrap--has-avatar, span.usermenu-avatar__wrap.usermenu-avatar__wrap--logged-in, span.menu-avatar__wrap.menu-avatar__wrap--logged-in, img.menu-avatar__image {
border-radius: 5px;
}
span.usermenu-avatar, img.usermenu-avatar__image, span.usermenu-avatar__wrap.usermenu-avatar__wrap--logged-in.usermenu-avatar__wrap--has-avatar, img.usermenu-avatar__image, span.usermenu-avatar__wrap.usermenu-avatar__wrap--logged-in, span.menu-avatar__wrap.menu-avatar__wrap--logged-in {
width: 33px !important;
height: 33px !important;
}
.menuwrap.menuwrap-user.js-menuwrap {
padding-left: 4px;
}
.ticker__article-context {
font-weight: bold;
color: black;
}
/****************************************** Hellblauer Hintergrund für alles ***********/
.block1, .block1--top, .container.container--fluid-width, .container, body, .header-wrapper, .main.main--forum.main--unlimited-width {
background-color: #71a4d5;
}
article.block1.block1--top, div.block1.block1--top::before {
background: #71a4d5;
}
div.block1.block1--top {
background: #71a4d5;
}
/***************************************************************************************/
/************** Schaltflächen vorherige und nächste sind jetzt anders ******************/
.chart-carousel-link, a.chart-carousel__link.chart-carousel__link--enabled.js-chart-carousel-next, a.chart-carousel__link.js-chart-carousel-prev.chart-carousel__link--enabled, .chart-carousel__link.js-chart-carousel-prev, .chart-carousel__link.js-chart-carousel-next {
background-color: #FFF;
font-weight: bold;
font-size: 13px;
text-decoration: none !important;
}
/* dezenten Blau für Diagramme */
.js-chart, .chart-carousel__items {
background-color: #d6e4f1;
}
a.chart-carousel-nav a:hover {
background-color: #FFF;
font-weight: bold;
font-size: 13px;
}
/* ersetzt neues Logo durch altes im Forum */
.rank {
background-image: url("https://www.computerbase.de/forum/attachments/favicon-cb-png.734385/?hash=8b46ae48b6d28e55d76d42448d87e7de");
background-repeat: no-repeat;
background-position: 0em 0.3em;
display: block;
width: 20px;
height: 20px;
}
/* Entfernt das alte */
.rank img {
display: none;
}
.box--sidebar {
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
.col-aside {
padding-left: 10px;
padding-right: 20px;
width: 310px;
padding-top: 20px;
}
.geizhals__pic > img {
width: 40px;
height: 49px;
}
/************************************** Sliders ****************************************/
li.slide {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
/* box-shadow: inset 0px 0px 5px #888;*/
border: #e84d0e 1px solid;
}
ul.slides.js-equalize {
background-image: none;
}
.slide__image {
background-color: #e5e5e5;
}
img.slide__img {
width: 142px;
height: 85px;
padding: 1px;
}
.slide__image {
width: 144px;
height: 85px;
}
/***************************** Entfernt die Werbebanner *************************/
.adbox-banner, .article-view__rectangle, #legacy-adbox-skyscraper, .block1--ads, .adbox-wrapper.adbox-wrapper--rectangle, div#legacy-ads.legacy-ads, .google-cjs, .content-list__ad-label, .content-list__ad-box, .article-view__footer-ad, .download-view__footer-ad {
display: none;
}
.block1, .header, .subheader, .fullwidth-block, .container {
padding-right: 0px !important;
}
.block1--highlight {
margin-top: 20px;
}
/** blendet CB-Pro werbung aus **/
.abo-box {
display: none;
}
/******************************************************************************** Logo ****************************************/
a.homepage-link {
background-image: url("https://www.computerbase.de/forum/attachments/cblogo2-png.733093/?hash=c0d1a57b3e03edc5f61751157ee1fbe3") !important;
background-repeat: no-repeat;
background-position: 0em 0em;
display: block !important;
width: 147px;
height: 64px !important;
}
/* Entfernt das alte */
.homepage-link img {
display: none !important;
}
/* Links unten (Archiv...) */
.more-link {
background: #2c5b9c;
}
.newcontent_textcontrol {
background-color: #2c5b9c;
font-weight: 600;
padding-bottom: 3px;
}
.ticker-group {
margin-top: 40px;
}
.box--sidebar > .ticker-group {
margin-top: 0px;
}
p, p.p {
font-size: 14px;
text-align: justify;
}
p.forumdescription, .iteminfo > p.comment {
font-size: 12px;
text-align: left;
}
section.col-left {
text-align: justify;
}
.signature, .object.svg-chart, .text.title, .svg-chart-wrapper.js-chart {
font-family: verdana, arial, sans-serif !important;
}
ul.text-ul {
font-size: 14px;
}
.article-view__footer {
padding-bottom: 15px;
}
/* Farbverlauft im Header der einzelnen Posts (und anderen Headern im Forum) */
h2.blockhead, h3.blockhead, div.posthead.clearfix, h3#quickreply_title, div.vb-header.blockhead, span.threadlisthead.table.clearfix, div.forumhead.foruminfo.L1.collapse.clearfix, .productbox-header, .threadlisthead.table.clearfix, .forumhead.clearfix, .blockhead {
background-image: linear-gradient(0deg, #3572af, #0e4c89);
}
/* Produktbox */
.text-asset.text-width.productbox {
border-radius: 15px;
}
.productbox-header {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
ul.productbox-footer > li {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
h3.text-width {
color: #e84d0e;
margin-top: 32px;
}
/* Farbverlauf wie alter Header */
div.header.js-translate3d-test, div.header {
background-image: linear-gradient(180deg, #7db0e3, #2c5b9c);
}
a.tags__header-item {
color: #eee;
}
/******************************************** Button mit 3D Effekt (wie früher) ***********************************/
a.download-url__link, a.more-link, button.button-link.inline-search-form__submit, a.button-link.logout-link, a#newthreadlink_top, a#newthreadlink_bottom, a.article-view__comments-link-2, a#newreplylink_bottom2.newcontent_textcontrol, a#newreplylink_top2.newcontent_textcontrol, a.spoiler-toggle.chart-items-toggle.nojs-hide.js-toggle-button, button.button-link, a.big-header__link, a.big-header__tag-link, a.big-header__tag-link, a.archive-nav-link.archive-nav-link-enabled, #user.menupanel.menupanel-user > ul.usermenu-links > li a, button.download-url__link, a.big-button.usermenu__logout, button.big-button.inline-search-form__submit, input.shop-form__submit-button, button.big-button, ul > li > a.pagination-link, ul > li > div.pagination-current {
background-position: 0% 0%;
background-color: transparent;
color: black !important;
border-radius: 5px;
border-color: #707070;
border-width: 1px;
border-style: solid;
background-image: linear-gradient(180deg, #f2f2f2, #d2d2d2);
}
a.download-url__link:hover, a.more-link:hover, button.button-link.inline-search-form__submit:hover, a.button-link.logout-link:hover, a#newthreadlink_top:hover, a#newthreadlink_bottom:hover, a.article-view__comments-link-2:hover, a#newreplylink_bottom2.newcontent_textcontrol:hover, a#newreplylink_top2.newcontent_textcontrol:hover, a.spoiler-toggle.chart-items-toggle.nojs-hide.js-toggle-button:hover, button.button-link:hover, a.big-header__link:hover, a.big-header__tag-link:hover, a.archive-nav-link.archive-nav-link-enabled:hover, #user.menupanel.menupanel-user > ul.usermenu-links > li a:hover, button.download-url__link:hover, a.big-button.usermenu__logout:hover, button.big-button.inline-search-form__submit:hover, input.shop-form__submit-button:hover, button.big-button:hover, ul > li > div.pagination-current, ul > li > a.pagination-link:hover {
background-image: linear-gradient(180deg, #e8f6fd, #acdcf7);
}
/***************************************************** Downloads **********************************/
.download-view__description, .download-view__footer, .download-view__download-links {
float: none;
margin: 0px auto;
width: 820px;
}
.download-view__download-links {
width: 700px;
margin: 10px auto;
}
/* Downloadbutton breiter, damit er in eine Zeile passt */
button.download-url__link {
width: 180px;
}
/**************************************************************************************************/
img.author-photo.author__photo {
border-radius: 20px;
}
li.article > a.article__pic > img {
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
li.article > .article__pic, .article-view__pic11__wrap--news {
background-color: white !important;
}
.article-view__pic11__wrap--news > img {
border-top-left-radius: 5px;
}
.download-category-icon {
width: 55px;
height: 55px;
position: absolute;
left: 9px;
top: 2px;
}
/* Header begrenzt und abgerundet */
div.header.js-translate3d-test, div.subheader, div.header {
margin: 0px auto;
width: 1000px;
}
div.subheader, div.header.js-translate3d-test.header--1.header--2, div.header.header--1.header--2 {
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
/* Präfixe im Forum wieder Schwarz */
.prefix.understate {
color: black;
}
/* seitliches Inhaltsverzeichnis */
div#toc.toc.toc--top.js-toc, div.text-width.text-asset.toc {
padding-top: 5px;
padding-bottom: 5px;
border-radius: 15px;
min-width: 150px;
position: fixed;
left: 0px;
top: 0px;
margin-top: 150px;
left: 50%;
margin-left: 560px;
text-align: left;
background-color: #ffffff;
}
div.toc-wrapper a {
color: #1b29ad;
}
ol#toc.toc__items.toggle-body-container.js-toc-items {
display: block;
}
/************************************ forum box, wer sie nicht mehr blau haben möchte */
.box--blue {
background-color: #e5e5e5 !important;
color: #222 !important;
}
a.tabs__a {
color: #222 !important;
}
.box--blue time {
color: #777 !important;
}
.box h2 a {
color: #1b29ad !important;
}
.ticker--compact a {
color: #1b29ad !important;
font-weight: 600;
}
div.ticker__body a > b {
color: #000 !important;
}
h2.headingwithbutton-heading {
color: #000 !important;
}
/**************** wer die neue blaue Box mag, bis hier einfach deaktivieren oder löschen */
/* Blendet Quelle der Bilder in News/Artikeln aus */
figcaption.article-view__image-source {
display: none;
}
figcaption.figure-title.text-width, figcaption.figure-title {
text-align: center;
}
/*********************************************** ändert die Breite von News **************/
p.p.text-width, .text-asset.text-width, .article-view__footer.text-width, .text-width.text-h2, .text-width.text-h3, .text-width.text-h4, .text-ul.text-width, .download-view__description {
max-width: calc(820px + 100px)!important;
}
.pp.tag-view__intro, .h1.tag-view__h1, ul.tag-view__links {
width: 920px;
margin: 5px auto;
}
span.ticker__article-label {
background-color: none;
background-color: #e84d0e !important;
border-radius: 5px;
padding-top: 0px;
}
/* Elemente im Text halten sich an die 800 Pixel breite (ballern nicht über den Rand hinaus) */
figure.image.image--s.image--float.image--left, figure.image.image--m.image--float.image--left, aside.gist.gist--left, .gist.gist--left.gist--pullquote.gist--pullquote-left {
margin-left: 74px;
}
figure.image.image--s.image--float.image--right, figure.image.image--m.image--float.image--right, aside.gist.gist--right, .gist.gist--right.gist--pullquote.gist--pullquote-right {
margin-right: 74px;
}
.p, p.p, .text-ul, .text-ol {
font-family: verdana, arial, sans-serif !important;
line-height: 1.2rem;
}
.text-h2 {
margin-top: 32px;
}
.text-h4 {
color: black;
font-weight: bold;
}
.mainmenu-nav > ul > li a:hover {
background-color: transparent;
color: #5f3f2a;
}
/* Iconblock beim antworten
.wysiwyg_block .formcontrols .blockrow.posticons label, */
.blockbody.formcontrols .blockrow.posticons label {
width: auto !important;
}
.tags__header-a {
color: white;
}
ul.tags.tagnav__1 {
list-style: none;
}
.tag-title {
background-image: none !important;
}
.related-list {
width: calc(1040px + 88px);
}
ul.content-list.related-list.js-quantum-related {
width: 1060px !important;
margin-bottom: -15px;
}
.content-list.charts--article > li.article {
width: 820px !important;
}
/************************* Artikel/News genau so breit wie Startseite ************************/
.block1.block1--highlight.js-homepage-teaser-block > .wrapper, .block1.block1--highlight > .wrapper, .block1.block1--default > .wrapper, .block1.block1--breakout > .wrapper, .block1.footer1 > .wrapper, .block1.footer2 > .wrapper, .header.js-translate3d-test > .wrapper, .header > .wrapper, .subheader > .wrapper, div#navigation.mainmenu-panel {
width: calc(1000px + 100px);
}
.block1.block1--top > .wrapper, .block1.block1--breakout-2.no-print > .wrapper, .block1.block1--breakout-2 > .wrapper {
width: calc(1040px + 100px);
}
.col-main.box {
width: 630px;
}
.download-home {
width: calc(960px + 95px);
}
.col-main, .row-main.box, .irow-main {
width: calc(635px + 50px);
}
.container.container--fluid-width > main#content > .block1.block1--top > .wrapper, main#content.main.main--fluid-width > .block1.block1--top > .wrapper {
width: 100%;
}
aside.block1.block1--breakout-2.no-print > .wrapper > .row.padding-2 > .related-list {
width: calc(1031px + 95px);
}
ul.content-list.related-list {
width: 1060px;
border-radius: 15px;
}
.row-aside, .box.box--sidebar.shoutbox, .irow-aside {
width: calc(310px + 40px);
padding-left: 0px;
}
.box.box--sidebar.shoutbox {
padding-left: 70px;
}
.headermeta {
margin-right: 100px;
}
.download-view__description {
width: 930px;
}
/*************************************** Teaser auf der Startseite etwas kleiner ************/
.block1--highlight > .wrapper > .row > ul.teaser-wrapper.js-equalize.js-homepage-teaser {
max-height: 250px;
/*270px;*/
}
.block1--highlight > .wrapper > .row {
padding-bottom: 10px;
}
.teaser__pic.teaser--xl__pic, .teaser__pic.teaser__pic--xl {
width: 209px !important;
}
li.teaser.teaser--xl {
height: 210px;
}
.teaser__main.teaser--xl__main, .teaser__main.teaser__main--xl {
margin-left: 0px;
/*293px;*/
width: 400px;
}
.teaser__pic, li.teaser.teaser--m.teaser--homepage-2 {
width: 259px;
}
.teaser.teaser--m.teaser--homepage-2 {
margin-left: 50px;
}
.teaser.teaser--m.teaser--homepage-2 > .teaser__main {
padding-left: 11px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 4px;
}
h2.teaser__h2 {
font-size: 11px;
}
span.teaser__title.teaser__title--small {
line-height: 1.2em !important;
}
.teaser.teaser--m.teaser--homepage-2 > .teaser__main > ul.article__meta {
display: none;
}
.teaser__main.teaser__main--xl {
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
li.teaser.teaser--m.teaser--homepage-2 > .teaser__main, li.teaser.teaser--m > .teaser__main {
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
box-shadow: inset 0px 0px 10px #888;
}
ul.teaser-wrapper.js-equalize > .teaser.teaser--m > .teaser__pic {
width: 300px;
}
ul.teaser-wrapper.js-equalize.js-homepage-teaser > .teaser.teaser--m.teaser--homepage-2 > .teaser__pic {
width: 259px;
}
span.download-nav__sub__a.download-nav__sub__a--active {
color: white;
font-weight: bold;
}
.download-url__title {
font-weight: bold;
}
.download-url__system > abbr {
background-image: url("https://picload.org/image/raglpplw/favicon-cb.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.col-main.box:last-child {
width: 800px;
}
/********************blendet "passend zum Thema" im Forum aus*************/
.container.container--fluid-width > #content > .block1.block1--highlight > .wrapper, main#content.main.main--fluid-width > .block1.block1--highlight {
display: none;
}
footer.footer {
margin-top: 20px;
}
.related-list {
margin-bottom: -40px;
}
.block1.block1--breakout-2 > .wrapper > .row > h2, .block1.block1--breakout-2 > .wrapper > .row > ul.breadcrumbs.related-box, .block1.block1--breakout > .wrapper > .row > ul.breadcrumbs.related-box {
display: none;
}
/**************************************************************************/
.block1.block1--breakout:last-of-type > .wrapper:last-of-type {
border-bottom-left-radius: 15px !important;
border-bottom-right-radius: 15px;
}
/****************************************************************************** Alles was Geizhals-Kopie ist, wird ausgeblendet ***************************/
nav.mainmenu-nav > ul > li:nth-child(5), .block1.block1--default.non-critical > .wrapper.clearfix > .row-aside > .row-aside-group:nth-child(2) {
display: none;
}
div#tagnav.tagnav {
width: 800px;
}
/****************************************************** Artikel Kopf ************************/
header.article-view__header {
min-width: 920px !important;
padding: 0 0px 0 0px;
margin-bottom: 25px;
}
ol.article-view__breadcrumbs.breadcrumbs {
display: none;
}
div.aspect-ratio.aspect-ratio--169 > img, div.aspect-ratio.aspect-ratio--169, figure.article-view__pic169 {
width: 300px;
height: 170px;
padding: 0px;
}
h1.article-view__h1, .article-view__meta {
min-width: 920px;
max-width: 920px;
}
figure.article-view__pic169 {
margin: auto;
}
span.toc__page-number {
width: 22px;
}
.row.row--download-view.padding-3 {
padding: 0px;
margin: 20px 20px 0px 20px;
}
.download-view {
padding: 20px;
}
.text-asset.text-asset--with-border-bottom {
width: 920px;
}
div#update1.article-update::before {
margin: 0px;
}
div.text-width.article-update__header, ins.text-width.article-update__body {
max-width: 920px!important;
}
div.productbox__header {
border-top-left-radius: 13px;
border-top-right-radius: 13px;
}
ul.productbox__footer > li:first-child {
border-bottom-left-radius: 13px;
}
ul.productbox__footer > li:last-child {
border-bottom-right-radius: 13px;
}
div.block1.subheader > div.wrapper {
width: 1000px;
}
ul.tagnav__ul {
background-color: #18355f;
width: 810px;
}
a.homepage-link {
padding: 0px;
}
.block1.header {
height: 46px;
}
a.mainmenu__a {
height: 40px;
}
.block1.subheader {
margin-top: -10px;
}
/***************************Neues Forum*****************************/
.block1.block1--forum > .wrapper > .row.padding-2 {
width: 95%;
margin: auto;
padding: 20px 20px 20px 20px !important;
background-color: white;
border-radius: 18px;
}
h2.block-header, h3.block-header, h2.block-tabHeader.tabs.hScroller, .block-filterBar {
background-image: linear-gradient(0deg, rgb(53, 114, 175), rgb(14, 76, 137));
}
h2.block-header a, h2.block-header, h3.block-header {
color: white;
}
button.button.button--primary.button--icon.button--icon--save, .js-deleteAvatar.button.button--icon.button--icon--delete, .u-jsOnly.button.button--icon.button--icon--preview, span.block-footer-controls > a, a.button.button--icon.button--icon--bolt, a.button--cta.button.button--icon.button--icon--write, a.button--link.button, .button--primary.button.button--icon.button--icon--reply, .button--primary.button.button--icon.button--icon--search, a.button, .button.button--primary.button--icon.button--icon--conversation, button.button, .button.button--primary, .button--link.button--multiQuote.button.button--icon.button--icon--quote {
background-position: 0% 0%;
background-color: transparent;
color: black !important;
border-radius: 5px;
border-color: #707070;
border-width: 1px;
border-style: solid;
background-image: linear-gradient(180deg, #f2f2f2, #d2d2d2);
}
button.button.button--primary.button--icon.button--icon--save:hover, .js-deleteAvatar.button.button--icon.button--icon--delete:hover, span.block-footer-controls > a:hover, a.button.button--icon.button--icon--bolt:hover, a.button--cta.button.button--icon.button--icon--write:hover, a.button--link.button:hover, .u-jsOnly.button.button--icon.button--icon--preview:hover, .button--primary.button.button--icon.button--icon--reply:hover, .button--primary.button.button--icon.button--icon--search:hover, a.button:hover, .button.button--primary.button--icon.button--icon--conversation:hover, button.button:hover, .button--link.button--multiQuote.button.button--icon.button--icon--quote:hover {
background-image: linear-gradient(180deg, #e8f6fd, #acdcf7);
}
ul.pageNav-main li {
margin-right: 10px !important;
}
.block1.block1--forum-nav {
border: none;
}
.block1.block1--forum-nav > .wrapper > .row.row--forum-nav.js-submenu, .block1.block1--forum-nav > .wrapper > .row.row--forum-nav.js-submenu > .p-sectionLinks {
background-color: white;
}
.block1.block1--forum-nav > .wrapper > .row.row--forum-nav.js-submenu {
border-top-left-radius: 10px!important;
border-top-right-radius: 10px;
}
.p-navgroup.p-account.p-navgroup--member, .p-navgroup.p-discovery, .headermeta > .menu1 {
background-color: transparent;
}
.node-body, .structItem.structItem--thread.is-unread.js-inlineModContainer, .structItem.structItem--thread.js-inlineModContainer, .structItem.structItem--conversation.js-inlineModContainer {
background-image: linear-gradient(180deg, #ffffff, #f5f5f5);
}
.structItem-cell {
padding-top: 5px;
padding-bottom: 5px;
}
.bbwrapper, .message-body, dt, dd, h5, h3, span.userTitle, .node-description, time.node-extra-date.u-dt, span.tooltip-content-cover {
font-family: verdana !important;
}
.message-cell.message-cell--user {
position: absolute;
margin-top: 29px;
min-width: 155px;
padding: 5px 5px 0 5px;
z-index: 1;
background-color: transparent;
border-style: none;
}
.message-userExtras {
min-width: 145px;
}
header.message-attribution {
background-image: linear-gradient(0deg, rgb(53, 114, 175), rgb(14, 76, 137));
padding: 5px;
color: white;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.message-cell.message-cell--main {
padding: 0px;
}
.message-content.js-messageContent, article.message.message--conversationMessage.js-message > .message-inner > .message-cell.message-cell--main > .message-main.js-quickEditTarget > .message-content > .message-userContent.lbContainer.js-lbContainer {
min-height: 220px;
border-left: #f5f5f5 solid 155px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 10px;
padding-right: 5px;
}
footer.message-footer {
padding: 5px;
background: #e9e9e9;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.actionBar-set.actionBar-set--external, .actionBar-set.actionBar-set--internal, article.message-body.js-selectToQuote {
margin-top: 0px;
}
.message-cell.message-cell--main > .message-editorWrapper, .message-cell.message-cell--main.is-editing {
margin-left: 160px;
}
span.message-userArrow,
article.message.message--conversationMessage.js-message > .message-inner > .message-cell.message-cell--main > .message-main.js-quickEditTarget > .message-content > aside.message-signature, .block1.block1--highlight.block1--forum-footer-articles, ul.footer2-follow-links, .avatar.avatar--m.avatar--default.avatar--default--dynamic, .wrapper.wrapper--forum-footer-articles {
display: none;
}
.structItem-title a {
font-size: 14px;
}
.node-extra {
min-width: 330px
}
.structItem-cell.structItem-cell--latest {
min-width: 220px;
}
h3.node-title {
font-size: 15px;
}
section.message-user {
max-width: 135px;
}
.block-body > .structItemContainer > .structItem.structItem--thread.js-inlineModContainer > .structItem-cell.structItem-cell--main:hover {
background-image: linear-gradient(180deg, #eeeeee, #cccccc);
}
.structItem-cell.structItem-cell--meta {
min-width: 160px;
}
div.bbCodeBlock.bbCodeBlock--expandable.bbCodeBlock--quote {
border: 1px solid black;
border-radius: 5px;
font-style: oblique;
}
div.bbCodeBlock.bbCodeBlock--expandable.bbCodeBlock--quote > div.bbCodeBlock-title {
background-color: rgb(215,215,215);
}
div.bbCodeBlock.bbCodeBlock--expandable.bbCodeBlock--quote > div.bbCodeBlock-title > a{
color: rgb(27, 41, 173);
font-weight: bold;
}
/**********************************************************/
.download-url__right a {
min-width: 150px;
}
} | 0.237576 | 0.08617 |
@charset "utf-8";
* {
margin:0;
padding:0;
}
body, html {
width: 100%;
height: 100%;
}
body {
background:#CCC;
}
.main {
box-shadow: 0px 6px 9px #000000;
border-radius:30px;
background:#EDFBFC;
background: linear-gradient(to top, #CCC, #FFF);
margin:80px auto;
position:relative;
display:block;
width:800px;
}
.input {
margin:45px;
text-align:center;
position:relative;
display:none;
width:600px;
min-height:200px;
float:left;
}
h1 {
margin-left:190px;
}
h2 {
margin-left:200px;
}
#x {
margin-left:310px;
}
#label_x {
margin-left:390px;
font-weight:bold;
font-size:20px;
}
#placeholder {
display:none;
margin-left:150px;
}
#hoverdata {
display:none;
margin-left:-137px;
}
#button {
margin-left:340px;
width:112px;
height:35px;
position: relative;
display: inline-block;
font-size: 90%;
font-weight: 700;
color: rgb(209,209,217);
text-decoration: none;
text-shadow: 0 -1px 2px rgba(0,0,0,.2);
padding: .5em 1em;
outline: none;
border-radius: 3px;
background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
box-shadow:
0 1px rgba(255,255,255,.2) inset,
0 3px 5px rgba(0,1,6,.5),
0 0 1px 1px rgba(0,1,6,.2);
transition: .2s ease-in-out;
}
#button:hover:not(:active) {
background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
#button:active {
top: 1px;
background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
box-shadow:
0 0 1px rgba(0,0,0,.5) inset,
0 2px 3px rgba(0,0,0,.5) inset,
0 1px 1px rgba(255,255,255,.1);
}
.h1 {
margin-left:140px;
}
.h2 {
margin-left:250px;
}
a {
color: black; /* Цвет ссылок */
}
a:hover {
text-decoration:none;
color: #666; /* Цвет посещенных ссылок */
}
a:active {
text-decoration:underline;
color: black; /* Цвет активных ссылок */
}
.square_left_right, .square_center, .square_trapezoid, .square_simpson {
border-radius:5px;
color: #CCC;
padding:5px;
text-align: center;
width:150px;
height:35px;
position:relative;
background:#333333;
float:left;
margin-left:32px;
transition: .1s ease-in-out;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.square_left_right:hover, .square_center:hover, .square_trapezoid:hover, .square_simpson:hover {
cursor:pointer;
color:#333;
background: #CCC;
transition: .1s ease-in-out;
transform:scale(0.95,0.95);
}
.square_left_right:active, .square_center:active, .square_trapezoid:active, .square_simpson:active {
transform:scale(0.9,0.9);
transition: .1s ease-in-out;
}
.square_left_right{
color:#333;
background: #CCC;
}
#start {
display: block;
}
.integral
{
position:absolute;
width:550px;
height:250px;
background:url(integral.gif);
background-repeat:no-repeat;
}
#function
{
text-align:center;
position:absolute;
display:block;
margin-top:65px;
margin-left:98px;
}
#lin_a, #lin_b
{
text-align:center;
position:absolute;
display:block;
}
#lin_a
{
margin-top:5px;
margin-left:20px;
}
#lin_b
{
margin-top:120px;
margin-left:20px;
}
.step
{
position:absolute;
margin-left:20px;
margin-top:150px;
}
#step
{
text-align:center;
}
#scrollup {
-webkit-box-shadow: 0px 6px 9px #000000;
-moz-box-shadow: 0px 2px 3px #000000;
position: fixed; /* фиксированная позиция */
opacity: 0.8; /* прозрачность */
padding: 15px 10px 10px; /* отступы */
background: #aaa;
border-radius: 5px; /* скругление углов */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
left: 10px; /* отступ слева */
bottom: 10px; /* отступ снизу */
display: none; /* спрятать блок */
cursor: pointer;
z-index:4;
}
#table1,#table2,#table3,#table4 {
display:none;
margin-left:180px;
margin-top:200px;
position: relative;
min-height:300px;
}
td
{
padding:10px;
border:2px solid;
} | lab2/script/style.css | @charset "utf-8";
* {
margin:0;
padding:0;
}
body, html {
width: 100%;
height: 100%;
}
body {
background:#CCC;
}
.main {
box-shadow: 0px 6px 9px #000000;
border-radius:30px;
background:#EDFBFC;
background: linear-gradient(to top, #CCC, #FFF);
margin:80px auto;
position:relative;
display:block;
width:800px;
}
.input {
margin:45px;
text-align:center;
position:relative;
display:none;
width:600px;
min-height:200px;
float:left;
}
h1 {
margin-left:190px;
}
h2 {
margin-left:200px;
}
#x {
margin-left:310px;
}
#label_x {
margin-left:390px;
font-weight:bold;
font-size:20px;
}
#placeholder {
display:none;
margin-left:150px;
}
#hoverdata {
display:none;
margin-left:-137px;
}
#button {
margin-left:340px;
width:112px;
height:35px;
position: relative;
display: inline-block;
font-size: 90%;
font-weight: 700;
color: rgb(209,209,217);
text-decoration: none;
text-shadow: 0 -1px 2px rgba(0,0,0,.2);
padding: .5em 1em;
outline: none;
border-radius: 3px;
background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
box-shadow:
0 1px rgba(255,255,255,.2) inset,
0 3px 5px rgba(0,1,6,.5),
0 0 1px 1px rgba(0,1,6,.2);
transition: .2s ease-in-out;
}
#button:hover:not(:active) {
background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
#button:active {
top: 1px;
background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
box-shadow:
0 0 1px rgba(0,0,0,.5) inset,
0 2px 3px rgba(0,0,0,.5) inset,
0 1px 1px rgba(255,255,255,.1);
}
.h1 {
margin-left:140px;
}
.h2 {
margin-left:250px;
}
a {
color: black; /* Цвет ссылок */
}
a:hover {
text-decoration:none;
color: #666; /* Цвет посещенных ссылок */
}
a:active {
text-decoration:underline;
color: black; /* Цвет активных ссылок */
}
.square_left_right, .square_center, .square_trapezoid, .square_simpson {
border-radius:5px;
color: #CCC;
padding:5px;
text-align: center;
width:150px;
height:35px;
position:relative;
background:#333333;
float:left;
margin-left:32px;
transition: .1s ease-in-out;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.square_left_right:hover, .square_center:hover, .square_trapezoid:hover, .square_simpson:hover {
cursor:pointer;
color:#333;
background: #CCC;
transition: .1s ease-in-out;
transform:scale(0.95,0.95);
}
.square_left_right:active, .square_center:active, .square_trapezoid:active, .square_simpson:active {
transform:scale(0.9,0.9);
transition: .1s ease-in-out;
}
.square_left_right{
color:#333;
background: #CCC;
}
#start {
display: block;
}
.integral
{
position:absolute;
width:550px;
height:250px;
background:url(integral.gif);
background-repeat:no-repeat;
}
#function
{
text-align:center;
position:absolute;
display:block;
margin-top:65px;
margin-left:98px;
}
#lin_a, #lin_b
{
text-align:center;
position:absolute;
display:block;
}
#lin_a
{
margin-top:5px;
margin-left:20px;
}
#lin_b
{
margin-top:120px;
margin-left:20px;
}
.step
{
position:absolute;
margin-left:20px;
margin-top:150px;
}
#step
{
text-align:center;
}
#scrollup {
-webkit-box-shadow: 0px 6px 9px #000000;
-moz-box-shadow: 0px 2px 3px #000000;
position: fixed; /* фиксированная позиция */
opacity: 0.8; /* прозрачность */
padding: 15px 10px 10px; /* отступы */
background: #aaa;
border-radius: 5px; /* скругление углов */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
left: 10px; /* отступ слева */
bottom: 10px; /* отступ снизу */
display: none; /* спрятать блок */
cursor: pointer;
z-index:4;
}
#table1,#table2,#table3,#table4 {
display:none;
margin-left:180px;
margin-top:200px;
position: relative;
min-height:300px;
}
td
{
padding:10px;
border:2px solid;
} | 0.170335 | 0.04904 |
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.4;
color: #777;
background-color: #f5f5f5;
}
/* =========footer========= */
#footer {
background: #fff;
}
#footer a {
/* background: #000; */
text-decoration: none;
font-size: 12px;
color: #000;
}
#footer a:hover {
color: #f37031;
}
#footer p.title-box {
color: #f37031;
}
#footer .title-box {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
#copyright {
background: #000;
}
#copyright ul li a {
padding: 10px;
display: block;
color: #f37031;
font-size: 12px;
text-decoration: none;
margin-top: 13px;
}
/* ------------------------------ */
#top-bar {
background: #f53d2d;
}
.name-company {
font-weight: 700;
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
padding-top: 3px;
}
ul.top-menu li a {
font-size: 16px;
text-transform: uppercase;
color: #3d3d3d;
text-decoration: none;
}
#cart {
color: #ffffff;
}
#cart a {
font-size: 18px;
color: #000;
margin-left: 7px;
margin-right: 20px;
}
#cart span {
font-size: 0.8rem;
padding-top: 3px;
}
#cart small {
padding: 0px 5px
}
.f-search {
border: 1px solid #ff6700;
padding: 5px;
border-radius: 20px;
width: 253px;
}
.f-search:focus {
outline: none !important;
}
#search {
position: relative;
}
.btn-search:focus {
outline: none !important;
}
/* =============content================ */
#content {
background: #f5f5f5;
}
.title-cat {
background-color: #ff6700;
color: #fff;
text-transform: uppercase;
width: 256px;
font-weight: 600;
}
/* .rounded-circle{
border-radius: 50% !important;;
} */
#info {
margin-top: 5px;
}
#info a:hover {
text-decoration: none;
color: green !important;
}
#price span {
font-size: 18px;
font-weight: 600;
}
#wp-product:hover {
transform: scale(1.001, 1.001) rotate(0deg);
box-shadow: 0px 3px 5px rgba(86, 98, 109, 0.2);
}
#wp-product:hover #thumb a img {
transform: scale(1.1);
}
#wp-product {
overflow: hidden;
}
.style-col .col-md-3,
.style-col .col-sm-6,
.style-col .col-12 {
padding: 0px 10px !important;
}
/* =========Hướng dẫn sử dụng ======== */
.title {
color: #0A0A0A;
font-weight: 700;
}
.desc {
color: #000;
font-weight: 400;
}
.item a:hover {
text-decoration: none;
}
.item a.title:hover {
color: #0A0A0A;
}
.item a.desc:hover {
color: green;
}
.product-info {
/* max-height: 150px; */
overflow: hidden;
padding: 10px
}
#use-manual p {
color: rgb(255, 103, 0);
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 700;
}
#use-manual {
border-bottom: 2px solid rgb(255, 103, 0);
}
/* =============Service================ */
.info-service p {
font-size: 1rem;
color: #0A0A0A;
font-weight: 700;
}
.info-service span {
font-size: 0.8rem;
line-height: 0.5rem !important;
}
.thumb-service img {
padding: 20px;
}
#service .col-md-3 {
border-right: 1px solid #d8d8d8;
}
#main-menu {
position: absolute;
z-index: 1000;
background-color: rgba(255, 255, 255, .8);
width: 280px;
top: 219px;
border: 1px solid #ff6700;
height: 417px;
overflow: hidden;
}
.menu-item a {
padding: 5px 20px;
color: #000;
}
.menu-item {
border-top: 1px solid #ececec;
}
.menu-item:hover {
background: #ff6700;
}
.menu-item:hover a {
color: #fff;
text-decoration: none;
}
.carousel-control-prev {
left: 300px !important;
}
.close-modal {
padding: 0px 7px;
border: 1px solid #fff;
border-radius: 14px;
margin-top: 5px;
margin-right: 10px;
}
.close-modal:focus {
outline: none !important;
}
.close-modal:hover {
transform: rotate(100deg);
transition: all, 0.5s;
}
.list_category{
margin-top: 100px;
}
.detail_cate{
text-align: center;
/* margin: 2px; */
border: rgb(224, 224, 224) 1px solid;
border-radius: 5px;
padding-bottom: 40px;
}
.detail_cate img {
margin-top: 20px;
margin-bottom: 20px;
}
.detail_cate a {
text-transform: uppercase;
color: #3d3d3d;
font-size: 12px;
}
.detail_cate:hover{
border: 1px #f53d2d solid;
} | public/css/style.css | body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.4;
color: #777;
background-color: #f5f5f5;
}
/* =========footer========= */
#footer {
background: #fff;
}
#footer a {
/* background: #000; */
text-decoration: none;
font-size: 12px;
color: #000;
}
#footer a:hover {
color: #f37031;
}
#footer p.title-box {
color: #f37031;
}
#footer .title-box {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
#copyright {
background: #000;
}
#copyright ul li a {
padding: 10px;
display: block;
color: #f37031;
font-size: 12px;
text-decoration: none;
margin-top: 13px;
}
/* ------------------------------ */
#top-bar {
background: #f53d2d;
}
.name-company {
font-weight: 700;
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
padding-top: 3px;
}
ul.top-menu li a {
font-size: 16px;
text-transform: uppercase;
color: #3d3d3d;
text-decoration: none;
}
#cart {
color: #ffffff;
}
#cart a {
font-size: 18px;
color: #000;
margin-left: 7px;
margin-right: 20px;
}
#cart span {
font-size: 0.8rem;
padding-top: 3px;
}
#cart small {
padding: 0px 5px
}
.f-search {
border: 1px solid #ff6700;
padding: 5px;
border-radius: 20px;
width: 253px;
}
.f-search:focus {
outline: none !important;
}
#search {
position: relative;
}
.btn-search:focus {
outline: none !important;
}
/* =============content================ */
#content {
background: #f5f5f5;
}
.title-cat {
background-color: #ff6700;
color: #fff;
text-transform: uppercase;
width: 256px;
font-weight: 600;
}
/* .rounded-circle{
border-radius: 50% !important;;
} */
#info {
margin-top: 5px;
}
#info a:hover {
text-decoration: none;
color: green !important;
}
#price span {
font-size: 18px;
font-weight: 600;
}
#wp-product:hover {
transform: scale(1.001, 1.001) rotate(0deg);
box-shadow: 0px 3px 5px rgba(86, 98, 109, 0.2);
}
#wp-product:hover #thumb a img {
transform: scale(1.1);
}
#wp-product {
overflow: hidden;
}
.style-col .col-md-3,
.style-col .col-sm-6,
.style-col .col-12 {
padding: 0px 10px !important;
}
/* =========Hướng dẫn sử dụng ======== */
.title {
color: #0A0A0A;
font-weight: 700;
}
.desc {
color: #000;
font-weight: 400;
}
.item a:hover {
text-decoration: none;
}
.item a.title:hover {
color: #0A0A0A;
}
.item a.desc:hover {
color: green;
}
.product-info {
/* max-height: 150px; */
overflow: hidden;
padding: 10px
}
#use-manual p {
color: rgb(255, 103, 0);
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 700;
}
#use-manual {
border-bottom: 2px solid rgb(255, 103, 0);
}
/* =============Service================ */
.info-service p {
font-size: 1rem;
color: #0A0A0A;
font-weight: 700;
}
.info-service span {
font-size: 0.8rem;
line-height: 0.5rem !important;
}
.thumb-service img {
padding: 20px;
}
#service .col-md-3 {
border-right: 1px solid #d8d8d8;
}
#main-menu {
position: absolute;
z-index: 1000;
background-color: rgba(255, 255, 255, .8);
width: 280px;
top: 219px;
border: 1px solid #ff6700;
height: 417px;
overflow: hidden;
}
.menu-item a {
padding: 5px 20px;
color: #000;
}
.menu-item {
border-top: 1px solid #ececec;
}
.menu-item:hover {
background: #ff6700;
}
.menu-item:hover a {
color: #fff;
text-decoration: none;
}
.carousel-control-prev {
left: 300px !important;
}
.close-modal {
padding: 0px 7px;
border: 1px solid #fff;
border-radius: 14px;
margin-top: 5px;
margin-right: 10px;
}
.close-modal:focus {
outline: none !important;
}
.close-modal:hover {
transform: rotate(100deg);
transition: all, 0.5s;
}
.list_category{
margin-top: 100px;
}
.detail_cate{
text-align: center;
/* margin: 2px; */
border: rgb(224, 224, 224) 1px solid;
border-radius: 5px;
padding-bottom: 40px;
}
.detail_cate img {
margin-top: 20px;
margin-bottom: 20px;
}
.detail_cate a {
text-transform: uppercase;
color: #3d3d3d;
font-size: 12px;
}
.detail_cate:hover{
border: 1px #f53d2d solid;
} | 0.360489 | 0.094093 |
h1{
color:rgb(7, 7, 7);
font-weight: 700;
font-size: 2em;
margin: 10mm;
text-align: center;
}
.despliegue{
text-align: center;
}
.docentes{
font-weight: 700;
margin: 3mm;
}
.cursos{
font-weight: 700;
margin: 3mm;
}
tr:nth-of-type(1) > th{
background: rgba(223, 226, 14, 0.89);
}
.centrado{
text-align: center;
}
.fase-inicial{
margin:5mm auto;
}
.fase-inicial tr{
margin:none;
}
.fase-inicial td{
margin:none;
padding: 3px;
text-align: justify;
}
.fase-inicial th{
font-weight: bold;
margin:none;
padding: 3px;
}
.fase-final{
margin:auto;
}
.fase-final tr{
margin:none;
}
.fase-final td{
margin:none;
padding: 3px;
text-align: justify;
}
.fase-final th{
font-weight: bold;
margin:none;
padding: 3px;
}
.botones{
display: flex;
}
.botonfn{
font-weight: 700;
display : inline-block;
width: 150px;
height: 40px;
outline: none;
border: 1px solid rgb(0,141,235);
border-radius: 6px;
color: rgb(7, 3, 223);
cursor: pointer;
margin: 5mm auto;
transition: all .25s;
z-index: 1;
position: relative;
text-transform: uppercase;
}
.botonfn::before{
content: '';
position: absolute;
width: 100%;
height: 0;
left: 0;
bottom: 0;
background-image: linear-gradient(to right, rgb(241, 245, 23),rgb(228, 243, 17));
transition: all .25s;
z-index: -1;
}
.botonfn:hover{
border: 1px solid transparent;
color: rgb(246, 248, 244);
}
.botonfn:hover::before{
height: 100%;
}
.botonat{
font-weight: 700;
display : inline-block;
width: 150px;
height: 40px;
outline: none;
border: 1px solid rgb(0,141,235);
border-radius: 6px;
color: rgb(7, 3, 223);
cursor: pointer;
margin: 2mm auto;
transition: all .25s;
z-index: 1;
position: relative;
text-transform: uppercase;
}
.botonat::before{
content: '';
position: absolute;
width: 100%;
height: 0;
left: 0;
bottom: 0;
background-image: linear-gradient(to right, rgba(241, 245, 23),rgb(228, 243, 17));
transition: all .25s;
z-index: -1;
}
.botonat:hover{
border: 1px solid transparent;
color: rgb(246, 248, 244);
}
.botonat:hover::before{
height: 100%;
} | Angular/CalificacionDocente/src/app/app.component.css | h1{
color:rgb(7, 7, 7);
font-weight: 700;
font-size: 2em;
margin: 10mm;
text-align: center;
}
.despliegue{
text-align: center;
}
.docentes{
font-weight: 700;
margin: 3mm;
}
.cursos{
font-weight: 700;
margin: 3mm;
}
tr:nth-of-type(1) > th{
background: rgba(223, 226, 14, 0.89);
}
.centrado{
text-align: center;
}
.fase-inicial{
margin:5mm auto;
}
.fase-inicial tr{
margin:none;
}
.fase-inicial td{
margin:none;
padding: 3px;
text-align: justify;
}
.fase-inicial th{
font-weight: bold;
margin:none;
padding: 3px;
}
.fase-final{
margin:auto;
}
.fase-final tr{
margin:none;
}
.fase-final td{
margin:none;
padding: 3px;
text-align: justify;
}
.fase-final th{
font-weight: bold;
margin:none;
padding: 3px;
}
.botones{
display: flex;
}
.botonfn{
font-weight: 700;
display : inline-block;
width: 150px;
height: 40px;
outline: none;
border: 1px solid rgb(0,141,235);
border-radius: 6px;
color: rgb(7, 3, 223);
cursor: pointer;
margin: 5mm auto;
transition: all .25s;
z-index: 1;
position: relative;
text-transform: uppercase;
}
.botonfn::before{
content: '';
position: absolute;
width: 100%;
height: 0;
left: 0;
bottom: 0;
background-image: linear-gradient(to right, rgb(241, 245, 23),rgb(228, 243, 17));
transition: all .25s;
z-index: -1;
}
.botonfn:hover{
border: 1px solid transparent;
color: rgb(246, 248, 244);
}
.botonfn:hover::before{
height: 100%;
}
.botonat{
font-weight: 700;
display : inline-block;
width: 150px;
height: 40px;
outline: none;
border: 1px solid rgb(0,141,235);
border-radius: 6px;
color: rgb(7, 3, 223);
cursor: pointer;
margin: 2mm auto;
transition: all .25s;
z-index: 1;
position: relative;
text-transform: uppercase;
}
.botonat::before{
content: '';
position: absolute;
width: 100%;
height: 0;
left: 0;
bottom: 0;
background-image: linear-gradient(to right, rgba(241, 245, 23),rgb(228, 243, 17));
transition: all .25s;
z-index: -1;
}
.botonat:hover{
border: 1px solid transparent;
color: rgb(246, 248, 244);
}
.botonat:hover::before{
height: 100%;
} | 0.530966 | 0.107484 |
body[data-route="order-desk"] .price-info {
margin: 10px 0;
display: block;
position: static;
text-align: center;
background-color: #4f5261;
}
body[data-route="order-desk"] .cart-wrapper table:not(.cart-items) {
width: 100%;
border: 1px solid #d1d8dd;
border-radius: 3px;
margin: 10px 0 20px;
table-layout: fixed;
min-width: 500px;
}
body[data-route="order-desk"] .cart-wrapper table.cart-items {
height: 200px;
table-layout: fixed;
margin: 0;
position: relative;
}
body[data-route="order-desk"] .cart-wrapper table.cart-items tbody tr {
height: 0;
}
body[data-route="order-desk"] .cart-wrapper table.cart-items tbody tr td {
padding: 10px 10px;
}
body[data-route="order-desk"] .cart-wrapper {
border: 0;
}
body[data-route="order-desk"] .cart-wrapper table tbody div.selected-items {
max-height: 150px;
overflow-y: scroll;
}
body[data-route="order-desk"] .empty-state span {
top: 55%;
left: 45%;
}
body[data-route="order-desk"] .table > tbody > tr > td {
border-top: 0;
padding: 0;
}
body[data-route="order-desk"] .cart-wrapper thead tr.table-head {
background-color: #4f5261;
color: #fff;
}
body[data-route="order-desk"] .cart-wrapper tr.table-head th {
padding: 10px 0;
border: 0;
text-align: center;
}
body[data-route="order-desk"] .cart-items .empty-state {
height: auto;
}
body[data-route="order-desk"] .cart-wrapper tr.grand-total {
font-size: 18px;
}
body[data-route="order-desk"] .cart-wrapper tr.table-head th:first-child {
padding-left: 10px;
text-align: left;
}
body[data-route="order-desk"] .middle {
vertical-align: middle !important;
}
body[data-route="order-desk"] .quantity span button,
body[data-route="order-desk"] .rate span button {
background-color: #4f5261;
color: #fff;
}
body[data-route="order-desk"] .order-primary {
background-color: #5E64FF;
color: #ffffff;
width: 100%;
border: 0;
text-align: center;
padding: 10px 0;
font-size: 20px;
margin-left: 15px;
border-radius: 3px;
}
body[data-route="order-desk"] .pos section.cart-container {
width: 49%;
}
body[data-route="order-desk"] .pos section.item-container {
width: 50%;
}
body[data-route="order-desk"] .pos .image-view-container .image-view-item {
flex: 0 0 33%;
width: 33%;
max-width: 33%;
}
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
margin-bottom: 5px;
width: 49%;
display: inline-block;
margin-right: 10px;
}
body[data-route="order-desk"] .pos section.cart-container .frappe-control:first-child {
width: 100%;
}
body[data-route="order-desk"] .pos section.cart-container .frappe-control:last-child,
body[data-route="order-desk"] .pos section.cart-container .frappe-control:nth-child(3) {
margin-right: 0;
}
body[data-route="order-desk"] .pos section.item-container .pos-item-wrapper.image-view-item .image-view-header a.grey.list-id {
display: inline-block;
}
body[data-route="order-desk"] .pos section.item-container .pos-item-wrapper.image-view-item .image-field {
height: 200px;
}
body[data-route="order-desk"] .pos section.cart-container .item-name.ellipsis {
margin-bottom: 8px;
}
body[data-route="order-desk"] .pos .cart-wrapper .action.action_button {
justify-content: flex-end;
max-width: 25px;
}
/* Responsive */
@media screen and (max-width: 1199px) and (min-width: 992px) {
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
width: 48.7%;
}
}
@media screen and (max-width: 992px) {
body[data-route="order-desk"] .pos section.cart-container,
body[data-route="order-desk"] .pos section.item-container {
width: 100%;
}
body[data-route="order-desk"] .pos section.item-container {
margin-top: 30px;
}
body[data-route="order-desk"] .empty-state span {
top: 25%;
left: 50%;
}
}
@media screen and (max-width: 560px) {
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
width: 48.5%;
}
}
@media screen and (max-width: 500px) {
body[data-route="order-desk"] .pos .image-view-container .image-view-item {
flex: 0 0 50%;
width: 50%;
max-width: 50%;
}
}
@media screen and (max-width: 395px) {
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
width: 48%;
}
} | bloomstack_core/public/css/order_desk.css | body[data-route="order-desk"] .price-info {
margin: 10px 0;
display: block;
position: static;
text-align: center;
background-color: #4f5261;
}
body[data-route="order-desk"] .cart-wrapper table:not(.cart-items) {
width: 100%;
border: 1px solid #d1d8dd;
border-radius: 3px;
margin: 10px 0 20px;
table-layout: fixed;
min-width: 500px;
}
body[data-route="order-desk"] .cart-wrapper table.cart-items {
height: 200px;
table-layout: fixed;
margin: 0;
position: relative;
}
body[data-route="order-desk"] .cart-wrapper table.cart-items tbody tr {
height: 0;
}
body[data-route="order-desk"] .cart-wrapper table.cart-items tbody tr td {
padding: 10px 10px;
}
body[data-route="order-desk"] .cart-wrapper {
border: 0;
}
body[data-route="order-desk"] .cart-wrapper table tbody div.selected-items {
max-height: 150px;
overflow-y: scroll;
}
body[data-route="order-desk"] .empty-state span {
top: 55%;
left: 45%;
}
body[data-route="order-desk"] .table > tbody > tr > td {
border-top: 0;
padding: 0;
}
body[data-route="order-desk"] .cart-wrapper thead tr.table-head {
background-color: #4f5261;
color: #fff;
}
body[data-route="order-desk"] .cart-wrapper tr.table-head th {
padding: 10px 0;
border: 0;
text-align: center;
}
body[data-route="order-desk"] .cart-items .empty-state {
height: auto;
}
body[data-route="order-desk"] .cart-wrapper tr.grand-total {
font-size: 18px;
}
body[data-route="order-desk"] .cart-wrapper tr.table-head th:first-child {
padding-left: 10px;
text-align: left;
}
body[data-route="order-desk"] .middle {
vertical-align: middle !important;
}
body[data-route="order-desk"] .quantity span button,
body[data-route="order-desk"] .rate span button {
background-color: #4f5261;
color: #fff;
}
body[data-route="order-desk"] .order-primary {
background-color: #5E64FF;
color: #ffffff;
width: 100%;
border: 0;
text-align: center;
padding: 10px 0;
font-size: 20px;
margin-left: 15px;
border-radius: 3px;
}
body[data-route="order-desk"] .pos section.cart-container {
width: 49%;
}
body[data-route="order-desk"] .pos section.item-container {
width: 50%;
}
body[data-route="order-desk"] .pos .image-view-container .image-view-item {
flex: 0 0 33%;
width: 33%;
max-width: 33%;
}
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
margin-bottom: 5px;
width: 49%;
display: inline-block;
margin-right: 10px;
}
body[data-route="order-desk"] .pos section.cart-container .frappe-control:first-child {
width: 100%;
}
body[data-route="order-desk"] .pos section.cart-container .frappe-control:last-child,
body[data-route="order-desk"] .pos section.cart-container .frappe-control:nth-child(3) {
margin-right: 0;
}
body[data-route="order-desk"] .pos section.item-container .pos-item-wrapper.image-view-item .image-view-header a.grey.list-id {
display: inline-block;
}
body[data-route="order-desk"] .pos section.item-container .pos-item-wrapper.image-view-item .image-field {
height: 200px;
}
body[data-route="order-desk"] .pos section.cart-container .item-name.ellipsis {
margin-bottom: 8px;
}
body[data-route="order-desk"] .pos .cart-wrapper .action.action_button {
justify-content: flex-end;
max-width: 25px;
}
/* Responsive */
@media screen and (max-width: 1199px) and (min-width: 992px) {
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
width: 48.7%;
}
}
@media screen and (max-width: 992px) {
body[data-route="order-desk"] .pos section.cart-container,
body[data-route="order-desk"] .pos section.item-container {
width: 100%;
}
body[data-route="order-desk"] .pos section.item-container {
margin-top: 30px;
}
body[data-route="order-desk"] .empty-state span {
top: 25%;
left: 50%;
}
}
@media screen and (max-width: 560px) {
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
width: 48.5%;
}
}
@media screen and (max-width: 500px) {
body[data-route="order-desk"] .pos .image-view-container .image-view-item {
flex: 0 0 50%;
width: 50%;
max-width: 50%;
}
}
@media screen and (max-width: 395px) {
body[data-route="order-desk"] .pos section.cart-container .frappe-control {
width: 48%;
}
} | 0.455683 | 0.085137 |
@keyframes slideUp {
from {transform: translateY(100%)}
to {transform: translateY(0%)}
}
@media screen and (max-width: 980px) {
.right h1, .left h1 {
font-size: 7em;
}
}
@media screen and (max-width: 600px) {
.navMenu a {
font-size: 3.2rem;
}
header {
height: 85vh;
}
.left {
padding-right: .35rem;
}
.right {
padding-left: .35rem;
}
.right h1, .left h1 {
font-size: 4.2em;
}
.right h1 {
margin-top: 9rem;
}
.right span {
top: 15rem;
}
.right h4 {
font-size: 2em;
}
/*RECENT*/
.recentMusic video {
width: 100%;
margin-left: 0;
}
.recentMusic > div {
flex-direction: column;
}
.videoAbout {
margin: 1rem;
margin-bottom: 2.5rem;
}
.videoAbout h4 {
font-size: 2.5em;
}
/*MORE MUSIC*/
.musicSub {
right: 2rem;
top: 8rem;
}
.currentAlbum h3 {
font-size: 2em;
display: inline;
}
.moreMusic > div:nth-of-type(1) {
display: none;
}
.moreMusic > div:nth-of-type(2) {
top: 0;
width: auto;
padding: 10rem 2rem;
}
.moreMusic > div:nth-of-type(2) > div:nth-of-type(2) {
max-height: 38vh;
overflow-y: scroll;
box-shadow: inset 0 8px 8px -8px #696868,
inset 0 -8px 8px -8px #696868;
}
/* .moreMusic > div:nth-of-type(2) ul {
padding-left: 1rem;
} */
.moreMusic > div:nth-of-type(2) li {
font-size: .7rem;
}
.playing h5 {
margin-bottom: 1rem;
font-size: 1.35rem;
}
.playerButtons > span > input {
width: 4rem;
}
/*FEED*/
.feed > * {
width: 90.8vw;
}
.feed h2 {
font-size: 2rem;
}
.grid {
display: grid;
grid-template-columns: 50% 50%;
grid-gap: 0px;
}
.feedIntro div {
display: block;
background-image: url(https://firebasestorage.googleapis.com/v0/b/ksupreme-ab898.appspot.com/o/assets%2Fksupreme_small.png?alt=media&token=<PASSWORD>);
background-position: center center;
background-size: cover;
width: 62vw;
height: 38vw;
}
.feedIntro span {
margin-left: 1rem;
flex-grow: 1;
width: auto;
}
.box {
height: 25rem;
}
/*CONTACT*/
.contactTitle > div {
transform: none;
margin-left: 4.9vw;
top: -2rem;
}
.contactWrap {
flex-direction: column;
align-items: center;
}
.otherContact, .contactWrap form {
width: 90%;
}
.otherContact {
padding-left: 0;
}
.contactWrap form {
padding-left: 0;
}
footer {
height: 25vh;
}
.feet {
position: relative;
}
.buttons button {
font-size: 1.2rem;
padding: .8rem 1.5rem;
}
}
@media screen and (max-width: 420px) {
.navMenu a {
font-size: 1.8rem;
}
.logo {
font-size: 2rem;
}
.left {
min-width: 25vw;
}
.right h1, .left h1 {
font-size: 3.5em;
}
/*FEED*/
.feed h2 {
font-size: 1.6rem;
}
.feed h2 > span {
font-size: .8rem;
}
/*CONTACT*/
.contactWrap textarea, .contactWrap input {
font-size: 1rem;
padding: 1rem;
}
} | src/css/Breakpoints.css | @keyframes slideUp {
from {transform: translateY(100%)}
to {transform: translateY(0%)}
}
@media screen and (max-width: 980px) {
.right h1, .left h1 {
font-size: 7em;
}
}
@media screen and (max-width: 600px) {
.navMenu a {
font-size: 3.2rem;
}
header {
height: 85vh;
}
.left {
padding-right: .35rem;
}
.right {
padding-left: .35rem;
}
.right h1, .left h1 {
font-size: 4.2em;
}
.right h1 {
margin-top: 9rem;
}
.right span {
top: 15rem;
}
.right h4 {
font-size: 2em;
}
/*RECENT*/
.recentMusic video {
width: 100%;
margin-left: 0;
}
.recentMusic > div {
flex-direction: column;
}
.videoAbout {
margin: 1rem;
margin-bottom: 2.5rem;
}
.videoAbout h4 {
font-size: 2.5em;
}
/*MORE MUSIC*/
.musicSub {
right: 2rem;
top: 8rem;
}
.currentAlbum h3 {
font-size: 2em;
display: inline;
}
.moreMusic > div:nth-of-type(1) {
display: none;
}
.moreMusic > div:nth-of-type(2) {
top: 0;
width: auto;
padding: 10rem 2rem;
}
.moreMusic > div:nth-of-type(2) > div:nth-of-type(2) {
max-height: 38vh;
overflow-y: scroll;
box-shadow: inset 0 8px 8px -8px #696868,
inset 0 -8px 8px -8px #696868;
}
/* .moreMusic > div:nth-of-type(2) ul {
padding-left: 1rem;
} */
.moreMusic > div:nth-of-type(2) li {
font-size: .7rem;
}
.playing h5 {
margin-bottom: 1rem;
font-size: 1.35rem;
}
.playerButtons > span > input {
width: 4rem;
}
/*FEED*/
.feed > * {
width: 90.8vw;
}
.feed h2 {
font-size: 2rem;
}
.grid {
display: grid;
grid-template-columns: 50% 50%;
grid-gap: 0px;
}
.feedIntro div {
display: block;
background-image: url(https://firebasestorage.googleapis.com/v0/b/ksupreme-ab898.appspot.com/o/assets%2Fksupreme_small.png?alt=media&token=<PASSWORD>);
background-position: center center;
background-size: cover;
width: 62vw;
height: 38vw;
}
.feedIntro span {
margin-left: 1rem;
flex-grow: 1;
width: auto;
}
.box {
height: 25rem;
}
/*CONTACT*/
.contactTitle > div {
transform: none;
margin-left: 4.9vw;
top: -2rem;
}
.contactWrap {
flex-direction: column;
align-items: center;
}
.otherContact, .contactWrap form {
width: 90%;
}
.otherContact {
padding-left: 0;
}
.contactWrap form {
padding-left: 0;
}
footer {
height: 25vh;
}
.feet {
position: relative;
}
.buttons button {
font-size: 1.2rem;
padding: .8rem 1.5rem;
}
}
@media screen and (max-width: 420px) {
.navMenu a {
font-size: 1.8rem;
}
.logo {
font-size: 2rem;
}
.left {
min-width: 25vw;
}
.right h1, .left h1 {
font-size: 3.5em;
}
/*FEED*/
.feed h2 {
font-size: 1.6rem;
}
.feed h2 > span {
font-size: .8rem;
}
/*CONTACT*/
.contactWrap textarea, .contactWrap input {
font-size: 1rem;
padding: 1rem;
}
} | 0.494141 | 0.179459 |
.theme--light {
--prism-foreground: #696969;
--prism-background: #fafafa;
--prism-comment: #aabfc9;
--prism-string: #f6a434;
--prism-builtin: #39adb5;
--prism-tag: #e53935;
--prism-property: #39adb5;
--prism-punctuation: #39adb5;
--prism-number: #f76d47;
--prism-symbol: #7c4dff;
}
.theme--dark {
--prism-foreground: #eee;
--prism-background: #2f2f2f;
--prism-comment: #616161;
--prism-string: #a5e844;
--prism-builtin: #ffcb6b;
--prism-tag: #ff6666;
--prism-property: #80cbc4;
--prism-punctuation: #89ddff;
--prism-number: #fd9170;
--prism-symbol: #c792ea;
}
div[class*='language-'],
pre[class*='language-'],
code {
font-family: 'Fira Code', monospace !important;
font-weight: 500;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
tab-size: 4;
hyphens: none;
color: var(--prism-foreground) !important;
}
/* Code blocks */
div[class*='language-'],
pre[class*='language-'] {
padding: 1rem;
margin: 0.5rem 0;
border-radius: 0.3rem;
overflow: auto;
background: var(--prism-background);
}
/* Inline code */
:not(pre) > code {
padding: 0.1rem 0.3rem;
border-radius: 0.3rem;
background: var(--prism-background);
}
/* Tokens */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: var(--prism-comment);
font-style: italic;
}
.token.string {
color: var(--prism-string);
}
.token.punctuation {
color: var(--prism-punctuation);
}
.token.operator {
color: var(--prism-punctuation);
}
.token.keyword.module,
.token.keyword.control-flow {
color: var(--prism-symbol);
}
.token.url,
.token.symbol,
.token.inserted,
.token.constant {
color: var(--prism-symbol);
}
.token.string.url {
text-decoration: underline;
}
.token.boolean,
.language-json .token.boolean {
color: var(--prism-symbol);
}
.token.number,
.language-json .token.number {
color: var(--prism-number);
}
.token.keyword,
.token.function {
color: var(--prism-symbol);
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.tag,
.token.deleted,
.token.atrule,
.token.selector,
.token.variable {
color: var(--prism-tag);
}
.token.builtin,
.token.class-name {
color: var(--prism-builtin);
}
.token.attr-value,
.token.attribute {
color: var(--prism-string);
}
.token.attr-name,
.token.property,
.token.entity {
color: var(--prism-property);
}
.language-json .token.property {
color: var(--prism-property);
}
.token.regex {
color: var(--prism-string);
} | docs/static/prism-themes.css | .theme--light {
--prism-foreground: #696969;
--prism-background: #fafafa;
--prism-comment: #aabfc9;
--prism-string: #f6a434;
--prism-builtin: #39adb5;
--prism-tag: #e53935;
--prism-property: #39adb5;
--prism-punctuation: #39adb5;
--prism-number: #f76d47;
--prism-symbol: #7c4dff;
}
.theme--dark {
--prism-foreground: #eee;
--prism-background: #2f2f2f;
--prism-comment: #616161;
--prism-string: #a5e844;
--prism-builtin: #ffcb6b;
--prism-tag: #ff6666;
--prism-property: #80cbc4;
--prism-punctuation: #89ddff;
--prism-number: #fd9170;
--prism-symbol: #c792ea;
}
div[class*='language-'],
pre[class*='language-'],
code {
font-family: 'Fira Code', monospace !important;
font-weight: 500;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
tab-size: 4;
hyphens: none;
color: var(--prism-foreground) !important;
}
/* Code blocks */
div[class*='language-'],
pre[class*='language-'] {
padding: 1rem;
margin: 0.5rem 0;
border-radius: 0.3rem;
overflow: auto;
background: var(--prism-background);
}
/* Inline code */
:not(pre) > code {
padding: 0.1rem 0.3rem;
border-radius: 0.3rem;
background: var(--prism-background);
}
/* Tokens */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: var(--prism-comment);
font-style: italic;
}
.token.string {
color: var(--prism-string);
}
.token.punctuation {
color: var(--prism-punctuation);
}
.token.operator {
color: var(--prism-punctuation);
}
.token.keyword.module,
.token.keyword.control-flow {
color: var(--prism-symbol);
}
.token.url,
.token.symbol,
.token.inserted,
.token.constant {
color: var(--prism-symbol);
}
.token.string.url {
text-decoration: underline;
}
.token.boolean,
.language-json .token.boolean {
color: var(--prism-symbol);
}
.token.number,
.language-json .token.number {
color: var(--prism-number);
}
.token.keyword,
.token.function {
color: var(--prism-symbol);
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.tag,
.token.deleted,
.token.atrule,
.token.selector,
.token.variable {
color: var(--prism-tag);
}
.token.builtin,
.token.class-name {
color: var(--prism-builtin);
}
.token.attr-value,
.token.attribute {
color: var(--prism-string);
}
.token.attr-name,
.token.property,
.token.entity {
color: var(--prism-property);
}
.language-json .token.property {
color: var(--prism-property);
}
.token.regex {
color: var(--prism-string);
} | 0.457379 | 0.084606 |
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@100;200;300;400;500;700&display=swap');
* {
box-sizing: border-box;
}
input[type='radio'] {
display: none;
}
.card {
position: absolute;
width: 80%;
height: 100%;
left: 0;
right: 0;
margin: auto;
transition: transform 0.4s ease;
cursor: pointer;
}
.container {
width: 100%;
height: 89vh;
transform-style: preserve-3d;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
top: 50%;
}
.cards {
position: relative;
width: 100%;
height: 90%;
}
.card-header1 {
font-size: 3rem;
top: 80%;
letter-spacing: 0.5rem;
display: flex;
text-align: center;
justify-content: center;
left: 0;
right: 0;
align-items: center;
color: #805b10;
position: absolute;
text-shadow: 2px 2px white;
}
.card-header2 {
font-size: 3rem;
-webkit-text-stroke-width: 0.02rem;
-webkit-text-stroke-color: #805b10;
font-weight: 500;
top: 80%;
text-shadow: 3px 3px black;
letter-spacing: 0.5rem;
display: flex;
text-align: center;
justify-content: center;
left: 0;
right: 0;
align-items: center;
color: #805b10;
position: absolute;
overflow: hidden;
}
.card-header3 {
font-size: 3rem;
-webkit-text-stroke-width: 0.02rem;
-webkit-text-stroke-color: black;
font-weight: 500;
top: 80%;
text-shadow: 3px 3px black;
letter-spacing: 0.5rem;
display: flex;
text-align: center;
justify-content: center;
left: 0;
right: 0;
align-items: center;
color: white;
position: absolute;
overflow: hidden;
}
img {
height: 100%;
}
#item-1:checked ~ .cards #card3,
#item-2:checked ~ .cards #card1,
#item-3:checked ~ .cards #card2 {
transform: translatex(-40%) scale(0.8);
opacity: 0.4;
z-index: 0;
}
#item-1:checked ~ .cards #card2,
#item-2:checked ~ .cards #card3,
#item-3:checked ~ .cards #card1 {
transform: translatex(40%) scale(0.8);
opacity: 0.4;
z-index: 0;
}
#item-1:checked ~ .cards #card1,
#item-2:checked ~ .cards #card2,
#item-3:checked ~ .cards #card3 {
transform: translatex(0) scale(1);
opacity: 1;
z-index: 1;
img {
box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}
} | style/carousel.css | @import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@100;200;300;400;500;700&display=swap');
* {
box-sizing: border-box;
}
input[type='radio'] {
display: none;
}
.card {
position: absolute;
width: 80%;
height: 100%;
left: 0;
right: 0;
margin: auto;
transition: transform 0.4s ease;
cursor: pointer;
}
.container {
width: 100%;
height: 89vh;
transform-style: preserve-3d;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
top: 50%;
}
.cards {
position: relative;
width: 100%;
height: 90%;
}
.card-header1 {
font-size: 3rem;
top: 80%;
letter-spacing: 0.5rem;
display: flex;
text-align: center;
justify-content: center;
left: 0;
right: 0;
align-items: center;
color: #805b10;
position: absolute;
text-shadow: 2px 2px white;
}
.card-header2 {
font-size: 3rem;
-webkit-text-stroke-width: 0.02rem;
-webkit-text-stroke-color: #805b10;
font-weight: 500;
top: 80%;
text-shadow: 3px 3px black;
letter-spacing: 0.5rem;
display: flex;
text-align: center;
justify-content: center;
left: 0;
right: 0;
align-items: center;
color: #805b10;
position: absolute;
overflow: hidden;
}
.card-header3 {
font-size: 3rem;
-webkit-text-stroke-width: 0.02rem;
-webkit-text-stroke-color: black;
font-weight: 500;
top: 80%;
text-shadow: 3px 3px black;
letter-spacing: 0.5rem;
display: flex;
text-align: center;
justify-content: center;
left: 0;
right: 0;
align-items: center;
color: white;
position: absolute;
overflow: hidden;
}
img {
height: 100%;
}
#item-1:checked ~ .cards #card3,
#item-2:checked ~ .cards #card1,
#item-3:checked ~ .cards #card2 {
transform: translatex(-40%) scale(0.8);
opacity: 0.4;
z-index: 0;
}
#item-1:checked ~ .cards #card2,
#item-2:checked ~ .cards #card3,
#item-3:checked ~ .cards #card1 {
transform: translatex(40%) scale(0.8);
opacity: 0.4;
z-index: 0;
}
#item-1:checked ~ .cards #card1,
#item-2:checked ~ .cards #card2,
#item-3:checked ~ .cards #card3 {
transform: translatex(0) scale(1);
opacity: 1;
z-index: 1;
img {
box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}
} | 0.425247 | 0.064477 |
╚══██╔══╝██╔════╝╚██╗██╔╝██╔════╝ ██╔══██╗██╔══██╗██╔═══██╗ ██║██╔════╝██╔════╝╚══██╔══╝
██║ ██║ ╚███╔╝ ███████╗ ██████╔╝██████╔╝██║ ██║ ██║█████╗ ██║ ██║
██║ ██║ ██╔██╗ ╚════██║ ██╔═══╝ ██╔══██╗██║ ██║██ ██║██╔══╝ ██║ ██║
██║ ╚██████╗██╔╝ ██╗███████║ ██║ ██║ ██║╚██████╔╝╚█████╔╝███████╗╚██████╗ ██║
╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚════╝ ╚══════╝ ╚═════╝ ╚═╝ */
@import url('https://fonts.googleapis.com/css?family=Share Tech Mono');
@import url('https://fonts.googleapis.com/css?family=VT323');
/* imagem de fundo */
body {
background-image: url("../../assets/bg.jpg");
background-color: #000000;
background-repeat: no-repeat;
background-size: 100%;
}
/*margem entre os botoes e input da home */
.m-b-16 {margin-bottom: 8px;}
/*---------------------------------------------*/
/* efeito das caixas de input */
.login100-form {
width: 40%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wrap-input100 {
position: relative;
width: 40%;
z-index: 1;
}
.input100 {
font-family: Raleway-SemiBold;
font-size: 18px;
line-height: 1.2;
color: #686868;
text-align: center;
width: 100%;
background: #e6e6e6;
height: 40px;
border-radius: 3px;
}
.focus-input100 {
display: block;
position: absolute;
border-radius: 3px;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 2px 2px 2px 2px;
color: rgba(147, 4, 5, 0.9);
}
/* efeito do botao login */
.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;
}
.login100-form-btn {
font-family: Raleway-Bold;
font-size: 16px;
line-height: 1.5;
color: #fff;
text-transform: uppercase;
width: 40%;
height: 40px;
border-radius: 3px;
background: #930405;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 0px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login100-form-btn:hover {
background: #333333;
}
/* rodape */
.rodape {
position:fixed;
left:0px;
right:0px;
bottom:0px;
background:rgb(0,0,0);
text-align:center;
border-top: 1px solid #91060d;
border-bottom: 1px solid #91060d;
}
/*--------------------------------------*/
/* ESTILOS DOS EFEITOS*/
h1 {
color: #370909;
font-size: 50px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
h2 {
color: #370909;
font-size: 50px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
h3 {
color: #370909;
font-size: 50px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
h4 {
color: #FF0000;
font-size: 20px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
.matrix {
color: #370909;
font-family: Arial, Courier, Monotype;
font-size: 10pt;
text-align: center;
width: 10px;
padding: 0px;
margin: 0px;
}
.jokitz1 {
text-align: center;
}
.jokitz2 {
text-align: center;
font-family: Courier;
}
img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% {
transform: translate(1px, 1px) rotate(0deg);
}
10% {
transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
transform: translate(-3px, 0px) rotate(1deg);
}
30% {
transform: translate(3px, 2px) rotate(0deg);
}
40% {
transform: translate(1px, -1px) rotate(1deg);
}
50% {
transform: translate(-1px, 2px) rotate(-1deg);
}
60% {
transform: translate(-3px, 1px) rotate(0deg);
}
70% {
transform: translate(3px, 1px) rotate(-1deg);
}
80% {
transform: translate(-1px, -1px) rotate(1deg);
}
90% {
transform: translate(1px, 2px) rotate(0deg);
}
100% {
transform: translate(1px, -2px) rotate(-1deg);
}
} | assets/css/style.css | ╚══██╔══╝██╔════╝╚██╗██╔╝██╔════╝ ██╔══██╗██╔══██╗██╔═══██╗ ██║██╔════╝██╔════╝╚══██╔══╝
██║ ██║ ╚███╔╝ ███████╗ ██████╔╝██████╔╝██║ ██║ ██║█████╗ ██║ ██║
██║ ██║ ██╔██╗ ╚════██║ ██╔═══╝ ██╔══██╗██║ ██║██ ██║██╔══╝ ██║ ██║
██║ ╚██████╗██╔╝ ██╗███████║ ██║ ██║ ██║╚██████╔╝╚█████╔╝███████╗╚██████╗ ██║
╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚════╝ ╚══════╝ ╚═════╝ ╚═╝ */
@import url('https://fonts.googleapis.com/css?family=Share Tech Mono');
@import url('https://fonts.googleapis.com/css?family=VT323');
/* imagem de fundo */
body {
background-image: url("../../assets/bg.jpg");
background-color: #000000;
background-repeat: no-repeat;
background-size: 100%;
}
/*margem entre os botoes e input da home */
.m-b-16 {margin-bottom: 8px;}
/*---------------------------------------------*/
/* efeito das caixas de input */
.login100-form {
width: 40%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wrap-input100 {
position: relative;
width: 40%;
z-index: 1;
}
.input100 {
font-family: Raleway-SemiBold;
font-size: 18px;
line-height: 1.2;
color: #686868;
text-align: center;
width: 100%;
background: #e6e6e6;
height: 40px;
border-radius: 3px;
}
.focus-input100 {
display: block;
position: absolute;
border-radius: 3px;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 2px 2px 2px 2px;
color: rgba(147, 4, 5, 0.9);
}
/* efeito do botao login */
.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;
}
.login100-form-btn {
font-family: Raleway-Bold;
font-size: 16px;
line-height: 1.5;
color: #fff;
text-transform: uppercase;
width: 40%;
height: 40px;
border-radius: 3px;
background: #930405;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 0px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login100-form-btn:hover {
background: #333333;
}
/* rodape */
.rodape {
position:fixed;
left:0px;
right:0px;
bottom:0px;
background:rgb(0,0,0);
text-align:center;
border-top: 1px solid #91060d;
border-bottom: 1px solid #91060d;
}
/*--------------------------------------*/
/* ESTILOS DOS EFEITOS*/
h1 {
color: #370909;
font-size: 50px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
h2 {
color: #370909;
font-size: 50px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
h3 {
color: #370909;
font-size: 50px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
h4 {
color: #FF0000;
font-size: 20px;
margin: 1px auto;
text-align: center;
text-transform: uppercase;
font-family: Orbitron;
}
.neon {
color: #370909;
text-shadow: 0 0 5px #b90303, 0 0 10px #b90303, 0 0 30px #c92626, 0 0 45px #c92626, 0 0 60px #c92626;
}
.matrix {
color: #370909;
font-family: Arial, Courier, Monotype;
font-size: 10pt;
text-align: center;
width: 10px;
padding: 0px;
margin: 0px;
}
.jokitz1 {
text-align: center;
}
.jokitz2 {
text-align: center;
font-family: Courier;
}
img:hover {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% {
transform: translate(1px, 1px) rotate(0deg);
}
10% {
transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
transform: translate(-3px, 0px) rotate(1deg);
}
30% {
transform: translate(3px, 2px) rotate(0deg);
}
40% {
transform: translate(1px, -1px) rotate(1deg);
}
50% {
transform: translate(-1px, 2px) rotate(-1deg);
}
60% {
transform: translate(-3px, 1px) rotate(0deg);
}
70% {
transform: translate(3px, 1px) rotate(-1deg);
}
80% {
transform: translate(-1px, -1px) rotate(1deg);
}
90% {
transform: translate(1px, 2px) rotate(0deg);
}
100% {
transform: translate(1px, -2px) rotate(-1deg);
}
} | 0.242475 | 0.079139 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 1170px;
/* background-color: teal; */
margin: 0 auto;
}
body {
font-family: "Raleway", sans-serif;
color: #6c7279;
font-size: 14px;
line-height: 21px;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.page_header {
background-color: #3a3e64;
margin-bottom: 120px;
}
.nav_container {
padding: 38px 0;
}
.logo {
display: inline-block;
vertical-align: middle;
}
.site_navigation {
display: inline-block;
margin: 0;
padding: 0;
font-size: 13px;
list-style: none;
width: 977px;
text-align: right;
/* background-color: red; */
vertical-align: middle;
}
.site_navigation li {
display: inline-block;
/* margin-right: 60px; */
}
.site_navigation li:not(:last-child) {
margin-right: 60px;
}
.site_navigation a {
display: block;
color: ffffff;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
line-height: 16px;
}
.site_navigation a:visited {
color: rgb(186, 204, 167);
}
.site_navigation a:hover,
.site_navigation a:focus {
color: red;
}
/* FEATURES SECTION */
.features {
margin-bottom: 120px;
}
/* features_list */
.features_list {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
.feature_item {
width: 370px;
display: inline-block;
/* margin-right: 30px; */
text-align: center;
margin-bottom: 72px;
padding: 0 38px;
}
.feature_item:not(:nth-child(3n)) {
margin-right: 30px;
}
.feature_item:nth-last-child(-n + 3) {
margin-bottom: 0;
}
/* .feature_item:nth-child(3n) {
margin-right: 0;
} */
.feature_title {
color: #2d3033;
font-size: 14px;
line-height: 17px;
margin-bottom: 24px;
}
.feature_description {
font-size: 14px;
}
/* TEAM SECTION */
.team {
margin-bottom: 120px;
}
.team_list {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
.team_member {
display: inline-block;
width: 270px;
}
.team_member:not(:nth-child(4n)) {
margin-right: 30px;
}
.team_member_name {
font-size: 22px;
line-height: 26px;
color: #2d3033;
font-weight: 700;
}
.team_member_occupatoin {
font-size: 13px;
line-height: 16px;
color: #e84545;
}
.about_member {
font-size: 13px;
}
.team_member_socials {
list-style: none;
font-size: 14px;
margin: 0;
padding: 0;
}
.team_member_socials a {
display: block;
width: 40px;
height: 40px;
font-size: 13px;
border-style: solid;
border-width: 1px;
border-color: rgb(232, 236, 238);
background-repeat: no-repeat;
background-position: center;
}
.team_member_socials a:hover,
.team_member_socials a:focus {
background-color: red;
}
.icon_Facebook {
background-image: url(../images/Facebook_Icon.png);
}
.icon_Twitter {
background-image: url(../images/Twitter_Icon.png);
}
.icon_Linked_In {
background-image: url(../images/Linked_In_Icon.png);
}
.team_member_socials li {
display: inline-block;
}
/* FOOTER */
.page_footer {
background-color: #3a3e64;
}
.download_button {
border: none;
margin: 0;
padding: 14px 82px;
width: 280px;
/* height: 48px; */
background-color: red;
font-size: 13px;
line-height: 21px;
font-weight: 700;
color: lemonchiffon;
text-transform: uppercase;
cursor: pointer;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
} | M3-videos/css/styles.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 1170px;
/* background-color: teal; */
margin: 0 auto;
}
body {
font-family: "Raleway", sans-serif;
color: #6c7279;
font-size: 14px;
line-height: 21px;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.page_header {
background-color: #3a3e64;
margin-bottom: 120px;
}
.nav_container {
padding: 38px 0;
}
.logo {
display: inline-block;
vertical-align: middle;
}
.site_navigation {
display: inline-block;
margin: 0;
padding: 0;
font-size: 13px;
list-style: none;
width: 977px;
text-align: right;
/* background-color: red; */
vertical-align: middle;
}
.site_navigation li {
display: inline-block;
/* margin-right: 60px; */
}
.site_navigation li:not(:last-child) {
margin-right: 60px;
}
.site_navigation a {
display: block;
color: ffffff;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
line-height: 16px;
}
.site_navigation a:visited {
color: rgb(186, 204, 167);
}
.site_navigation a:hover,
.site_navigation a:focus {
color: red;
}
/* FEATURES SECTION */
.features {
margin-bottom: 120px;
}
/* features_list */
.features_list {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
.feature_item {
width: 370px;
display: inline-block;
/* margin-right: 30px; */
text-align: center;
margin-bottom: 72px;
padding: 0 38px;
}
.feature_item:not(:nth-child(3n)) {
margin-right: 30px;
}
.feature_item:nth-last-child(-n + 3) {
margin-bottom: 0;
}
/* .feature_item:nth-child(3n) {
margin-right: 0;
} */
.feature_title {
color: #2d3033;
font-size: 14px;
line-height: 17px;
margin-bottom: 24px;
}
.feature_description {
font-size: 14px;
}
/* TEAM SECTION */
.team {
margin-bottom: 120px;
}
.team_list {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
.team_member {
display: inline-block;
width: 270px;
}
.team_member:not(:nth-child(4n)) {
margin-right: 30px;
}
.team_member_name {
font-size: 22px;
line-height: 26px;
color: #2d3033;
font-weight: 700;
}
.team_member_occupatoin {
font-size: 13px;
line-height: 16px;
color: #e84545;
}
.about_member {
font-size: 13px;
}
.team_member_socials {
list-style: none;
font-size: 14px;
margin: 0;
padding: 0;
}
.team_member_socials a {
display: block;
width: 40px;
height: 40px;
font-size: 13px;
border-style: solid;
border-width: 1px;
border-color: rgb(232, 236, 238);
background-repeat: no-repeat;
background-position: center;
}
.team_member_socials a:hover,
.team_member_socials a:focus {
background-color: red;
}
.icon_Facebook {
background-image: url(../images/Facebook_Icon.png);
}
.icon_Twitter {
background-image: url(../images/Twitter_Icon.png);
}
.icon_Linked_In {
background-image: url(../images/Linked_In_Icon.png);
}
.team_member_socials li {
display: inline-block;
}
/* FOOTER */
.page_footer {
background-color: #3a3e64;
}
.download_button {
border: none;
margin: 0;
padding: 14px 82px;
width: 280px;
/* height: 48px; */
background-color: red;
font-size: 13px;
line-height: 21px;
font-weight: 700;
color: lemonchiffon;
text-transform: uppercase;
cursor: pointer;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
} | 0.4917 | 0.078642 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body {
background: #ffa0ce;
}
* {
box-sizing: border-box;
}
#container {
width: 80px;
height: 80px;
position: absolute;
top: 0;
left: 0;
}
#burger {
cursor: pointer;
opacity: 0;
animation: fadein 0.2s ease 1s forwards;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
}
#burger .filling, #burger .bun {
display: block;
position: absolute;
left: 50%;
transform: translate(-50%, -50%) rotate(0deg);
height: 10%;
width: 70%;
transform-origin: 50% 50%;
transition: top 0.4s ease 0.4s, transform 0.4s ease 0.4s;
}
#burger .filling:before, #burger .bun:before, #burger .filling:after, #burger .bun:after {
content: "";
display: block;
height: 40%;
background: white;
position: absolute;
top: 50%;
transform: translate(0%, -45%);
transition: background 0.2s ease, box-shadow 0.2s ease;
}
#burger .filling:before, #burger .bun:before {
left: 0;
width: calc(-1px + 75%);
border-radius: 10px 0 0 10px;
}
#burger .filling:after, #burger .bun:after {
right: 0;
width: calc(-1px + 25%);
}
#burger:hover .bun.top:before {
background: #FEE;
box-shadow: #F00 0 0 10px 1px;
}
#burger:hover .bun.bottom:before {
background: #DFF;
box-shadow: #0FF 0 0 10px 1px;
}
#burger:hover .filling:before {
background: #EFE;
box-shadow: #0F0 0 0 10px 1px;
}
#burger .bun.top {
top: 25%;
}
#burger .bun.bottom {
top: 75%;
}
#burger .filling {
top: 50%;
transform: translate(-50%, -50%) rotate(180deg);
animation: green-ls-out 0.8s ease forwards;
}
#burger.active .bun {
border-radius: 3px;
top: 50%;
transition: top 0.4s ease, transform 0.4s ease;
}
#burger.active .bun.top {
transform: translate(-50%, -50%) rotate(-225deg);
}
#burger.active .bun.bottom {
transform: translate(-50%, -50%) rotate(405deg);
}
#burger.active .filling {
transform: translate(-50%, -50%) rotate(-90deg);
animation: green-ls-in 0.8s ease forwards;
}
nav {
font-family: Open Sans, serif;
color: white;
background: #111;
position: absolute;
transform: translatex(-100%);
transition: transform 0.2s ease;
top: 80px;
bottom: 0;
padding-right: 16px;
width: 300px;
}
nav.show {
transform: translatex(0%);
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
nav ul li {
background: #ecfcff;
box-shadow: #4df 0 0 0 2px;
font-size: 1.75em;
line-height: 1.25em;
padding: 0;
margin: 16px 0;
width: 0;
border-radius: 0 100px 100px 0;
transition: width 0.2s ease, padding 0.2s ease, color 0.2s ease, text-shadow 0.2s ease;
}
nav ul li:hover {
box-shadow: #4df 0 0 20px 2px;
text-shadow: #4df 0 0 6px, #4df 0 0 10px;
}
nav ul li:hover {
width: 100%;
padding: 0 16px 0 0;
color: black;
}
nav ul li a {
display: block;
text-decoration: none;
width: 300px;
color: inherit;
padding-left: 16px;
}
nav ul li.green {
background: #e6ffe6;
box-shadow: #0F0 0 0 0 2px;
}
nav ul li.green:hover {
box-shadow: #0F0 0 0 20px 2px;
text-shadow: #0F0 0 0 6px, #0F0 0 0 10px;
}
nav ul li.red {
background: #ffe6e6;
box-shadow: #F00 0 0 0 2px;
}
nav ul li.red:hover {
box-shadow: #F00 0 0 20px 2px;
text-shadow: #F00 0 0 6px, #F00 0 0 10px;
}
nav ul li.purple {
background: #fae6fa;
box-shadow: #c0c 0 0 0 2px;
}
nav ul li.purple:hover {
box-shadow: #c0c 0 0 20px 2px;
text-shadow: #c0c 0 0 6px, #c0c 0 0 10px;
}
nav ul li.yellow {
background: #ffffe6;
box-shadow: #FF0 0 0 0 2px;
}
nav ul li.yellow:hover {
box-shadow: #FF0 0 0 20px 2px;
text-shadow: #FF0 0 0 6px, #FF0 0 0 10px;
}
@keyframes green-ls-in {
0% {
transform: translate(-50%, -50%) rotate(180deg);
}
50% {
transform: translate(-50%, -50%) rotate(-90deg);
}
100% {
transform: translate(-50%, -50%) rotate(-90deg) translate(200%, 0%);
}
}
@keyframes green-ls-out {
0% {
transform: translate(-50%, -200%) rotate(-90deg);
}
50% {
transform: translate(-50%, -50%) rotate(-90deg);
}
100% {
transform: translate(-50%, -50%) rotate(180deg);
}
}
@keyframes fadein {
from {
Opacity: 0;
}
to {
Opacity: 1;
}
} | css/hamburger.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body {
background: #ffa0ce;
}
* {
box-sizing: border-box;
}
#container {
width: 80px;
height: 80px;
position: absolute;
top: 0;
left: 0;
}
#burger {
cursor: pointer;
opacity: 0;
animation: fadein 0.2s ease 1s forwards;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
}
#burger .filling, #burger .bun {
display: block;
position: absolute;
left: 50%;
transform: translate(-50%, -50%) rotate(0deg);
height: 10%;
width: 70%;
transform-origin: 50% 50%;
transition: top 0.4s ease 0.4s, transform 0.4s ease 0.4s;
}
#burger .filling:before, #burger .bun:before, #burger .filling:after, #burger .bun:after {
content: "";
display: block;
height: 40%;
background: white;
position: absolute;
top: 50%;
transform: translate(0%, -45%);
transition: background 0.2s ease, box-shadow 0.2s ease;
}
#burger .filling:before, #burger .bun:before {
left: 0;
width: calc(-1px + 75%);
border-radius: 10px 0 0 10px;
}
#burger .filling:after, #burger .bun:after {
right: 0;
width: calc(-1px + 25%);
}
#burger:hover .bun.top:before {
background: #FEE;
box-shadow: #F00 0 0 10px 1px;
}
#burger:hover .bun.bottom:before {
background: #DFF;
box-shadow: #0FF 0 0 10px 1px;
}
#burger:hover .filling:before {
background: #EFE;
box-shadow: #0F0 0 0 10px 1px;
}
#burger .bun.top {
top: 25%;
}
#burger .bun.bottom {
top: 75%;
}
#burger .filling {
top: 50%;
transform: translate(-50%, -50%) rotate(180deg);
animation: green-ls-out 0.8s ease forwards;
}
#burger.active .bun {
border-radius: 3px;
top: 50%;
transition: top 0.4s ease, transform 0.4s ease;
}
#burger.active .bun.top {
transform: translate(-50%, -50%) rotate(-225deg);
}
#burger.active .bun.bottom {
transform: translate(-50%, -50%) rotate(405deg);
}
#burger.active .filling {
transform: translate(-50%, -50%) rotate(-90deg);
animation: green-ls-in 0.8s ease forwards;
}
nav {
font-family: Open Sans, serif;
color: white;
background: #111;
position: absolute;
transform: translatex(-100%);
transition: transform 0.2s ease;
top: 80px;
bottom: 0;
padding-right: 16px;
width: 300px;
}
nav.show {
transform: translatex(0%);
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
nav ul li {
background: #ecfcff;
box-shadow: #4df 0 0 0 2px;
font-size: 1.75em;
line-height: 1.25em;
padding: 0;
margin: 16px 0;
width: 0;
border-radius: 0 100px 100px 0;
transition: width 0.2s ease, padding 0.2s ease, color 0.2s ease, text-shadow 0.2s ease;
}
nav ul li:hover {
box-shadow: #4df 0 0 20px 2px;
text-shadow: #4df 0 0 6px, #4df 0 0 10px;
}
nav ul li:hover {
width: 100%;
padding: 0 16px 0 0;
color: black;
}
nav ul li a {
display: block;
text-decoration: none;
width: 300px;
color: inherit;
padding-left: 16px;
}
nav ul li.green {
background: #e6ffe6;
box-shadow: #0F0 0 0 0 2px;
}
nav ul li.green:hover {
box-shadow: #0F0 0 0 20px 2px;
text-shadow: #0F0 0 0 6px, #0F0 0 0 10px;
}
nav ul li.red {
background: #ffe6e6;
box-shadow: #F00 0 0 0 2px;
}
nav ul li.red:hover {
box-shadow: #F00 0 0 20px 2px;
text-shadow: #F00 0 0 6px, #F00 0 0 10px;
}
nav ul li.purple {
background: #fae6fa;
box-shadow: #c0c 0 0 0 2px;
}
nav ul li.purple:hover {
box-shadow: #c0c 0 0 20px 2px;
text-shadow: #c0c 0 0 6px, #c0c 0 0 10px;
}
nav ul li.yellow {
background: #ffffe6;
box-shadow: #FF0 0 0 0 2px;
}
nav ul li.yellow:hover {
box-shadow: #FF0 0 0 20px 2px;
text-shadow: #FF0 0 0 6px, #FF0 0 0 10px;
}
@keyframes green-ls-in {
0% {
transform: translate(-50%, -50%) rotate(180deg);
}
50% {
transform: translate(-50%, -50%) rotate(-90deg);
}
100% {
transform: translate(-50%, -50%) rotate(-90deg) translate(200%, 0%);
}
}
@keyframes green-ls-out {
0% {
transform: translate(-50%, -200%) rotate(-90deg);
}
50% {
transform: translate(-50%, -50%) rotate(-90deg);
}
100% {
transform: translate(-50%, -50%) rotate(180deg);
}
}
@keyframes fadein {
from {
Opacity: 0;
}
to {
Opacity: 1;
}
} | 0.47171 | 0.134491 |
position: relative;
float: left;
width: 100%;
margin-bottom: 1px;
background-color: #e8e8e8;
}
#es-modal-box #map{
height: 100%;
margin-top: 12px;
}
.map_dialog_button{
position: relative;
float: left;
width: auto;
text-align: center;
height: auto;
margin-left: 10px;
border: groove 1px #ccc;
box-shadow: 0.5px 1px 1px #a6a6a6;
cursor: pointer;
user-select: none;
}
.styled-select {
position: relative;
float: right;
width: auto;
height: auto;
overflow: hidden;
/*background: url(new_arrow.png) no-repeat right #ddd;*/
border:2px solid #e7e7e7;
background-color: #e7e7e7;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.styled-select:hover {
background-color: #CCCCCC;
}
.styled-select select {
background: transparent;
width: 268px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 0;
height: 34px;
-webkit-appearance: none;
text-align: center;
}
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible{
display: none;
}
.ol-zoom.ol-unselectable.ol-control{
background: #ffffff;
border: 1px solid #ccc;
position: absolute;
top: 2%;
right: 1%;
z-index: 1;
}
.ol-rotate-reset{
display: none;
}
div.ol-geocoder.gcd-gl-container{
position: absolute;
top: 4px;
left: .5em;
box-sizing: border-box;
overflow: visible;
}
.gcd-gl-btn {
display: none;
}
.custom-button {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
padding:5px;
border:2px solid #e7e7e7;
background-color: #e7e7e7;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
height: 31px;
margin-top: 5px;
margin-right: 10px;
}
.custom-button:hover {
background-color: #CCCCCC;
} | node_modules/es_client/plugins/maps/styles/map_dialog.css | position: relative;
float: left;
width: 100%;
margin-bottom: 1px;
background-color: #e8e8e8;
}
#es-modal-box #map{
height: 100%;
margin-top: 12px;
}
.map_dialog_button{
position: relative;
float: left;
width: auto;
text-align: center;
height: auto;
margin-left: 10px;
border: groove 1px #ccc;
box-shadow: 0.5px 1px 1px #a6a6a6;
cursor: pointer;
user-select: none;
}
.styled-select {
position: relative;
float: right;
width: auto;
height: auto;
overflow: hidden;
/*background: url(new_arrow.png) no-repeat right #ddd;*/
border:2px solid #e7e7e7;
background-color: #e7e7e7;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.styled-select:hover {
background-color: #CCCCCC;
}
.styled-select select {
background: transparent;
width: 268px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 0;
height: 34px;
-webkit-appearance: none;
text-align: center;
}
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible{
display: none;
}
.ol-zoom.ol-unselectable.ol-control{
background: #ffffff;
border: 1px solid #ccc;
position: absolute;
top: 2%;
right: 1%;
z-index: 1;
}
.ol-rotate-reset{
display: none;
}
div.ol-geocoder.gcd-gl-container{
position: absolute;
top: 4px;
left: .5em;
box-sizing: border-box;
overflow: visible;
}
.gcd-gl-btn {
display: none;
}
.custom-button {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
padding:5px;
border:2px solid #e7e7e7;
background-color: #e7e7e7;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
height: 31px;
margin-top: 5px;
margin-right: 10px;
}
.custom-button:hover {
background-color: #CCCCCC;
} | 0.469034 | 0.100216 |
body {
margin: 0;
width: 100%;
height: 100%;
}
.App {
box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background: radial-gradient(ellipse at bottom, #495666 0%, #222538 100%);
margin: auto;
}
.main-login {
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
background-image: url('/coverPhoto.jpg');
background-size: cover;
background-position: center;
background-attachment:fixed;
}
.logo-area {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 30px;
}
.big-logo {
display: flex;
flex-direction: column;
align-items: center;
}
.app-name {
color: rgb(165, 143, 23);
font-family: 'UnifrakturMaguntia', cursive;
font-size: 100px;
margin: 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.logo1 {
width: 250px;
}
.login-input {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}
.user-input {
opacity: 0.6;
padding: 8px;
font-size: 22px;
border-radius: 5px;
margin: 5px 0;
height: 40px;
width: 330px;
}
.sign-in-form{
display: flex;
flex-direction: column;
align-items: center;
}
.login-buttons {
display: flex;
margin-top: 5px;
}
h2 {
color: rgb(230, 230, 230);
font-family: 'Josefin Sans', sans-serif;
font-size: 35px;
}
.login-page-button {
background: radial-gradient(ellipse at bottom, rgb(253, 129, 139, 0.7), rgb(253, 129, 139));
border: none;
width: 160px;
height: 50px;
font-size: 20px;
padding: 5px;
margin: 5px 0;
color: white;
font-family: 'Josefin Sans', sans-serif;
}
.login-page-button a{
color:inherit;
text-decoration: none;
}
.submit-button {
border-right: 1px solid grey;
}
/*------------------*/
/*---PROFILE-PAGE---*/
/*------------------*/
.upper-profile-div{
height: 600px;
background-image: url('/black-lord-of-the-rings-wallpaper-simple-white-abyss-sample-adjustable-background-motive.jpg');
background-size: cover;
background-position: center;
border-bottom: 2px solid black;
}
.profile-page {
display: flex;
flex-direction: column;
background: radial-gradient(ellipse at bottom, #495666 0%, #222538 100%);
}
.photo-choose {
display: flex;
flex-direction: column;
position: absolute;
top: 500px;
left: 50px;
}
#upload-photo {
opacity: 0;
}
.upload-profile {
border: 1px solid rgb(122, 88, 14, 0.7);
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
color: white;
padding: 10px;
width: 230px;
text-align: center;
}
.upload-profile:hover {
color: black;
}
.profile-photo {
max-width: 250px;
max-height: 250px;
border: 1px solid black;
background: radial-gradient(ellipse at bottom, rgba(255, 245, 246, 0.7), rgb(255, 255, 255));
position: absolute;
left: 50px;
top: 250px;
}
.left-and-right {
display: flex;
flex-direction: column;
height: auto;
}
.left-profile-side {
display: flex;
flex-direction: column;
height: 650px;
width: 800px;
margin: 40px auto;
}
.right-profile-side {
display: flex;
flex-direction: column;
align-items: center;
width: 50%;
margin: 40px auto;
}
.left-values {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30px;
font-weight: 600;
color: rgb(44, 44, 44);
text-shadow: 1px 1px 2px rgb(70, 93, 221);
padding: 30px 60px;
border-bottom: 1px solid rgb(0, 0, 0);
background: radial-gradient(ellipse at bottom, #83878b 0%, #393c4e 100%);
margin: 20px 0;
height: 300px;
}
.logout {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 70px;
width: 130px;
height: 55px;
font-size: 20px;
cursor: pointer;
border-radius: 5px;
background: radial-gradient(ellipse at bottom, #5583b1 0%, #3748a8 100%);
border: 1px solid rgb(0, 0, 0);
}
.log-out-button-text {
color: white;
}
.log-out-button-text:hover {
color: rgb(255, 202, 89);
}
.links {
text-decoration: none;
}
.my-inventory {
display: flex;
flex-direction: column;
color: rgb(44, 44, 44);
border-bottom: 1px solid rgb(0, 0, 0);
background: radial-gradient(ellipse at bottom, #83878b 0%, #393c4e 100%);
width: 800px;
margin: 0 0 30px 0;
}
.inventory-title {
text-shadow: 1px 1px 2px rgb(70, 93, 221);
text-align: center;
font-size: 30px;
padding: 0 60px;
}
.showing-items {
display: inline-flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 0 40px 40px;
}
.inventory-items {
font-size: 25px;
font-weight: 600;
}
.inventoryList {
display:flex;
font-size: 25px;
margin: 5px 0px;
color: rgb(39, 39, 39);
border: 0;
width: fit-content;
}
.inventoryList:hover {
color: rgb(255, 202, 89);
}
.inventory-empty {
margin-bottom: 30px;
}
/*------------------*/
/*-----FOOTER-------*/
/*------------------*/
.navbar-div{
position: fixed;
width: 100%;
bottom: 0;
}
.navbar {
display: flex;
flex-direction: row;
align-items: center;
height: 6.8vh;
list-style: none;
padding: 0;
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
font-size: 35px;
justify-content: space-between;
}
.ion-android-contact,
.ion-map,
.ion-aperture,
.ion-person-add {
margin: 20px 15px;
color: white;
}
.ion-android-contact:hover,
.ion-map:hover,
.ion-aperture:hover,
.ion-person-add:hover {
color: rgb(255, 202, 89);
}
/*------------------*/
/*--CREATE-ACCOUNT--*/
/*------------------*/
.create-account {
display: flex;
flex-direction: column;
align-items: center;
}
.create-new-account {
background-image: url('/coverPhoto.jpg');
background-size: cover;
background-position: center;
background-attachment:fixed;
height: 100vh;
}
.user-input2 {
opacity: 0.6;
padding: 12px;
margin: 6px 0;
font-size: 22px;
border-radius: 5px;
width: 320px;
height: 32px;
}
.create-profile-buttons {
display: flex;
}
/*------------------*/
/*--FRIENDS-LOOKUP--*/
/*------------------*/
.friends {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 93.2vh;
}
.friend-input {
opacity: 0.8;
padding: 12px;
font-size: 22px;
border-radius: 5px;
width: 320px;
margin: 17px 0;
height: 32px;
}
.lookup-title {
color: rgb(22, 22, 22);
margin: 0px;
}
.friends {
background-image: url('/Fantasy-Forest-widescreen.jpg');
height: 100vh;
opacity: 1;
background-size: cover;
background-position: center;
}
.search-results {
display: flex;
flex-direction: column;
align-items: center;
}
.top-results {
color: rgb(95, 95, 95);
}
.friend-button-search {
background: radial-gradient(ellipse at bottom, #424242 0%, #070707 100%);
border: none;
width: 160px;
height: 50px;
font-size: 20px;
padding: 5px;
margin: 5px 0;
color: white;
font-family: 'Josefin Sans', sans-serif;
}
.friend-button-search:hover {
color: grey;
cursor: pointer;
}
/*------------------*/
/*----COLLECTION----*/
/*------------------*/
.collections-header {
color: rgb(165, 143, 23);
font-family: 'UnifrakturMaguntia', cursive;
font-size: 100px;
text-align: center;
margin: 30px 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.collections {
height: auto;
background: radial-gradient(ellipse at bottom, #83878b 0%, #393c4e 100%);
display: flex;
flex-direction: column;
align-content: center;
}
.main-collection {
display: flex;
flex-direction: column;
align-items: center;
}
.parts {
display: flex;
text-align: center;
margin: 40px auto;
padding-bottom: 30px;
}
.collection-img {
width: 140px;
height: 140px;
border-radius: 50%;
margin-top: 30px;
background: white;
padding: 5px;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.collection-img:hover {
transition: 0.3s;
box-shadow: 0px 0px 100px rgb(255, 202, 89);
width: 150px;
height: 150px;
}
.one-part-img {
width: 110px;
height: 110px;
border-radius: 50%;
padding: 5px;
margin: 20px 120px 5px 120px;
background: white;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.one-part-img:hover {
transition: 0.3s;
width: 120px;
box-shadow: 0px 0px 100px rgb(255, 202, 89);
height: 120px;
}
hr {
width: 80%;
border-color: grey;
}
/*------------------*/
/*---SEARCH-FRIEND--*/
/*------------------*/
.route-container {
/* min-height: 950px; */
}
.Players {
color: rgb(165, 143, 23);
font-family: 'UnifrakturCook', cursive;
font-size: 100px;
text-align: center;
margin: 30px 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.listOfFriends {
display: flex;
flex-direction: column;
align-items: center;
height: auto;
}
.friend-card {
display: flex;
justify-content: space-between;
width: auto;
height: auto;
padding: 10px;
margin: 20px auto;
background: radial-gradient(ellipse at bottom, #a4a8ac 0%, #393c4e 100%);
border-bottom: 2px solid black;
}
.friend-properties {
display: flex;
flex-direction: column;
align-content: flex-start;
padding: 0px 40px 0px 40px;
}
.friend-name,
.friend-email {
margin: 6px 0;
font-size: 15px;
font-size: 30px;
font-weight: 300;
}
.user-name,
.user-email {
margin: 6px 0;
font-size: 25px;
}
.friend-image,
.friend-image-notFound {
width: 220px;
height: 220px;
border-radius: 5px;
margin: 10px;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.friend-image-notFound {
background: white;
}
.add-friend-button {
margin: 10px -1px;
width: 150px;
height: 50px;
border-radius: 5px;
border-color: black;
color: white;
font-size: 19px;
background: radial-gradient(ellipse at bottom, rgba(81, 81, 90, 0.7), rgb(22, 22, 22));
}
.add-friend-button:hover {
color: grey;
cursor: pointer;
}
.back-button2 {
width: 170px;
height: 50px;
font-size: 20px;
border-radius: 5px;
font-weight: 600;
margin: 30px auto 100px auto;
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
color: white;
border: 1px solid black;
}
.back-button2:hover,
.back-button:hover {
color: rgb(255, 202, 89);
cursor: pointer;
}
.no-users {
font-weight: 600;
color: rgb(128, 90, 90);
padding: 15px;
background: #495666;
border: 1px solid black;
border-radius: 8px;
font-size: 50px;
}
/*------------------*/
/*-----ITEM-PAGE----*/
/*------------------*/
.item-page {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background: linear-gradient(to bottom, #9b9eaa 0%,#6b7392 60%,rgb(36, 41, 54) 100%);
}
.item-name {
font-size: 70px;
font-family: 'UnifrakturMaguntia', cursive;
color: rgb(165, 143, 23);
margin: 10px 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.item-img {
width: 300px;
border: 2px solid black;
margin: 10px;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.item-description {
font-size: 25px;
color: rgb(0, 0, 0);
text-align: center;
margin: 0 10px;
}
.items-use-for {
font-size: 25px;
color: rgb(0, 0, 0);
}
.use-for {
font-size: 20px;
color: rgb(0, 0, 0);
}
.back-button {
width: 170px;
height: 50px;
font-size: 20px;
border-radius: 5px;
font-weight: 600;
margin: 30px;
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
color: white;
border: 1px solid black;
}
/*------------------*/
/*------QUERIES-----*/
/*------------------*/
@media only screen and (max-width: 1455px) {
.parts {
margin: 30px auto;
padding-bottom: 30px;
}
.collection-img {
width: 130px;
height: 130px;
}
.one-part-img {
width: 100px;
height: 100px;
margin: 20px 60px 5px 60px;
}
}
@media only screen and (max-width: 940px) {
.parts {
margin: 20px auto;
padding-bottom: 30px;
}
.collection-img {
width: 100px;
height: 100px;
}
.one-part-img {
width: 70px;
height: 70px;
margin: 20px 40px 5px 40px;
}
.profile-photo {
position: absolute;
left: 35%;
}
.photo-choose {
position: absolute;
left: 35%;
}
.Players {
font-size: 80px;
}
}
@media only screen and (max-width: 830px) {
.left-profile-side {
height: auto;
width: 600px;
margin: 20px auto;
}
p {
margin: 5px 0;
}
.right-profile-side {
display: flex;
flex-direction: column;
align-items: center;
width: 50%;
margin: 20px auto;
}
.left-values {
display: flex;
flex-direction: column;
align-items: center;
font-size: 25px;
padding: 10px 40px;
height: auto;
margin: 10px 0;
}
.my-inventory {
display: flex;
flex-direction: column;
align-items: center;
width: 600px;
margin: 0 0 30px 0;
}
.inventory-items {
font-size: 20px;
font-weight: 600;
}
.Players {
font-size: 60px;
}
.friend-card {
width: auto;
}
}
@media only screen and (max-width: 655px) {
.left-profile-side {
width: 360px;
}
.my-inventory {
width: 360px;
padding: 10px 0;
}
.collections-header {
font-size: 50px;
margin: 20px 0;
}
.parts {
margin: 10px auto;
padding-bottom: 20px;
}
.collection-img {
width: 80px;
height: 80px;
}
.one-part-img {
width: 55px;
height: 55px;
margin: 10px 15px 5px 15px;
}
h3 {
font-size: 15px;
}
.friend-card {
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
}
.add-friend-button {
margin: 20px 0;
}
.friend-properties {
display: flex;
flex-direction: column;
align-items: center;
}
}
@media only screen and (max-width: 600px) {
.app-name {
font-size: 55px;
}
.profile-photo {
position: absolute;
left: 15%;
}
.photo-choose {
position: absolute;
left: 15%;
}
.content-container {
max-height: 2000px;
}
.item-name {
font-size: 50px;
}
} | src/index.css | body {
margin: 0;
width: 100%;
height: 100%;
}
.App {
box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background: radial-gradient(ellipse at bottom, #495666 0%, #222538 100%);
margin: auto;
}
.main-login {
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
background-image: url('/coverPhoto.jpg');
background-size: cover;
background-position: center;
background-attachment:fixed;
}
.logo-area {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 30px;
}
.big-logo {
display: flex;
flex-direction: column;
align-items: center;
}
.app-name {
color: rgb(165, 143, 23);
font-family: 'UnifrakturMaguntia', cursive;
font-size: 100px;
margin: 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.logo1 {
width: 250px;
}
.login-input {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}
.user-input {
opacity: 0.6;
padding: 8px;
font-size: 22px;
border-radius: 5px;
margin: 5px 0;
height: 40px;
width: 330px;
}
.sign-in-form{
display: flex;
flex-direction: column;
align-items: center;
}
.login-buttons {
display: flex;
margin-top: 5px;
}
h2 {
color: rgb(230, 230, 230);
font-family: 'Josefin Sans', sans-serif;
font-size: 35px;
}
.login-page-button {
background: radial-gradient(ellipse at bottom, rgb(253, 129, 139, 0.7), rgb(253, 129, 139));
border: none;
width: 160px;
height: 50px;
font-size: 20px;
padding: 5px;
margin: 5px 0;
color: white;
font-family: 'Josefin Sans', sans-serif;
}
.login-page-button a{
color:inherit;
text-decoration: none;
}
.submit-button {
border-right: 1px solid grey;
}
/*------------------*/
/*---PROFILE-PAGE---*/
/*------------------*/
.upper-profile-div{
height: 600px;
background-image: url('/black-lord-of-the-rings-wallpaper-simple-white-abyss-sample-adjustable-background-motive.jpg');
background-size: cover;
background-position: center;
border-bottom: 2px solid black;
}
.profile-page {
display: flex;
flex-direction: column;
background: radial-gradient(ellipse at bottom, #495666 0%, #222538 100%);
}
.photo-choose {
display: flex;
flex-direction: column;
position: absolute;
top: 500px;
left: 50px;
}
#upload-photo {
opacity: 0;
}
.upload-profile {
border: 1px solid rgb(122, 88, 14, 0.7);
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
color: white;
padding: 10px;
width: 230px;
text-align: center;
}
.upload-profile:hover {
color: black;
}
.profile-photo {
max-width: 250px;
max-height: 250px;
border: 1px solid black;
background: radial-gradient(ellipse at bottom, rgba(255, 245, 246, 0.7), rgb(255, 255, 255));
position: absolute;
left: 50px;
top: 250px;
}
.left-and-right {
display: flex;
flex-direction: column;
height: auto;
}
.left-profile-side {
display: flex;
flex-direction: column;
height: 650px;
width: 800px;
margin: 40px auto;
}
.right-profile-side {
display: flex;
flex-direction: column;
align-items: center;
width: 50%;
margin: 40px auto;
}
.left-values {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30px;
font-weight: 600;
color: rgb(44, 44, 44);
text-shadow: 1px 1px 2px rgb(70, 93, 221);
padding: 30px 60px;
border-bottom: 1px solid rgb(0, 0, 0);
background: radial-gradient(ellipse at bottom, #83878b 0%, #393c4e 100%);
margin: 20px 0;
height: 300px;
}
.logout {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 70px;
width: 130px;
height: 55px;
font-size: 20px;
cursor: pointer;
border-radius: 5px;
background: radial-gradient(ellipse at bottom, #5583b1 0%, #3748a8 100%);
border: 1px solid rgb(0, 0, 0);
}
.log-out-button-text {
color: white;
}
.log-out-button-text:hover {
color: rgb(255, 202, 89);
}
.links {
text-decoration: none;
}
.my-inventory {
display: flex;
flex-direction: column;
color: rgb(44, 44, 44);
border-bottom: 1px solid rgb(0, 0, 0);
background: radial-gradient(ellipse at bottom, #83878b 0%, #393c4e 100%);
width: 800px;
margin: 0 0 30px 0;
}
.inventory-title {
text-shadow: 1px 1px 2px rgb(70, 93, 221);
text-align: center;
font-size: 30px;
padding: 0 60px;
}
.showing-items {
display: inline-flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 0 40px 40px;
}
.inventory-items {
font-size: 25px;
font-weight: 600;
}
.inventoryList {
display:flex;
font-size: 25px;
margin: 5px 0px;
color: rgb(39, 39, 39);
border: 0;
width: fit-content;
}
.inventoryList:hover {
color: rgb(255, 202, 89);
}
.inventory-empty {
margin-bottom: 30px;
}
/*------------------*/
/*-----FOOTER-------*/
/*------------------*/
.navbar-div{
position: fixed;
width: 100%;
bottom: 0;
}
.navbar {
display: flex;
flex-direction: row;
align-items: center;
height: 6.8vh;
list-style: none;
padding: 0;
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
font-size: 35px;
justify-content: space-between;
}
.ion-android-contact,
.ion-map,
.ion-aperture,
.ion-person-add {
margin: 20px 15px;
color: white;
}
.ion-android-contact:hover,
.ion-map:hover,
.ion-aperture:hover,
.ion-person-add:hover {
color: rgb(255, 202, 89);
}
/*------------------*/
/*--CREATE-ACCOUNT--*/
/*------------------*/
.create-account {
display: flex;
flex-direction: column;
align-items: center;
}
.create-new-account {
background-image: url('/coverPhoto.jpg');
background-size: cover;
background-position: center;
background-attachment:fixed;
height: 100vh;
}
.user-input2 {
opacity: 0.6;
padding: 12px;
margin: 6px 0;
font-size: 22px;
border-radius: 5px;
width: 320px;
height: 32px;
}
.create-profile-buttons {
display: flex;
}
/*------------------*/
/*--FRIENDS-LOOKUP--*/
/*------------------*/
.friends {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 93.2vh;
}
.friend-input {
opacity: 0.8;
padding: 12px;
font-size: 22px;
border-radius: 5px;
width: 320px;
margin: 17px 0;
height: 32px;
}
.lookup-title {
color: rgb(22, 22, 22);
margin: 0px;
}
.friends {
background-image: url('/Fantasy-Forest-widescreen.jpg');
height: 100vh;
opacity: 1;
background-size: cover;
background-position: center;
}
.search-results {
display: flex;
flex-direction: column;
align-items: center;
}
.top-results {
color: rgb(95, 95, 95);
}
.friend-button-search {
background: radial-gradient(ellipse at bottom, #424242 0%, #070707 100%);
border: none;
width: 160px;
height: 50px;
font-size: 20px;
padding: 5px;
margin: 5px 0;
color: white;
font-family: 'Josefin Sans', sans-serif;
}
.friend-button-search:hover {
color: grey;
cursor: pointer;
}
/*------------------*/
/*----COLLECTION----*/
/*------------------*/
.collections-header {
color: rgb(165, 143, 23);
font-family: 'UnifrakturMaguntia', cursive;
font-size: 100px;
text-align: center;
margin: 30px 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.collections {
height: auto;
background: radial-gradient(ellipse at bottom, #83878b 0%, #393c4e 100%);
display: flex;
flex-direction: column;
align-content: center;
}
.main-collection {
display: flex;
flex-direction: column;
align-items: center;
}
.parts {
display: flex;
text-align: center;
margin: 40px auto;
padding-bottom: 30px;
}
.collection-img {
width: 140px;
height: 140px;
border-radius: 50%;
margin-top: 30px;
background: white;
padding: 5px;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.collection-img:hover {
transition: 0.3s;
box-shadow: 0px 0px 100px rgb(255, 202, 89);
width: 150px;
height: 150px;
}
.one-part-img {
width: 110px;
height: 110px;
border-radius: 50%;
padding: 5px;
margin: 20px 120px 5px 120px;
background: white;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.one-part-img:hover {
transition: 0.3s;
width: 120px;
box-shadow: 0px 0px 100px rgb(255, 202, 89);
height: 120px;
}
hr {
width: 80%;
border-color: grey;
}
/*------------------*/
/*---SEARCH-FRIEND--*/
/*------------------*/
.route-container {
/* min-height: 950px; */
}
.Players {
color: rgb(165, 143, 23);
font-family: 'UnifrakturCook', cursive;
font-size: 100px;
text-align: center;
margin: 30px 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.listOfFriends {
display: flex;
flex-direction: column;
align-items: center;
height: auto;
}
.friend-card {
display: flex;
justify-content: space-between;
width: auto;
height: auto;
padding: 10px;
margin: 20px auto;
background: radial-gradient(ellipse at bottom, #a4a8ac 0%, #393c4e 100%);
border-bottom: 2px solid black;
}
.friend-properties {
display: flex;
flex-direction: column;
align-content: flex-start;
padding: 0px 40px 0px 40px;
}
.friend-name,
.friend-email {
margin: 6px 0;
font-size: 15px;
font-size: 30px;
font-weight: 300;
}
.user-name,
.user-email {
margin: 6px 0;
font-size: 25px;
}
.friend-image,
.friend-image-notFound {
width: 220px;
height: 220px;
border-radius: 5px;
margin: 10px;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.friend-image-notFound {
background: white;
}
.add-friend-button {
margin: 10px -1px;
width: 150px;
height: 50px;
border-radius: 5px;
border-color: black;
color: white;
font-size: 19px;
background: radial-gradient(ellipse at bottom, rgba(81, 81, 90, 0.7), rgb(22, 22, 22));
}
.add-friend-button:hover {
color: grey;
cursor: pointer;
}
.back-button2 {
width: 170px;
height: 50px;
font-size: 20px;
border-radius: 5px;
font-weight: 600;
margin: 30px auto 100px auto;
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
color: white;
border: 1px solid black;
}
.back-button2:hover,
.back-button:hover {
color: rgb(255, 202, 89);
cursor: pointer;
}
.no-users {
font-weight: 600;
color: rgb(128, 90, 90);
padding: 15px;
background: #495666;
border: 1px solid black;
border-radius: 8px;
font-size: 50px;
}
/*------------------*/
/*-----ITEM-PAGE----*/
/*------------------*/
.item-page {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background: linear-gradient(to bottom, #9b9eaa 0%,#6b7392 60%,rgb(36, 41, 54) 100%);
}
.item-name {
font-size: 70px;
font-family: 'UnifrakturMaguntia', cursive;
color: rgb(165, 143, 23);
margin: 10px 0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.item-img {
width: 300px;
border: 2px solid black;
margin: 10px;
box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.item-description {
font-size: 25px;
color: rgb(0, 0, 0);
text-align: center;
margin: 0 10px;
}
.items-use-for {
font-size: 25px;
color: rgb(0, 0, 0);
}
.use-for {
font-size: 20px;
color: rgb(0, 0, 0);
}
.back-button {
width: 170px;
height: 50px;
font-size: 20px;
border-radius: 5px;
font-weight: 600;
margin: 30px;
background: radial-gradient(ellipse at bottom, rgba(87, 89, 172, 0.7), rgb(45, 67, 165));
color: white;
border: 1px solid black;
}
/*------------------*/
/*------QUERIES-----*/
/*------------------*/
@media only screen and (max-width: 1455px) {
.parts {
margin: 30px auto;
padding-bottom: 30px;
}
.collection-img {
width: 130px;
height: 130px;
}
.one-part-img {
width: 100px;
height: 100px;
margin: 20px 60px 5px 60px;
}
}
@media only screen and (max-width: 940px) {
.parts {
margin: 20px auto;
padding-bottom: 30px;
}
.collection-img {
width: 100px;
height: 100px;
}
.one-part-img {
width: 70px;
height: 70px;
margin: 20px 40px 5px 40px;
}
.profile-photo {
position: absolute;
left: 35%;
}
.photo-choose {
position: absolute;
left: 35%;
}
.Players {
font-size: 80px;
}
}
@media only screen and (max-width: 830px) {
.left-profile-side {
height: auto;
width: 600px;
margin: 20px auto;
}
p {
margin: 5px 0;
}
.right-profile-side {
display: flex;
flex-direction: column;
align-items: center;
width: 50%;
margin: 20px auto;
}
.left-values {
display: flex;
flex-direction: column;
align-items: center;
font-size: 25px;
padding: 10px 40px;
height: auto;
margin: 10px 0;
}
.my-inventory {
display: flex;
flex-direction: column;
align-items: center;
width: 600px;
margin: 0 0 30px 0;
}
.inventory-items {
font-size: 20px;
font-weight: 600;
}
.Players {
font-size: 60px;
}
.friend-card {
width: auto;
}
}
@media only screen and (max-width: 655px) {
.left-profile-side {
width: 360px;
}
.my-inventory {
width: 360px;
padding: 10px 0;
}
.collections-header {
font-size: 50px;
margin: 20px 0;
}
.parts {
margin: 10px auto;
padding-bottom: 20px;
}
.collection-img {
width: 80px;
height: 80px;
}
.one-part-img {
width: 55px;
height: 55px;
margin: 10px 15px 5px 15px;
}
h3 {
font-size: 15px;
}
.friend-card {
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
}
.add-friend-button {
margin: 20px 0;
}
.friend-properties {
display: flex;
flex-direction: column;
align-items: center;
}
}
@media only screen and (max-width: 600px) {
.app-name {
font-size: 55px;
}
.profile-photo {
position: absolute;
left: 15%;
}
.photo-choose {
position: absolute;
left: 15%;
}
.content-container {
max-height: 2000px;
}
.item-name {
font-size: 50px;
}
} | 0.506347 | 0.097305 |
@font-face {
font-family: 'HelveticaNeue-Thin';
font-style: normal;
font-weight: normal;
src: local('HelveticaNeue-Thin'), url('/assets/fonts/HelveticaNeue-Thin.ttf') format('truetype');
}
* {
margin: 0px;
padding: 0px;
}
p {
margin-bottom: 20px;
}
p.right {
text-align: right;
}
html, body {
font-size: 20px;
line-height: 30px;
width: 100%;
height: 100%;
background-image:url('/images/bosco.jpg');
background-attachment:fixed;
}
h1, h2, h3, h4, h5, h6 {
z-index:1;
font-family: "HelveticaNeue-Thin";
color: #73519D;
font-weight:bold;
}
h1 {
font-size: 40px;
line-height: 60px;
margin-top: 20px;
text-transform: uppercase;
}
h2 {
font-size: 24px;
line-height: 40px;
text-transform: uppercase;
}
h3 {
margin: 20px 0 20px 0;
}
a:link {
color: #73519D;
}
a:visited {
color: #73519D;
}
a:hover {
color: #73519D;
text-decoration: underline;
}
a:active {
color: #73519D;
}
.box {
margin-top: 20px;
background: url('/images/op.png');
}
nav.menu {
margin-bottom: 20px;
}
nav a,
header a {
text-decoration: none;
}
nav a:hover,
header a:hover {
text-decoration: none;
}
nav {
text-transform: uppercase;
}
nav ul {
margin-top: 20px;
list-style:none;
}
nav ul li {
padding: 0 0 0 50px;
}
nav ul li a:hover {
text-decoration: underline;
}
nav ul li.current {
background-color: red;
background: url('/images/bird.png') 10px 4px no-repeat;
}
nav ul li.current a:hover {
text-decoration: none;
}
article {
height: 100%;
margin: 0px;
padding-bottom: 20px;
}
article ul {
padding-left: 20px;
}
article.casa {
background: url(/images/pages/home.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
article.alloggi {
background: url(/images/pages/bed.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
article.info {
background: url(/images/pages/info.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
article.contatti {
background: url(/images/pages/contacts.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
figure {
margin-top: 20px;
padding: 0;
border: 0;
}
nav.flag img {
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
display:block;
max-width:100%;
height:auto;
}
nav.flag img.active {
box-shadow: 0px 0px 24px #73519D;
}
figure img.casa,
figure img.logo {
background: url('/images/op.png');
width: 100%;
margin-bottom: 20px;
}
iframe {
margin-bottom: 20px;
}
footer {
margin: 20px 0 0 0;
}
footer.info2 p {
text-align: right;
} | dst/assets/css/style.css | @font-face {
font-family: 'HelveticaNeue-Thin';
font-style: normal;
font-weight: normal;
src: local('HelveticaNeue-Thin'), url('/assets/fonts/HelveticaNeue-Thin.ttf') format('truetype');
}
* {
margin: 0px;
padding: 0px;
}
p {
margin-bottom: 20px;
}
p.right {
text-align: right;
}
html, body {
font-size: 20px;
line-height: 30px;
width: 100%;
height: 100%;
background-image:url('/images/bosco.jpg');
background-attachment:fixed;
}
h1, h2, h3, h4, h5, h6 {
z-index:1;
font-family: "HelveticaNeue-Thin";
color: #73519D;
font-weight:bold;
}
h1 {
font-size: 40px;
line-height: 60px;
margin-top: 20px;
text-transform: uppercase;
}
h2 {
font-size: 24px;
line-height: 40px;
text-transform: uppercase;
}
h3 {
margin: 20px 0 20px 0;
}
a:link {
color: #73519D;
}
a:visited {
color: #73519D;
}
a:hover {
color: #73519D;
text-decoration: underline;
}
a:active {
color: #73519D;
}
.box {
margin-top: 20px;
background: url('/images/op.png');
}
nav.menu {
margin-bottom: 20px;
}
nav a,
header a {
text-decoration: none;
}
nav a:hover,
header a:hover {
text-decoration: none;
}
nav {
text-transform: uppercase;
}
nav ul {
margin-top: 20px;
list-style:none;
}
nav ul li {
padding: 0 0 0 50px;
}
nav ul li a:hover {
text-decoration: underline;
}
nav ul li.current {
background-color: red;
background: url('/images/bird.png') 10px 4px no-repeat;
}
nav ul li.current a:hover {
text-decoration: none;
}
article {
height: 100%;
margin: 0px;
padding-bottom: 20px;
}
article ul {
padding-left: 20px;
}
article.casa {
background: url(/images/pages/home.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
article.alloggi {
background: url(/images/pages/bed.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
article.info {
background: url(/images/pages/info.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
article.contatti {
background: url(/images/pages/contacts.png) center 40px no-repeat;
background-size: 320px 320px, auto;
}
figure {
margin-top: 20px;
padding: 0;
border: 0;
}
nav.flag img {
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
display:block;
max-width:100%;
height:auto;
}
nav.flag img.active {
box-shadow: 0px 0px 24px #73519D;
}
figure img.casa,
figure img.logo {
background: url('/images/op.png');
width: 100%;
margin-bottom: 20px;
}
iframe {
margin-bottom: 20px;
}
footer {
margin: 20px 0 0 0;
}
footer.info2 p {
text-align: right;
} | 0.184547 | 0.081082 |
@-moz-document domain('cracked.com'), url-prefix('http://cracked.com') {
/*
A quick and dirty (and I do mean dirty) modification of DarkanX's Cracked 2016 Wide & Trimmed
https://userstyles.org/styles/90019/cracked-2016-wide-trimmed
Note: This has been forked from DarkanX's style so code here is different from his current version.
*/
/* Red Background Gradient */
html, body
{
background: none !important;
background-color: #0E0E0E !important;
}
/* Stuff to Hide */
/* Ads */
body footer.footer {
display: none;
}
.ad,
.mainAd,
.content-card-ad,
.ad320x50,
.ad300x250,
.ad340x140,
.ad600x500,
.Ad609x234,
.ad618x171,
.ad728x90,
.ad300x250_300x600,
.ad300x250_btf,
.ad300x250Right,
.adunitMiddle,
#adunitBottom,
.adMarvel250,
#tl_ad,
#google_top_static_frame,
.tt-wrapper,
.ad-footer,
.ebz_native,
.mobileTopAd,
p a[target="_blank"][href*="crackedhouseads"] img,
#outstream,
.newsletterPopUp,
div[id*="google_ads"],
div[id*="ad_container"],
#footTrack,
#skin-banner
{
display: none !important;
}
/* Social Media Garbage */
#persistent-share,
#inline-share-buttons,
.shareBarV2,
.FacebookLike,
.socialShareModule ul li a.btnSocialFacebook,
.socialShareModule ul li a.btnSocialTwitter,
.facebookWrapperModule
{
display: none !important;
}
/* Popups */
.preloaded_lightbox,
.fb_digioh-overlay,
.sumome-vex
{
display: none !important;
}
body.sumome-vex-open
{
overflow: auto !important;
}
/* Other Junk */
.contentBoxWrapper,
.contentTopModule,
.recommendedForYourPleasureFrendlyModule,
.recommendedForYourPleasureModule,
.quickFixModule,
#RecommendedV2,
.columnistsModule,
.trc_related_container,
.upNextModule,
.mainFrame:before,
.mainFrame:after,
.shadowDivider,
.shadowDividerMedium
{
display: none !important;
}
/* Disable Background Ad Click Events */
body.has-skin
{
pointer-events: none;
}
body.has-skin div
{
pointer-events: auto;
}
/* Front Page */
body
{
padding-top: 0px !important;
}
#wrapper
{
padding-top: 60px !important;
width: auto !important;
max-width: 990px !important;
background: #000 !important;
margin: auto !important;
}
.container
{
width: auto !important;
max-width: 100% !important; /* Icculus: Modified from source to fix article jump on scroll */
}
.container .content-list
{
margin-left: -10px !important;
}
#navbar .navbar-nav:first-child
{
margin-left: 0px !important;
}
#homeWrapper
{
margin-top: 15px !important;
background: #000 !important;
}
body.has-skin #homeWrapper
{
margin-top: 0px !important;
}
.content-card
{
overflow: hidden !important;
max-height: 335px !important;
}
/* Other Pages */
.mainFrame
{
width: auto !important;
max-width: 990px !important;
background: black !important;
margin: auto !important;
margin-top: -3px !important;
border: 0px !important;
}
.leftColumn
{
margin-left: 0px !important;
}
body.has-skin .headerWrapper
{
margin-bottom: 0px !important;
}
/* Articles */
section .rightColumn
{
display: none !important;
}
section .leftColumn
{
float: none !important;
width: auto !important;
}
section header img,
section figure img,
section p img
{
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* Adblocked Article Tweaks */
.nativeFriendly .mainFrameModule
{
padding: 0px;
border: 0 !important;
}
.nativeFriendly .mainFrameModule.last
{
width: auto !important;
max-width: 950px !important;
margin: auto !important;
background: #000 !important;
}
.articleTop header h1
{
font-size: 29px !important;
}
/* Narrow Width Article Tweaks */
@media only screen and (max-width: 990px)
{
.primaryNav, .secondaryNav
{
display: none !important;
}
header.headerWrapper .mainHeader .headerContainer,
header.headerWrapper .topHeader
{
width: auto !important;
}
.crackedStoreButton.houseTopNavButton
{
display: none !important;
}
section img
{
max-width: 100% !important;
height: auto !important;
}
}
/* Comments */
#Comments .Comment
{
width: 100% !important;
}
#Comments .Comment.Reply,
.nativeFriendly .mainFrameModule .leftColumn #Comments .childComment > .Comment
{
margin-left: 0px !important;
width: 90% !important;
float: right !important;
}
#comment_text
{
width: 97.7% !important;
}
/* Videos */
.noMarginTopWithContent
{
padding-top: 0px !important;
}
.videoSlidesModule
{
left: 10px !important;
}
#videoWrapper,
#dmjwplayer_wrapper,
#videoPlayer,
#dmjwplayer,
.videoWrapperSeriesModule,
#dmjwplayer_displayarea,
#videoPlayer iframe,
.videoPostPlateBG,
.videoPostPlate
{
width: 970px !important;
height: 546px !important;
background: #000 !important;
border: none !important;
}
.playerBackground
{
width: 970px !important;
height: 558px !important;
}
.videoPostPlateWrapper,
.countdownSplash
{
margin: 50px auto auto 170px !important;
}
.videoPlayerModule
{
height: 80px !important;
}
.videoExperienceWrapper
{
padding-top: 50px !important;
}
.videoWrapperSeriesModule:after
{
bottom: -23px !important;
z-index: -1 !important;
}
.videos-recent,
.socialVideoContainer,
.videoDockButtons,
.socialVideoBox,
#share2
{
display: none !important;
}
/* Category Front Pages */
.categoryFeatured.large,
.transparentTopBox
{
margin-left: 170px !important;
}
.categoryFeatured.small
{
margin-left: 68px !important;
}
html.category body
{
background-repeat: no-repeat !important;
background-position: center top !important;
}
html.category.movies-tv body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_moviestv.jpg) !important;
background-color: #1f0c02 !important;
}
html.category.video-games body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_videogames.jpg) !important;
background-color: #000 !important;
}
html.category.weird-world body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_weirdworld.jpg) !important;
background-color: #05182f !important;
}
html.category.history body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_history.jpg) !important;
background-color: #271609 !important;
}
html.category.science body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_science.jpg) !important;
background-color: #00031e !important;
}
html.category.tech body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_tech.jpg) !important;
background-color: #111111 !important;
}
html.category.music body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_music.jpg) !important;
background-color: #030204 !important;
}
html.category.sports body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_sports.jpg) !important;
background-color: #111111 !important;
}
html.category.celebrities body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_celebrities.jpg) !important;
background-color: #000 !important;
}
html.category.sex body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_sex.jpg) !important;
background-color: #3b000c !important;
}
html.category.news body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_news.jpg) !important;
background-color: #000000 !important;
}
/* Modifications by Icculus574 */
.mainFrameModule.breadCrumbs {
background: black !important;
}
.mainFrameModule.breadCrumbs a {
color: #b5b5b5 !important;
}
.mainFrame .mainFrameModule .fullColumn {
background: black !important;
}
.mainFrame .mainFrameModule {
background: black !important;
color: #b5b5b5 !important;
}
.shadow-bottom {
background: black !important;
}
.mainFrame .mainFrameModule .leftColumn {
background: black !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule {
background: black !important;
border: none !important;
}
.mainFrame .mainFrameModule .CKTabs .tabs .tab {
background: black !important;
color: #a5a5a5 !important;
border-top: 1px solid #353535 !important;
border-right: 1px solid #353535 !important;
border-left: 1px solid #353535 !important;
border-bottom: none !important;
}
#header.navbar {
background-color:#2a333a;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper {
background-color:#2a333a;
}
#header.navbar .navbar-nav>li.dropdown:hover a {
background-color: #2a333a;
}
#header.navbar .navbar-nav>li>a {
color: #e4e4e4;
font-family: 'proximaNovaSemibold';
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
padding: 7px 10px 18px;
}
#header.navbar .navbar-nav>li.dropdown>a:hover, #header.navbar .navbar-nav>li.dropdown>a:focus {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper .header-featured-browse-wrapper .header-browse-by>ul li a:hover {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper .header-featured-browse-wrapper .header-btn {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper .header-featured-browse-wrapper .header-featured .subheader-card h5 a {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li>a:hover, #header.navbar .navbar-nav>li>a:focus {
color: #e4e4e4;
}
#header {
border-bottom: none;
}
#header.navbar .navbar-nav>li.nav-icon a.blue-color {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li.dropdown:hover>a {
color: #e4e4e4;
}
#headerSearch, #headerSearchCanvas {
background: #2a333a;
}
#headerSearch #headerSearchSubmit, #headerSearch #headerSearchSubmitCanvas, #headerSearchCanvas #headerSearchSubmit, #headerSearchCanvas #headerSearchSubmitCanvas {
width: 160px;
height: 45px;
float: right;
color: #fff;
margin-left: 30px;
border-radius: 4px;
border: 0;
border: 1px solid #3C2222;
line-height: 19px;
font-size: 18px;
background: #AF3434;
text-shadow: 1px 1px 0px #666666;
}
#header .sub-nav-wrapper .container {
margin: 10px;
}
.persistent-share li a {
display:none;
}
h3 a {
color: #809CBB !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule .listEntry .meta .author a {
color: #809CBB !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule .listEntry .meta .author {
color: #809CBB !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule .listEntry {
border-bottom: 1px solid #353535 !important;
}
.CKTabs .tabs {
border-bottom: 1px solid #353535 !important;
}
#Comments {
background: black !important;
}
#Comments .Comment .text {
color: #b5b5b5 !important;
}
#Comments section.body #comment_text {
color: #b5b5b5 !important;
background: #292929 !important;
border: 1px solid #353535 !important;
}
#Comments section.body .notification a {
color: #809CBB !important;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter {
background: #3A3A3A;
color: #809CBB;
}
#Comments .Comment .meta {
background: black !important;
}
#Comments .Comment .meta .user .username {
color: #809CBB !important;
padding-left: 5px;
}
#Comments .Comment .meta .user .avatar {
border: 1px solid #353535 !important;
}
.mainFrame .mainFrameModule .fullColumn {
border-top: 1px solid #353535 !important;
}
#Comments .Comment .reply, #Comments .Comment .seeAll, #Comments .Comment .hideAll, #Comments .Comment .edit, #Comments .Comment .delete, #Comments .Comment .deleteUser a {
color: #809CBB !important;
}
#Comments .Comment .seeAll, #Comments .Comment .hideAll {
border-right: none !important;
}
#Comments {
border: none;
}
.mainFrame .mainFrameModule .fullColumn .videoTitleModule .body {
border-bottom: none;
}
.module.genericLeftModule header, .module.genericLeftModule .categoryTitle {
border-bottom: 1px solid #353535 !important;
padding: 7px;
}
#Comments section.body .more-button-container {
border-top: 1px solid #353535 !important;
}
header.headerWrapper .secondaryNav .secondaryContainer li.store {
display: none;
}
header.headerWrapper .secondaryNav {
background: #353535;
}
header.headerWrapper .primaryNav li, header.headerWrapper .secondaryNav .secondaryContainer li a {
color: #809CBB;
border-right: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav li, header.headerWrapper .secondaryNav .secondaryContainer li:hover {
color: #A4B7CC;
background: #545454;
}
.dropShadowBottomCurved {
background: black;
}
p a {
text-decoration: none;
color: #809CBB !important;
}
section header img, section figure img, section p img {
padding-bottom: 7px;
}
.mainFrameModule article.module section .subheading {
border-top: 1px solid #353535;
border-bottom: 1px solid #353535;
}
.mainFrameModule article.module footer .meta a {
color: #809CBB !important;
}
.mainFrameModule article.module footer .meta .by a {
color: #809CBB !important;
}
.mainFrameModule article.module footer .meta .date {
border-left: 1px solid #565656;
border-right: 1px solid #565656;
}
.socialShareModule ul li a.btnSocialFavorites.off {
display: none;
}
.mainFrameModule article.module figure {
border-top: 1px solid #4C4C4C;
}
.mainFrameModule article.module {
border: none;
}
.card-vertical .content-card {
border: none;
}
.card-md-vertical .content-card {
border: none;
}
.card-md-vertical .content-card .content-card-content {
background: #353535;
}
.content-card-content ul {
color: #809CBB;
}
header.headerWrapper .primaryNav > ul > li > ul {
background: black;
}
header.headerWrapper .primaryNav > ul > li > ul a {
color: #809CBB !important;
}
.secondaryNav .secondaryContainer li:hover {
background: black;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li {
background: black;
border-bottom: 1px solid #4C4C4C;
border-right: 1px solid #4C4C4C;
border-left: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta .authors, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta .authors {
color: #809CBB !important;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule:hover, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule:hover {
background: #313131;
}
header.headerWrapper .primaryNav > ul > li > ul li h3 {
border-bottom: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li hr, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li hr {
border-bottom: none !important;
}
header.headerWrapper .primaryNav > ul > li > a {
border-right:none;
}
header.headerWrapper .secondaryNav .secondaryContainer li.virals a {
color: #DC6764;
}
header.headerWrapper .secondaryNav .secondaryContainer li.virals a .icnViral {
display:none;
}
#rssIcon {
display: none !important;
}
.mainFrameModule article.module footer .meta .by {
color: #809CBB !important;
}
.PaginationContent a {
color: #809CBB !important;
}
.PaginationContent li a.next, .PaginationContent li a.blueArrowNext {
border-left: 1px solid #4C4C4C;
}
.PaginationContent li a.prev, .PaginationContent li a.blueArrowPrev {
border-right: 1px solid #4C4C4C;
}
.socialShareAfterContent ul {
border-top: 1px solid #4C4C4C;
}
#Comments .header {
border-top: 1px solid #4C4C4C;
border-bottom: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a:hover, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a:hover, header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a.active, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a.active {
background: #464646;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a {
font-weight: bold;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch .gcsLogo {
background: white;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li {
width: 203px;
border: none;
}
.crackedStoreButton.houseTopNavButton a {
display: none !important;
}
.crackedStoreButton {
display: none !important;
}
html.category body header.headerWrapper .secondaryNav .secondaryContainer {
color: #809CBB;
background: #353535 !important;
border-bottom: none;
}
.mainFrame .breadCrumbs {
border-top: 1px solid #4C4C4C;
border-right: none;
border-left: none;
}
.box-module {
background: black;
border: 1px solid #4C4C4C;
}
.card-md-list .content-card {
border-bottom: 1px solid #4C4C4C;
}
.viral-cards-module {
background: black;
border: 1px solid #4C4C4C;
}
.viral-cards-module h2 {
background: #C54040;
}
.viral-cards-module .viral-cards-wrapper .viral-meta-wrapper .viral-view {
color: #C54040;
}
.viral-cards-module .viral-cards-wrapper .viral-image-wrapper .viral-badge {
background: #C54040;
}
#homepodcast {
border-left: 1px solid #4C4C4C;
border-right: 1px solid #4C4C4C;
border-top: none;
}
.content-card-content.gradient {
background: rgba(0, 0, 0, 0.45) !important;
}
h3 a {
text-shadow: 0px 1px rgb(49, 49, 49);
}
.contentInnerWrapper {
background-color:black;
}
.contentInnerWrapper h1 {
color: #b5b5b5;
}
.content {
background: black;
}
.contentInnerWrapper .content-content p {
color: #b5b5b5;
line-height: 26px;
}
.persistent-share-inner.fixed {
visibility: hidden;
}
div.num-wrap {
background: black;
}
.contentInnerWrapper .content-left .subheading span {
background: #B3B3B3;
border: none;
}
.contentInnerWrapper .content-left .subheading {
color: #b5b5b5;
margin-bottom: 30px;
}
.comment-inner {
background: #000 !important;
border: 0px !important;
}
.comment-content {
color: #b5b5b5 !important;
}
.comment-submission-form {
background: #000 !important;
}
.comment-submission .comment-submission-textarea {
background: #292929;
color: #9C9C9C;
border: #424242 1px solid !important;
}
.comment p {
color: #b5b5b5;
}
.comment .meta li a {
color: #809CBB !important;
font-size:14px;
}
.comment .total-votes.negative {
color: #C54040;
}
.comment .total-votes.positive {
color: #72b216;
}
.comment .vote {
border: 1px solid #3C3C3C;
}
.comments-list:before {
background: none !important;
}
.load-more-comments {
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
color: #fff !important;
height: 40px;
width: 187px;
border: 1px solid #3C2222;
line-height: 19px;
font-size: 18px;
background: #AF3434;
padding: 10px 20px 10px 20px;
text-decoration: none !important;
text-shadow: 1px 1px 0px #666666;
position: relative;
bottom: 0;
left: 0;
margin: 0;
z-index: 3;
}
.large-btn {
background: #AF3434;
text-decoration: none;
}
.large-btn:hover {
background: #C54040;
text-decoration: none;
}
.comment-submission .comment-notification a {
color: #809CBB !important;
}
.comments-header h3 {
color: #9C9C9C;
}
.comments-header {
border-bottom: 1px solid #9C9C9C;
}
.comments-header .options a {
color: #809CBB;
}
.comments-header .options a.active {
background: #345C88;
}
.comment-submission .comment-submission-form .add-new-comment {
background-color: #345C88;
}
h2.module-title {
color: #9C9C9C;
}
h2.module-title {
border-bottom: 1px solid #9C9C9C;
}
.continue-reading strong {
display:none;
}
.PaginationContent li {
color: #8C8C8C;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter:hover {
background: #5D5E5F;
color: #A6BED8;
}
#homepodcast {
border-bottom: 1px solid #4C4C4C;
}
.card-md-list .content-card .content-card-content ul {
color: #809CBB !important;
}
.by-line-wrapper h3 {
color: #838383;
}
article p {
color: #b5b5b5 !important;
font-family: 'proximanNovaRegular';
font-size: 18px;
font-weight: normal;
line-height: 30px;
}
.subheading span {
background: #B3B3B3;
border: none;
color: #494949;
}
.module.genericLeftModule header h2, .module.genericLeftModule .categoryTitle h2 {
color: #b5b5b5 !important;
}
h4 {
color: #b5b5b5 !important;
}
h4 a {
color: #b5b5b5 !important;
}
h1 {
color: #b5b5b5 !important;
}
.author {
color: #a5a5a5 !important;
}
.module.genericLeftModule {
border: none;
}
.scroll-bar {
background-color: #616161 !important;
}
.scroll-bar .thumb {
background: #3e3e3e !important;
border: 1px solid #717171 !important;
}
.content-card-content .clickablep a {
color: #a5a5a5 !important;
}
.videoWrapperSeriesModule:after {
background: none;
}
.contentInnerWrapper .content-left .subheading>div a {
color: #809CBB !important;
}
.article .body h2.subheading:hover {
color: #dadada !important;
}
.comments-list>li:last-child:before {
background: none;
}
.ajax-loader {
background: url('https://i.imgur.com/KCCoLxG.gif') center center no-repeat; /* Loading GIF */
}
#infiniteLoader {
background: #000;
}
.header-featured-browse-wrapper {
width: 52% !important;
margin-left: 24%;
}
.meta-wrapper {
bottom: -2px !important;
}
.by-info-wrapper {
color: #838383 !important;
}
.by-info-wrapper a {
color: #809CBB !important;
}
.module.GenericRRModule .body ul li .meta .views {
color: #a5a5a5 !important;
}
.mainFrame .mainFrameModule .videoSeriesModule .body .listEntry .meta .timeViews .date, .mainFrame .mainFrameModule .videoSeriesModule .body .listEntry .meta .timeViews .views {
color: #a5a5a5 !important;
}
.mainFrame .mainFrameModule .videoSeriesModule .body .listEntry {
border-bottom: 1px solid #4C4C4C;
}
.module.GenericRRModule header {
border-bottom: 1px solid #4C4C4C;
}
.module.GenericRRModule {
border: 1px solid #4C4C4C;
}
.module.GenericRRModule .body ul li {
border-bottom: 1px solid #4C4C4C;
}
#taboola-autosized-3r-video {
margin-bottom: 8px;
}
@media (max-width: 992px) and (min-width: 768px) {
.card-sm-vertical .content-card .content-card-content {
background: #353535;
border: none;
}
.card-sm-vertical .content-card {
border:none;
padding-top: 9px !important;
}
}
@media (max-width: 767px) {
.card-md-vertical .content-card .content-card-content {
background: none;
}
.card-xs-list .content-card {
border-bottom: 1px solid #4C4C4C;
}
.card-xs-list .content-card .content-card-content ul li {
color: #809CBB !important;
}
#Comments .Comment .reply-container {
background: #000 !important;
padding: 20px;
clear: both;
display: none;
position: relative;
/*.box-shadow(~'', 0, 10px, 3px, -6px, 0.2);*/
}
#Comments .Comment .reply-container:after {
content: "";
background: #000 !important;
position: absolute;
bottom: -17px;
left: 0px;
width: 617px;
height: 17px;
}
#Comments .Comment .reply-container form {
display: inline-block;
background: #000 !important;
}
#Comments .Comment .reply-container .Heading3 {
display: block;
font-family: 'Arvo', serif;
font-size: 16px;
font-weight: normal;
color: #575757;
margin: 0px 0 13px 7px;
background: #000 !important;
}
#Comments .Comment .reply-container .Heading3 strong {
font-weight: bold;
background: #000 !important;
}
#Comments .Comment .reply-container textarea {
border: 1px solid #e7e7e7;
background: #000 !important;
color: #979797;
width: 559px;
padding: 14px 10px;
-webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
font-family: arial;
font-size: 12px;
height: 110px;
margin-bottom: 15px;
}
.persistent-share {
display: none !important;
}
#header.navbar {
background-color: #2a333a !important;
}
}
} | data/usercss/124476.user.css | @-moz-document domain('cracked.com'), url-prefix('http://cracked.com') {
/*
A quick and dirty (and I do mean dirty) modification of DarkanX's Cracked 2016 Wide & Trimmed
https://userstyles.org/styles/90019/cracked-2016-wide-trimmed
Note: This has been forked from DarkanX's style so code here is different from his current version.
*/
/* Red Background Gradient */
html, body
{
background: none !important;
background-color: #0E0E0E !important;
}
/* Stuff to Hide */
/* Ads */
body footer.footer {
display: none;
}
.ad,
.mainAd,
.content-card-ad,
.ad320x50,
.ad300x250,
.ad340x140,
.ad600x500,
.Ad609x234,
.ad618x171,
.ad728x90,
.ad300x250_300x600,
.ad300x250_btf,
.ad300x250Right,
.adunitMiddle,
#adunitBottom,
.adMarvel250,
#tl_ad,
#google_top_static_frame,
.tt-wrapper,
.ad-footer,
.ebz_native,
.mobileTopAd,
p a[target="_blank"][href*="crackedhouseads"] img,
#outstream,
.newsletterPopUp,
div[id*="google_ads"],
div[id*="ad_container"],
#footTrack,
#skin-banner
{
display: none !important;
}
/* Social Media Garbage */
#persistent-share,
#inline-share-buttons,
.shareBarV2,
.FacebookLike,
.socialShareModule ul li a.btnSocialFacebook,
.socialShareModule ul li a.btnSocialTwitter,
.facebookWrapperModule
{
display: none !important;
}
/* Popups */
.preloaded_lightbox,
.fb_digioh-overlay,
.sumome-vex
{
display: none !important;
}
body.sumome-vex-open
{
overflow: auto !important;
}
/* Other Junk */
.contentBoxWrapper,
.contentTopModule,
.recommendedForYourPleasureFrendlyModule,
.recommendedForYourPleasureModule,
.quickFixModule,
#RecommendedV2,
.columnistsModule,
.trc_related_container,
.upNextModule,
.mainFrame:before,
.mainFrame:after,
.shadowDivider,
.shadowDividerMedium
{
display: none !important;
}
/* Disable Background Ad Click Events */
body.has-skin
{
pointer-events: none;
}
body.has-skin div
{
pointer-events: auto;
}
/* Front Page */
body
{
padding-top: 0px !important;
}
#wrapper
{
padding-top: 60px !important;
width: auto !important;
max-width: 990px !important;
background: #000 !important;
margin: auto !important;
}
.container
{
width: auto !important;
max-width: 100% !important; /* Icculus: Modified from source to fix article jump on scroll */
}
.container .content-list
{
margin-left: -10px !important;
}
#navbar .navbar-nav:first-child
{
margin-left: 0px !important;
}
#homeWrapper
{
margin-top: 15px !important;
background: #000 !important;
}
body.has-skin #homeWrapper
{
margin-top: 0px !important;
}
.content-card
{
overflow: hidden !important;
max-height: 335px !important;
}
/* Other Pages */
.mainFrame
{
width: auto !important;
max-width: 990px !important;
background: black !important;
margin: auto !important;
margin-top: -3px !important;
border: 0px !important;
}
.leftColumn
{
margin-left: 0px !important;
}
body.has-skin .headerWrapper
{
margin-bottom: 0px !important;
}
/* Articles */
section .rightColumn
{
display: none !important;
}
section .leftColumn
{
float: none !important;
width: auto !important;
}
section header img,
section figure img,
section p img
{
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* Adblocked Article Tweaks */
.nativeFriendly .mainFrameModule
{
padding: 0px;
border: 0 !important;
}
.nativeFriendly .mainFrameModule.last
{
width: auto !important;
max-width: 950px !important;
margin: auto !important;
background: #000 !important;
}
.articleTop header h1
{
font-size: 29px !important;
}
/* Narrow Width Article Tweaks */
@media only screen and (max-width: 990px)
{
.primaryNav, .secondaryNav
{
display: none !important;
}
header.headerWrapper .mainHeader .headerContainer,
header.headerWrapper .topHeader
{
width: auto !important;
}
.crackedStoreButton.houseTopNavButton
{
display: none !important;
}
section img
{
max-width: 100% !important;
height: auto !important;
}
}
/* Comments */
#Comments .Comment
{
width: 100% !important;
}
#Comments .Comment.Reply,
.nativeFriendly .mainFrameModule .leftColumn #Comments .childComment > .Comment
{
margin-left: 0px !important;
width: 90% !important;
float: right !important;
}
#comment_text
{
width: 97.7% !important;
}
/* Videos */
.noMarginTopWithContent
{
padding-top: 0px !important;
}
.videoSlidesModule
{
left: 10px !important;
}
#videoWrapper,
#dmjwplayer_wrapper,
#videoPlayer,
#dmjwplayer,
.videoWrapperSeriesModule,
#dmjwplayer_displayarea,
#videoPlayer iframe,
.videoPostPlateBG,
.videoPostPlate
{
width: 970px !important;
height: 546px !important;
background: #000 !important;
border: none !important;
}
.playerBackground
{
width: 970px !important;
height: 558px !important;
}
.videoPostPlateWrapper,
.countdownSplash
{
margin: 50px auto auto 170px !important;
}
.videoPlayerModule
{
height: 80px !important;
}
.videoExperienceWrapper
{
padding-top: 50px !important;
}
.videoWrapperSeriesModule:after
{
bottom: -23px !important;
z-index: -1 !important;
}
.videos-recent,
.socialVideoContainer,
.videoDockButtons,
.socialVideoBox,
#share2
{
display: none !important;
}
/* Category Front Pages */
.categoryFeatured.large,
.transparentTopBox
{
margin-left: 170px !important;
}
.categoryFeatured.small
{
margin-left: 68px !important;
}
html.category body
{
background-repeat: no-repeat !important;
background-position: center top !important;
}
html.category.movies-tv body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_moviestv.jpg) !important;
background-color: #1f0c02 !important;
}
html.category.video-games body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_videogames.jpg) !important;
background-color: #000 !important;
}
html.category.weird-world body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_weirdworld.jpg) !important;
background-color: #05182f !important;
}
html.category.history body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_history.jpg) !important;
background-color: #271609 !important;
}
html.category.science body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_science.jpg) !important;
background-color: #00031e !important;
}
html.category.tech body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_tech.jpg) !important;
background-color: #111111 !important;
}
html.category.music body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_music.jpg) !important;
background-color: #030204 !important;
}
html.category.sports body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_sports.jpg) !important;
background-color: #111111 !important;
}
html.category.celebrities body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_celebrities.jpg) !important;
background-color: #000 !important;
}
html.category.sex body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_sex.jpg) !important;
background-color: #3b000c !important;
}
html.category.news body
{
background-image: url(http://www.cracked.com/ui/shared/images/2013/global/layout/Cracked_news.jpg) !important;
background-color: #000000 !important;
}
/* Modifications by Icculus574 */
.mainFrameModule.breadCrumbs {
background: black !important;
}
.mainFrameModule.breadCrumbs a {
color: #b5b5b5 !important;
}
.mainFrame .mainFrameModule .fullColumn {
background: black !important;
}
.mainFrame .mainFrameModule {
background: black !important;
color: #b5b5b5 !important;
}
.shadow-bottom {
background: black !important;
}
.mainFrame .mainFrameModule .leftColumn {
background: black !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule {
background: black !important;
border: none !important;
}
.mainFrame .mainFrameModule .CKTabs .tabs .tab {
background: black !important;
color: #a5a5a5 !important;
border-top: 1px solid #353535 !important;
border-right: 1px solid #353535 !important;
border-left: 1px solid #353535 !important;
border-bottom: none !important;
}
#header.navbar {
background-color:#2a333a;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper {
background-color:#2a333a;
}
#header.navbar .navbar-nav>li.dropdown:hover a {
background-color: #2a333a;
}
#header.navbar .navbar-nav>li>a {
color: #e4e4e4;
font-family: 'proximaNovaSemibold';
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
padding: 7px 10px 18px;
}
#header.navbar .navbar-nav>li.dropdown>a:hover, #header.navbar .navbar-nav>li.dropdown>a:focus {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper .header-featured-browse-wrapper .header-browse-by>ul li a:hover {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper .header-featured-browse-wrapper .header-btn {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li .sub-nav-wrapper .header-featured-browse-wrapper .header-featured .subheader-card h5 a {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li>a:hover, #header.navbar .navbar-nav>li>a:focus {
color: #e4e4e4;
}
#header {
border-bottom: none;
}
#header.navbar .navbar-nav>li.nav-icon a.blue-color {
color: #e4e4e4;
}
#header.navbar .navbar-nav>li.dropdown:hover>a {
color: #e4e4e4;
}
#headerSearch, #headerSearchCanvas {
background: #2a333a;
}
#headerSearch #headerSearchSubmit, #headerSearch #headerSearchSubmitCanvas, #headerSearchCanvas #headerSearchSubmit, #headerSearchCanvas #headerSearchSubmitCanvas {
width: 160px;
height: 45px;
float: right;
color: #fff;
margin-left: 30px;
border-radius: 4px;
border: 0;
border: 1px solid #3C2222;
line-height: 19px;
font-size: 18px;
background: #AF3434;
text-shadow: 1px 1px 0px #666666;
}
#header .sub-nav-wrapper .container {
margin: 10px;
}
.persistent-share li a {
display:none;
}
h3 a {
color: #809CBB !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule .listEntry .meta .author a {
color: #809CBB !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule .listEntry .meta .author {
color: #809CBB !important;
}
.mainFrame .mainFrameModule .leftColumn .genericLeftModule .listEntry {
border-bottom: 1px solid #353535 !important;
}
.CKTabs .tabs {
border-bottom: 1px solid #353535 !important;
}
#Comments {
background: black !important;
}
#Comments .Comment .text {
color: #b5b5b5 !important;
}
#Comments section.body #comment_text {
color: #b5b5b5 !important;
background: #292929 !important;
border: 1px solid #353535 !important;
}
#Comments section.body .notification a {
color: #809CBB !important;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter {
background: #3A3A3A;
color: #809CBB;
}
#Comments .Comment .meta {
background: black !important;
}
#Comments .Comment .meta .user .username {
color: #809CBB !important;
padding-left: 5px;
}
#Comments .Comment .meta .user .avatar {
border: 1px solid #353535 !important;
}
.mainFrame .mainFrameModule .fullColumn {
border-top: 1px solid #353535 !important;
}
#Comments .Comment .reply, #Comments .Comment .seeAll, #Comments .Comment .hideAll, #Comments .Comment .edit, #Comments .Comment .delete, #Comments .Comment .deleteUser a {
color: #809CBB !important;
}
#Comments .Comment .seeAll, #Comments .Comment .hideAll {
border-right: none !important;
}
#Comments {
border: none;
}
.mainFrame .mainFrameModule .fullColumn .videoTitleModule .body {
border-bottom: none;
}
.module.genericLeftModule header, .module.genericLeftModule .categoryTitle {
border-bottom: 1px solid #353535 !important;
padding: 7px;
}
#Comments section.body .more-button-container {
border-top: 1px solid #353535 !important;
}
header.headerWrapper .secondaryNav .secondaryContainer li.store {
display: none;
}
header.headerWrapper .secondaryNav {
background: #353535;
}
header.headerWrapper .primaryNav li, header.headerWrapper .secondaryNav .secondaryContainer li a {
color: #809CBB;
border-right: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav li, header.headerWrapper .secondaryNav .secondaryContainer li:hover {
color: #A4B7CC;
background: #545454;
}
.dropShadowBottomCurved {
background: black;
}
p a {
text-decoration: none;
color: #809CBB !important;
}
section header img, section figure img, section p img {
padding-bottom: 7px;
}
.mainFrameModule article.module section .subheading {
border-top: 1px solid #353535;
border-bottom: 1px solid #353535;
}
.mainFrameModule article.module footer .meta a {
color: #809CBB !important;
}
.mainFrameModule article.module footer .meta .by a {
color: #809CBB !important;
}
.mainFrameModule article.module footer .meta .date {
border-left: 1px solid #565656;
border-right: 1px solid #565656;
}
.socialShareModule ul li a.btnSocialFavorites.off {
display: none;
}
.mainFrameModule article.module figure {
border-top: 1px solid #4C4C4C;
}
.mainFrameModule article.module {
border: none;
}
.card-vertical .content-card {
border: none;
}
.card-md-vertical .content-card {
border: none;
}
.card-md-vertical .content-card .content-card-content {
background: #353535;
}
.content-card-content ul {
color: #809CBB;
}
header.headerWrapper .primaryNav > ul > li > ul {
background: black;
}
header.headerWrapper .primaryNav > ul > li > ul a {
color: #809CBB !important;
}
.secondaryNav .secondaryContainer li:hover {
background: black;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li {
background: black;
border-bottom: 1px solid #4C4C4C;
border-right: 1px solid #4C4C4C;
border-left: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta .authors, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta .authors {
color: #809CBB !important;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule:hover, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule:hover {
background: #313131;
}
header.headerWrapper .primaryNav > ul > li > ul li h3 {
border-bottom: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li hr, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li hr {
border-bottom: none !important;
}
header.headerWrapper .primaryNav > ul > li > a {
border-right:none;
}
header.headerWrapper .secondaryNav .secondaryContainer li.virals a {
color: #DC6764;
}
header.headerWrapper .secondaryNav .secondaryContainer li.virals a .icnViral {
display:none;
}
#rssIcon {
display: none !important;
}
.mainFrameModule article.module footer .meta .by {
color: #809CBB !important;
}
.PaginationContent a {
color: #809CBB !important;
}
.PaginationContent li a.next, .PaginationContent li a.blueArrowNext {
border-left: 1px solid #4C4C4C;
}
.PaginationContent li a.prev, .PaginationContent li a.blueArrowPrev {
border-right: 1px solid #4C4C4C;
}
.socialShareAfterContent ul {
border-top: 1px solid #4C4C4C;
}
#Comments .header {
border-top: 1px solid #4C4C4C;
border-bottom: 1px solid #4C4C4C;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a:hover, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a:hover, header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a.active, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a.active {
background: #464646;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a {
font-weight: bold;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch .gcsLogo {
background: white;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li, header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li {
width: 203px;
border: none;
}
.crackedStoreButton.houseTopNavButton a {
display: none !important;
}
.crackedStoreButton {
display: none !important;
}
html.category body header.headerWrapper .secondaryNav .secondaryContainer {
color: #809CBB;
background: #353535 !important;
border-bottom: none;
}
.mainFrame .breadCrumbs {
border-top: 1px solid #4C4C4C;
border-right: none;
border-left: none;
}
.box-module {
background: black;
border: 1px solid #4C4C4C;
}
.card-md-list .content-card {
border-bottom: 1px solid #4C4C4C;
}
.viral-cards-module {
background: black;
border: 1px solid #4C4C4C;
}
.viral-cards-module h2 {
background: #C54040;
}
.viral-cards-module .viral-cards-wrapper .viral-meta-wrapper .viral-view {
color: #C54040;
}
.viral-cards-module .viral-cards-wrapper .viral-image-wrapper .viral-badge {
background: #C54040;
}
#homepodcast {
border-left: 1px solid #4C4C4C;
border-right: 1px solid #4C4C4C;
border-top: none;
}
.content-card-content.gradient {
background: rgba(0, 0, 0, 0.45) !important;
}
h3 a {
text-shadow: 0px 1px rgb(49, 49, 49);
}
.contentInnerWrapper {
background-color:black;
}
.contentInnerWrapper h1 {
color: #b5b5b5;
}
.content {
background: black;
}
.contentInnerWrapper .content-content p {
color: #b5b5b5;
line-height: 26px;
}
.persistent-share-inner.fixed {
visibility: hidden;
}
div.num-wrap {
background: black;
}
.contentInnerWrapper .content-left .subheading span {
background: #B3B3B3;
border: none;
}
.contentInnerWrapper .content-left .subheading {
color: #b5b5b5;
margin-bottom: 30px;
}
.comment-inner {
background: #000 !important;
border: 0px !important;
}
.comment-content {
color: #b5b5b5 !important;
}
.comment-submission-form {
background: #000 !important;
}
.comment-submission .comment-submission-textarea {
background: #292929;
color: #9C9C9C;
border: #424242 1px solid !important;
}
.comment p {
color: #b5b5b5;
}
.comment .meta li a {
color: #809CBB !important;
font-size:14px;
}
.comment .total-votes.negative {
color: #C54040;
}
.comment .total-votes.positive {
color: #72b216;
}
.comment .vote {
border: 1px solid #3C3C3C;
}
.comments-list:before {
background: none !important;
}
.load-more-comments {
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
color: #fff !important;
height: 40px;
width: 187px;
border: 1px solid #3C2222;
line-height: 19px;
font-size: 18px;
background: #AF3434;
padding: 10px 20px 10px 20px;
text-decoration: none !important;
text-shadow: 1px 1px 0px #666666;
position: relative;
bottom: 0;
left: 0;
margin: 0;
z-index: 3;
}
.large-btn {
background: #AF3434;
text-decoration: none;
}
.large-btn:hover {
background: #C54040;
text-decoration: none;
}
.comment-submission .comment-notification a {
color: #809CBB !important;
}
.comments-header h3 {
color: #9C9C9C;
}
.comments-header {
border-bottom: 1px solid #9C9C9C;
}
.comments-header .options a {
color: #809CBB;
}
.comments-header .options a.active {
background: #345C88;
}
.comment-submission .comment-submission-form .add-new-comment {
background-color: #345C88;
}
h2.module-title {
color: #9C9C9C;
}
h2.module-title {
border-bottom: 1px solid #9C9C9C;
}
.continue-reading strong {
display:none;
}
.PaginationContent li {
color: #8C8C8C;
}
#Comments .header .Sort-Section .Sort-Subsection .Filter:hover {
background: #5D5E5F;
color: #A6BED8;
}
#homepodcast {
border-bottom: 1px solid #4C4C4C;
}
.card-md-list .content-card .content-card-content ul {
color: #809CBB !important;
}
.by-line-wrapper h3 {
color: #838383;
}
article p {
color: #b5b5b5 !important;
font-family: 'proximanNovaRegular';
font-size: 18px;
font-weight: normal;
line-height: 30px;
}
.subheading span {
background: #B3B3B3;
border: none;
color: #494949;
}
.module.genericLeftModule header h2, .module.genericLeftModule .categoryTitle h2 {
color: #b5b5b5 !important;
}
h4 {
color: #b5b5b5 !important;
}
h4 a {
color: #b5b5b5 !important;
}
h1 {
color: #b5b5b5 !important;
}
.author {
color: #a5a5a5 !important;
}
.module.genericLeftModule {
border: none;
}
.scroll-bar {
background-color: #616161 !important;
}
.scroll-bar .thumb {
background: #3e3e3e !important;
border: 1px solid #717171 !important;
}
.content-card-content .clickablep a {
color: #a5a5a5 !important;
}
.videoWrapperSeriesModule:after {
background: none;
}
.contentInnerWrapper .content-left .subheading>div a {
color: #809CBB !important;
}
.article .body h2.subheading:hover {
color: #dadada !important;
}
.comments-list>li:last-child:before {
background: none;
}
.ajax-loader {
background: url('https://i.imgur.com/KCCoLxG.gif') center center no-repeat; /* Loading GIF */
}
#infiniteLoader {
background: #000;
}
.header-featured-browse-wrapper {
width: 52% !important;
margin-left: 24%;
}
.meta-wrapper {
bottom: -2px !important;
}
.by-info-wrapper {
color: #838383 !important;
}
.by-info-wrapper a {
color: #809CBB !important;
}
.module.GenericRRModule .body ul li .meta .views {
color: #a5a5a5 !important;
}
.mainFrame .mainFrameModule .videoSeriesModule .body .listEntry .meta .timeViews .date, .mainFrame .mainFrameModule .videoSeriesModule .body .listEntry .meta .timeViews .views {
color: #a5a5a5 !important;
}
.mainFrame .mainFrameModule .videoSeriesModule .body .listEntry {
border-bottom: 1px solid #4C4C4C;
}
.module.GenericRRModule header {
border-bottom: 1px solid #4C4C4C;
}
.module.GenericRRModule {
border: 1px solid #4C4C4C;
}
.module.GenericRRModule .body ul li {
border-bottom: 1px solid #4C4C4C;
}
#taboola-autosized-3r-video {
margin-bottom: 8px;
}
@media (max-width: 992px) and (min-width: 768px) {
.card-sm-vertical .content-card .content-card-content {
background: #353535;
border: none;
}
.card-sm-vertical .content-card {
border:none;
padding-top: 9px !important;
}
}
@media (max-width: 767px) {
.card-md-vertical .content-card .content-card-content {
background: none;
}
.card-xs-list .content-card {
border-bottom: 1px solid #4C4C4C;
}
.card-xs-list .content-card .content-card-content ul li {
color: #809CBB !important;
}
#Comments .Comment .reply-container {
background: #000 !important;
padding: 20px;
clear: both;
display: none;
position: relative;
/*.box-shadow(~'', 0, 10px, 3px, -6px, 0.2);*/
}
#Comments .Comment .reply-container:after {
content: "";
background: #000 !important;
position: absolute;
bottom: -17px;
left: 0px;
width: 617px;
height: 17px;
}
#Comments .Comment .reply-container form {
display: inline-block;
background: #000 !important;
}
#Comments .Comment .reply-container .Heading3 {
display: block;
font-family: 'Arvo', serif;
font-size: 16px;
font-weight: normal;
color: #575757;
margin: 0px 0 13px 7px;
background: #000 !important;
}
#Comments .Comment .reply-container .Heading3 strong {
font-weight: bold;
background: #000 !important;
}
#Comments .Comment .reply-container textarea {
border: 1px solid #e7e7e7;
background: #000 !important;
color: #979797;
width: 559px;
padding: 14px 10px;
-webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
font-family: arial;
font-size: 12px;
height: 110px;
margin-bottom: 15px;
}
.persistent-share {
display: none !important;
}
#header.navbar {
background-color: #2a333a !important;
}
}
} | 0.209066 | 0.04798 |
body{
font-family: 'Roboto', sans-serif;
overflow: hidden;
font-size: 12px;
}
*,
::after,
::before {
box-sizing: border-box
}
p {
margin-top: 0;
margin-bottom: 0;
}
img {
vertical-align: middle;
border-style: none
}
.diu-welcome{
width: 100%;
height: 100vh;
display: table;
text-align: center;
padding-right: 400px;
background-color: rgba(0, 0, 0, 0.7);
background-image: url('images/180-unsplash.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.diu-welcome h1{
color: #fff;
margin: 2rem auto;
text-transform: uppercase;
font-size: 3rem;
font-weight: 700;
display: inline-block;
padding: 1rem;
position: relative;
background-color: #28a745;
}
.diu-welcome h1 span{
height: 30px;
width: 30px;
position: absolute;
margin: -2px;
}
.diu-welcome h1 span.lt {
left: 0;
top: 0;
border-left: 2px solid#007bff;
border-top: 2px solid#007bff;
}
.diu-welcome h1 span.lb {
left: 0;
bottom: 0;
border-left: 2px solid#007bff;
border-bottom: 2px solid#007bff;
}
.diu-welcome h1 span.rt {
right: 0;
top: 0;
border-right: 2px solid#007bff;
border-top: 2px solid#007bff;
}
.diu-welcome h1 span.rb {
right: 0;
bottom: 0;
border-right: 2px solid#007bff;
border-bottom: 2px solid#007bff;
}
.diu-welcome .diu-welcome-captions{
display: table-cell;
vertical-align: middle;
}
.diu-welcome .diu-welcome-captions .blockquote{
padding: 0 30px;
}
.diu-access-panel{
top: 0;
position: absolute;
right: 0;
height: 100vh;
width: 400px;
background-color: #fff;
background-image: url('images/login_section.png');
background-repeat: no-repeat;
background-size: contain;
}
.diu-access-panel .diu-ap-logo{
padding: 10px;
text-align: center;
}
.diu-access-panel .diu-ap-logo h5{
padding-top: 15px;
font-size: 18px;
}
.diu-access-panel .diu-ap-header{
padding: 5px 0;
text-align: left;
}
.diu-access-panel .diu-ap-header strong{
display: block;
font-size: 20px;
margin-bottom: 10px;
}
.diu-access-panel .diu-ap-content{
padding: 15px 20px;
}
.diu-access-panel .diu-ap-footer{
padding: 10px;
}
.diu-access-panel .diu-ap-footer p{
font-size: 14px;
text-align: center;
line-height: 20px;
}
@media only screen and (max-width: 768px) {
.diu-welcome{
display: none;
}
.diu-access-panel{
margin: 0 auto;
left: 0;
}
} | public/frontend/css/welcome.css | body{
font-family: 'Roboto', sans-serif;
overflow: hidden;
font-size: 12px;
}
*,
::after,
::before {
box-sizing: border-box
}
p {
margin-top: 0;
margin-bottom: 0;
}
img {
vertical-align: middle;
border-style: none
}
.diu-welcome{
width: 100%;
height: 100vh;
display: table;
text-align: center;
padding-right: 400px;
background-color: rgba(0, 0, 0, 0.7);
background-image: url('images/180-unsplash.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.diu-welcome h1{
color: #fff;
margin: 2rem auto;
text-transform: uppercase;
font-size: 3rem;
font-weight: 700;
display: inline-block;
padding: 1rem;
position: relative;
background-color: #28a745;
}
.diu-welcome h1 span{
height: 30px;
width: 30px;
position: absolute;
margin: -2px;
}
.diu-welcome h1 span.lt {
left: 0;
top: 0;
border-left: 2px solid#007bff;
border-top: 2px solid#007bff;
}
.diu-welcome h1 span.lb {
left: 0;
bottom: 0;
border-left: 2px solid#007bff;
border-bottom: 2px solid#007bff;
}
.diu-welcome h1 span.rt {
right: 0;
top: 0;
border-right: 2px solid#007bff;
border-top: 2px solid#007bff;
}
.diu-welcome h1 span.rb {
right: 0;
bottom: 0;
border-right: 2px solid#007bff;
border-bottom: 2px solid#007bff;
}
.diu-welcome .diu-welcome-captions{
display: table-cell;
vertical-align: middle;
}
.diu-welcome .diu-welcome-captions .blockquote{
padding: 0 30px;
}
.diu-access-panel{
top: 0;
position: absolute;
right: 0;
height: 100vh;
width: 400px;
background-color: #fff;
background-image: url('images/login_section.png');
background-repeat: no-repeat;
background-size: contain;
}
.diu-access-panel .diu-ap-logo{
padding: 10px;
text-align: center;
}
.diu-access-panel .diu-ap-logo h5{
padding-top: 15px;
font-size: 18px;
}
.diu-access-panel .diu-ap-header{
padding: 5px 0;
text-align: left;
}
.diu-access-panel .diu-ap-header strong{
display: block;
font-size: 20px;
margin-bottom: 10px;
}
.diu-access-panel .diu-ap-content{
padding: 15px 20px;
}
.diu-access-panel .diu-ap-footer{
padding: 10px;
}
.diu-access-panel .diu-ap-footer p{
font-size: 14px;
text-align: center;
line-height: 20px;
}
@media only screen and (max-width: 768px) {
.diu-welcome{
display: none;
}
.diu-access-panel{
margin: 0 auto;
left: 0;
}
} | 0.358578 | 0.073165 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.HeadCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 59px;
position: relative;
left: 2%;
}
.HeadCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.HeadCard h1{
float: left;
padding-left: 5px;
margin: auto;
position: relative;
right: 180px;
}
/* ///////////////////////////////////////////// */
.Repairs {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 75px;
position: relative;
left: 2%;
}
.Repairs:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.Repairs h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.HeadCard1 {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 50px;
position: absolute;
left: 33%;
top: 295px;
}
.HeadCard1:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.HeadCard1 h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.HeadCard2 {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 50px;
position: absolute;
left: 33%;
top: 130px;
}
.HeadCard2:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.HeadCard2 h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.WelcomeCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 95%;
position: absolute;
left: 2%;
padding: 2px;
margin-bottom: 5px;
margin-top: 5px;
}
.WelcomeCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
#root > div > div:nth-child(2) > div:nth-child(1) > div.WelcomeCard > h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.TicketCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 61%;
position: relative;
top: 100px;
left: 2%;
}
.TicketCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.TicketCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.COGSCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 61%;
position: relative;
top: 100px;
left: 2%;
margin-top: 50px;
}
.COGSCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.COGSCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
#root > div > div:nth-child(2) > div:nth-child(2) > div.TicketCard > table{
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: rgb(187, 177, 230);}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #04AA6D;
color: white;
}
/* /////////////////////////////////////////////////// */
.TargetCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 350px;
position: relative;
top: 100px;
margin-top: 50px;
float: right;
position: absolute;
top: 450px;
right: 3%;
}
.TargetCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.TargetCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.AboutUsCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 350px;
position: relative;
top: 100px;
margin-top: 50px;
float: right;
position: absolute;
top: 850px;
right: 3%;
}
.AboutUsCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.AboutUsCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.ProfileCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 300px;
position: relative;
top: 100px;
margin-top: 50px;
float: right;
position: absolute;
top: 100px;
right: 3%;
}
.ProfileCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.ProfileCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
#fname{
position: relative;
top: 150px;
right: 20px;
width: 350px;
}
#root > div > div:nth-child(2) > div:nth-child(1) > div.ProfileCard > h1{
position: relative;
top:150px;
right: 20px;
width: 350px;
}
hr{
margin-top: 3px;
width: 100%;
height: 1px;
}
/* //////////////////////////////// */
#root > div > div:nth-child(1){
background-color: rgb(28, 30, 39);
color: aliceblue;
height: 50px;
padding: 5px;
margin-top: 0px;
margin-bottom: 10px;
}
#root > div > div:nth-child(1) > h1{
float: left;
position: relative;
bottom: 12px;
left: 30px;
} | src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.HeadCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 59px;
position: relative;
left: 2%;
}
.HeadCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.HeadCard h1{
float: left;
padding-left: 5px;
margin: auto;
position: relative;
right: 180px;
}
/* ///////////////////////////////////////////// */
.Repairs {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 75px;
position: relative;
left: 2%;
}
.Repairs:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.Repairs h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.HeadCard1 {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 50px;
position: absolute;
left: 33%;
top: 295px;
}
.HeadCard1:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.HeadCard1 h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.HeadCard2 {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 150px;
position: relative;
top: 50px;
position: absolute;
left: 33%;
top: 130px;
}
.HeadCard2:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.HeadCard2 h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.WelcomeCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 95%;
position: absolute;
left: 2%;
padding: 2px;
margin-bottom: 5px;
margin-top: 5px;
}
.WelcomeCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
#root > div > div:nth-child(2) > div:nth-child(1) > div.WelcomeCard > h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.TicketCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 61%;
position: relative;
top: 100px;
left: 2%;
}
.TicketCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.TicketCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.COGSCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 61%;
position: relative;
top: 100px;
left: 2%;
margin-top: 50px;
}
.COGSCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.COGSCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
#root > div > div:nth-child(2) > div:nth-child(2) > div.TicketCard > table{
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: rgb(187, 177, 230);}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #04AA6D;
color: white;
}
/* /////////////////////////////////////////////////// */
.TargetCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 350px;
position: relative;
top: 100px;
margin-top: 50px;
float: right;
position: absolute;
top: 450px;
right: 3%;
}
.TargetCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.TargetCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.AboutUsCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 350px;
position: relative;
top: 100px;
margin-top: 50px;
float: right;
position: absolute;
top: 850px;
right: 3%;
}
.AboutUsCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.AboutUsCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
/* /////////////////////////////////////////////////// */
.ProfileCard {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
height: 300px;
position: relative;
top: 100px;
margin-top: 50px;
float: right;
position: absolute;
top: 100px;
right: 3%;
}
.ProfileCard:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.ProfileCard h1{
float: left;
padding-left: 5px;
margin: auto;
}
#fname{
position: relative;
top: 150px;
right: 20px;
width: 350px;
}
#root > div > div:nth-child(2) > div:nth-child(1) > div.ProfileCard > h1{
position: relative;
top:150px;
right: 20px;
width: 350px;
}
hr{
margin-top: 3px;
width: 100%;
height: 1px;
}
/* //////////////////////////////// */
#root > div > div:nth-child(1){
background-color: rgb(28, 30, 39);
color: aliceblue;
height: 50px;
padding: 5px;
margin-top: 0px;
margin-bottom: 10px;
}
#root > div > div:nth-child(1) > h1{
float: left;
position: relative;
bottom: 12px;
left: 30px;
} | 0.483405 | 0.105856 |
@font-face {
font-family: 'Helvetica Neue Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Italic'), url('HelveticaNeueItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 35 Thin';
font-style: normal;
font-weight: normal;
src: local('Helvetica 35 Thin'), url('HelveticaNeue-Thin.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 37 Thin Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 37 Thin Condensed'), url('HelveticaNeue-ThinCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 37 Thin Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 37 Thin Condensed Oblique'), url('HelveticaNeue-ThinCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 33 Thin Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 33 Thin Extended Oblique'), url('HelveticaNeue-ThinExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 36 Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 36 Thin Italic'), url('HelveticaNeue-ThinItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 43 Light Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 43 Light Extended'), url('HelveticaNeue-LightExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 27 Ultra Light Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 27 Ultra Light Condensed'), url('HelveticaNeue-UltraLigCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 23 Ultra Light Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 23 Ultra Light Extended'), url('HelveticaNeue-UltraLigExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 47 Light Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 47 Light Condensed Oblique'), url('HelveticaNeue-LightCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 43 Light Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 43 Light Extended Oblique'), url('HelveticaNeue-LightExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 27 Ultra Light Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 27 Ultra Light Condensed Oblique'), url('HelveticaNeue-UltraLigCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 83 Heavy Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 83 Heavy Extended'), url('HelveticaNeue-HeavyExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 53 Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 53 Extended'), url('HelveticaNeue-Extended.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 85 Heavy';
font-style: normal;
font-weight: normal;
src: local('Helvetica 85 Heavy'), url('HelveticaNeue-Heavy.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 87 Heavy Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 87 Heavy Condensed'), url('HelveticaNeue-HeavyCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 107 Extra Black Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 107 Extra Black Condensed'), url('HelveticaNeue-ExtBlackCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 57 Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 57 Condensed'), url('HelveticaNeue-Condensed.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 63 Medium Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 63 Medium Extended'), url('HelveticaNeue-MediumExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 55 Roman';
font-style: normal;
font-weight: normal;
src: local('Helvetica 55 Roman'), url('HelveticaNeue-Roman.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 83 Heavy Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 83 Heavy Extended Oblique'), url('HelveticaNeue-HeavyExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 87 Heavy Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 87 Heavy Condensed Oblique'), url('HelveticaNeue-HeavyCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 53 Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 53 Extended Oblique'), url('HelveticaNeue-ExtendedObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 107 Extra Black Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 107 Extra Black Condensed Oblique'), url('HelveticaNeue-ExtBlackCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 57 Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 57 Condensed Oblique'), url('HelveticaNeue-CondensedObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 86 Heavy Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 86 Heavy Italic'), url('HelveticaNeue-HeavyItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 63 Medium Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 63 Medium Extended Oblique'), url('HelveticaNeue-MediumExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 73 Bold Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 73 Bold Extended'), url('HelveticaNeue-BoldExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 73 Bold Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 73 Bold Extended Oblique'), url('HelveticaNeue-BoldExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 77 Bold Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 77 Bold Condensed Oblique'), url('HelveticaNeue-BoldCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 93 Black Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 93 Black Extended'), url('HelveticaNeue-BlackExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 95 Black';
font-style: normal;
font-weight: normal;
src: local('Helvetica 95 Black'), url('HelveticaNeue-Black.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 93 Black Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 93 Black Extended Oblique'), url('HelveticaNeue-BlackExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue UltraLight';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue UltraLight'), url('HelveticaNeueUltraLight.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue UltraLight Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue UltraLight Italic'), url('HelveticaNeueUltraLightItal.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 45 Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica 45 Light'), url('HelveticaNeue-Light.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Light'), url('HelveticaNeueLight.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 47 Light Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 47 Light Condensed'), url('helvetica-47-light-condensed-587ebd7b5a6f6.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Light Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Light Italic'), url('HelveticaNeueLightItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 46 Light Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 46 Light Italic'), url('helvetica-46-light-italic-587ebdb0ea724.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Medium';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Medium'), url('HelveticaNeueMedium.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 67 Medium Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 67 Medium Condensed'), url('HelveticaNeue-MediumCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 65 Medium';
font-style: normal;
font-weight: normal;
src: local('Helvetica 65 Medium'), url('HelveticaNeue-Medium.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 67 Medium Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 67 Medium Condensed Oblique'), url('HelveticaNeue-MediumCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Bold'), url('HelveticaNeueBold.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Condensed Bold'), url('HelveticaNeueCondensedBold.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 75 Bold Outline';
font-style: normal;
font-weight: normal;
src: local('Helvetica 75 Bold Outline'), url('helvetica-75-bold-outline-587ebe00b76ba.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Bold Italic'), url('HelveticaNeueBoldItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 97 Black Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 97 Black Condensed'), url('HelveticaNeue-BlackCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Condensed Black';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Condensed Black'), url('HelveticaNeueCondensedBlack.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 97 Black Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 97 Black Condensed Oblique'), url('HelveticaNeue-BlackCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 96 Black Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 96 Black Italic'), url('HelveticaBlkIt.woff') format('woff');
} | src/fonts/style.css |
@font-face {
font-family: 'Helvetica Neue Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Italic'), url('HelveticaNeueItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 35 Thin';
font-style: normal;
font-weight: normal;
src: local('Helvetica 35 Thin'), url('HelveticaNeue-Thin.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 37 Thin Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 37 Thin Condensed'), url('HelveticaNeue-ThinCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 37 Thin Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 37 Thin Condensed Oblique'), url('HelveticaNeue-ThinCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 33 Thin Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 33 Thin Extended Oblique'), url('HelveticaNeue-ThinExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 36 Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 36 Thin Italic'), url('HelveticaNeue-ThinItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 43 Light Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 43 Light Extended'), url('HelveticaNeue-LightExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 27 Ultra Light Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 27 Ultra Light Condensed'), url('HelveticaNeue-UltraLigCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 23 Ultra Light Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 23 Ultra Light Extended'), url('HelveticaNeue-UltraLigExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 47 Light Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 47 Light Condensed Oblique'), url('HelveticaNeue-LightCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 43 Light Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 43 Light Extended Oblique'), url('HelveticaNeue-LightExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 27 Ultra Light Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 27 Ultra Light Condensed Oblique'), url('HelveticaNeue-UltraLigCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 83 Heavy Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 83 Heavy Extended'), url('HelveticaNeue-HeavyExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 53 Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 53 Extended'), url('HelveticaNeue-Extended.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 85 Heavy';
font-style: normal;
font-weight: normal;
src: local('Helvetica 85 Heavy'), url('HelveticaNeue-Heavy.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 87 Heavy Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 87 Heavy Condensed'), url('HelveticaNeue-HeavyCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 107 Extra Black Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 107 Extra Black Condensed'), url('HelveticaNeue-ExtBlackCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 57 Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 57 Condensed'), url('HelveticaNeue-Condensed.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 63 Medium Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 63 Medium Extended'), url('HelveticaNeue-MediumExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 55 Roman';
font-style: normal;
font-weight: normal;
src: local('Helvetica 55 Roman'), url('HelveticaNeue-Roman.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 83 Heavy Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 83 Heavy Extended Oblique'), url('HelveticaNeue-HeavyExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 87 Heavy Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 87 Heavy Condensed Oblique'), url('HelveticaNeue-HeavyCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 53 Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 53 Extended Oblique'), url('HelveticaNeue-ExtendedObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 107 Extra Black Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 107 Extra Black Condensed Oblique'), url('HelveticaNeue-ExtBlackCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 57 Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 57 Condensed Oblique'), url('HelveticaNeue-CondensedObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 86 Heavy Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 86 Heavy Italic'), url('HelveticaNeue-HeavyItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 63 Medium Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 63 Medium Extended Oblique'), url('HelveticaNeue-MediumExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 73 Bold Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 73 Bold Extended'), url('HelveticaNeue-BoldExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 73 Bold Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 73 Bold Extended Oblique'), url('HelveticaNeue-BoldExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 77 Bold Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 77 Bold Condensed Oblique'), url('HelveticaNeue-BoldCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 93 Black Extended';
font-style: normal;
font-weight: normal;
src: local('Helvetica 93 Black Extended'), url('HelveticaNeue-BlackExt.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 95 Black';
font-style: normal;
font-weight: normal;
src: local('Helvetica 95 Black'), url('HelveticaNeue-Black.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 93 Black Extended Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 93 Black Extended Oblique'), url('HelveticaNeue-BlackExtObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue UltraLight';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue UltraLight'), url('HelveticaNeueUltraLight.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue UltraLight Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue UltraLight Italic'), url('HelveticaNeueUltraLightItal.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 45 Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica 45 Light'), url('HelveticaNeue-Light.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Light'), url('HelveticaNeueLight.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 47 Light Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 47 Light Condensed'), url('helvetica-47-light-condensed-587ebd7b5a6f6.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Light Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Light Italic'), url('HelveticaNeueLightItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 46 Light Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 46 Light Italic'), url('helvetica-46-light-italic-587ebdb0ea724.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Medium';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Medium'), url('HelveticaNeueMedium.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 67 Medium Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 67 Medium Condensed'), url('HelveticaNeue-MediumCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 65 Medium';
font-style: normal;
font-weight: normal;
src: local('Helvetica 65 Medium'), url('HelveticaNeue-Medium.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 67 Medium Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 67 Medium Condensed Oblique'), url('HelveticaNeue-MediumCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Bold'), url('HelveticaNeueBold.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Condensed Bold'), url('HelveticaNeueCondensedBold.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 75 Bold Outline';
font-style: normal;
font-weight: normal;
src: local('Helvetica 75 Bold Outline'), url('helvetica-75-bold-outline-587ebe00b76ba.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Bold Italic'), url('HelveticaNeueBoldItalic.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 97 Black Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica 97 Black Condensed'), url('HelveticaNeue-BlackCond.woff') format('woff');
}
@font-face {
font-family: 'Helvetica Neue Condensed Black';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Condensed Black'), url('HelveticaNeueCondensedBlack.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 97 Black Condensed Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica 97 Black Condensed Oblique'), url('HelveticaNeue-BlackCondObl.woff') format('woff');
}
@font-face {
font-family: 'Helvetica 96 Black Italic';
font-style: normal;
font-weight: normal;
src: local('Helvetica 96 Black Italic'), url('HelveticaBlkIt.woff') format('woff');
} | 0.664758 | 0.067948 |
@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1601px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
.PopularCatCarousel .item { height:335px;}
}
@media screen and (max-width: 1280px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-toggle { display:block; margin-top:3px;}
.navbar-collapse.collapse.menuPnl { display:none;}
.navbar-wrapper { padding:40px 0;}
.banner { padding:150px 0 0 0;}
.PopularCatCarousel .item { height:380px;}
.PrdtCarousel { padding:0 60px;}
.PrdtCarousel .owl-nav .owl-prev { left:0;}
.PrdtCarousel .owl-nav .owl-next { right:0;}
.PrdtCarousel .item .ImgHldrWrapper { height:150px;}
.PrdtCarousel .item .ImgHldrWrapper .imgDiv img { max-height:150px;}
.MiddleFtr .brands li { margin-bottom:50px;}
.MiddleFtr .brands li:last-child { margin-bottom:50px;}
.summarypart h5 { margin-bottom: 25px; }
.CartBox h3 { margin:15px 0;}
.borRgt ul { margin: 10px 0 22px 0;}
.Del_btn {
width: 44px;
height: 59px;
background-color: transparent !important;
outline: none !important;
}
.account_sidebar ul li a {padding: 17px 11px;}
.proList ul li { width: 50%; }
.product_cat #accordion { padding:25px;}
.product_cat .panel-title > a { padding:0;}
.product_cat .panel-group .panel {
margin-bottom: 0; }
.wishlistDiv ul li .wishlist_Del {
width: 14%;
float: right;
}
.wishlistDiv ul li .wishlist_name {
width: 58%;
float: left;
}
}
@media screen and (min-width: 768px) and (max-width:991px) {
.navbar-wrapper { padding:40px 0;}
.navbar-toggle { display:block; margin-top:3px;}
.banner { padding:150px 0 0 0;}
.flexnav { width:45%;}
h1 { font:300 25px/35px 'Lato', sans-serif;}
h2 { font:300 22px/29px 'Lato', sans-serif;}
h3 { font:400 18px/25px 'Lato', sans-serif;}
h4 {}
p { font:300 15px/25px 'Lato', sans-serif;}
.PopularCatCarousel .item { height:300px;}
.BeforeImageSlider .item { min-height:550px;}
.AfterBeforeImageDiv { width:50%;}
.PeopleSpeak { width:50%; padding:20px 25px; min-height:550px;}
.WelcomeDiv { padding:45px 0;}
.PopularCat { padding:45px 0;}
.SamplePrdt { padding-top:45px;}
.SamplePrdt .imgHldr { height:280px;}
.SamplePrdt .txtHldr { margin-bottom:20px;}
.lrnMore { font-size:14px;}
.RecommendedPrdts { padding:45px 0;}
.footer { padding-top:45px; text-align:center;}
.upper-footer .FtrLogo { float:none; display:inline-block;}
.upper-footer h4 { text-align:left; margin-top:25px;}
.upper-footer .FtrLnk { text-align:left;}
.btmUpper { padding:30px 0;}
.btmUpper span { display:block; margin:0 0 25px 0;}
.MiddleFtr .brands li { margin:0 25px 25px 0;}
.MiddleFtr .brands li:last-child { margin-bottom:25px;}
.MiddleFtr .brands li img { max-height:30px;}
.BtmFtr { padding:20px 0; text-align:center;}
.BtmFtr p { font:400 14px/21px 'Lato', sans-serif; margin-bottom:15px;}
.BtmFtr .ftrNav { float:none; display:inline-block;}
.BtmFtr .ftrNav li { margin-right:20px; font-size:14px;}
.Cart-Part {
padding:200px 0 100px;
}
.login-part-lft .select-style {
width: 100%;
background: #fff url(../images/dd.png) no-repeat 97% 50%;
}
.CartBox h3 { margin:15px 0;}
.borRgt ul { margin: 10px 0 22px 0;}
.Del_btn {width: 100%; float:left; margin:20px 0 0;}
.proList ul li { width: 50%; }
.productPart {
padding: 200px 0 20px;
}
.product_cat #accordion { padding:25px;}
.product_cat .panel-title > a { padding:0;}
.product_cat .panel-group .panel {
margin-bottom: 0; }
.pd_left p { margin-bottom:25px;}
.returnBox { padding:0;}
#accordion {
width: 100%;
background: #ffffff;
padding: 13px;
border: none !important;
}
.wishlistDiv ul li .wishlist_Del {
width: 18%;
float: right;
}
.wishlistDiv ul li .wishlist_name {
width: 58%;
float: left;
}
}
@media screen and (max-width:767px) {
.card2 .effect1.w-size9 {
width:100%;
max-width: 100%;
}
.bgwhite.p-t-55.p-b-65 {
padding-bottom: 20px !important;
}
.card-lft2 { margin-bottom:20px; }
.card .effect1.w-size9 { width:100%; }
.p-t-55 { padding-top: 35px; }
.TopNav p { text-align:center; font-size:12px;}
.navbar-header { width:100%; text-align:center; margin-bottom:25px;}
.CartNdFav { float:left;}
.navbar-toggle { display:block; margin-top:3px;}
.navbar-wrapper { padding:20px 0;}
.logo img { height:20px;}
.banner { padding:147px 0 0 0;}
.flexnav { width:70%; transform:translateX(540px);}
.Srchdiv { right:auto; left:0;}
h1 { font:300 23px/33px 'Lato', sans-serif;}
h2 { font:300 20px/27px 'Lato', sans-serif;}
h3 { font:400 17px/24px 'Lato', sans-serif;}
h4 {}
p { font:300 15px/25px 'Lato', sans-serif;}
.PopularCatCarousel .item { height:450px;}
.BeforeImageSlider .item { min-height:400px;}
.AfterBeforeImageDiv { width:100%;}
.PeopleSpeak { width:100%; padding:35px 25px; min-height:0; text-align:center;}
.InrMostTxtWpr { float:none; display:inline-block;}
.InrMostTxtWpr h1 { text-align:center;}
.InrMostTxtWpr h1::after { left:auto;}
.ToOfr { float:none; display:inline-block; height:50px; line-height:50px; padding:0 70px 0 25px; background-position:right 25px center;}
.WelcomeDiv { padding:45px 0;}
.PopularCat { padding:45px 0;}
.SamplePrdt { padding-top:45px; text-align:center;}
.SamplePrdt .imgHldr { height:200px; display:inline-block; float:none; width:auto; margin-bottom:15px;}
.SamplePrdt .txtHldr { margin-bottom:50px; text-align:center; min-height:0;}
.lrnMore { font-size:14px; float:none; display:inline-block;}
.RecommendedPrdts { padding:45px 0;}
.PrdtCarousel .item { min-height:0;}
.PrdtCarousel .item .textDiv { text-align:center;}
.IconTxtHldr { margin-bottom:50px;}
.IconTxtHldr img { margin-bottom:10px;}
.footer { padding-top:45px; text-align:center;}
.upper-footer .FtrLogo { float:none; display:inline-block;}
.upper-footer h4 { margin-top:25px; margin-bottom:15px;}
.upper-footer .FtrLnk {}
.upper-footer .FtrLnk li a { font:300 14px/20px 'Lato', sans-serif;}
.upper-footer p { font:300 14px/20px 'Lato', sans-serif;}
.btmUpper { padding:30px 0;}
.btmUpper span { display:block; margin:0 0 25px 0; font:400 16px/23px 'Lato', sans-serif;}
.MiddleFtr .brands li { margin:0 25px 25px 0;}
.MiddleFtr .brands li:last-child { margin-bottom:25px;}
.MiddleFtr .brands li img { max-height:25px;}
.BtmFtr { padding:20px 0; text-align:center;}
.BtmFtr p { font:400 14px/21px 'Lato', sans-serif; margin-bottom:15px;}
.BtmFtr .ftrNav { float:none; display:inline-block;}
.BtmFtr .ftrNav li { margin-right:20px; font-size:14px;}
.Cart-Part { padding: 200px 0 100px;}
.last-list ul { width: 100%; list-style: none; padding: 0;}
.proceed_btn { width: 100%; }
.CartBox h3 {margin: 25px 0 25px 0; }
.CartBox ul { list-style: none; padding: 0; float: left; width: 100%; margin: 0 0 0 0;}
.CartBox .sp-quantity { margin: 25px 0 0 0;}
.Del_btn { margin-top: 40px;}
.login-part-lft .select-style { width: 100%;}
.CartBox .ToOfr { float: left; width:100%;}
.cp .form-control { width: 100%;}
.borRgt { border-right: none; margin-bottom: 25px;}
.summarypart h5 { margin-bottom: 25px; }
.CartBox h3 { margin:15px 0;}
.borRgt ul { margin: 10px 0 22px 0;}
.mobilePadding0 { padding:0 !important;}
.myOrd ul.orderListUl li .col-lg-2 {
width: 100% !important;
}
.myOrd ul.orderListUl li .col-lg-8 {
width: 100% !important;
}
.myOrd ul.orderListUl li .col-lg-3 {
width: 100% !important;
padding: 0;
}
.myOrd ul.orderListUl li h5 { width: 100%;}
.myOrd ul.orderListUl li h3 { font-size:18px;}
.productPart {
padding: 200px 0 20px;
}
.product_cat #accordion { padding:25px;}
.product_cat .panel-title > a { padding:0;}
.product_cat .panel-group .panel {
margin-bottom: 0; }
.proList ul li { width: 50%; }
.prodet_right {padding: 25px;}
.sleDiv label.rr {
width: 48%;
display: inline-block;
margin: 28px 0 0;
position: relative;
}
.sleDiv label.rr p { margin:0;}
.pd_left p { margin-bottom:25px;}
.PD .Continue_Btn { width:100%; margin-bottom:15px;}
.PD .basket_Btn { width:100%; margin-bottom:15px;}
.returnBox { padding:0;}
#accordion {
width: 100%;
background: #ffffff;
padding: 13px;
border: none !important;
}
.wishlistDiv ul li .lft_img {
width: 100%;
float: left;
margin: 0 0 25px 0;
}
.wishlistDiv ul li .wishlist_name {
width: 100%;
float: left;
margin: 0 0 25px 0;
}
.wishlistDiv ul li .wishlist_Del {
width: 100%;
float: left;
}
}
@media screen and (max-width:736px) {
}
@media screen and (max-width: 667px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 414px) {
h1::after { width:16%; left:42%; right:42%;}
.WelcomeDiv h1 { padding-left:0; padding-right:0;}
.PrdtCarousel { padding:0; margin-top:15px;}
.PrdtCarousel.owl-theme .owl-nav [class*="owl-"] { position:static; margin:20px 5px 0 5px;}
.PopularCatCarousel { margin-top:15px;}
.PopularCatCarousel .owl-nav { margin-top:35px !important;}
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
} | assets/html/css/responsive.css | @charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1601px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
.PopularCatCarousel .item { height:335px;}
}
@media screen and (max-width: 1280px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-toggle { display:block; margin-top:3px;}
.navbar-collapse.collapse.menuPnl { display:none;}
.navbar-wrapper { padding:40px 0;}
.banner { padding:150px 0 0 0;}
.PopularCatCarousel .item { height:380px;}
.PrdtCarousel { padding:0 60px;}
.PrdtCarousel .owl-nav .owl-prev { left:0;}
.PrdtCarousel .owl-nav .owl-next { right:0;}
.PrdtCarousel .item .ImgHldrWrapper { height:150px;}
.PrdtCarousel .item .ImgHldrWrapper .imgDiv img { max-height:150px;}
.MiddleFtr .brands li { margin-bottom:50px;}
.MiddleFtr .brands li:last-child { margin-bottom:50px;}
.summarypart h5 { margin-bottom: 25px; }
.CartBox h3 { margin:15px 0;}
.borRgt ul { margin: 10px 0 22px 0;}
.Del_btn {
width: 44px;
height: 59px;
background-color: transparent !important;
outline: none !important;
}
.account_sidebar ul li a {padding: 17px 11px;}
.proList ul li { width: 50%; }
.product_cat #accordion { padding:25px;}
.product_cat .panel-title > a { padding:0;}
.product_cat .panel-group .panel {
margin-bottom: 0; }
.wishlistDiv ul li .wishlist_Del {
width: 14%;
float: right;
}
.wishlistDiv ul li .wishlist_name {
width: 58%;
float: left;
}
}
@media screen and (min-width: 768px) and (max-width:991px) {
.navbar-wrapper { padding:40px 0;}
.navbar-toggle { display:block; margin-top:3px;}
.banner { padding:150px 0 0 0;}
.flexnav { width:45%;}
h1 { font:300 25px/35px 'Lato', sans-serif;}
h2 { font:300 22px/29px 'Lato', sans-serif;}
h3 { font:400 18px/25px 'Lato', sans-serif;}
h4 {}
p { font:300 15px/25px 'Lato', sans-serif;}
.PopularCatCarousel .item { height:300px;}
.BeforeImageSlider .item { min-height:550px;}
.AfterBeforeImageDiv { width:50%;}
.PeopleSpeak { width:50%; padding:20px 25px; min-height:550px;}
.WelcomeDiv { padding:45px 0;}
.PopularCat { padding:45px 0;}
.SamplePrdt { padding-top:45px;}
.SamplePrdt .imgHldr { height:280px;}
.SamplePrdt .txtHldr { margin-bottom:20px;}
.lrnMore { font-size:14px;}
.RecommendedPrdts { padding:45px 0;}
.footer { padding-top:45px; text-align:center;}
.upper-footer .FtrLogo { float:none; display:inline-block;}
.upper-footer h4 { text-align:left; margin-top:25px;}
.upper-footer .FtrLnk { text-align:left;}
.btmUpper { padding:30px 0;}
.btmUpper span { display:block; margin:0 0 25px 0;}
.MiddleFtr .brands li { margin:0 25px 25px 0;}
.MiddleFtr .brands li:last-child { margin-bottom:25px;}
.MiddleFtr .brands li img { max-height:30px;}
.BtmFtr { padding:20px 0; text-align:center;}
.BtmFtr p { font:400 14px/21px 'Lato', sans-serif; margin-bottom:15px;}
.BtmFtr .ftrNav { float:none; display:inline-block;}
.BtmFtr .ftrNav li { margin-right:20px; font-size:14px;}
.Cart-Part {
padding:200px 0 100px;
}
.login-part-lft .select-style {
width: 100%;
background: #fff url(../images/dd.png) no-repeat 97% 50%;
}
.CartBox h3 { margin:15px 0;}
.borRgt ul { margin: 10px 0 22px 0;}
.Del_btn {width: 100%; float:left; margin:20px 0 0;}
.proList ul li { width: 50%; }
.productPart {
padding: 200px 0 20px;
}
.product_cat #accordion { padding:25px;}
.product_cat .panel-title > a { padding:0;}
.product_cat .panel-group .panel {
margin-bottom: 0; }
.pd_left p { margin-bottom:25px;}
.returnBox { padding:0;}
#accordion {
width: 100%;
background: #ffffff;
padding: 13px;
border: none !important;
}
.wishlistDiv ul li .wishlist_Del {
width: 18%;
float: right;
}
.wishlistDiv ul li .wishlist_name {
width: 58%;
float: left;
}
}
@media screen and (max-width:767px) {
.card2 .effect1.w-size9 {
width:100%;
max-width: 100%;
}
.bgwhite.p-t-55.p-b-65 {
padding-bottom: 20px !important;
}
.card-lft2 { margin-bottom:20px; }
.card .effect1.w-size9 { width:100%; }
.p-t-55 { padding-top: 35px; }
.TopNav p { text-align:center; font-size:12px;}
.navbar-header { width:100%; text-align:center; margin-bottom:25px;}
.CartNdFav { float:left;}
.navbar-toggle { display:block; margin-top:3px;}
.navbar-wrapper { padding:20px 0;}
.logo img { height:20px;}
.banner { padding:147px 0 0 0;}
.flexnav { width:70%; transform:translateX(540px);}
.Srchdiv { right:auto; left:0;}
h1 { font:300 23px/33px 'Lato', sans-serif;}
h2 { font:300 20px/27px 'Lato', sans-serif;}
h3 { font:400 17px/24px 'Lato', sans-serif;}
h4 {}
p { font:300 15px/25px 'Lato', sans-serif;}
.PopularCatCarousel .item { height:450px;}
.BeforeImageSlider .item { min-height:400px;}
.AfterBeforeImageDiv { width:100%;}
.PeopleSpeak { width:100%; padding:35px 25px; min-height:0; text-align:center;}
.InrMostTxtWpr { float:none; display:inline-block;}
.InrMostTxtWpr h1 { text-align:center;}
.InrMostTxtWpr h1::after { left:auto;}
.ToOfr { float:none; display:inline-block; height:50px; line-height:50px; padding:0 70px 0 25px; background-position:right 25px center;}
.WelcomeDiv { padding:45px 0;}
.PopularCat { padding:45px 0;}
.SamplePrdt { padding-top:45px; text-align:center;}
.SamplePrdt .imgHldr { height:200px; display:inline-block; float:none; width:auto; margin-bottom:15px;}
.SamplePrdt .txtHldr { margin-bottom:50px; text-align:center; min-height:0;}
.lrnMore { font-size:14px; float:none; display:inline-block;}
.RecommendedPrdts { padding:45px 0;}
.PrdtCarousel .item { min-height:0;}
.PrdtCarousel .item .textDiv { text-align:center;}
.IconTxtHldr { margin-bottom:50px;}
.IconTxtHldr img { margin-bottom:10px;}
.footer { padding-top:45px; text-align:center;}
.upper-footer .FtrLogo { float:none; display:inline-block;}
.upper-footer h4 { margin-top:25px; margin-bottom:15px;}
.upper-footer .FtrLnk {}
.upper-footer .FtrLnk li a { font:300 14px/20px 'Lato', sans-serif;}
.upper-footer p { font:300 14px/20px 'Lato', sans-serif;}
.btmUpper { padding:30px 0;}
.btmUpper span { display:block; margin:0 0 25px 0; font:400 16px/23px 'Lato', sans-serif;}
.MiddleFtr .brands li { margin:0 25px 25px 0;}
.MiddleFtr .brands li:last-child { margin-bottom:25px;}
.MiddleFtr .brands li img { max-height:25px;}
.BtmFtr { padding:20px 0; text-align:center;}
.BtmFtr p { font:400 14px/21px 'Lato', sans-serif; margin-bottom:15px;}
.BtmFtr .ftrNav { float:none; display:inline-block;}
.BtmFtr .ftrNav li { margin-right:20px; font-size:14px;}
.Cart-Part { padding: 200px 0 100px;}
.last-list ul { width: 100%; list-style: none; padding: 0;}
.proceed_btn { width: 100%; }
.CartBox h3 {margin: 25px 0 25px 0; }
.CartBox ul { list-style: none; padding: 0; float: left; width: 100%; margin: 0 0 0 0;}
.CartBox .sp-quantity { margin: 25px 0 0 0;}
.Del_btn { margin-top: 40px;}
.login-part-lft .select-style { width: 100%;}
.CartBox .ToOfr { float: left; width:100%;}
.cp .form-control { width: 100%;}
.borRgt { border-right: none; margin-bottom: 25px;}
.summarypart h5 { margin-bottom: 25px; }
.CartBox h3 { margin:15px 0;}
.borRgt ul { margin: 10px 0 22px 0;}
.mobilePadding0 { padding:0 !important;}
.myOrd ul.orderListUl li .col-lg-2 {
width: 100% !important;
}
.myOrd ul.orderListUl li .col-lg-8 {
width: 100% !important;
}
.myOrd ul.orderListUl li .col-lg-3 {
width: 100% !important;
padding: 0;
}
.myOrd ul.orderListUl li h5 { width: 100%;}
.myOrd ul.orderListUl li h3 { font-size:18px;}
.productPart {
padding: 200px 0 20px;
}
.product_cat #accordion { padding:25px;}
.product_cat .panel-title > a { padding:0;}
.product_cat .panel-group .panel {
margin-bottom: 0; }
.proList ul li { width: 50%; }
.prodet_right {padding: 25px;}
.sleDiv label.rr {
width: 48%;
display: inline-block;
margin: 28px 0 0;
position: relative;
}
.sleDiv label.rr p { margin:0;}
.pd_left p { margin-bottom:25px;}
.PD .Continue_Btn { width:100%; margin-bottom:15px;}
.PD .basket_Btn { width:100%; margin-bottom:15px;}
.returnBox { padding:0;}
#accordion {
width: 100%;
background: #ffffff;
padding: 13px;
border: none !important;
}
.wishlistDiv ul li .lft_img {
width: 100%;
float: left;
margin: 0 0 25px 0;
}
.wishlistDiv ul li .wishlist_name {
width: 100%;
float: left;
margin: 0 0 25px 0;
}
.wishlistDiv ul li .wishlist_Del {
width: 100%;
float: left;
}
}
@media screen and (max-width:736px) {
}
@media screen and (max-width: 667px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 414px) {
h1::after { width:16%; left:42%; right:42%;}
.WelcomeDiv h1 { padding-left:0; padding-right:0;}
.PrdtCarousel { padding:0; margin-top:15px;}
.PrdtCarousel.owl-theme .owl-nav [class*="owl-"] { position:static; margin:20px 5px 0 5px;}
.PopularCatCarousel { margin-top:15px;}
.PopularCatCarousel .owl-nav { margin-top:35px !important;}
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
} | 0.208582 | 0.137735 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* disabling any scrolling on body */
body {
overflow: hidden;
background-color: #45b08c;
font-family: 'Chelsea Market', cursive;
}
/* Start Game form */
.startGameForm {
height: 100vh;
width: 50vw;
background-color: green;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
color: black;
border: 1rem solid black;
}
.startGameForm form {
padding: 1rem;
margin: 1rem;
}
.startGameForm label {
font-size: 20px;
font-weight: bold;
}
.startGameForm input {
margin: 1rem;
padding: 0.4rem;
}
.startGameForm input[type='submit'] {
font-family: 'Chelsea Market', cursive;
background-color: black;
color: white;
width: 100%;
margin-left: -3%;
padding: 1rem;
}
.startGameForm h1 {
padding: 1rem;
margin: 1rem;
font-size: 50px;
}
#player1NameFormInputField {
margin-left: 7%;
}
#player6NameFormInputField {
margin-left: 5.5%;
}
/* New Game form Header area */
.startFormTitleArea {
display: flex;
width: 90%;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-top: 4rem;
}
/* New Game form footer area */
.startFormFooterArea {
display: flex;
width: 90%;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 4rem;
}
/* Form Card Suit icons */
.clubsIcon,
.spadesIcon {
font-size: 4.5rem;
}
.diamondsIcon,
.heartsIcon {
font-size: 4.5rem;
color: red;
}
/* Player order */
.randomCard {
padding: 2rem;
}
.orderReveal {
width: 100vw;
height: 100vw;
display: none;
flex-direction: column;
align-items: center;
margin-top: 10%;
}
.cardReveal {
display: flex;
}
.playerName {
padding: 1rem;
animation: fadeIn ease 10s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.cardFlip {
width: 200px;
height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.flipCard {
position: relative;
height: 100%;
width: 100%;
margin-left: 25%;
}
.flipCardInner {
position: absolute;
width: 100%;
height: 100%;
transform-style: preserve-3d;
animation: cardFlip ease 3s forwards;
}
@keyframes cardFlip {
0% {
}
100% {
transform: rotateY(180deg);
}
}
.flipCardFront {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
margin-left: 3rem;
}
.flipCardBack {
position: absolute;
height: 100%;
margin-left: 3rem;
backface-visibility: hidden;
transform: rotateY(180deg);
}
/* Playing areas */
.playersScreen {
width: 100vw;
height: 100vh;
display: none;
flex-direction: column;
background: black;
}
.deckArea {
height: 30vh;
width: 100%;
background: green;
}
.sequenceDropArea {
width: 100%;
height: 35vh;
background: green;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.playerScreen {
width: 100%;
height: 35vh;
background: green;
border: 1px solid black;
}
/* Deck Area */
.deckArea {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative;
font-size: 1.2rem;
}
.deckAndDrop {
display: flex;
}
.deck {
margin-right: 11rem;
position: relative;
}
.dropZone {
height: 240px;
width: 157px;
border: 1px dotted black;
position: relative;
}
.dropZone > * {
position: absolute;
}
.info {
display: flex;
flex-direction: column;
justify-content: space-evenly;
margin-right: 3rem;
}
.info > * {
margin: 0.5rem;
}
.gameRules {
background-color: black;
color: white;
width: 200px;
padding: 1rem;
position: absolute;
top: 10%;
right: 5%;
font-weight: bold;
font-size: 1.2rem;
}
.leaderboard {
margin-left: 3rem;
margin-right: 10rem;
}
/* Players Hand */
.handCard {
margin-left: -4rem;
margin-bottom: 0;
}
.playerScreen {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.deckCardTop {
position: absolute;
z-index: 1;
}
.deckCard {
position: absolute;
}
.betweenTurns {
display: none;
justify-content: center;
align-items: center;
width: 100%;
height: 35vh;
background: black;
border: 1px solid black;
}
.betweenTurnsMessage {
color: white;
}
/* Sortable selected class */
.sortable-selected {
border: 5px solid red;
}
/* Winner reveal */
.winnerReveal {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #45b08c;
margin-top: 8%;
}
.winnerReveal h1 {
color: black;
font-size: 4rem;
padding: 2rem;
}
.winnerReveal h2 {
padding: 1rem;
}
.newGameBtn {
padding: 2rem;
background-color: black;
color: white;
font-size: 2rem;
}
.playAgainBtn {
padding: 2rem;
background-color: black;
color: white;
font-size: 2rem;
margin: 2rem;
}
/* Rules modal */
.rulesModal {
display: none;
width: 80vw;
height: 100vh;
align-items: center;
justify-content: center;
background-color: #45b08c;
margin: auto;
}
.rulesInfo {
position: relative;
background-color: green;
border: 5px solid black;
height: 90%;
width: 80%;
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
font-size: 1.3rem;
}
.rulesInfo h1 {
padding: 2rem;
}
.rulesInfo ol {
padding: 1rem;
}
.rulesInfo span {
position: absolute;
top: 5%;
right: 5%;
font-size: 4rem;
cursor: pointer;
}
/* final page standings */
.standings {
font-size: 2rem;
} | frontend/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* disabling any scrolling on body */
body {
overflow: hidden;
background-color: #45b08c;
font-family: 'Chelsea Market', cursive;
}
/* Start Game form */
.startGameForm {
height: 100vh;
width: 50vw;
background-color: green;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
color: black;
border: 1rem solid black;
}
.startGameForm form {
padding: 1rem;
margin: 1rem;
}
.startGameForm label {
font-size: 20px;
font-weight: bold;
}
.startGameForm input {
margin: 1rem;
padding: 0.4rem;
}
.startGameForm input[type='submit'] {
font-family: 'Chelsea Market', cursive;
background-color: black;
color: white;
width: 100%;
margin-left: -3%;
padding: 1rem;
}
.startGameForm h1 {
padding: 1rem;
margin: 1rem;
font-size: 50px;
}
#player1NameFormInputField {
margin-left: 7%;
}
#player6NameFormInputField {
margin-left: 5.5%;
}
/* New Game form Header area */
.startFormTitleArea {
display: flex;
width: 90%;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-top: 4rem;
}
/* New Game form footer area */
.startFormFooterArea {
display: flex;
width: 90%;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: 4rem;
}
/* Form Card Suit icons */
.clubsIcon,
.spadesIcon {
font-size: 4.5rem;
}
.diamondsIcon,
.heartsIcon {
font-size: 4.5rem;
color: red;
}
/* Player order */
.randomCard {
padding: 2rem;
}
.orderReveal {
width: 100vw;
height: 100vw;
display: none;
flex-direction: column;
align-items: center;
margin-top: 10%;
}
.cardReveal {
display: flex;
}
.playerName {
padding: 1rem;
animation: fadeIn ease 10s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.cardFlip {
width: 200px;
height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.flipCard {
position: relative;
height: 100%;
width: 100%;
margin-left: 25%;
}
.flipCardInner {
position: absolute;
width: 100%;
height: 100%;
transform-style: preserve-3d;
animation: cardFlip ease 3s forwards;
}
@keyframes cardFlip {
0% {
}
100% {
transform: rotateY(180deg);
}
}
.flipCardFront {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
margin-left: 3rem;
}
.flipCardBack {
position: absolute;
height: 100%;
margin-left: 3rem;
backface-visibility: hidden;
transform: rotateY(180deg);
}
/* Playing areas */
.playersScreen {
width: 100vw;
height: 100vh;
display: none;
flex-direction: column;
background: black;
}
.deckArea {
height: 30vh;
width: 100%;
background: green;
}
.sequenceDropArea {
width: 100%;
height: 35vh;
background: green;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.playerScreen {
width: 100%;
height: 35vh;
background: green;
border: 1px solid black;
}
/* Deck Area */
.deckArea {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative;
font-size: 1.2rem;
}
.deckAndDrop {
display: flex;
}
.deck {
margin-right: 11rem;
position: relative;
}
.dropZone {
height: 240px;
width: 157px;
border: 1px dotted black;
position: relative;
}
.dropZone > * {
position: absolute;
}
.info {
display: flex;
flex-direction: column;
justify-content: space-evenly;
margin-right: 3rem;
}
.info > * {
margin: 0.5rem;
}
.gameRules {
background-color: black;
color: white;
width: 200px;
padding: 1rem;
position: absolute;
top: 10%;
right: 5%;
font-weight: bold;
font-size: 1.2rem;
}
.leaderboard {
margin-left: 3rem;
margin-right: 10rem;
}
/* Players Hand */
.handCard {
margin-left: -4rem;
margin-bottom: 0;
}
.playerScreen {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.deckCardTop {
position: absolute;
z-index: 1;
}
.deckCard {
position: absolute;
}
.betweenTurns {
display: none;
justify-content: center;
align-items: center;
width: 100%;
height: 35vh;
background: black;
border: 1px solid black;
}
.betweenTurnsMessage {
color: white;
}
/* Sortable selected class */
.sortable-selected {
border: 5px solid red;
}
/* Winner reveal */
.winnerReveal {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #45b08c;
margin-top: 8%;
}
.winnerReveal h1 {
color: black;
font-size: 4rem;
padding: 2rem;
}
.winnerReveal h2 {
padding: 1rem;
}
.newGameBtn {
padding: 2rem;
background-color: black;
color: white;
font-size: 2rem;
}
.playAgainBtn {
padding: 2rem;
background-color: black;
color: white;
font-size: 2rem;
margin: 2rem;
}
/* Rules modal */
.rulesModal {
display: none;
width: 80vw;
height: 100vh;
align-items: center;
justify-content: center;
background-color: #45b08c;
margin: auto;
}
.rulesInfo {
position: relative;
background-color: green;
border: 5px solid black;
height: 90%;
width: 80%;
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
font-size: 1.3rem;
}
.rulesInfo h1 {
padding: 2rem;
}
.rulesInfo ol {
padding: 1rem;
}
.rulesInfo span {
position: absolute;
top: 5%;
right: 5%;
font-size: 4rem;
cursor: pointer;
}
/* final page standings */
.standings {
font-size: 2rem;
} | 0.451327 | 0.048835 |
@charset "UTF-8";
.vue-diff-wrapper {
overflow: hidden;
width: 100%;
border-radius: 0.3em;
}
.vue-diff-theme-dark {
/*
Monokai style - ported by <NAME> - http://grigio.org
*/
background-color: #272822;
}
.vue-diff-theme-dark .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #272822;
color: #ddd;
}
.vue-diff-theme-dark .hljs-tag,
.vue-diff-theme-dark .hljs-keyword,
.vue-diff-theme-dark .hljs-selector-tag,
.vue-diff-theme-dark .hljs-literal,
.vue-diff-theme-dark .hljs-strong,
.vue-diff-theme-dark .hljs-name {
color: #f92672;
}
.vue-diff-theme-dark .hljs-code {
color: #66d9ef;
}
.vue-diff-theme-dark .hljs-class .hljs-title {
color: white;
}
.vue-diff-theme-dark .hljs-attribute,
.vue-diff-theme-dark .hljs-symbol,
.vue-diff-theme-dark .hljs-regexp,
.vue-diff-theme-dark .hljs-link {
color: #bf79db;
}
.vue-diff-theme-dark .hljs-string,
.vue-diff-theme-dark .hljs-bullet,
.vue-diff-theme-dark .hljs-subst,
.vue-diff-theme-dark .hljs-title,
.vue-diff-theme-dark .hljs-section,
.vue-diff-theme-dark .hljs-emphasis,
.vue-diff-theme-dark .hljs-type,
.vue-diff-theme-dark .hljs-built_in,
.vue-diff-theme-dark .hljs-builtin-name,
.vue-diff-theme-dark .hljs-selector-attr,
.vue-diff-theme-dark .hljs-selector-pseudo,
.vue-diff-theme-dark .hljs-addition,
.vue-diff-theme-dark .hljs-variable,
.vue-diff-theme-dark .hljs-template-tag,
.vue-diff-theme-dark .hljs-template-variable {
color: #a6e22e;
}
.vue-diff-theme-dark .hljs-comment,
.vue-diff-theme-dark .hljs-quote,
.vue-diff-theme-dark .hljs-deletion,
.vue-diff-theme-dark .hljs-meta {
color: #75715e;
}
.vue-diff-theme-dark .hljs-keyword,
.vue-diff-theme-dark .hljs-selector-tag,
.vue-diff-theme-dark .hljs-literal,
.vue-diff-theme-dark .hljs-doctag,
.vue-diff-theme-dark .hljs-title,
.vue-diff-theme-dark .hljs-section,
.vue-diff-theme-dark .hljs-type,
.vue-diff-theme-dark .hljs-selector-id {
font-weight: bold;
}
.vue-diff-theme-light {
/*
Visual Studio-like style based on original C# coloring by <NAME> <<EMAIL>>
*/
background-color: #fff;
}
.vue-diff-theme-light .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: white;
color: black;
}
.vue-diff-theme-light .hljs-comment,
.vue-diff-theme-light .hljs-quote,
.vue-diff-theme-light .hljs-variable {
color: #008000;
}
.vue-diff-theme-light .hljs-keyword,
.vue-diff-theme-light .hljs-selector-tag,
.vue-diff-theme-light .hljs-built_in,
.vue-diff-theme-light .hljs-name,
.vue-diff-theme-light .hljs-tag {
color: #00f;
}
.vue-diff-theme-light .hljs-string,
.vue-diff-theme-light .hljs-title,
.vue-diff-theme-light .hljs-section,
.vue-diff-theme-light .hljs-attribute,
.vue-diff-theme-light .hljs-literal,
.vue-diff-theme-light .hljs-template-tag,
.vue-diff-theme-light .hljs-template-variable,
.vue-diff-theme-light .hljs-type,
.vue-diff-theme-light .hljs-addition {
color: #a31515;
}
.vue-diff-theme-light .hljs-deletion,
.vue-diff-theme-light .hljs-selector-attr,
.vue-diff-theme-light .hljs-selector-pseudo,
.vue-diff-theme-light .hljs-meta {
color: #2b91af;
}
.vue-diff-theme-light .hljs-doctag {
color: #808080;
}
.vue-diff-theme-light .hljs-attr {
color: #f00;
}
.vue-diff-theme-light .hljs-symbol,
.vue-diff-theme-light .hljs-bullet,
.vue-diff-theme-light .hljs-link {
color: #00b0e8;
}
.vue-diff-theme-light .hljs-emphasis {
font-style: italic;
}
.vue-diff-theme-light .hljs-strong {
font-weight: bold;
}
.vue-diff-viewer {
overflow-y: auto;
width: 100%;
padding: 1em 0;
line-height: 1.5;
font-size: 16px;
}
.vue-diff-viewer .vue-diff-viewer-inner {
position: relative;
width: 100%;
}
.vue-diff-viewer .vue-diff-row {
display: flex;
width: 100%;
}
.vue-diff-viewer .vue-diff-row > div {
padding: 0 0.5em;
box-sizing: border-box;
}
.vue-diff-viewer .vue-diff-row .lineNum {
flex: 0 0 auto;
width: 50px;
padding-top: 0.05em;
text-align: right;
color: #999;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 0.9em;
}
.vue-diff-viewer .vue-diff-row .code {
width: calc(100% - 50px);
}
.vue-diff-viewer .vue-diff-row.vue-diff-row-split .code {
width: calc(50% - 50px);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed {
background-color: rgba(255, 0, 0, 0.1);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed span.modified {
background-color: rgba(255, 0, 0, 0.15);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed code::before {
content: "-";
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-added {
background-color: rgba(0, 255, 128, 0.1);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-added span.modified {
background-color: rgba(0, 255, 128, 0.15);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-added code:before {
content: "+";
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-disabled {
background-color: rgba(128, 128, 128, 0.1);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.lineNum {
opacity: 0.8;
font-size: 0.8em;
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.lineNum:before {
content: ">";
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.code {
text-align: center;
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.code:before {
color: #999;
content: "⋯⋯";
}
.vue-diff-viewer .vue-diff-row pre {
display: block;
position: relative;
max-width: 100%;
margin: 0;
padding: 0;
padding-left: 1.5em;
overflow: visible;
background: none;
border-radius: 0;
}
.vue-diff-viewer .vue-diff-row .hljs {
overflow: visible;
padding: 0;
background: transparent;
word-wrap: break-all;
word-break: break-all;
white-space: pre-wrap;
}
.vue-diff-viewer .vue-diff-row code {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.vue-diff-viewer .vue-diff-row code::before {
display: inline-block;
position: absolute;
left: 0;
top: 0;
opacity: 0.8;
} | dist/index.css | @charset "UTF-8";
.vue-diff-wrapper {
overflow: hidden;
width: 100%;
border-radius: 0.3em;
}
.vue-diff-theme-dark {
/*
Monokai style - ported by <NAME> - http://grigio.org
*/
background-color: #272822;
}
.vue-diff-theme-dark .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #272822;
color: #ddd;
}
.vue-diff-theme-dark .hljs-tag,
.vue-diff-theme-dark .hljs-keyword,
.vue-diff-theme-dark .hljs-selector-tag,
.vue-diff-theme-dark .hljs-literal,
.vue-diff-theme-dark .hljs-strong,
.vue-diff-theme-dark .hljs-name {
color: #f92672;
}
.vue-diff-theme-dark .hljs-code {
color: #66d9ef;
}
.vue-diff-theme-dark .hljs-class .hljs-title {
color: white;
}
.vue-diff-theme-dark .hljs-attribute,
.vue-diff-theme-dark .hljs-symbol,
.vue-diff-theme-dark .hljs-regexp,
.vue-diff-theme-dark .hljs-link {
color: #bf79db;
}
.vue-diff-theme-dark .hljs-string,
.vue-diff-theme-dark .hljs-bullet,
.vue-diff-theme-dark .hljs-subst,
.vue-diff-theme-dark .hljs-title,
.vue-diff-theme-dark .hljs-section,
.vue-diff-theme-dark .hljs-emphasis,
.vue-diff-theme-dark .hljs-type,
.vue-diff-theme-dark .hljs-built_in,
.vue-diff-theme-dark .hljs-builtin-name,
.vue-diff-theme-dark .hljs-selector-attr,
.vue-diff-theme-dark .hljs-selector-pseudo,
.vue-diff-theme-dark .hljs-addition,
.vue-diff-theme-dark .hljs-variable,
.vue-diff-theme-dark .hljs-template-tag,
.vue-diff-theme-dark .hljs-template-variable {
color: #a6e22e;
}
.vue-diff-theme-dark .hljs-comment,
.vue-diff-theme-dark .hljs-quote,
.vue-diff-theme-dark .hljs-deletion,
.vue-diff-theme-dark .hljs-meta {
color: #75715e;
}
.vue-diff-theme-dark .hljs-keyword,
.vue-diff-theme-dark .hljs-selector-tag,
.vue-diff-theme-dark .hljs-literal,
.vue-diff-theme-dark .hljs-doctag,
.vue-diff-theme-dark .hljs-title,
.vue-diff-theme-dark .hljs-section,
.vue-diff-theme-dark .hljs-type,
.vue-diff-theme-dark .hljs-selector-id {
font-weight: bold;
}
.vue-diff-theme-light {
/*
Visual Studio-like style based on original C# coloring by <NAME> <<EMAIL>>
*/
background-color: #fff;
}
.vue-diff-theme-light .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: white;
color: black;
}
.vue-diff-theme-light .hljs-comment,
.vue-diff-theme-light .hljs-quote,
.vue-diff-theme-light .hljs-variable {
color: #008000;
}
.vue-diff-theme-light .hljs-keyword,
.vue-diff-theme-light .hljs-selector-tag,
.vue-diff-theme-light .hljs-built_in,
.vue-diff-theme-light .hljs-name,
.vue-diff-theme-light .hljs-tag {
color: #00f;
}
.vue-diff-theme-light .hljs-string,
.vue-diff-theme-light .hljs-title,
.vue-diff-theme-light .hljs-section,
.vue-diff-theme-light .hljs-attribute,
.vue-diff-theme-light .hljs-literal,
.vue-diff-theme-light .hljs-template-tag,
.vue-diff-theme-light .hljs-template-variable,
.vue-diff-theme-light .hljs-type,
.vue-diff-theme-light .hljs-addition {
color: #a31515;
}
.vue-diff-theme-light .hljs-deletion,
.vue-diff-theme-light .hljs-selector-attr,
.vue-diff-theme-light .hljs-selector-pseudo,
.vue-diff-theme-light .hljs-meta {
color: #2b91af;
}
.vue-diff-theme-light .hljs-doctag {
color: #808080;
}
.vue-diff-theme-light .hljs-attr {
color: #f00;
}
.vue-diff-theme-light .hljs-symbol,
.vue-diff-theme-light .hljs-bullet,
.vue-diff-theme-light .hljs-link {
color: #00b0e8;
}
.vue-diff-theme-light .hljs-emphasis {
font-style: italic;
}
.vue-diff-theme-light .hljs-strong {
font-weight: bold;
}
.vue-diff-viewer {
overflow-y: auto;
width: 100%;
padding: 1em 0;
line-height: 1.5;
font-size: 16px;
}
.vue-diff-viewer .vue-diff-viewer-inner {
position: relative;
width: 100%;
}
.vue-diff-viewer .vue-diff-row {
display: flex;
width: 100%;
}
.vue-diff-viewer .vue-diff-row > div {
padding: 0 0.5em;
box-sizing: border-box;
}
.vue-diff-viewer .vue-diff-row .lineNum {
flex: 0 0 auto;
width: 50px;
padding-top: 0.05em;
text-align: right;
color: #999;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 0.9em;
}
.vue-diff-viewer .vue-diff-row .code {
width: calc(100% - 50px);
}
.vue-diff-viewer .vue-diff-row.vue-diff-row-split .code {
width: calc(50% - 50px);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed {
background-color: rgba(255, 0, 0, 0.1);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed span.modified {
background-color: rgba(255, 0, 0, 0.15);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-removed code::before {
content: "-";
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-added {
background-color: rgba(0, 255, 128, 0.1);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-added span.modified {
background-color: rgba(0, 255, 128, 0.15);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-added code:before {
content: "+";
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-disabled {
background-color: rgba(128, 128, 128, 0.1);
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.lineNum {
opacity: 0.8;
font-size: 0.8em;
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.lineNum:before {
content: ">";
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.code {
text-align: center;
}
.vue-diff-viewer .vue-diff-row .vue-diff-cell-fold.code:before {
color: #999;
content: "⋯⋯";
}
.vue-diff-viewer .vue-diff-row pre {
display: block;
position: relative;
max-width: 100%;
margin: 0;
padding: 0;
padding-left: 1.5em;
overflow: visible;
background: none;
border-radius: 0;
}
.vue-diff-viewer .vue-diff-row .hljs {
overflow: visible;
padding: 0;
background: transparent;
word-wrap: break-all;
word-break: break-all;
white-space: pre-wrap;
}
.vue-diff-viewer .vue-diff-row code {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.vue-diff-viewer .vue-diff-row code::before {
display: inline-block;
position: absolute;
left: 0;
top: 0;
opacity: 0.8;
} | 0.425605 | 0.123366 |
.m-padding-left {
padding-left:1em !important;
}
.m-padding-left-large {
padding-left:3em !important;
}
/*right*/
.m-padding-right-large {
padding-right:2em !important;
}
.m-padding-right-small {
padding-right:1.5em !important;
}
/*right and bottom*/
.m-padding-rb-large {
padding-right:2em !important;
padding-bottom:2em !important;
}
/*top and bottom*/
.m-padding-tb-mini {
padding-top: 0.2em !important;
padding-bottom: 0.2em !important;
}
.m-padding-tb-small {
padding-top: 0.5em !important;
padding-bottom: 0.5em !important;
}
.m-padding-tb-middle{
padding-top: 1em !important;
padding-bottom: 1em !important;
}
.m-padding-tb-large {
padding-top: 2em !important;
padding-bottom: 2em !important;
}
.m-padding-tb-big {
padding-top: 3em !important;
padding-bottom: 3em !important;
}
.m-padding-tb-huge {
padding-top: 4em !important;
padding-bottom: 4em !important;
}
.m-padding-tb-massive {
padding-top: 5em !important;
padding-bottom: 5em !important;
}
/*left and right*/
.m-padding-lr-response {
padding-left:2em !important;
padding-right:2em !important;
}
/*all direct*/
.m-padding-mini {
padding:0.2em !important;
}
/*----------margin------------*/
/*top*/
.m-margin-top-large {
margin-top:1em !important;
}
/*bottom*/
.m-margin-bottom-small {
margin-bottom:0.5em !important;
}
/*left*/
/*right*/
.m-margin-right-large {
margin-right:2em !important;
}
/*top and bottom */
.m-margin-tb-mini {
margin-top: 0.2em !important;
margin-bottom: 0.2em !important;
}
.m-margin-tb-tiny {
margin-top:0.5em !important;
margin-bottom:0.5em !important;
}
/*all direct*/
.m-margin-tiny {
margin:0.3em 0.3em !important;
}
.m-margin-large {
margin:1em !important;
}
/*for center*/
.m-center-margin {
margin:0 auto !important;
}
/*----------posion--------------------*/
.m-fixed {
position: fixed !important;
z-index: 5;
}
.m-right-bottom {
bottom:0 !important;
right:0 !important;
}
.m-right-top {
position: absolute;
top:0;
right:0;
}
/*--------------text----------------------*/
.m-text {
font-weight: 300 !important;
letter-spacing:1px !important;
line-height:1.8 !important;
}
.m-text-thin {
font-weight: 300 !important;
}
.m-text-spaced {
letter-spacing:1px !important;
}
.m-text-lined {
line-height:1.8 !important;
}
.m-text-center {
text-align: center !important;
}
/*----------------display-------------------*/
.m-inline-block {
display: inline-block !important;
}
.m-no-dispaly {
display: none;
}
.m-mobile-show {
display: none !important;
}
@media screen and (max-width: 768px){
.m-mobile-hide {
display: none !important;
}
.m-mobile-show {
display: block !important;
}
.m-padding-lr-response {
padding-left:0em !important;
padding-right:0em !important;
}
.m-mobile-wide {
width:100% !important;
}
}
/*------------------image------------------*/
.m-image-size-mini {
width:25px !important;
height:25px !important;
}
.m-image-size-small {
width:100px !important;
height:100px !important;
}
.m-image-size-large {
width: 400px !important;
height: 200px !important;
}
/*------container--------*/
.m-container {
max-width: 72em !important;%;
margin:50px auto !important;
}
.m-container-small {
max-width:60em !important;
margin:50px auto;
}
/*--------color------------*/
.m-color-black {
color: #333 !important;
}
.m-teal {
color: #00B5AD !important;
}
/*-------opacity-----*/
.m-opacity-mini{
opacity: 0.8 !important;
}
.m-opacity-tiny{
opacity: 0.6 !important;
}
/*-----------shadow-------------*/
.m-shadow-small {
-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}
/*------------vertical-middle---------------*/
.m-vertical-middle {
display: inline;
} | src/main/resources/static/css/my.css | .m-padding-left {
padding-left:1em !important;
}
.m-padding-left-large {
padding-left:3em !important;
}
/*right*/
.m-padding-right-large {
padding-right:2em !important;
}
.m-padding-right-small {
padding-right:1.5em !important;
}
/*right and bottom*/
.m-padding-rb-large {
padding-right:2em !important;
padding-bottom:2em !important;
}
/*top and bottom*/
.m-padding-tb-mini {
padding-top: 0.2em !important;
padding-bottom: 0.2em !important;
}
.m-padding-tb-small {
padding-top: 0.5em !important;
padding-bottom: 0.5em !important;
}
.m-padding-tb-middle{
padding-top: 1em !important;
padding-bottom: 1em !important;
}
.m-padding-tb-large {
padding-top: 2em !important;
padding-bottom: 2em !important;
}
.m-padding-tb-big {
padding-top: 3em !important;
padding-bottom: 3em !important;
}
.m-padding-tb-huge {
padding-top: 4em !important;
padding-bottom: 4em !important;
}
.m-padding-tb-massive {
padding-top: 5em !important;
padding-bottom: 5em !important;
}
/*left and right*/
.m-padding-lr-response {
padding-left:2em !important;
padding-right:2em !important;
}
/*all direct*/
.m-padding-mini {
padding:0.2em !important;
}
/*----------margin------------*/
/*top*/
.m-margin-top-large {
margin-top:1em !important;
}
/*bottom*/
.m-margin-bottom-small {
margin-bottom:0.5em !important;
}
/*left*/
/*right*/
.m-margin-right-large {
margin-right:2em !important;
}
/*top and bottom */
.m-margin-tb-mini {
margin-top: 0.2em !important;
margin-bottom: 0.2em !important;
}
.m-margin-tb-tiny {
margin-top:0.5em !important;
margin-bottom:0.5em !important;
}
/*all direct*/
.m-margin-tiny {
margin:0.3em 0.3em !important;
}
.m-margin-large {
margin:1em !important;
}
/*for center*/
.m-center-margin {
margin:0 auto !important;
}
/*----------posion--------------------*/
.m-fixed {
position: fixed !important;
z-index: 5;
}
.m-right-bottom {
bottom:0 !important;
right:0 !important;
}
.m-right-top {
position: absolute;
top:0;
right:0;
}
/*--------------text----------------------*/
.m-text {
font-weight: 300 !important;
letter-spacing:1px !important;
line-height:1.8 !important;
}
.m-text-thin {
font-weight: 300 !important;
}
.m-text-spaced {
letter-spacing:1px !important;
}
.m-text-lined {
line-height:1.8 !important;
}
.m-text-center {
text-align: center !important;
}
/*----------------display-------------------*/
.m-inline-block {
display: inline-block !important;
}
.m-no-dispaly {
display: none;
}
.m-mobile-show {
display: none !important;
}
@media screen and (max-width: 768px){
.m-mobile-hide {
display: none !important;
}
.m-mobile-show {
display: block !important;
}
.m-padding-lr-response {
padding-left:0em !important;
padding-right:0em !important;
}
.m-mobile-wide {
width:100% !important;
}
}
/*------------------image------------------*/
.m-image-size-mini {
width:25px !important;
height:25px !important;
}
.m-image-size-small {
width:100px !important;
height:100px !important;
}
.m-image-size-large {
width: 400px !important;
height: 200px !important;
}
/*------container--------*/
.m-container {
max-width: 72em !important;%;
margin:50px auto !important;
}
.m-container-small {
max-width:60em !important;
margin:50px auto;
}
/*--------color------------*/
.m-color-black {
color: #333 !important;
}
.m-teal {
color: #00B5AD !important;
}
/*-------opacity-----*/
.m-opacity-mini{
opacity: 0.8 !important;
}
.m-opacity-tiny{
opacity: 0.6 !important;
}
/*-----------shadow-------------*/
.m-shadow-small {
-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}
/*------------vertical-middle---------------*/
.m-vertical-middle {
display: inline;
} | 0.40028 | 0.090574 |
optgroup { font-style: normal !important; font-family: 'Verdana', sans-serif; }
#arras-settings-form th { padding: 10px 0; }
#arras-help-links { float: right; margin: 7px 5px 0; list-style: none; padding: 0; }
#arras-help-links li { float: left; }
#arras-help-links #donate-form { margin: -3px 0 0; }
#arras-tabs { margin: 5px 0 0; width: 100%; }
#arras-tabs li { float: left; font-size: 12px; margin: 0; padding: 0; }
#arras-tabs a { cursor: default; background: #F2F2F2 url(../images/admin/white-grad.png) repeat-x scroll left top; border: 1px solid #bbb; border-right: none; color: #464646; display: block; padding: 5px 12px; text-decoration: none; }
#arras-tabs a:hover { background: #F2F2F2 url(../images/admin/white-grad-active.png) repeat-x scroll left top; color: #000; }
#arras-tabs .ui-tabs-selected a,.arras-hook-title { background: url(../images/admin/menu-bits.gif) repeat-x scroll top left; border-bottom: none; color: #fff; font-weight: bold; padding-bottom: 6px; }
#arras-tabs li:first-child a { moz-border-radius: 6px 0 0 0; webkit-border-radius: 6px 0 0 0; }
#arras-tabs li:last-child a { border-right: 1px solid #bbb; moz-border-radius: 0 6px 0 0; webkit-border-radius: 6px 0 0 0; }
.arras-options-wrapper { border-top: 3px solid #AAA; min-height: 820px; }
.arras-options-tabcover { background: #8a8a8a; height: 5px; }
.padding-content { padding: 10px; }
.padding-content h3 { font-size: 14px; margin: 10px 0 0; }
.form-table { margin-bottom: 0 !important; }
.form-table th,.largetext { font-size: 12px; }
.form-table select { width: 275px; }
.version { font-size: 12px !important; font-weight: bold; padding: 10px !important; }
#arras-background-container { background: #fff; border: 1px solid #ccc; height: 330px; overflow-y: scroll; padding: 10px 10px 0; }
#arras-background-container .background-selected { border: 2px solid #D54E21; }
#arras-background-container p { border-bottom: 1px solid #ccc; clear: both; font-size: 10px; font-weight: bold; margin: 0 0 10px; padding: 0 0 5px; text-transform: uppercase; }
.arras-background-node { border: 2px solid #fff; float: left; margin: 0 10px 10px 0; }
.arras-background-node a { display: block; height: 120px; width: 196px; }
.hide, .ui-tabs-hide { display: none !important; }
#colorpicker { position: relative; }
.farbtastic { background: #FFF; border: 1px solid #8CBDD5; position: relative; }
.farbtastic * { cursor: crosshair; position: absolute; }
.farbtastic,.farbtastic .wheel { height: 195px; width: 195px; }
.farbtastic .color,.farbtastic .overlay { height: 101px; left: 47px; top: 47px; width: 101px; }
.farbtastic .wheel { background: url(../images/admin/wheel.png) no-repeat; height: 195px; width: 195px; }
.farbtastic .overlay { background: url(../images/admin/mask.png) no-repeat; }
.farbtastic .marker { background: url(../images/admin/marker.png) no-repeat; height: 17px; margin: -8px 0 0 -8px; overflow: hidden; width: 17px; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; } | tests/data/wpcom-themes/arras/css/admin.css | optgroup { font-style: normal !important; font-family: 'Verdana', sans-serif; }
#arras-settings-form th { padding: 10px 0; }
#arras-help-links { float: right; margin: 7px 5px 0; list-style: none; padding: 0; }
#arras-help-links li { float: left; }
#arras-help-links #donate-form { margin: -3px 0 0; }
#arras-tabs { margin: 5px 0 0; width: 100%; }
#arras-tabs li { float: left; font-size: 12px; margin: 0; padding: 0; }
#arras-tabs a { cursor: default; background: #F2F2F2 url(../images/admin/white-grad.png) repeat-x scroll left top; border: 1px solid #bbb; border-right: none; color: #464646; display: block; padding: 5px 12px; text-decoration: none; }
#arras-tabs a:hover { background: #F2F2F2 url(../images/admin/white-grad-active.png) repeat-x scroll left top; color: #000; }
#arras-tabs .ui-tabs-selected a,.arras-hook-title { background: url(../images/admin/menu-bits.gif) repeat-x scroll top left; border-bottom: none; color: #fff; font-weight: bold; padding-bottom: 6px; }
#arras-tabs li:first-child a { moz-border-radius: 6px 0 0 0; webkit-border-radius: 6px 0 0 0; }
#arras-tabs li:last-child a { border-right: 1px solid #bbb; moz-border-radius: 0 6px 0 0; webkit-border-radius: 6px 0 0 0; }
.arras-options-wrapper { border-top: 3px solid #AAA; min-height: 820px; }
.arras-options-tabcover { background: #8a8a8a; height: 5px; }
.padding-content { padding: 10px; }
.padding-content h3 { font-size: 14px; margin: 10px 0 0; }
.form-table { margin-bottom: 0 !important; }
.form-table th,.largetext { font-size: 12px; }
.form-table select { width: 275px; }
.version { font-size: 12px !important; font-weight: bold; padding: 10px !important; }
#arras-background-container { background: #fff; border: 1px solid #ccc; height: 330px; overflow-y: scroll; padding: 10px 10px 0; }
#arras-background-container .background-selected { border: 2px solid #D54E21; }
#arras-background-container p { border-bottom: 1px solid #ccc; clear: both; font-size: 10px; font-weight: bold; margin: 0 0 10px; padding: 0 0 5px; text-transform: uppercase; }
.arras-background-node { border: 2px solid #fff; float: left; margin: 0 10px 10px 0; }
.arras-background-node a { display: block; height: 120px; width: 196px; }
.hide, .ui-tabs-hide { display: none !important; }
#colorpicker { position: relative; }
.farbtastic { background: #FFF; border: 1px solid #8CBDD5; position: relative; }
.farbtastic * { cursor: crosshair; position: absolute; }
.farbtastic,.farbtastic .wheel { height: 195px; width: 195px; }
.farbtastic .color,.farbtastic .overlay { height: 101px; left: 47px; top: 47px; width: 101px; }
.farbtastic .wheel { background: url(../images/admin/wheel.png) no-repeat; height: 195px; width: 195px; }
.farbtastic .overlay { background: url(../images/admin/mask.png) no-repeat; }
.farbtastic .marker { background: url(../images/admin/marker.png) no-repeat; height: 17px; margin: -8px 0 0 -8px; overflow: hidden; width: 17px; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; } | 0.272508 | 0.114839 |
*{
margin: 0;
padding: 0;
box-sizing: border-box
}
html{
background-color: #fff;
color: #555555;
font-family: 'Lato', 'Arial', sans-serif;
font-weight: 300;
font-size: 20px;
text-rendering: optimizeLegibility
}
.row{
max-width: 1140px;
margin: 0 auto;
}
section{
padding: 80px 0px
}
.box{
padding: 1%
}
.clearfix{zoom:1}
.clearfix:after{
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
/* ------------------------------------------------------ */
/* Heading Style */
/* ------------------------------------------------------ */
h1, h2, h3{
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}
h1{
margin-top: 0;
margin-bottom: 35px;
word-spacing: 4px;
color: #fff;
font-size: 240%;
}
h2{
font-size: 180%;
word-spacing: 2px;
text-align: center;
margin-bottom: 30px
}
h2:after{
display: block;
height: 2px;
background-color: #e67e22;
content: " ";
width: 150px;
margin: 0 auto;
margin-top: 30px
}
h3{
font-size: 110%;
margin-bottom: 15px
}
/* ------------------------------------------------------ */
/* Header Style */
/* ------------------------------------------------------ */
header{
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header/hero.jpg);
background-size: cover;
background-position: center;
height: 100vh;
background-attachment: fixed
}
.hero-text-box {
position: absolute;
width: 1140px;
top: 55%;
left: 50%;
transform: translate(-50%, -50%)
}
.logo{
height: 100px;
width: auto;
float: left;
margin-top: 20px
}
.main-nav{
float: right;
list-style: none;
margin-top: 55px
}
.main-nav li{
display: inline-block;
margin-left: 40px
}
.main-nav li a:link,
.main-nav li a:visited{
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 90%;
border-bottom: 2px solid transparent
}
.main-nav li a:hover,
.main-nav li a:active{
border-bottom: 2px solid #e67e22;
padding-bottom: 8px;
transition: border-bottom 0.3s
}
/* ------------------------------------------------------ */
/* Button Style */
/* ------------------------------------------------------ */
.btn:link,
.btn:visited,
input[type="submit"]{
display: inline-block;
padding: 10px 30px;
font-weight: 300;
text-decoration: none;
border-radius: 200px;
transition: background-color 0.2s, border 0.2s, color 0.2s;
}
.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active{
background-color: #cf6d17
}
.btn-full:link,
.btn-full:visited,
input[type="submit"]{
background-color: #e67e22;
border: 1px solid #e67e22;
color: #fff;
margin-right: 15px
}
.btn-full:hover,
.btn-full:active{
border: 1px solid #cf6d17;
background-color: #cf6d17;
}
.btn-ghost:link,
.btn-ghost:visited{
border: 1px solid #e67e22;
color: #e67e22
}
.btn-ghost:hover,
.btn-ghost:active{
border: 1px solid #cf6d17;
color: #fff
}
/* ------------------------------------------------------ */
/* Features Section Style */
/* ------------------------------------------------------ */
.feature_text{
line-height: 145%;
width: 70%;
margin: 0 15%;
margin-bottom: 30px
}
.box p{
font-size: 90%;
line-height: 145%;
}
.feature_icon{
font-size: 350%;
display: block;
color: #e67e22;
}
/* ------------------------------------------------------ */
/* Meals Showcase Section Style */
/* ------------------------------------------------------ */
.meals_showcase_section{
padding: 0
}
.meals_showcase{
list-style: none;
width: 100%;
}
.meals_showcase li{
display: block;
float: left;
width: 25%
}
.meal_photo{
width: 100%;
margin: 0;
overflow: hidden;
background: #000
}
.meal_photo img{
opacity: 0.7;
width: 100%;
height: auto;
transform: scale(1.15);
transition: transform 0.5s, opacity 0.5s
}
.meal_photo img:hover{
opacity: 1;
transform: scale(1.03)
}
/* ------------------------------------------------------ */
/* Apps Download Section Style */
/* ------------------------------------------------------ */
.apps_download_section{
background-color: #f4f4f4
}
.step_box{
margin-top: 30px
}
.step_box:first-child{
text-align: right;
padding-right: 3%;
margin-top: 30px
}
.step_box:last-child{
padding-left: 3%;
margin-top: 80px
}
.step_screen{
width: 40%
}
.work_step{
margin-bottom: 50px
}
.work_step:last-of-type{
margin-bottom: 80px
}
.work_step div{
color: #e67e22;
border: 2px solid #e67e22;
display: inline-block;
border-radius: 50%;
height: 55px;
width: 55px;
text-align: center;
float: left;
padding: 5px;
font-size: 150%;
margin-right: 20px
}
.download_app img{
height: 50px;
width: auto;
margin-right: 10px
}
/* ------------------------------------------------------ */
/* Cities Section Style */
/* ------------------------------------------------------ */
.box img{
width: 100%;
height: auto;
margin-bottom: 15px
}
.city_detail{
margin-bottom: 5px
}
.detail_icon{
display: inline-block;
width: 30px;
text-align: center;
color: #e67e22;
margin-right: 10px;
/* Best Technique to align text and icons */
font-size: 120%;
line-height: 120%;
vertical-align: middle;
margin-top: -5px
}
.city_detail a:link,
.city_detail a:visited{
color: #e67e22;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #e67e22;
transition: border-bottom 0.2s, color 0.2s
}
.city_detail a:hover{
color: #555;
border-bottom: 1px solid transparent
}
/* ------------------------------------------------------ */
/* Testimonial Section Style */
/* ------------------------------------------------------ */
.testimonial_section{
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(../img/customer/back-customers.jpg);
background-size: cover;
color: #fff;
background-attachment: fixed
}
blockquote{
padding: 2%;
font-style: italic;
line-height: 145%;
position: relative;
margin-top: 40px
}
blockquote:before{
content: "\201c";
display: block;
font-size: 500%;
position: absolute;
top: -5px;
left: -3px
}
cite{
font-size: 90%;
margin-top: 25px;
display: block
}
cite img{
height: 45px;
border-radius: 50%;
margin-right: 10px;
vertical-align: middle
}
/* ------------------------------------------------------ */
/* Plan Price Section Style */
/* ------------------------------------------------------ */
.plan_price_section{
background-color: #f4f4f4
}
.plan_box{
background-color: #fff;
border-radius: 5px;
width: 90%;
margin-left: 5%;
box-shadow: 0 2px 2px #f0f0f0
}
.plan_box div{
padding: 15px;
border-bottom: 1px solid #e8e8e8;
}
.plan_box div:first-child{
background-color: #fdfdfd;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.plan_box div:last-child{
text-align: center
}
.price{
color: #e67e22;
font-size: 300%;
margin-bottom: 10px;
font-weight: 100
}
.price span{
font-size: 30%;
font-weight: 300
}
.meal_price{
font-size: 80%
}
.plan_box ul{
list-style: none
}
.plan_box ul li{
padding: 5px 0
}
/* ------------------------------------------------------ */
/* Contact Section Style */
/* ------------------------------------------------------ */
.contact_form{
width: 60%;
margin: 0 auto;
}
input[type=text],
input[type=email],
select,
textarea{
width: 100%;
padding: 7px;
border-radius: 3px;
border: 1px solid #ccc
}
textarea{
height: 100px
}
input[type=checkbox]{
margin: 10px 5px 10px 0
}
input[type=submit]{
cursor: pointer
}
*:focus {outline:none}
/* ------------------------------------------------------ */
/* Footer Section Style */
/* ------------------------------------------------------ */
footer{
background-color: #333;
padding: 40px;
font-size: 80%
}
.footer_nav{
list-style: none;
float: left
}
.social_icons{
float: right
}
.footer_nav li,
.social_icons li{
display: inline-block;
margin-right: 20px
}
.footer_nav li:last-child,
.social_icons li:last-child{
margin-right: 0
}
.footer_nav li a:link,
.footer_nav li a:visited,
.social_icons li a:link,
.social_icons li a:visited{
text-decoration: none;
color: #888;
transition: color 0.2s
}
.social_icons li a:link,
.social_icons li a:visited{
font-size: 150%
}
.footer_nav li a:hover,
.footer_nav li a:active{
color: #ddd
}
.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram{
transition: color 0.2s
}
.ion-social-facebook:hover{color: #3b5998}
.ion-social-twitter:hover{color: #00aced}
.ion-social-googleplus:hover{color: #dd4b39}
.ion-social-instagram:hover{color: #517fa4}
footer p{
color: #888;
text-align: center;
font-size: 90%;
margin-top: 20px
} | February/14-02-2018/css/style.css |
*{
margin: 0;
padding: 0;
box-sizing: border-box
}
html{
background-color: #fff;
color: #555555;
font-family: 'Lato', 'Arial', sans-serif;
font-weight: 300;
font-size: 20px;
text-rendering: optimizeLegibility
}
.row{
max-width: 1140px;
margin: 0 auto;
}
section{
padding: 80px 0px
}
.box{
padding: 1%
}
.clearfix{zoom:1}
.clearfix:after{
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
/* ------------------------------------------------------ */
/* Heading Style */
/* ------------------------------------------------------ */
h1, h2, h3{
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}
h1{
margin-top: 0;
margin-bottom: 35px;
word-spacing: 4px;
color: #fff;
font-size: 240%;
}
h2{
font-size: 180%;
word-spacing: 2px;
text-align: center;
margin-bottom: 30px
}
h2:after{
display: block;
height: 2px;
background-color: #e67e22;
content: " ";
width: 150px;
margin: 0 auto;
margin-top: 30px
}
h3{
font-size: 110%;
margin-bottom: 15px
}
/* ------------------------------------------------------ */
/* Header Style */
/* ------------------------------------------------------ */
header{
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header/hero.jpg);
background-size: cover;
background-position: center;
height: 100vh;
background-attachment: fixed
}
.hero-text-box {
position: absolute;
width: 1140px;
top: 55%;
left: 50%;
transform: translate(-50%, -50%)
}
.logo{
height: 100px;
width: auto;
float: left;
margin-top: 20px
}
.main-nav{
float: right;
list-style: none;
margin-top: 55px
}
.main-nav li{
display: inline-block;
margin-left: 40px
}
.main-nav li a:link,
.main-nav li a:visited{
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 90%;
border-bottom: 2px solid transparent
}
.main-nav li a:hover,
.main-nav li a:active{
border-bottom: 2px solid #e67e22;
padding-bottom: 8px;
transition: border-bottom 0.3s
}
/* ------------------------------------------------------ */
/* Button Style */
/* ------------------------------------------------------ */
.btn:link,
.btn:visited,
input[type="submit"]{
display: inline-block;
padding: 10px 30px;
font-weight: 300;
text-decoration: none;
border-radius: 200px;
transition: background-color 0.2s, border 0.2s, color 0.2s;
}
.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active{
background-color: #cf6d17
}
.btn-full:link,
.btn-full:visited,
input[type="submit"]{
background-color: #e67e22;
border: 1px solid #e67e22;
color: #fff;
margin-right: 15px
}
.btn-full:hover,
.btn-full:active{
border: 1px solid #cf6d17;
background-color: #cf6d17;
}
.btn-ghost:link,
.btn-ghost:visited{
border: 1px solid #e67e22;
color: #e67e22
}
.btn-ghost:hover,
.btn-ghost:active{
border: 1px solid #cf6d17;
color: #fff
}
/* ------------------------------------------------------ */
/* Features Section Style */
/* ------------------------------------------------------ */
.feature_text{
line-height: 145%;
width: 70%;
margin: 0 15%;
margin-bottom: 30px
}
.box p{
font-size: 90%;
line-height: 145%;
}
.feature_icon{
font-size: 350%;
display: block;
color: #e67e22;
}
/* ------------------------------------------------------ */
/* Meals Showcase Section Style */
/* ------------------------------------------------------ */
.meals_showcase_section{
padding: 0
}
.meals_showcase{
list-style: none;
width: 100%;
}
.meals_showcase li{
display: block;
float: left;
width: 25%
}
.meal_photo{
width: 100%;
margin: 0;
overflow: hidden;
background: #000
}
.meal_photo img{
opacity: 0.7;
width: 100%;
height: auto;
transform: scale(1.15);
transition: transform 0.5s, opacity 0.5s
}
.meal_photo img:hover{
opacity: 1;
transform: scale(1.03)
}
/* ------------------------------------------------------ */
/* Apps Download Section Style */
/* ------------------------------------------------------ */
.apps_download_section{
background-color: #f4f4f4
}
.step_box{
margin-top: 30px
}
.step_box:first-child{
text-align: right;
padding-right: 3%;
margin-top: 30px
}
.step_box:last-child{
padding-left: 3%;
margin-top: 80px
}
.step_screen{
width: 40%
}
.work_step{
margin-bottom: 50px
}
.work_step:last-of-type{
margin-bottom: 80px
}
.work_step div{
color: #e67e22;
border: 2px solid #e67e22;
display: inline-block;
border-radius: 50%;
height: 55px;
width: 55px;
text-align: center;
float: left;
padding: 5px;
font-size: 150%;
margin-right: 20px
}
.download_app img{
height: 50px;
width: auto;
margin-right: 10px
}
/* ------------------------------------------------------ */
/* Cities Section Style */
/* ------------------------------------------------------ */
.box img{
width: 100%;
height: auto;
margin-bottom: 15px
}
.city_detail{
margin-bottom: 5px
}
.detail_icon{
display: inline-block;
width: 30px;
text-align: center;
color: #e67e22;
margin-right: 10px;
/* Best Technique to align text and icons */
font-size: 120%;
line-height: 120%;
vertical-align: middle;
margin-top: -5px
}
.city_detail a:link,
.city_detail a:visited{
color: #e67e22;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #e67e22;
transition: border-bottom 0.2s, color 0.2s
}
.city_detail a:hover{
color: #555;
border-bottom: 1px solid transparent
}
/* ------------------------------------------------------ */
/* Testimonial Section Style */
/* ------------------------------------------------------ */
.testimonial_section{
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(../img/customer/back-customers.jpg);
background-size: cover;
color: #fff;
background-attachment: fixed
}
blockquote{
padding: 2%;
font-style: italic;
line-height: 145%;
position: relative;
margin-top: 40px
}
blockquote:before{
content: "\201c";
display: block;
font-size: 500%;
position: absolute;
top: -5px;
left: -3px
}
cite{
font-size: 90%;
margin-top: 25px;
display: block
}
cite img{
height: 45px;
border-radius: 50%;
margin-right: 10px;
vertical-align: middle
}
/* ------------------------------------------------------ */
/* Plan Price Section Style */
/* ------------------------------------------------------ */
.plan_price_section{
background-color: #f4f4f4
}
.plan_box{
background-color: #fff;
border-radius: 5px;
width: 90%;
margin-left: 5%;
box-shadow: 0 2px 2px #f0f0f0
}
.plan_box div{
padding: 15px;
border-bottom: 1px solid #e8e8e8;
}
.plan_box div:first-child{
background-color: #fdfdfd;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.plan_box div:last-child{
text-align: center
}
.price{
color: #e67e22;
font-size: 300%;
margin-bottom: 10px;
font-weight: 100
}
.price span{
font-size: 30%;
font-weight: 300
}
.meal_price{
font-size: 80%
}
.plan_box ul{
list-style: none
}
.plan_box ul li{
padding: 5px 0
}
/* ------------------------------------------------------ */
/* Contact Section Style */
/* ------------------------------------------------------ */
.contact_form{
width: 60%;
margin: 0 auto;
}
input[type=text],
input[type=email],
select,
textarea{
width: 100%;
padding: 7px;
border-radius: 3px;
border: 1px solid #ccc
}
textarea{
height: 100px
}
input[type=checkbox]{
margin: 10px 5px 10px 0
}
input[type=submit]{
cursor: pointer
}
*:focus {outline:none}
/* ------------------------------------------------------ */
/* Footer Section Style */
/* ------------------------------------------------------ */
footer{
background-color: #333;
padding: 40px;
font-size: 80%
}
.footer_nav{
list-style: none;
float: left
}
.social_icons{
float: right
}
.footer_nav li,
.social_icons li{
display: inline-block;
margin-right: 20px
}
.footer_nav li:last-child,
.social_icons li:last-child{
margin-right: 0
}
.footer_nav li a:link,
.footer_nav li a:visited,
.social_icons li a:link,
.social_icons li a:visited{
text-decoration: none;
color: #888;
transition: color 0.2s
}
.social_icons li a:link,
.social_icons li a:visited{
font-size: 150%
}
.footer_nav li a:hover,
.footer_nav li a:active{
color: #ddd
}
.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram{
transition: color 0.2s
}
.ion-social-facebook:hover{color: #3b5998}
.ion-social-twitter:hover{color: #00aced}
.ion-social-googleplus:hover{color: #dd4b39}
.ion-social-instagram:hover{color: #517fa4}
footer p{
color: #888;
text-align: center;
font-size: 90%;
margin-top: 20px
} | 0.361165 | 0.053206 |
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&family=Roboto&display=swap");
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family: "Inconsolata", monospace;
font-size: 2rem;
color: #eeeeee;
background-color: #444444;
}
#navbar {
font-family: "Roboto", sans-serif;
background-color: #eee;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
}
#navbar a {
float: left;
display: block;
color: #222;
text-align: center;
text-decoration: none;
padding: 1.5rem 1.5rem;
font-size: 2rem;
}
#navbar a:hover {
color: #eeeeee;
background-color: #444444;
}
#navbar .icon {
display: none;
}
/*
Adapted from: https://www.w3schools.com/howto/howto_js_topnav_responsive.asp
*/
@media screen and (max-width: 480px) {
#navbar a:not(:first-child) {
display: none;
}
#navbar a.icon {
float: right;
display: block;
}
#navbar.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
#navbar.responsive a {
float: none;
display: block;
text-align: left;
}
}
#welcome-section {
min-height: 100vh;
margin-top: 6rem;
text-align: center;
}
#welcome-section img {
width: 150px;
height: 150px;
border-radius: 50%;
}
@media screen and (min-height: 600px) {
#welcome-section {
margin-top: 20rem;
}
#welcome-section img {
width: 225px;
height: 225px;
}
}
@media screen and (min-height: 900px) {
#welcome-section {
margin-top: 38rem;
}
#welcome-section img {
width: 300px;
height: 300px;
}
}
.section-header {
background-color: #222222;
text-align: center;
border-radius: 0.5rem;
}
.responsive-web-tiles {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.project-tile {
text-align: center;
padding: 1rem;
}
.project-tile img {
width: 100%;
max-width: 450px;
height: auto;
border-radius: 1.5rem;
}
.project-tile-text {
width: 100%;
max-width: 90vw;
height: auto;
border-style: solid;
border-radius: 1.5rem;
border-color: #eeeeee;
}
.project-tile-text p {
font-size: 1.75rem;
text-align: left;
margin: 0.5rem 1rem 1rem 1rem;
}
.certificate-link {
text-align: center;
}
#contact {
margin-bottom: 6rem;
}
h1 {
font-size: 6rem;
font-weight: 200;
}
h2, h3, h4 {
font-family: "Roboto", sans-serif;
color: #f0ffff;
margin-top: 1rem;
margin-bottom: 0.5rem;
}
h2 {
font-size: 4rem;
}
h3 {
font-size: 3.5rem;
}
h4 {
font-size: 3rem;
}
h5 {
font-family: "Roboto", sans-serif;
font-size: 2rem;
}
a {
text-decoration: underline;
color: inherit;
} | portfolio/portfolio.css | @import url("https://fonts.googleapis.com/css2?family=Inconsolata&family=Roboto&display=swap");
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family: "Inconsolata", monospace;
font-size: 2rem;
color: #eeeeee;
background-color: #444444;
}
#navbar {
font-family: "Roboto", sans-serif;
background-color: #eee;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
}
#navbar a {
float: left;
display: block;
color: #222;
text-align: center;
text-decoration: none;
padding: 1.5rem 1.5rem;
font-size: 2rem;
}
#navbar a:hover {
color: #eeeeee;
background-color: #444444;
}
#navbar .icon {
display: none;
}
/*
Adapted from: https://www.w3schools.com/howto/howto_js_topnav_responsive.asp
*/
@media screen and (max-width: 480px) {
#navbar a:not(:first-child) {
display: none;
}
#navbar a.icon {
float: right;
display: block;
}
#navbar.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
#navbar.responsive a {
float: none;
display: block;
text-align: left;
}
}
#welcome-section {
min-height: 100vh;
margin-top: 6rem;
text-align: center;
}
#welcome-section img {
width: 150px;
height: 150px;
border-radius: 50%;
}
@media screen and (min-height: 600px) {
#welcome-section {
margin-top: 20rem;
}
#welcome-section img {
width: 225px;
height: 225px;
}
}
@media screen and (min-height: 900px) {
#welcome-section {
margin-top: 38rem;
}
#welcome-section img {
width: 300px;
height: 300px;
}
}
.section-header {
background-color: #222222;
text-align: center;
border-radius: 0.5rem;
}
.responsive-web-tiles {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.project-tile {
text-align: center;
padding: 1rem;
}
.project-tile img {
width: 100%;
max-width: 450px;
height: auto;
border-radius: 1.5rem;
}
.project-tile-text {
width: 100%;
max-width: 90vw;
height: auto;
border-style: solid;
border-radius: 1.5rem;
border-color: #eeeeee;
}
.project-tile-text p {
font-size: 1.75rem;
text-align: left;
margin: 0.5rem 1rem 1rem 1rem;
}
.certificate-link {
text-align: center;
}
#contact {
margin-bottom: 6rem;
}
h1 {
font-size: 6rem;
font-weight: 200;
}
h2, h3, h4 {
font-family: "Roboto", sans-serif;
color: #f0ffff;
margin-top: 1rem;
margin-bottom: 0.5rem;
}
h2 {
font-size: 4rem;
}
h3 {
font-size: 3.5rem;
}
h4 {
font-size: 3rem;
}
h5 {
font-family: "Roboto", sans-serif;
font-size: 2rem;
}
a {
text-decoration: underline;
color: inherit;
} | 0.45181 | 0.129899 |
body {
background-position: center;
font-family: helvetica;
}
div#content {
width: 100%;
height: 100%;
}
div#editor {
text-align: center;
}
div.page {
width: 66em;
max-width: 100%;
min-height: 88.12857em;
background-color: #ffffff;
display: inline-block;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin: 20px;
border-box: border-box;
}
div.part {
overflow: hidden;
position: relative;
/* z-index: 10; */
margin-bottom: 20px;
}
div.part table {
width: 100%;
clear: both;
}
div.part td div.text {
white-space: pre-wrap;
overflow: hidden;
}
div.headline {
/* word-break: hyphenate; */
word-wrap: break-word;
line-break: strict;
font-size: 24px;
}
div.part table {
table-layout: fixed;
}
div.part td p {
word-break: normal;
word-wrap: break-word;
width: 100%;
}
div.part td {
word-wrap: break-word;
line-break: strict;
}
h1, h2, h3, h4 {
margin: 0;
padding: 0;
}
div.text {
z-index: 5;
position: relative;
}
input, textarea, [contenteditable=true] {
resize: none;
outline: none;
}
div.part.nohead h3 {
display: none;
}
div.part.selected h3 div[contenteditable=true].text {
background-color: #ffffff;
/*box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);*/
color: #000000;
}
div.part tr.selected div[contenteditable=true].text, div.selected div[contenteditable=true].text.field {
background-color: #ffffff;
/*box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);*/
color: #000000;
}
div.part div.text {
padding: 0.3em 0.3em 0.3em 0.5em;
}
div.text p {
padding: 0;
margin: 0;
}
div.save-indicator {
position: fixed;
top: 30px;
right: 100px;
font-size: 30px;
font-weight: bold;
color: #000000;
z-index: 2000;
}
/* a */
mark.marker {
background-color: #eeeeee;
border-radius: 5px;
border: 2px solid #097cf1;
padding: 6px;
/* box-shadow:0 2px 2px rgba(0,0,0,0.2); */
position: absolute;
width: 100%;
/* z-index: 2; */
}
mark.marker div.leftMarkerAddition {
position: absolute;
top: -2px;
left: -20px;
width: 24px;
text-align: center;
height: 100%;
background-color: #eee;
border-radius: 5px;
border: 2px solid #097cf1;
border-right: none;
z-index: 1;
}
/* Arrows */
mark.marker div.leftMarkerAddition .fa {
cursor: pointer;
}
mark.marker div.rightMarkerAddition .additionLinks {
position: relative;
background-color: #eee;
z-index: 12;
}
mark.marker div.rightMarkerAddition {
position: absolute;
top: -2px;
right: -115px;
width: 110px;
height: 100%;
padding-left: 10px;
background-color: #eee;
border-radius: 5px;
border: 2px solid #097cf1;
border-left: none;
z-index: 5;
}
mark.marker div.rightMarkerAddition a {
font-size: 11px;
text-align: right;
}
div.image {
cursor: pointer;
}
/* Memo Sticker */
.memo_sticker {
text-align: left;
position: absolute;
background-color: #ffffff;
border: 1px solid #aaaaaa;
border-radius: 4px;
font-size: 1em;
padding: 10px;
width: 250px;
z-index: 5000;
box-shadow: 1px 1px 6px #555555;
-moz-box-shadow: 1px 1px 6px #555555;
-webkit-box-shadow: 1px 1px 6px #555555;
}
.memo_sticker.locked i.fa-arrows {
color: #cccccc;
}
.memo_sticker p {
padding: 0;
margin: 0;
}
.memo_sticker .meta span:nth-child(3) {
float: right;
}
.memo_sticker[data-lock="0"] .fa-arrows {
cursor: move;
}
.memo_sticker.warn {
background-color: #ffa07a;
border: 2px solid #ee162d;
}
.memo_sticker .meta {
margin-top: 5px;
font-weight: bold;
color: #444444;
}
.single4 {
margin: auto;
width: 50px;
height: 50px;
border-radius: 50%;
border: 6px solid #EEEEEE;
border-top-color: #BFBFBF;
border-bottom-color: #BFBFBF;
-webkit-animation: single4 2.5s infinite ease-in-out;
animation: single4 2.5s infinite ease-in-out;
}
@-webkit-keyframes single4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
}
@keyframes single4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
}
@media screen and (max-width: 950px) {
div.page {
margin: 0px;
}
div.headline {
font-size: 2em !important;
}
div.save-indicator {
position: fixed;
top: 30px;
right: 0px;
font-size: 20px;
font-weight: bold;
color: #000000;
}
} | public/css/ckEditor.css | body {
background-position: center;
font-family: helvetica;
}
div#content {
width: 100%;
height: 100%;
}
div#editor {
text-align: center;
}
div.page {
width: 66em;
max-width: 100%;
min-height: 88.12857em;
background-color: #ffffff;
display: inline-block;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin: 20px;
border-box: border-box;
}
div.part {
overflow: hidden;
position: relative;
/* z-index: 10; */
margin-bottom: 20px;
}
div.part table {
width: 100%;
clear: both;
}
div.part td div.text {
white-space: pre-wrap;
overflow: hidden;
}
div.headline {
/* word-break: hyphenate; */
word-wrap: break-word;
line-break: strict;
font-size: 24px;
}
div.part table {
table-layout: fixed;
}
div.part td p {
word-break: normal;
word-wrap: break-word;
width: 100%;
}
div.part td {
word-wrap: break-word;
line-break: strict;
}
h1, h2, h3, h4 {
margin: 0;
padding: 0;
}
div.text {
z-index: 5;
position: relative;
}
input, textarea, [contenteditable=true] {
resize: none;
outline: none;
}
div.part.nohead h3 {
display: none;
}
div.part.selected h3 div[contenteditable=true].text {
background-color: #ffffff;
/*box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);*/
color: #000000;
}
div.part tr.selected div[contenteditable=true].text, div.selected div[contenteditable=true].text.field {
background-color: #ffffff;
/*box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);*/
color: #000000;
}
div.part div.text {
padding: 0.3em 0.3em 0.3em 0.5em;
}
div.text p {
padding: 0;
margin: 0;
}
div.save-indicator {
position: fixed;
top: 30px;
right: 100px;
font-size: 30px;
font-weight: bold;
color: #000000;
z-index: 2000;
}
/* a */
mark.marker {
background-color: #eeeeee;
border-radius: 5px;
border: 2px solid #097cf1;
padding: 6px;
/* box-shadow:0 2px 2px rgba(0,0,0,0.2); */
position: absolute;
width: 100%;
/* z-index: 2; */
}
mark.marker div.leftMarkerAddition {
position: absolute;
top: -2px;
left: -20px;
width: 24px;
text-align: center;
height: 100%;
background-color: #eee;
border-radius: 5px;
border: 2px solid #097cf1;
border-right: none;
z-index: 1;
}
/* Arrows */
mark.marker div.leftMarkerAddition .fa {
cursor: pointer;
}
mark.marker div.rightMarkerAddition .additionLinks {
position: relative;
background-color: #eee;
z-index: 12;
}
mark.marker div.rightMarkerAddition {
position: absolute;
top: -2px;
right: -115px;
width: 110px;
height: 100%;
padding-left: 10px;
background-color: #eee;
border-radius: 5px;
border: 2px solid #097cf1;
border-left: none;
z-index: 5;
}
mark.marker div.rightMarkerAddition a {
font-size: 11px;
text-align: right;
}
div.image {
cursor: pointer;
}
/* Memo Sticker */
.memo_sticker {
text-align: left;
position: absolute;
background-color: #ffffff;
border: 1px solid #aaaaaa;
border-radius: 4px;
font-size: 1em;
padding: 10px;
width: 250px;
z-index: 5000;
box-shadow: 1px 1px 6px #555555;
-moz-box-shadow: 1px 1px 6px #555555;
-webkit-box-shadow: 1px 1px 6px #555555;
}
.memo_sticker.locked i.fa-arrows {
color: #cccccc;
}
.memo_sticker p {
padding: 0;
margin: 0;
}
.memo_sticker .meta span:nth-child(3) {
float: right;
}
.memo_sticker[data-lock="0"] .fa-arrows {
cursor: move;
}
.memo_sticker.warn {
background-color: #ffa07a;
border: 2px solid #ee162d;
}
.memo_sticker .meta {
margin-top: 5px;
font-weight: bold;
color: #444444;
}
.single4 {
margin: auto;
width: 50px;
height: 50px;
border-radius: 50%;
border: 6px solid #EEEEEE;
border-top-color: #BFBFBF;
border-bottom-color: #BFBFBF;
-webkit-animation: single4 2.5s infinite ease-in-out;
animation: single4 2.5s infinite ease-in-out;
}
@-webkit-keyframes single4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
}
@keyframes single4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
}
@media screen and (max-width: 950px) {
div.page {
margin: 0px;
}
div.headline {
font-size: 2em !important;
}
div.save-indicator {
position: fixed;
top: 30px;
right: 0px;
font-size: 20px;
font-weight: bold;
color: #000000;
}
} | 0.457137 | 0.103295 |
body{
margin: 0;
background: #444;
font-family: sans-serif;
font-weight: 300;
min-width: 1122px;
display: grid;
grid-gap: 4px;
grid-template-rows: 60px auto;
grid-template-areas:
"header"
"body"
;
}
#title-box{
text-align: center;
color: #222;
float: left;
width: 150px;
border: solid 1px #222;
padding: 10px 0;
margin-top: 10px;
margin-bottom: 10px;
margin-left: -20px;
box-shadow: 4px 4px #222;
}
.flex-btn{
display: flex;
flex-direction: row;
}
#search-btn{
flex: 0 0 50%;
margin-left: 1px;
}
#insert-btn{
flex: 0 0 50%;
margin-right: 1px;
}
.btn{
text-align: center;
background-color: rgb(85, 214, 170);
height: 14%;
font-size: 15px;
font-weight: 900;
width: 100%;
font-family: monospace;
color: rgb(68, 68, 68);
margin-top: 5px;
margin-bottom: 5px;
border: none;
border-radius: 0px;
}
.btn:hover{
border: solid 1px #222;
background-color:#32ac83fd;
transition: all ease-in-out 250ms;
}
.page-body{
grid-area: body;
background-color: #222;
width: 100%;
height: 100%;
min-height: 685px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.page-body > div{
align-items:center;
text-align: center;
background-color: rgb(255, 255, 255);
margin: 20px 20;
height: 80%;
padding: 20px;
font-size: 30px;
width: 33.33%;
min-height: 600;
border-radius: 10px;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
-moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
-o-box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
#algorithms{
height: 400px;
min-height: 400px;
width: 150px;
min-width: 150px;
}
#input{
width: 100%;
border: none;
box-shadow: 0 0 2px #222;
-moz-box-shadow: 0 0 2px #222;
-webkit-box-shadow: 0 0 2px #222;
-o-box-shadow: 0 0 2px #222;
}
#table{
width: 150px;
min-width: 150px;
font-size: 13px;
font-family: sans-serif;
font-weight: 700;
color: #444;
max-height: 81%;
min-height: 81%;
}
#data{
text-align: left;
width: 500px;
min-width: 500px;
font-size: 15px;
font-weight: 900;
font-family: monospace;
}
.container{
width: 85%;
margin: 0 auto;
}
header{
background: #55d6aa;
grid-area: header;
}
header nav{
float: right;
}
nav ul{
margin: 0;
padding: 0;
list-style: none;
}
nav li{
display: inline-block;
margin-left: 70px;
padding-top: 25px;
position: relative;
}
nav a{
color: #444;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
}
nav a:hover{
color: rgb(0, 0, 0);
}
header nav a::before{
content: '';
display: block;
height: 3px;
width: 100%;
background-color: #444;
position: absolute;
top: 0;
width: 0%;
transition: all ease-in-out 50ms;
}
header nav a:hover::before{
width: 100%;
} | index.css | body{
margin: 0;
background: #444;
font-family: sans-serif;
font-weight: 300;
min-width: 1122px;
display: grid;
grid-gap: 4px;
grid-template-rows: 60px auto;
grid-template-areas:
"header"
"body"
;
}
#title-box{
text-align: center;
color: #222;
float: left;
width: 150px;
border: solid 1px #222;
padding: 10px 0;
margin-top: 10px;
margin-bottom: 10px;
margin-left: -20px;
box-shadow: 4px 4px #222;
}
.flex-btn{
display: flex;
flex-direction: row;
}
#search-btn{
flex: 0 0 50%;
margin-left: 1px;
}
#insert-btn{
flex: 0 0 50%;
margin-right: 1px;
}
.btn{
text-align: center;
background-color: rgb(85, 214, 170);
height: 14%;
font-size: 15px;
font-weight: 900;
width: 100%;
font-family: monospace;
color: rgb(68, 68, 68);
margin-top: 5px;
margin-bottom: 5px;
border: none;
border-radius: 0px;
}
.btn:hover{
border: solid 1px #222;
background-color:#32ac83fd;
transition: all ease-in-out 250ms;
}
.page-body{
grid-area: body;
background-color: #222;
width: 100%;
height: 100%;
min-height: 685px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.page-body > div{
align-items:center;
text-align: center;
background-color: rgb(255, 255, 255);
margin: 20px 20;
height: 80%;
padding: 20px;
font-size: 30px;
width: 33.33%;
min-height: 600;
border-radius: 10px;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
-moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
-o-box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
#algorithms{
height: 400px;
min-height: 400px;
width: 150px;
min-width: 150px;
}
#input{
width: 100%;
border: none;
box-shadow: 0 0 2px #222;
-moz-box-shadow: 0 0 2px #222;
-webkit-box-shadow: 0 0 2px #222;
-o-box-shadow: 0 0 2px #222;
}
#table{
width: 150px;
min-width: 150px;
font-size: 13px;
font-family: sans-serif;
font-weight: 700;
color: #444;
max-height: 81%;
min-height: 81%;
}
#data{
text-align: left;
width: 500px;
min-width: 500px;
font-size: 15px;
font-weight: 900;
font-family: monospace;
}
.container{
width: 85%;
margin: 0 auto;
}
header{
background: #55d6aa;
grid-area: header;
}
header nav{
float: right;
}
nav ul{
margin: 0;
padding: 0;
list-style: none;
}
nav li{
display: inline-block;
margin-left: 70px;
padding-top: 25px;
position: relative;
}
nav a{
color: #444;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
}
nav a:hover{
color: rgb(0, 0, 0);
}
header nav a::before{
content: '';
display: block;
height: 3px;
width: 100%;
background-color: #444;
position: absolute;
top: 0;
width: 0%;
transition: all ease-in-out 50ms;
}
header nav a:hover::before{
width: 100%;
} | 0.296858 | 0.053034 |
.ffmi__scale {
width: 90%;
position: relative;
margin-top: 4rem
}
.scale {
background: -webkit-gradient(linear,left top,right top,from(red),color-stop(10%,red),color-stop(25%,#fffc00),color-stop(50%,#01b439),color-stop(75%,#547ff8),color-stop(90%,#7235d3),to(#7235d3));
background: -webkit-linear-gradient(left,red,red 10%,#fffc00 25%,#01b439 50%,#547ff8 75%,#7235d3 90%,#7235d3 100%);
background: -o-linear-gradient(left,red,red 10%,#fffc00 25%,#01b439 50%,#547ff8 75%,#7235d3 90%,#7235d3 100%);
background: linear-gradient(to right,red,red 10%,#fffc00 25%,#01b439 50%,#547ff8 75%,#7235d3 90%,#7235d3 100%);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.scale::after, .scale::before {
content: '';
width: 7.14%;
height: 2.2rem;
z-index: 2;
position: absolute;
bottom: 0
}
.scale::before {
background: -webkit-gradient(linear,left top,right top,color-stop(20%,transparent),color-stop(65%,rgba(255,0,0,.3)),to(red));
background: -webkit-linear-gradient(left,transparent 20%,rgba(255,0,0,.3) 65%,red);
background: -o-linear-gradient(left,transparent 20%,rgba(255,0,0,.3) 65%,red);
background: linear-gradient(to right,transparent 20%,rgba(255,0,0,.3) 65%,red);
left: -7.14%
}
.scale::after {
background: -webkit-gradient(linear,right top,left top,color-stop(20%,transparent),color-stop(45%,rgba(114,53,211,.3)),to(#7235d3));
background: -webkit-linear-gradient(right,transparent 20%,rgba(114,53,211,.3) 45%,#7235d3);
background: -o-linear-gradient(right,transparent 20%,rgba(114,53,211,.3) 45%,#7235d3);
background: linear-gradient(to left,transparent 20%,rgba(114,53,211,.3) 45%,#7235d3);
right: -7.14%
}
.scale__segment {
-webkit-flex-basis: 7.14%;
-ms-flex-preferred-size: 7.14%;
flex-basis: 7.14%;
height: 2.2rem;
position: relative
}
.scale__label {
font-size: 1.4rem;
white-space: nowrap;
color: #fff;
position: absolute;
left: 0;
bottom: 15%
}
.scale__segment-value {
font-size: 1.6rem;
color: red;
position: absolute;
left: -1.2rem;
bottom: -120%
}
.scale__segment-value_right {
left: auto;
right: -1rem
}
.pointer, .scale-label {
position: absolute;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.pointer {
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
z-index: 10;
bottom: 50%;
left: 49.69%
}
.pointer svg {
fill: red
}
.scale-label {
font-size: 1.6rem;
font-weight: 100;
color: #fff;
left: 50%;
bottom: -7.5rem
}
@media (max-width:1400px) {
.ffmi__scale {
max-width: 100rem
}
}
@media (max-width:1200px) {
.ffmi__scale {
max-width: 80rem
}
}
@media (max-width:870px) {
.ffmi__scale {
max-width: 67rem
}
}
@media (max-width:768px) {
.ffmi__scale {
max-width: 90%;
margin-top: 3rem
}
.scale__label {
font-size: 1rem;
bottom: 25%
}
}
@media (max-width:540px) {
.scale__label {
display: none
}
}
@media (max-width:500px) {
.header {
display: none
}
.ffmi__scale {
max-width: 94%
}
}
@media (max-width:400px) {
.ffmi__scale {
margin-top: 1rem
}
.scale__segment-value {
font-size: 1.4rem
}
}
.ffmi {
margin-bottom: 8rem
}
.ffmi__h1 {
text-align: center;
padding-top: 4rem
}
.ffmi__sub-h1 {
margin-top: 1rem;
margin-bottom: 4rem
}
.sub-h1 {
font-size: 1.6rem;
color: #fff;
text-align: center
}
.ffmi {
background: -webkit-linear-gradient(45deg,#373198,#5456f6);
background: -o-linear-gradient(45deg,#373198,#5456f6);
background: linear-gradient(45deg,#373198,#5456f6);
padding-top: 6rem
}
.ffmi__content, .ffmi__wrap {
display: -webkit-box;
}
.ffmi__wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 11rem
}
.ffmi__content {
margin: 0 auto
}
.ffmi__result {
background: -webkit-gradient(linear,left bottom,left top,from(#292a45),to(#3630bb));
background: -webkit-linear-gradient(bottom,#292a45,#3630bb);
background: -o-linear-gradient(bottom,#292a45,#3630bb);
background: linear-gradient(0deg,#292a45,#3630bb);
-webkit-border-radius: .5rem;
border-radius: .5rem;
-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.55);
box-shadow: 0 0 25px 0 rgba(0,0,0,.55);
padding: 3rem
}
.ffmi__result-table {
width: 100%;
color: #fff
}
.ffmi__result-table tr {
height: 3.5rem
}
.ffmi__controls-box {
background-color: #fff;
-webkit-border-top-right-radius: .5rem;
border-top-right-radius: .5rem;
-webkit-border-bottom-right-radius: .5rem;
border-bottom-right-radius: .5rem;
position: relative;
padding: 7rem 4rem 3rem;
margin: 2rem 0
}
.ffmi__controls, .ffmi__measurment {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.ffmi__controls {
width: 100%;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.ffmi__measurment {
font-size: 1.6rem;
-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: 1rem;
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%)
}
.ffmi__measurment span {
cursor: pointer;
margin: 0 1rem
}
[data-measurment-btn] {
color: #585858;
padding-bottom: .4rem
}
[data-measurment-btn].active, h1, h2, h3 {
color: #32343e
}
.measurment-toggler {
width: 40px;
height: 40px;
cursor: pointer;
padding: 0;
margin: 0 1rem
}
.measurment-toggler__right {
display: none
}
.ffmi__chart-container {
width: 26rem;
height: 26rem
}
.highcharts-background {
fill: transparent
}
.control__text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.control__slider {
height: 2.5rem
}
.control__label {
font-size: 2rem;
color: #32343e
}
.control__slider-labels {
color: #585858;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.control__value-num {
max-width: 8rem;
font-size: 3.4rem;
text-align: right;
border: 0;
color: #615f9a
}
.control__value-num_inches {
max-width: 12rem
}
.control__value-text {
font-size: 1.4rem;
color: #585858
}
.control__value_x2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
[data-slider] {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
[data-calc-measurment=metric], [data-calc-measurment].hidden {
display: none
}
[data-calc-measurment] {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline
}
[data-calc-measurment].visible {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
@media (max-width:991px) {
.ffmi__controls {
width: 100%
}
.ffmi__chart-container {
width: 22rem
}
.ffmi__content {
width: 100%
}
.ffmi__controls-box {
width: 100%;
padding: 3.5rem
}
.ffmi__chart-container {
height: 20rem
}
}
@media (max-width:768px) {
.ffmi__wrap {
max-width: 60rem;
margin: 0 auto
}
.ffmi__content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.ffmi__result {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2rem
}
.ffmi__chart-container {
width: 20rem;
height: 20rem
}
.ffmi__controls-box {
width: 100%;
-webkit-border-radius: .5rem;
border-radius: .5rem
}
.control:nth-child(2) {
margin: 1.4rem 0
}
}
@media (max-width:500px) {
.ffmi__wrap {
padding-bottom: 8rem
}
.ffmi {
padding-top: 0
}
.ffmi__h1 {
font-size: 3rem;
padding-top: 1rem
}
.ffmi__sub-h1 {
margin-top: .6rem;
margin-bottom: 2.6rem
}
.ffmi__result, .ffmi__result-table {
padding: 0 2rem
}
.ffmi__result {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.ffmi__chart-container {
width: 20rem;
height: 16rem
}
.ffmi__controls-box {
padding: 5rem 2rem 2rem
}
.control__label {
font-size: 1.8rem
}
.control__value-num {
font-size: 3rem
}
.control__value-num_inches {
max-width: 9rem
}
.control__slider-labels {
font-size: 1.4rem
}
} | onlinept/obj/Release/Package/PackageTmp/Content/Admin/plugins/custom/ffmi/style.min.css | .ffmi__scale {
width: 90%;
position: relative;
margin-top: 4rem
}
.scale {
background: -webkit-gradient(linear,left top,right top,from(red),color-stop(10%,red),color-stop(25%,#fffc00),color-stop(50%,#01b439),color-stop(75%,#547ff8),color-stop(90%,#7235d3),to(#7235d3));
background: -webkit-linear-gradient(left,red,red 10%,#fffc00 25%,#01b439 50%,#547ff8 75%,#7235d3 90%,#7235d3 100%);
background: -o-linear-gradient(left,red,red 10%,#fffc00 25%,#01b439 50%,#547ff8 75%,#7235d3 90%,#7235d3 100%);
background: linear-gradient(to right,red,red 10%,#fffc00 25%,#01b439 50%,#547ff8 75%,#7235d3 90%,#7235d3 100%);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.scale::after, .scale::before {
content: '';
width: 7.14%;
height: 2.2rem;
z-index: 2;
position: absolute;
bottom: 0
}
.scale::before {
background: -webkit-gradient(linear,left top,right top,color-stop(20%,transparent),color-stop(65%,rgba(255,0,0,.3)),to(red));
background: -webkit-linear-gradient(left,transparent 20%,rgba(255,0,0,.3) 65%,red);
background: -o-linear-gradient(left,transparent 20%,rgba(255,0,0,.3) 65%,red);
background: linear-gradient(to right,transparent 20%,rgba(255,0,0,.3) 65%,red);
left: -7.14%
}
.scale::after {
background: -webkit-gradient(linear,right top,left top,color-stop(20%,transparent),color-stop(45%,rgba(114,53,211,.3)),to(#7235d3));
background: -webkit-linear-gradient(right,transparent 20%,rgba(114,53,211,.3) 45%,#7235d3);
background: -o-linear-gradient(right,transparent 20%,rgba(114,53,211,.3) 45%,#7235d3);
background: linear-gradient(to left,transparent 20%,rgba(114,53,211,.3) 45%,#7235d3);
right: -7.14%
}
.scale__segment {
-webkit-flex-basis: 7.14%;
-ms-flex-preferred-size: 7.14%;
flex-basis: 7.14%;
height: 2.2rem;
position: relative
}
.scale__label {
font-size: 1.4rem;
white-space: nowrap;
color: #fff;
position: absolute;
left: 0;
bottom: 15%
}
.scale__segment-value {
font-size: 1.6rem;
color: red;
position: absolute;
left: -1.2rem;
bottom: -120%
}
.scale__segment-value_right {
left: auto;
right: -1rem
}
.pointer, .scale-label {
position: absolute;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.pointer {
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
z-index: 10;
bottom: 50%;
left: 49.69%
}
.pointer svg {
fill: red
}
.scale-label {
font-size: 1.6rem;
font-weight: 100;
color: #fff;
left: 50%;
bottom: -7.5rem
}
@media (max-width:1400px) {
.ffmi__scale {
max-width: 100rem
}
}
@media (max-width:1200px) {
.ffmi__scale {
max-width: 80rem
}
}
@media (max-width:870px) {
.ffmi__scale {
max-width: 67rem
}
}
@media (max-width:768px) {
.ffmi__scale {
max-width: 90%;
margin-top: 3rem
}
.scale__label {
font-size: 1rem;
bottom: 25%
}
}
@media (max-width:540px) {
.scale__label {
display: none
}
}
@media (max-width:500px) {
.header {
display: none
}
.ffmi__scale {
max-width: 94%
}
}
@media (max-width:400px) {
.ffmi__scale {
margin-top: 1rem
}
.scale__segment-value {
font-size: 1.4rem
}
}
.ffmi {
margin-bottom: 8rem
}
.ffmi__h1 {
text-align: center;
padding-top: 4rem
}
.ffmi__sub-h1 {
margin-top: 1rem;
margin-bottom: 4rem
}
.sub-h1 {
font-size: 1.6rem;
color: #fff;
text-align: center
}
.ffmi {
background: -webkit-linear-gradient(45deg,#373198,#5456f6);
background: -o-linear-gradient(45deg,#373198,#5456f6);
background: linear-gradient(45deg,#373198,#5456f6);
padding-top: 6rem
}
.ffmi__content, .ffmi__wrap {
display: -webkit-box;
}
.ffmi__wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 11rem
}
.ffmi__content {
margin: 0 auto
}
.ffmi__result {
background: -webkit-gradient(linear,left bottom,left top,from(#292a45),to(#3630bb));
background: -webkit-linear-gradient(bottom,#292a45,#3630bb);
background: -o-linear-gradient(bottom,#292a45,#3630bb);
background: linear-gradient(0deg,#292a45,#3630bb);
-webkit-border-radius: .5rem;
border-radius: .5rem;
-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.55);
box-shadow: 0 0 25px 0 rgba(0,0,0,.55);
padding: 3rem
}
.ffmi__result-table {
width: 100%;
color: #fff
}
.ffmi__result-table tr {
height: 3.5rem
}
.ffmi__controls-box {
background-color: #fff;
-webkit-border-top-right-radius: .5rem;
border-top-right-radius: .5rem;
-webkit-border-bottom-right-radius: .5rem;
border-bottom-right-radius: .5rem;
position: relative;
padding: 7rem 4rem 3rem;
margin: 2rem 0
}
.ffmi__controls, .ffmi__measurment {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.ffmi__controls {
width: 100%;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.ffmi__measurment {
font-size: 1.6rem;
-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: 1rem;
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%)
}
.ffmi__measurment span {
cursor: pointer;
margin: 0 1rem
}
[data-measurment-btn] {
color: #585858;
padding-bottom: .4rem
}
[data-measurment-btn].active, h1, h2, h3 {
color: #32343e
}
.measurment-toggler {
width: 40px;
height: 40px;
cursor: pointer;
padding: 0;
margin: 0 1rem
}
.measurment-toggler__right {
display: none
}
.ffmi__chart-container {
width: 26rem;
height: 26rem
}
.highcharts-background {
fill: transparent
}
.control__text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.control__slider {
height: 2.5rem
}
.control__label {
font-size: 2rem;
color: #32343e
}
.control__slider-labels {
color: #585858;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.control__value-num {
max-width: 8rem;
font-size: 3.4rem;
text-align: right;
border: 0;
color: #615f9a
}
.control__value-num_inches {
max-width: 12rem
}
.control__value-text {
font-size: 1.4rem;
color: #585858
}
.control__value_x2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
[data-slider] {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
[data-calc-measurment=metric], [data-calc-measurment].hidden {
display: none
}
[data-calc-measurment] {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline
}
[data-calc-measurment].visible {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
@media (max-width:991px) {
.ffmi__controls {
width: 100%
}
.ffmi__chart-container {
width: 22rem
}
.ffmi__content {
width: 100%
}
.ffmi__controls-box {
width: 100%;
padding: 3.5rem
}
.ffmi__chart-container {
height: 20rem
}
}
@media (max-width:768px) {
.ffmi__wrap {
max-width: 60rem;
margin: 0 auto
}
.ffmi__content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.ffmi__result {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2rem
}
.ffmi__chart-container {
width: 20rem;
height: 20rem
}
.ffmi__controls-box {
width: 100%;
-webkit-border-radius: .5rem;
border-radius: .5rem
}
.control:nth-child(2) {
margin: 1.4rem 0
}
}
@media (max-width:500px) {
.ffmi__wrap {
padding-bottom: 8rem
}
.ffmi {
padding-top: 0
}
.ffmi__h1 {
font-size: 3rem;
padding-top: 1rem
}
.ffmi__sub-h1 {
margin-top: .6rem;
margin-bottom: 2.6rem
}
.ffmi__result, .ffmi__result-table {
padding: 0 2rem
}
.ffmi__result {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.ffmi__chart-container {
width: 20rem;
height: 16rem
}
.ffmi__controls-box {
padding: 5rem 2rem 2rem
}
.control__label {
font-size: 1.8rem
}
.control__value-num {
font-size: 3rem
}
.control__value-num_inches {
max-width: 9rem
}
.control__slider-labels {
font-size: 1.4rem
}
} | 0.509032 | 0.074231 |
body {
background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}
@font-face {
font-family: lfl;
src: url(fonts/letters_for_learners/lfl.ttf);
}
.ques_group{
text-align: center;
}
.head{
font-size: 15px;
color: #f5f5f5;
font-family: nunito !important;
}
.ques_word{
background-color: transparent;
border: none;
font-family: 'lfl';
text-transform: uppercase;
color: #fff;
font-size: 26px;
text-align: center;
font-weight:900;
}
input[type="submit"] {
background-color: #322142;
color: #fff;
text-transform: uppercase;
width: 300px;
font-weight: 500;
font-size: 23px;
font-family: lfl;
border-radius: 6px !important;
}
.form-check{
background: rgba(0,0,0,0.6);
border-radius: 10px;
padding:1px;
margin: 0 auto;
width:300px;
}
input[type="submit"]:hover{
color: #BBE5B5;
background-color: #000;
}
.form-check:hover{
cursor: pointer;
background: rgba(0,0,0,0.8);
color: #f5f5f5 !important;
}
.form-check:hover label{
color: #f5f5f5 !important;
}
.form-check:hover{
-webkit-transition: background-color 0.24s linear;
-o-transition: background-color 0.24s linear;
-moz-transition: background-color 0.24s linear;
transition: background-color 0.24s linear;
}
label{
width:100%;
}
label:hover{
cursor: pointer;
}
input[type="radio"] {
display: none;
}
input[type="radio"] + label {
font-weight: 590;
font-size: 18px;
padding: 10px;
text-transform:uppercase;
color: #ffffff;
font-family: lfl;
}
input[type="radio"] + label span {
display: inline-block; width: 18px;
height: 18px; margin: -2px 10px 0 0;
vertical-align: middle; cursor: pointer;
-moz-border-radius: 50%;
border-radius: 50%;
border: 3px solid #ffffff;
}
input[type="radio"] + label span {
background-color: #fff;
}
input[type="radio"]:checked + label {
color: #f5f5f5; font-weight: 700;
}
input[type="radio"]:checked + label span {
background-color: #493966;
border: 2px solid #ffffff;
box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
input[type="radio"] + label span, input[type="radio"]:checked + label span {
-webkit-transition: background-color 0.24s linear;
-o-transition: background-color 0.24s linear;
-moz-transition: background-color 0.24s linear;
transition: background-color 0.24s linear;
}
.highlight{
background-color: rgba(0,0,0,0.9);
}
.highlight1{
background-color: rgba(0,0,0,0.9);
}
.highlight2{
background-color: rgba(0,0,0,0.9);
}
.highlight3{
background-color: rgba(0,0,0,0.9);
}
/* score balde */
.display_score{
margin-top: 150px;
text-align: center;
padding: 15px;
}
.display_score h1{
font-size: 15em;
font-family: lfl;
color: #EEEEEE;
}
.display_score h2{
font-size: 4em;
font-family: lfl;
color: #EEEEEE;
}
.btn-link{
border-radius: 5px !important;
width: 200px;
color: #fff !important;
background-color: #322142 !important;
font-family: lfl;
text-decoration: none !important;
}
.btn-group a:hover{
background-color: #000 !important;
text-decoration: none !important;
}
.comment{
font-family: lfl;
color: #ffffff;
font-size: 25px;
}
.display_ans table{
margin-top: 220px;
color: #eeeeee;
font-family: Nunito !important;
text-transform: uppercase;
border-radius: 5px;
}
thead{
font-size: 25px !important;
}
.red{
font-size: 15px;
color: #D12825 !important;
}
.green{
font-size: 15px;
color: #fff !important;
}
.games{
font-family: nunito;
text-transform: uppercase;
color:#eee;
}
.btn-games{
background-color: #322142 !important;
color: #fff !important;
text-transform: uppercase;
width: 300px;
font-weight: 500;
font-size: 23px;
font-family: lfl;
margin-right: 10px;
border-radius: 6px !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
background: rgba(0,0,0,0.9);
text-align: center;
}
.footer span{
font-size: 12px;
color: #fff !important;
font-family: nunito;
}
.email{
font-size: 13px !important;
}
/* register */
.register{
margin-top: 140px;
background-color: rgba(0,0,0,0.2) !important;
color: #fff;
font-family: nunito;
text-transform: uppercase;
font-size: 13px;
border: none !important;
}
.card_head{
font-size: 16px !important;
}
.btn-register{
background-color: #322142 !important;
color: #fff !important;
text-transform: uppercase;
width: 300px;
font-weight: 500;
font-size: 23px;
font-family: lfl;
margin-right: 10px;
border: none;
border-radius: 6px !important;
}
.btn-register:hover{
color: #BBE5B5 !important;
background-color: #000 !important;
-webkit-transition: background-color 0.24s linear;
-o-transition: background-color 0.24s linear;
-moz-transition: background-color 0.24s linear;
transition: background-color 0.24s linear;
}
.fg-link{
color: #bbe5b5
} | public/css/custom.css | body {
background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}
@font-face {
font-family: lfl;
src: url(fonts/letters_for_learners/lfl.ttf);
}
.ques_group{
text-align: center;
}
.head{
font-size: 15px;
color: #f5f5f5;
font-family: nunito !important;
}
.ques_word{
background-color: transparent;
border: none;
font-family: 'lfl';
text-transform: uppercase;
color: #fff;
font-size: 26px;
text-align: center;
font-weight:900;
}
input[type="submit"] {
background-color: #322142;
color: #fff;
text-transform: uppercase;
width: 300px;
font-weight: 500;
font-size: 23px;
font-family: lfl;
border-radius: 6px !important;
}
.form-check{
background: rgba(0,0,0,0.6);
border-radius: 10px;
padding:1px;
margin: 0 auto;
width:300px;
}
input[type="submit"]:hover{
color: #BBE5B5;
background-color: #000;
}
.form-check:hover{
cursor: pointer;
background: rgba(0,0,0,0.8);
color: #f5f5f5 !important;
}
.form-check:hover label{
color: #f5f5f5 !important;
}
.form-check:hover{
-webkit-transition: background-color 0.24s linear;
-o-transition: background-color 0.24s linear;
-moz-transition: background-color 0.24s linear;
transition: background-color 0.24s linear;
}
label{
width:100%;
}
label:hover{
cursor: pointer;
}
input[type="radio"] {
display: none;
}
input[type="radio"] + label {
font-weight: 590;
font-size: 18px;
padding: 10px;
text-transform:uppercase;
color: #ffffff;
font-family: lfl;
}
input[type="radio"] + label span {
display: inline-block; width: 18px;
height: 18px; margin: -2px 10px 0 0;
vertical-align: middle; cursor: pointer;
-moz-border-radius: 50%;
border-radius: 50%;
border: 3px solid #ffffff;
}
input[type="radio"] + label span {
background-color: #fff;
}
input[type="radio"]:checked + label {
color: #f5f5f5; font-weight: 700;
}
input[type="radio"]:checked + label span {
background-color: #493966;
border: 2px solid #ffffff;
box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
input[type="radio"] + label span, input[type="radio"]:checked + label span {
-webkit-transition: background-color 0.24s linear;
-o-transition: background-color 0.24s linear;
-moz-transition: background-color 0.24s linear;
transition: background-color 0.24s linear;
}
.highlight{
background-color: rgba(0,0,0,0.9);
}
.highlight1{
background-color: rgba(0,0,0,0.9);
}
.highlight2{
background-color: rgba(0,0,0,0.9);
}
.highlight3{
background-color: rgba(0,0,0,0.9);
}
/* score balde */
.display_score{
margin-top: 150px;
text-align: center;
padding: 15px;
}
.display_score h1{
font-size: 15em;
font-family: lfl;
color: #EEEEEE;
}
.display_score h2{
font-size: 4em;
font-family: lfl;
color: #EEEEEE;
}
.btn-link{
border-radius: 5px !important;
width: 200px;
color: #fff !important;
background-color: #322142 !important;
font-family: lfl;
text-decoration: none !important;
}
.btn-group a:hover{
background-color: #000 !important;
text-decoration: none !important;
}
.comment{
font-family: lfl;
color: #ffffff;
font-size: 25px;
}
.display_ans table{
margin-top: 220px;
color: #eeeeee;
font-family: Nunito !important;
text-transform: uppercase;
border-radius: 5px;
}
thead{
font-size: 25px !important;
}
.red{
font-size: 15px;
color: #D12825 !important;
}
.green{
font-size: 15px;
color: #fff !important;
}
.games{
font-family: nunito;
text-transform: uppercase;
color:#eee;
}
.btn-games{
background-color: #322142 !important;
color: #fff !important;
text-transform: uppercase;
width: 300px;
font-weight: 500;
font-size: 23px;
font-family: lfl;
margin-right: 10px;
border-radius: 6px !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
background: rgba(0,0,0,0.9);
text-align: center;
}
.footer span{
font-size: 12px;
color: #fff !important;
font-family: nunito;
}
.email{
font-size: 13px !important;
}
/* register */
.register{
margin-top: 140px;
background-color: rgba(0,0,0,0.2) !important;
color: #fff;
font-family: nunito;
text-transform: uppercase;
font-size: 13px;
border: none !important;
}
.card_head{
font-size: 16px !important;
}
.btn-register{
background-color: #322142 !important;
color: #fff !important;
text-transform: uppercase;
width: 300px;
font-weight: 500;
font-size: 23px;
font-family: lfl;
margin-right: 10px;
border: none;
border-radius: 6px !important;
}
.btn-register:hover{
color: #BBE5B5 !important;
background-color: #000 !important;
-webkit-transition: background-color 0.24s linear;
-o-transition: background-color 0.24s linear;
-moz-transition: background-color 0.24s linear;
transition: background-color 0.24s linear;
}
.fg-link{
color: #bbe5b5
} | 0.317744 | 0.086593 |
.mediaViewInfo {
--web-view-name: Web 1920 – 9;
--web-view-id: Web_1920__9;
--web-scale-on-resize: true;
--web-center-horizontally: true;
--web-center-vertically: true;
--web-enable-deep-linking: true;
}
:root {
--web-view-ids: Web_1920__9;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
#Web_1920__9 {
position: absolute;
width: 1920px;
height: 3455px;
background-color: rgba(255,255,255,1);
overflow: hidden;
--web-view-name: Web 1920 – 9;
--web-view-id: Web_1920__9;
--web-scale-on-resize: true;
--web-center-horizontally: true;
--web-center-vertically: true;
--web-enable-deep-linking: true;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#Rectangle_3 {
fill: rgba(255,255,255,1);
stroke: rgba(239,239,239,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_3 {
position: absolute;
overflow: visible;
width: 1923px;
height: 124px;
left: 0px;
top: 0px;
}
#Services {
left: 1146px;
top: 48px;
position: absolute;
overflow: visible;
width: 91px;
white-space: nowrap;
transition: all 0.3s linear;
--web-animation: fadein 0.3s linear;
--web-action-type: page;
--web-action-target: Web_1920___5.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Home {
left: 1048px;
top: 48px;
position: absolute;
overflow: visible;
width: 58px;
white-space: nowrap;
transition: all 0.3s linear;
--web-animation: fadein 0.3s linear;
--web-action-type: page;
--web-action-target: Web_1920___2.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Organization {
left: 1276px;
top: 48px;
position: absolute;
overflow: visible;
width: 147px;
white-space: nowrap;
transition: all 0.3s linear;
--web-animation: fadein 0.3s linear;
--web-action-type: page;
--web-action-target: Web_1920___7.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Vacancies {
left: 1472px;
top: 48px;
position: absolute;
overflow: visible;
width: 120px;
white-space: nowrap;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 20px;
color: rgba(69,98,219,1);
text-transform: uppercase;
}
#Rectangle_856 {
fill: rgba(250,250,255,1);
}
.Rectangle_856 {
position: absolute;
overflow: visible;
width: 512px;
height: 730px;
left: 1405px;
top: 164px;
}
#Contact {
left: 1624px;
top: 48px;
position: absolute;
overflow: visible;
width: 97px;
white-space: nowrap;
transition: all 0.3s ease-out;
--web-animation: fadein 0.3s ease-out;
--web-action-type: page;
--web-action-target: Web_1920___11.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Rectangle_5 {
fill: rgba(69,98,219,1);
}
.Rectangle_5 {
position: absolute;
overflow: visible;
width: 18px;
height: 7px;
left: 1523px;
top: 89px;
}
#Always_Looking_for_New_Talent {
left: 200px;
top: 356.426px;
position: absolute;
overflow: visible;
width: 531px;
white-space: nowrap;
line-height: 70px;
margin-top: -7.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 55px;
color: rgba(69,98,219,1);
}
#The_Match4Markets_team_consist {
left: 200px;
top: 518px;
position: absolute;
overflow: visible;
width: 797px;
height: 234px;
line-height: 35px;
margin-top: -7.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
}
#Vacancies_ {
left: 200px;
top: 307px;
position: absolute;
overflow: visible;
width: 135px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#magnet-me-LDcC7aCWVlo-unsplash {
position: absolute;
width: 542px;
height: 542px;
left: 1178px;
top: 258px;
overflow: visible;
}
#Composant_9__1 {
position: absolute;
width: 1920px;
height: 860px;
left: 0px;
top: 1958px;
overflow: visible;
}
#Groupe_18656 {
position: absolute;
width: 1920px;
height: 293px;
left: 0px;
top: 567px;
overflow: visible;
}
#Rectangle_352 {
fill: rgba(48,47,101,1);
}
.Rectangle_352 {
position: absolute;
overflow: visible;
width: 1920px;
height: 243px;
left: 0px;
top: 0px;
}
#Lorem_Ipsum_is_simply_dummy_te {
left: 200px;
top: 124px;
position: absolute;
overflow: visible;
width: 735px;
height: 56px;
line-height: 25px;
margin-top: -3.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(255,255,255,1);
}
#n_2021_Match4Markets {
left: 849px;
top: 265px;
position: absolute;
overflow: visible;
width: 223px;
white-space: nowrap;
line-height: 25px;
margin-top: -2.5px;
text-align: center;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(38,38,38,1);
}
#Logo_here {
opacity: 0.278;
left: 200px;
top: 59px;
position: absolute;
overflow: visible;
width: 221px;
white-space: nowrap;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 40px;
color: rgba(255,255,255,1);
text-transform: uppercase;
}
#Rectangle_353 {
fill: transparent;
stroke: rgba(255,255,255,1);
stroke-width: 2px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_353 {
position: absolute;
overflow: visible;
width: 68px;
height: 68px;
left: 1480px;
top: 90px;
}
#Rectangle_354 {
fill: transparent;
stroke: rgba(255,255,255,1);
stroke-width: 2px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_354 {
position: absolute;
overflow: visible;
width: 68px;
height: 68px;
left: 1566px;
top: 90px;
}
#Rectangle_355 {
fill: transparent;
stroke: rgba(255,255,255,1);
stroke-width: 2px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_355 {
position: absolute;
overflow: visible;
width: 68px;
height: 68px;
left: 1652px;
top: 90px;
}
#facebook_1 {
fill: rgba(255,255,255,1);
}
.facebook_1 {
overflow: visible;
position: absolute;
width: 12.002px;
height: 24px;
left: 1508.999px;
top: 112px;
transform: matrix(1,0,0,1,0,0);
}
#linkedin {
position: absolute;
width: 24px;
height: 24px;
left: 1589px;
top: 112px;
overflow: visible;
}
#Trac_1002 {
fill: rgba(255,255,255,1);
}
.Trac_1002 {
overflow: visible;
position: absolute;
width: 15.511px;
height: 16.426px;
left: 8.489px;
top: 7.574px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_1003 {
fill: rgba(255,255,255,1);
}
.Trac_1003 {
overflow: visible;
position: absolute;
width: 4.976px;
height: 16.023px;
left: 0.396px;
top: 7.977px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_1004 {
fill: rgba(255,255,255,1);
}
.Trac_1004 {
overflow: visible;
position: absolute;
width: 5.764px;
height: 5.791px;
left: 0px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#twitter {
position: absolute;
width: 28.308px;
height: 23px;
left: 1674.846px;
top: 113px;
overflow: visible;
}
#Groupe_617 {
position: absolute;
width: 28.308px;
height: 23px;
left: 0px;
top: 0px;
overflow: visible;
}
#Trac_1005 {
fill: rgba(255,255,255,1);
}
.Trac_1005 {
overflow: visible;
position: absolute;
width: 28.308px;
height: 23px;
left: 0px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Rectangle_697_bl {
fill: url(#Rectangle_697_bl);
}
.Rectangle_697_bl {
position: absolute;
overflow: visible;
width: 1920px;
height: 567px;
left: 0px;
top: 0px;
}
#Groupe_18690 {
position: absolute;
width: 1288px;
height: 204px;
left: 316px;
top: 259px;
overflow: visible;
}
#Rectangle_4 {
fill: rgba(255,255,255,1);
}
.Rectangle_4 {
filter: drop-shadow(0px 20px 99px rgba(0, 0, 0, 0.059));
position: absolute;
overflow: visible;
width: 1585px;
height: 501px;
left: 0px;
top: 0px;
}
#Composant_7__29 {
position: absolute;
width: 550px;
height: 65px;
left: 75px;
top: 96px;
overflow: visible;
}
#Rectangle_103 {
fill: rgba(255,255,255,1);
stroke: rgba(232,232,232,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_103 {
position: absolute;
overflow: visible;
width: 550px;
height: 65px;
left: 0px;
top: 0px;
}
#Name {
left: 25px;
top: 20px;
position: absolute;
overflow: visible;
width: 64px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: italic;
font-weight: normal;
font-size: 18px;
color: rgba(129,129,129,1);
}
#Composant_7__30 {
position: absolute;
width: 550px;
height: 65px;
left: 663px;
top: 96px;
overflow: visible;
}
#Rectangle_103_bs {
fill: rgba(255,255,255,1);
stroke: rgba(232,232,232,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_103_bs {
position: absolute;
overflow: visible;
width: 550px;
height: 65px;
left: 0px;
top: 0px;
}
#Email_address {
left: 25px;
top: 20px;
position: absolute;
overflow: visible;
width: 137px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: italic;
font-weight: normal;
font-size: 18px;
color: rgba(129,129,129,1);
}
#Fill_Form {
left: 75px;
top: 37.5px;
position: absolute;
overflow: visible;
width: 136px;
white-space: nowrap;
line-height: 70px;
margin-top: -20px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 30px;
color: rgba(34,34,34,1);
}
#austin-distel-wawEfYdpkag-unsp {
fill: rgba(69,98,219,1);
stroke: rgba(255,255,255,1);
stroke-width: 6px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.austin-distel-wawEfYdpkag-unsp {
filter: drop-shadow(0px 20px 50px rgba(69, 98, 219, 0.22));
width: 44px;
height: 44px;
position: absolute;
overflow: visible;
transform: matrix(1,0,0,1,1048,351) rotate(90deg);
transform-origin: center;
}
#austin-distel-wawEfYdpkag-unsp_bw {
fill: rgba(69,98,219,1);
stroke: rgba(255,255,255,1);
stroke-width: 6px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.austin-distel-wawEfYdpkag-unsp_bw {
filter: drop-shadow(0px 20px 50px rgba(69, 98, 219, 0.22));
width: 34px;
height: 34px;
position: absolute;
overflow: visible;
transform: matrix(1,0,0,1,1103,385) rotate(90deg);
transform-origin: center;
}
#Groupe_18661 {
opacity: 0.257;
position: absolute;
width: 36px;
height: 62px;
left: 942px;
top: 969px;
overflow: visible;
}
#Rectangle_105 {
fill: rgba(250,250,255,1);
stroke: rgba(95,120,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_105 {
position: absolute;
overflow: visible;
width: 36px;
height: 62px;
left: 0px;
top: 0px;
}
#Trac_260 {
fill: transparent;
stroke: rgba(95,120,234,1);
stroke-width: 2.5px;
stroke-linejoin: round;
stroke-linecap: round;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Trac_260 {
overflow: visible;
position: absolute;
width: 15.124px;
height: 8.812px;
left: 12.58px;
top: 40.332px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_261 {
fill: transparent;
stroke: rgba(95,120,234,1);
stroke-width: 2.5px;
stroke-linejoin: round;
stroke-linecap: round;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Trac_261 {
overflow: visible;
position: absolute;
width: 15.124px;
height: 8.812px;
left: 12.58px;
top: 31px;
transform: matrix(1,0,0,1,0,0);
}
#Groupe_18676 {
position: absolute;
width: 1520px;
height: 145.659px;
left: 200px;
top: 1141px;
overflow: visible;
}
#Our_Vacancies {
left: 0px;
top: 0px;
position: absolute;
overflow: visible;
width: 340px;
white-space: nowrap;
line-height: 70px;
margin-top: -12.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 45px;
color: rgba(34,34,34,1);
}
#Match4markets_operates_from_Le {
left: 0px;
top: 77.659px;
position: absolute;
overflow: visible;
width: 1521px;
height: 68px;
line-height: 35px;
margin-top: -7.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
}
#Composant_4__7 {
position: absolute;
width: 359px;
height: 470.191px;
left: 200px;
top: 1321.658px;
overflow: visible;
}
#Rectangle_692 {
fill: rgba(255,255,255,1);
stroke: rgba(234,234,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_692 {
position: absolute;
overflow: visible;
width: 359px;
height: 470.191px;
left: 0px;
top: 0px;
}
#Rectangle_696 {
fill: rgba(155,155,155,1);
}
.Rectangle_696 {
position: absolute;
overflow: visible;
width: 359px;
height: 252.226px;
left: 0px;
top: 0px;
}
#Full_Stack_Developer {
left: 17px;
top: 267.342px;
position: absolute;
overflow: visible;
width: 257px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#We_are_immediately_looking_for {
left: 17px;
top: 309.342px;
position: absolute;
overflow: visible;
width: 326px;
height: 46px;
line-height: 25px;
margin-top: -5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
color: rgba(34,34,34,1);
}
#Composant_3__3 {
position: absolute;
width: 325px;
height: 60.733px;
left: 17px;
top: 386.458px;
overflow: visible;
}
#Rectangle_684 {
fill: rgba(255,255,255,1);
stroke: rgba(69,98,219,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_684 {
position: absolute;
overflow: visible;
width: 325px;
height: 60.733px;
left: 0px;
top: 0px;
}
#Contact_Us {
left: 112.5px;
top: 18.366px;
position: absolute;
overflow: visible;
width: 100px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(69,98,219,1);
}
#Composant_4__8 {
position: absolute;
width: 359px;
height: 470.191px;
left: 587px;
top: 1321.658px;
overflow: visible;
}
#Rectangle_692_cd {
fill: rgba(255,255,255,1);
stroke: rgba(234,234,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_692_cd {
position: absolute;
overflow: visible;
width: 359px;
height: 470.191px;
left: 0px;
top: 0px;
}
#Rectangle_696_ce {
fill: rgba(155,155,155,1);
}
.Rectangle_696_ce {
position: absolute;
overflow: visible;
width: 359px;
height: 252.226px;
left: 0px;
top: 0px;
}
#Full_Stack_Developer_cf {
left: 17px;
top: 267.342px;
position: absolute;
overflow: visible;
width: 257px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#We_are_immediately_looking_for_cg {
left: 17px;
top: 309.342px;
position: absolute;
overflow: visible;
width: 326px;
height: 46px;
line-height: 25px;
margin-top: -5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
color: rgba(34,34,34,1);
}
#Composant_3__3_ch {
position: absolute;
width: 325px;
height: 60.733px;
left: 17px;
top: 386.458px;
overflow: visible;
}
#Rectangle_684_ci {
fill: rgba(255,255,255,1);
stroke: rgba(69,98,219,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_684_ci {
position: absolute;
overflow: visible;
width: 325px;
height: 60.733px;
left: 0px;
top: 0px;
}
#Contact_Us_cj {
left: 112.5px;
top: 18.366px;
position: absolute;
overflow: visible;
width: 100px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(69,98,219,1);
}
#Composant_4__9 {
position: absolute;
width: 359px;
height: 470.191px;
left: 974px;
top: 1321.658px;
overflow: visible;
}
#Rectangle_692_cl {
fill: rgba(255,255,255,1);
stroke: rgba(234,234,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_692_cl {
position: absolute;
overflow: visible;
width: 359px;
height: 470.191px;
left: 0px;
top: 0px;
}
#Rectangle_696_cm {
fill: rgba(155,155,155,1);
}
.Rectangle_696_cm {
position: absolute;
overflow: visible;
width: 359px;
height: 252.226px;
left: 0px;
top: 0px;
}
#Full_Stack_Developer_cn {
left: 17px;
top: 267.342px;
position: absolute;
overflow: visible;
width: 257px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#We_are_immediately_looking_for_co {
left: 17px;
top: 309.342px;
position: absolute;
overflow: visible;
width: 326px;
height: 46px;
line-height: 25px;
margin-top: -5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
color: rgba(34,34,34,1);
}
#Composant_3__3_cp {
position: absolute;
width: 325px;
height: 60.733px;
left: 17px;
top: 386.458px;
overflow: visible;
}
#Rectangle_684_cq {
fill: rgba(255,255,255,1);
stroke: rgba(69,98,219,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_684_cq {
position: absolute;
overflow: visible;
width: 325px;
height: 60.733px;
left: 0px;
top: 0px;
}
#Contact_Us_cr {
left: 112.5px;
top: 18.366px;
position: absolute;
overflow: visible;
width: 100px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(69,98,219,1);
}
#Groupe_18681 {
position: absolute;
width: 1139px;
height: 153px;
left: 391px;
top: 2032.864px;
overflow: visible;
}
#Open_application {
left: 371px;
top: 0px;
position: absolute;
overflow: visible;
width: 399px;
white-space: nowrap;
line-height: 70px;
margin-top: -12.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 45px;
color: rgba(255,255,255,1);
text-transform: capitalize;
}
#The_match4markets_team_is_mult {
left: 0px;
top: 71px;
position: absolute;
overflow: visible;
width: 1140px;
height: 82px;
line-height: 35px;
margin-top: -7.5px;
text-align: center;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(255,255,255,1);
}
#austin-distel-wawEfYdpkag-unsp_cv {
fill: rgba(69,98,219,1);
stroke: rgba(255,255,255,1);
stroke-width: 10px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.austin-distel-wawEfYdpkag-unsp_cv {
filter: drop-shadow(0px 40px 50px rgba(69, 98, 219, 0.098));
position: absolute;
overflow: visible;
width: 287px;
height: 287px;
left: 1652px;
top: 718px;
}
#Composant_18__3 {
position: absolute;
width: 276.436px;
height: 30.724px;
left: 199.999px;
top: 46.639px;
overflow: visible;
}
#Union_1_cy {
fill: url(#Union_1_cy);
stroke: rgba(0,0,0,0);
stroke-width: 1px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 10;
shape-rendering: auto;
}
.Union_1_cy {
overflow: visible;
position: absolute;
width: 215.266px;
height: 31.724px;
left: 0px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Groupe_18822 {
position: absolute;
width: 58.315px;
height: 30.169px;
left: 218.121px;
top: 0.277px;
overflow: visible;
}
#Trac_59624 {
fill: rgba(59,59,59,1);
}
.Trac_59624 {
overflow: visible;
position: absolute;
width: 20.448px;
height: 30.169px;
left: 37.867px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_59625 {
fill: rgba(59,59,59,1);
}
.Trac_59625 {
overflow: visible;
position: absolute;
width: 20.448px;
height: 30.169px;
left: 17.835px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Rectangle_877 {
fill: rgba(59,59,59,1);
}
.Rectangle_877 {
position: absolute;
overflow: visible;
width: 16.525px;
height: 2.957px;
left: 2.938px;
top: 8.846px;
}
#Rectangle_878 {
fill: rgba(59,59,59,1);
}
.Rectangle_878 {
position: absolute;
overflow: visible;
width: 11.688px;
height: 2.765px;
left: 0px;
top: 13.824px;
}
#Rectangle_879 {
fill: rgba(59,59,59,1);
}
.Rectangle_879 {
position: absolute;
overflow: visible;
width: 7.684px;
height: 2.572px;
left: 4.005px;
top: 18.61px;
}
#Trac_59626 {
fill: rgba(59,59,59,1);
}
.Trac_59626 {
overflow: visible;
position: absolute;
width: 16.165px;
height: 12.335px;
left: 8.881px;
top: 8.847px;
transform: matrix(1,0,0,1,0,0);
} | Web_1920___9.css | .mediaViewInfo {
--web-view-name: Web 1920 – 9;
--web-view-id: Web_1920__9;
--web-scale-on-resize: true;
--web-center-horizontally: true;
--web-center-vertically: true;
--web-enable-deep-linking: true;
}
:root {
--web-view-ids: Web_1920__9;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
#Web_1920__9 {
position: absolute;
width: 1920px;
height: 3455px;
background-color: rgba(255,255,255,1);
overflow: hidden;
--web-view-name: Web 1920 – 9;
--web-view-id: Web_1920__9;
--web-scale-on-resize: true;
--web-center-horizontally: true;
--web-center-vertically: true;
--web-enable-deep-linking: true;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#Rectangle_3 {
fill: rgba(255,255,255,1);
stroke: rgba(239,239,239,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_3 {
position: absolute;
overflow: visible;
width: 1923px;
height: 124px;
left: 0px;
top: 0px;
}
#Services {
left: 1146px;
top: 48px;
position: absolute;
overflow: visible;
width: 91px;
white-space: nowrap;
transition: all 0.3s linear;
--web-animation: fadein 0.3s linear;
--web-action-type: page;
--web-action-target: Web_1920___5.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Home {
left: 1048px;
top: 48px;
position: absolute;
overflow: visible;
width: 58px;
white-space: nowrap;
transition: all 0.3s linear;
--web-animation: fadein 0.3s linear;
--web-action-type: page;
--web-action-target: Web_1920___2.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Organization {
left: 1276px;
top: 48px;
position: absolute;
overflow: visible;
width: 147px;
white-space: nowrap;
transition: all 0.3s linear;
--web-animation: fadein 0.3s linear;
--web-action-type: page;
--web-action-target: Web_1920___7.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Vacancies {
left: 1472px;
top: 48px;
position: absolute;
overflow: visible;
width: 120px;
white-space: nowrap;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 20px;
color: rgba(69,98,219,1);
text-transform: uppercase;
}
#Rectangle_856 {
fill: rgba(250,250,255,1);
}
.Rectangle_856 {
position: absolute;
overflow: visible;
width: 512px;
height: 730px;
left: 1405px;
top: 164px;
}
#Contact {
left: 1624px;
top: 48px;
position: absolute;
overflow: visible;
width: 97px;
white-space: nowrap;
transition: all 0.3s ease-out;
--web-animation: fadein 0.3s ease-out;
--web-action-type: page;
--web-action-target: Web_1920___11.html;
cursor: pointer;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
text-transform: uppercase;
}
#Rectangle_5 {
fill: rgba(69,98,219,1);
}
.Rectangle_5 {
position: absolute;
overflow: visible;
width: 18px;
height: 7px;
left: 1523px;
top: 89px;
}
#Always_Looking_for_New_Talent {
left: 200px;
top: 356.426px;
position: absolute;
overflow: visible;
width: 531px;
white-space: nowrap;
line-height: 70px;
margin-top: -7.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 55px;
color: rgba(69,98,219,1);
}
#The_Match4Markets_team_consist {
left: 200px;
top: 518px;
position: absolute;
overflow: visible;
width: 797px;
height: 234px;
line-height: 35px;
margin-top: -7.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
}
#Vacancies_ {
left: 200px;
top: 307px;
position: absolute;
overflow: visible;
width: 135px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#magnet-me-LDcC7aCWVlo-unsplash {
position: absolute;
width: 542px;
height: 542px;
left: 1178px;
top: 258px;
overflow: visible;
}
#Composant_9__1 {
position: absolute;
width: 1920px;
height: 860px;
left: 0px;
top: 1958px;
overflow: visible;
}
#Groupe_18656 {
position: absolute;
width: 1920px;
height: 293px;
left: 0px;
top: 567px;
overflow: visible;
}
#Rectangle_352 {
fill: rgba(48,47,101,1);
}
.Rectangle_352 {
position: absolute;
overflow: visible;
width: 1920px;
height: 243px;
left: 0px;
top: 0px;
}
#Lorem_Ipsum_is_simply_dummy_te {
left: 200px;
top: 124px;
position: absolute;
overflow: visible;
width: 735px;
height: 56px;
line-height: 25px;
margin-top: -3.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(255,255,255,1);
}
#n_2021_Match4Markets {
left: 849px;
top: 265px;
position: absolute;
overflow: visible;
width: 223px;
white-space: nowrap;
line-height: 25px;
margin-top: -2.5px;
text-align: center;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(38,38,38,1);
}
#Logo_here {
opacity: 0.278;
left: 200px;
top: 59px;
position: absolute;
overflow: visible;
width: 221px;
white-space: nowrap;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 40px;
color: rgba(255,255,255,1);
text-transform: uppercase;
}
#Rectangle_353 {
fill: transparent;
stroke: rgba(255,255,255,1);
stroke-width: 2px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_353 {
position: absolute;
overflow: visible;
width: 68px;
height: 68px;
left: 1480px;
top: 90px;
}
#Rectangle_354 {
fill: transparent;
stroke: rgba(255,255,255,1);
stroke-width: 2px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_354 {
position: absolute;
overflow: visible;
width: 68px;
height: 68px;
left: 1566px;
top: 90px;
}
#Rectangle_355 {
fill: transparent;
stroke: rgba(255,255,255,1);
stroke-width: 2px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_355 {
position: absolute;
overflow: visible;
width: 68px;
height: 68px;
left: 1652px;
top: 90px;
}
#facebook_1 {
fill: rgba(255,255,255,1);
}
.facebook_1 {
overflow: visible;
position: absolute;
width: 12.002px;
height: 24px;
left: 1508.999px;
top: 112px;
transform: matrix(1,0,0,1,0,0);
}
#linkedin {
position: absolute;
width: 24px;
height: 24px;
left: 1589px;
top: 112px;
overflow: visible;
}
#Trac_1002 {
fill: rgba(255,255,255,1);
}
.Trac_1002 {
overflow: visible;
position: absolute;
width: 15.511px;
height: 16.426px;
left: 8.489px;
top: 7.574px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_1003 {
fill: rgba(255,255,255,1);
}
.Trac_1003 {
overflow: visible;
position: absolute;
width: 4.976px;
height: 16.023px;
left: 0.396px;
top: 7.977px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_1004 {
fill: rgba(255,255,255,1);
}
.Trac_1004 {
overflow: visible;
position: absolute;
width: 5.764px;
height: 5.791px;
left: 0px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#twitter {
position: absolute;
width: 28.308px;
height: 23px;
left: 1674.846px;
top: 113px;
overflow: visible;
}
#Groupe_617 {
position: absolute;
width: 28.308px;
height: 23px;
left: 0px;
top: 0px;
overflow: visible;
}
#Trac_1005 {
fill: rgba(255,255,255,1);
}
.Trac_1005 {
overflow: visible;
position: absolute;
width: 28.308px;
height: 23px;
left: 0px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Rectangle_697_bl {
fill: url(#Rectangle_697_bl);
}
.Rectangle_697_bl {
position: absolute;
overflow: visible;
width: 1920px;
height: 567px;
left: 0px;
top: 0px;
}
#Groupe_18690 {
position: absolute;
width: 1288px;
height: 204px;
left: 316px;
top: 259px;
overflow: visible;
}
#Rectangle_4 {
fill: rgba(255,255,255,1);
}
.Rectangle_4 {
filter: drop-shadow(0px 20px 99px rgba(0, 0, 0, 0.059));
position: absolute;
overflow: visible;
width: 1585px;
height: 501px;
left: 0px;
top: 0px;
}
#Composant_7__29 {
position: absolute;
width: 550px;
height: 65px;
left: 75px;
top: 96px;
overflow: visible;
}
#Rectangle_103 {
fill: rgba(255,255,255,1);
stroke: rgba(232,232,232,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_103 {
position: absolute;
overflow: visible;
width: 550px;
height: 65px;
left: 0px;
top: 0px;
}
#Name {
left: 25px;
top: 20px;
position: absolute;
overflow: visible;
width: 64px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: italic;
font-weight: normal;
font-size: 18px;
color: rgba(129,129,129,1);
}
#Composant_7__30 {
position: absolute;
width: 550px;
height: 65px;
left: 663px;
top: 96px;
overflow: visible;
}
#Rectangle_103_bs {
fill: rgba(255,255,255,1);
stroke: rgba(232,232,232,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_103_bs {
position: absolute;
overflow: visible;
width: 550px;
height: 65px;
left: 0px;
top: 0px;
}
#Email_address {
left: 25px;
top: 20px;
position: absolute;
overflow: visible;
width: 137px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: italic;
font-weight: normal;
font-size: 18px;
color: rgba(129,129,129,1);
}
#Fill_Form {
left: 75px;
top: 37.5px;
position: absolute;
overflow: visible;
width: 136px;
white-space: nowrap;
line-height: 70px;
margin-top: -20px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 30px;
color: rgba(34,34,34,1);
}
#austin-distel-wawEfYdpkag-unsp {
fill: rgba(69,98,219,1);
stroke: rgba(255,255,255,1);
stroke-width: 6px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.austin-distel-wawEfYdpkag-unsp {
filter: drop-shadow(0px 20px 50px rgba(69, 98, 219, 0.22));
width: 44px;
height: 44px;
position: absolute;
overflow: visible;
transform: matrix(1,0,0,1,1048,351) rotate(90deg);
transform-origin: center;
}
#austin-distel-wawEfYdpkag-unsp_bw {
fill: rgba(69,98,219,1);
stroke: rgba(255,255,255,1);
stroke-width: 6px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.austin-distel-wawEfYdpkag-unsp_bw {
filter: drop-shadow(0px 20px 50px rgba(69, 98, 219, 0.22));
width: 34px;
height: 34px;
position: absolute;
overflow: visible;
transform: matrix(1,0,0,1,1103,385) rotate(90deg);
transform-origin: center;
}
#Groupe_18661 {
opacity: 0.257;
position: absolute;
width: 36px;
height: 62px;
left: 942px;
top: 969px;
overflow: visible;
}
#Rectangle_105 {
fill: rgba(250,250,255,1);
stroke: rgba(95,120,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_105 {
position: absolute;
overflow: visible;
width: 36px;
height: 62px;
left: 0px;
top: 0px;
}
#Trac_260 {
fill: transparent;
stroke: rgba(95,120,234,1);
stroke-width: 2.5px;
stroke-linejoin: round;
stroke-linecap: round;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Trac_260 {
overflow: visible;
position: absolute;
width: 15.124px;
height: 8.812px;
left: 12.58px;
top: 40.332px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_261 {
fill: transparent;
stroke: rgba(95,120,234,1);
stroke-width: 2.5px;
stroke-linejoin: round;
stroke-linecap: round;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Trac_261 {
overflow: visible;
position: absolute;
width: 15.124px;
height: 8.812px;
left: 12.58px;
top: 31px;
transform: matrix(1,0,0,1,0,0);
}
#Groupe_18676 {
position: absolute;
width: 1520px;
height: 145.659px;
left: 200px;
top: 1141px;
overflow: visible;
}
#Our_Vacancies {
left: 0px;
top: 0px;
position: absolute;
overflow: visible;
width: 340px;
white-space: nowrap;
line-height: 70px;
margin-top: -12.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 45px;
color: rgba(34,34,34,1);
}
#Match4markets_operates_from_Le {
left: 0px;
top: 77.659px;
position: absolute;
overflow: visible;
width: 1521px;
height: 68px;
line-height: 35px;
margin-top: -7.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(34,34,34,1);
}
#Composant_4__7 {
position: absolute;
width: 359px;
height: 470.191px;
left: 200px;
top: 1321.658px;
overflow: visible;
}
#Rectangle_692 {
fill: rgba(255,255,255,1);
stroke: rgba(234,234,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_692 {
position: absolute;
overflow: visible;
width: 359px;
height: 470.191px;
left: 0px;
top: 0px;
}
#Rectangle_696 {
fill: rgba(155,155,155,1);
}
.Rectangle_696 {
position: absolute;
overflow: visible;
width: 359px;
height: 252.226px;
left: 0px;
top: 0px;
}
#Full_Stack_Developer {
left: 17px;
top: 267.342px;
position: absolute;
overflow: visible;
width: 257px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#We_are_immediately_looking_for {
left: 17px;
top: 309.342px;
position: absolute;
overflow: visible;
width: 326px;
height: 46px;
line-height: 25px;
margin-top: -5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
color: rgba(34,34,34,1);
}
#Composant_3__3 {
position: absolute;
width: 325px;
height: 60.733px;
left: 17px;
top: 386.458px;
overflow: visible;
}
#Rectangle_684 {
fill: rgba(255,255,255,1);
stroke: rgba(69,98,219,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_684 {
position: absolute;
overflow: visible;
width: 325px;
height: 60.733px;
left: 0px;
top: 0px;
}
#Contact_Us {
left: 112.5px;
top: 18.366px;
position: absolute;
overflow: visible;
width: 100px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(69,98,219,1);
}
#Composant_4__8 {
position: absolute;
width: 359px;
height: 470.191px;
left: 587px;
top: 1321.658px;
overflow: visible;
}
#Rectangle_692_cd {
fill: rgba(255,255,255,1);
stroke: rgba(234,234,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_692_cd {
position: absolute;
overflow: visible;
width: 359px;
height: 470.191px;
left: 0px;
top: 0px;
}
#Rectangle_696_ce {
fill: rgba(155,155,155,1);
}
.Rectangle_696_ce {
position: absolute;
overflow: visible;
width: 359px;
height: 252.226px;
left: 0px;
top: 0px;
}
#Full_Stack_Developer_cf {
left: 17px;
top: 267.342px;
position: absolute;
overflow: visible;
width: 257px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#We_are_immediately_looking_for_cg {
left: 17px;
top: 309.342px;
position: absolute;
overflow: visible;
width: 326px;
height: 46px;
line-height: 25px;
margin-top: -5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
color: rgba(34,34,34,1);
}
#Composant_3__3_ch {
position: absolute;
width: 325px;
height: 60.733px;
left: 17px;
top: 386.458px;
overflow: visible;
}
#Rectangle_684_ci {
fill: rgba(255,255,255,1);
stroke: rgba(69,98,219,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_684_ci {
position: absolute;
overflow: visible;
width: 325px;
height: 60.733px;
left: 0px;
top: 0px;
}
#Contact_Us_cj {
left: 112.5px;
top: 18.366px;
position: absolute;
overflow: visible;
width: 100px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(69,98,219,1);
}
#Composant_4__9 {
position: absolute;
width: 359px;
height: 470.191px;
left: 974px;
top: 1321.658px;
overflow: visible;
}
#Rectangle_692_cl {
fill: rgba(255,255,255,1);
stroke: rgba(234,234,234,1);
stroke-width: 2.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_692_cl {
position: absolute;
overflow: visible;
width: 359px;
height: 470.191px;
left: 0px;
top: 0px;
}
#Rectangle_696_cm {
fill: rgba(155,155,155,1);
}
.Rectangle_696_cm {
position: absolute;
overflow: visible;
width: 359px;
height: 252.226px;
left: 0px;
top: 0px;
}
#Full_Stack_Developer_cn {
left: 17px;
top: 267.342px;
position: absolute;
overflow: visible;
width: 257px;
white-space: nowrap;
line-height: 70px;
margin-top: -22.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 25px;
color: rgba(34,34,34,1);
}
#We_are_immediately_looking_for_co {
left: 17px;
top: 309.342px;
position: absolute;
overflow: visible;
width: 326px;
height: 46px;
line-height: 25px;
margin-top: -5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
color: rgba(34,34,34,1);
}
#Composant_3__3_cp {
position: absolute;
width: 325px;
height: 60.733px;
left: 17px;
top: 386.458px;
overflow: visible;
}
#Rectangle_684_cq {
fill: rgba(255,255,255,1);
stroke: rgba(69,98,219,1);
stroke-width: 1.5px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Rectangle_684_cq {
position: absolute;
overflow: visible;
width: 325px;
height: 60.733px;
left: 0px;
top: 0px;
}
#Contact_Us_cr {
left: 112.5px;
top: 18.366px;
position: absolute;
overflow: visible;
width: 100px;
white-space: nowrap;
line-height: 70px;
margin-top: -26px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
color: rgba(69,98,219,1);
}
#Groupe_18681 {
position: absolute;
width: 1139px;
height: 153px;
left: 391px;
top: 2032.864px;
overflow: visible;
}
#Open_application {
left: 371px;
top: 0px;
position: absolute;
overflow: visible;
width: 399px;
white-space: nowrap;
line-height: 70px;
margin-top: -12.5px;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 45px;
color: rgba(255,255,255,1);
text-transform: capitalize;
}
#The_match4markets_team_is_mult {
left: 0px;
top: 71px;
position: absolute;
overflow: visible;
width: 1140px;
height: 82px;
line-height: 35px;
margin-top: -7.5px;
text-align: center;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
color: rgba(255,255,255,1);
}
#austin-distel-wawEfYdpkag-unsp_cv {
fill: rgba(69,98,219,1);
stroke: rgba(255,255,255,1);
stroke-width: 10px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.austin-distel-wawEfYdpkag-unsp_cv {
filter: drop-shadow(0px 40px 50px rgba(69, 98, 219, 0.098));
position: absolute;
overflow: visible;
width: 287px;
height: 287px;
left: 1652px;
top: 718px;
}
#Composant_18__3 {
position: absolute;
width: 276.436px;
height: 30.724px;
left: 199.999px;
top: 46.639px;
overflow: visible;
}
#Union_1_cy {
fill: url(#Union_1_cy);
stroke: rgba(0,0,0,0);
stroke-width: 1px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 10;
shape-rendering: auto;
}
.Union_1_cy {
overflow: visible;
position: absolute;
width: 215.266px;
height: 31.724px;
left: 0px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Groupe_18822 {
position: absolute;
width: 58.315px;
height: 30.169px;
left: 218.121px;
top: 0.277px;
overflow: visible;
}
#Trac_59624 {
fill: rgba(59,59,59,1);
}
.Trac_59624 {
overflow: visible;
position: absolute;
width: 20.448px;
height: 30.169px;
left: 37.867px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Trac_59625 {
fill: rgba(59,59,59,1);
}
.Trac_59625 {
overflow: visible;
position: absolute;
width: 20.448px;
height: 30.169px;
left: 17.835px;
top: 0px;
transform: matrix(1,0,0,1,0,0);
}
#Rectangle_877 {
fill: rgba(59,59,59,1);
}
.Rectangle_877 {
position: absolute;
overflow: visible;
width: 16.525px;
height: 2.957px;
left: 2.938px;
top: 8.846px;
}
#Rectangle_878 {
fill: rgba(59,59,59,1);
}
.Rectangle_878 {
position: absolute;
overflow: visible;
width: 11.688px;
height: 2.765px;
left: 0px;
top: 13.824px;
}
#Rectangle_879 {
fill: rgba(59,59,59,1);
}
.Rectangle_879 {
position: absolute;
overflow: visible;
width: 7.684px;
height: 2.572px;
left: 4.005px;
top: 18.61px;
}
#Trac_59626 {
fill: rgba(59,59,59,1);
}
.Trac_59626 {
overflow: visible;
position: absolute;
width: 16.165px;
height: 12.335px;
left: 8.881px;
top: 8.847px;
transform: matrix(1,0,0,1,0,0);
} | 0.532425 | 0.060252 |
html{
width: 100%;
height: 100%;
margin: 0%;
padding:0%;
overflow: hidden;
}
body{
width: 100%;
height: 100%;
margin: 0%;
padding:0%;
overflow:hidden;
}
/*camera*/
#camera{
padding:0px;
margin-top:0px;
margin-bottom:0px;
}
#map{
/*align-self:flex-end;*/
height: 100%;
width: 100%;
top:0px;
}
.minimalistic{
left: calc(100% - 300px);
height: 300px !important;
width: 300px !important;
}
#camera-box{
width: 100%;
height: 100%;
margin: 0%;
padding:0%;
display: flex;
justify-content: center;
align-items:center;
background-color: black;
}
#absolute{
top:0px;
position:absolute;
width:100%;
height:100%;
margin:0%;
padding: 0%;
}
.show{
display:block !important;
}
#settings-container{
background-color: white;
display:none;
position:absolute;
top:20%;
left:10%;
width:80%;
/*height:60%;*/
margin:0;
padding:10px;
}
/*data*/
#data{
width:50%;
height:0px;
margin:0%;
height:0%;
display:flex;
justify-content: space-between;
}
/*Ranged slider stuff*/
#slider-container{
width:100%;
height:0%;
margin:0%;
padding:0%;
display:flex;
justify-content: space-around;
align-items: flex-end;
}
#gimble{
-webkit-appearance: none;
background:url('../images/slider_down.png');
width:220px;
height: 47px;
}
#throttle{
-webkit-appearance: slider-vertical;
background: url('../images/slider.png');
height: 220px;
width:47px;
}
.slider:hover {
opacity: 1;
}
.slider{
display:none;
}
#throttle::-moz-range-thumb {
-webkit-appearance: none;
background: url('../images/button.png');
width:58px;
height:34px;
border: 0px;
border-radius: 0%;
}
#gimble::-moz-range-thumb {
-webkit-appearance: none;
background: url('../images/button_down.png');
width:34px;
height:58px;
border: 0px;
border-radius: 0%;
}
#gamepad-settings-container{
display:none;
}
#keyboard-settings-container{
display:none;
} | css/liveActionView.css | html{
width: 100%;
height: 100%;
margin: 0%;
padding:0%;
overflow: hidden;
}
body{
width: 100%;
height: 100%;
margin: 0%;
padding:0%;
overflow:hidden;
}
/*camera*/
#camera{
padding:0px;
margin-top:0px;
margin-bottom:0px;
}
#map{
/*align-self:flex-end;*/
height: 100%;
width: 100%;
top:0px;
}
.minimalistic{
left: calc(100% - 300px);
height: 300px !important;
width: 300px !important;
}
#camera-box{
width: 100%;
height: 100%;
margin: 0%;
padding:0%;
display: flex;
justify-content: center;
align-items:center;
background-color: black;
}
#absolute{
top:0px;
position:absolute;
width:100%;
height:100%;
margin:0%;
padding: 0%;
}
.show{
display:block !important;
}
#settings-container{
background-color: white;
display:none;
position:absolute;
top:20%;
left:10%;
width:80%;
/*height:60%;*/
margin:0;
padding:10px;
}
/*data*/
#data{
width:50%;
height:0px;
margin:0%;
height:0%;
display:flex;
justify-content: space-between;
}
/*Ranged slider stuff*/
#slider-container{
width:100%;
height:0%;
margin:0%;
padding:0%;
display:flex;
justify-content: space-around;
align-items: flex-end;
}
#gimble{
-webkit-appearance: none;
background:url('../images/slider_down.png');
width:220px;
height: 47px;
}
#throttle{
-webkit-appearance: slider-vertical;
background: url('../images/slider.png');
height: 220px;
width:47px;
}
.slider:hover {
opacity: 1;
}
.slider{
display:none;
}
#throttle::-moz-range-thumb {
-webkit-appearance: none;
background: url('../images/button.png');
width:58px;
height:34px;
border: 0px;
border-radius: 0%;
}
#gimble::-moz-range-thumb {
-webkit-appearance: none;
background: url('../images/button_down.png');
width:34px;
height:58px;
border: 0px;
border-radius: 0%;
}
#gamepad-settings-container{
display:none;
}
#keyboard-settings-container{
display:none;
} | 0.244363 | 0.033876 |
html,
body {
height: 100%;
font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
legend,
label {
padding: 0 5px;
}
legend {
color: #242424;
font-size: 0.85em;
}
label {
color: #484848;
font-size: 0.75em;
}
thead th {
background-color: #e2e6e6;
}
tr {
text-align: left;
}
th, td {
padding: 2px 6px;
}
#sidebar {
position: absolute;
top: 0;
left: 30px;
z-index: 10;
width: 305px;
height: 100%;
}
#sidebar > * {
width: 100%;
}
hgroup {
padding: 0 10px 10px;
text-align: center;
}
hgroup > * {
display: inline-block;
}
#sidebar,
#tooltip,
.infoBox,
#right-sidebar,
#message {
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
-webkit-box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.3), 4px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.3), 4px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.3), 4px 0px 10px rgba(0, 0, 0, 0.3);
}
#user-links {
background-color: rgba(200, 200, 200, 0.4);
border-bottom: 1px solid #c0c0c0;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 12px;
}
#user-links .loading {
padding-top: 6px;
}
#plantpath-logo,
#vegento-logo,
#uw-madison,
#uw-extension {
display: inline-block;
background-repeat: no-repeat;
text-indent: -9999em;
}
#plantpath-logo,
#vegento-logo {
width: 80px;
height: 80px;
margin: 12px 6px;
}
#plantpath-logo {
background-image: url('/bundles/plantpathvdifn/img/plantpath-logo.png');
}
#vegento-logo {
background-image: url('/bundles/plantpathvdifn/img/vegento-logo.png');
}
#uw-madison {
background-image: url('/bundles/plantpathvdifn/img/uw-madison.png');
width: 53px;
height: 80px;
}
#uw-extension {
background-image: url('/bundles/plantpathvdifn/img/uw-extension.png');
width: 119px;
height: 30px;
margin-left: 9px;
}
h1 {
clear: both;
margin: 0;
text-align: center;
font-family: Caudex, Garamond, Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 1.65em;
}
h1 span {
display: block;
white-space: nowrap;
}
h1 span:nth-of-type(2) {
margin: -8px 0 0;
font-size: 0.85em;
}
fieldset {
background: rgba(200, 200, 200, 0.4);
margin-bottom: 10px;
padding: 10px;
}
#options .inner {
margin: 0 10px;
}
#options input[type="text"],
#options select {
-webkit-appearance: none;
-moz-appearance: none;
width: 99%;
background-color: rgba(255, 255, 255, 0.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #d0d0d0;
padding: 5px 0;
cursor: pointer;
}
#options select {
overflow: hidden;
padding: 5px 8px;
text-indent: 0.01px;
}
#options select::-ms-expand {
display: none;
}
#options input[type="text"][disabled="disabled"],
#options select[disabled="disabled"] {
background-color: #d0d0d0;
cursor: default;
}
#definitions {
margin-top: 10px;
}
#definitions ul {
margin: 0;
padding-left: 20px;
font-size: .8em;
}
#definitions ul li {
color: #424242;
}
.more-information {
display: inline-block;
width: 12px;
height: 12px;
background-image: url('/bundles/plantpathvdifn/img/question-mark.png');
cursor: help;
text-indent: -9999em;
background-repeat: no-repeat;
}
.select-wrapper {
position: relative;
}
.select-wrapper .more-information {
position: absolute;
top: 0;
right: 0;
display: block;
width: 30px;
height: 30px;
background-position: 8px center;
}
#datepicker .to {
font-style: italic;
text-align: center;
font-size: 0.75em;
color: #808080;
}
.datepicker {
text-align: center;
}
#select {
margin: 4px 1px;
}
#right-sidebar {
position: absolute;
bottom: 25px;
right: 15px;
z-index: 10;
min-width: 200px;
min-height: 75px;
padding: 5px 10px;
}
#severity-legend .loading {
margin-top: 24px;
}
#severity-legend .dsv {
clear: both;
}
#severity-legend .dsv div {
float: left;
width: 20px;
height: 20px;
border: 1px solid #f1f1f1;
opacity: 0.4;
margin: 1px 0;
}
#severity-legend label {
padding-left: 5px;
}
.dsv-threshold > span {
display: inline-block;
width: 15px;
height: 15px;
vertical-align: middle;
margin: 2px;
}
.dsv-threshold.dsv-very_high > span {
background: rgb(204, 0, 0);
background: rgba(204, 0, 0, 0.4);
}
.dsv-threshold.dsv-high > span {
background: rgb(255, 128, 0);
background: rgba(255, 128, 0, 0.4);
}
.dsv-threshold.dsv-medium > span {
background: rgb(255, 215, 0);
background: rgba(255, 215, 0, 0.4);
}
.dsv-threshold.dsv-low > span {
background: rgb(125, 255, 35);
background: rgba(125, 255, 35, 0.4);
}
.dsv-threshold.dsv-very_low > span {
background: rgb(0, 201, 87);
background: rgba(0, 201, 87, 0.4);
}
footer {
position: absolute;
bottom: 0;
left: 0;
}
#uw-group {
position: relative;
height: 100px;
margin: 0 2px;
padding: 5px 0;
text-align: center;
z-index: 10;
}
#uw-group > * {
vertical-align: middle;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all .75s ease;
-moz-transition: all .75s ease;
-ms-transition: all .75s ease;
-o-transition: all .75s ease;
transition: all .75s ease;
opacity: 1;
visibility: visible;
text-align: center;
z-index: 100;
}
.overlay .message {
position: relative;
top: 50%;
left: 50%;
font-size: 16px;
color: #656565;
}
.overlay .message div {
margin-bottom: 14px;
}
#loading-overlay {
background-color: #ffffff;
}
#loading-overlay.radial,
#error-overlay,
#message-overlay {
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
#loading {
width: 105px;
margin: -50px 0 0 -25px;
}
#loading .loading-icon {
width: 60px;
height: 60px;
margin: -30px auto 0 10px;
padding: 0 10px 0 0;
}
.loading-icon {
width: 25px;
height: 25px;
margin: 0 auto;
padding: 0;
list-style: none;
}
@-webkit-keyframes 'loadbars' {
0% {
height: 10px;
margin-top: 25px;
}
50% {
height: 50px;
margin-top: 0px;
}
100% {
height: 10px;
margin-top: 25px;
}
}
@-webkit-keyframes 'loadbars-small' {
0% {
height: 5px;
margin-top: 12px;
}
50% {
height: 25px;
margin-top: 0px;
}
100% {
height: 5px;
margin-top: 12px;
}
}
.loading-icon li {
background-color: #3a710c;
width: 5px;
height: 10px;
float: right;
margin-right: 2px;
}
#loading .loading-icon li {
width: 10px;
height: 10px;
margin-right: 5px;
}
.loading-icon li:first-child {
-webkit-animation: loadbars-small 0.4s ease-in-out infinite 0s;
}
.loading-icon li:nth-child(2) {
-webkit-animation: loadbars-small 0.4s ease-in-out infinite -0.3s;
}
.loading-icon li:nth-child(3) {
-webkit-animation: loadbars-small 0.4s ease-in-out infinite -0.6s;
}
#loading .loading-icon li:first-child {
-webkit-animation: loadbars 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
}
#loading .loading-icon li:nth-child(2) {
-webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
}
#loading .loading-icon li:nth-child(3) {
-webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}
#error-overlay,
#message-overlay {
display: none;
visibility: hidden;
}
#message-overlay {
text-align: left;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#login-form table,
#register-form table {
margin: 0 auto;
}
#register-form input[type="submit"] {
margin-top: 5px;
}
#subscription-form label {
display: block;
}
#subscription-form > div:nth-of-type(1),
#subscription-form > div:nth-of-type(2) {
float: left;
}
#subscription-form > div:nth-of-type(2) {
margin-left: 10px;
}
#subscription-form > div:nth-of-type(3) {
clear: both;
}
#subscription_emergenceDate > select {
margin-right: 5px;
}
#error {
width: 200px;
margin: -75px 0 0 -75px;
}
#error-icon {
background-image: url('/bundles/plantpathvdifn/img/error.png');
width: 48px;
height: 48px;
margin-left: auto;
margin-right: auto;
}
#message {
position: relative;
width: 400px;
height: auto;
margin: -135px 0 0 -190px;
padding: 10px
}
.button {
display: inline-block;
cursor: pointer;
margin: 0 auto;
background: -webkit-gradient(linear, left top, left bottom, from(#ebefef), to(#c2c3c3));
background: -moz-linear-gradient(top, #ebefef 0%, #c2c3c3);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #7f7f7f;
}
.button:focus,
.button:hover {
border: 1px solid #000;
}
input[disabled="disabled"],
.button.disabled {
background: #d0d0d0;
color: #424242;
cursor: default;
}
input[disabled="disabled"]:focus,
input[disabled="disabled"]:hover,
.button.disabled:focus,
.button.disabled:hover {
border: 1px solid #7f7f7f;
}
.button-primary {
padding: 5px 24px;
background: #249dde;
background: -webkit-gradient(linear, left top, left bottom, from(#29d4ff), to(#249dde));
background: -moz-linear-gradient(top, #29d4ff 0%, #249dde);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,1);
box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,1);
color: #fff;
font-size: 0.85em;
}
#potato-field {
position: absolute;
bottom: 0;
left: 0;
background-image: url('/bundles/plantpathvdifn/img/potato-field.png');
width: 100%;
height: 182px;
z-index: 5;
opacity: 0.7;
}
#map-pan-zoom-controls,
#map-google-logo {
position: absolute;
left: 335px;
}
#map-google-logo {
bottom: 0;
}
#tooltip {
display: none;
position: absolute;
padding: 10px;
font-size: 12px;
z-index: 9999;
}
#tooltip::after,
.infoBox::after {
position: absolute;
bottom: -5px;
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #ffffff;
}
#tooltip.left-triangle::after,
.infoBox.left-triangle::after {
left: 8px;
}
#tooltip.right-triangle::after,
.infoBox.right-triangle::after {
right: 8px;
}
.infoBox {
position: relative;
padding: 10px;
min-width: 200px;
}
.infoBox > img,
#message > .close {
position: absolute !important;
top: -5px;
right: -5px;
padding: 10px;
cursor: pointer;
}
.infoBox ul:not(.loading-icon) {
padding-left: 25px;
margin: 5px 0;
}
.infoBox table {
width: 100%;
}
.infoBox table .odd {
background-color: #ebefef;
}
.infoBox-station .information,
.infoBox-station .weather-details,
.infoBox-point .information,
.infoBox-point .weather-details {
margin-top: 0.5em;
}
.infoBox-station .title,
.infoBox-point .title {
margin-top: 2px;
}
.infoBox-station h3,
.infoBox-point h3 {
margin-bottom: 2px;
}
.infoBox-point h3.information-title {
margin-top: 0;
}
.infoBox-station .station.loading,
.infoBox-point .point.loading,
#message .loading {
padding: 50px 0;
}
@media print {
body {
-webkit-print-color-adjust: exact;
}
#sidebar {
left: 0;
}
#severity-legend {
right: 0;
bottom: 0;
}
#definitions {
display: none;
}
fieldset {
background: none;
}
#sidebar,
#tooltip,
.infoBox,
#right-sidebar,
#message {
background: #fff;
border: none;
box-shadow: none;
}
header {
background: #fff;
}
#sidebar {
background: none;
}
footer {
display: none;
}
.more-information {
display: none;
}
#options {
display: none;
}
} | src/PlantPath/Bundle/VDIFNBundle/Resources/public/css/common.css | html,
body {
height: 100%;
font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
legend,
label {
padding: 0 5px;
}
legend {
color: #242424;
font-size: 0.85em;
}
label {
color: #484848;
font-size: 0.75em;
}
thead th {
background-color: #e2e6e6;
}
tr {
text-align: left;
}
th, td {
padding: 2px 6px;
}
#sidebar {
position: absolute;
top: 0;
left: 30px;
z-index: 10;
width: 305px;
height: 100%;
}
#sidebar > * {
width: 100%;
}
hgroup {
padding: 0 10px 10px;
text-align: center;
}
hgroup > * {
display: inline-block;
}
#sidebar,
#tooltip,
.infoBox,
#right-sidebar,
#message {
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
-webkit-box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.3), 4px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.3), 4px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.3), 4px 0px 10px rgba(0, 0, 0, 0.3);
}
#user-links {
background-color: rgba(200, 200, 200, 0.4);
border-bottom: 1px solid #c0c0c0;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 12px;
}
#user-links .loading {
padding-top: 6px;
}
#plantpath-logo,
#vegento-logo,
#uw-madison,
#uw-extension {
display: inline-block;
background-repeat: no-repeat;
text-indent: -9999em;
}
#plantpath-logo,
#vegento-logo {
width: 80px;
height: 80px;
margin: 12px 6px;
}
#plantpath-logo {
background-image: url('/bundles/plantpathvdifn/img/plantpath-logo.png');
}
#vegento-logo {
background-image: url('/bundles/plantpathvdifn/img/vegento-logo.png');
}
#uw-madison {
background-image: url('/bundles/plantpathvdifn/img/uw-madison.png');
width: 53px;
height: 80px;
}
#uw-extension {
background-image: url('/bundles/plantpathvdifn/img/uw-extension.png');
width: 119px;
height: 30px;
margin-left: 9px;
}
h1 {
clear: both;
margin: 0;
text-align: center;
font-family: Caudex, Garamond, Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 1.65em;
}
h1 span {
display: block;
white-space: nowrap;
}
h1 span:nth-of-type(2) {
margin: -8px 0 0;
font-size: 0.85em;
}
fieldset {
background: rgba(200, 200, 200, 0.4);
margin-bottom: 10px;
padding: 10px;
}
#options .inner {
margin: 0 10px;
}
#options input[type="text"],
#options select {
-webkit-appearance: none;
-moz-appearance: none;
width: 99%;
background-color: rgba(255, 255, 255, 0.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #d0d0d0;
padding: 5px 0;
cursor: pointer;
}
#options select {
overflow: hidden;
padding: 5px 8px;
text-indent: 0.01px;
}
#options select::-ms-expand {
display: none;
}
#options input[type="text"][disabled="disabled"],
#options select[disabled="disabled"] {
background-color: #d0d0d0;
cursor: default;
}
#definitions {
margin-top: 10px;
}
#definitions ul {
margin: 0;
padding-left: 20px;
font-size: .8em;
}
#definitions ul li {
color: #424242;
}
.more-information {
display: inline-block;
width: 12px;
height: 12px;
background-image: url('/bundles/plantpathvdifn/img/question-mark.png');
cursor: help;
text-indent: -9999em;
background-repeat: no-repeat;
}
.select-wrapper {
position: relative;
}
.select-wrapper .more-information {
position: absolute;
top: 0;
right: 0;
display: block;
width: 30px;
height: 30px;
background-position: 8px center;
}
#datepicker .to {
font-style: italic;
text-align: center;
font-size: 0.75em;
color: #808080;
}
.datepicker {
text-align: center;
}
#select {
margin: 4px 1px;
}
#right-sidebar {
position: absolute;
bottom: 25px;
right: 15px;
z-index: 10;
min-width: 200px;
min-height: 75px;
padding: 5px 10px;
}
#severity-legend .loading {
margin-top: 24px;
}
#severity-legend .dsv {
clear: both;
}
#severity-legend .dsv div {
float: left;
width: 20px;
height: 20px;
border: 1px solid #f1f1f1;
opacity: 0.4;
margin: 1px 0;
}
#severity-legend label {
padding-left: 5px;
}
.dsv-threshold > span {
display: inline-block;
width: 15px;
height: 15px;
vertical-align: middle;
margin: 2px;
}
.dsv-threshold.dsv-very_high > span {
background: rgb(204, 0, 0);
background: rgba(204, 0, 0, 0.4);
}
.dsv-threshold.dsv-high > span {
background: rgb(255, 128, 0);
background: rgba(255, 128, 0, 0.4);
}
.dsv-threshold.dsv-medium > span {
background: rgb(255, 215, 0);
background: rgba(255, 215, 0, 0.4);
}
.dsv-threshold.dsv-low > span {
background: rgb(125, 255, 35);
background: rgba(125, 255, 35, 0.4);
}
.dsv-threshold.dsv-very_low > span {
background: rgb(0, 201, 87);
background: rgba(0, 201, 87, 0.4);
}
footer {
position: absolute;
bottom: 0;
left: 0;
}
#uw-group {
position: relative;
height: 100px;
margin: 0 2px;
padding: 5px 0;
text-align: center;
z-index: 10;
}
#uw-group > * {
vertical-align: middle;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all .75s ease;
-moz-transition: all .75s ease;
-ms-transition: all .75s ease;
-o-transition: all .75s ease;
transition: all .75s ease;
opacity: 1;
visibility: visible;
text-align: center;
z-index: 100;
}
.overlay .message {
position: relative;
top: 50%;
left: 50%;
font-size: 16px;
color: #656565;
}
.overlay .message div {
margin-bottom: 14px;
}
#loading-overlay {
background-color: #ffffff;
}
#loading-overlay.radial,
#error-overlay,
#message-overlay {
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
#loading {
width: 105px;
margin: -50px 0 0 -25px;
}
#loading .loading-icon {
width: 60px;
height: 60px;
margin: -30px auto 0 10px;
padding: 0 10px 0 0;
}
.loading-icon {
width: 25px;
height: 25px;
margin: 0 auto;
padding: 0;
list-style: none;
}
@-webkit-keyframes 'loadbars' {
0% {
height: 10px;
margin-top: 25px;
}
50% {
height: 50px;
margin-top: 0px;
}
100% {
height: 10px;
margin-top: 25px;
}
}
@-webkit-keyframes 'loadbars-small' {
0% {
height: 5px;
margin-top: 12px;
}
50% {
height: 25px;
margin-top: 0px;
}
100% {
height: 5px;
margin-top: 12px;
}
}
.loading-icon li {
background-color: #3a710c;
width: 5px;
height: 10px;
float: right;
margin-right: 2px;
}
#loading .loading-icon li {
width: 10px;
height: 10px;
margin-right: 5px;
}
.loading-icon li:first-child {
-webkit-animation: loadbars-small 0.4s ease-in-out infinite 0s;
}
.loading-icon li:nth-child(2) {
-webkit-animation: loadbars-small 0.4s ease-in-out infinite -0.3s;
}
.loading-icon li:nth-child(3) {
-webkit-animation: loadbars-small 0.4s ease-in-out infinite -0.6s;
}
#loading .loading-icon li:first-child {
-webkit-animation: loadbars 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
}
#loading .loading-icon li:nth-child(2) {
-webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
}
#loading .loading-icon li:nth-child(3) {
-webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}
#error-overlay,
#message-overlay {
display: none;
visibility: hidden;
}
#message-overlay {
text-align: left;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#login-form table,
#register-form table {
margin: 0 auto;
}
#register-form input[type="submit"] {
margin-top: 5px;
}
#subscription-form label {
display: block;
}
#subscription-form > div:nth-of-type(1),
#subscription-form > div:nth-of-type(2) {
float: left;
}
#subscription-form > div:nth-of-type(2) {
margin-left: 10px;
}
#subscription-form > div:nth-of-type(3) {
clear: both;
}
#subscription_emergenceDate > select {
margin-right: 5px;
}
#error {
width: 200px;
margin: -75px 0 0 -75px;
}
#error-icon {
background-image: url('/bundles/plantpathvdifn/img/error.png');
width: 48px;
height: 48px;
margin-left: auto;
margin-right: auto;
}
#message {
position: relative;
width: 400px;
height: auto;
margin: -135px 0 0 -190px;
padding: 10px
}
.button {
display: inline-block;
cursor: pointer;
margin: 0 auto;
background: -webkit-gradient(linear, left top, left bottom, from(#ebefef), to(#c2c3c3));
background: -moz-linear-gradient(top, #ebefef 0%, #c2c3c3);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #7f7f7f;
}
.button:focus,
.button:hover {
border: 1px solid #000;
}
input[disabled="disabled"],
.button.disabled {
background: #d0d0d0;
color: #424242;
cursor: default;
}
input[disabled="disabled"]:focus,
input[disabled="disabled"]:hover,
.button.disabled:focus,
.button.disabled:hover {
border: 1px solid #7f7f7f;
}
.button-primary {
padding: 5px 24px;
background: #249dde;
background: -webkit-gradient(linear, left top, left bottom, from(#29d4ff), to(#249dde));
background: -moz-linear-gradient(top, #29d4ff 0%, #249dde);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,1);
box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,1);
color: #fff;
font-size: 0.85em;
}
#potato-field {
position: absolute;
bottom: 0;
left: 0;
background-image: url('/bundles/plantpathvdifn/img/potato-field.png');
width: 100%;
height: 182px;
z-index: 5;
opacity: 0.7;
}
#map-pan-zoom-controls,
#map-google-logo {
position: absolute;
left: 335px;
}
#map-google-logo {
bottom: 0;
}
#tooltip {
display: none;
position: absolute;
padding: 10px;
font-size: 12px;
z-index: 9999;
}
#tooltip::after,
.infoBox::after {
position: absolute;
bottom: -5px;
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #ffffff;
}
#tooltip.left-triangle::after,
.infoBox.left-triangle::after {
left: 8px;
}
#tooltip.right-triangle::after,
.infoBox.right-triangle::after {
right: 8px;
}
.infoBox {
position: relative;
padding: 10px;
min-width: 200px;
}
.infoBox > img,
#message > .close {
position: absolute !important;
top: -5px;
right: -5px;
padding: 10px;
cursor: pointer;
}
.infoBox ul:not(.loading-icon) {
padding-left: 25px;
margin: 5px 0;
}
.infoBox table {
width: 100%;
}
.infoBox table .odd {
background-color: #ebefef;
}
.infoBox-station .information,
.infoBox-station .weather-details,
.infoBox-point .information,
.infoBox-point .weather-details {
margin-top: 0.5em;
}
.infoBox-station .title,
.infoBox-point .title {
margin-top: 2px;
}
.infoBox-station h3,
.infoBox-point h3 {
margin-bottom: 2px;
}
.infoBox-point h3.information-title {
margin-top: 0;
}
.infoBox-station .station.loading,
.infoBox-point .point.loading,
#message .loading {
padding: 50px 0;
}
@media print {
body {
-webkit-print-color-adjust: exact;
}
#sidebar {
left: 0;
}
#severity-legend {
right: 0;
bottom: 0;
}
#definitions {
display: none;
}
fieldset {
background: none;
}
#sidebar,
#tooltip,
.infoBox,
#right-sidebar,
#message {
background: #fff;
border: none;
box-shadow: none;
}
header {
background: #fff;
}
#sidebar {
background: none;
}
footer {
display: none;
}
.more-information {
display: none;
}
#options {
display: none;
}
} | 0.415729 | 0.092115 |
--------------------------------------------------------------
Template Name: Subash Ecommerce Responsive Bootstrap Template
Description: This is html5 template
Author: codecarnival
Version: 1.0
Design and Developed by: codecarnival
Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.
---------------------------------------------------------------*/
/* ----------------------------------------------------
You can put your custom css code here:
-------------------------------------------------------*/
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.ttf);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.eot);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.woff);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.woff2);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.svg);
}
.rouble{
font-family: 'ALSRubl', sans-serif;
}
.featured {
display: inline-block;
float: right;
font-family: roboto;
font-size: 13px;
height: 36px;
line-height: 36px;
width: 36px;
text-transform: uppercase;
text-align: center;
margin-right: 4px;
margin-top: -10px;
}
.sale-product {
border: 1px solid #fb2424;
border-radius: 50%;
color: #fb2424;
}
.hit-product {
border: 1px solid #87d44e;
border-radius: 50%;
color: #87d44e;
}
.new-product {
border: 1px solid #fcab5b;
border-radius: 50%;
color: #fcab5b;
}
.spec-product {
border: 1px solid #a85bd0;
border-radius: 50%;
color: #a85bd0;
}
.close-modal {
color: #ff7f00;
font-size: 32px;
}
.modal-dialog {
position: absolute;
left: 30%;
top: 25%;
transform: translate(-25%, -25%);
}
.modal-dialog2 {
margin-left: 30%;
margin-top: 30%;
transform: translate(-25%, -25%);
}
.modal-content {
padding: 20px;
background-color: #fff;
}
.modal-title {
color: #999;
text-transform: uppercase;
}
.pwd {
border: 1px solid #ccc!important;
}
.button {
background: #ff7f00;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-size: 15px;
margin-right: 10px;
overflow: hidden;
padding: 0;
position: relative;
}
.button span {
display: block;
float: left;
position: relative;
z-index: 2;
padding: 11px 20px;
font-size: 15px;
color: #fff;
font-weight: normal;
}
.button::after {
background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 0;
z-index: 1;
}
.button:hover::after { width: 100% }
.button-border span {
border: 0 none;
border-radius: 3px;
cursor: pointer;
display: inline-block;
padding: 11px 20px;
margin-right: 10px;
overflow: hidden;
position: relative;
background-color: transparent;
color: #4FC1F0;
font-size: 15px;
border: 1px solid #4FC1F0;
}
.button-border span:hover {
box-shadow: -200px 0 0 #4FC1F0 inset;
color: #fff;
border-color: #4FC1F0;
}
.button.extra-small span { padding: 8px 30px; font-size: 14px; }
.button.extra-small i { padding: 11px; width: 38px; font-size: 13px; }
.button::after {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.alert-success {
background-color: #fcd6b1;
border-color: #fdbf82;
color: #6c3906;
}
.children {
padding-left: 25px;
}
.borGreen {
border: 1px solid #fcab5b;
border-radius: 5px;
padding: 15px;
}
.wrap_result{
opacity: .6;
background-color: #eee;
border: 1px solid #fcab5b;
border-radius: 5px;
padding: 20px;
position: fixed;
left: 35%;
top: 45%;
width: 400px;
height: 180px;
text-align: center;
display: none;
z-index: 5005;
}
.cart_result{
background-color: #fff; /* #fff4ea;*/
border: 1px solid #fcab5b;
border-radius: 5px;
padding: 20px;
position: fixed;
left: 40%;
top: 45%;
width: 370px;
height: 180px;
text-align: center;
display: none;
z-index: 5005;
}
.reply-details {
background: #eeeeee;
color: #666666;
font-size: 12px;
}
.like-li {
cursor: pointer;
}
.like-span {
font-size: 12px;
color: #999999;
}
.like-count {
font-size: 12px;
color: #999999;
}
.like-span:hover,
.like-count:hover{
color: #ff7f00;
}
.like-click{
font-size: 12px;
color: #999999;
border: none;
background: #fff;
}
.like-click:hover{
color: #ff7f00;
}
.style-grid{}
.style-list{}
.grid-row{}
.list-row{}
#list-view{}
#grid-view{}
.shop-option{
padding: 10px 0;
}
.sort a{
color: #aebcb9;
}
.sort a:focus,
.sort a:hover{
color: #ff7f00;
}
.color-title{
text-transform: none;
}
.prod-price{
color: #999999;
}
.tab-old-price{
text-decoration: line-through;
font-size: 16px;
color: #999999;
}
.total-cart-pro {
max-height: 520px;
overflow-y: auto;
}
.dec.qtybutton,
.inc.qtybutton{
cursor: pointer;
}
/* -------------------------------------
10.5 Product Cart plus minus
------------------------------------- */
.cart-plus-minus2 {
border: 1px solid #cccccc;
height: 25px;
text-align: center;
width: 90px;
color: #666666;
}
.qtybutton2 {
background: #cccccc none repeat scroll 0 0;
height: 100%;
width: 30%;
}
.dec.qtybutton2 {
float: left;
cursor: pointer;
}
.inc.qtybutton2 {
float: right;
cursor: pointer;
}
.beside-button {
position: relative;
}
.count-add-button{
position: absolute;
top: -3px;
right: -50px;
}
.field label{
font-size: 15px;
padding-right: 10px;
/*width: 100px;*/
}
/*.field input{width: 100%;}*/
.wl-pbl{color: #999999;}
.shipping-btn{
margin-top: 0;
margin-bottom: 30px;
}
.btn-primary{
background-color: #ff7f00!important;
border-color: #ff7f00!important;
}
.value{
min-height: 70px;
border: 1px solid #ff7f00;
padding: 5px;
}
.order-complete-content{
visibility: hidden;
}
.order-details{
text-transform: none!important;
display: inline!important;
color: #999999!important;
}
.myorders {
font-size: 12px!important;
line-height: 16px!important;
}
.myorders .td-title-1 {
font-size: 12px!important;
}
.txtleft {
text-align: left!important;
}
.p-10-30{
padding: 10px 30px!important;
}
.prod-wish {
background: transparent;
border: 1px solid #ddd;
border-radius: 50%;
color: #999999;
display: block;
font-size: 14px;
font-size: 16px;
height: 30px;
line-height: 28px;
text-align: center;
width: 30px;
}
.prod-wish:hover,
.prod-wish:focus {
border-color: #ff7f00;
color: #fff;
background-color: #ff7f00;
}
.hidden_el {
visibility: hidden;
}
.go-to-btn {
bottom: 13%;
right: 9%;
}
.noproduct-img img{
width: 60%;
}
.bread-crumbs{
font-size: 20px;
}
.soption-btn{
padding-left: 30px;
font-family: "Didact Gothic";
color: #666666;
}
.ttl-2{
margin-top: 0;
}
.oldprice {
padding-left: 20px;
text-decoration: line-through;
}
.quote-border::before {
left: 30px!important;
}
.quote-border{
color: #999999!important;
}
.if_empty img {
width: 570px;
}
.ribbon-price {
top: 35px;
left: 25px;
}
.remember:hover,
.remember:focus{
color: #ff7f00!important;
text-decoration: none;
}
.enter:hover,
.enter:focus{
background-color: #ffffff!important;
color: #ff7f00!important;
}
.prod-product-info {
text-align: left!important;
margin: 0 10px;
}
.plr-10 {
padding-left: 10px!important;
padding-right: 10px!important;
}
.ssub-menu {
/*width: 6000%;*/
padding-bottom: 15px;
border: 1px solid #ddd;
}
.smenu-item {
padding-right: 10px;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.cart_result{
position: fixed;
left: 5%;
top: 45%;
width: 90%;
height: 180px;
}
.if_empty img {
width: 80%;
}
} | public/assets/css/custom.css | --------------------------------------------------------------
Template Name: Subash Ecommerce Responsive Bootstrap Template
Description: This is html5 template
Author: codecarnival
Version: 1.0
Design and Developed by: codecarnival
Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.
---------------------------------------------------------------*/
/* ----------------------------------------------------
You can put your custom css code here:
-------------------------------------------------------*/
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.ttf);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.eot);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.woff);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.woff2);
}
@font-face {
font-family: 'ALSRubl';
src: url(../fonts/rouble.svg);
}
.rouble{
font-family: 'ALSRubl', sans-serif;
}
.featured {
display: inline-block;
float: right;
font-family: roboto;
font-size: 13px;
height: 36px;
line-height: 36px;
width: 36px;
text-transform: uppercase;
text-align: center;
margin-right: 4px;
margin-top: -10px;
}
.sale-product {
border: 1px solid #fb2424;
border-radius: 50%;
color: #fb2424;
}
.hit-product {
border: 1px solid #87d44e;
border-radius: 50%;
color: #87d44e;
}
.new-product {
border: 1px solid #fcab5b;
border-radius: 50%;
color: #fcab5b;
}
.spec-product {
border: 1px solid #a85bd0;
border-radius: 50%;
color: #a85bd0;
}
.close-modal {
color: #ff7f00;
font-size: 32px;
}
.modal-dialog {
position: absolute;
left: 30%;
top: 25%;
transform: translate(-25%, -25%);
}
.modal-dialog2 {
margin-left: 30%;
margin-top: 30%;
transform: translate(-25%, -25%);
}
.modal-content {
padding: 20px;
background-color: #fff;
}
.modal-title {
color: #999;
text-transform: uppercase;
}
.pwd {
border: 1px solid #ccc!important;
}
.button {
background: #ff7f00;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-size: 15px;
margin-right: 10px;
overflow: hidden;
padding: 0;
position: relative;
}
.button span {
display: block;
float: left;
position: relative;
z-index: 2;
padding: 11px 20px;
font-size: 15px;
color: #fff;
font-weight: normal;
}
.button::after {
background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 0;
z-index: 1;
}
.button:hover::after { width: 100% }
.button-border span {
border: 0 none;
border-radius: 3px;
cursor: pointer;
display: inline-block;
padding: 11px 20px;
margin-right: 10px;
overflow: hidden;
position: relative;
background-color: transparent;
color: #4FC1F0;
font-size: 15px;
border: 1px solid #4FC1F0;
}
.button-border span:hover {
box-shadow: -200px 0 0 #4FC1F0 inset;
color: #fff;
border-color: #4FC1F0;
}
.button.extra-small span { padding: 8px 30px; font-size: 14px; }
.button.extra-small i { padding: 11px; width: 38px; font-size: 13px; }
.button::after {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.alert-success {
background-color: #fcd6b1;
border-color: #fdbf82;
color: #6c3906;
}
.children {
padding-left: 25px;
}
.borGreen {
border: 1px solid #fcab5b;
border-radius: 5px;
padding: 15px;
}
.wrap_result{
opacity: .6;
background-color: #eee;
border: 1px solid #fcab5b;
border-radius: 5px;
padding: 20px;
position: fixed;
left: 35%;
top: 45%;
width: 400px;
height: 180px;
text-align: center;
display: none;
z-index: 5005;
}
.cart_result{
background-color: #fff; /* #fff4ea;*/
border: 1px solid #fcab5b;
border-radius: 5px;
padding: 20px;
position: fixed;
left: 40%;
top: 45%;
width: 370px;
height: 180px;
text-align: center;
display: none;
z-index: 5005;
}
.reply-details {
background: #eeeeee;
color: #666666;
font-size: 12px;
}
.like-li {
cursor: pointer;
}
.like-span {
font-size: 12px;
color: #999999;
}
.like-count {
font-size: 12px;
color: #999999;
}
.like-span:hover,
.like-count:hover{
color: #ff7f00;
}
.like-click{
font-size: 12px;
color: #999999;
border: none;
background: #fff;
}
.like-click:hover{
color: #ff7f00;
}
.style-grid{}
.style-list{}
.grid-row{}
.list-row{}
#list-view{}
#grid-view{}
.shop-option{
padding: 10px 0;
}
.sort a{
color: #aebcb9;
}
.sort a:focus,
.sort a:hover{
color: #ff7f00;
}
.color-title{
text-transform: none;
}
.prod-price{
color: #999999;
}
.tab-old-price{
text-decoration: line-through;
font-size: 16px;
color: #999999;
}
.total-cart-pro {
max-height: 520px;
overflow-y: auto;
}
.dec.qtybutton,
.inc.qtybutton{
cursor: pointer;
}
/* -------------------------------------
10.5 Product Cart plus minus
------------------------------------- */
.cart-plus-minus2 {
border: 1px solid #cccccc;
height: 25px;
text-align: center;
width: 90px;
color: #666666;
}
.qtybutton2 {
background: #cccccc none repeat scroll 0 0;
height: 100%;
width: 30%;
}
.dec.qtybutton2 {
float: left;
cursor: pointer;
}
.inc.qtybutton2 {
float: right;
cursor: pointer;
}
.beside-button {
position: relative;
}
.count-add-button{
position: absolute;
top: -3px;
right: -50px;
}
.field label{
font-size: 15px;
padding-right: 10px;
/*width: 100px;*/
}
/*.field input{width: 100%;}*/
.wl-pbl{color: #999999;}
.shipping-btn{
margin-top: 0;
margin-bottom: 30px;
}
.btn-primary{
background-color: #ff7f00!important;
border-color: #ff7f00!important;
}
.value{
min-height: 70px;
border: 1px solid #ff7f00;
padding: 5px;
}
.order-complete-content{
visibility: hidden;
}
.order-details{
text-transform: none!important;
display: inline!important;
color: #999999!important;
}
.myorders {
font-size: 12px!important;
line-height: 16px!important;
}
.myorders .td-title-1 {
font-size: 12px!important;
}
.txtleft {
text-align: left!important;
}
.p-10-30{
padding: 10px 30px!important;
}
.prod-wish {
background: transparent;
border: 1px solid #ddd;
border-radius: 50%;
color: #999999;
display: block;
font-size: 14px;
font-size: 16px;
height: 30px;
line-height: 28px;
text-align: center;
width: 30px;
}
.prod-wish:hover,
.prod-wish:focus {
border-color: #ff7f00;
color: #fff;
background-color: #ff7f00;
}
.hidden_el {
visibility: hidden;
}
.go-to-btn {
bottom: 13%;
right: 9%;
}
.noproduct-img img{
width: 60%;
}
.bread-crumbs{
font-size: 20px;
}
.soption-btn{
padding-left: 30px;
font-family: "Didact Gothic";
color: #666666;
}
.ttl-2{
margin-top: 0;
}
.oldprice {
padding-left: 20px;
text-decoration: line-through;
}
.quote-border::before {
left: 30px!important;
}
.quote-border{
color: #999999!important;
}
.if_empty img {
width: 570px;
}
.ribbon-price {
top: 35px;
left: 25px;
}
.remember:hover,
.remember:focus{
color: #ff7f00!important;
text-decoration: none;
}
.enter:hover,
.enter:focus{
background-color: #ffffff!important;
color: #ff7f00!important;
}
.prod-product-info {
text-align: left!important;
margin: 0 10px;
}
.plr-10 {
padding-left: 10px!important;
padding-right: 10px!important;
}
.ssub-menu {
/*width: 6000%;*/
padding-bottom: 15px;
border: 1px solid #ddd;
}
.smenu-item {
padding-right: 10px;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.cart_result{
position: fixed;
left: 5%;
top: 45%;
width: 90%;
height: 180px;
}
.if_empty img {
width: 80%;
}
} | 0.387343 | 0.061255 |
header{
height: auto;
text-align: center;
width: 100%;
background-color: rgb(140, 213, 67);
margin-top: 0px;
position: absolute;
top: 0;
}
h2 {
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3;
}
footer {
background-color: rgb(140, 213, 67);
height: 75px;
margin-top: 100px;
}
#image-cont {
height: 300px;
width: 300px;
border: black 3px solid;
margin: 0 15px 30px 15px;
background: url(../images/no-image.png) center no-repeat;
background-size: 50%;
background-color:black;
}
#close-up #image-cont{
display: flex;
align-items: center;
justify-content: space-evenly;
background: none;
background-color: rgb(104, 171, 37);
}
#pdiv {
height: 0;
}
#close-up #pdiv {
display: flex;
align-items: center;
justify-content: space-evenly;
flex-direction: column;
flex-wrap: wrap;
width: 50%;
height: 100%;
}
p {
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}
img{
height: 300px;
width: 300px;
object-fit: cover;
}
#h2div {
width: 300px;
height: 60px;
border: 3px solid black;
margin: 0 15px 0 15px;
border-bottom: none;
align-items: center;
justify-content: center;
display: flex;
background-color: rgb(228, 225, 225);
}
h1{
font-family: 'Aclonica', sans-serif;
font-size: 4em;
text-align: center;
padding: 20px;
}
h3 {
margin-top: 175px;
cursor: pointer;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 25px;
}
h3:hover {
color: rgb(92, 92, 238);
}
.change{
margin-bottom: 30px;
}
#page-two {
width: 0;
height: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid black;
cursor: pointer;
margin: auto;
margin-top: 175px;
margin-bottom: 25px;
}
#page-two:hover {
border-left: 30px solid rgb(92, 92, 238);
}
#h2div:hover {
background-color: rgb(164, 164, 164);
}
.box:hover{
cursor: pointer;
}
button:first-of-type {
margin: 0 30px 0 30px;
}
#container {
text-align: center;
width: 100%;
margin-top: 30px;
}
#close-up {
position: fixed;
width: 90%;
height: 70%;
top: 10%;
box-shadow: 0px 0px 50px 100px rgba(0, 0, 0, 0.5);
cursor: auto;
}
#close-up #image-cont {
width: 100%;
height: 100%;
margin: auto;
}
#close-up #h2div {
width: 100%;
height: auto;
margin: auto;
background-color: white;
}
#close-up #h2div:hover {
background-color: white;
}
#close-up img {
width: 46%;
height: 94%;
object-fit: contain;
background: url(../images/no-image.png) center no-repeat;
background-size: 35%;
background-color: black;
}
#close-up h2 {
font-size: 2em;
padding: 5px;
}
#close-up #pdiv {
padding: 0 5% 0 5%;
}
i {
color: red;
cursor: pointer;
float: left;
}
i:hover {
color: rgb(247, 78, 78);
}
select {
text-transform: capitalize;
}
@media only screen and (max-width: 755px) {
#page-two {
margin-top: 245px;
}
h3 {
margin-top: 240px;
}
#close-up {
height: 60%;
top: 17%;
}
#close-up img {
height: 96%;
margin-left: 5px;
}
p {
font-size: 20px;
}
}
@media only screen and (max-width: 460px) {
body, html {
min-width: 100%;
}
button {
float: left;
margin: 0px auto;
width: 33.3%;
height: 60px;
}
button:first-of-type {
float: left;
margin: 0 auto;
width: 33.3%;
}
.change {
margin-bottom: 0px;
float: left;
width: 33.3%;
height: 60px;
text-align: center;
}
h1 {
font-size: 2.5em;
}
h3 {
margin-top: 190px;
}
#page-two {
margin-top: 190px;
}
#close-up #image-cont{
flex-direction: column;
height: 80%;
}
#close-up {
height: 80%;
top: 10%;
/* overflow-y: scroll; */
/* overflow-x: ; */
}
#close-up #h2div {
height: 20%;
top: 5%;
/* overflow-y: scroll; */
/* overflow-x: ; */
}
#close-up #pdiv {
padding: none;
height: 40%;
}
#close-up img {
margin-top: 5px;
width: 96%;
height: 55%;
}
select {
font-size: 16px;
}
} | css/modules.css | header{
height: auto;
text-align: center;
width: 100%;
background-color: rgb(140, 213, 67);
margin-top: 0px;
position: absolute;
top: 0;
}
h2 {
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3;
}
footer {
background-color: rgb(140, 213, 67);
height: 75px;
margin-top: 100px;
}
#image-cont {
height: 300px;
width: 300px;
border: black 3px solid;
margin: 0 15px 30px 15px;
background: url(../images/no-image.png) center no-repeat;
background-size: 50%;
background-color:black;
}
#close-up #image-cont{
display: flex;
align-items: center;
justify-content: space-evenly;
background: none;
background-color: rgb(104, 171, 37);
}
#pdiv {
height: 0;
}
#close-up #pdiv {
display: flex;
align-items: center;
justify-content: space-evenly;
flex-direction: column;
flex-wrap: wrap;
width: 50%;
height: 100%;
}
p {
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}
img{
height: 300px;
width: 300px;
object-fit: cover;
}
#h2div {
width: 300px;
height: 60px;
border: 3px solid black;
margin: 0 15px 0 15px;
border-bottom: none;
align-items: center;
justify-content: center;
display: flex;
background-color: rgb(228, 225, 225);
}
h1{
font-family: 'Aclonica', sans-serif;
font-size: 4em;
text-align: center;
padding: 20px;
}
h3 {
margin-top: 175px;
cursor: pointer;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 25px;
}
h3:hover {
color: rgb(92, 92, 238);
}
.change{
margin-bottom: 30px;
}
#page-two {
width: 0;
height: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid black;
cursor: pointer;
margin: auto;
margin-top: 175px;
margin-bottom: 25px;
}
#page-two:hover {
border-left: 30px solid rgb(92, 92, 238);
}
#h2div:hover {
background-color: rgb(164, 164, 164);
}
.box:hover{
cursor: pointer;
}
button:first-of-type {
margin: 0 30px 0 30px;
}
#container {
text-align: center;
width: 100%;
margin-top: 30px;
}
#close-up {
position: fixed;
width: 90%;
height: 70%;
top: 10%;
box-shadow: 0px 0px 50px 100px rgba(0, 0, 0, 0.5);
cursor: auto;
}
#close-up #image-cont {
width: 100%;
height: 100%;
margin: auto;
}
#close-up #h2div {
width: 100%;
height: auto;
margin: auto;
background-color: white;
}
#close-up #h2div:hover {
background-color: white;
}
#close-up img {
width: 46%;
height: 94%;
object-fit: contain;
background: url(../images/no-image.png) center no-repeat;
background-size: 35%;
background-color: black;
}
#close-up h2 {
font-size: 2em;
padding: 5px;
}
#close-up #pdiv {
padding: 0 5% 0 5%;
}
i {
color: red;
cursor: pointer;
float: left;
}
i:hover {
color: rgb(247, 78, 78);
}
select {
text-transform: capitalize;
}
@media only screen and (max-width: 755px) {
#page-two {
margin-top: 245px;
}
h3 {
margin-top: 240px;
}
#close-up {
height: 60%;
top: 17%;
}
#close-up img {
height: 96%;
margin-left: 5px;
}
p {
font-size: 20px;
}
}
@media only screen and (max-width: 460px) {
body, html {
min-width: 100%;
}
button {
float: left;
margin: 0px auto;
width: 33.3%;
height: 60px;
}
button:first-of-type {
float: left;
margin: 0 auto;
width: 33.3%;
}
.change {
margin-bottom: 0px;
float: left;
width: 33.3%;
height: 60px;
text-align: center;
}
h1 {
font-size: 2.5em;
}
h3 {
margin-top: 190px;
}
#page-two {
margin-top: 190px;
}
#close-up #image-cont{
flex-direction: column;
height: 80%;
}
#close-up {
height: 80%;
top: 10%;
/* overflow-y: scroll; */
/* overflow-x: ; */
}
#close-up #h2div {
height: 20%;
top: 5%;
/* overflow-y: scroll; */
/* overflow-x: ; */
}
#close-up #pdiv {
padding: none;
height: 40%;
}
#close-up img {
margin-top: 5px;
width: 96%;
height: 55%;
}
select {
font-size: 16px;
}
} | 0.35869 | 0.066904 |
width: 18px;
height: 18px;
position: absolute;
top: 0px;
right: 0px;
z-index: 100;
background-color: white;
opacity: 0.8;
}
#thumb_block .close {
position: absolute;
top: -2px;
right: 3px;
z-index: 100;
opacity: 0.7;
}
#thumb_block .button-background {
width: 50px;
height: 50px;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 100;
background-color: white;
opacity: 0.1;
transition-duration: 0.2s;
}
#thumb_block .button-background:hover {
opacity: 0.9;
}
#thumb_block .main_image {
display: block;
position: relative;
left: 7px;
top: 7px;
z-index: 100;
}
#thumb {
max-width: 150px;
max-height: 100px;
min-width: 30px;
min-height: 20px;
}
.single-thumb-block {
display: inline-block;
position: relative;
outline: 1px solid #B0BEC5;
margin: 0px 6px 10px 0px;
}
.navbar-default {
background-color: #2e3038;
border-color: #3d3c49;
}
.navbar-default .navbar-brand {
color: #ecf0f1;
font-size: 21px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #2fe5ad;
}
.navbar-default .navbar-text {
color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #2fe5ad;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
background-color: #2e3038;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
color: #ecf0f1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
background-color: #3d3c49;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
.navbar-default .navbar-toggle {
border-color: #3d3c49;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #3d3c49;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #ecf0f1;
}
.navbar-default .navbar-link {
color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
color: #2fe5ad;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ecf0f1;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #2fe5ad;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
}
.logo {
margin: 0 32px 0 0;
letter-spacing: +.3px;
float: left;
font-size: 31px;
font-weight: 300;
color: #fff;
border-right: 1px solid #5a6779;
padding-right: 10px
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
color: #ecf0f1;
display: block;
height: 200px;
}
.footer-col {
padding-top: 10px;
border-top: 2px solid #3d3c49;
}
.footer-col > ul {
list-style-type: none;
}
.footer li > a {
color: #ecf0f1;
text-decoration: none;
}
.footer li > a:hover,
.footer li > a:focus {
color: #2fe5ad;
}
.footer li > .dropdown-menu {
background-color: #2e3038;
}
.footer li > .dropdown-menu > li > a {
color: #ecf0f1;
}
.footer li > .dropdown-menu > li > a:hover,
.footer li > .dropdown-menu > li > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
.footer li > .dropdown-menu > li > .divider {
background-color: #3d3c49;
}
.footer .dropdown-menu > .active > a,
.footer .dropdown-menu > .active > a:hover,
.footer .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.footer .active > a,
.footer .active > a:hover,
.footer .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.footer .open > a,
.footer .open > a:hover,
.footer .open > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
@media (max-width: 767px) {
.footer .dropdown-menu > li > a {
color: #ecf0f1;
}
.footer .dropdown-menu > li > a:hover,
.footer .dropdown-menu > li > a:focus {
color: #2fe5ad;
}
.footer .dropdown-menu > .active > a,
.footer .dropdown-menu > .active > a:hover,
.footer .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
}
.panel {
border-radius: 0px;
}
.panel-heading-panel {
background-color: #f5f5f5;
border-bottom: 1px solid transparent;
border-color: #ddd;
padding: 10px 15px;
}
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 200px;
}
aside > div {
background-color: #fff;
border-bottom: 2px solid #ddd;
margin-bottom: 25px;
padding: 20px;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub
} | public/assets/css/app.css | width: 18px;
height: 18px;
position: absolute;
top: 0px;
right: 0px;
z-index: 100;
background-color: white;
opacity: 0.8;
}
#thumb_block .close {
position: absolute;
top: -2px;
right: 3px;
z-index: 100;
opacity: 0.7;
}
#thumb_block .button-background {
width: 50px;
height: 50px;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 100;
background-color: white;
opacity: 0.1;
transition-duration: 0.2s;
}
#thumb_block .button-background:hover {
opacity: 0.9;
}
#thumb_block .main_image {
display: block;
position: relative;
left: 7px;
top: 7px;
z-index: 100;
}
#thumb {
max-width: 150px;
max-height: 100px;
min-width: 30px;
min-height: 20px;
}
.single-thumb-block {
display: inline-block;
position: relative;
outline: 1px solid #B0BEC5;
margin: 0px 6px 10px 0px;
}
.navbar-default {
background-color: #2e3038;
border-color: #3d3c49;
}
.navbar-default .navbar-brand {
color: #ecf0f1;
font-size: 21px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #2fe5ad;
}
.navbar-default .navbar-text {
color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #2fe5ad;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
background-color: #2e3038;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
color: #ecf0f1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
background-color: #3d3c49;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
.navbar-default .navbar-toggle {
border-color: #3d3c49;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #3d3c49;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #ecf0f1;
}
.navbar-default .navbar-link {
color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
color: #2fe5ad;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ecf0f1;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #2fe5ad;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
}
.logo {
margin: 0 32px 0 0;
letter-spacing: +.3px;
float: left;
font-size: 31px;
font-weight: 300;
color: #fff;
border-right: 1px solid #5a6779;
padding-right: 10px
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
color: #ecf0f1;
display: block;
height: 200px;
}
.footer-col {
padding-top: 10px;
border-top: 2px solid #3d3c49;
}
.footer-col > ul {
list-style-type: none;
}
.footer li > a {
color: #ecf0f1;
text-decoration: none;
}
.footer li > a:hover,
.footer li > a:focus {
color: #2fe5ad;
}
.footer li > .dropdown-menu {
background-color: #2e3038;
}
.footer li > .dropdown-menu > li > a {
color: #ecf0f1;
}
.footer li > .dropdown-menu > li > a:hover,
.footer li > .dropdown-menu > li > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
.footer li > .dropdown-menu > li > .divider {
background-color: #3d3c49;
}
.footer .dropdown-menu > .active > a,
.footer .dropdown-menu > .active > a:hover,
.footer .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.footer .active > a,
.footer .active > a:hover,
.footer .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
.footer .open > a,
.footer .open > a:hover,
.footer .open > a:focus {
color: #2fe5ad;
background-color: #3d3c49;
}
@media (max-width: 767px) {
.footer .dropdown-menu > li > a {
color: #ecf0f1;
}
.footer .dropdown-menu > li > a:hover,
.footer .dropdown-menu > li > a:focus {
color: #2fe5ad;
}
.footer .dropdown-menu > .active > a,
.footer .dropdown-menu > .active > a:hover,
.footer .dropdown-menu > .active > a:focus {
color: #2fe5ad;
background-color: #464553;
}
}
.panel {
border-radius: 0px;
}
.panel-heading-panel {
background-color: #f5f5f5;
border-bottom: 1px solid transparent;
border-color: #ddd;
padding: 10px 15px;
}
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 200px;
}
aside > div {
background-color: #fff;
border-bottom: 2px solid #ddd;
margin-bottom: 25px;
padding: 20px;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub
} | 0.479991 | 0.061537 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 100%;
line-height: 1.4;
box-sizing: border-box;
}
*, *:before, *:after
{
box-sizing: inherit;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* RESET BROWSER MARGIN / PADDING */
ul{
margin: 0;
padding: 0;
}
/* FONT AWESOME */
@font-face {
font-family: 'fa-Solid-900';
src: url('../fonts/fa-solid-900.woff2') format('woff2'),
url('../fonts/fa-solid-900.woff') format('woff');
}
@font-face {
font-family: 'FA-Brands-400';
src: url('../fonts/fa-brands-400.woff2') format('woff2'),
url('../fonts/fa-brands-400.woff') format('woff');
}
.fa-plus:before {
content: "\f067";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-rss:before {
content: "\f09e";
}
.fa-envelope:before {
content: "\f0e0";
}
.fas {
font-family: 'fa-Solid-900';
font-weight: 900;
font-style: normal;
}
.fab {
font-family: 'FA-Brands-400';
font-weight: 400;
font-style: normal;
}
/* DEFAULT PAGE STYLING - MOBILE FIRST */
body{
font-family: 'Source Sans Pro', sans-serif;
}
.flex{
display: flex;
justify-content: space-between;
}
/* MAIN NAV */
header{
background-color: #ebebeb;
}
/* Hamburger Menu (3 lines) */
.toggle-icon span{
width: 1.875rem; /* 30px */
height: 0.25rem; /* 4px */
margin-bottom: 0.375rem; /* 6px */
border-radius: 6.25rem; /* 100px */
background-color: #6017a3;
display: block;
}
.menu-links{
flex-direction: column;
}
.menu-links li{
line-height: 3.75rem;
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
/*display: flex; */
}
.menu-links a{
display: block;
text-decoration: none;
color: #707070;
}
header nav{
position: absolute;
background-color: rgba(255,255,255,3);
width: 100vw;
left: 0;
max-height: 0;
overflow: hidden;
}
.logo{
padding: 1.25rem;
align-items: center;
}
ul{
list-style: none;
}
li img{
padding: 0 1.5625rem 0 1rem;
}
.show-nav{
max-height: 22.5rem;
border-bottom: 5px solid #6017a3;
}
.banner{
background: #7a437e url(../img/banner-bkg.jpg) no-repeat bottom right;
min-height: 200px;
color: #fff;
text-align: center;
padding: 2.5rem;
}
.banner h2{
font-size: 1.9375rem;
line-height: 2rem;
font-weight: 900;
}
.banner h5{
font-size: 1.25rem;
font-weight: normal;
margin: 0;
}
/* MAIN */
main{
margin: 0 auto;
}
.info-section{
background-color: #2d2d2d;
color: #fff;
padding: 1.375rem;
margin: 0 auto;
}
.title-section{
text-align: center;
margin: 2rem 0;
line-height: 1.875rem;
}
.title-section h4{
font-size: 1.5652rem;
font-weight: normal;
padding: 0 2rem;
margin: 0;
}
.title-section p{
line-height: 0.56rem;
margin-bottom: 2rem;
}
.details-section{
flex-wrap: wrap;
}
.details-section h4{
font-size: 1.5652rem;
font-weight: 300;
line-height: 1.375rem;
margin: 1.875rem 0 0.875rem 0;
}
.details-section p{
line-height: 1.5rem;
}
.details{
width: 100%;
flex-direction: column;
margin-bottom: 2.5rem;
}
.computer-section{
background-color: #222222;
padding: 1rem 0 0 0;
}
.computer-img{
background: url(../img/computer-bkg-md.png) no-repeat bottom left;
min-height: 18rem;
color: #fff;
text-align: center;
padding: 0 3rem;
}
.computer-img h4{
font-size: 1.5625rem;
font-weight: 300;
margin: 0;
padding-top: 10rem;
}
.about-section{
background-color: #ebebeb;
padding: 1.375rem;
}
.about-section h2{
margin: 0;
padding-top: 2rem;
font-weight: 300;
font-size: 1.9375rem;
}
.about-section h2,
.about-section p{
color: #717171;
text-align: center;
margin: 0;
}
.about-section p{
padding-bottom: 2rem;
}
.team-members{
flex-wrap: wrap;
justify-content: space-around;
}
.team-members h3,
.team-members p{
color: #7b7b7b;
text-align: left;
}
.team-members h3{
font-size: 1.25rem;
font-weight: bold;
margin: 1.5rem 0 0 0;
}
.team-card{
padding-bottom: 1rem;
}
.text-box h4{
color: #252525;
font-size: 1.5625rem;
}
.text-box p{
text-align: left;
}
.text-box{
background-color: white;
margin-bottom: 2rem;
padding: 0.5rem 0;
}
.text-box h4,
.text-box p{
padding: 1rem 2rem;
margin: 0;
}
.fa-plus{
color: white;
padding: 0.625rem;
background-color: #8f33c4;
}
.text-box p:nth-child(3) {
font-weight: bold;
color: #6017a3;
}
.text-box p:nth-child(4){
color: #949494;
padding-bottom: 2rem;
}
/* FOOTER */
footer{
background-color: #373737;
padding: 2rem;
color: white;
flex-direction: column;
border-top: 29px solid #6017a3;
}
footer a{
color: white;
text-decoration: none;
}
footer p{
font-weight: normal;
}
footer div{
padding: 0.5rem 0;
}
footer img{
margin-bottom: 1.5rem;
}
.footer-section{
flex-direction: column;
}
.footer-web-links a{
border-bottom: 4px solid #914dcf;
margin: 0;
}
.footer-web-links a:hover{
color: #914dcf;
border-bottom: 4px solid #fff;
}
.social-media-icons{
justify-content: space-around;
order: 1;
}
.social-media-icons a{
font-size: 0.75rem;
}
.social-media-icons a:hover{
background-color: #914dcf;
padding: 0.125rem;
}
/*=============================*/
/*====== MEDIA QUERIES ======= */
/*=============================*/
@media screen and (min-width: 768px){
/* NAV */
.toggle-icon{
display: none;
}
header nav{
max-height: 8rem;
position: static;
width: auto;
border-left: 2px solid #d4d4d4;
border-right: 2px solid #d4d4d4;
}
.menu-links,
header{
display: flex;
justify-content: space-between;
}
header{
flex-direction: column;
}
.menu-links{
flex-direction: row;
justify-content: center;
border-bottom: 5px solid #6017a3;
}
.menu-links li{
flex-direction: column;
justify-content: center;
padding: 0.5rem;
text-align: center;
line-height: 3rem;
border-right: 2px solid #d4d4d4;
min-width: 16.66%;
max-width: 16.66%;
}
.menu-links li:nth-child(6){
border-right: none;
}
li img{
padding: 0;
margin-top: 1rem;
}
/* BANNER */
.banner{
min-height: 25rem;
}
.banner h2{
margin-top: 6rem;
font-size: 3rem;
line-height: 2.9375rem;
}
.banner h5{
font-size: 1.5625rem;
}
/* MAIN */
.title-section h4{
font-size: 2.4375rem;
}
.title-section p{
font-size: 1.5625rem;
}
.details{
flex-direction: row;
}
.details-text{
padding-left: 2.5rem;
}
.details-text h4,
.computer-img h4,
.team-card h3{
font-size: 1.9375rem;
}
.computer-img{
background: url(../img/computer-bkg-md.png) no-repeat center center;
min-height: 18rem;
color: #fff;
text-align: center;
padding: 0 3rem;
}
.about-section h2{
font-size: 2.4375rem;
}
.company-info{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.text-box{
min-width: 21.6875rem;
max-width: 49%;
}
.text-box:nth-child(3){
max-width: 100%;
}
/* FOOTER */
.footer-width{
margin: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer-section{
max-width: 30rem;
}
.social-media-icons{
order: 0;
}
}
@media screen and (min-width: 1140px){
.logo,
nav,
.title-section,
.details-section,
.computer-img,
.company-info,
.footer-section,
.team-members,
.footer-width{
max-width: 71.25rem; /* 1140px */
margin: 0 auto;
}
header nav{
min-width: 71.25rem;
position: relative;
top: 1rem;
}
.logo{
margin-left: 1%;
}
.banner{
min-height: 34.5rem;
background: #7a437e url(../img/banner-bkg.jpg) no-repeat center center;
}
.banner h2{
margin-top: 7rem;
font-size: 3.8125rem;
line-height: 4rem;
padding: 0 10rem;
}
.banner h5{
font-size: 1.9375rem;
}
.text-box{
max-width: 31%;
}
.text-box:nth-child(3){
max-width: 31%;
}
.title-section h4{
font-size: 3rem;
line-height: 3.5rem;
}
.title-section p{
font-size: 1.9375rem;
}
.title-section{
margin-top: 2rem;
display: flex;
}
.details{
margin-top: 1rem;
flex-direction: column;
width: 33%;
}
.details-text h4,
.computer-img h4{
font-size: 2.4375rem;
}
.about-section h2{
font-size: 3rem;
}
.footer-section{
margin-left: 2rem;
max-width: 30rem;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 100%;
line-height: 1.4;
box-sizing: border-box;
}
*, *:before, *:after
{
box-sizing: inherit;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* RESET BROWSER MARGIN / PADDING */
ul{
margin: 0;
padding: 0;
}
/* FONT AWESOME */
@font-face {
font-family: 'fa-Solid-900';
src: url('../fonts/fa-solid-900.woff2') format('woff2'),
url('../fonts/fa-solid-900.woff') format('woff');
}
@font-face {
font-family: 'FA-Brands-400';
src: url('../fonts/fa-brands-400.woff2') format('woff2'),
url('../fonts/fa-brands-400.woff') format('woff');
}
.fa-plus:before {
content: "\f067";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-rss:before {
content: "\f09e";
}
.fa-envelope:before {
content: "\f0e0";
}
.fas {
font-family: 'fa-Solid-900';
font-weight: 900;
font-style: normal;
}
.fab {
font-family: 'FA-Brands-400';
font-weight: 400;
font-style: normal;
}
/* DEFAULT PAGE STYLING - MOBILE FIRST */
body{
font-family: 'Source Sans Pro', sans-serif;
}
.flex{
display: flex;
justify-content: space-between;
}
/* MAIN NAV */
header{
background-color: #ebebeb;
}
/* Hamburger Menu (3 lines) */
.toggle-icon span{
width: 1.875rem; /* 30px */
height: 0.25rem; /* 4px */
margin-bottom: 0.375rem; /* 6px */
border-radius: 6.25rem; /* 100px */
background-color: #6017a3;
display: block;
}
.menu-links{
flex-direction: column;
}
.menu-links li{
line-height: 3.75rem;
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
/*display: flex; */
}
.menu-links a{
display: block;
text-decoration: none;
color: #707070;
}
header nav{
position: absolute;
background-color: rgba(255,255,255,3);
width: 100vw;
left: 0;
max-height: 0;
overflow: hidden;
}
.logo{
padding: 1.25rem;
align-items: center;
}
ul{
list-style: none;
}
li img{
padding: 0 1.5625rem 0 1rem;
}
.show-nav{
max-height: 22.5rem;
border-bottom: 5px solid #6017a3;
}
.banner{
background: #7a437e url(../img/banner-bkg.jpg) no-repeat bottom right;
min-height: 200px;
color: #fff;
text-align: center;
padding: 2.5rem;
}
.banner h2{
font-size: 1.9375rem;
line-height: 2rem;
font-weight: 900;
}
.banner h5{
font-size: 1.25rem;
font-weight: normal;
margin: 0;
}
/* MAIN */
main{
margin: 0 auto;
}
.info-section{
background-color: #2d2d2d;
color: #fff;
padding: 1.375rem;
margin: 0 auto;
}
.title-section{
text-align: center;
margin: 2rem 0;
line-height: 1.875rem;
}
.title-section h4{
font-size: 1.5652rem;
font-weight: normal;
padding: 0 2rem;
margin: 0;
}
.title-section p{
line-height: 0.56rem;
margin-bottom: 2rem;
}
.details-section{
flex-wrap: wrap;
}
.details-section h4{
font-size: 1.5652rem;
font-weight: 300;
line-height: 1.375rem;
margin: 1.875rem 0 0.875rem 0;
}
.details-section p{
line-height: 1.5rem;
}
.details{
width: 100%;
flex-direction: column;
margin-bottom: 2.5rem;
}
.computer-section{
background-color: #222222;
padding: 1rem 0 0 0;
}
.computer-img{
background: url(../img/computer-bkg-md.png) no-repeat bottom left;
min-height: 18rem;
color: #fff;
text-align: center;
padding: 0 3rem;
}
.computer-img h4{
font-size: 1.5625rem;
font-weight: 300;
margin: 0;
padding-top: 10rem;
}
.about-section{
background-color: #ebebeb;
padding: 1.375rem;
}
.about-section h2{
margin: 0;
padding-top: 2rem;
font-weight: 300;
font-size: 1.9375rem;
}
.about-section h2,
.about-section p{
color: #717171;
text-align: center;
margin: 0;
}
.about-section p{
padding-bottom: 2rem;
}
.team-members{
flex-wrap: wrap;
justify-content: space-around;
}
.team-members h3,
.team-members p{
color: #7b7b7b;
text-align: left;
}
.team-members h3{
font-size: 1.25rem;
font-weight: bold;
margin: 1.5rem 0 0 0;
}
.team-card{
padding-bottom: 1rem;
}
.text-box h4{
color: #252525;
font-size: 1.5625rem;
}
.text-box p{
text-align: left;
}
.text-box{
background-color: white;
margin-bottom: 2rem;
padding: 0.5rem 0;
}
.text-box h4,
.text-box p{
padding: 1rem 2rem;
margin: 0;
}
.fa-plus{
color: white;
padding: 0.625rem;
background-color: #8f33c4;
}
.text-box p:nth-child(3) {
font-weight: bold;
color: #6017a3;
}
.text-box p:nth-child(4){
color: #949494;
padding-bottom: 2rem;
}
/* FOOTER */
footer{
background-color: #373737;
padding: 2rem;
color: white;
flex-direction: column;
border-top: 29px solid #6017a3;
}
footer a{
color: white;
text-decoration: none;
}
footer p{
font-weight: normal;
}
footer div{
padding: 0.5rem 0;
}
footer img{
margin-bottom: 1.5rem;
}
.footer-section{
flex-direction: column;
}
.footer-web-links a{
border-bottom: 4px solid #914dcf;
margin: 0;
}
.footer-web-links a:hover{
color: #914dcf;
border-bottom: 4px solid #fff;
}
.social-media-icons{
justify-content: space-around;
order: 1;
}
.social-media-icons a{
font-size: 0.75rem;
}
.social-media-icons a:hover{
background-color: #914dcf;
padding: 0.125rem;
}
/*=============================*/
/*====== MEDIA QUERIES ======= */
/*=============================*/
@media screen and (min-width: 768px){
/* NAV */
.toggle-icon{
display: none;
}
header nav{
max-height: 8rem;
position: static;
width: auto;
border-left: 2px solid #d4d4d4;
border-right: 2px solid #d4d4d4;
}
.menu-links,
header{
display: flex;
justify-content: space-between;
}
header{
flex-direction: column;
}
.menu-links{
flex-direction: row;
justify-content: center;
border-bottom: 5px solid #6017a3;
}
.menu-links li{
flex-direction: column;
justify-content: center;
padding: 0.5rem;
text-align: center;
line-height: 3rem;
border-right: 2px solid #d4d4d4;
min-width: 16.66%;
max-width: 16.66%;
}
.menu-links li:nth-child(6){
border-right: none;
}
li img{
padding: 0;
margin-top: 1rem;
}
/* BANNER */
.banner{
min-height: 25rem;
}
.banner h2{
margin-top: 6rem;
font-size: 3rem;
line-height: 2.9375rem;
}
.banner h5{
font-size: 1.5625rem;
}
/* MAIN */
.title-section h4{
font-size: 2.4375rem;
}
.title-section p{
font-size: 1.5625rem;
}
.details{
flex-direction: row;
}
.details-text{
padding-left: 2.5rem;
}
.details-text h4,
.computer-img h4,
.team-card h3{
font-size: 1.9375rem;
}
.computer-img{
background: url(../img/computer-bkg-md.png) no-repeat center center;
min-height: 18rem;
color: #fff;
text-align: center;
padding: 0 3rem;
}
.about-section h2{
font-size: 2.4375rem;
}
.company-info{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.text-box{
min-width: 21.6875rem;
max-width: 49%;
}
.text-box:nth-child(3){
max-width: 100%;
}
/* FOOTER */
.footer-width{
margin: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer-section{
max-width: 30rem;
}
.social-media-icons{
order: 0;
}
}
@media screen and (min-width: 1140px){
.logo,
nav,
.title-section,
.details-section,
.computer-img,
.company-info,
.footer-section,
.team-members,
.footer-width{
max-width: 71.25rem; /* 1140px */
margin: 0 auto;
}
header nav{
min-width: 71.25rem;
position: relative;
top: 1rem;
}
.logo{
margin-left: 1%;
}
.banner{
min-height: 34.5rem;
background: #7a437e url(../img/banner-bkg.jpg) no-repeat center center;
}
.banner h2{
margin-top: 7rem;
font-size: 3.8125rem;
line-height: 4rem;
padding: 0 10rem;
}
.banner h5{
font-size: 1.9375rem;
}
.text-box{
max-width: 31%;
}
.text-box:nth-child(3){
max-width: 31%;
}
.title-section h4{
font-size: 3rem;
line-height: 3.5rem;
}
.title-section p{
font-size: 1.9375rem;
}
.title-section{
margin-top: 2rem;
display: flex;
}
.details{
margin-top: 1rem;
flex-direction: column;
width: 33%;
}
.details-text h4,
.computer-img h4{
font-size: 2.4375rem;
}
.about-section h2{
font-size: 3rem;
}
.footer-section{
margin-left: 2rem;
max-width: 30rem;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.607081 | 0.076546 |