Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/shared/styles.css

Template page
Revision as of 19:46, 23 May 2023 by dustloop>TarkusLee
.infobox {
    overflow: visible;
    width: 100% !important;
    text-align: left;
    line-height: 1.3em;
}

.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);
}
MediaWiki Appliance - Powered by TurnKey Linux