MediaWiki:Common.css

From yangwa
Revision as of 01:33, 12 April 2025 by Yangwalab (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 只保留隐藏首页标题和 logo 名字 + 背景颜色 */

/* 1. 隐藏首页标题“Main Page” */
body.page-Main_Page .firstHeading {
  display: none !important;
}

/* 2. 隐藏 logo 右侧的 wiki 名字 */
body.page-Main_Page .mw-logo-wordmark {
  display: none !important;
}

/* 3. 设置首页背景色(可自定义) */
body.page-Main_Page {
  background-color: #121212 !important; /* 暗色背景,可换成 #fefefe */
  color: #eeeeee;
}