User:Woozle/monobook.css: Difference between revisions

From HypertWiki
testing, and partial customization of printout style
 
moved verdigris plate background to default CSS
 
(7 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 {
     #siteSub, #firstHeading {
     #siteSub, .firstHeading, #catlinks, .printfooter {
         display: none;
         display: none;
     }
     }
}
}

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;
    }
}