ميدياويكي:Gadget-HideExLinkIcon.css
ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.
/*External link color transition
**http://ar.wikipedia.org/w/index.php?diff=10832343&oldid=10832341*/
a.external {
-o-transition: color .2s ease-out, background 1s ease-in;
-ms-transition: color .2s ease-out, background 1s ease-in;
-moz-transition: color .2s ease-out, background 1s ease-in;
-webkit-transition: color .2s ease-out, background 1s ease-in
;transition: color .2s ease-out, background 1s ease-in;
padding: 0!important;
background: none!important;
direction: rtl!important;
}
a.external:not([href*="wikipedia.org"]):hover{
color: #ADD8E6;
}
#bodyContent a.external[href^="https://"]:after,
#content .external:after,
#content a[href$=".pdf"].external:after,
#content a[href$=".PDF"].external:after,
#content a[href*=".pdf?"].external:after,
#content a[href*=".pdf#"].external:after,
#content a[href*=".PDF?"].external:after,
#content a[href*=".PDF#"].external:after,
#mw_content a[href$=".pdf"].external:after,
#mw_content a[href$=".PDF"].external:after,
#mw_content a[href*=".pdf?"].external:after,
#mw_content a[href*=".pdf#"].external:after,
#mw_content a[href*=".PDF?"].external:after,
#mw_content a[href*=".PDF#"].external:after,
.link-https:after {
content: none!important
}