Difference between revisions of "User:Kairo/common.css"
From HomepointXI Wiki
m |
m |
||
Line 8: | Line 8: | ||
.lds-table.sandoria tbody > tr > th { | .lds-table.sandoria tbody > tr > th { | ||
background-color: #a00; | background-color: #a00; | ||
+ | color: yellow; | ||
+ | } | ||
+ | |||
+ | .lds-table.sandoria tbody > tr > th, | ||
+ | .lds-table-mobs.sandoria tbody > tr td { | ||
border-color: black; | border-color: black; | ||
− | |||
} | } | ||
Line 15: | Line 19: | ||
.lds-table.bastok tbody > tr > th { | .lds-table.bastok tbody > tr > th { | ||
background-color: #22a; | background-color: #22a; | ||
+ | color: #eed; | ||
+ | } | ||
+ | |||
+ | .lds-table.bastok tbody > tr > th, | ||
+ | .lds-table-mobs.bastok tbody > tr td { | ||
border-color: #eea; | border-color: #eea; | ||
− | |||
} | } | ||
Revision as of 16:59, 26 June 2017
.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 tbody > tr > th,
.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 tbody > tr > th,
.lds-table-mobs.bastok tbody > tr td {
border-color: #eea;
}
.lds-table-mobs tbody tr:first-child > td:first-child {
background-color: inherit;
border-color: inherit;
color: inherit;
}