MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 12: Line 12:
display: none; /* remove all tools and wikistuff */
display: none; /* remove all tools and wikistuff */
}
}
#ca-talk { display:none!important; }
#ca-nstab-main { display:none!important; }

Revision as of 02:24, 28 December 2020

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

#mw-head-base,
#mw-page-base,
#mw-head,
#p-namespaces,
#footer,
.portal h5,
#p-tb,
#searchGoButton,
#mw-searchButton {
display: none; /* remove all tools and wikistuff */
}


#ca-talk { display:none!important; }

#ca-nstab-main { display:none!important; }