MediaWiki:Common.css:修订间差异

天明留言 | 贡献
无编辑摘要
天明留言 | 贡献
无编辑摘要
 
(未显示同一用户的4个中间版本)
第67行: 第67行:
   text-autospace: normal !important;
   text-autospace: normal !important;
}
}
/* 隐藏首页的更新日期及浏览计数统计 */
body.page-Main_Page #footer-info { display: none !important; }


/* 隐藏原版页脚编辑说明 */
/* 隐藏原版页脚编辑说明 */
#footer-info-credits { display: none; }
#footer-info-credits { display: none; }
/* “公民”皮肤会额外增加一些内容 */
#footer-info-custom-lastmod .page-info__label {
  display: none;
}
/* 仅在 Special:Version 页面隐藏那块版权说明 */
#mw-version-license {
    display: none !important;
}
body.mw-special-Version #mw-version-license + .plainlinks {
    display: none !important;
}