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
No edit summary
Line 10: Line 10:
max-width: 100%;
max-width: 100%;
border-radius: 0;
border-radius: 0;
}

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



Revision as of 00:55, 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);
}