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