Difference between revisions of "MediaWiki:Vector.css"

From comp.tf
Jump to navigation Jump to search
m (added custom ad css)
m (increase Vector sidebar width to accommodate ads)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
 
+
/* increase Vector sidebar width to accommodate ads */
/* CSS placed here will affect users of the Vector skin */
+
div#mw-panel { width: 12em; }
#customnavblocks-subsection {
+
div#footer, #mw-head-base, div#content { margin-left: 12em; }
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeF61yMEJACAQxMCN/Xfr/yIsaAfOJxC2UTPWS6f5gABhUTedBz7fGPSonIP/AAAAAElFTkSuQmCC");
+
#left-navigation { margin-left: 12em; }
    background-position: left top;
 
    background-repeat: no-repeat;
 
    font-size: 0.75em;
 
    padding-top: 0.1em;
 
}
 

Revision as of 16:53, 14 December 2015

/* CSS placed here will affect users of the Vector skin */

/* increase Vector sidebar width to accommodate ads */
div#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }