MediaWiki:Common.css: Difference between revisions

From Citizens Wiki

(Created page with "→‎CSS placed here will be applied to all skins: →‎increase sidebar width: #column-content { margin-left: -15em } #column-content #content { margin-left: 15em } #p-logo a, #...")
 
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: -15em }
#column-content { margin-left: -20em }
#column-content #content { margin-left: 15em }
#column-content #content { margin-left: 20em }
#p-logo a, #p-logo a:hover { width: 15em }
#p-logo a, #p-logo a:hover { width: 20em }
#p-cactions { left: 14.5em }
#p-cactions { left: 19.5em }
.portlet { width: 14em }
.portlet { width: 19em }
div#column-content { margin-left: -14em }
div#column-content { margin-left: -19em }
div#content { margin-left: 14em
div#content { margin-left: 19em

Revision as of 15:52, 20 February 2012

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