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: Unterschied zwischen den Versionen

Aus Ardapedia
Alboin (Diskussion | Beiträge)
Stylesheet erstellt
 
Alboin (Diskussion | Beiträge)
K navigationsleiste
Zeile 1: Zeile 1:
div.navigationsleiste {
.navigationsleiste {
clear: both;
clear: both;
font-size: 95%;
font-size: 95%;
Zeile 5: Zeile 5:
margin-top: 1.5em;
margin-top: 1.5em;
}
}
div.navigationsleiste:after {
.navigationsleiste:after {
clear: both;
clear: both;
content: "";
content: "";
display: block;
display: block;
}
}
div.navigationsleiste.mw-collapsed {
.navigationsleiste.mw-collapsed {
display: none;
display: none;
}
}


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

Version vom 10. Januar 2026, 12:46 Uhr

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