Template:Featured In/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary Tag: Manual revert |
Tesinormed (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
.template-featured_in { |
|||
.featured_in_table { |
|||
margin-block: var(--space-sm); |
|||
background: var(--color-surface-2); |
|||
border-width: 2px; |
|||
padding: var(--space-sm); |
|||
border: var(--color-amaranth-legacy-scope) solid 4px; |
|||
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px; |
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px; |
||
padding:0; |
|||
font-size:90%; |
|||
width:22em; |
|||
float:right; |
|||
clear:right; |
|||
margin-left:1em; |
|||
border-spacing: 1em; |
|||
} |
|||
.featured_in_table .mw-collapsible-toggle { |
|||
font-size: 0.5em !important; |
|||
} |
|||
.section_title { |
|||
text-align: center; |
|||
font-size:150%; |
|||
font-weight:bold; |
|||
} |
|||
.featured_in_list { |
|||
text-align: center; |
text-align: center; |
||
font-size:100%; |
|||
} |
} |
||
.template-featured_in-header { |
|||
.featured_title_cell{ |
|||
font-size: |
font-size: var(--font-size-x-large); |
||
line-height: var(--line-height-x-large); |
|||
text-align:center; |
|||
padding:0.5em; |
|||
} |
} |
||
Revision as of 18:46, July 3, 2025
.template-featured_in {
margin-block: var(--space-sm);
background: var(--color-surface-2);
padding: var(--space-sm);
border: var(--color-amaranth-legacy-scope) solid 4px;
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px;
text-align: center;
}
.template-featured_in-header {
font-size: var(--font-size-x-large);
line-height: var(--line-height-x-large);
}