|
|
| 第1行: |
第1行: |
| /* 全站背景色 */
| |
| 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;
| |
| }
| |