Difference between revisions of "MediaWiki:Common.css"

From KB
Jump to: navigation, search
Line 7: Line 7:
 
#ca-history { display:none!important; }
 
#ca-history { display:none!important; }
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 
/*HIDE TOOLBAR*/
 
#column-content { margin: 0 0 .6em 0; }
 
#content { margin: 2.8em 0 0 0; }
 
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
 
#p-cactions { left: .1em; }
 

Revision as of 08:54, 8 June 2012

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

/*HIDE MEDIAWIKI SYMBOL*/
#f-poweredbyico { display: none; }

/*HIDE TABS*/
#ca-history { display:none!important; }
#ca-talk { display:none!important; }