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

Template page
Content deleted Content added
m Tesinormed moved page Template:Boxed paragraph/styles.css to Template:Boxed paragraphs/styles.css without leaving a redirect: Title incorrect
No edit summary
Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
p, ul, ol, dl, table {
.template-boxed_paragraph {
width: 100%;
width: 100%;
border: solid var(--border-width-base) var(--color-amaranth-legacy-scope);
border: solid var(--border-width-base) var(--color-amaranth-legacy-scope);
Line 7: Line 7:
}
}


.wikitable {
.template-boxed_paragraph ul,
max-width: 100%;
.template-boxed_paragraph ol,
border-radius: 0;
.template-boxed_paragraph dl {
}
margin-block: 0;

margin-inline: var(--space-md);
.wikitable, .wikitable th {
text-align: center;
}

ul, ol, dl {
margin-inline: 0;
padding-inline: var(--space-xxl);
}
}

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

p, ul, ol, dl, table {
	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);
}

.wikitable {
	max-width: 100%;
	border-radius: 0;
}

.wikitable, .wikitable th {
	text-align: center;
}

ul, ol, dl {
	margin-inline: 0;
	padding-inline: var(--space-xxl);
}