Difference between revisions of "MediaWiki:Common.css"

281 bytes added ,  18:25, 15 October 2020
no edit summary
Line 293: Line 293:
     padding-bottom: 0;
     padding-bottom: 0;
*/
*/
}
/* Generic Boxes */
.box-generic {
    border: 1px solid #a2a9b1;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.box-header {
    text-align: center;
    border-bottom: 1px solid #a2a9b1;
    background-color: rgb(248 249 250 / 60%);
}
.box-content {
    padding: 1em;
}
}