MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 31: | Zeile 31: | ||
.linklist_hl0 { | .linklist_hl0 { | ||
background-color: #999999; | background-color: #999999; | ||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
.linklist_hl1 { | .linklist_hl1 { | ||
background-color: #AAAAAA; | background-color: #AAAAAA; | ||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
.linklist_hl2 { | .linklist_hl2 { | ||
background-color: #BBBBBB; | background-color: #BBBBBB; | ||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
.linklist_cell { | .linklist_cell { | ||
background-color: #CCCCCC; | background-color: #CCCCCC; | ||
vertical-align: top; | |||
} | } | ||
.linklist_fl1 { | .linklist_fl1 { | ||
background-color: #DDDDDD; | background-color: #DDDDDD; | ||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
.linklist_fl2 { | .linklist_fl2 { | ||
background-color: #EEEEEE; | background-color: #EEEEEE; | ||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
Version vom 9. April 2012, 00:41 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .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; } .left { display: block; float: left; } .left { display: block; float: right; } .center { display: block; margin-left: auto; margin-right: auto; } .linklist { width: 100%; } .linklist_hl0 { background-color: #999999; text-align: center; font-weight: bold; } .linklist_hl1 { background-color: #AAAAAA; text-align: center; font-weight: bold; } .linklist_hl2 { background-color: #BBBBBB; text-align: center; font-weight: bold; } .linklist_cell { background-color: #CCCCCC; vertical-align: top; } .linklist_fl1 { background-color: #DDDDDD; text-align: center; font-weight: bold; } .linklist_fl2 { background-color: #EEEEEE; text-align: center; font-weight: bold; } .toc { background-color: EEEEEE; border-color: CCCCCC; } .ns-100 #firstHeading, .ns-101 #firstHeading { color: #888800; } .ns-110 #firstHeading, .ns-111 #firstHeading { color: #008888; } .ns-120 #firstHeading, .ns-121 #firstHeading { color: #880088; }