模板:黑幕/style.css:修订间差异
< 模板:黑幕
(Litwak913将页面模板:黑幕/style.css的内容模型从“已过滤的CSS”更改为“CSS”) 标签:内容模型更改 |
(文本颜色不是纯黑色 // Edit via Wikiplus) |
||
| (未显示2个用户的7个中间版本) | |||
| 第1行: | 第1行: | ||
:root { | :root { | ||
--heimu: # | --heimu: #202122; | ||
} | } | ||
.heimu { | .heimu { | ||
transition: all .3s; | transition: all .3s; | ||
| 第11行: | 第10行: | ||
.heimu:not(:hover) a, | .heimu:not(:hover) a, | ||
.heimu:not(:hover) span { | .heimu:not(:hover) span { | ||
background-color: var(--heimu) !important; | background-color: var(--heimu) !important; | ||
color: var(--heimu) !important; | color: var(--heimu) !important; | ||
} | } | ||
.heimu:hover { | .heimu:hover { | ||
background-color: transparent; | |||
background: transparent; | |||
} | } | ||
/* [[分类:模板样式]] */ | |||
2023年1月3日 (二) 12:39的最新版本
:root {
--heimu: #202122;
}
.heimu {
transition: all .3s;
background-color: var(--heimu);
color: var(--heimu);
}
.heimu:not(:hover) > *,
.heimu:not(:hover) a,
.heimu:not(:hover) span {
background-color: var(--heimu) !important;
color: var(--heimu) !important;
}
.heimu:hover {
background-color: transparent;
}
/* [[分类:模板样式]] */