Small improvements to the MyHordes clock UI.
BetterClock by infomase
Details
Authorinfomase
LicenseCC0
Categorymyhordes
Created
Updated
Size829 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name BetterClock
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Small improvements to the MyHordes clock UI.
@author Morue
==/UserStyle== */
@-moz-document url-prefix("https://myhordes.eu"), url-prefix("https://myhordes.fr"), url-prefix("https://myhord.es"), url-prefix("https://myhordes.de") {
div.game-menu-area > div.game-bar > div.ulcont.clock > li:first-child,
div.game-menu-area > div.game-bar > ul.clock > li:first-child{
overflow:hidden;
}
html body[data-theme-name="halloween"] #wrapper:not(.attract) div.game-menu-area > div.game-bar > div.ulcont.clock > li:nth-child(2),
html body[data-theme-name="halloween"] #wrapper:not(.attract) div.game-menu-area > div.game-bar > ul.clock > li:nth-child(2){
color:#ddab76;
}
}