Template:剧透/styles.css:修订间差异
模板页面
更多操作
创建空白页面 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
.nc-spoiler { | |||
background-color: #202122; | |||
color: transparent; | |||
border-radius: 3px; | |||
padding: 0 4px; | |||
cursor: help; | |||
transition: color .15s ease, background-color .15s ease; | |||
} | |||
.nc-spoiler:hover, | |||
.nc-spoiler:focus { | |||
color: #fff; | |||
background-color: #3a3b3c; | |||
} | |||
2026年6月5日 (五) 14:32的最新版本
.nc-spoiler {
background-color: #202122;
color: transparent;
border-radius: 3px;
padding: 0 4px;
cursor: help;
transition: color .15s ease, background-color .15s ease;
}
.nc-spoiler:hover,
.nc-spoiler:focus {
color: #fff;
background-color: #3a3b3c;
}