MediaWiki:Common.css

From AIMux
Revision as of 21:08, 16 January 2019 by AIMux (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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");

#p-navigation, #p-Wiki_Resources, #p-search, #p-tb {

background-image: none ; 

}

#p-personal a[href]  {

background-image: none ;

}


/* #p-logo, #mw-head-base,  {background-image: none;} */


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, #p-logo {

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

 }


#p-search, #p-cactions {background-color: #D6EFFF;}


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

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

.sidebar {

font-family: "Josefin Sans", sans-serif;

}

.sidebar a:link.new { color: #FF7777 !IMPORTANT; }


.sidebar-title {
	background-color: #FFFF00;      /* Level 1 color */
        color: #000000;
        font-family: "Expletus Sans";
        font-size: 20px;
}

.sidebar-headings {
        font-family: "Expletus Sans";
        font-size: 16px;
}