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=Roboto+Slab|Special+Elite|Expletus+Sans|Josefin+Sans|Roboto:400'|Emblema+One|Sirin+Stencil|Fredericka+the+Great|Montserrat+Alternates|Orbitron|Federant|Cinzel+Decorative|Rye");
+
@import url("https://fonts.googleapis.com/css?family=Special+Elite|Expletus+Sans|Josefin+Sans|Fredericka+the+Great|Montserrat+Alternates");
 
 
/*
 
font-family: 'Roboto Slab', serif; +++
 
font-family: 'Special Elite', cursive; ++
 
font-family: 'Expletus Sans', cursive;
 
font-family: 'Josefin Sans', sans-serif; +++
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Sirin Stencil', cursive;
 
font-family: 'Fredericka the Great', cursive;
 
font-family: 'Montserrat Alternates', sans-serif;
 
*/
 
  
  

Revision as of 21:09, 14 January 2019

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

@import url("https://fonts.googleapis.com/css?family=Special+Elite|Expletus+Sans|Josefin+Sans|Fredericka+the+Great|Montserrat+Alternates");


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

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

body, http, #mw-page-base, #mw-head-base  {

background-image: url("http://aimux.dune.net/w/images/BG.jpg");
background-color: white
background-repeat: repeat;

 }

 .watermark { background-image :url("http://aimux.dune.net/w/images/Watermark.png");
background-position: center;
background-repeat: no-repeat space;
background-color: white;
}

.title {font-family: "Fredericka the Great", sans-serif; style: italic; weight: bold; font-size: 72px; text-shadow: 4px 4px 4px #aaa;}