Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 

















User:Aseleste/Stylesheets/Extensions/Link classifier/All.css: Difference between revisions

















User page
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
User contributions
User logs
View user groups
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
 




Print/export  



Download as PDF
Printable version
 




Print/export  



















Appearance
   

 





Help
 

From Wikipedia, the free encyclopedia
 

< User:Aseleste | Stylesheets | Extensions | Link classifier

Browse history interactively
Next edit 
Content deleted Content added
Created page with '/* CSS rules for use with User:Anomie/linkclassifier.js. This enables classifying (almost) everything classifiable. * To include these rules, insert the fol...'
 
m edit: code: CSS: fix
Line 68: Line 68:




// Additional rules

/* Additional rules */

A.set-index { outline:1px dotted #ffff88; }

.set-index { outline:1px dotted #ffff88; }

A.needs-review { background-color: #fff2cc; }

.needs-review { background-color: #fff2cc; }

A.featured-content:after {

.featured-content:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png);

}

}

A.good-content:after {

.good-content:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Symbol_support_vote.svg/12px-Symbol_support_vote.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Symbol_support_vote.svg/12px-Symbol_support_vote.svg.png);

}

}

A.spoken-articles:after {

.spoken-articles:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/47/Sound-icon.svg/12px-Sound-icon.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/47/Sound-icon.svg/12px-Sound-icon.svg.png);

}

}

A.has-draft { background-color: #382700; }

.has-draft { background-color: #382700; }

A.incorrect-title { background-color: #7f0000; }

.incorrect-title { background-color: #7f0000; }



// [[Wikipedia:Protection policy]]

/* [[Wikipedia:Protection policy]] */

A.protection-edit-sysop:after {

.protection-edit-sysop:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Full-protection-shackle.svg/12px-Full-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Full-protection-shackle.svg/12px-Full-protection-shackle.svg.png);

}

}

A.protection-edit-interfaceadmin:after {

.protection-edit-interfaceadmin:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/2/28/Interface-protection-shackle.svg/12px-Interface-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/2/28/Interface-protection-shackle.svg/12px-Interface-protection-shackle.svg.png);

}

}

A.protection-edit-templateeditor:after {

.protection-edit-templateeditor:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/5/53/Template-protection-shackle.svg/12px-Template-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/5/53/Template-protection-shackle.svg/12px-Template-protection-shackle.svg.png);

}

}

A.protection-edit-autoconfirmed:after {

.protection-edit-autoconfirmed:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Semi-protection-shackle.svg/12px-Semi-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Semi-protection-shackle.svg/12px-Semi-protection-shackle.svg.png);

}

}

A.protection-create-sysop:after {

.protection-create-sysop:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Create-protection-shackle.svg/12px-Create-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Create-protection-shackle.svg/12px-Create-protection-shackle.svg.png);

}

}

A.protection-move-sysop:after {

.protection-move-sysop:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Move-protection-shackle.svg/12px-Move-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Move-protection-shackle.svg/12px-Move-protection-shackle.svg.png);

}

}

A.protection-upload-sysop:after {

.protection-upload-sysop:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Upload-protection-shackle.svg/12px-Upload-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Upload-protection-shackle.svg/12px-Upload-protection-shackle.svg.png);

}

}

A.protection-edit-extendedconfirmed:after {

.protection-edit-extendedconfirmed:after {

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Extended-protection-shackle.svg/12px-Extended-protection-shackle.svg.png);

content:url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Extended-protection-shackle.svg/12px-Extended-protection-shackle.svg.png);

}

}


Revision as of 07:56, 3 June 2021

/* CSS rules for use with [[User:Anomie/linkclassifier.js]]. This enables classifying (almost) everything classifiable.
 * To include these rules, insert the following in the following order into your [[Special:Mypage/monobook.js]] (yes, monobook.js not monobook.css):

mw.loader.load( '/w/index.php?title=User:Anomie/linkclassifier.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Anomie/linkclassifier.css]]
mw.loader.load( '/w/index.php?title=User:Aseleste/Stylesheets/Extensions/Link_classifier/All.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Aseleste/Stylesheets/Extensions/Link classifier/All.css]]

 * Please keep the linkback comment so I can know who is using this.
 * Please also ignore the comment below, it is copied from the original stylesheet.
 */

/* 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:#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; }

/* 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);
}
*/


/* Additional rules */
.set-index { outline:1px dotted #ffff88; }
.needs-review { background-color: #fff2cc; }
.featured-content:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png);
}
.good-content:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Symbol_support_vote.svg/12px-Symbol_support_vote.svg.png);
}
.spoken-articles:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/47/Sound-icon.svg/12px-Sound-icon.svg.png);
}
.has-draft { background-color: #382700; }
.incorrect-title { background-color: #7f0000; }

/* [[Wikipedia:Protection policy]] */
.protection-edit-sysop:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Full-protection-shackle.svg/12px-Full-protection-shackle.svg.png);
}
.protection-edit-interfaceadmin:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/2/28/Interface-protection-shackle.svg/12px-Interface-protection-shackle.svg.png);
}
.protection-edit-templateeditor:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/5/53/Template-protection-shackle.svg/12px-Template-protection-shackle.svg.png);
}
.protection-edit-autoconfirmed:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Semi-protection-shackle.svg/12px-Semi-protection-shackle.svg.png);
}
.protection-create-sysop:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Create-protection-shackle.svg/12px-Create-protection-shackle.svg.png);
}
.protection-move-sysop:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Move-protection-shackle.svg/12px-Move-protection-shackle.svg.png);
}
.protection-upload-sysop:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Upload-protection-shackle.svg/12px-Upload-protection-shackle.svg.png);
}
.protection-edit-extendedconfirmed:after {
    content:url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Extended-protection-shackle.svg/12px-Extended-protection-shackle.svg.png);
}

Retrieved from "https://en.wikipedia.org/w/index.php?title=User:Aseleste/Stylesheets/Extensions/Link_classifier/All.css&oldid=1026608704"





This page was last edited on 3 June 2021, at 07:56 (UTC).

This version of the page has been revised. Besides normal editing, the reason for revision may have been that this version contains factual inaccuracies, vandalism, or material not compatible with the Creative Commons Attribution-ShareAlike License.



Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki