Small Thumbnails + No Background

Are thumbnails too large? Too close together? Would you rather always see titles and get rid of that useless background? Gotcha.

目前为 2023-11-19 提交的版本。查看 最新版本

/* ==UserStyle==
@name         Small Thumbnails + No Background
@version      3.1.2
@description  Are thumbnails too large? Too close together? Would you rather always see titles and get rid of that useless background? Gotcha.
@author       Valognir (https://www.deviantart.com/valognir)
@namespace    https://gf.qytechs.cn/en/scripts/404193-small-thumbnails-no-background

==/UserStyle== */
@document url("deviantart.com") {    
    .theme-light [data-hook="deviation_std_thumb"] * {
        color: var(--g-typography-primary-light);
    }

    [data-hook="deviation_link"] + div > div > div {
        background: none;
        bottom: -34px;
    }

    [data-hook="deviation_link"] > div,
    [data-hook="deviation_std_thumb"] > div:first-child {
        scale: 70%;
    }

    [data-hook="deviation_link"] + div > div:last-child > div:last-child > div {
        opacity: 1;
        content-visibility: visible;
    }

    [data-hook="deviation_std_thumb"] {
        padding-bottom: 50px;
    }

    [data-hook="deviation_std_thumb"] > div > div:last-child {
        overflow: visible;
    }
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址