打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

网站测试中,如需帮助或提出建议
联系维护员 @天明

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
天明留言 | 贡献
无编辑摘要
天明留言 | 贡献
无编辑摘要
第22行: 第22行:
/* 隐藏首页的更新日期及浏览计数统计 */
/* 隐藏首页的更新日期及浏览计数统计 */
body.page-Main_Page #footer-info { 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;
}

2025年12月21日 (日) 19:29的版本

/* 这里放置的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;
}