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

Template:Boxed overview header/styles.css: Difference between revisions

Template page
Content deleted Content added
Created page with ".template-boxed_overview_header { width: 100%; text-align: center; border: solid var(--border-width-base) var(--color-amaranth-legacy-scope); background-color: var(--color-surface-2); padding: var(--space-md); border-radius: var(--border-radius-base); }"
 
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
background-color: var(--color-surface-2);
background-color: var(--color-surface-2);
padding: var(--space-md);
padding: var(--space-md);
}
border-radius: var(--border-radius-base);

.template-boxed_overview_header-header {
font-size: var(--font-size-xx-large);
font-weight: bold;
color: var(--color-amaranth-legacy-scope);
}
}

Latest revision as of 00:56, February 24, 2025

.template-boxed_overview_header {
	width: 100%;
	text-align: center;
	border: solid var(--border-width-base) var(--color-amaranth-legacy-scope);
	background-color: var(--color-surface-2);
	padding: var(--space-md);
}

.template-boxed_overview_header-header {
	font-size: var(--font-size-xx-large);
	font-weight: bold;
	color: var(--color-amaranth-legacy-scope);
}