Skip to content

HH(Transparent girl's stat panel) by stalker666

Screenshot of HH(Transparent girl's stat panel)

Details

Authorstalker666

LicenseNo License

Categoryhentaiheroes

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hentaiheroes - Transparent girl's stat panel

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           HH(Transparent girl's stat panel)
@namespace      none
@version        1.0.0.3
@description    hentaiheroes - Transparent girl's stat panel
@author         stalker666
@preprocessor stylus

@var checkbox   staticPosition 'Static position"' 1

==/UserStyle== */

@-moz-document domain("hentaiheroes.com"),
domain("haremheroes.com"),
domain("comixharem.com"),
domain("pornstarharem.com"),
domain("mangarpg.com"),
domain("amouragent.com") {
.new_girl_tooltip {
    background-color: #03201a99;
    text-shadow: 2px -2px 10px #000, 2px 2px 10px #000, -2px 2px 10px #000, -2px -2px 10px #000 !important;
    box-shadow: 0 0 10px 5px #00000080;
    pointer-events: none;
}

.new_girl_tooltip .girl_tooltip_grade {
    filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 5px #0fe) drop-shadow(0 0 10px #000);
}

.new_girl_tooltip .girl_tooltip_positions {
    background-color: unset;
}

.new_girl_tooltip .caracs {
    align-items: center;
    align-self: center;
}

.new_girl_tooltip .caracs span {
    margin: 0px 5px !important;
}
}

@-moz-document domain("hentaiheroes.com"), domain("haremheroes.com"), domain("comixharem.com"), domain("pornstarharem.com"), domain("mangarpg.com") {
/*Static position for panel*/
if staticPosition==1 {
    .new_girl_tooltip {
        position: absolute;
        top: auto !important;
        bottom: 15%;
        left: 50% !important;
        transform: translate(-50%, 0%) !important;
    }
}
}

Reviews

No reviews yet.