Skip to content

gw2 wiki - keep timer onscreen by daniele-f

Details

Authordaniele-f

LicenseNo License

Categoryhttps://wiki.guildwars2.com/wiki/Event_timers

Created

Updated

Size560 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Keep timer onscreen

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         gw2 wiki - keep timer onscreen
@version      20230903.20.49
@namespace    userstyles.world/user/daniele-f
@description  Keep timer onscreen
@author       daniele-f
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://wiki.guildwars2.com/wiki/Event_timers") {
#event-wrapper.toptimes .event-bar-container.t {
    position: sticky;
    top: 50px;
    z-index: 1;
    background-color: wheat;
}

.event-pointer {
    z-index: 2;
}

.event-time {
    color: black;
}

.event-name a {
    color: #002412;
}
}

Reviews

No reviews yet.