MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Markus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Markus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
. | .main { | ||
vertical-align: bottom; | vertical-align: bottom; | ||
display: inline-block; | display: inline-block; | ||
Zeile 17: | Zeile 17: | ||
} | } | ||
. | .main > tbody > tr > th > a { | ||
color: white !important; | color: white !important; | ||
Zeile 23: | Zeile 23: | ||
font-weight: bold; | font-weight: bold; | ||
margin: 10px; | margin: 10px; | ||
} | |||
.sub { | |||
vertical-align: bottom; | |||
display: inline-block; | |||
font-size: 22px; | |||
margin: 0px; | |||
padding: 0px; | |||
font-weight: bold; | |||
box-iszing: border-box; | |||
background-color: #122E3C; | |||
font-size: 120%; | |||
color: white; | |||
border-radius: 5px; | |||
border-bottom: 2px solid #FFC200; | |||
} | } |
Version vom 24. September 2024, 23:49 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .main { vertical-align: bottom; display: inline-block; font-size: 22px; margin: 0px; padding: 0px; font-weight: bold; box-iszing: border-box; background-color: #122E3C; font-size: 120%; color: white; border-radius: 5px; border-bottom: 2px solid #FFC200; } .main > tbody > tr > th > a { color: white !important; font-size: 120%; font-weight: bold; margin: 10px; } .sub { vertical-align: bottom; display: inline-block; font-size: 22px; margin: 0px; padding: 0px; font-weight: bold; box-iszing: border-box; background-color: #122E3C; font-size: 120%; color: white; border-radius: 5px; border-bottom: 2px solid #FFC200; }