MediaWiki:Gadget-Darkmode.css
Aus SchnuppTrupp
Version vom 8. Dezember 2023, 01:05 Uhr von Bowserkor (Diskussion | Beiträge)
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: #1a0dab; /*Set the color of links to blue */ } a:visited { color: #609; /* Set the color of visited links to purple */ } mw-head-base { background-color: #000000; /* Set the background color to black */ color: #ffffff; /* Set the color of text to white */ } mw-page-base { background-color: #000000; /* Set the background color to black */ color: #ffffff; /* Set the color of text to white */ } mw-content { background-color: #000000; color: #ffffff; } mw-body { background-color: #000000; color: #ffffff; } content { background-color: #000000; color: #ffffff; } wikiEditor-ui { background-color: #000000; color: #ffffff; } h { color: #ffffff; }