MediaWiki:Citizen.css:修订间差异
MediaWiki界面页面
更多操作
小无编辑摘要 |
小无编辑摘要 |
||
| 第10行: | 第10行: | ||
/* --transition-hover: 0ms linear;*/ | /* --transition-hover: 0ms linear;*/ | ||
/*}*/ | /*}*/ | ||
#p-navigation .mw-list-item a:hover | #p-navigation .mw-list-item a:hover { | ||
background-color: transparent !important; | |||
background: | |||
transform: none !important; | transform: none !important; | ||
} | } | ||
2026年6月10日 (三) 18:43的版本
/* 这里所有CSS都会加载给Citizen皮肤的用户 */
/* 隐藏指定 footer 信息里的 label */
#footer-info-custom-lastmod .page-info__label,
#footer-info-viewcount .page-info__label {
display: none !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);
}