Skip to content

Readable WTRL by treycook

Screenshot of Readable WTRL

Details

Authortreycook

LicenseNo License

Categorywtrl.racing

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

More readable WTRL ZRL Results

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         WTRL ZRL Results
@version      20211006.19.44
@namespace    userstyles.world/user/treycook
@description  More readable WTRL ZRL Results
@author       treycook
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.wtrl.racing/zrl-results/") {
#participantresults .odd.shown,
#participantresults .even.shown {
    background: #222834 !important;
}

#participantresults tr {
    background-color: #181818 !important;
}

#zdl table.table-bordered > tbody > tr > td,
#zrl table.table-bordered > tbody > tr > td,
#zrunl table.table-bordered > tbody > tr > td {
    border: 1px solid #222729;
}

table#participantresults {
    width: 75%;
    margin: 0 auto;
}

.details-control {
    filter: brightness(20%);
}

.text-uppercase {
    font-family: Arial;
    text-transform: none !important;
    font-weight: 600;
}

td strong {
    font-weight: normal;
    font-family: Arial;
}

table td {
    font-family: Arial;
    letter-spacing: normal;
}

#zrl .card {
    background: #202531;
}

#zrl table.dataTable thead tr th,
#zclassics table.dataTable thead tr th {
    font-family: Arial !important;
    color: #fff;
    text-align: center !important;
    letter-spacing: -0.05em;
    font-weight: 701;
    font-size: 11px;
}

#participantresults td {
    text-align: center;
}

#participantresults td .image-cropper {
    width: 1em;
    height: 1em;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

#participantresults tr:hover td {
    background-color: #234;
}

#participantresults td .label {
    display: inline;
    padding: .2em .5em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100%;
}

.blink_text {
    animation: none;
}
}

Reviews

No reviews yet.