MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif !important; | 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; }