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

From HypertWiki
Jump to navigation Jump to search
(background image fills whole page if it's the "body" style)
(moved verdigris plate background to default CSS)
 
Line 1: Line 1:
body {
/* attempt to suppress header/footer stuff when printing -- did it work? (2010-04-07) */
    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 {
@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;
    }
}