Difference between revisions of "MediaWiki:Common.css"

From AIMux
Jump to: navigation, search
Line 38: Line 38:
 
}
 
}
  
.title {font-family: 'Courier', sans-serif; weight: bold; font-size: 72px; text-shadow: 4px 4px 4px #aaa;}
+
.title {font-family: 'Garamond', sans-serif; font-size: 72px; text-shadow: 4px 4px 4px #aaa;}

Revision as of 14: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|Voces|Exo|Expletus+Sans|Josefin+Sans|Roboto:400'|Emblema+One|Montserrat+Alternates:900i|Sirin+Stencil|Vast+Shadow);

/* 
font-family: 'Roboto Slab', serif; +++
font-family: 'Special Elite', cursive; ++
font-family: 'Voces', cursive; +++
font-family: 'Expletus Sans', cursive; 
font-family: 'Josefin Sans', sans-serif; +++
font-family: 'Exo', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Vast Shadow', cursive;
font-family: 'Sirin Stencil', cursive;
font-family: 'Emblema One', cursive;
font-family: 'Montserrat Alternates', sans-serif;
*/


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: 'Garamond', sans-serif; font-size: 72px; text-shadow: 4px 4px 4px #aaa;}