跳转到内容

Template:Invisible anchor/styles.css

维基百科,自由的百科全书
.hvanchor > :target ~ .hvanchor-text {
	display:initial;
}

.hvanchor > :target ~ .svanchor-text {
	background-color: #b1d2ff;
}

.hvanchor-text {
	display:none;
}

.hvanchor > :target ~ .ihvanchor-text {
	display:none;
}

.ihvanchor-text {
	display:initial;
}