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

From HypertWiki
Jump to navigation Jump to search
(can't figure out how to change the bg color for the toolboxes)
(moved verdigris plate background to default CSS)
 
(2 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: 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 {
@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;
    }
}