Template:Simple Index list/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary Tag: Reverted |
||
| Line 21: | Line 21: | ||
margin: 0; |
margin: 0; |
||
padding: var(--space-xs) var(--space-md); |
padding: var(--space-xs) var(--space-md); |
||
padding-top: 0; |
|||
} |
} |
||
Revision as of 19:34, April 8, 2025
.template__simple_index_list__summary {
font-family: var(--font-family-header-custom, var(--font-family-base));
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);
padding-top: 0;
}
.template__simple_index_list__wrapper > ul > li {
font-family: var(--font-family-header-custom, var(--font-family-base));
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);
}