Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Chetanmurti (talk | contribs) |
Chetanmurti (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | @import url('https://fonts.googleapis.com/css?family=Cantarell'); | + | @import url('https://fonts.googleapis.com/css?family=Cantarell:400,400i,700,700i''); |
body {font-family: 'Cantarell', sans-serif;} | body {font-family: 'Cantarell', sans-serif;} |
Revision as of 08:23, 27 October 2018
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css?family=Cantarell:400,400i,700,700i''); body {font-family: 'Cantarell', sans-serif;} /* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ div#content h1, div#content h2 {font-family: 'Cantarell', sans-serif} /* changes the default font used for MediaWiki headings to Cantarell Sans-Serif */ #ca-talk { display:none!important; } #ca-history, #ca-viewsource, #ca-view, #ca-nstab-main { display:none!important; } #footer-poweredbyico, #footer-info, #p-tb { display: none; } #p-personal #pt-anonuserpage, #pt-anontalk, #pt-anoncontribs { display: none;} .mw-editsection {display:none} body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }