User:Phlip/monobook.css

From Homestar Runner Wiki

< User:Phlip
Revision as of 11:19, 24 June 2006 by Phlip (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.
#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, #p-externallinks { position: fixed; top: 385px }
#footer { margin-left: 160px; border: 1px solid #FABD23; border-right: none; }

#p-nav .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-ext .pBody, #p-externallinks .pBody
{
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
}
#content, #footer
{
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
}
#p-cactions li, #p-cactions li a
{
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
#bottomtabs li, #bottomtabs li a
{
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}


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;
}