(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
− | #firstHeading, #siteSub, .printfooter, #catlinks, #footer | + | #firstHeading, #siteSub, .printfooter, #catlinks, #footer, #cosmos-header-articleHeader, #CosmosRailWrapper, #cosmos-footer |
{ | { | ||
display: none !important; | display: none !important; | ||
} | } | ||
+ | |||
#content.mw-body-primary, #hrp.default, #hrp.mhrp, #hrp.villain, #hrp.emhero, #hrp.emvillain, #ff.default, #ff.firefly, #ff.gijoe, #ff.cobra { | #content.mw-body-primary, #hrp.default, #hrp.mhrp, #hrp.villain, #hrp.emhero, #hrp.emvillain, #ff.default, #ff.firefly, #ff.gijoe, #ff.cobra { | ||
background: white; | background: white; | ||
} | } |
Latest revision as of 20:56, 2 February 2021
/* CSS placed here will affect the print output */ #firstHeading, #siteSub, .printfooter, #catlinks, #footer, #cosmos-header-articleHeader, #CosmosRailWrapper, #cosmos-footer { display: none !important; } #content.mw-body-primary, #hrp.default, #hrp.mhrp, #hrp.villain, #hrp.emhero, #hrp.emvillain, #ff.default, #ff.firefly, #ff.gijoe, #ff.cobra { background: white; }