MediaWiki:Common.css

From AIMux
Revision as of 18:51, 21 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");

#content {

background-image: url("http://aimux.dune.net/w/images/ContentLeft.png"), url("http://aimux.dune.net/w/images/ContentTop.png");
background-repeat: repeat-y, repeat-x;
background-color: #D6EFFF;

}


#p-personal a[href]  {

background-image: none ;
background-color: #D6EFFF;

}


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/BGTile.png");
background-repeat: repeat;
background-color: #D6EFFF;

 }

#p-cactions {

background-clip: border-box;
background-color: #D6EFFF;

}

div#content div.thumb {         
outline: solid;
outline-style: none;	
background-color: #D6EFFF;

}

div#p-cactions li, div#p-cactions li a {

outline: solid;
outline-style: none;
background-color: #D6EFFF;
background-image: none ; 

}

div.vectorTabs span   {

outline: solid;
outline-style: none;
background-image: linear-gradient( #72A9D6, #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;
        vertical-align: middle;
        
}

.sidebar-headings {
        font-family: "Expletus Sans";
        font-size: 16px;
        color: #000000;
        text-shadow: 0px 0px 10px #FFFFFF;
}

.sidebar-heading1 {
        font-family: "Expletus Sans";
        font-size: 16px;
        color: #000000;
        padding-top: 10px;

}


ul.smw-format.ul-format.exampleclass {
    column-count: 2;
}