Template:Newsletter/styles.css
Template page
More actions
.amaranth-legacy-newsletter {
background: transparent; /* This will be overridden inline by {{{background}}} */
border: 4px solid #60add5; /* Overridden inline by {{{bordercolor}}} */
padding: 1.5em;
color: #60add5; /* Overridden inline by {{{textcolor}}} */
max-width: 1100px;
margin: auto;
font-family: Arial, sans-serif; /* Overridden inline by {{{font}}} */
/* Glow is conditionally added via inline style in the template */
}
.amaranth-legacy-newsletter-header {
display: flex;
justify-content: center;
align-items: center;
font-size: 2em;
font-weight: bold;
color: #60add5; /* Overridden inline by {{{titlecolor}}} */
text-shadow: none; /* Overridden inline by conditional glow */
}
.amaranth-legacy-newsletter-subtitle {
text-align: center;
font-size: 1em;
margin-top: 0.2em;
font-weight: bold;
}
.amaranth-legacy-newsletter-overview {
text-align: center;
font-size: 1.2em;
margin-top: 1em;
margin-bottom: 1em;
}
.amaranth-legacy-newsletter-hr {
border: none;
border-top: 2px solid #60add5; /* Overridden inline */
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;
font-weight: bold;
margin-top: 2em;
/* Color handled inline per section via {{{sectionX_color}}} */
}
.amaranth-legacy-newsletter-section-divider {
border: none;
border-top: 1px solid #60add5; /* Overridden inline */
margin: 0.5em 0;
}