User:Muhebbet/linkclassifier.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* 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: #0645AD; }
A.stubcls			{ color: #772233; }
A.new				{ color: #CC2200; }
/* A.featured-content	{ background-color: #6699FF;} */
/* A.good-content		{ background-color: #66FF66;} */
A.disambiguation	{ background-color: #00FA9A; }
A.intentional-disambiguation	{ outline: 1px dashed #00FA9A; }
A.redirect			{ outline: 1px dashed #C0C0C0; }
A.self-redirect		{ background-color: #C0C0C0; }
A.soft-redirect-cats	{ outline: 1px dashed #C0C0C0; }
A.broken-redirect	{ outline: 1px dashed #C0C0C0; color: #CC2200; }
A.deletion			{ background-color: #FFEEEE;}
#bodyContent a.external, #bodyContent a.extiw { color:#3366BB; }

A:visited			{ color: #0B0080; }
A.stubcls:visited	{ color: #772233; }
A.new:visited		{ color :#A55858; }
A.broken-redirect:visited { outline: 1px dashed #C0C0C0; color: #A55858; }
#bodyContent a.external:visited, #bodyContent a.extiw:visited { color:#3366BB; }

A.image.redirect         > IMG { outline: 2px dashed #C0C0C0; } /* Doesn't work, because the generated link goes to the redirect target */
A.image.nonfree-media    > IMG { outline: 3px double #88AAAA; }
A.image.deletion         > IMG { outline: 2px dashed #FF0000; }

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

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