User:Phlip/monobook.css

From Homestar Runner Wiki

< User:Phlip
Revision as of 12:55, 7 April 2006 by Phlip (Talk | contribs)
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.
#p-logo { position: fixed; }
#p-nav, #p-navigation { position: fixed; top: 160px }
#p-search { position: fixed; top: 320px }
#p-tb { position: fixed; top: 500px }
#p-ext { position: fixed; top: 385px }
#footer { margin-left: 160px; border: 1px solid #FABD23; border-right: none; }

table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
    background:#ccffcc;
    font-size: smaller;
    border: solid 1px black;
}
td.diff-deletedline {
    background:#ffffaa;
    font-size: smaller;
    border: dotted 1px black;
}
td.diff-context {
    background:#eeeeee;
    font-size: smaller;
}
td.diff-addedline span.diffchange { color: blue; font-weight: bold; text-decoration: underline; }
td.diff-deletedline span.diffchange { color: red; font-weight: bold; text-decoration: line-through; }

#bodyContent a[href ^="http://homestarrunner.com"] { /* no www. */
   background: url(/skins/monobook/hr.png) center left no-repeat !important;
   padding-left: 20px !important;
   padding-right: 0px !important;
}
#bodyContent a[href ^="http://podstar.homestarrunner.com"] { /* Podstar: */
   background: url(http://www.apple.com/favicon.ico) center left no-repeat !important;
   padding-left: 20px !important;
   padding-right: 0px !important;
}
#bodyContent a[href ^="http://forum.hrwiki.org"] { /* Forum: */
   background: url(http://forum.hrwiki.org/favicon.ico) center left no-repeat !important;
   padding-left: 20px !important;
   padding-right: 0px !important;
}
#bodyContent a[href ^="http://fanstuff.hrwiki.org"] { /* HRFWiki: */
   background: url(http://fanstuff.hrwiki.org/favicon.ico) center left no-repeat !important;
   padding-left: 20px !important;
   padding-right: 0px !important;
}
#bodyContent a[href ^="http://en.wikipedia.org"] { /* Wikipedia: */
   color: #369;
}
#bodyContent a[href ^="http://meta.wikipedia.org"] { /* MetaWikipedia: */
   background: url(http://meta.wikipedia.org/favicon.ico) center left no-repeat !important;
   padding-left: 20px !important;
   padding-right: 0px !important;
}
#bodyContent a[href ^="http://us.imdb.com"] { /* IMDb: */
   background: url(http://us.imdb.com/favicon.ico) center left no-repeat !important;
   padding-left: 20px !important;
   padding-right: 0px !important;
}
#bodyContent a[href ^="/index.php?title=Special:Contributions"],
#bodyContent a[href ^="/index.php/Special:Contributions"],
#bodyContent a[href ^="http://www.hrwiki.org/index.php?title=Special:Contributions"],
#bodyContent a[href ^="http://www.hrwiki.org/index.php/Special:Contributions"] { /* to highlight IPs in recent changes */
   color: #096 !important;
}

/*blue stuff box*/
.stuff,
.stuff+.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff
{ background:#EEF; border:1px solid #AAB; }
/*grey stuff box*/
.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff+.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff,
.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff+.stuff
{ background:#EEE; border:1px solid #AAA; }
/* eleven is enough */