Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Simple Index list/styles.css

Template page
.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);
}