٢٢٤
تعديل
لا ملخص تعديل |
لا ملخص تعديل |
||
سطر ٢١: | سطر ٢١: | ||
} | } | ||
h1, h2, #firstHeading, | |||
.mw-editsection, .mw-body .mw-editsection-like, | |||
#toc h2, .toc h2, | |||
#template-documentation, #documentation-meta-data { | #template-documentation, #documentation-meta-data { | ||
/* generally a serif font should be here but Arial is not acceptable for Persian */ | |||
font-family: Amiri, Tahoma, 'Iranian Serif', 'Noto Kufi Arabic', 'Droid Arabic Naskh', 'Iranian Sans', 'DejaVu Sans', serif; | |||
} | } | ||
سطر ٣٧: | سطر ٣٧: | ||
/* Similarly, Safari 10.1/11 hack to use a better font and avoid Yeh diacrictic issue with CoreText and replace it with '.Arabic UI Display', their brand new font https://stackoverflow.com/a/25975282 */ | /* Similarly, Safari 10.1/11 hack to use a better font and avoid Yeh diacrictic issue with CoreText and replace it with '.Arabic UI Display', their brand new font https://stackoverflow.com/a/25975282 */ | ||
@media not all and (min-resolution:.001dpcm) { @media { | @media not all and (min-resolution:.001dpcm) { @media { | ||
body, | body, h1, h2, #firstHeading, .mw-editsection, .mw-body .mw-editsection-like, #toc h2, .toc h2, #template-documentation, #documentation-meta-data { | ||
font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; | font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; | ||
} | } | ||
سطر ٥٩٢: | سطر ٥٩٢: | ||
/* Change the external link icon to an Adobe icon for all PDF files | /* Change the external link icon to an Adobe icon for all PDF files | ||
in browsers that support these CSS selectors, like Mozilla and Opera */ | in browsers that support these CSS selectors, like Mozilla and Opera */ | ||
a[href$=".pdf"].external, | |||
a[href*=".pdf?"].external, | |||
a[href*=".pdf#"].external, | |||
a[href$=".PDF"].external, | |||
a[href*=".PDF?"].external, | |||
a[href*=".PDF#"].external, | |||
div#mw_content a[href$=".pdf"].external, | div#mw_content a[href$=".pdf"].external, | ||
div#mw_content a[href*=".pdf?"].external, | div#mw_content a[href*=".pdf?"].external, |