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 |
||
(39 dazwischenliegende Versionen desselben Benutzers 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. */ | ||
. | table { | ||
width:750px; | |||
} | |||
.main { | |||
width=500px; | |||
vertical-align: bottom; | |||
font-size: 22px; | |||
margin: 0px; | |||
padding: 0px; | |||
font-weight: bold; | |||
background-color: #122E3C; | |||
color: white; | |||
width: 750px; | |||
} | |||
.main > td > a { | |||
color: white !important; | |||
font-size: 120%; | |||
font-weight: bold; | |||
margin: 10px; | |||
} | |||
.main > td { | |||
border-bottom: 2px solid #FFC200; | |||
} | |||
.select { | |||
border-left: 2px solid #FFC200; | |||
border-right: 2px solid #FFC200; | |||
border-top: 2px solid #FFC200; | |||
background-color: #205F81; | |||
border-top-right-radius: 5px; | |||
border-top-left-radius: 5px; | |||
border-bottom: none !important; | |||
} | |||
.sub { | |||
width=500px; | |||
vertical-align: bottom; | vertical-align: bottom; | ||
display: inline-block; | display: inline-block; | ||
Zeile 9: | Zeile 51: | ||
font-weight: bold; | font-weight: bold; | ||
box-iszing: border-box; | box-iszing: border-box; | ||
background-color: # | background-color: #205F81; | ||
font-size: | font-size: 100%; | ||
color: white; | color: white; | ||
width:750px; | |||
} | } | ||
. | .sub > td > a { | ||
color: white !important; | color: white !important; | ||
font-weight: bold; | font-weight: bold; | ||
margin: 10px; | margin: 10px; | ||
height: 40px, | |||
} | |||
.table.menu { | |||
width=750px; | |||
} | } |
Aktuelle Version vom 2. Oktober 2024, 18:11 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ table { width:750px; } .main { width=500px; vertical-align: bottom; font-size: 22px; margin: 0px; padding: 0px; font-weight: bold; background-color: #122E3C; color: white; width: 750px; } .main > td > a { color: white !important; font-size: 120%; font-weight: bold; margin: 10px; } .main > td { border-bottom: 2px solid #FFC200; } .select { border-left: 2px solid #FFC200; border-right: 2px solid #FFC200; border-top: 2px solid #FFC200; background-color: #205F81; border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom: none !important; } .sub { width=500px; 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; width:750px; } .sub > td > a { color: white !important; font-weight: bold; margin: 10px; height: 40px, } .table.menu { width=750px; }