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

Template:Newsletter/styles.css

Template page
Revision as of 17:50, May 14, 2025 by LordSkorne7 (talk | contribs) (Created page with ".amaranth-legacy-newsletter { background: #120312; border: 4px solid #ff0080; padding: 1.5em; color: white; max-width: 850px; margin: auto; box-shadow: 0 0 15px #ff0080; font-family: Arial, sans-serif; } .amaranth-legacy-newsletter-header { display: flex; justify-content: center; align-items: center; font-size: 2em; font-weight: bold; color: #ff0080; text-shadow: 0 0 5px #ff0080; } .amaranth-legacy-newsletter-subtitle { text-align: center; font-size: 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.amaranth-legacy-newsletter {
	background: #120312;
	border: 4px solid #ff0080;
	padding: 1.5em;
	color: white;
	max-width: 850px;
	margin: auto;
	box-shadow: 0 0 15px #ff0080;
	font-family: Arial, sans-serif;
}

.amaranth-legacy-newsletter-header {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	font-weight: bold;
	color: #ff0080;
	text-shadow: 0 0 5px #ff0080;
}

.amaranth-legacy-newsletter-subtitle {
	text-align: center;
	font-size: 1em;
	margin-top: 0.2em;
	font-weight: bold;
}

.amaranth-legacy-newsletter-hr {
	border: none;
	border-top: 2px solid #ff0080;
	margin: 1.5em 0;
}

.amaranth-legacy-newsletter-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
}

.amaranth-legacy-newsletter-section-title {
	font-size: 1.5em;
	color: #ff0055;
	font-weight: bold;
	margin-top: 2em;
}

.amaranth-legacy-newsletter-section-divider {
	border: none;
	border-top: 1px solid #ff0080;
	margin: 0.5em 0;
}