Template:Gallery items/styles.css
< Template:Gallery items
Jump to navigation
Jump to search
Revision as of 09:17, 2 September 2019 by imported>Great Brightstar (Optimize for images with transparent areas)
@media screen {
.gallery-items .gallerybox div.thumb {
background-color: transparent !important;
}
.gallery-items .gallerybox .thumb img {
background-image: none !important;
}
.gallery-items .gallerybox .thumb img:hover {
background: url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat !important;
}
}