MediaWiki

Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
.botc-example {
.botc-example {
     display: table;
     width: 600px;
    max-width: 90%;
     margin: 1em auto;
     margin: 1em auto;
     padding: 0.75em 1em;
     padding: 12px 16px;
     background: #f8f9fa;
     background: #f8f9fa;
     border: 1px solid #c8ccd1;
     border: 1px solid #a2a9b1;
     border-radius: 6px;
     border-radius: 6px;
     max-width: 90%;
     box-sizing: border-box;
    text-align: left;
}
}

Revision as of 10:46, 29 June 2026

.botc-example {
    width: 600px;
    max-width: 90%;
    margin: 1em auto;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #a2a9b1;
    border-radius: 6px;
    box-sizing: border-box;
}