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

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

模板页面
弃权者留言 | 贡献
无编辑摘要
弃权者留言 | 贡献
无编辑摘要
第31行: 第31行:
.heimu:active a:visited,  
.heimu:active a:visited,  
.heimu:active a.new {
.heimu:active a.new {
     color: inherit;
     color: revert;
     text-shadow: none;
     text-shadow: none;
}
}
第44行: 第44行:
     .heimu:active a:visited,  
     .heimu:active a:visited,  
     .heimu:active a.new {
     .heimu:active a.new {
         color: inherit;
         color: revert;
         text-shadow: none;
         text-shadow: none;
     }
     }
}
}

2026年5月17日 (日) 21:18的版本

.heimu {
    color: transparent;
    text-shadow: 0 0 10px var(--color-base, rgba(127, 127, 127, 0.5));
    background-color: transparent;
    outline: 1px solid var(--color-border);
    outline-offset: -1px;
    border-radius: 2px;
    padding: 0 2px;
    transition: all 0.25s ease;
    cursor: default;
}

.heimu a, 
.heimu a:visited, 
.heimu a.new {
    color: transparent;
    text-shadow: 0 0 10px var(--color-base, rgba(127, 127, 127, 0.5));
    transition: all 0.25s ease;
}

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

.heimu:hover a, 
.heimu:hover a:visited, 
.heimu:hover a.new,
.heimu:active a, 
.heimu:active a:visited, 
.heimu:active a.new {
    color: revert;
    text-shadow: none;
}

@media screen and (max-width: 768px) {
    .heimu:active {
        color: inherit;
        text-shadow: none;
        outline-color: transparent;
    }
    .heimu:active a, 
    .heimu:active a:visited, 
    .heimu:active a.new {
        color: revert;
        text-shadow: none;
    }
}