MediaWiki:Common.css

From Slavko Zitnik's research wiki
Revision as of 01:32, 30 July 2022 by Slavkoz (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: #ca-nstab-main { display: none !important; } →‎Page tab: #ca-nstab-user { display: none !important; } →‎User page tab (the Page tab on personal user pages): #ca-talk { display: none !important; } →‎Discussion tab: #ca-view { display: none !important; } →‎Read tab (from the prepackaged skins this tab is available only in the Vector skin): #ca-edit { display: none !important; } /* Edit tab. Edit source wh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* CSS placed here will be applied to all skins */
#ca-nstab-main { display: none !important; }	/* Page tab */
#ca-nstab-user { display: none !important; }	/* User page tab (the Page tab on personal user pages) */
#ca-talk { display: none !important; }			/* Discussion tab */
#ca-view { display: none !important; }			/* Read tab (from the prepackaged skins this tab is available only in the Vector skin) */
#ca-edit { display: none !important; }			/* Edit tab. Edit source when Visual Editor is installed. */
#ca-ve-edit { display: none !important; }		/* Edit tab when Visual Editor is installed. */
#ca-formedit { display: none !important; }		/* Edit with Form tab when Page Forms are installed. */
#ca-history { display: none !important;}		/* View history/History tab */
#ca-watch { display: none !important; }			/* the Watch tab for adding the page to the watchlist */
#ca-unwatch { display: none !important; }		/* the Unwatch tab for removing the page from the watchlist */
#ca-delete { display: none !important; }		/* Delete tab (in the Vector skins it's displayed with the More drop-down menu) */
#ca-move { display: none !important; }			/* Move tab (in the Vector skin it's part of the More drop-down menu) */
#ca-protect { display: none !important; }		/* Protect tab (as the previous two, with the Vector skin it's in the More drop-down menu) */
#ca-viewsource { display: none !important; }	/* View source tab; this tab is available for users who belong to user groups that don't have the permission to edit pages. With it the user can view the source text of the page without being able to modify it. */
div.vectorTabs span { display: none !important; } /* Line between tabs */