super-turtle-idle change ui
super-turtle-idle change ui by dazzulay
Details
Authordazzulay
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name super-turtle-idle change ui
@namespace super-turtle-idle change ui
@version 1.0.4
@description super-turtle-idle change ui
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://gltyx.github.io/super-turtle-idle/") {
[id*="endGame"] {
background: red;
}
body {
cursor: default !important;
}
#gearLoadouts img {
display: none;
}
#gearLoadouts button {
background-size: 100%;
}
#gearLoadouts button#loadout1 {
background-image: url('img/src/icons/might.png');
}
#gearLoadouts button#loadout2 {
background-image: url('img/src/icons/occult.png');
}
#gearLoadouts button#loadout3 {
background-image: url('img/src/icons/deific.png');
}
#gearLoadouts button#loadout4 {
background-image: url('img/src/icons/elemental.png');
}
#gearLoadouts button#loadout5 {
background-image: url('img/src/icons/nature.png');
}
#gearLoadouts button#loadout6 {
background-image: url('img/src/items/I84.jpg');
}
#gearLoadouts button#loadout7 {
background-image: url('img/src/items/I162.jpg');
}
[data-using="on"] {
padding: 2px;
border: 2px dashed yellow !important;
}
[id*="gardenRow"] {
display: flex !important;
}
}