Difference between revisions of "MediaWiki:Common.css"
From DoSPT
Miguel Caro (talk | contribs) |
Miguel Caro (talk | contribs) |
||
| Line 6: | Line 6: | ||
| − | /* | + | /* increase sidebar width */ |
| − | #p-logo { | + | #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 10:09, 10 September 2016
/* CSS placed here will be applied to all skins */
/* No talk tab */
#ca-talk { display:none!important; }
/* 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; }