Difference between revisions of "User:Kairo/common.css"
From HomepointXI Wiki
m |
m (→Add Bastok colors) |
||
Line 10: | Line 10: | ||
border-color: black; | border-color: black; | ||
color: yellow; | color: yellow; | ||
+ | } | ||
+ | |||
+ | .lds-table-mobs.bastok tbody > tr:nth-child(odd) > td, | ||
+ | .lds-table.bastok tbody > tr > th { | ||
+ | background-color: #00a; | ||
+ | border-color: #eea; | ||
+ | color: white; | ||
} | } | ||
Revision as of 16:52, 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;
border-color: black;
color: yellow;
}
.lds-table-mobs.bastok tbody > tr:nth-child(odd) > td,
.lds-table.bastok tbody > tr > th {
background-color: #00a;
border-color: #eea;
color: white;
}
.lds-table-mobs tbody tr:first-child > td:first-child {
background-color: inherit;
border-color: inherit;
color: inherit;
}