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
Version vom 10. Januar 2026, 15:02 Uhr von Alboin (Diskussion | Beiträge) (onlyinclude><includeonly><templatestyles src="Vorlage:Klappleiste/styles.css" /> <div class="klappleiste mw-collapsible {{#if: {{{AUSGEKLAPPT|}}}||mw-collapsed }} {{{class|}}}" {{#if: {{{style|}}}{{{clear|}}}{{{float|}}} | style="{{#if: {{{style|}}} | {{{style|}}}; }} {{#switch: {{{clear|}}} | none = clear:none; | left = clear:left; | right = clear:right; }}<!-- defaults to both by CSS class --> {{#switch: {{{float|}}})

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;
}