User:Veerserif/Sandbox/Infobox common/styles.css: Difference between revisions

From Vintage Story Wiki
(created quick stub)
 
(Veerserif changed the content model of the page User:Veerserif/Sandbox/Infobox common/styles.css from "CSS" to "Sanitized CSS": templatestyles requirement)
Tag: content model change
 
(No difference)

Latest revision as of 14:24, 30 August 2023

.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;
}