Template:黑幕/styles.css:修订间差异
模板页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
.heimu { | .heimu { | ||
color: transparent; | color: transparent; | ||
text-shadow: 0 0 10px rgba(127, 127, 127, 0.5); | |||
border-bottom: 1px dashed rgba(127, 127, 127, 0.4); | |||
transition: | transition: text-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease; | ||
cursor: | cursor: help; | ||
padding: 0 1px; | |||
padding: 0 | |||
} | } | ||
.heimu:hover, .heimu:active { | .heimu:hover, .heimu:active { | ||
color: inherit; | color: inherit; | ||
text-shadow: none; | text-shadow: none; | ||
border-bottom-color: transparent; | |||
} | } | ||
| 第18行: | 第17行: | ||
.heimu:active { | .heimu:active { | ||
color: inherit; | color: inherit; | ||
text-shadow: none; | text-shadow: none; | ||
border-bottom-color: transparent; | |||
} | } | ||
} | } | ||
2026年5月15日 (五) 22:41的版本
.heimu {
color: transparent;
text-shadow: 0 0 10px rgba(127, 127, 127, 0.5);
border-bottom: 1px dashed rgba(127, 127, 127, 0.4);
transition: text-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
cursor: help;
padding: 0 1px;
}
.heimu:hover, .heimu:active {
color: inherit;
text-shadow: none;
border-bottom-color: transparent;
}
@media screen and (max-width: 768px) {
.heimu:active {
color: inherit;
text-shadow: none;
border-bottom-color: transparent;
}
}