MediaWiki:Common.css:修订间差异
外观
清空全部内容 标签:清空 手工回退 |
无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
/* 全站背景色 */ | |||
body { | |||
background-color: #fff1d2 !important; | |||
} | |||
/* 主内容区(防止还是白的) */ | |||
.mw-body { | |||
background-color: #fff1d2 !important; | |||
} | |||
/* Vector 皮肤常见容器 */ | |||
#content, #mw-content-text { | |||
background-color: #fff1d2 !important; | |||
} | |||
2026年5月6日 (三) 12:42的版本
/* 全站背景色 */
body {
background-color: #fff1d2 !important;
}
/* 主内容区(防止还是白的) */
.mw-body {
background-color: #fff1d2 !important;
}
/* Vector 皮肤常见容器 */
#content, #mw-content-text {
background-color: #fff1d2 !important;
}