User:Woozle/monobook.css

From HypertWiki
< User:Woozle
Revision as of 18:29, 8 August 2008 by Woozle (talk | contribs) (can't figure out how to change the bg color for the toolboxes)
Jump to navigation Jump to search

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#column-content {
    background: url("/custom/ht-bg-1.jpg");
}
#column-one {
    background: blue;
}
#p-personal ul li {
    background: #eeffee;
}
#p-navigation ul li {
    background: #aaffaa;
}
div.pBody {
    background: green;
}
#content {
/*    background: url("/custom/woods-path-faded.jpg"); */
    background: #eeffee;
    border: 2px solid #006600;
}

@media print {
    #siteSub, .firstHeading, #catlinks, .printfooter {
        display: none;
    }
}