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 |
||
| (10 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 { | .main { | ||
| Zeile 10: | Zeile 14: | ||
background-color: #122E3C; | background-color: #122E3C; | ||
color: white; | color: white; | ||
width: 750px; | |||
} | } | ||
| Zeile 22: | Zeile 26: | ||
} | } | ||
.main | .main > td { | ||
border-bottom: 2px solid #FFC200; | border-bottom: 2px solid #FFC200; | ||
} | } | ||
| Zeile 33: | Zeile 36: | ||
border-top: 2px solid #FFC200; | border-top: 2px solid #FFC200; | ||
background-color: #205F81; | background-color: #205F81; | ||
border-radius: 5px; | border-top-right-radius: 5px; | ||
border-top-left-radius: 5px; | |||
border-bottom: none !important; | |||
} | } | ||
| Zeile 49: | Zeile 54: | ||
font-size: 100%; | font-size: 100%; | ||
color: white; | color: white; | ||
width:750px; | |||
} | } | ||
| Zeile 58: | Zeile 63: | ||
font-weight: bold; | font-weight: bold; | ||
margin: 10px; | margin: 10px; | ||
height: 40px, | |||
} | |||
.table.menu { | |||
width=750px; | |||
} | } | ||
Aktuelle Version vom 2. Oktober 2024, 17: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;
}