Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.userhighlighter_sysop {background-color:#e0dadb !important ;}
.userhighlighter_arbcom {background-color: cyan !important}
.userhighlighter_bureaucrat {background-color:#00FF7F !important}
.userhighlighter_oversight {background-color: #d24dff !important}
/* CSS rules for use with [[User:Anomie/linkclassifier.js]]. To include these rules,
 * insert the following into your [[Special:Mypage/monobook.js]] (yes, monobook.js not monobook.css):

importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]

 * Please keep the linkback comment so I can know who is using this.
 */
A                  { color:#0033cc; }
A.stubcls          { color:OrangeRed; }
A.new              { color:#bf0000; }
A.redirect         { color:#008700; }
A.self-redirect    { background-color:#88ff88; }
A.disambiguation   { background-color:#ffff88; }
A.intentional-disambiguation   { background-color:#ffffcc; }
A.soft-redirect-cats { background-color:#ffff88; }
A.deletion         { color:#ff0088; }
A.broken-redirect  { color:#bf0000; background-color:#88ff88; }

A:visited          { color:#4365cc; }
A.stubcls:visited  { color:Orange; }
A.new:visited      { color:#bf3e3e; }
A.redirect:visited { color:#3ebf3e; }
A.deletion:visited { color:#ff54af; }
A.broken-redirect:visited { color:#bf3e3e; background-color:#88ff88; }

A.unprintworthy:not(.unprintworthy-shortcut)    { outline:1px dotted #ff0000; }

A.image.redirect         > IMG { outline:2px solid #00bf00; } /* Doesn't work, because the generated link goes to the redirect target */
A.image.nonfree-media    > IMG { outline:3px double #ff0000; }
A.image.deletion         > IMG { outline:2px solid #ff0088; }
A.image.deletion:visited > IMG { outline-color:#ff54af; }

/* Images can be inserted after links with the ":after" pseudo-element, although this doesn't work in IE <8. */
/*
A.featured-content:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png);
}
A.protection-edit-sysop-indef:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Padlock-red.svg/12px-Padlock-red.svg.png);
}
*/
A.nonimage.protection-create-sysop-indef:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Padlock-skyblue.svg/12px-Padlock-skyblue.svg.png);
}

/* If you're wanting to put multiple images after, you'll need to give specific
 * rules for each combination, something like this:
 url(//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Padlock-red.svg/12px-Padlock-red.svg.png);
}
*/

A.nonimage.protection-edit-sysop:after {
    content:url(https://upload.wikimedia.org/wikipedia/en/thumb/4/44/Full-protection-shackle.svg/12px-Full-protection-shackle.svg.png)
}
A.nonimage.protection-edit-extendedconfirmed:after {
    content:url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Create_protect.svg/12px-Create_protect.svg.png);
}
A.nonimage.protection-move-extendedconfirmed:after {
    content:url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Create_protect.svg/12px-Create_protect.svg.png);
    }
A.nonimage.protection-create-extendedconfirmed:after {
    content:url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Create_protect.svg/12px-Create_protect.svg.png);
}
A.nonimage.protection-edit-autoconfirmed:after {
    content:url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Semi_protect.svg/12px-Semi_protect.svg.png);
}

A.featured-content:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png)
}
A.good-content:after {
    content:url(https://upload.wikimedia.org/wikipedia/en/thumb/9/94/Symbol_support_vote.svg/12px-Symbol_support_vote.svg.png)}
    

/*End of linkhighlighter CSS */

.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
/* reset block notice styling */
.mw-contributions-blocked-notice .cdx-message.cdx-message--warning { border: 1px solid #bb7070; background-color: #ffdbdb; padding: 0.25em 0.9em; }
.mw-contributions-blocked-notice .cdx-message.cdx-message--warning .cdx-message__icon { display: none; }
.diff-deletedline {
  border-color: #ffe49c;
}
.diff-addedline {
  border-color: #a3d3ff;
}
.diff-deletedline .diffchange,
.mw-diff-inline-deleted del, .mw-diff-inline-changed del, .mw-diff-inline-moved del {
  background: #ffebad;
}
.diff-addedline .diffchange,
.mw-diff-inline-added ins, .mw-diff-inline-changed ins, .mw-diff-inline-moved ins {
  background: #a3d3ff;
}