Difference between revisions of "MediaWiki:Monobook.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Monobook skin: increase sidebar width: #column-content { margin-left: -15em; } #column-content #content { margin-left: 15em;...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
 
/* increase sidebar width */
 
/* increase sidebar width */
#column-content { margin-left: -15em; }
+
#column-content { margin-left: -14em; }
#column-content #content { margin-left: 15em; }
+
#column-content #content { margin-left: 14em; }
#p-logo a, #p-logo a:hover { width: 15em; }
+
#p-logo a, #p-logo a:hover { width: 14em; }
#p-cactions { left: 14.5em; }
+
#p-cactions { left: 13.5em; }
.portlet { width: 14em; }
+
.portlet { width: 13em; }
div#column-content { margin-left: -14em; }
+
div#column-content { margin-left: -13em; }
div#content { margin-left: 14em; }
+
div#content { margin-left: 13em; }

Latest revision as of 02:56, 4 September 2013

/* CSS placed here will affect users of the Monobook skin */
/* increase sidebar width */
#column-content { margin-left: -14em; }
#column-content #content { margin-left: 14em; }
#p-logo a, #p-logo a:hover { width: 14em; }
#p-cactions { left: 13.5em; }
.portlet { width: 13em; }
div#column-content { margin-left: -13em; }
div#content { margin-left: 13em; }