Template:黑幕/styles.css:修订间差异
模板页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
.heimu { | .heimu { | ||
color: transparent; | color: transparent; | ||
text-shadow: 0 0 | text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); | ||
transition: text-shadow 0.25s linear, color 0.25s linear; | transition: text-shadow 0.25s linear, color 0.25s linear; | ||
cursor: default; | cursor: default; | ||
2026年5月14日 (四) 08:56的最新版本
.heimu {
color: transparent;
text-shadow: 0 0 10px 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;
}
}