MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
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: */ | ||
Version vom 28. August 2022, 11:30 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
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: #F5D0A9;
}