Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
(Add articleBar header from Quartz/Sapphire skin) |
|||
| Line 5: | Line 5: | ||
font-weight: normal; | font-weight: normal; | ||
font-style: italic; | 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; | ||
} | } | ||
Revision as of 17:20, 20 November 2007
/* 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;
}