(Created page with "→‎CSS placed here will affect users of the Vector skin: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }")
 
No edit summary
 
(15 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 */


#content,
/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
#footer {
 
    margin-left: 11em;
div#mw-panel { width: 13em; }
}
div#footer, #mw-head-base, div#content { margin-left: 13em; }
#left-navigation {
#left-navigation { margin-left: 13em; }
    left: 11em;
}

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; }