MediaWiki:Vector.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
#mw-head-base {
    background-color: #FFFBE6;
}
#mw-panel {
    background-color: #FFFBE6;
}
#content {
    background-color: #ECF2CE;
}

Revision as of 22:39, 26 March 2016

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

#mw-head-base {
     background-color: #FFFBE6; 
}

#mw-panel {
     background-color: #FFFBE6; 
}

#content {
     background-color: #ECF2CE; 
}