Template:黑幕/styles.css:修订间差异
模板页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的4个中间版本) | |||
| 第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- | background-color: transparent; | ||
transition: | outline: 1px solid var(--color-border); | ||
outline-offset: -1px; | |||
border-radius: 2px; | |||
padding: 0 2px; | |||
transition: all 0.25s ease; | |||
cursor: default; | |||
} | |||
.heimu a { | |||
transition: all 0.25s ease; | |||
} | |||
.heimu:not(:hover):not(:active) a { | |||
color: transparent !important; | |||
text-shadow: 0 0 10px var(--color-base, rgba(127, 127, 127, 0.5)); | |||
} | } | ||
| 第11行: | 第23行: | ||
color: inherit; | color: inherit; | ||
text-shadow: none; | text-shadow: none; | ||
outline-color: transparent; | |||
} | } | ||
| 第18行: | 第30行: | ||
color: inherit; | color: inherit; | ||
text-shadow: none; | text-shadow: none; | ||
outline-color: transparent; | |||
} | } | ||
} | } | ||
2026年5月17日 (日) 21:20的最新版本
.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 {
transition: all 0.25s ease;
}
.heimu:not(:hover):not(:active) a {
color: transparent !important;
text-shadow: 0 0 10px var(--color-base, rgba(127, 127, 127, 0.5));
}
.heimu:hover, .heimu:active {
color: inherit;
text-shadow: none;
outline-color: transparent;
}
@media screen and (max-width: 768px) {
.heimu:active {
color: inherit;
text-shadow: none;
outline-color: transparent;
}
}