print.css

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

Download print.css now!

Development Uncompressed (529 bytes) Production Minified (325 bytes)

Current Release: v1.0.0