Template:Simple Index list/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary Tag: Manual revert |
Tesinormed (talk | contribs) No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
.template__simple_index_list__summary { |
.template__simple_index_list__summary { |
||
font-family: var(-- |
font-family: var(--template-arg-font-family); |
||
font-size: var(--font-size-x-large); |
font-size: var(--font-size-x-large); |
||
font-weight: bold; |
font-weight: bold; |
||
| Line 24: | Line 24: | ||
.template__simple_index_list__wrapper > ul > li { |
.template__simple_index_list__wrapper > ul > li { |
||
font-family: var(-- |
font-family: var(--template-arg-font-family); |
||
border-bottom: var(--border-width-base) solid var(--color-amaranth-legacy-scope); |
border-bottom: var(--border-width-base) solid var(--color-amaranth-legacy-scope); |
||
padding-bottom: var(--space-xxs); |
padding-bottom: var(--space-xxs); |
||
Revision as of 18:49, May 5, 2025
.template__simple_index_list__summary {
font-family: var(--template-arg-font-family);
font-size: var(--font-size-x-large);
font-weight: bold;
color: var(--color-amaranth-legacy-scope);
cursor: pointer;
}
.template__simple_index_list__divider {
margin: 0;
}
.template__simple_index_list__wrapper {
display: contents;
}
.template__simple_index_list__wrapper > ul {
column-count: inherit;
column-gap: var(--space-lg);
list-style-type: none;
margin: 0;
padding: var(--space-xs) var(--space-md);
}
.template__simple_index_list__wrapper > ul > li {
font-family: var(--template-arg-font-family);
border-bottom: var(--border-width-base) solid var(--color-amaranth-legacy-scope);
padding-bottom: var(--space-xxs);
}
.template__simple_index_list__wrapper > ul > li + li {
margin-top: var(--space-xxs);
}