Die Ardapedia braucht Deine Hilfe!
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
.navigationsleiste {
	clear: both;
	font-size: 95%;
	box-sizing: border-box;
	margin-top: 1.5em;
}
.navigationsleiste:after {
	clear: both;
	content: "";
	display: block;
}
.navigationsleiste.mw-collapsed {
	display: none;
}

/* Automatisches Verschmelzen benachbarter Navigationsleisten */
.navigationsleiste + .navigationsleiste,
.navigationsleiste + link + .navigationsleiste,
.navigationsleiste + link + link + .navigationsleiste,
.navigationsleiste + link + style + .navigationsleiste,
.navigationsleiste + style + .navigationsleiste,
.navigationsleiste + style + style + .navigationsleiste,
.navigationsleiste + style + link + .navigationsleiste {
	margin-top: -1px;
}