MediaWiki:Common.css: Difference between revisions
Keep research-notes CSS |
Import site CSS |
||
| Line 56: | Line 56: | ||
.soldier-infobox .infobox-label, | .soldier-infobox .infobox-label, | ||
.soldier-infobox th.infobox-label { | .soldier-infobox th.infobox-label { | ||
display: table-cell; | |||
width: 38%; | width: 38%; | ||
font-weight: bold; | font-weight: bold; | ||
| Line 67: | Line 68: | ||
.infobox td.infobox-data, | .infobox td.infobox-data, | ||
.soldier-infobox td.infobox-data { | .soldier-infobox td.infobox-data { | ||
display: table-cell; | |||
vertical-align: top; | vertical-align: top; | ||
padding: 0.2em 0.5em 0.2em 0.4em; | padding: 0.2em 0.5em 0.2em 0.4em; | ||
background: #f8f9fa; | background: #f8f9fa; | ||
} | |||
.infobox > tbody > tr, | |||
.soldier-infobox > tbody > tr { | |||
display: table-row; | |||
} | } | ||
| Line 110: | Line 117: | ||
.soldier-research-notes { | .soldier-research-notes { | ||
display: none; | |||
display: none | |||
} | } | ||
| Line 131: | Line 127: | ||
font-size: 92%; | font-size: 92%; | ||
line-height: 1.45; | line-height: 1.45; | ||
max-width: | max-width: none; | ||
color: #202122; | color: #202122; | ||
} | } | ||
.home-lead { | .home-lead { | ||
max-width: | max-width: none; | ||
font-size: 1.05em; | font-size: 1.05em; | ||
} | } | ||