User:Phlip/monobook.css

From Homestar Runner Wiki

< User:Phlip
Revision as of 13:01, 13 November 2005 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: 330px }
#p-tb { position: fixed; top: 507px }
#p-ext { position: fixed; top: 390px }
#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; }