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

Template:黑幕/styles.css

模板页面
弃权者留言 | 贡献2026年5月14日 (四) 08:55的版本
.heimu {
    color: transparent;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    transition: text-shadow 0.25s linear, color 0.25s linear;
    cursor: default;
}

.heimu:hover, .heimu:active {
    color: inherit;
    text-shadow: none;
}

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