Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 25: Zeile 25:
}
}


#a:link {color: #72777d !important;}
#a.link {color: #72777d !important;}
#a:visited {color: #44332e !important;}
#a.visited {color: #44332e !important;}
#a:active {color: #44332e !important;}
#a.active {color: #44332e !important;}
#a:hover {color: #44332e !important;}
#a.hover {color: #44332e !important;}

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

#secondHeading{
	color: #44332e;
}

#thirdHeading{
	color: #44332e;
}

#a.link {color: #72777d !important;}
#a.visited {color: #44332e !important;}
#a.active {color: #44332e !important;}
#a.hover {color: #44332e !important;}