Difference between revisions of "User:Kairo/common.css"
From HomepointXI Wiki
m |
m |
||
Line 1: | Line 1: | ||
− | .lds-table tbody > tr > th { | + | .lds-table tbody > tr > th, |
+ | .lds-table-mobs tbody > tr:nth-child(odd) > td { | ||
background-color: #042c67; | background-color: #042c67; | ||
color: white; | color: white; | ||
} | } | ||
− | .lds-table-mobs tbody > tr:nth-child(odd) > td { | + | .lds-table-mobs.sandoria tbody > tr:nth-child(odd) > td { |
− | background-color: # | + | .lds-table.sandoria tbody > tr > th { |
− | color: | + | background-color: #a00; |
+ | color: yellow; | ||
} | } | ||
Line 12: | Line 14: | ||
background-color: inherit; | background-color: inherit; | ||
color: inherit; | color: inherit; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 16:44, 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-mobs tbody tr:first-child > td:first-child {
background-color: inherit;
color: inherit;
}