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 19:36, 26 December 2024 by Gpe (talk | contribs)
.tag-container {
	user-select: none;
	border: 1px solid var( --border-color-base );
	border-radius: var( --border-radius--small );
	padding-left: 0.25em;
	padding-right: 0.25em;
	transition: 100ms;
}

.tag-container:hover {
	/*background-color: var( --color-surface-4 ) !important;*/
	color: var( --color-emphasized );
	box-shadow: var( --box-shadow-card );
}

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

.tag-symbol a,
.tag-text a {
	text-decoration: none;
	color: inherit;
	user-select: none;
}

.tag-container + .tag-container {
	margin-left: 0.25em;
}