Difference between revisions of "MediaWiki:Vector.css"

From SimCity Wiki
Jump to: navigation, search
Line 21: Line 21:
  
 
div#p-.portal {
 
div#p-.portal {
             margin: -10em;
+
             margin-left: 0em;
  
 
}
 
}
  
 
/* background colors and whatnot */
 
/* background colors and whatnot */

Revision as of 19:23, 5 July 2016

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

div#mw-panel div.portal {
  padding-bottom: 5px;
}

div#p-namespaces {
            margin-left: 1em;

}

div#p-.portal {
            margin-left: 0em;

}

/* background colors and whatnot */