Difference between revisions of "MediaWiki:Vector.css"

From HandiFox Online Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: #mw-body { background-color: red; }")
 
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-body {
+
#content { background-color: #e6ffb4; }
    background-color: red;
 
}
 

Revision as of 19:05, 16 January 2018

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

#content { background-color: #e6ffb4; }