Neon colors! Wiki
No edit summary
No edit summary
 
Line 6: Line 6:
 
a[href="/wiki/Category:Green"] { color:Lime !important; font-weight: bold !important; }
 
a[href="/wiki/Category:Green"] { color:Lime !important; font-weight: bold !important; }
 
a[href="/wiki/Category:Cyan"] { color:Cyan !important; font-weight: bold !important; }
 
a[href="/wiki/Category:Cyan"] { color:Cyan !important; font-weight: bold !important; }
  +
a[href="/wiki/Category:Blue"] { color:Blue !important; font-weight: bold !important; }
  +
a[href="/wiki/Category:Purple"] { color:rgb(178, 0, 255) !important; font-weight: bold !important; }
  +
a[href="/wiki/Category:Pink"] { color:rgb(235, 85, 255) !important; font-weight: bold !important; }
  +
a[href="/wiki/Category:White"] { color:White !important; font-weight: bold !important; }

Latest revision as of 02:27, 27 February 2019

/* Set the category colors based on what color is the sorted to */

a[href="/wiki/Category:Red"]  { color:Red !important; font-weight: bold !important; }
a[href="/wiki/Category:Orange"]  { color:rgb(255, 185, 0) !important; font-weight: bold !important; }
a[href="/wiki/Category:Yellow"]  { color:#e4ff00 !important; font-weight: bold !important; }
a[href="/wiki/Category:Green"]  { color:Lime !important; font-weight: bold !important; }
a[href="/wiki/Category:Cyan"]  { color:Cyan !important; font-weight: bold !important; }
a[href="/wiki/Category:Blue"]  { color:Blue !important; font-weight: bold !important; }
a[href="/wiki/Category:Purple"]  { color:rgb(178, 0, 255) !important; font-weight: bold !important; }
a[href="/wiki/Category:Pink"]  { color:rgb(235, 85, 255) !important; font-weight: bold !important; }
a[href="/wiki/Category:White"]  { color:White !important; font-weight: bold !important; }