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

From blackwiki
Jump to navigation Jump to search
imported>Great Brightstar
(Created page with '@media screen { .gallery-items .gallerybox div.thumb { background-color: transparent; } .gallery-items .gallerybox .thumb img { background-image: none; } }')
 
imported>Great Brightstar
(Simplify rules)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
@media screen {
 
@media screen {
.gallery-items .gallerybox div.thumb {
+
.gallery-items .gallerybox .thumb,
background-color: transparent;
+
.gallery-items .gallerybox .thumb img {
 +
background: none !important;
 
}
 
}
.gallery-items .gallerybox .thumb img {
+
.gallery-items .gallerybox .thumb img:hover {
background-image: none;
+
background: url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat !important;
 
}
 
}
 
}
 
}

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;
	}
}