Difference between revisions of "Template:Gallery items/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Great Brightstar
m
imported>Great Brightstar
(Simplify rules)
 
Line 1: Line 1:
 
@media screen {
 
@media screen {
.gallery-items .gallerybox div.thumb {
+
.gallery-items .gallerybox .thumb,
background-color: transparent !important;
 
}
 
 
.gallery-items .gallerybox .thumb img {
 
.gallery-items .gallerybox .thumb img {
background-image: none !important;
+
background: none !important;
 
}
 
}
 
.gallery-items .gallerybox .thumb img:hover {
 
.gallery-items .gallerybox .thumb img:hover {

Latest revision as of 14:30, 29 June 2020

@media screen {
	.gallery-items .gallerybox .thumb,
	.gallery-items .gallerybox .thumb img {
		background: none !important;
	}
	.gallery-items .gallerybox .thumb img:hover {
		background: url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat !important;
	}
}