MediaWiki:Monobook.css: Difference between revisions
From Ephinea PSO Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
/* increase sidebar width */ | /* increase sidebar width */ | ||
#column-content { margin-right: -15em; } | #column-content { margin-right: -15em; } | ||
#column-content #content { margin- | #column-content #content { margin-right: 15em; } | ||
#p-logo a, #p-logo a:hover { width: 15em; } | #p-logo a, #p-logo a:hover { width: 15em; } | ||
#p-cactions { left: 14.5em; } | #p-cactions { left: 14.5em; } |
Revision as of 00:00, 18 July 2017
/* CSS placed here will affect users of the MonoBook skin */ /* increase sidebar width */ #column-content { margin-right: -15em; } #column-content #content { margin-right: 15em; } #p-logo a, #p-logo a:hover { width: 15em; } #p-cactions { left: 14.5em; } .portlet { width: 14em; } div#column-content { margin-left: -14em; } div#content { margin-left: 14em; }