Difference between revisions of "MediaWiki:Common.css"

From AIMux
Jump to: navigation, search
Line 2: Line 2:
  
 
@import url("https://fonts.googleapis.com/css?family=Special+Elite|Expletus+Sans|Josefin+Sans|Fredericka+the+Great|Montserrat+Alternates");
 
@import url("https://fonts.googleapis.com/css?family=Special+Elite|Expletus+Sans|Josefin+Sans|Fredericka+the+Great|Montserrat+Alternates");
 +
 +
#content {
 +
background-color: #D6EFFF;
 +
 +
}
  
 
#p-navigation, #p-Wiki_Resources, #p-search, #p-tb {
 
#p-navigation, #p-Wiki_Resources, #p-search, #p-tb {

Revision as of 21:10, 16 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");

#content {
background-color: #D6EFFF;

}

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