用户:CrablePotion/CSS/勋章墙效果.css

CrablePotion留言 | 贡献2023年4月27日 (四) 22:06的版本 (// Edit via Wikiplus)
p img:hover {
  border-radius: 5px;
  image-rendering: pixelated;
}
p img:hover {
  transform: scale(1.35);
}
p img {
  transition: all 0.3s ease;
  padding: 0 3.5px 0;
  transform: scale(1.05);
}
ul.gallery.mw-gallery-traditional.medal img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
ul.gallery.mw-gallery-traditional.medal img:hover {
  transform: scale(1.35);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  image-rendering: pixelated;
}