Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
#content {color: #44332e !important;}
#content {color: #44332e !important;}


#mw-body h1 {color: red !important;}
#firstHeading{
font:bold 30px Georgia, serif;
}

Version vom 20. Juni 2021, 04:47 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;
}

#content {color: #44332e !important;}

#firstHeading{
	font:bold 30px Georgia, serif;
}