Template:Different print/styles.css

@media print {
	.noprint {
		display: none;
	}
}
@media not print {
	.printonly {
		display: none;
	}
}