Template:Infobox/shared/styles.css

From BerserkerLoop
Jump to navigation Jump to search
.infobox {
    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: 350px;
    max-width: 95%;
}