Difference between revisions of "MediaWiki:Common.css"
From CrowdSociety
Line 2: | Line 2: | ||
/* To change the background colors of only the text areas of all the pages */ | /* To change the background colors of only the text areas of all the pages */ | ||
− | |||
body{background-image:none} | body{background-image:none} | ||
− | # | + | /* increase sidebar width */ |
− | + | #column-content { margin-left: -15em; } | |
− | } | + | #column-content #content { margin-left: 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; } |
Revision as of 21:32, 24 November 2014
/* CSS placed here will be applied to all skins */ /* To change the background colors of only the text areas of all the pages */ body{background-image:none} /* increase sidebar width */ #column-content { margin-left: -15em; } #column-content #content { margin-left: 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; }