MediaWiki:Vector.css: Difference between revisions

From UrologySchool.com
Jump to navigation Jump to search
Created page with "→‎All CSS here will be loaded for users of the Vector skin: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }"
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
#content,
/* increase Vector sidebar width to accommodate ads */
#footer {
div#mw-panel { width: 12em; }
    margin-left: 11em;
div#p-Ads div.body {margin: 0em !important; }
}
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation {
#left-navigation { margin-left: 12em; }
    left: 11em;
}

Revision as of 13:09, 17 March 2024

/* All CSS here will be loaded for users of the Vector skin */
/* increase Vector sidebar width to accommodate ads */
div#mw-panel { width: 12em; }
div#p-Ads div.body {margin: 0em !important; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }