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


div.vectorTabs span {
.vectorTabs span a { background-color: #e6ffb4; }
  background-image: linear-gradient( #fff6f6 0%, red 100%);
  background-size: 1px 60px;
}

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

.vectorTabs span a { background-color: #e6ffb4; }