87 lines
1.4 KiB
CSS
87 lines
1.4 KiB
CSS
body{
|
|
font-size: 16pt;
|
|
}
|
|
|
|
#impressum_link{
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
.container-fluid{
|
|
padding-left: 0 !important;
|
|
}
|
|
@media (max-device-width: 760px){
|
|
body{
|
|
background: none !important;
|
|
}
|
|
.navbar{
|
|
z-index: 2;
|
|
position: fixed;
|
|
margin: 0 !important;
|
|
width: 42% !important;
|
|
left : 0 !important;
|
|
|
|
}
|
|
.offhover{
|
|
display: block;
|
|
}
|
|
|
|
.nav_btn{
|
|
text-shadow: none;
|
|
color: whitesmoke !important;
|
|
text-decoration: none !important;
|
|
display: block !important;
|
|
}
|
|
.nav_btn:hover{
|
|
color: whitesmoke !important;
|
|
text-decoration: none !important;
|
|
display: block !important;
|
|
width: 2em !important;
|
|
text-shadow: 1px #5d6365;
|
|
}
|
|
#myNavbar{
|
|
background: #5d6365 !important;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
h3{
|
|
color: #039;
|
|
font-size: 19pt;
|
|
}
|
|
|
|
p{
|
|
color: whitesmoke;
|
|
}
|
|
p:hover{
|
|
color: whitesmoke;
|
|
}
|
|
.row a{
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
a:link{
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
a:visited{
|
|
color: white;;
|
|
text-decoration: none;
|
|
}
|
|
a:hover{
|
|
color: #c1002b;
|
|
text-decoration: none;
|
|
}
|
|
a:active{
|
|
color: #c1002b;
|
|
text-decoration: none;
|
|
}
|
|
offhover:hover{
|
|
display: none;
|
|
}
|
|
.onhover:hover{
|
|
display: block;
|
|
}
|
|
.dlbtn{
|
|
background-color: #c1002b !important;
|
|
}
|