MediaWiki

Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
.botc-example {
.botc-example {
     margin: 1em 0;
     display: table;
     border: 1px solid #d8d8d8;
     margin: 1em auto;
     border-radius: 8px;
     padding: 0.75em 1em;
     background: #f8f9fa;
     background: #f8f9fa;
     overflow: hidden;
     border: 1px solid #c8ccd1;
}
     border-radius: 6px;
 
    max-width: 90%;
.botc-example-title {
     text-align: left;
    padding: .55em .9em;
    font-weight: 600;
    font-size: 0.95em;
    color: #555;
    background: #efefef;
     border-bottom: 1px solid #d8d8d8;
}
 
.botc-example-body {
    padding: .9em 1em;
     line-height: 1.6;
}
}

Revision as of 10:45, 29 June 2026

.botc-example {
    display: table;
    margin: 1em auto;
    padding: 0.75em 1em;
    background: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 6px;
    max-width: 90%;
    text-align: left;
}