Template:Invisible anchor/styles.css

From wiki
< Template:Invisible anchor
Revision as of 12:17, 23 April 2025 by Root (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.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;
}