Skip to content

fix table and background by daniele-f

Details

Authordaniele-f

LicenseNo License

Categoryd4armory.io/events

Created

Updated

Size729 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fix table and background

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         d4armory.io
@version      20230612.17.02
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://d4armory.io/events/") {
#timer-overview {
    margin: 0 auto;
}

table#timer-overview {
    background-color: #3c3733;
    width: 50%;
}

table#timer-overview td {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #1c1c1c;
    width: 10px;
}

table#timer-overview td:nth-child(even) {
    text-align: left;
    font-weight: normal;
    padding-left: 14px;
}

body {
    background: rgb(28, 28, 28);
    background: linear-gradient(-45deg, rgba(28, 28, 28, 1) 81%, rgba(57, 53, 48, 1) 87%, rgba(93, 84, 74, 1) 93%, rgba(240, 210, 177, 1) 100%);
}
}

Reviews

No reviews yet.