模板:CrablePotionCSS/勋章墙效果.css
/* THANKS FOR CRABLEPOTION. */
p img {
padding: 0 3.5px 3px;
transform: scale(1.05);
transition: all 0.3s ease;
}
p img:hover {
transform: scale(1.35);
border-radius: 5px;
image-rendering: pixelated;
}
ul.gallery.mw-gallery-traditional.medal img {
transform: scale(1.1);
transition: all 0.3s ease;
}
ul.gallery.mw-gallery-traditional.medal img:hover {
transform: scale(1.35);
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
image-rendering: pixelated;
}
/* [[分类:模板样式]] */