Template:Infobox/styles.css: Difference between revisions
Appearance
Created page with ".infobox { float: right; clear: right; width: 300px; margin: 0 0 1em 1em; border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: var( --background-color-neutral-subtle, #f8f9fa ); color: var( --color-base, #202122 ); font-size: 90%; line-height: 1.45; border-collapse: collapse; } .infobox > tbody > tr > th, .infobox > tbody > tr > td { padding: 4px 6px; text-align: left; vertical-align: top; border-top: 1px solid var( --border-color-subtl..." |
No edit summary |
||
| Line 15: | Line 15: | ||
.infobox > tbody > tr > td { | .infobox > tbody > tr > td { | ||
padding: 4px 6px; | padding: 4px 6px; | ||
vertical-align: top; | vertical-align: top; | ||
border-top: 1px solid var( --border-color-subtle, #eaecf0 ); | border-top: 1px solid var( --border-color-subtle, #eaecf0 ); | ||
| Line 58: | Line 57: | ||
width: 38%; | width: 38%; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: left; | |||
} | } | ||