MediaWiki:Monobook.css
From Homestar Runner Wiki
(Difference between revisions)
m (Fixing silhouettes on Main Page.) |
(+semantic CSS class names. It was buggin' me.) |
||
| Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
| - | . | + | .MainPageKnowledgeBaseBox { |
background: url(/stylesheets/monobook/homestar-background.gif); | background: url(/stylesheets/monobook/homestar-background.gif); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Line 7: | Line 7: | ||
} | } | ||
| - | . | + | .MainPageWikiStuffBox { |
background: url(/stylesheets/monobook/strongbad-background.gif); | background: url(/stylesheets/monobook/strongbad-background.gif); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom right; | background-position: bottom right; | ||
} | } | ||
Revision as of 19:56, 1 December 2004
/* edit this file to customize the monobook skin for the entire site */
.MainPageKnowledgeBaseBox {
background: url(/stylesheets/monobook/homestar-background.gif);
background-repeat: no-repeat;
background-position: bottom right;
}
.MainPageWikiStuffBox {
background: url(/stylesheets/monobook/strongbad-background.gif);
background-repeat: no-repeat;
background-position: bottom right;
}
