MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus CirculateD
(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 t…“)
 
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
body {
   background: red;
   background: #E8F1FA;
}
}

Version vom 20. September 2021, 12:51 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: #E8F1FA;
}