MediaWiki:Common.css:修订间差异

MediaWiki系统消息页面
(important)
无编辑摘要
第3行: 第3行:
     height: auto !important;
     height: auto !important;
     width: auto/9 !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 !important;
}
}

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

.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 !important;
}