hentaiheroes - Colored glow for girl's elements
HH(Glow elements) by stalker666

Details
Authorstalker666
LicenseNo License
Categoryhentaiheroes
Created
Updated
Code size2.9 kB
Code checksum3a4b06fc
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name HH(Glow elements)
@namespace none
@version 1.0.0.4
@description hentaiheroes - Colored glow for girl's elements
@author stalker666
==/UserStyle== */
@-moz-document domain("hentaiheroes.com"),
domain("haremheroes.com"),
domain("comixharem.com"),
domain("pornstarharem.com"),
domain("mangarpg.com"),
domain("amouragent.com") {
#leagues .icon,
#season-arena .icon,
.team-hexagon-container .icon,
.team-hexagon-container .icon-area .domination-synergy-toggle,
.team-slot-container>.team-slot-themes-container>.team-slot-theme {
margin-left: 5px;
margin-right: 5px;
}
[tooltip="Dominatrix"],
[tooltip="darkness_flavor_element"],
.darkness_element_icn {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #b700ff) drop-shadow(3px 0 1px #fff) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Submissive"],
[tooltip="light_flavor_element"],
.light_element_icn {
filter: drop-shadow(0 0 1px #000)drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #7e7e7e) drop-shadow(3px 0 1px #b700ff) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Voyeur"],
[tooltip="psychic_flavor_element"],
.psychic_element_icn {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #fff) drop-shadow(3px 0 1px #7e7e7e) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Eccentric"],
[tooltip="fire_flavor_element"],
.fire_element_icn {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #09f) drop-shadow(3px 0 1px #43ce39) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Exhibitionist"],
[tooltip="nature_flavor_element"],
.nature_element_icn {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #f00) drop-shadow(3px 0 1px #ff723d) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Physical"],
[tooltip="stone_flavor_element"],
.stone_element_icn {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #43ce39) drop-shadow(3px 0 1px #ff0) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Playful"],
[tooltip="sun_flavor_element"],
.sun_element_icn {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #ff723d) drop-shadow(3px 0 1px #09f) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Sensual"],
[tooltip="water_flavor_element"],
.water_element_icn {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #ff0) drop-shadow(3px 0 1px #f00) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
[tooltip="Balanced"] {
filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(-3px 0 1px #0ef) drop-shadow(3px 0 1px #0ef) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000);
}
}