Difference between revisions of "MediaWiki:Common.css"

From AIMux
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Concert+One|Federo|Forum|Mitr|Orbitron|Quando|Roboto+Slab|Special+Elite|Tenor+Sans|Voces');
+
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Concert+One|Federo|Forum|Orbitron|Quando|Roboto+Slab|Special+Elite|Tenor+Sans|Voces');
  
 
font-family: 'Orbitron', sans-serif;
 
font-family: 'Orbitron', sans-serif;
font-family: 'Mitr', sans-serif;
 
 
font-family: 'Tenor Sans', sans-serif;
 
font-family: 'Tenor Sans', sans-serif;
 
font-family: 'Federo', sans-serif;
 
font-family: 'Federo', sans-serif;
Line 15: Line 14:
 
font-family: 'Baloo Chettan', cursive;
 
font-family: 'Baloo Chettan', cursive;
  
div #Mitr {font-family: 'Mitr', sans-serif;}
+
body {font-family: "Orbritron, sans-serif}
 +
/* changes the default font used for MediaWiki (does not include headings or monospaced text) */
  
 
+
div#content h1, div#content h2 {font-family: "Oribitron", serif}
body {font-family: 'Mitr', sans-serif;
+
/* changes the default font used for MediaWiki headings */
      font-size: 100%}
 

Revision as of 15:55, 5 January 2019

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

@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Concert+One|Federo|Forum|Orbitron|Quando|Roboto+Slab|Special+Elite|Tenor+Sans|Voces');

font-family: 'Orbitron', sans-serif;
font-family: 'Tenor Sans', sans-serif;
font-family: 'Federo', sans-serif;
font-family: 'Quando', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Special Elite', cursive;
font-family: 'Concert One', cursive;
font-family: 'Forum', cursive;
font-family: 'Voces', cursive;
font-family: 'Baloo Chettan', cursive;

body {font-family: "Orbritron, sans-serif}
/* changes the default font used for MediaWiki (does not include headings or monospaced text) */

div#content h1, div#content h2 {font-family: "Oribitron", serif}
/* changes the default font used for MediaWiki headings */