مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۲۲: خط ۲۲:
   /* generally a sans-serif font should be here */
   /* generally a sans-serif font should be here */
   font-family:  vazir, Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif;
   font-family:  vazir, Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif;
}
.mw-body h1, .mw-body h2, .mw-body #firstHeading,
.mw-body .mw-editsection, .mw-body .mw-editsection-like,
.mw-body #toc h2, .mw-body .toc h2, .mw-page-title-main,
#documentation-meta-data {
  /* generally a serif font should be here but Arial is not acceptable for Persian */
  font-family: sahel, Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
  font-weight: bold;
  border: none;
}
}
h1, h2 {
h1, h2 {
خط ۴۰: خط ۳۱:
#documentation-meta-data {
#documentation-meta-data {
   /* generally a serif font should be here but Arial is not acceptable for Persian */
   /* generally a serif font should be here but Arial is not acceptable for Persian */
   font-family: vazir, Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
   font-family: sahel, Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
}
}


خط ۱٬۶۷۹: خط ۱٬۶۷۰:
a.new {
a.new {
   color: black;
   color: black;
cursor: default;
  cursor: default;
  text-decoration: none;
}
}
a {
a {
   color: #052a75;
   color: #052a75;
   border-bottom: 1px black solid;
   text-decoration: underline;
}
}
a:visited {
a:visited {
   color: #052a75;
   color: #052a75;
}
}