MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FernFH MediaWiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: /* Changes the background color of the bottom and left of each page, up to behind half of…“)
 
(kein Unterschied)

Aktuelle Version vom 28. November 2021, 12:16 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: white;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: white;
}