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: #d5c096;
// 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: */
/* Changes the background color behind the top half of the logo and at top of each page: */
Zeile 13: Zeile 13:
#bodyContent {  
#bodyContent {  
background-color: #d5c096;  
background-color: #d5c096;  
}
#footer a {
color: #AD9479;
}
}

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