MediaWiki:Monobook.css: Difference between revisions
From Exploitee.rs
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..." |
No edit summary |
||
| Line 4: | Line 4: | ||
#column-content { margin-left: -15em; } | #column-content { margin-left: -15em; } | ||
#column-content #content { margin-left: 15em; } | #column-content #content { margin-left: 15em; } | ||
#p-logo a, #p-logo a:hover { width: 15em; } | #p-logo a, #p-logo a:hover { width: 15em; background-size: 250px;} | ||
#p-cactions { left: 14.5em; } | #p-cactions { left: 14.5em; } | ||
.portlet { width: 14em; } | .portlet { width: 14em; } | ||
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 13:20, 31 December 2014
/* 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: 15em; background-size: 250px;}
#p-cactions { left: 14.5em; }
.portlet { width: 14em; }
div#column-content { margin-left: -14em; }
div#content { margin-left: 14em; }