MediaWiki:Common.css

From Renesas.info
Revision as of 12:09, 28 March 2022 by Wiki admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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; }
element { font-family: font-family: "Open Sans",Helvetica,Arial,"Lucida Grande","Nimbus Sans L","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; }


/////////// Fonts ///////////////
// renesas.com fonts:  font-family: "Open Sans",Helvetica,Arial,"Lucida Grande","Nimbus Sans L","sans-serif";

//.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"; }
#content h1 { color: #282A9D; font-family: "Lucida Bright"; }

#content h1 { color: #282A9D; font-family: "Open Sans",Helvetica,Arial,"Lucida Grande","Nimbus Sans L","sans-serif"; }

//#content h2 { color: #282A9D; font-family: "Lucida Bright"; }
//#content h2 { font-family: "Lucida Bright"; }
#content h2 { font-family: "Open Sans",Helvetica,Arial,"Lucida Grande","Nimbus Sans L","sans-serif"; }

/* font-size: 12px; */