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
Created page with ".template__simple_index_list > summary { font-family: var(--font-family-header-custom, var(--font-family-serif)); color: var(--color-amaranth-legacy-scope); font-weight: bold; cursor: pointer; }"
 
Undo revision 154629 by Tesinormed (talk)
Tag: Undo
 
(20 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-header-custom, var(--font-family-serif));
font-family: var(--font-family-header-custom, var(--font-family-base));
color: var(--color-amaranth-legacy-scope);
font-size: var(--font-size-x-large);
font-weight: bold;
font-weight: bold;
color: var(--color-amaranth-legacy-scope);
cursor: pointer;
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);
}
}

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);
}