MediaWiki:Common.css
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.
/*
* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/
/* Force lining numbers in headers (for fonts like Georgia) */
h1 {
background-color: #000000;
color: #ABCA4B;
}
h2 {
background-color: #000000;
color: #ABCA4B;
}
div#bodyContent {
background-color: #000000;
color: #ABCA4B;
}
div#toc {
background-color: #000000;
color: #ABCA4B;
}
:link {
background-color: #000000;
color: #ABFF4B;
}
:visited {
background-color: #000000;
color: #ABFF33;
}
:link.internal {
background-color: #000000;
color: #00FF00;
}
:link.new {
background-color: #000000;
color: #ABCA4B;
}
:link.extiw {
background-color: #000000;
color: #00FF00;
}
mw-list-item {
background-color: #FF0000;
color: #ABCA4B;
}