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

From HypertWiki
Jump to navigation Jump to search
(print: hiding categories, making page name smaller)
(moved verdigris plate background to default CSS)
 
(5 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, #catlinks {
     #siteSub, .firstHeading, #catlinks, .printfooter {
         display: none;
         display: none;
    }
    .printfooter {
        font: 6pt;
     }
     }
}
}

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