MediaWiki:Common.css:修订间差异
外观
无编辑摘要 标签:已被回退 |
无编辑摘要 标签:已被回退 |
||
| 第11行: | 第11行: | ||
/* Vector 皮肤常见容器 */ | /* Vector 皮肤常见容器 */ | ||
#content, #mw-content-text { | #content, #mw-content-text { | ||
background-color: #fff1d2 !important; | |||
} | |||
/* Vector 左侧/主列背景 */ | |||
.vector-column-start { | |||
background-color: #fff1d2 !important; | |||
} | |||
/* 主内容包裹(新版 Vector 2022 很关键) */ | |||
.vector-page-container { | |||
background-color: #fff1d2 !important; | |||
} | |||
/* 页面整体容器 */ | |||
.mw-page-container { | |||
background-color: #fff1d2 !important; | background-color: #fff1d2 !important; | ||
} | } | ||
2026年5月6日 (三) 12:43的版本
/* 全站背景色 */
body {
background-color: #fff1d2 !important;
}
/* 主内容区(防止还是白的) */
.mw-body {
background-color: #fff1d2 !important;
}
/* Vector 皮肤常见容器 */
#content, #mw-content-text {
background-color: #fff1d2 !important;
}
/* Vector 左侧/主列背景 */
.vector-column-start {
background-color: #fff1d2 !important;
}
/* 主内容包裹(新版 Vector 2022 很关键) */
.vector-page-container {
background-color: #fff1d2 !important;
}
/* 页面整体容器 */
.mw-page-container {
background-color: #fff1d2 !important;
}