User:Wecury/common.css:修订间差异
来自Vocawiki
更多操作
删除的内容 添加的内容
我是笨蛋 |
小无编辑摘要 |
||
| 第10行: | 第10行: | ||
background-color: oklch(0.96 0.01 262.29); |
background-color: oklch(0.96 0.01 262.29); |
||
} |
} |
||
/* T:Document */ |
/* T:Document */ |
||
.template-documentation { |
.template-documentation { |
||
background-color: white !important; |
background-color: white !important; |
||
} |
|||
/* citizen背景色(不考虑深色模式) */ |
|||
body.skin-citizen { |
|||
background: #FAFCFF; |
|||
} |
} |
||
2025年10月13日 (一) 21:21的版本
/* citizen页脚CC图标 */
.citizen-footer #footer-copyrightico img {
display: none;
}
.citizen-footer #footer-copyrightico a {
display: inline-block;
width: 119.33px;
background: url(/images/4/4b/CC_BY-NC-SA.svg) no-repeat center center;
background-size: 88px;
background-color: oklch(0.96 0.01 262.29);
}
/* T:Document */
.template-documentation {
background-color: white !important;
}
/* citizen背景色(不考虑深色模式) */
body.skin-citizen {
background: #FAFCFF;
}