MediaWiki:Common.css: Difference between revisions

From dulmWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     background-color: #f8f9fa;
     background-color: #f8f9fa;
     padding: 5px;
     padding: 0px;
     margin: 10px 0;
     margin: 10px 0;
     font-size: 90%;
     font-size: 90%;
Line 22: Line 22:
.infobox .hrrow td {
.infobox .hrrow td {
     padding: 0;
     padding: 0;
     border-top: 2px solid #a2a9b1;
     border-top: 1px solid #a2a9b1;
}
}

Latest revision as of 11:21, 8 December 2025

/* CSS placed here will be applied to all skins */

.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 0px;
    margin: 10px 0;
    font-size: 90%;
    width: 300px;
    float: right; /* optional, floats box to right of text */
}

.infobox th, .infobox td {
    padding: 2px 5px;
    vertical-align: top;
}

.infobox th {
    text-align: left;
}

.infobox .hrrow td {
    padding: 0;
    border-top: 1px solid #a2a9b1;
}