MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| (2 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. */ | ||
| + | /* 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: */ | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
#mw-page-base { | #mw-page-base { | ||
| − | background: | + | 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;
}