MediaWiki:Citizen.css:修订间差异
MediaWiki界面页面
更多操作
创建页面,内容为“→这里所有CSS都会加载给Citizen皮肤的用户: →隐藏指定 footer 信息里的 label: #footer-info-custom-lastmod .page-info__label, #footer-info-viewcount .page-info__label { display: none !important; }” |
小无编辑摘要 |
||
| 第5行: | 第5行: | ||
#footer-info-viewcount .page-info__label { | #footer-info-viewcount .page-info__label { | ||
display: none !important; | display: 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); | |||
} | } | ||
2026年6月10日 (三) 18:18的版本
/* 这里所有CSS都会加载给Citizen皮肤的用户 */
/* 隐藏指定 footer 信息里的 label */
#footer-info-custom-lastmod .page-info__label,
#footer-info-viewcount .page-info__label {
display: 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);
}