MediaWiki:Gadget-large-font.css:修订间差异
删除的内容 添加的内容
创建页面,内容为“→中文内容字体放大优化(适配 1.43+): →1. 正文区域字体大小(兼容老版+新版皮肤) - 覆盖 Vector 经典版、Monobook、Vector 2022 皮肤 - 补充纯新版皮肤选择器,防止功能类名变更导致失效: .skin-vector-legacy .mw-body-content, →Vector 经典版: .skin-monobook .mw-body-content, →Monobook 皮肤: .vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content, /* Vec…” |
恢复为你给的原始版本(误改已更正) |
||
| (未显示同一用户的5个中间版本) | |||
第1行:
/* Enlarge font-size for zh fonts */
/* em -> rem per [[Special:PermaLink/65609687]] */
.vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content
font-size: 0.938rem;
▲.skin-vector-legacy .mw-body-content, /* Vector 经典版 */
▲.vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content, /* Vector 2022(默认字体设置) */
}
.skin-monobook .mw-body-content {
font-size: 110%;
}
/* [[phab:T182320]] */
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
}
/*
font-size:.857em;
▲small {
}
big
}
| |||