MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Randomdata (talk | contribs) No edit summary |
Randomdata (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
color: #00FF00; | color: #00FF00; | ||
} | } | ||
div#bodyContent { | |||
background-color: #000000; | |||
color: #00FF00; | |||
} | |||
div#column-content { | |||
background-color: #000000; | |||
color: #00FF00; | |||
} | |||
:link { | :link { |
Revision as of 12:07, 22 March 2025
/* * 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: #00FF00; } h2 { background-color: #000000; color: #00FF00; } div#bodyContent { background-color: #000000; color: #00CC00; } div#toc { background-color: #000000; color: #00FF00; } div#bodyContent { background-color: #000000; color: #00FF00; } div#column-content { background-color: #000000; color: #00FF00; } :link { background-color: #000000; color: #00FF00; } :visited { background-color: #000000; color: #00FF00; } :link.internal { background-color: #000000; color: #00FF00; } :link.new { background-color: #000000; color: #00FF00; } :link.extiw { background-color: #000000; color: #00FF00; } mw-list-item { background-color: #000000; color: #00FF00; }