User:Woozle/monobook.css

From HypertWiki
< User:Woozle
Revision as of 22:26, 18 August 2008 by Woozle (talk | contribs) (background image fills whole page if it's the "body" style)
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.
body {
    background: url("/custom/ht-bg-1.jpg");            /**/
}
#column-content {
/*    background: url("/custom/ht-bg-1.jpg"); */
}
#column-one {
/*    background: blue; */
}
#p-personal ul li {
    background: #ccff88;
}
/*
#p-navigation ul li {
    background: #aaffaa;
} */
div.pBody {
    background: #66ff00;
}
#content {
/*    background: url("/custom/woods-path-faded.jpg"); */
    background: #eeffee;
    border: 2px solid #006600;
}

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