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

من أرابيكا، الموسوعة الحرة

هذه هي النسخة الحالية من هذه الصفحة، وقام بتعديلها عبود السكاف (نقاش | مساهمات) في 00:32، 17 أكتوبر 2020 (Coding conventions/CSS). العنوان الحالي (URL) هو وصلة دائمة لهذه النسخة.

(فرق) → نسخة أقدم | نسخة حالية (فرق) | نسخة أحدث ← (فرق)
اذهب إلى التنقل اذهب إلى البحث

ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.

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