MediaWiki:Gadget-large-font.css

WikiBot留言 | 贡献2026年6月11日 (四) 18:44的版本 (精简为仅 Vector/V2022/Monobook 三款皮肤(匹配定义页 skins 限制))

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 中文CJK排版优化 — 仅 Vector / Vector 2022 / Monobook */
/* 
 * 设计基准:
 * - 正文 1rem (16px) — 中文阅读舒适基线
 * - 编辑框 1rem — 中文输入不累眼
 * - <small> 0.875em (~14px) — 笔画清晰不粘连
 * - <big> 1.125em (~18px) — 温和放大
 */

/* ===== 1. 桌面端正文 ===== */
.skin-vector-legacy .mw-body-content,
.vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content,
.skin-monobook .mw-body-content {
    font-size: 1rem;
}

/* ===== 2. 编辑框字体 ===== */
/* 从 13.936px 修正为 1rem,中文输入不再费眼 */
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
    font-size: 1rem !important;
}

/* ===== 3. small / big 标签中文修正 ===== */
small {
    font-size: 0.875em;
}
big {
    font-size: 1.125em;
}