Template:Invisible anchor/styles.css: Difference between revisions

From wiki
Jump to navigation Jump to search
1>A2569875
(合併規則)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 12:17, 23 April 2025

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

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

.hvanchor-text {
	display:none;
}

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

.ihvanchor-text {
	display:initial;
}