MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Markus (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: .inhalt { background-color: #4e954d; }“) |
Markus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (57 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; | |||
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; | |||
} | } | ||
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;
}