MediaWiki:Common.css
外观
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 全站背景色 */
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;
}