Skip to content

DFWC round results position by emsixteen

Details

Authoremsixteen

LicenseNo License

Categoryq3df.org

Created

Updated

Size719 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Numbered row positions

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         DFWC round results position
@version      20211028.09.07
@namespace    userstyles.world/user/emsixteen
@description  Numbered row positions
@author       emsixteen
@license      No License
==/UserStyle== */

@-moz-document domain("dfwc.q3df.org") {
.player-results tbody tr {
    counter-increment: position;
}

.player-results tbody tr::before {
    content: counter(position);
    height: 2.5em;
    padding: 0 .25em;
    opacity: .4;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
}

.player-results tbody tr:nth-of-type(1)::before {
    content: "";
}

.player-results tbody tr:nth-of-type(2) {
    counter-reset: position;
}
}

Reviews

No reviews yet.