Vorlage:Klappleiste/styles.css: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „div.klappleiste { border: 1px solid var(--dewiki-rahmenfarbe1); clear: both; font-size: 95%; box-sizing: border-box; margin-top: 1.5em; padding: 2px; } div.klappleiste:after { clear: both; content: ""; display: block; } div.klappleiste-bild { float: left; padding: 2px; } div.klappleiste-kopf { background: var(--dewiki-hintergrundfarbe5); color: var(--color-base, #202122); text-align: center; font-weight: bold; } div.klappleiste.mw-collapsed…“) |
K (Willink verschob die Seite Vorlage:Klappleiste/styles nach Vorlage:Klappleiste/styles.css) |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 34: | Zeile 34: | ||
margin-top: -1px; | margin-top: -1px; | ||
} | } | ||
<noinclude> | |||
[[Kategorie:Vorlage für technische Aufgaben|{{PAGENAME}}]] | |||
</noinclude> | |||
Aktuelle Version vom 10. Oktober 2025, 09:29 Uhr
div.klappleiste { border: 1px solid var(--dewiki-rahmenfarbe1); clear: both; font-size: 95%; box-sizing: border-box; margin-top: 1.5em; padding: 2px; } div.klappleiste:after { clear: both; content: ""; display: block; } div.klappleiste-bild { float: left; padding: 2px; } div.klappleiste-kopf { background: var(--dewiki-hintergrundfarbe5); color: var(--color-base, #202122); text-align: center; font-weight: bold; } div.klappleiste.mw-collapsed .klappleiste-bild { display: none; }
/* Automatisches Verschmelzen benachbarter Klappleisten */ div.klappleiste + div.klappleiste, div.klappleiste + link + div.klappleiste, div.klappleiste + link + link + div.klappleiste, div.klappleiste + style + div.klappleiste, div.klappleiste + style + style + div.klappleiste { margin-top: -1px; }