Difference between revisions of "User:Woozle/monobook.css"

From HypertWiki
Jump to navigation Jump to search
(turned off wiki title in footer)
(moved verdigris plate background to default CSS)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#column-content {
/* attempt to suppress header/footer stuff when printing -- did it work? (2010-04-07) */
    background: green;
}
#p-personal ul li {
    background: #eeffee;
}


@media print {
@media print {

Latest revision as of 01:07, 8 April 2010

/* attempt to suppress header/footer stuff when printing -- did it work? (2010-04-07) */

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