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: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
Line 5: Line 5:
padding-left: 0.25em;
padding-left: 0.25em;
padding-right: 0.25em;
padding-right: 0.25em;
text-decoration: none;
}
}



Revision as of 19:24, 26 December 2024

.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;
	text-decoration: none;
}

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

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

.tag-container::after {
	background-color: var( --color-surface-1 );
}