Jump to content

MediaWiki:Common.css

From Shadowed Eclipse
Revision as of 19:29, 22 June 2026 by Codex (talk | contribs) (Hide public login and account creation links)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Shadowed Eclipse public wiki chrome cleanup */
#pt-createaccount,
#pt-login,
.mw-list-item#pt-createaccount,
.mw-list-item#pt-login,
.vector-user-links .mw-list-item#pt-createaccount,
.vector-user-links .mw-list-item#pt-login,
.mw-portlet-personal li#pt-createaccount,
.mw-portlet-personal li#pt-login {
    display: none !important;
}

/* Hide empty personal/user tool areas after login/create links are removed. */
.vector-user-links,
#p-personal {
    display: none !important;
}