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.
/* CSS rules for use with [[User:Anomie/linkclassifier.js]]. To include these rules,
 * insert the following into your [[Special:Mypage/monobook.js]]:
 
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]
 
 * Please keep the linkback comment so I can know who is using this.
 */
#bodyContent a.redirect             { text-decoration: underline; }
#bodyContent a.deletion             { background: #ffd2d2; }

#bodyContent a.image.deletion > IMG { border: 2px solid #b22222; }
#bodyContent a.nonfree-media       { outline: 3px double #ff0000; }

#bodyContent a.self-redirect,
#bodyContent a.broken-redirect      { color: #772233; text-decoration: underline; }
#bodyContent a.disambiguation       { color: #772233; }

#bodyContent a.new:visited  {color: #ba0000;}