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
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
margin-block: var(--space-md);
margin-block: var(--space-md);
padding: var(--space-md);
padding: var(--space-md);
}

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

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



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