MediaWiki:Common.less/highlight.less

From Old School Near-Reality Wiki
< MediaWiki:Common.less
Revision as of 21:48, 4 October 2022 by Jacmob (talk | contribs) (Created page with "→‎Highlighting approved AWB accounts: { color: @AWB_PURPLE; } →‎Highlighting administrator names: a[href="/w/User:Jacmob"], { color: @ADMIN_BLUE; } →‎Highlighting Bearcat names: { color: @BEARCAT_GREEN; } →‎Highlighting Jagex moderators: { background: url("filepath://@{JMOD_CROWN}?width=15") left no-repeat; padding-left: 20px; image-rendering: -moz-crisp-edges; // firefox image-rendering: pixelated; // chrome image-rendering: crisp-edges; //...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* Highlighting approved AWB accounts */


{ color: @AWB_PURPLE; }

/* Highlighting administrator names */ a[href="/w/User:Jacmob"], { color: @ADMIN_BLUE; }

/* Highlighting Bearcat names */ { color: @BEARCAT_GREEN; }

/* Highlighting Jagex moderators */

{

background: url("filepath://@{JMOD_CROWN}?width=15") left no-repeat; padding-left: 20px; image-rendering: -moz-crisp-edges; // firefox image-rendering: pixelated; // chrome image-rendering: crisp-edges; // safari }

// no crown in tab on userpage

  1. ca-nstab-user a {

background: none; }