MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (arglfnz) |
Keine Bearbeitungszusammenfassung |
||
Zeile 11: | Zeile 11: | ||
table.octable1 > tr > th { background-color:#efedcd; } | table.octable1 > tr > th { background-color:#efedcd; } | ||
table.octable1 > tr > td { background-color:#fbfbf3; } | table.octable1 > tr > td { background-color:#fbfbf3; } | ||
/* Überschriftentiefe begrenzen */ | |||
.toclimit-2 .toclevel-1 ul, | |||
.toclimit-3 .toclevel-2 ul, | |||
.toclimit-4 .toclevel-3 ul, | |||
.toclimit-5 .toclevel-4 ul, | |||
.toclimit-6 .toclevel-5 ul, | |||
.toclimit-7 .toclevel-6 ul { display: none; } |
Version vom 25. Oktober 2012, 20:01 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Größerer Abstand vor Inhaltsverzeichnis & Hauptüberschriften */ div #toc { margin-top:16px; } h2 { margin-top:14px; } /* Abstände zwischen Anmerkungen */ ol.references > li { margin-bottom:6px; } /* Tabellenfarben */ table.octable1 > tr > th { background-color:#efedcd; } table.octable1 > tr > td { background-color:#fbfbf3; } /* Überschriftentiefe begrenzen */ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; }