More actions
dustloop>TarkusLee mNo edit summary |
EmissaryFGC (talk | contribs) m 36 revisions imported: Credit to the Dustloop wiki (dustloop.com). |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
display: table; | |||
width: 100%; | width: 100%; | ||
text-align: left; | text-align: left; | ||
line-height: 1. | line-height: 1.25em; | ||
} | } | ||
Latest revision as of 18:10, 23 September 2024
.infobox {
display: table;
width: 100%;
text-align: left;
line-height: 1.25em;
}
.infobox-header {
width: 100%;
border-top: 1px solid;
border-color: var(--border-color-base);
color: var(--color-base--emphasized);
font-size: 1em;
}
.infobox-data td {
text-align: right;
font-size: 0.875em;
}
.infobox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
}
#portrait-image img {
width: auto;
height: auto;
max-height: 375px;
max-width: calc(100% - 20px);
}