Difference between revisions of "MediaWiki:Common.css"

From epsciwiki
Jump to navigation Jump to search
 
Line 4: Line 4:
 
/* Fonts imported from Google */
 
/* 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');
 +
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&family=Vast+Shadow&display=swap');
  
 
.baloo {font-family: 'Baloo Bhai 2', cursive;}
 
.baloo {font-family: 'Baloo Bhai 2', cursive;}
 
.righteous {font-family: 'Righteous', cursive;}
 
.righteous {font-family: 'Righteous', cursive;}
 +
.orbitron {font-family: 'Orbitron', sans-serif;}
 +
.vast_shadow {font-family: 'Vast Shadow', cursive;}
 +
  
 
/* This hides the "Main Page" header on the top of the main page of the wiki */
 
/* 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; }
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Latest revision as of 14:44, 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');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&family=Vast+Shadow&display=swap');

.baloo {font-family: 'Baloo Bhai 2', cursive;}
.righteous {font-family: 'Righteous', cursive;}
.orbitron {font-family: 'Orbitron', sans-serif;}
.vast_shadow {font-family: 'Vast Shadow', 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; }