User:AndrewNeo/monobook.css

From Homestar Runner Wiki

< User:AndrewNeo
Revision as of 17:03, 4 June 2006 by AndrewNeo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Safari: press Cmd-Option-E
  • IE: hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: simply click the Reload button, or press F5
  • Opera users may need to completely clear their cache in Tools→Preferences.
 .MainPageKnowledgeBaseBox {
    background: url(/skins/common/images/homestar-background.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
 }

 .MainPageKnowledgeBaseBox h3 {
    margin: 0 -.3em;
    padding: .3em;
    font-size: 120%;
    background: url(/skins/common/images/header-background-star-red.gif) no-repeat bottom right #fcc;
    border: 1px solid #f66;
 }

 /* MainPageWhatsNewBox is the current name; MainPageWikiStuffBox is a legacy name */

 .MainPageWhatsNewBox, .MainPageWikiStuffBox {
    background: url(/skins/common/images/strongbad-background.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
 }

 .MainPageWhatsNewBox h3, .MainPageWikiStuffBox h3 {
    margin: 0 -.3em;
    padding: .3em;
    font-size: 120%;
    background: url(/skins/common/images/header-background-star-blue.gif) no-repeat bottom right #ccf;
    border: 1px solid #66f;
 }

 .IntroPageBox {
    background: url(/skins/common/images/thecheat-background.gif);
    background-color: #ffe;
    background-repeat: no-repeat;
    background-position: bottom right;
 }