Difference between revisions of "MediaWiki:Vector.css"
From DDUtilV3
(Created page with "→CSS placed here will affect users of the Vector skin: →increase Vector sidebar width: div#mw-panel {width:12em;} div#footer, #mw-head-base, div#content {margin-left: ...") |
|||
(4 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 */ | ||
/* increase Vector sidebar width */ | /* increase Vector sidebar width */ | ||
− | div#mw-panel {width: | + | div#mw-panel {width:11em;} |
− | div#footer, #mw-head-base, div#content {margin-left: | + | div#footer, #mw-head-base, div#content {margin-left: 11em;} |
− | #left-navigation {left: | + | #left-navigation {left: 11em;} |
+ | /* added 8/9/15 MW 1.25.0 */ | ||
+ | /*font: 2em "Open Sans", sans-serif;*/ |
Latest revision as of 09:09, 9 August 2015
/* CSS placed here will affect users of the Vector skin */ /* increase Vector sidebar width */ div#mw-panel {width:11em;} div#footer, #mw-head-base, div#content {margin-left: 11em;} #left-navigation {left: 11em;} /* added 8/9/15 MW 1.25.0 */ /*font: 2em "Open Sans", sans-serif;*/