MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) |
|||
(39 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
− | .noautonum | + | |
− | .tocnumber{display:2} | + | .noautonum .tocnumber { display: none; } |
+ | |||
+ | .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;} | ||
+ | |||
+ | .toc1 .toclevel-1 u1 {display: table; } | ||
+ | |||
+ | .commandtable { | ||
+ | text-align: left; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .commandtable th { | ||
+ | text-decoration: bold; | ||
+ | width: 30%; | ||
+ | } | ||
+ | |||
+ | .commandtable tr:nth-child(even) { | ||
+ | background: #f2f2f2; | ||
+ | } | ||
+ | .commandtable tr:nth-child(odd) { | ||
+ | background: #ffffff; | ||
+ | } | ||
+ | .commandtable tr:hover { | ||
+ | background: #f0f0f0; | ||
+ | } |
Aktuelle Version vom 16. Oktober 2020, 11:38 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .noautonum .tocnumber { display: none; } .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;} .toc1 .toclevel-1 u1 {display: table; } .commandtable { text-align: left; width: 100%; border: none; } .commandtable th { text-decoration: bold; width: 30%; } .commandtable tr:nth-child(even) { background: #f2f2f2; } .commandtable tr:nth-child(odd) { background: #ffffff; } .commandtable tr:hover { background: #f0f0f0; }