MediaWiki:Common.css:修订间差异

MediaWiki系统消息页面
无编辑摘要
无编辑摘要
第10行: 第10行:


pre, pre code, kbd, textarea, input {
pre, pre code, kbd, textarea, input {
     font-family: 'SFMono-Regular',Consolas,'Courier New', monospace !important;
     font-family: 'SFMono-Regular',Consolas,'Courier New',monospace, system-ui,-apple-system, "微软雅黑", Segoe UI, sans-serif; !important;
}
}

2022年11月3日 (四) 01:44的版本

.img-adjust img {
    max-width: 100% !important;
    height: auto !important;
    width: auto/9 !important;
}

body {
    font-family: Inter,system-ui,-apple-system,Segoe UI,"微软雅黑", sans-serif !important;
}

pre, pre code, kbd, textarea, input {
    font-family: 'SFMono-Regular',Consolas,'Courier New',monospace, system-ui,-apple-system, "微软雅黑", Segoe UI, sans-serif; !important;
}