MediaWiki:Gadget-HighlightTrusted.css

From ARK Wiki
Jump to navigation Jump to search

In other languages: DeutschEspañolFrançaisItaliano日本語PolskiPortuguês do BrasilРусскийไทย


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
 * Keep the names below in alphabetical order.
 */

/* Configuration variables */
:root {
	--highlight-staff: #ac205d;
	--highlight-admin: #45a893;
	--highlight-translation-admin: #bc4c4a;
    --highlight-bot: #a500a0;
}

/* wiki.gg */
a[href*=":Alex4401"],
a[href*=":Azgoodaz"],
a[href*=":Game_widow"],
a[href*=":Karmaworks"],
a[href*=":Mr_Pie_5"],
a[href*=":Pcj"],
a[href*=":ReedemtheD3ad!"],
a[href*=":RheingoldRiver"],
a[href*=":SlyAceZeta"],
a[href*=":Stygies_VIII"],
a[href*=":westgrass"],
a[href*=":Bot4401"],
a[href*=":MrBot5"] {
    color: var(--highlight-staff) !important;
}

/* Administrators */
a[href*=":Cadaei"],
a[href*=":Genie451"],
a[href*=":Will130"],
a[href*=":Eclipse"] {
    color: var(--highlight-admin) !important;
}

/* Bots */
a[href*=":CadsBot"],
a[href*=":Will130Bot"] {
    color: var(--highlight-bot) !important;
}

/* Translation Administrators */
a[href*=":Agodashi29Udon"],
a[href*=":Bellbox"],
a[href*=":Chatmaigre888"],
a[href*=":Gdfou"],
a[href*=":HvitCrow"],
a[href*=":Mirageionova"],
a[href*=":Num9852453"],
a[href*=":Sekih"],
a[href*=":SuperYwx9"],
a[href*=":Srfaustojr"],
a[href*=":TigerMehMat"],
a[href*=":TiiaAurora"] {
    color: var(--highlight-translation-admin) !important;
}