Difference between revisions of "MediaWiki:Common.css"

From AIMux
Jump to: navigation, search
Line 35: Line 35:
 
}
 
}
  
.title {font-family: "Sirin Stencil", sans-serif; style: italic; weight: bold; font-size: 72px; text-shadow: 4px 4px 4px #aaa;}
+
.title {font-family: "Roboto Slab", sans-serif; style: italic; weight: bold; font-size: 72px; text-shadow: 4px 4px 4px #aaa;}

Revision as of 21:57, 12 January 2019

/* 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|Vast+Shadow|Expletus+Sans:700i");

/* 
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: 'Vast Shadow', cursive;
font-family: 'Sirin Stencil', cursive;
font-family: 'Emblema One', cursive;
*/


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: "Roboto Slab", sans-serif; style: italic; weight: bold; font-size: 72px; text-shadow: 4px 4px 4px #aaa;}