Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
background-image: none; | background-image: none; | ||
font-family: Verdana,Geneva,sans-serif; | font-family: Verdana,Geneva,sans-serif; | ||
+ | } | ||
+ | |||
+ | div#mw-head { | ||
+ | background-color: #F9F9F9; | ||
} | } | ||
div.vectorTabs { | div.vectorTabs { | ||
+ | background-color: #F9F9F9; | ||
background-image: none; | background-image: none; | ||
} | } | ||
#mw-head-base { | #mw-head-base { | ||
+ | background-color: #F9F9F9; | ||
background-image: none; | background-image: none; | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 10:22, 17 June 2013
/* CSS placed here will be applied to all skins */ body { background-color: #F9F9F9; background-image: none; font-family: Verdana,Geneva,sans-serif; } div#mw-head { background-color: #F9F9F9; } div.vectorTabs { background-color: #F9F9F9; background-image: none; } #mw-head-base { background-color: #F9F9F9; background-image: none; } div.vectorTabs ul li { background-color: #F9F9F9; background-image: none; }