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

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

MediaWiki:Citizen.css:修订间差异

MediaWiki界面页面
天明留言 | 贡献
无编辑摘要
天明留言 | 贡献
无编辑摘要
第5行: 第5行:
#footer-info-viewcount .page-info__label {
#footer-info-viewcount .page-info__label {
     display: none !important;
     display: none !important;
}
.citizen-footer {
    margin-top: 0 !important;
}
}



2026年6月11日 (四) 21:43的版本

/* 这里所有CSS都会加载给Citizen皮肤的用户 */

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

.citizen-footer {
    margin-top: 0 !important;
}

/*#p-navigation {*/
/*    --transition-hover: 0ms linear;*/
/*}*/
#p-navigation .mw-list-item a:hover {
    background-color: transparent !important;
    transform: none !important;
}

#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);
}