Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
+ | /* CSS placed here will be applied to all skins */ | ||
+ | .toccolours { | ||
+ | } | ||
body { | body { | ||
background: grey; | background: grey; |
Revision as of 07:46, 4 February 2020
/* CSS placed here will be applied to all skins */ .toccolours { } body { background: grey; } div#mw-head { background: grey; } .mw-body { background-color: grey; } #left-navigation div.vectorTabs li.selected a, #right-navigation div.vectorTabs li.selected a, #left-navigation div.vectorTabs li.selected a:visited, #right-navigation div.vectorTabs li.selected a:visited { background: dimgrey; } #left-navigation div.vectorTabs li.new a, #right-navigation div.vectorTabs li.new a, #left-navigation div.vectorTabs li.new a:visited, #right-navigation div.vectorTabs li.new a:visited { background: dimgrey; } #left-navigation div.vectorTabs li a, #right-navigation div.vectorTabs li a { background: dimgrey; }