Difference between revisions of "Template:Status extended infobox"

Jump to navigation Jump to search
Line 107: Line 107:
}
}


table.status-Other tr:first-child th {
table.status-Irremovable-Buff tr:first-child th {
     background-color: #c0c0c0;
     background-color: #daa;
     padding: 0.5em 1em 0.5em 1em;
     padding: 0.5em 1em 0.5em 1em;
     font-size: 1.2em;
     font-size: 1.2em;
}
}


table.status-Other tr:not(:first-child) th {
table.status-Irremovable-Buff tr:not(:first-child) th {
     background-color: #d0d0d0;
     background-color: #dbb;
}
}


table.status-Other tr:not(:first-child) th + th {
table.status-Irremovable-Buff tr:not(:first-child) th + th {
     background-color: #d8d8d8;
    background-color: #ddc2c2;
}
 
table.status-Irremovable-Debuff tr:first-child th {
    background-color: #aad;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1.2em;
}
 
table.status-Irremovable-Debuff tr:not(:first-child) th {
    background-color: #bbd;
}
 
table.status-Irremovable-Debuff tr:not(:first-child) th + th {
     background-color: #c2c2dd;
}
}