MediaWiki:Vector.css: Difference between revisions

From ICTED-WIKI
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; }"
 
mNo edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* increase Vector sidebar width to accommodate ads */
#content,
div#mw-panel { width: 12em; }
#footer {
div#p-Ads div.body {margin: 0em !important; }
    margin-left: 11em;
div#footer, #mw-head-base, div#content { margin-left: 12em; }
}
#left-navigation { margin-left: 12em; }
#left-navigation {
    left: 11em;
}

Latest revision as of 04:14, 21 November 2024

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