Difference between revisions of "MediaWiki:Common.css"

From The Fool's Aftermath Wiki
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     background: #f8f9fa;
     background: #f8f9fa;
    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%;
}