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
19
20
21
22
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: #609; /* Set the color of visited links */
}
a.new {
color: #ff69ba; /* Set the color of redlinks */
}
a.new:visited {
color: #48d1cc; /* Set the color of visited redlinks */
}
.mw-body {
000
1:0
Zurück zur Seite MediaWiki:Gadget-Darkmode.css.