打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

网站测试中,如需帮助或提出建议
联系维护员 @天明

MediaWiki:Citizen.css

MediaWiki界面页面
天明留言 | 贡献2026年6月10日 (三) 18:28的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 这里所有CSS都会加载给Citizen皮肤的用户 */

/* 隐藏指定 footer 信息里的 label */
#footer-info-custom-lastmod .page-info__label,
#footer-info-viewcount .page-info__label {
    display: none !important;
}

#p-navigation {
    --transition-hover: none;
    --transition-menu: none;
}

#n-Discord .ac-brand-icon::before {
    mask-image: url(/images/icons/discord.svg);
}

#n-Telegram .ac-brand-icon::before {
    mask-image: url(/images/icons/telegram.svg);
}

#n-QQ .ac-brand-icon::before {
    mask-image: url(/images/icons/qq.svg);
}