MediaWiki:Vector.css: Difference between revisions

From Comboanimals
Jump to navigation Jump to search
Created page with "→‎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; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
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 */
/* increase Vector sidebar width to accommodate ads */
/* increase Vector sidebar width to accommodate ads */
div#mw-panel { width: 12em; }
div#mw-panel { width: 12em; }

Latest revision as of 14:29, 19 October 2023

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