MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
} | } | ||
div.vectorTabs span, | div.vectorTabs span, li.new { | ||
background-image: none; | background-image: none; | ||
background color: #d1c4e9; | background color: #d1c4e9; | ||
} | } | ||
Revision as of 14:46, 17 September 2015
/* CSS placed here will be applied to all skins */
body {
background-color: #ede7f6;
}
#mw-page-base {
background-image: none;
background-color: #ede7f6;
}
div.vectorTabs li.selected {
background-image: none;
background-color: #ede7f6;
}
div.vectorTabs span, li.new {
background-image: none;
background color: #d1c4e9;
}