Difference between revisions of "MediaWiki:Common.css"

From DoSPT
Jump to: navigation, search
Line 7: Line 7:
  
 
/* increase sidebar width */
 
/* increase sidebar width */
#column-content { margin-top:0em; }
+
#p-logo a, #p-logo a:hover { width: 1em; }
#column-content #content { margin-left: 0em; }
 
#p-logo a, #p-logo a:hover { width: 10em; }
 
#p-cactions { left: 0em; }
 
.portlet { width: 0em; }
 
div#column-content { margin-top: -10em; }
 
div#content { margin-left: 10em; }
 

Revision as of 10:14, 10 September 2016

/* CSS placed here will be applied to all skins */


/* No talk tab */
#ca-talk { display:none!important; }


/* increase sidebar width */
#p-logo a, #p-logo a:hover { width: 1em; }