Difference between revisions of "MediaWiki:Common.css"
From DoSPT
Miguel Caro (talk | contribs) |
Miguel Caro (talk | contribs) |
||
| Line 7: | Line 7: | ||
/* increase sidebar width */ | /* increase sidebar width */ | ||
| − | #column-content { margin- | + | #column-content { margin-top:0em; } |
| − | #column-content #content { margin-left: | + | #column-content #content { margin-left: 0em; } |
| − | #p-logo a, #p-logo a:hover { width: | + | #p-logo a, #p-logo a:hover { width: 0em; } |
| − | #p-cactions { left: | + | #p-cactions { left: 0em; } |
| − | .portlet { width: | + | .portlet { width: 0em; } |
| − | div#column-content { margin-left: | + | div#column-content { margin-left: 0em; } |
| − | div#content { margin-left: | + | div#content { margin-left: 0em; } |
Revision as of 10:10, 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-top:0em; }
#column-content #content { margin-left: 0em; }
#p-logo a, #p-logo a:hover { width: 0em; }
#p-cactions { left: 0em; }
.portlet { width: 0em; }
div#column-content { margin-left: 0em; }
div#content { margin-left: 0em; }