MediaWiki:Common.css: Difference between revisions

From Renesas.info
No edit summary
No edit summary
Line 9: Line 9:
element { font-family: "Calibri"; }
element { font-family: "Calibri"; }
/* body {  font-family: "Arial", sans-serif; } */
/* body {  font-family: "Arial", sans-serif; } */
/* Hide the main page title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Revision as of 21:29, 26 April 2021

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

/* https://www.mediawiki.org/wiki/Manual:Remove_Tabs */

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

element { font-family: "Calibri"; }
/* body {  font-family: "Arial", sans-serif; } */

/* Hide the main page title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }