MediaWiki:Common.css
外观
/* 中文首页遵循中文维基百科主页行为:主内容从 banner 开始。 */
body.page-Main_Page.action-view .vector-page-titlebar {
display: none;
}
/*
* 上游: WikimediaMessages 的 ext.wikimediamessages.styles 首页深色兼容规则。
* 标准 MediaWiki 镜像不包含该 Wikimedia 生产站群扩展。
*/
@media screen {
.skin-theme-clientpref-night .page-Main_Page .mw-parser-output :not(.notheme):not(a) {
background: inherit !important;
color: inherit !important;
border-color: var(--border-color-subtle, #c8ccd1) !important;
}
}
@media screen and (prefers-color-scheme: dark) {
.skin-theme-clientpref-os .page-Main_Page .mw-parser-output :not(.notheme):not(a) {
background: inherit !important;
color: inherit !important;
border-color: var(--border-color-subtle, #c8ccd1) !important;
}
}