Difference between revisions of "MediaWiki:Monobook.css"
From synwaywiki
Line 5: | Line 5: | ||
#p-logo a, #p-logo a:hover { width: 20em; } | #p-logo a, #p-logo a:hover { width: 20em; } | ||
#p-cactions { left: 14.5em; } | #p-cactions { left: 14.5em; } | ||
− | .portlet { width: | + | .portlet { width: 20em; } |
div#column-content { margin-left: -14em; } | div#column-content { margin-left: -14em; } | ||
div#content { margin-left: 14em; } | div#content { margin-left: 14em; } |
Revision as of 11:11, 14 January 2015
/* CSS placed here will affect users of the MonoBook skin */ /* increase sidebar width */ #column-content { margin-left: -15em; } #column-content #content { margin-left: 15em; } #p-logo a, #p-logo a:hover { width: 20em; } #p-cactions { left: 14.5em; } .portlet { width: 20em; } div#column-content { margin-left: -14em; } div#content { margin-left: 14em; }