Difference between revisions of "MediaWiki:Common.css"

From epsciwiki
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 */
  
 +
/* 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');
 
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Righteous&display=swap');
 
  
 
.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; margin: 0px 0px;}

Revision as of 14:29, 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; margin: 0px 0px;}