打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Template:黑幕/styles.css:修订间差异

模板页面
弃权者留言 | 贡献
无编辑摘要
弃权者留言 | 贡献
无编辑摘要
第1行: 第1行:
.heimu {
.heimu {
     color: transparent;
     color: transparent;
     text-shadow: 0 0 10px rgba(127, 127, 127, 0.5);
     text-shadow: 0 0 10px var(--color-base, rgba(127, 127, 127, 0.5));
     border-bottom: 1px dashed rgba(127, 127, 127, 0.4);
     background-color: transparent;
     transition: text-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    box-shadow: inset 0 0 0 1px var(--color-border);
     cursor: help;
     border-radius: 4px;
     padding: 0 1px;
    padding: 0 4px;
    margin: 0 2px;
    transition: all 0.25s ease;
     cursor: default;
    display: inline-block;
     line-height: 1.2;
}
}


第11行: 第16行:
     color: inherit;
     color: inherit;
     text-shadow: none;
     text-shadow: none;
     border-bottom-color: transparent;
     box-shadow: inset 0 0 0 1px transparent;
}
}


第18行: 第23行:
         color: inherit;
         color: inherit;
         text-shadow: none;
         text-shadow: none;
         border-bottom-color: transparent;
         box-shadow: inset 0 0 0 1px transparent;
     }
     }
}
}

2026年5月15日 (五) 22:44的版本

.heimu {
    color: transparent;
    text-shadow: 0 0 10px var(--color-base, rgba(127, 127, 127, 0.5));
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--color-border);
    border-radius: 4px;
    padding: 0 4px;
    margin: 0 2px;
    transition: all 0.25s ease;
    cursor: default;
    display: inline-block;
    line-height: 1.2;
}

.heimu:hover, .heimu:active {
    color: inherit;
    text-shadow: none;
    box-shadow: inset 0 0 0 1px transparent;
}

@media screen and (max-width: 768px) {
    .heimu:active {
        color: inherit;
        text-shadow: none;
        box-shadow: inset 0 0 0 1px transparent;
    }
}