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) Alboin änderte das Inhaltsmodell der Seite Vorlage:Navigationsleiste/styles.css von „Wikitext“ nach „Bereinigtes CSS“ |
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|}}} Markierung: Manuelle Zurücksetzung |
||
| Zeile 1: | Zeile 1: | ||
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; | |||
} | |||
Version vom 10. Januar 2026, 15:02 Uhr
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;
}
