الفرق بين المراجعتين لصفحة: «ميدياويكي:Mobile.css»

أنشأ الصفحة ب'CSS المعروض هنا سيؤثر على مستخدمي موقع المحمول: #wikitext-editor { font-family: monospace } to prevent double welcome!: ...'
 
لا ملخص تعديل
وسمان: تحرير من المحمول تعديل ويب محمول
 
(٣ مراجعات متوسطة بواسطة نفس المستخدم غير معروضة)
سطر ١: سطر ١:
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
body {
  /* generally a sans-serif font should be here */
  font-family:  Amiri, Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif !important;
}
div#content h1, div#content h2, div#content #firstHeading,
div#content .mw-editsection, .mw-body .mw-editsection-like,
div#content #toc h2, div#content .toc h2,
#template-documentation, #documentation-meta-data, .mw-headline, .page-heading {
  /* 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 !important;
}
/* If is IE Edge/Windows 10, Arabic diacritics are broken so use Segoe UI as default font instead */
_:-ms-lang(x), _:-webkit-full-screen, body { font-family: Amiri, 'Segoe UI', Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif !important;
}
/* CSS المعروض هنا سيؤثر على مستخدمي موقع المحمول */
/* CSS المعروض هنا سيؤثر على مستخدمي موقع المحمول */
#wikitext-editor {
#wikitext-editor {