旧站的内容可能已过时。您可以前往“真魂”分站查看本页面,那里的内容将会定期同步。
“MediaWiki:Common.css”的版本间的差异
来自个人维基
小 |
|||
第10行: | 第10行: | ||
font-family: '思源黑体 CN', | font-family: '思源黑体 CN', | ||
'苹方-简', | '苹方-简', | ||
+ | '等线', | ||
'微软雅黑', | '微软雅黑', | ||
− | + | 'Droid Sans Fallback', | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
sans-serif, | sans-serif, | ||
"Apple Color Emoji", | "Apple Color Emoji", | ||
第61行: | 第54行: | ||
} | } | ||
− | + | pre, | |
+ | code, | ||
+ | samp, | ||
+ | kbd, | ||
+ | textarea { | ||
font-family: SFMono-Regular, | font-family: SFMono-Regular, | ||
Menlo, | Menlo, |
2021年6月14日 (一) 12:31的版本
/** * 版权协定:知识共享 署名-非商业性使用-相同方式共享 3.0 * 部分代码来自萌娘百科,原文:http://zh.moegirl.org/MediaWiki:Common.css */ body, #firstHeading, :lang(cmn) { font-family: '思源黑体 CN', '苹方-简', '等线', '微软雅黑', 'Droid Sans Fallback', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } *[lang]:not(:lang(cmn)) { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } #bodyContent { font-size: unset; font-family: unset; } #mw-page-base, #mw-page-base-master { background: linear-gradient(#398, #f6f6f6 50%); } #searchform input[type=submit] { background: linear-gradient(#f0f0f0, #e0e0e0); border-radius: 3px; border: 1px solid #c0c0c0; padding: 2px 5px; } pre, code, samp, kbd, textarea { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } #wpSave, .lnnblog-button-blue { display: inline-block; padding: 0.5rem 1rem; background: linear-gradient(#4060ff, #3040ff); color: white; border-radius: 3px; border: 2px solid #1c2880; } #wpPreview, #wpDiff, .lnnblog-button-white { display: inline-block; padding: 0.5rem 1rem; background: linear-gradient(#f0f0f0, #e0e0e0); color: black; border-radius: 3px; border: 2px solid #c0c0c0; } .lnnblog-button-red { display: inline-block; padding: 0.5rem 1rem; background: linear-gradient(#ff6040, #ff4030); color: black; border-radius: 3px; border: 2px solid #c0c0c0; } pre { overflow-x: auto; overflow-y: hidden; }