Template:UNI2-Character-infobox/styles.css

From Mizuumi Wiki
< Template:UNI2-Character-infobox
Revision as of 10:40, 29 January 2024 by Mactonya (talk | contribs) (Created page with ".infobox { display: table; overflow: visible; width: 100%; text-align: left; line-height: 1.3em; } .infobox-header { width: 100%; border-top: 1px solid; 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: ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.infobox {
	display: table;
    overflow: visible;
    width: 100%;
    text-align: left;
    line-height: 1.3em;
}

.infobox-header {
    width: 100%;
    border-top: 1px solid;
    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);
}