MediaWiki:Vector.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* Top of screen */
#mw-head-base {
    background-color: #FFF2E6;
}
/* Logo Space */
#p-logo {
    background-color: #FFF2E6;
}
/* Sidebar */
#mw-panel {
    background-color: #FFF2E6;
}
/* Main content panel */
#content {
    background-color: #ECF2CE;
}
/* Bottom of screen */
#footer {
    background-color: #FFF2E6;
}

Latest revision as of 21:33, 4 January 2017

/* CSS placed here will affect users of the Vector skin */