MediaWiki:Common.css

From yangwa
Revision as of 03:46, 11 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.
.catlinks {
  display: none;
}

.firstHeading {
  display: none;
}

/* 可选:如果你也想隐藏“Main Page | Discussion”标签页按钮 */

#contentSub, #ca-nstab-main, #ca-talk, #content-actions {
  display: none !important;
}


/* 隐藏 logo 旁边的 wiki 文字名称 */
#p-personal h1, #mw-head-base h1, #p-logo-text, .mw-logo-wordmark {
  display: none !important;
}

#p-tb, .vector-menu-portal, .mw-portlet-toolbox {
  display: none !important;
}

/* 隐藏页面右上角的 Read / Edit / View history / Watch 等按钮 */
.vector-menu-tabs, #ca-view, #ca-edit, #ca-history, #ca-watch, #ca-unwatch, .vector-page-toolbar {
  display: none !important;
}