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) Undo revision 154629 by Tesinormed (talk) Tag: Undo |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.template__simple_index_list__summary { |
.template__simple_index_list__summary { |
||
font-family: var(-- |
font-family: var(--font-family-header-custom, var(--font-family-base)); |
||
font-size: var(--font-size-x-large); |
font-size: var(--font-size-x-large); |
||
font-weight: bold; |
font-weight: bold; |
||
| Line 12: | Line 12: | ||
.template__simple_index_list__wrapper { |
.template__simple_index_list__wrapper { |
||
display: contents; |
|||
padding: var(--space-xs) var(--space-md); |
|||
} |
} |
||
.template__simple_index_list__wrapper > ul { |
.template__simple_index_list__wrapper > ul { |
||
column-count: inherit; |
|||
column-gap: var(--space-lg); |
column-gap: var(--space-lg); |
||
list-style-type: none; |
list-style-type: none; |
||
margin: 0; |
margin: 0; |
||
padding: |
padding: var(--space-xs) var(--space-md); |
||
} |
} |
||
.template__simple_index_list__wrapper > ul > li { |
|||
.template__simple_index_list__list > li { |
|||
font-family: var(-- |
font-family: var(--font-family-header-custom, var(--font-family-base)); |
||
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); |
||
} |
} |
||
. |
.template__simple_index_list__wrapper > ul > li + li { |
||
margin-top: var(--space-xxs); |
margin-top: var(--space-xxs); |
||
} |
} |
||
Latest revision as of 18:56, May 5, 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);
}
.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);
}