_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:Anomie/linkclassifier.css

Today, User:Anomie/linkclassifier.css is a topic of great relevance and interest to a wide spectrum of the public. The importance of User:Anomie/linkclassifier.css has become increasingly important in the social, cultural, academic and scientific spheres, generating debates and reflections around its implications and repercussions. From different perspectives and approaches, various aspects related to User:Anomie/linkclassifier.css, its origins, evolution and its impact on current society have been addressed. In this article, we will delve into the exciting world of User:Anomie/linkclassifier.css, exploring its different dimensions and analyzing its relevance in the current context.
/* CSS rules for use with ]. To include these rules,
 * insert the following into your ] (yes, monobook.js not monobook.css):

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

 * Please keep the linkback comment so I can know who is using this.
 */
a                  { color:#0033cc; }
a.stubcls          { color:#6000bf; }
a.new              { color:#bf0000; }
a.redirect         { color:#00bf00; }
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; }
#bodyContent a.external, #bodyContent a.extiw { color:#338ebb; }

a:visited          { color:#4365cc; }
a.stubcls:visited  { color:#7f3ebf; }
a.new:visited      { color:#bf3e3e; }
a.redirect:visited { color:#3ebf3e; }
a.deletion:visited { color:#ff54af; }
a.broken-redirect:visited { color:#bf3e3e; background-color:#88ff88; }
#bodyContent a.external:visited, #bodyContent a.extiw:visited { color:#5f9cbb; }

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; }

a.mw-file-description.redirect         > img { outline:2px solid #00bf00; } /* Doesn't work, because the generated link goes to the redirect target */
a.mw-file-description.nonfree-media    > img { outline:3px double #ff0000; }
a.mw-file-description.deletion         > img { outline:2px solid #ff0088; }
a.mw-file-description.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:
a.featured-content.protection-edit-sysop-indef:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png) url(//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Padlock-red.svg/12px-Padlock-red.svg.png);
}
*/