User:Veerserif/Sandbox/Infobox common/styles.css

From Vintage Story Wiki
< User:Veerserif‎ | Sandbox‎ | Infobox common
Revision as of 14:22, 30 August 2023 by Veerserif (talk | contribs) (created quick stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.infobox {
    clear: right;
    margin: 3px 0px 3px 3px;
    width: 300px;
    font-size: 90%;
    background: #FFFFFF;
    float: right;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.infobox-title {
    font-weight: bold;
    text-align: center;
    font-size: 120%;
}

.infobox-imagearea {
    text-align: center;
    padding: 4px;
}