dynamic/css/style.css

125 lines
1.9 KiB
CSS

@media screen and (max-width: 600px){
.lessmore {
right: 0px;
font-size: 20pt;
}
select {
height: 50px
}
.msg {
padding: 0;
margin: 0;
}
}
#searchButton {
position: absolute;
font-size: 20pt;
left: 5px;
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;
}
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
}
#faq {
margin: 80px 0 0;
}
.lessmore {
background-color: #2E3436;
border-bottom: none;
color: #babdb6;
display: block;
font-size: 40pt;
height:70px;
position:fixed;
text-align: center;
text-decoration: none;
top: 0px;
margin-bottom: 5pt;
width:100%;
}
#menu {
display: block;
font-size:0.7em;
position: absolute;
right: 25px;
top: 17px;
}
.msg {
background-color:#272C2D;
display: block; margin: 1em 0;
padding: 1.5em 3em 1.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;
}
select {
font-size: 1em;
margin: 80px 0 0;
padding:9px 0;
width: 100%;
}