Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:TagSub/styles.css

Template page
.tag-sub {
	opacity: 0.5;
	margin-left: 0.25em;
	transition: 100ms;
	user-select: none;
}

.ability-bar:hover .tag-sub {
	opacity: 0.7;
}

.tag-sub:hover {
	opacity: 1 !important;
}

.tag-sub:active {
	opacity: 1 !important;
}