dynamic/css/style.css

167 lines
2.7 KiB
CSS
Raw Normal View History

2017-02-15 18:52:40 +03:00
@media screen and (max-width: 600px){
2017-12-05 22:18:14 +03:00
.lessmore {
right: 0px;
font-size: 20pt;
}
select {
2017-12-11 13:15:42 +03:00
height: 30px
2017-12-05 22:18:14 +03:00
}
.msg {
2017-12-11 13:15:42 +03:00
padding: 0;
2017-12-05 22:18:14 +03:00
margin: 0;
}
}
2017-12-11 13:15:42 +03:00
.content {
margin-top: 4em;
2017-12-15 16:06:38 +03:00
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 80%;
2017-12-11 13:15:42 +03:00
}
2017-12-11 17:35:40 +03:00
.logo {
display: inline-block;
position: absolute;
2017-12-11 17:54:09 +03:00
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
width: 15%;
font-size: 25pt !important;
2017-12-11 17:35:40 +03:00
/* left: 0; */
top: 14pt;
2017-12-11 13:15:42 +03:00
}
2017-12-17 19:12:12 +03:00
.siteIcon {
font-size: 24pt;
}
2017-12-05 22:18:14 +03:00
#searchButton {
position: absolute;
2017-02-15 18:52:40 +03:00
font-size: 20pt;
2017-12-15 16:06:38 +03:00
left: 10px;
2017-12-05 22:18:14 +03:00
top: 14pt;
}
#searchInput {
display: none;
position: absolute;
2017-12-06 16:46:04 +03:00
left: 27pt;
2017-12-07 14:51:32 +03:00
top: 14pt;
2017-12-06 16:46:04 +03:00
width: 20%;
2017-12-07 14:51:32 +03:00
color: #fff !important;
border: solid;
padding: 5px;
background-color: #222 !important;
border-width: 1px;
border-radius: 3px;
border-color: #666;
2017-12-11 13:15:42 +03:00
z-index: 1000;
2017-02-15 18:52:40 +03:00
}
2017-12-05 22:18:14 +03:00
2017-02-15 18:52:40 +03:00
a, a:visited, a:active {
2017-12-05 22:18:14 +03:00
color: #eeeeec;
text-decoration-style: dotted;
2017-02-15 18:52:40 +03:00
}
2017-02-14 13:14:17 +03:00
2017-02-15 18:52:40 +03:00
body {
2017-12-05 22:18:14 +03:00
background-color: #2E3436;
color: #eeeeec;
2017-12-07 14:51:32 +03:00
font-variant: normal;
font-size: 1em;
font-family: "Open Sans", sans-serif;
2017-02-15 18:52:40 +03:00
}
2017-02-14 13:14:17 +03:00
2017-02-15 18:52:40 +03:00
#dropdown-content {
2017-12-05 22:18:14 +03:00
background-color:#2E3436;
display: none;
font-size: 0.5em;
position:absolute;
right: 0;
top: 70px;
width: 300px;
//z-index:1;
2017-02-15 18:52:40 +03:00
}
2017-02-14 13:14:17 +03:00
2017-02-15 18:52:40 +03:00
#dropdown-content>a {
2017-12-05 22:18:14 +03:00
border:1px solid #eeeeec;
display: block;
padding: 10px
2017-02-14 13:14:17 +03:00
}
2017-02-15 18:52:40 +03:00
#faq {
2017-12-05 22:18:14 +03:00
margin: 80px 0 0;
2017-02-15 18:52:40 +03:00
}
2017-02-14 13:14:17 +03:00
2017-02-15 18:52:40 +03:00
.lessmore {
2017-12-05 22:18:14 +03:00
background-color: #2E3436;
2017-12-15 16:06:38 +03:00
border-bottom-color: #aaa;
border-bottom-style: dashed;
border-bottom-width: 0.01em;
margin-left: -10px;
2017-12-05 22:18:14 +03:00
color: #babdb6;
display: block;
font-size: 40pt;
height:70px;
position:fixed;
2017-12-11 13:15:42 +03:00
text-align: left;
2017-12-05 22:18:14 +03:00
text-decoration: none;
top: 0px;
2017-12-11 13:15:42 +03:00
margin-bottom: 25pt !important;
2017-12-05 22:18:14 +03:00
width:100%;
2017-02-15 18:52:40 +03:00
}
2017-02-14 13:14:17 +03:00
2017-02-15 18:52:40 +03:00
#menu {
2017-12-05 22:18:14 +03:00
display: block;
font-size:0.7em;
position: absolute;
2017-12-15 16:06:38 +03:00
right: 10px;
top: 10pt;
2017-02-15 18:52:40 +03:00
}
2017-02-14 13:14:17 +03:00
2017-02-15 18:52:40 +03:00
.msg {
2017-12-11 13:15:42 +03:00
background-color: #272C2D;
2017-12-08 12:05:00 +03:00
display: block;
2017-12-05 22:18:14 +03:00
padding: 1.5em 3em 1.5em;
2017-12-08 12:05:00 +03:00
margin: 0.5em;
2017-12-05 22:18:14 +03:00
word-wrap: break-word;
2017-02-15 18:52:40 +03:00
}
2017-12-05 22:18:14 +03:00
2017-12-06 16:46:04 +03:00
.hsMessage {
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
margin: 3em;
border: dotted;
border-width: 1px;
border-color: red;
}
2017-12-07 13:20:44 +03:00
.headerLink {
color: #0099cc !important;
}
2017-12-11 13:15:42 +03:00
#selector {
position: relative;
2017-12-17 19:12:12 +03:00
font-size: 22pt !important;
2017-12-11 17:42:04 +03:00
width: 280px !important;
2017-12-11 17:35:40 +03:00
height: 25pt;
2017-12-11 13:15:42 +03:00
color: #c9c9c9 !important;
/* text-align: left; */
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
top: 14pt;
border: none; /* Set solid for debug */
2017-12-17 18:53:59 +03:00
padding: 0;
2017-12-11 13:15:42 +03:00
background-color: #2E3436 !important;
z-index: 900;
2017-02-14 13:14:17 +03:00
}
2017-02-15 18:52:40 +03:00