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

Template:Join Amaranth Legacy/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
Line 6: Line 6:
margin-block: var(--space-sm);
margin-block: var(--space-sm);
color: var(--color-fixed);
color: var(--color-fixed);
padding: var(--space-md);
}
}


.join-button, .join-button > a {
.join-button, .join-button > a {
height: 100%;
width: 100%;
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
Line 17: Line 14:
align-items: center;
align-items: center;
gap: var(--space-xs);
gap: var(--space-xs);
}

.join-button > a {
height: 100%;
width: 100%;
padding: var(--space-md);
}
}



Revision as of 20:32, July 7, 2025

.join-button {
	border: var(--border-base);
	border-radius: var(--border-radius-medium);
	font-size: var(--font-size-xx-large);
	font-weight: bold;
	margin-block: var(--space-sm);
	color: var(--color-fixed);
}

.join-button, .join-button > a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: var(--space-xs);
}

.join-button > a {
	height: 100%;
	width: 100%;
	padding: var(--space-md);
}

.join-button > a.external::after {
	display: none;
}

.join-button img {
	object-fit: cover;
	height: 32px;
	width: auto;
	vertical-align: middle;
}

.join-button .citizen-ui-icon:hover {
	transform: none;
}

#join-button-website > a::before {
	content: "";
	height: 32px;
	width: 32px;
	background-image: url(https://amaranth-legacy.yttrium.systems/Glypht.png);
	background-size: contain;
}

#join-button-discord {
	background: #5865f2;
}

#join-button-discord img {
	height: 24px;
}