MediaWiki:Rights.css: Difference between revisions

From Inkipedia, the Splatoon wiki
(+Yoshifan52)
(+Exaskliri, bolded the admin weight a little more)
 
Line 11: Line 11:


/* Admin link color */
/* Admin link color */
a[href="/wiki/User:Exaskliri"],
a[href="/wiki/User:Fumple"],  
a[href="/wiki/User:Fumple"],  
a[href="/wiki/User:GloverMist"],  
a[href="/wiki/User:GloverMist"],  
Line 21: Line 22:
{
{
   color: var(--link-admin, #006400) !important;
   color: var(--link-admin, #006400) !important;
   font-weight: 600;
   font-weight: 650;
}
}



Latest revision as of 13:05, 27 February 2024

/* 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;
}