Quelltext der Seite MediaWiki:Gadget-Darkmode.css
Du bist aus den folgenden Gründen nicht berechtigt, die Seite zu bearbeiten:
Du kannst den Quelltext dieser Seite betrachten und kopieren:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 of the header to black */
color: #ffffff; /* Set the color of text to white */
}
000
1:0
Zurück zur Seite MediaWiki:Gadget-Darkmode.css.