Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
(Add articleBar header from Quartz/Sapphire skin) |
m (Add .color1 as class for Monobook) |
||
| Line 19: | Line 19: | ||
color: #000; | color: #000; | ||
} | } | ||
| + | |||
| + | /** Copied from the Monaco Wikia skin */ | ||
| + | .color1,.color1 a,.yui-panel .hd{background-color:#36C;color:white;} | ||
Revision as of 15:52, 12 June 2008
/* 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;}