MediaWiki:Common.css:修订间差异

Gnix807留言 | 贡献
无编辑摘要
Gnix807留言 | 贡献
无编辑摘要
 
(未显示同一用户的7个中间版本)
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
/* === 全局字体:复古打字机风格 === */
/* === 全局字体:复古打字机风格 === */
body {
    font-family: 'Courier New', Courier, 'Inconsolata', monospace;
    background-color: #f4f1ea; /* 陈旧纸张色 */
    color: #333;
}


/* === 首页容器 === */
/* === 首页容器 === */
第93行: 第88行:
.page-首页 #firstHeading {
.page-首页 #firstHeading {
     display: none;
     display: none;
}
/* 默认隐藏“仅编辑者可见”的区域 */
.editor-only {
    display: none;
}
/* 全局羊皮纸背景与复古墨水字体 */
body, #content, .mw-body {
    /*background-color: #f4ecd8 !important; /* 泛黄的羊皮纸底色 */
    color: #2c1e16 !important; /* 褪色的深褐色墨水 */
    font-family: "Georgia", "Times New Roman", serif !important; /* 传统的书籍衬线字体 */
}
}