模板:黑幕/style.css:修订间差异
< 模板:黑幕
(创建页面,内容为“:root { --heimu: #000; } .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: transparent; }”) |
(文本颜色不是纯黑色 // Edit via Wikiplus) |
||
| (未显示2个用户的8个中间版本) | |||
| 第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;
}
/* [[分类:模板样式]] */