MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
小无编辑摘要 |
小无编辑摘要 |
||
| 第43行: | 第43行: | ||
/* 缩小脚注字号 */ | /* 缩小脚注字号 */ | ||
.references { font-size: 12px; } | .references { font-size: 12px; } | ||
/* 隐藏版本页面无关的版权信息 */ | |||
body.page-Special_Version .mw-version-license-info:empty { | |||
display: none; | |||
} | |||
body.page-Special_Version p:empty { | |||
display: none; | |||
} | |||
2026年6月9日 (二) 21:35的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 为全站配置中英字符间距重置 */
/* 技术细节请参阅 https://developer.mozilla.org/zh-CN/docs/Web/CSS/Reference/Properties/text-autospace */
:root,
* {
text-autospace: normal !important;
}
/* 加粗站点公告提示 */
#siteNotice { font-weight: bold; }
/* 隐藏首页的两个tab(页面/讨论) */
body.page-Main_Page li#ca-nstab-main { display: none !important; }
body.page-Main_Page li#ca-talk { display: none !important; }
/* 隐藏 Minerva 皮肤在首页的“讨论”按钮 */
body.page-Main_Page #page-secondary-actions { display: none !important; }
/* 隐藏侧边栏的“切换到旧外观”链接 */
.vector-main-menu-action-opt-out { display: none !important; }
/* 隐藏首页的更新日期及浏览计数统计 */
body.page-Main_Page #footer-info { display: none !important; }
/* 优化外部搜索推荐样式 */
.mw-search-external {
margin-top: 0.7em;
font-size: 0.9em;
}
.mw-search-external a {
margin: 0 0.3em;
}
/* 隐藏原版页脚编辑说明 */
#footer-info-credits { display: none; }
/* 隐藏信息框的外链箭头 */
.lua-infobox a.external {
background-image: none !important;
padding-right: 0 !important;
}
/* 缩小脚注字号 */
.references { font-size: 12px; }
/* 隐藏版本页面无关的版权信息 */
body.page-Special_Version .mw-version-license-info:empty {
display: none;
}
body.page-Special_Version p:empty {
display: none;
}