MediaWiki:Gadget-Darkmode.css: Unterschied zwischen den Versionen
Aus SchnuppTrupp
Zeile 16: | Zeile 16: | ||
} | } | ||
− | .new | + | a.new:visited { |
color: #e0ffff; /* Set the color of visited redlinks */ | color: #e0ffff; /* Set the color of visited redlinks */ | ||
+ | } | ||
+ | |||
+ | .external { | ||
+ | color: #daa520; /*Set the color of links */ | ||
+ | } | ||
+ | |||
+ | .external:visited { | ||
+ | color: #00fa9a; /* Set the color of visited links */ | ||
} | } | ||
Version vom 8. Dezember 2023, 03:05 Uhr
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 */ } .external { color: #daa520; /*Set the color of links */ } .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; background-color: #000000; } .wikiEditor-ui { color: #ffffff; background-color: #000000; } .vectorTabs { color: #ffffff; background-color: #000000; } .selflink { color:#000000 } .mw-code { color: #ffffff; background-color: #000000; }