Buộc in thang độ xám - Thủ thuật CSS

Anonim

Tại thời điểm viết bài này, tính năng này sẽ chỉ hoạt động trong Chrome 18+, nhưng nó được tiêu chuẩn hóa nên cuối cùng sẽ được hỗ trợ ở khắp mọi nơi.

@media print ( body ( /* IE4-8 and 9 (deprecated). */ filter: Gray(); /* SVG version for IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */ filter: url('#grayscale'); /* CSS3 filter, at the moment Webkit only. Prefix it for future implementations */ -webkit-filter: grayscale(100%); filter: grayscale(100%); /* future-proof */ ) )