MediaWiki:Gadget-Darkmode.css: Unterschied zwischen den Versionen
Aus SchnuppTrupp
Zeile 20: | Zeile 20: | ||
background-color: #000000; /* Set the background color to black */ | background-color: #000000; /* Set the background color to black */ | ||
color: #ffffff; /* Set the color of text to white */ | color: #ffffff; /* Set the color of text to white */ | ||
+ | background-image: linear-gradient(#000000 50%, #f6f6f6 100%); | ||
} | } | ||
Version vom 8. Dezember 2023, 00:51 Uhr
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 */ background-image: linear-gradient(#000000 50%, #f6f6f6 100%); } mw-content { background-color: #000000; color: #ffffff; } mw-body { background-color: #000000; color: #ffffff; } content { background-color: #000000; color: #ffffff; }