Difference between revisions of "MediaWiki:Common.css"

From epsciwiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
.baloo {font-family: 'Baloo Bhai 2', cursive;}
 
.baloo {font-family: 'Baloo Bhai 2', cursive;}
.righteous {font-family: 'Righteous', cursive; margin: 0px 0px;}
+
.righteous {font-family: 'Righteous', cursive;}

Revision as of 14:30, 9 April 2020

/* CSS placed here will be applied to all skins */

/* 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; }

/* 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;}