Difference between revisions of "MediaWiki:Vector.css"

From SimCity Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: div#mw-panel { width: 12em; } div#footer, #mw-head-base, div#content { margin-left: 12e...")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
/* widen the sidebar */
 
div#mw-panel {  
 
div#mw-panel {  
 
             width: 12em;  
 
             width: 12em;  
Line 9: Line 10:
 
             left: 12em;  
 
             left: 12em;  
 
}
 
}
 +
 +
/* background colors and whatnot */

Revision as of 12:22, 26 December 2013

/* CSS placed here will affect users of the Vector skin */
/* widen the sidebar */
div#mw-panel { 
             width: 12em; 
}
div#footer, #mw-head-base, div#content { 
             margin-left: 12em; 
}
#left-navigation { 
             left: 12em; 
}

/* background colors and whatnot */