Skip to content

SpankBang by xiggi

Details

Authorxiggi

LicenseNo License

Categoryspankbang

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Deep Dark theme for SpankBang.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         SpankBang
@version      20240506.10.44
@namespace    ?
==/UserStyle== */

@-moz-document domain("spankbang.com") {
    :root {
        --dark: #000;
        --gray: #151515;
    }

body {
    background-color: var(--dark);
}

#bottom_nav .top_nav {
    background-color: var(--gray);
}

footer, .footer_bbm, li.hd.live_cam_header_2, header .top-wrapper .link-wrapper {
    display: none;
}

#browse_new.channel_page .similar a.image img:hover, #browse_new.channel_page .similar a.image img:active {
    opacity: 70%;
    transition: 0.2s;
}

#browse_new.channel_page ul.top li.i .follow {
    color: #fff;
    background: #77180e;
}

svg.i_svg.i_check-circle {
    color: inherit;
}

.ft-button svg {
    opacity: initial;
}

.show-more-button-container a {
    color: #fff;
    background-color: var(--dark);
    font-weight: 400;
    height: 100%;
    display: block;
    border: 0.0625rem solid #4b555e;
}

header {
        background: rgb(0 0 0 / 70%);
        backdrop-filter: blur(10px) !important;
}

#home .tag_head a {
    background-color: var(--gray);
}

header .search form input {
    background-color: var(--gray);
}
}

Reviews

No reviews yet.