Difference between revisions of "MediaWiki:Common.css"

From The Fool's Aftermath Wiki
(Created page with "→‎CSS placed here will be applied to all skins: .infotable.table { border: 1px solid; }")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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