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.
// Linkback: [[User:Anomie/linkclassifier.css]]
 
*/ Please keep the linkback comment so I can know who is using this.*/
 
A                  { color:#0033cc; }
A.stubcls          { color:#0033cc !important; }
A.new              { color:#cc0000 !important; }
A.redirect         { color:#00DD00; }
A.self-redirect    { background-color:#88ff88; }
A.disambiguation   { background-color:#FFFF00; }
A.intentional-disambiguation   { background-color:#FFFF00; }
A.soft-redirect-cats { background-color:#FFFF00; }
A.deletion         { outline:2px solid #cc0000; }
A.broken-redirect  { color:#cc0000; background-color:#00DD00; }
#bodyContent a.external:visited, #bodyContent a.extiw:visited { color:#0033cc !important; }
A:visited          { color:#0033cc; }
A.stubcls:visited  { color:#0033cc; }
A.new:visited      { color:#cc0000; }
A.redirect:visited { color:#00DD00; }
A.deletion:visited { outline:2px solid #cc0000; }
A.broken-redirect:visited { color:#cc0000; background-color:#00DD00; }
#bodyContent a.external, #bodyContent a.extiw { color:#0033cc !important; }
A.image.redirect         > IMG { outline:2px solid #00dd00; } /* Doesn't work, because the generated link goes to the redirect target */
A.image.nonfree-media    > IMG { outline:3px double #cc0000; }
A.image.deletion         > IMG { outline:2px solid #cc0000; }
A.image.deletion:visited > IMG { outline-color:#cc0000; }
 
/* New messages */
.usermessage {
    background-color: #CCCCFF;
    border: 3px solid #0000FF;
    color: #000000;
    font-weight: bold;
}