Difference between revisions of "User:Kairo/common.css"
From HomepointXI Wiki
m |
m |
||
(34 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
.lds-table-mobs.bastok tbody > tr td { | .lds-table-mobs.bastok tbody > tr td { | ||
border-color: #dda; | border-color: #dda; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.lds-table-mobs.windurst tbody > tr:nth-child(odd) > td, | .lds-table-mobs.windurst tbody > tr:nth-child(odd) > td, | ||
.lds-table.windurst tbody > tr > th { | .lds-table.windurst tbody > tr > th { | ||
− | background-color: # | + | background-color: #080; |
color: yellow; | color: yellow; | ||
} | } | ||
Line 47: | Line 42: | ||
.lds-table-mobs.windurst tbody > tr td { | .lds-table-mobs.windurst tbody > tr td { | ||
border-color: #cca; | border-color: #cca; | ||
+ | } | ||
+ | |||
+ | .lds-table-mobs.jeuno tbody > tr:nth-child(odd) > td, | ||
+ | .lds-table.jeuno tbody > tr > th { | ||
+ | background-color: #f0f0f0; | ||
+ | color: red; | ||
+ | } | ||
+ | |||
+ | .lds-table.jeuno, | ||
+ | .lds-table.jeuno tbody > tr > th, | ||
+ | .lds-table.jeuno tbody > tr > td, | ||
+ | .lds-table-mobs.jeuno tbody > tr td { | ||
+ | border-color: #ddd; | ||
+ | } | ||
+ | |||
+ | body .lds-table-mobs tbody tr .lds-table-mobs-cat, | ||
+ | body .lds-table-mobs.sandoria tbody tr .lds-table-mobs-cat, | ||
+ | body .lds-table-mobs.bastok tbody tr .lds-table-mobs-cat, | ||
+ | body .lds-table-mobs.windurst tbody tr .lds-table-mobs-cat, | ||
+ | body .lds-table-mobs.jeuno tbody tr .lds-table-mobs-cat { | ||
+ | background-color: inherit; | ||
+ | color: inherit; | ||
+ | } | ||
+ | |||
+ | .lds-table-abilities tbody > tr > td { | ||
+ | vertical-align: top; | ||
+ | width: 50%; | ||
} | } |
Latest revision as of 02:21, 13 August 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,
.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.windurst tbody > tr:nth-child(odd) > td,
.lds-table.windurst tbody > tr > th {
background-color: #080;
color: yellow;
}
.lds-table.windurst,
.lds-table.windurst tbody > tr > th,
.lds-table.windurst tbody > tr > td,
.lds-table-mobs.windurst tbody > tr td {
border-color: #cca;
}
.lds-table-mobs.jeuno tbody > tr:nth-child(odd) > td,
.lds-table.jeuno tbody > tr > th {
background-color: #f0f0f0;
color: red;
}
.lds-table.jeuno,
.lds-table.jeuno tbody > tr > th,
.lds-table.jeuno tbody > tr > td,
.lds-table-mobs.jeuno tbody > tr td {
border-color: #ddd;
}
body .lds-table-mobs tbody tr .lds-table-mobs-cat,
body .lds-table-mobs.sandoria tbody tr .lds-table-mobs-cat,
body .lds-table-mobs.bastok tbody tr .lds-table-mobs-cat,
body .lds-table-mobs.windurst tbody tr .lds-table-mobs-cat,
body .lds-table-mobs.jeuno tbody tr .lds-table-mobs-cat {
background-color: inherit;
color: inherit;
}
.lds-table-abilities tbody > tr > td {
vertical-align: top;
width: 50%;
}