Small Thumbnails + No Background

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

目前為 2021-06-08 提交的版本,檢視 最新版本

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

@-moz-document domain("deviantart.com") {
    [data-hook^="content_row-"] > div {
        width: auto !important;
    }
    
    [data-hook="deviation_std_thumb"] {
        padding-bottom: 50px;
    }
    
    [data-hook="content_row-1"] {
        display: flex;
    }
    
    [data-hook="deviation_link"] {
        
    }
    
    [data-hook="deviation_link"]>div {
        scale: 70%;
    }
    
    [data-hook="deviation_link"]+div{
        width: 65%;
        margin: auto;
    }
    
    [data-hook="deviation_link"]+div>div:last-child{
        opacity: 1;
    }
    .theme-light [data-hook="deviation_link"]+div>div:last-child,
    .theme-light [data-hook="deviation_link"]+div>div:last-child a:not(:hover),
    .theme-light [data-hook="deviation_link"]+div>div:last-child button:not(:hover){
        color: var(--D1);
    }
    
    [data-hook="deviation_link"]+div>div:first-child {
        background: none;
    }
}

QingJ © 2025

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