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

Template:Boxed paragraphs/styles.css

Template page
Revision as of 00:38, February 24, 2025 by Tesinormed (talk | contribs) (Tesinormed moved page Template:Boxed paragraph/styles.css to Template:Boxed paragraphs/styles.css without leaving a redirect: Title incorrect)
.template-boxed_paragraph {
	width: 100%;
	border: solid var(--border-width-base) var(--color-amaranth-legacy-scope);
	background-color: var(--color-surface-2);
	margin-block: var(--space-md);
	padding: var(--space-md);
}

.template-boxed_paragraph ul,
.template-boxed_paragraph ol,
.template-boxed_paragraph dl {
	margin-block: 0;
	margin-inline: var(--space-md);
}