MediaWiki:Monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(+semantic CSS class names. It was buggin' me.)
Line 11: Line 11:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: bottom right;
     background-position: bottom right;
 +
}
 +
 +
#siteNotice {
 +
    border-top: 1px dashed gray;
}
}

Revision as of 20:59, 2 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;
}

#siteNotice {
    border-top: 1px dashed gray;
}
Personal tools