MediaWiki:Common.css: Difference between revisions

From FPArma Wiki
Jump to navigation Jump to search
(Created page with " →‎https://wiki.fparma.com/index.php?title=MediaWiki:Common.css&action=edit: h1, h2, h3, textarea, p { font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Seg...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
*/
*/
h1, h2, h3, textarea, p {
h1, h2, h3, textarea, p {
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif !important;
}
}
pre, code {
  font-family: Consolas, monaco, 'Courier New', monospace !important;
}
/* Hide Main Page Name */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Latest revision as of 05:44, 13 July 2017

/*

https://wiki.fparma.com/index.php?title=MediaWiki:Common.css&action=edit

*/
h1, h2, h3, textarea, p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif !important;
}

pre, code {
  font-family: Consolas, monaco, 'Courier New', monospace !important; 
}


/* Hide Main Page Name */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }