MediaWiki:Rights.css

From Inkipedia, the Splatoon wiki
Revision as of 13:05, 27 February 2024 by Slate (talk | contribs) (+Exaskliri, bolded the admin weight a little more)
(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.
/* NIWA affiliate color */
a[href="/wiki/User:A22PG"],
a[href="/wiki/User:Espyo"],
a[href="/wiki/User:ModdedInkling"],
a[href="/wiki/User:Raltseye"], 
a[href="/wiki/User:Sunmarsh"],
a[href="/wiki/User:Trig_Jegman"] /* Trig requested to be left in this group */
{
  color: var(--link-niwa, #319471) !important;
}

/* Admin link color */
a[href="/wiki/User:Exaskliri"],
a[href="/wiki/User:Fumple"], 
a[href="/wiki/User:GloverMist"], 
a[href="/wiki/User:Inkrid"], 
a[href="/wiki/User:Luke26"], 
a[href="/wiki/User:Perfectionist"], 
a[href="/wiki/User:Shahar"], 
a[href="/wiki/User:SuperHamster"],
a[href="/wiki/User:Yoshifan52"]
{
  color: var(--link-admin, #006400) !important;
  font-weight: 650;
}

/* Bureaucrat link color */
a[href="/wiki/User:Heddy"],
a[href="/wiki/User:Prod"],
a[href="/wiki/User:Slate"]
{
  color: var(--link-bureaucrat, #DAA520) !important;
  font-weight: 600;
}