User:EpicTaru/common.css
From HomepointXI Wiki
.lds-table tbody > tr > th,
.lds-table-mobs tbody > tr:nth-child(odd) > td {
background-color: #042c67;
color: white;
}
.lds-table-mobs.sandoria tbody > tr:nth-child(odd) > td,
.lds-table.sandoria tbody > tr > th {
background-color: #a00;
color: yellow;
}
.lds-table.sandoria,
.lds-table.sandoria tbody > tr > th,
.lds-table.sandoria tbody > tr > td,
.lds-table-mobs.sandoria tbody > tr td {
border-color: black;
}
.lds-table-mobs.bastok tbody > tr:nth-child(odd) > td,
.lds-table.bastok tbody > tr > th {
background-color: #22a;
color: #eed;
}
.lds-table.bastok,
.lds-table.bastok tbody > tr > th,
.lds-table.bastok tbody > tr > td,
.lds-table-mobs.bastok tbody > tr td {
border-color: #dda;
}
.lds-table-mobs tbody tr:first-child > td:first-child {
background-color: inherit;
color: inherit;
}