dynamic/css/style.css
2018-01-03 15:04:05 +03:00

242 lines
4.0 KiB
CSS

@media screen and (max-width: 600px){
.lessmore {
right: 0px;
font-size: 20pt;
}
select {
height: 30px
}
.msg {
padding: 0;
margin: 0;
}
}
.content {
margin-top: 4em;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.logo {
display: inline-block;
position: absolute;
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
width: 15%;
font-size: 25pt !important;
/* left: 0; */
top: 14pt;
}
.siteIcon {
font-size: 24pt;
}
#searchButton {
position: absolute;
font-size: 20pt;
left: 10px;
top: 14pt;
}
#searchInput {
display: none;
position: absolute;
left: 27pt;
top: 14pt;
width: 20%;
color: #fff !important;
border: solid;
padding: 5px;
background-color: #222 !important;
border-width: 1px;
border-radius: 3px;
border-color: #666;
z-index: 1000;
}
a, a:visited, a:active {
color: #eeeeec;
text-decoration-style: dotted;
}
body {
background-color: #2E3436;
color: #eeeeec;
font-variant: normal;
font-size: 1em;
font-family: "Open Sans", sans-serif;
}
#dropdown-content {
background-color:#2E3436;
display: none;
font-size: 0.5em;
position:absolute;
right: 0;
top: 70px;
width: 300px;
//z-index:1;
}
#dropdown-content>a {
border:1px solid #eeeeec;
display: block;
padding: 10px
}
/* #dropdown-content>input { */
/* border:1px solid #eeeeec; */
/* display: block; */
/* padding: 10px */
/* } */
#faq {
margin: 80px 0 0;
}
.lessmore {
background-color: #2E3436;
border-bottom-color: #aaa;
border-bottom-style: dashed;
border-bottom-width: 0.01em;
margin-left: -10px;
color: #babdb6;
display: block;
font-size: 40pt;
height:70px;
position:fixed;
text-align: left;
text-decoration: none;
top: 0px;
margin-bottom: 25pt !important;
width:100%;
}
#menu {
display: block;
font-size:0.7em;
position: absolute;
right: 10px;
top: 10pt;
}
.msg {
background-color: #272C2D;
display: block;
padding: 1.5em 3em 1.5em;
margin: 0.5em;
word-wrap: break-word;
}
.hsMessage {
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
margin: 3em;
border: dotted;
border-width: 1px;
border-color: red;
}
.headerLink {
color: #0099cc !important;
}
#selector {
position: relative;
font-size: 22pt !important;
width: 280px !important;
height: 25pt;
color: #c9c9c9 !important;
/* text-align: left; */
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
top: 14pt;
border: none; /* Set solid for debug */
padding: 0;
background-color: #2E3436 !important;
z-index: 900;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 40px;
height: 24px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 2pt;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 19px;
width: 19px;
left: 1px;
bottom: 1px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
border-radius: 13px;
}
.slider.round:before {
border-radius: 50%;
}
#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 999;
width: 100%;
height: 100%;
overflow: visible;
background: #2E3436 url('/img/preload.gif') no-repeat center center;
}