MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Modellbahn-199 Rudow
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
 
/* 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: red;
+
   background: #F5D0A9;
 
}
 
}

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: #F5D0A9;
}