Difference between revisions of "MediaWiki:Monobook.css"

From Traveller Wiki - Science-Fiction Adventure in the Far future
Jump to navigation Jump to search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
+
/* Display text below main article header, located at MediaWiki:tagline */
 +
#siteSub {
 +
    display: inline;
 +
    font-size: 90%;
 +
    font-weight: normal;
 +
    font-style: italic;
 +
}
 +
 
 +
 
 +
/**Copied from the Quartz/Sapphire Wikia skin */
 +
.articleBar {
 +
background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/article_bars.gif) top left no-repeat;
 +
color: #FFF;
 +
}
 +
.articleBar div {
 +
background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/article_bars.gif) top right no-repeat;
 +
}
 +
.articleBar a {
 +
color: #000;
 +
}
 +
 
 +
/** Copied from the Monaco Wikia skin */
 +
.color1,.color1 a,.yui-panel .hd{background-color:#36C;color:white;}
 +
 
 +
#p-logo {
 +
  background: black;
 +
}

Latest revision as of 15:26, 5 November 2010

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}


/**Copied from the Quartz/Sapphire Wikia skin */
.articleBar {
	background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/article_bars.gif) top left no-repeat;
	color: #FFF;
}
.articleBar div {
	background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/article_bars.gif) top right no-repeat;
}
.articleBar a {
	color: #000;
}

/** Copied from the Monaco Wikia skin */
.color1,.color1 a,.yui-panel .hd{background-color:#36C;color:white;}

#p-logo {
   background: black;
}