This CSS snippet places a striped background behind images. Not only will it highlight that an image has a transparent background, but it will also let you see transparency surprises such as post #1496955, post #2540465 and post #2552285. The downside is that transparent images that look best on white background now have a striped background. It only works with full-size posts because thumbnails and samples are generated without transparency information. The more common checkerboard pattern requires stacked gradients and seems to render somewhat slowly.
#image {background-image:linear-gradient(45deg, #a0a0a0 25%, #909090 25%, #909090 50%, #a0a0a0 50%, #a0a0a0 75%, #909090 75%, #909090); background-size:50px 50px}
BrokenEagle98 said:
Nothing ground breaking about the following CSS, but it does remove the ominous feeling I get whenever I see that huge "Delete account" link...
Thanks. I feel the same.