ميدياويكي:Gadget-HideExLinkIcon.css

من كوبتيكبيديا
اذهب إلى التنقل اذهب إلى البحث

ملاحظة: بعد النشر، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.

  • فايرفوكس / سافاري: أمسك Shift أثناء ضغط Reload، أو اضغط على إما Ctrl-F5 أو Ctrl-R (⌘-R على ماك)
  • جوجل كروم: اضغط Ctrl-Shift-R (⌘-Shift-R على ماك)
  • إنترنت إكسبلورر/إيدج: أمسك Ctrl أثناء ضغط Refresh، أو اضغط Ctrl-F5
  • أوبرا: اضغط Ctrl-F5.
/*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
}