Survival of the Fittest Tournament/status/styles.css

De ARK Wiki
Aller à la navigation Aller à la recherche
.sotf-team {
    width: 20%;
    padding: 1em 1em 0 1em !important;
    background-color: #9cee93;
}
.sotf-team-left-dead,
.sotf-team-right-dead {
    background-color: #eeed93;
}
.sotf-team-both-dead {
    background-color: #e3a4a4;
}
.sotf-team-both-dead .sotf-image-left,
.sotf-team-both-dead .sotf-image-right,
.sotf-team-left-dead .sotf-image-left,
.sotf-team-right-dead .sotf-image-right {
    opacity: 0.3;
}
.sotf-team-both-dead a:first-child,
.sotf-team-both-dead a:last-child,
.sotf-team-left-dead a:first-child,
.sotf-team-right-dead a:last-child {
    text-decoration: line-through;
}
.sotf-image-left,
.sotf-image-right {
    display: inline-block;
    width: 74px;
    height: 74px;
    border: 1px solid #000000;
}
.sotf-image-left { background-position: left center; }
.sotf-image-right { background-position: right center; }
.tournamentlive { background-color: #9cee93; }
.tournamentdead {
    background-color: #e3a4a4;
    text-decoration: line-through;
}