Template:Boxed overview header/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) Created page with ".template-boxed_overview_header { width: 100%; text-align: center; border: solid var(--border-width-base) var(--color-amaranth-legacy-scope); background-color: var(--color-surface-2); padding: var(--space-md); border-radius: var(--border-radius-base); }" |
Tesinormed (talk | contribs) No edit summary Tag: Manual revert |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
background-color: var(--color-surface-2); |
background-color: var(--color-surface-2); |
||
padding: var(--space-md); |
padding: var(--space-md); |
||
} |
|||
border-radius: var(--border-radius-base); |
|||
.template-boxed_overview_header-header { |
|||
font-size: var(--font-size-xx-large); |
|||
font-weight: bold; |
|||
color: var(--color-amaranth-legacy-scope); |
|||
} |
} |
||
Latest revision as of 00:56, February 24, 2025
.template-boxed_overview_header {
width: 100%;
text-align: center;
border: solid var(--border-width-base) var(--color-amaranth-legacy-scope);
background-color: var(--color-surface-2);
padding: var(--space-md);
}
.template-boxed_overview_header-header {
font-size: var(--font-size-xx-large);
font-weight: bold;
color: var(--color-amaranth-legacy-scope);
}