MediaWiki:Common.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body {
background-color: #202122;
}
/* unvisited link */
/* gold */
a:link {
color: #FFD700;
}
/* visited link */
/* golden rod */
a:visited {
color: #DAA520;
}
/* changes links and text to green */
.green-text a:visited {
color:green;
}
.green-text a:link {
color:green;
}
.green-text style {
color:green;
}
/* changes links and text to red */
.red-text a:visited {
color:red;
}
.red-text a:link {
color:red;
}
.red-text style {
color:red;
}