theme, plugins und config für die Webseite der Baptisten Hohenacker https://baptisten-hohenacker.de
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.

63 lines
1.3 KiB

/*.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #555;
background-color: #e7e7e7;
}*/
#navbar-toggle-cbox:checked ~ .collapse {
display: block;
}
#navbar-toggle-cbox {
display:none
}
/*.dropdown:hover>.dropdown-menu {
display: block;
}*/
.dropdown-toggle-cbox:checked ~ .dropdown-menu{
display: block;
}
@media (max-width: 767px){
.dropdown-toggle-cbox:checked ~ .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}}
.dropdown-toggle-cbox {
display:none
}
.dropdown-toggle {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
padding: 10px 15px;
margin-bottom: 0;
font-weight: normal;
color: #777;
display: block;
}
.navbar-default .navbar-nav>.active>.dropdown-toggle {
color: #555;
background-color: #e7e7e7;
}
.dropdown-toggle:focus, .dropdown-toggle:hover{
color: #333;
background-color: transparent;
}
.dropdown-toggle-cbox:checked + .dropdown-toggle{
color: #555;
background-color: #e7e7e7;
}
@media (min-width: 768px){
.dropdown-toggle{
padding-top: 15px;
padding-bottom: 15px;
}
}