Template:Newsletter/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
LordSkorne7 (talk | contribs) No edit summary |
LordSkorne7 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
.amaranth-legacy-newsletter { |
.amaranth-legacy-newsletter { |
||
background: transparent; |
background: transparent; |
||
border: 4px solid #60add5; |
border: 4px solid #60add5; |
||
padding: 1.5em; |
padding: 1.5em; |
||
color: #60add5; |
color: #60add5; |
||
max-width: 1100px; |
max-width: 1100px; |
||
margin: auto; |
margin: auto; |
||
box-shadow: none; |
|||
font-family: Arial, sans-serif; /* Overridden inline by {{{font}}} */ |
|||
font-family: 'Varela Round', Arial, sans-serif; |
|||
/* Glow is conditionally added via inline style in the template */ |
|||
} |
} |
||
| Line 16: | Line 16: | ||
font-size: 2em; |
font-size: 2em; |
||
font-weight: bold; |
font-weight: bold; |
||
color: #60add5; |
color: #60add5; |
||
text-shadow: none; |
text-shadow: none; |
||
} |
} |
||
| Line 36: | Line 36: | ||
.amaranth-legacy-newsletter-hr { |
.amaranth-legacy-newsletter-hr { |
||
border: none; |
border: none; |
||
border-top: 2px solid #60add5; |
border-top: 2px solid #60add5; |
||
margin: 1.5em 0; |
margin: 1.5em 0; |
||
} |
} |
||
| Line 50: | Line 50: | ||
font-weight: bold; |
font-weight: bold; |
||
margin-top: 2em; |
margin-top: 2em; |
||
/* Color handled inline per section via {{{sectionX_color}}} */ |
|||
} |
} |
||
.amaranth-legacy-newsletter-section-divider { |
.amaranth-legacy-newsletter-section-divider { |
||
border: none; |
border: none; |
||
border-top: 1px solid #60add5; |
border-top: 1px solid #60add5; |
||
margin: 0.5em 0; |
margin: 0.5em 0; |
||
} |
} |
||
Revision as of 20:34, May 14, 2025
.amaranth-legacy-newsletter {
background: transparent;
border: 4px solid #60add5;
padding: 1.5em;
color: #60add5;
max-width: 1100px;
margin: auto;
box-shadow: none;
font-family: 'Varela Round', Arial, sans-serif;
}
.amaranth-legacy-newsletter-header {
display: flex;
justify-content: center;
align-items: center;
font-size: 2em;
font-weight: bold;
color: #60add5;
text-shadow: none;
}
.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;
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;
}
.amaranth-legacy-newsletter-section-divider {
border: none;
border-top: 1px solid #60add5;
margin: 0.5em 0;
}