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 ; }“) |
|||
| Zeile 2: | Zeile 2: | ||
body { | body { | ||
background-color: #F5D0A9 ; | background-color: #F5D0A9 ; | ||
| + | } | ||
| + | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
| + | #mw-page-base { | ||
| + | background: red; | ||
} | } | ||
Version vom 12. Mai 2021, 19:19 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
background-color: #F5D0A9 ;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: red;
}