Difference between revisions of "MediaWiki:Common.css"

From AIMux
Jump to: navigation, search
Line 6: Line 6:
 
body {font-family: "Josefin Sans", sans-serif}
 
body {font-family: "Josefin Sans", sans-serif}
 
/* changes the default font used for MediaWiki (does not include headings or monospaced text) */
 
/* changes the default font used for MediaWiki (does not include headings or monospaced text) */
 +
 +
body h1, {{border: none}}
 +
  
 
div#content h1, div#content h2 {font-family: "Expletus Sans", sans-serif}
 
div#content h1, div#content h2 {font-family: "Expletus Sans", sans-serif}

Revision as of 18:46, 15 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) */

body h1, {{border: none}}


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