MediaWiki:Gadget-Darkmode.css

Aus SchnuppTrupp
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
body {
	background-color: #000000; /* Set the background color to black */
	color: #ffffff; /* Set the color of text to white */
}

a {
	color: #daa520; /*Set the color of links */
}

a:visited {
	color: #00fa9a; /* Set the color of visited links */ 
}

a.new {
	color: #ffa07a; /* Set the color of redlinks */
}

a.new:visited {
	color: #e0ffff; /* Set the color of visited redlinks */
}

a.external {
	color: #daa520; /*Set the color of links */
}

a.external:visited {
	color: #00fa9a; /* Set the color of visited links */ 
}

.mw-body {
	color: #ffffff;
	background-color: #000000;
}

#mw-head {
	color: #ffffff;
	background-color: #000000;
}

.ace-tm {
	color: #ffffff;
}
.ace_text-input {
	color: #ffffff;
	background-color: #000000;
}
.wikiEditor-ui {
	color: #ffffff;
	background-color: #000000;
}

#vectorTabs {
	color: #ffffff;
	background-color: #000000;
}

.vectorMenu {
	color: #e0ffff;
	background-color: #000000;
}

.selflink {
  color:#000000
}

.mw-code {
	color: #ffffff;
	background-color: #000000;
}

#toc {
	background-color: #000000;
}

.wikitable {
	background-color: #000000;
}

.mw-body {
	color:#ffffff;
	background-color: #000000;
}