Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
/* 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: d5c096;
   background: #d5c096;
}
}


/* 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: #d5c096;
}
}

Version vom 20. Juni 2021, 02: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: #d5c096;
}

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