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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۴: خط ۴:
     src: url('/fonts/Vazir.woff2') format('woff2'), url('/fonts/Vazir.woff') format('woff'), url('/fonts/Vazir.ttf') format('truetype');
     src: url('/fonts/Vazir.woff2') format('woff2'), url('/fonts/Vazir.woff') format('woff'), url('/fonts/Vazir.ttf') format('truetype');
}
}
/* Amiri Font */
/* Sahel Font */
@font-face {
@font-face {
  font-family: 'Amiri';
    font-family: 'sahel';
  font-style: normal;
    src: url('/fonts/Sahel-Bold-WOL.woff2') format('woff2'), url('/fonts/Sahel-Bold-WOL.ttf') format('truetype');
  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;
}
}
/* Logo */
/* Logo */
خط ۲۵: خط ۲۲:
   /* 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 {
خط ۱٬۶۶۹: خط ۱٬۶۷۵:
#searchInput {
#searchInput {
   padding: 0.2em 2.5em;
   padding: 0.2em 2.5em;
}
/* پیشنهاد سلطان */
a.new {
  color: black;
cursor: default;
}
a {
  color: #052a75;
  border-bottom: 1px black solid;
}
a:visited {
  color: #052a75;
}
}