Skip to content

FT(Dark main background) by stalker666

Screenshot of FT(Dark main background)

Details

Authorstalker666

LicenseNo License

Categoryfaptitans

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Черный фон страницы + делает невидимым ID игрока(высвечивается только если игрок навел курсор в область под игрой)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           FT(Dark main background)
@namespace      https://userstyles.world/style/13965/ftdark-main-background
@version        1.0.0
@description    Черный фон страницы + делает невидимым ID игрока(высвечивается только если игрок навел курсор в область под игрой)
@author         stalker666
==/UserStyle== */
@-moz-document domain("faptitans.com") {
    body {
        background-color: #151726 !important;
        color: #fff !important;
    }

    body .main {
        background: #00756b;
        box-shadow: 0 0 10px #00756b, 0 0 10px #006b6299, 0 0 10px #006b6280, 0 0 25px #00aaff80 !important;
    }

    .main div[style="position: absolute; top: calc(50% - 186px); left: calc(100% - 15px); width: 120px; text-align: left; color: rgb(88, 65, 46); padding: 5px 5px 5px 25px; border: 1px solid rgb(88, 65, 46); border-radius: 15px; z-index: -1;"] {
        width: 128px !important;
        font-family: "MS PGothic" !important;
        font-weight: bolder !important;
        padding: 1px 1px 1px 20px !important;
        color: #b5b5b5 !important;
        border: 1px solid #b5b5b5 !important;
    }

    .page-footer {
        color: #fff !important;
    }

    .page-footer .user-id {
        color: #fff0 !important;
    }

    .page-footer:hover .user-id {
        color: #fff !important;
    }
}

Reviews

No reviews yet.