MediaWiki:Common.css: Difference between revisions

From Kings of New York
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
background-color: #ede7f6;
}
#main-nav-area {
background-color: #673ab7;
}
li.main-nav-li a {
color: #fff;
}
li.active.main-nav-li a {
background-color: #ede7f6;
color: #555;
}

Latest revision as of 10:30, 18 September 2015

/* CSS placed here will be applied to all skins */