MediaWiki:Citizen.css:修订间差异
MediaWiki界面页面
更多操作
小无编辑摘要 |
小无编辑摘要 |
||
| 第7行: | 第7行: | ||
} | } | ||
#p-navigation | #p-navigation { | ||
--transition-hover: none; | |||
--transition-menu: none; | |||
} | } | ||
2026年6月10日 (三) 18:28的版本
/* 这里所有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);
}