用户:CrablePotion/CSS/勋章墙效果.css:修订间差异

(CrablePotion移动页面用户:CrablePotion/CSS/勋章墙效果用户:CrablePotion/CSS/勋章墙效果.css,不留重定向)
(// Edit via Wikiplus)
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
p img:hover {
p img {
border-radius: 5px;
padding: 0 3.5px 3px;
transform: scale(1.05);
image-rendering: pixelated;
transition: all 0.3s ease;
}
}

p img:hover {
p img:hover {
transform: scale(1.35);
transform: scale(1.35);
border-radius: 5px;
image-rendering: pixelated;
}
}

p img {
ul.gallery.mw-gallery-traditional.medal img {
transition: all 0.3s ease;
transform: scale(1.1);
padding: 0 6.5px 0;
transition: all 0.3s ease;
transform: scale(1.05);
}

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

2023年7月9日 (日) 19:12的最新版本

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