Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 4: Zeile 4:
body {
body {
   background: #d5c096;
   background: #d5c096;
   background-image: linear-gradient(-90deg, #070a0e, #20394F);
   background-image: linear-gradient(-90deg, #d5c096, #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: */

Version vom 20. Juni 2021, 03:56 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;
  background-image: linear-gradient(-90deg, #d5c096, #d5c096);

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

#bodyContent { 
background-color: #d5c096; 
}

#footer a {
color: #AD9479;
}