Difference between revisions of "MediaWiki:Common.css"

From epsciwiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: <style> @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Righteous&display=swap'); </style>")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
<style>
+
 
 +
/* 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');
</style>
+
@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; }

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