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: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
Line 15: Line 15:
}
}


.template__simple_index_list__wrapper > ul {
.template__simple_index_list__list {
column-gap: var(--space-lg);
column-gap: var(--space-lg);
list-style-type: none;
list-style-type: none;

Revision as of 19:14, April 8, 2025

.template__simple_index_list__summary {
	font-family: var(--template-arg-font, var(--font-family-serif));
	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 {
	padding: var(--space-xs) var(--space-md);
}

.template__simple_index_list__wrapper > ul {
	column-gap: var(--space-lg);
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.template__simple_index_list__list > li {
	font-family: var(--template-arg-font, var(--font-family-serif));
	border-bottom: var(--border-width-base) solid var(--color-amaranth-legacy-scope);
	padding-bottom: var(--space-xxs);
}

.template__simple_index_list__list > li + li {
	margin-top: var(--space-xxs);
}