MediaWiki:Common.css:修订间差异

Gnix807留言 | 贡献
无编辑摘要
标签手工回退
Gnix807留言 | 贡献
无编辑摘要
第99行: 第99行:
.editor-only {
.editor-only {
     display: none;
     display: none;
}
/* 全局羊皮纸背景与复古墨水字体 */
body, #content, .mw-body {
    background-color: #f4ecd8 !important; /* 泛黄的羊皮纸底色 */
    color: #2c1e16 !important; /* 褪色的深褐色墨水 */
    font-family: "Georgia", "Times New Roman", serif !important; /* 传统的书籍衬线字体 */
}
}