MediaWiki:Vector.css: Difference between revisions
No edit summary |
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 */ | ||
# | /* Override Vector colour scheme to make it dark (compiled from modified LESS code) */ | ||
#footer { | |||
div#mw-panel { width: 13em; } | |||
} | div#footer, #mw-head-base, div#content { margin-left: 13em; } | ||
#left-navigation { | #left-navigation { margin-left: 13em; } | ||
} |
Latest revision as of 19:48, 7 October 2016
/* CSS placed here will affect users of the Vector skin */ /* Override Vector colour scheme to make it dark (compiled from modified LESS code) */ div#mw-panel { width: 13em; } div#footer, #mw-head-base, div#content { margin-left: 13em; } #left-navigation { margin-left: 13em; }