MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: body { background-color: #F5D0A9 ; }“) |
|||
| (4 dazwischenliegende Versionen von 2 Benutzern 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. */ | ||
| + | /* https://www.farb-tabelle.de/de/farbtabelle.htm */ | ||
| + | |||
| + | |||
body { | body { | ||
| − | background-color: # | + | background-color: OrangeRed ; |
| + | } | ||
| + | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
| + | #mw-page-base { | ||
| + | background: OrangeRed; | ||
} | } | ||
Aktuelle Version vom 28. August 2022, 14:28 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* https://www.farb-tabelle.de/de/farbtabelle.htm */
body {
background-color: OrangeRed ;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: OrangeRed;
}