Difference between revisions of "MediaWiki:Common.css"

From The Fool's Aftermath Wiki
 
Line 5: Line 5:
     background: #f8f9fa;
     background: #f8f9fa;
     font-size: 88%;
     font-size: 88%;
}
caption.infotable {
    font-weight: bold;
    font-size: 125%;
}
}

Latest revision as of 03:39, 7 June 2022

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

table.infotable {
    border: 1px solid #a2a9b1;
    background: #f8f9fa;
    font-size: 88%;
}

caption.infotable {
    font-weight: bold;
    font-size: 125%;
}