MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 8: | Zeile 8: | ||
/* 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;
}