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



Version vom 20. Juni 2021, 03:38 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: #20394F;
  background-image: linear-gradient(-90deg, #070a0e, #20394F);

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