Template:Boxed paragraphs/styles.css: Difference between revisions
Template page
More actions
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary Tag: Manual revert |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
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);
}