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

Template:Tag/styles.css

Template page
Revision as of 20:10, 26 December 2024 by Gpe (talk | contribs)
.tag-container * {
	user-select: none;
	text-decoration: none;
	border-radius: var( --border-radius--small );
	margin-left: 0.125em;
	margin-right: 0.125em;
}

.tag-container:hover {
	background-color: var( --color-surface-2 );
}

.tag-pill {
	user-select: none;
	border: 1px solid var( --border-color-base );
	border-radius: var( --border-radius--small );
	transition: 100ms;
	background-color: var( --color-surface-1 );
}

.tag-pill:hover {
	color: var( --color-emphasized );
	box-shadow: var( --box-shadow-card );
}

.tag-pill:active {
	color: var( --color-emphasized );
	box-shadow: none;
}

.tag-symbol {
	padding-right: 0.25em;
	border-right: 1px solid var( --border-color-base );
	border-radius: 0;
	margin-right: 0.25em;
}