Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
(Add articleBar header from Quartz/Sapphire skin) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 18: | Line 18: | ||
.articleBar a { | .articleBar a { | ||
color: #000; | 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;
}