MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Geschichte Leichlingen
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: body { background: red; } /* Changes the background color behind the top half of the log…“)
(kein Unterschied)

Version vom 12. Dezember 2020, 12:09 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
  background: red;
}

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