MediaWiki:Gadget-large-font.css:修订间差异
外观
删除的内容 添加的内容
Cleanup large-font CSS: remove redundant rules, remove !important from small/big |
恢复为你给的原始版本(误改已更正) |
||
| (未显示同一用户的4个中间版本) | |||
| 第2行: | 第2行: | ||
/* em -> rem per [[Special:PermaLink/65609687]] */ |
/* em -> rem per [[Special:PermaLink/65609687]] */ |
||
.skin-vector-legacy .mw-body-content, |
.skin-vector-legacy .mw-body-content, |
||
.skin-monobook .mw-body-content, |
|||
.vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content { |
.vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content { |
||
font-size: 0.938rem; |
font-size: 0.938rem; |
||
| 第19行: | 第18行: | ||
/* 解决small标签中文字体太小 */ |
/* 解决small标签中文字体太小 */ |
||
small |
small{ |
||
font-size:.857em; |
font-size:.857em; |
||
} |
} |
||
big |
big{ |
||
font-size:1.143em; |
font-size:1.143em; |
||
} |
} |
||
2026年6月11日 (四) 18:52的最新版本
/* Enlarge font-size for zh fonts */
/* em -> rem per [[Special:PermaLink/65609687]] */
.skin-vector-legacy .mw-body-content,
.vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content {
font-size: 0.938rem;
}
.skin-monobook .mw-body-content {
font-size: 110%;
}
/* [[phab:T182320]] */
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
font-size: 13.936px !important;
}
/* 解决small标签中文字体太小 */
small{
font-size:.857em;
}
big{
font-size:1.143em;
}