跳转到内容

Template:HideOnHover/styles.css

维基百科,自由的百科全书
.hideOnHover {
	transition: opacity 0.5s ease-in-out;
}
.hideOnHover:hover {
	opacity: 0;
}