Difference between revisions of "MediaWiki:Vector.css"

From OpenMBD
Jump to: navigation, search
 
(10 intermediate revisions by 2 users 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 */
 
+
/**
/* increase Vector sidebar width */
+
div#mw-panel { width: 14em; }
div#mw-panel { width: 18em; }
+
div#footer, #mw-head-base, div#content { margin-left: 16em; }
div#footer { margin-left: 20em; }
+
#left-navigation { margin-left: 16em; }
#mw-head-base { margin-left: 10em; }
+
**/
div#content { margin-left: 20em; }
 
#left-navigation { margin-left: 20em; }
 

Latest revision as of 17:09, 25 April 2017

/* CSS placed here will affect users of the Vector skin */
/**
div#mw-panel { width: 14em; }
div#footer, #mw-head-base, div#content { margin-left: 16em; }
#left-navigation { margin-left: 16em; }
**/