MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Randomdata (talk | contribs) Created page with "→* 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, h2, .firstHeading { font-variant-numeric: lining-nums; } →Consistent size for sub/sup: .mw-body sub, .mw-body sup { font-size: 80%; } →Public Domain background in the Help namespace: .action-view.ns-12 #bodyContent { background..." |
Randomdata (talk | contribs) No edit summary |
||
(39 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
*/ | */ | ||
#column-content, #column-one { | |||
background-color: #00FF00; | |||
} | } | ||
h1 { | |||
background-color: #ABCA4B; | |||
} | } | ||
h2 { | |||
background-color: #ABCA4B; | |||
} | } | ||
:link.new { | |||
color: #FF1111; | |||
} | } | ||
mw-panel a:visited, | |||
p-personal a:visited, | |||
p-search a:visited { | |||
background-color: #00FF00; | |||
} | } |
Latest revision as of 12:42, 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. */ #column-content, #column-one { background-color: #00FF00; } h1 { background-color: #ABCA4B; } h2 { background-color: #ABCA4B; } :link.new { color: #FF1111; } mw-panel a:visited, p-personal a:visited, p-search a:visited { background-color: #00FF00; }