Ardapedia wird von Menschen wie Dir gemacht. Erstelle jetzt Dein kostenloses Benutzerkonto und trage dazu bei, unser Wiki zu verbessern.
Vorlage:Navigationsleiste/styles.css
Aus Ardapedia
div.navigationsleiste {
clear: both;
font-size: 95%;
box-sizing: border-box;
margin-top: 1.5em;
}
div.navigationsleiste:after {
clear: both;
content: "";
display: block;
}
div.navigationsleiste.mw-collapsed {
display: none;
}
/* Automatisches Verschmelzen benachbarter Navigationsleisten */
div.navigationsleiste + div.navigationsleiste,
div.navigationsleiste + link + div.navigationsleiste,
div.navigationsleiste + link + link + div.navigationsleiste,
div.navigationsleiste + link + style + div.navigationsleiste,
div.navigationsleiste + style + div.navigationsleiste,
div.navigationsleiste + style + style + div.navigationsleiste,
div.navigationsleiste + style + link + div.navigationsleiste {
margin-top: -1px;
}
