Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:User icons/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
Line 14: Line 14:
mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-position: center;
mask-position: center;
}

.infobox__title__icon__sysop::after {
background-color: #ff0072;
mask-image: url("https://amaranth-legacy.yttrium.systems/%28Ambrosia%29_-_Amaranth.png");
}
}



Revision as of 06:14, May 7, 2025

.infobox__title__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--space-xs);
}

.infobox__title__icon > ::after {
	content: "";
	display: block;
	width: var(--size-icon);
	height: var(--size-icon);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.infobox__title__icon__sysop::after {
	background-color: #ff0072;
	mask-image: url("https://amaranth-legacy.yttrium.systems/%28Ambrosia%29_-_Amaranth.png");
}

.infobox__title__icon__sysadmin::after {
	background-color: var(--color-amaranth-legacy-scope);
	mask-image: url("https://amaranth-legacy.yttrium.systems/-website-icon-Screwdriver-wrench-solid.svg");
}