User:Phlip/cologneblue.css

From Homestar Runner Wiki

< User:Phlip
Revision as of 22:18, 2 May 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.
#quickbar
{
  position: fixed !important;
  border: 1px solid #CCC;
  background: #EEE;
  width: 125px;
  text-align: right;
  padding: 5px;
}

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

#article 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;
}
#article 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;
}
#article 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;
}
#article 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;
}
#article a[href ^="http://en.wikipedia.org"] { /* Wikipedia: */
   color: #369 !important;
}
#article 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;
}
#article 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;
}
#article a[href ^="/index.php?title=Special:Contributions"],
#article a[href ^="/index.php/Special:Contributions"],
#article a[href ^="http://www.hrwiki.org/index.php?title=Special:Contributions"],
#article a[href ^="http://www.hrwiki.org/index.php/Special:Contributions"] { /* to highlight IPs in recent changes */
   color: #096 !important;
}

.newmessagesbox {
  margin: 2em 0px 1em 144px;
  background: #FFCE7B;
  border: 1px solid #FFA500;
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 0.5em 1em;
  text-align: center;
}
/*
fake one for user pages that have them
this is why the above one isn't called .usermessage
*/
.usermessage {
  margin: 2em 0px 1em 0px;
  border: 1px solid #FFA500;
  text-align: center;
}