MediaWiki:Citizen.css:修订间差异
MediaWiki界面页面
更多操作
小无编辑摘要 |
小无编辑摘要 |
||
| (未显示同一用户的4个中间版本) | |||
| 第7行: | 第7行: | ||
} | } | ||
.citizen-footer { | |||
- | margin-top: 0 !important; | ||
} | } | ||
#p-navigation | .citizen-page-footer { | ||
#p-navigation .mw-list-item a: | margin-top: 0 !important; | ||
background: | padding-top: 0 !important; | ||
} | |||
/*#p-navigation {*/ | |||
/* --transition-hover: 0ms linear;*/ | |||
/*}*/ | |||
#p-navigation .mw-list-item a:hover { | |||
background-color: transparent !important; | |||
transform: none !important; | transform: none !important; | ||
} | } | ||
| 第29行: | 第34行: | ||
#n-QQ .ac-brand-icon::before { | #n-QQ .ac-brand-icon::before { | ||
mask-image: url(/images/icons/qq.svg); | mask-image: url(/images/icons/qq.svg); | ||
} | |||
.ac-news-meta { | |||
margin-bottom: 1.5rem; | |||
padding: 1rem; | |||
border-left: 4px solid var(--color-progressive); | |||
background: var(--color-surface-2); | |||
font-size: 0.9rem; | |||
} | } | ||
2026年6月15日 (一) 21:15的最新版本
/* 这里所有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;
}
.citizen-page-footer {
margin-top: 0 !important;
padding-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);
}
.ac-news-meta {
margin-bottom: 1.5rem;
padding: 1rem;
border-left: 4px solid var(--color-progressive);
background: var(--color-surface-2);
font-size: 0.9rem;
}