MediaWiki:Common.css: Difference between revisions

From Citizens Wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* increase sidebar width */
/* increase sidebar width */
#column-content { margin-left: -250px }
#column-content { margin-left: -19em }
#column-content #content { margin-left: 250px }
#column-content #content { margin-left: 19em }
#p-logo a, #p-logo a:hover { width: 250px }
#p-logo a, #p-logo a:hover { width: 19em }
#p-cactions { left: 200px }
#p-cactions { left: 18.5em }
.portlet { width: 150px }
.portlet { width: 18em }
div#column-content { margin-left: -150px }
div#column-content { margin-left: -18em }
div#content { margin-left: 150px }
div#content { margin-left: 18em }

Revision as of 10:26, 21 February 2012

/* CSS placed here will be applied to all skins */
/* increase sidebar width */
#column-content { margin-left: -19em }
#column-content #content { margin-left: 19em }
#p-logo a, #p-logo a:hover { width: 19em }
#p-cactions { left: 18.5em }
.portlet { width: 18em }
div#column-content { margin-left: -18em }
div#content { margin-left: 18em }