Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | |||
− | |||
/* Fonts imported from Google */ | /* Fonts imported from Google */ | ||
Line 9: | Line 7: | ||
.baloo {font-family: 'Baloo Bhai 2', cursive;} | .baloo {font-family: 'Baloo Bhai 2', cursive;} | ||
.righteous {font-family: 'Righteous', cursive;} | .righteous {font-family: 'Righteous', cursive;} | ||
+ | |||
+ | /* This hides the "Main Page" header on the top of the main page of the wiki */ | ||
+ | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } |
Revision as of 14:32, 9 April 2020
/* CSS placed here will be applied to all skins */
/* Fonts imported from Google */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Righteous&display=swap');
.baloo {font-family: 'Baloo Bhai 2', cursive;}
.righteous {font-family: 'Righteous', cursive;}
/* This hides the "Main Page" header on the top of the main page of the wiki */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }