Difference between revisions of "MediaWiki:Monobook.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
 
(One intermediate revision 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: -17em; }
+
#column-content { margin-left: -14em; }
#column-content #content { margin-left: 17em; }
+
#column-content #content { margin-left: 14em; }
#p-logo a, #p-logo a:hover { width: 17em; }
+
#p-logo a, #p-logo a:hover { width: 14em; }
#p-cactions { left: 16.5em; }
+
#p-cactions { left: 13.5em; }
.portlet { width: 16em; }
+
.portlet { width: 13em; }
div#column-content { margin-left: -16em; }
+
div#column-content { margin-left: -13em; }
div#content { margin-left: 16em; }
+
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; }