Template:Modbox.css: Difference between revisions

From Beacon Space
Content deleted Content added
Turbo566 changed the content model of the page Template:Modbox.css from "CSS" to "Sanitized CSS"
No edit summary
Line 5: Line 5:
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
padding: 1em;
padding: 1em;
width: 800px;
width: 400px;
}
}



Revision as of 02:59, 2 April 2023

.modbox {
    background: #eee;
    border: 1px solid #aaa;
    float: none;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}

.modbox-title {
    font-size: 1em;
    text-align: center;
}