MediaWiki:Common.css: Difference between revisions

From Renesas.info
No edit summary
No edit summary
Line 17: Line 17:


//#content h1 { color: #282A9D; font-size: 30px; font-family: "Helvetica"; }
//#content h1 { color: #282A9D; font-size: 30px; font-family: "Helvetica"; }
//#content h1 { color: #282A9D; font-size: 30px; font-family: "Lucida Bright"; }
#content h1 { color: #282A9D; font-size: 30px; font-family: "Lucida Bright"; }
#content h1 { color: #282A9D; font-size: 30px; font-family: "Times New Roman"; }
//#content h1 { color: #282A9D; font-size: 30px; font-family: "Times New Roman"; }


/* font-size: 12px; */
/* font-size: 12px; */

Revision as of 17:25, 27 April 2021

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

/* https://www.mediawiki.org/wiki/Manual:Remove_Tabs */
#ca-nstab-main { display: none !important; }
#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; }


//.mw-body-content h2 { font:italic bold 12px/30px Georgia, serif; }

//#content h1 { color: #282A9D; font-size: 30px; font-family: "Helvetica"; }
#content h1 { color: #282A9D; font-size: 30px; font-family: "Lucida Bright"; }
//#content h1 { color: #282A9D; font-size: 30px; font-family: "Times New Roman"; }

/* font-size: 12px; */