print.css is an open source print stylesheet for the environmentally-conscious web developer * print this page Lightweight footprint CSS3 compliant Cross-browser BSD and MIT licenses Eco-friendly @media only print { body * { display: none !important; } body:after { content: "Don't waste paper!"; } } * In all seriousness... You may have noticed a degree of tongue-in-cheek humour with print.css. Thi

