Template:Infobox/styles.css: Difference between revisions
DansFriend (talk | contribs) No edit summary |
DansFriend (talk | contribs) No edit summary Tag: Manual revert |
||
(14 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
background-color: var(--color-surface-2); | background-color: var(--color-surface-2); | ||
border-radius: var(--border-radius-medium); | border-radius: var(--border-radius-medium); | ||
font-size: 0.85em; | |||
margin-bottom: 10px; | |||
padding: 10px; | |||
margin-left: 15px; | |||
} | |||
.infobox th { | |||
font-size: 1.25em; | |||
} | |||
.infobox a.image { | |||
overflow: visible !important; | |||
} | } |
Latest revision as of 22:20, 26 March 2025
.infobox { background-color: var(--color-surface-2); border-radius: var(--border-radius-medium); font-size: 0.85em; margin-bottom: 10px; padding: 10px; margin-left: 15px; } .infobox th { font-size: 1.25em; } .infobox a.image { overflow: visible !important; }