@media print { body { background: white; } body > .printonly { display: block; } body > :not(.printonly) { display: none; } }