MediaWiki:Gadget-Darkmode.css: Unterschied zwischen den Versionen
Aus SchnuppTrupp
(Änderung 191077 von Bowserkor (Diskussion) rückgängig gemacht.) |
(Änderung 191076 von Bowserkor (Diskussion) rückgängig gemacht.) |
||
| Zeile 5: | Zeile 5: | ||
a { | a { | ||
| − | color: # | + | color: #1a0dab; /*Set the color of links to blue */ |
} | } | ||
a:visited { | a:visited { | ||
color: #609; /* Set the color of visited links to purple */ | color: #609; /* Set the color of visited links to purple */ | ||
| + | } | ||
| + | |||
| + | mw-head { | ||
| + | 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 textarea { | ||
| + | background-color: #000000; | ||
| + | color: #ffffff; | ||
} | } | ||
Version vom 8. Dezember 2023, 01:29 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 {
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 textarea {
background-color: #000000;
color: #ffffff;
}