MediaWiki:Vector.css

Revision as of 14:58, 30 May 2026 by ICEListAdmin6 (talk | contribs) (Created page with "All CSS here will be loaded for users of the Vector skin: Page action tabs to match the card theme: #p-namespaces a, #p-views a, #p-cactions a { background: #f4f2ec; cream, like your panels: border: 1px solid #e2ded3; border-radius: 6px; color: #4a4a4a; padding: 4px 12px; margin-right: 4px; } #p-namespaces .selected a, #p-views .selected a { background: #fff; color: #2a2a2a; font-weight: 600; } #p-namespaces a:hover, #p-views a...")
(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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
/* Page action tabs to match the card theme */
#p-namespaces a,
#p-views a,
#p-cactions a {
  background: #f4f2ec;          /* cream, like your panels */
  border: 1px solid #e2ded3;
  border-radius: 6px;
  color: #4a4a4a;
  padding: 4px 12px;
  margin-right: 4px;
}

#p-namespaces .selected a,
#p-views .selected a {
  background: #fff;
  color: #2a2a2a;
  font-weight: 600;
}

#p-namespaces a:hover,
#p-views a:hover,
#p-cactions a:hover {
  background: #ece8df;
  text-decoration: none;
}