مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
بدون خلاصۀ ویرایش |
||
(۹ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
خط ۲: | خط ۲: | ||
These are written over the time on Monobook.css and Vector.css and shouldn't | These are written over the time on Monobook.css and Vector.css and shouldn't | ||
be changed radically without users consensus */ | be changed radically without users consensus */ | ||
@font-face { | |||
font-family: 'Vazirmatn'; | |||
src: url('/uploads/fonts/Vazirmatn.woff2') format('woff2'), | |||
url('/uploads/fonts/Vazirmatn.ttf') format('truetype'); | |||
font-weight: 100 900; /* Define the weight range for the variable font */ | |||
font-style: normal; /* You can add more variations if necessary (italic, etc.) */ | |||
} | |||
body { | body { | ||
/* generally a sans-serif font should be here */ | /* generally a sans-serif font should be here */ | ||
font-family: system-ui, | font-family: Vazirmatn, system-ui, 'Segoe UI', 'Iranian Sans', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif; | ||
} | |||
.page-content :is(h2, h3, h4, h5, h6) .mw-headline { | |||
font-family: Vazirmatn, system-ui, 'Segoe UI', 'Iranian Sans', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif; | |||
} | |||
.fandom-community-header__community-name, h1#firstHeading, .mw-first-heading, .oo-ui-labelElement-label, .mw-prefs-title , .firstHeading .mw-first-heading { | |||
font-family: Vazirmatn, system-ui, 'Iranian Sans', 'Segoe UI', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif; | |||
} | } | ||
خط ۱۵: | خط ۳۱: | ||
* it also resolves the issue of missed dots on some letters as can be seen in | * it also resolves the issue of missed dots on some letters as can be seen in | ||
* [[File:Calibri for titles in Persian Wikipedia.png]] */ | * [[File:Calibri for titles in Persian Wikipedia.png]] */ | ||
font-family: | font-family: Vazirmatn, system-ui, 'Segoe UI', 'Iranian Serif', 'Noto Sans Arabic', 'Iranian Sans', 'DejaVu Sans', serif; | ||
} | } | ||
خط ۳۷: | خط ۵۳: | ||
/* Main page fixes */ | /* Main page fixes */ | ||
body.page- | body.page-ویکیهزاره_صفحه_تمرین #ca-edit, | ||
body.page- | body.page-ویکیهزاره_آشنایی #ca-edit { | ||
border: 1px dotted #36c; | border: 1px dotted #36c; | ||
} | } | ||
body.page- | body.page-ویکیهزاره_صفحه_تمرین #ca-edit:hover, | ||
body.page- | body.page-ویکیهزاره_آشنایی #ca-edit:hover { | ||
background: none repeat scroll 0 0 white; | background: none repeat scroll 0 0 white; | ||
border-color: transparent; | border-color: transparent; | ||
خط ۱٬۲۱۷: | خط ۱٬۲۳۳: | ||
body.ns-2[class*="_صفحه_تمرین"] #firstHeading::after { | body.ns-2[class*="_صفحه_تمرین"] #firstHeading::after { | ||
color: #72777d; | color: #72777d; | ||
content: "توجه:این صفحه بخشی از دانشنامه نیست و صرفاً جهت ویرایش آزمایشی در | content: "توجه:این صفحه بخشی از دانشنامه نیست و صرفاً جهت ویرایش آزمایشی در ویکیهزاره کاربرد دارد."; | ||
float: left; | float: left; | ||
width: 40%; | width: 40%; | ||
خط ۱٬۲۴۶: | خط ۱٬۲۶۲: | ||
/* کمی پیوند ایجاد مقاله بزرگتر شود که پس از حذف بیشتر استفاده شود */ | /* کمی پیوند ایجاد مقاله بزرگتر شود که پس از حذف بیشتر استفاده شود */ | ||
.mw-warning-with-logexcerpt a[title=" | .mw-warning-with-logexcerpt a[title="ویکیهزاره:ایجاد مقاله"] { font-size: 120%; font-weight: bold; } | ||
/* Make the textarea pink when an admin is editing a protected page */ | /* Make the textarea pink when an admin is editing a protected page */ |