打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
删除的内容 添加的内容
Wecury留言 | 贡献
我是笨蛋
Wecury留言 | 贡献
无编辑摘要
第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;
}