You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

100 lines
1.5 KiB

body {
padding-top: 30px
}
#toolbar {
background: #37474f;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
color: #000;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 600;
border: 0;
font-size: 1em;
text-transform: uppercase;
text-align: left;
vertical-align: baseline;
}
#toolbar .toolbarInner{
max-width: 1050px;
margin: 0 auto;
display: block;
}
#toolbar ul.mainTools, #toolbar ul.adminTools{
width: 45%;
display: inline-block;
margin: 0;
}
#toolbar ul.adminTools{
text-align: right;
}
#toolbar ul li{
padding: 10px 0;
display: inline-block;
}
#toolbar ul li, #toolbar ul li a {
list-style: none;
margin: 0
}
#toolbar a {
color: #FFF;
font-size: .846em;
text-decoration: none;
padding: 10px;
line-height: 1.6
}
#toolbar a:hover,#toolbar a:focus, #toolbar a:active {
background: #57676F;
}
/* Sub Menus */
#toolbar li.dropDown{
position: relative;
}
#toolbar li ul {
position: absolute;
display: none;
background: #37474f;
right: -20px;
top: 30px;
min-width: 100px;
}
#toolbar li:hover ul {
display: block;
padding: 20px;
}
#toolbar li ul li {
display: block;
font-size: .8em;
margin: 0;
padding: 2px;
}
/* end sub */
@media all and (max-width: 550px) {
body {
padding-top: 60px
}
}
table#config td:first-child {
width: 30%
}
table#config td:last-child {
width: 70%
}
table#config input {
width: 100%;
box-sizing: border-box
}
table#config tr:last-child td {
border-bottom: none
}