Template:Boxed paragraphs/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) m Tesinormed moved page Template:Boxed paragraphs/styles.css to Template:Boxed paragraph/styles.css without leaving a redirect: Title incorrect |
Tesinormed (talk | contribs) No edit summary Tag: Manual revert |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
p, ul, ol, dl { |
p, ul, ol, dl, table { |
||
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); |
||
background-color: var(--color-surface-2); |
background-color: var(--color-surface-2); |
||
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; |
|||
} |
|||
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);
}