Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 14: Zeile 14:


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

Version vom 20. Juni 2021, 04:48 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, color: #44332e;
}