97 lines
1.7 KiB
CSS
97 lines
1.7 KiB
CSS
#navbar {
|
|
width: 100%;
|
|
height: 35px;
|
|
background-color:#fff;
|
|
padding: 0;
|
|
margin: 0;
|
|
z-index: 100;
|
|
}
|
|
|
|
a#hamburger {
|
|
background: #008ecd;
|
|
border-radius: 50px;
|
|
display: block;
|
|
height: 40px;
|
|
left: 10px;
|
|
position: absolute;
|
|
top: 5px;
|
|
width: 40px;
|
|
}
|
|
|
|
a#hamburger:before {
|
|
content: '\f0c9';
|
|
color: #fff;
|
|
text-align: center;
|
|
display: block;
|
|
font: 25px "FontAwesome";
|
|
margin-top: 7px;
|
|
}
|
|
|
|
#schrift_toggle,
|
|
#kontrast_toggle {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#header .name a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
#navbar {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 759px) {
|
|
body {
|
|
padding: 0;
|
|
}
|
|
|
|
#wrapper {
|
|
padding: 0 10px;
|
|
background-color: white;
|
|
overflow:hidden;
|
|
}
|
|
}
|
|
|
|
.mm-menu {
|
|
background: #40aada !important;
|
|
}
|
|
|
|
.mm-menu a {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.mm-selected a {
|
|
color: #008ecd !important;
|
|
}
|
|
|
|
.mm-header {
|
|
background: #008ecd !important;
|
|
}
|
|
|
|
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
|
|
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
|
|
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-nextm
|
|
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
|
|
background: none !important;
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.mm-menu .mm-listview > li::after {
|
|
border-color: #a0d5ed !important;
|
|
}
|
|
|
|
.mm-menu .mm-listview .mm-listview li:after {
|
|
display: none !important;
|
|
}
|
|
|
|
.mm-listview .mm-next::before {
|
|
border-left: none !important;
|
|
}
|
|
|
|
.mm-menu .mm-listview > li > a.mm-prev::before, .mm-menu .mm-listview > li > a.mm-next::after {
|
|
border-color: #fff !important;
|
|
}
|
|
|