Template

Anchor link/styles.css

From Dogcraft Wiki

(Created page with "a > span.header-anchor::after { content: '#'; float: left; margin-left: -.87em; padding-right: .23em; -webkit-user-select: none; user-select: none; opacity: 0; transition: color .25s,opacity .25s; } :hover > a > span.header-anchor::after { opacity: 1; }")
 
mNo edit summary
Line 1: Line 1:
a > span.header-anchor::after {
a > span.anchor-visible::after {
content: '#';
content: '#';
float: left;
float: left;
Line 10: Line 10:
}
}


:hover > a > span.header-anchor::after {
:hover > a > span.anchor-visisble::after {
opacity: 1;
opacity: 1;
}
}

Revision as of 20:37, 3 December 2023

a > span.anchor-visible::after {
	content: '#';
	float: left;
	margin-left: -.87em;
	padding-right: .23em;
	-webkit-user-select: none;
	user-select: none;
	opacity: 0;
	transition: color .25s,opacity .25s;
}

:hover > a > span.anchor-visisble::after {
	opacity: 1;
}
This page was last modified on 3 December 2023, at 20:37. (6 months ago)
Background SRN Opening by Montenator