مدیاویکی:Common.css: تفاوت میان نسخهها
Nazarzadeh (بحث | مشارکتها) بدون خلاصۀ ویرایش |
Nazarzadeh (بحث | مشارکتها) بدون خلاصۀ ویرایش |
||
خط ۴: | خط ۴: | ||
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'); | ||
} | } | ||
/* | /* Sahel Font */ | ||
@font-face { | @font-face { | ||
font-family: 'sahel'; | |||
src: url('/fonts/Sahel-Bold-WOL.woff2') format('woff2'), url('/fonts/Sahel-Bold-WOL.ttf') format('truetype'); | |||
} | } | ||
/* 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; | |||
} | } |