Difference between revisions of "MediaWiki:Common.css"

From The Fool's Aftermath Wiki
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


table.infotable {
table.infotable {
     border: 1px solid;
     border: 1px solid #a2a9b1;
     background: grey;
     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%;
}