Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 13: | Line 13: | ||
div#mw-head { | div#mw-head { | ||
− | background: | + | background: red; |
} | } | ||
Revision as of 08:01, 4 February 2020
/* CSS placed here will be applied to all skins */ .toccolours { background-color: #000000; color: #ffcc33; } .mw-wiki-logo { background-image: url(https://www.fightasonemush.com/images/f/f6/Fight_as_One_MUSH_Logo.jpg); } body { background: red !important; } div#mw-head { background: red; } .mw-body { background-color: grey !important; } #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; }