MediaWiki:Common.css

From yangwa
Revision as of 01:43, 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.
/* === 完全隐藏 Main_Page 顶部元素(Logo + 工具栏 + 标签栏)=== */

/* 1. 隐藏 Logo 图标区域 */
body.page-Main_Page #p-logo {
  display: none !important;
}

/* 2. 隐藏顶部搜索栏 + 用户名等工具栏 */
body.page-Main_Page #mw-head,
body.page-Main_Page #p-personal,
body.page-Main_Page #mw-head-base {
  display: none !important;
}

/* 3. 隐藏顶部标签栏(Main Page / Discussion / Read 等)*/
body.page-Main_Page .vector-header-container {
  display: none !important;
}

/* 隐藏主页标题 “Welcome” */
body.page-Main_Page .firstHeading {
  display: none !important;
}

/* === 隐藏 Main Page 页面顶部标签导航栏 === */
body.page-Main_Page .vector-header-container {
  display: none !important;
}