MediaWiki:StaffColors.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 23: | Line 23: | ||
} | } | ||
/* Content Mods | /* Content Mods */ | ||
a[href="hna.wiki/User:"], a[href="/User:"] | a[href="https://hna.wiki/User:Sparda0"], a[href="/User:Sparda0"] | ||
{ | |||
color: var(--custom-content-mod-color); | color: var(--custom-content-mod-color); | ||
} | } | ||
/* Thread Mods | /* Thread Mods | ||
Latest revision as of 13:15, 14 July 2026
/* Color Definition */
:root {
--custom-admin-color: #793194;
--custom-content-mod-color: #af6407;
--custom-thread-mod-color: #ba1fc2;
}
.theme-fandomdesktop-dark {
--custom-admin-color: #c452ee;
--custom-content-mod-color: #faa600;
--custom-thread-mod-color: #ba1fc2;
}
/* Admins */
a[href="https://hna.wiki/User:919dd"], a[href="/User:919dd"],
a[href="hna.wiki/User:Chilli_Crab"], a[href="/User:Chilli_Crab"],
a[href="hna.wiki/User:Mattk4355"], a[href="/User:Mattk4355"],
a[href="hna.wiki/User:Ravenjade2"], a[href="/User:Ravenjade2"],
a[href="hna.wiki/User:Sangodono"], a[href="/User:Sangodono"],
a[href="hna.wiki/User:Raven.Familiar"], a[href="/User:Raven.Familiar"]
{
color: var(--custom-admin-color);
}
/* Content Mods */
a[href="https://hna.wiki/User:Sparda0"], a[href="/User:Sparda0"]
{
color: var(--custom-content-mod-color);
}
/* Thread Mods
a[href="hna.wiki/User:"], a[href="/User:"]
{
color: var(--custom-thread-mod-color);
}*/