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 2: | Zeile 2: | ||
.main { | .main { | ||
width=500px; | |||
vertical-align: bottom; | vertical-align: bottom; | ||
font-size: 22px; | font-size: 22px; |
Version vom 25. September 2024, 02:15 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .main { width=500px; vertical-align: bottom; font-size: 22px; margin: 0px; padding: 0px; font-weight: bold; background-color: #122E3C; font-size: 120%; color: white; border-radius: 5px; border-bottom: 2px solid #FFC200; } .main > td > 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: #205F81; font-size: 100%; color: white; border: 2px solid #205F81; } .sub > td > a { color: white !important; font-weight: bold; margin: 10px; }