MediaWiki:Common.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
}
}


table.batable th {
table.batable th.mainheader {
background-color: #2d4c72;
background-color: #2d4c72;
color: #ffffff;
color: #ffffff;
}
}


table.batable tr.bigheader th {
table.batable th.bigheader {
background-color: #ecf5f9;
background-color: #ecf5f9;
color: #000000;
color: #000000;

Revision as of 20:16, 20 April 2021

/* CSS placed here will be applied to all skins */
table.batable {
    background-color: #ecf5f9;
}

table.batable th.mainheader {
    background-color: #2d4c72;
    color: #ffffff;
}

table.batable th.bigheader {
    background-color: #ecf5f9;
    color: #000000;
}