MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
|||
| 第12行: | 第12行: | ||
body.page-Main_Page li#ca-talk { display: none !important; } | body.page-Main_Page li#ca-talk { display: none !important; } | ||
/* body.page-Main_Page .post-content { display: none !important; } */ | /* body.page-Main_Page .post-content { display: none !important; } */ | ||
2025年12月16日 (二) 17:41的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 为全站配置中英字符间距重置 */
/* 技术细节请参阅 https://developer.mozilla.org/zh-CN/docs/Web/CSS/Reference/Properties/text-autospace */
:root,
* {
text-autospace: normal !important;
}
/* 隐藏首页的两个tab(页面/讨论) */
body.page-Main_Page li#ca-nstab-main { display: none !important; }
body.page-Main_Page li#ca-talk { display: none !important; }
/* body.page-Main_Page .post-content { display: none !important; } */