MediaWiki:Gadget-large-font.css:修订间差异
删除的内容 添加的内容
创建页面,内容为“→Enlarge font-size for zh fonts: →em -> rem per [[Special:PermaLink/65609687]]: .skin-vector .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;” |
小无编辑摘要 |
||
第14行: | 第14行: | ||
.mw-editfont-serif { |
.mw-editfont-serif { |
||
font-size: 13.936px !important; |
font-size: 13.936px !important; |
||
/* Remove the max-width settings in the vector-2022 skin */ |
|||
.mw-page-container, |
|||
.mw-workspace-container, |
|||
.mw-content-container, |
|||
.vector-sticky-header, |
|||
.mw-article-toolbar-container { |
|||
max-width: unset !important; |
|||
} |
|||
/* Shrink the whitespace gap under the top header as well */ |
|||
.mw-header { |
|||
margin-bottom: 0.5em; |
|||
} |
|||
/* Fix for menu popup location */ |
|||
.vector-toc-collapsed #mw-sidebar-checkbox:not(:checked) ~ .mw-table-of-contents-container { |
|||
margin-left: unset; |
|||
} |
2022年12月11日 (日) 11:31的版本
/* Enlarge font-size for zh fonts */
/* em -> rem per [[Special:PermaLink/65609687]] */
.skin-vector .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;
/* Remove the max-width settings in the vector-2022 skin */
.mw-page-container,
.mw-workspace-container,
.mw-content-container,
.vector-sticky-header,
.mw-article-toolbar-container {
max-width: unset !important;
}
/* Shrink the whitespace gap under the top header as well */
.mw-header {
margin-bottom: 0.5em;
}
/* Fix for menu popup location */
.vector-toc-collapsed #mw-sidebar-checkbox:not(:checked) ~ .mw-table-of-contents-container {
margin-left: unset;
}