مدیاویکی:Mobile.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
Alavi nasab (بحث | مشارکتها) بدون خلاصۀ ویرایش |
||
(یک نسخهٔ میانی ویرایش شده توسط یک کاربر دیگر نشان داده نشد) | |||
خط ۳۹: | خط ۳۹: | ||
.mw-content-container { | .mw-content-container { | ||
font-size: larger; | font-size: larger; | ||
} | |||
p { | |||
line-height: 2; | |||
} | |||
li, dd, p { | |||
text-align: justify; | |||
} | |||
.page-Main_Page .mw-first-heading { | |||
display: none; | |||
} | } |
نسخهٔ کنونی تا ۶ دی ۱۴۰۱، ساعت ۱۹:۴۰
/* All CSS here will be loaded for users of the mobile site */
@font-face {
font-family: 'iransansxv';
src: url('https://fa.wiki.khomeini.ir/w/images/e/e9/Iransansxv.woff') format('woff-variations'),
will be the standard and works in Safari now
url('https://fa.wiki.khomeini.ir/w/images/e/e9/Iransansxv.woff') format('woff');
font-weight: 100 900;
font-display: fallback;
}
@font-face {
font-family: iransansx;
src: url('https://fa.wiki.khomeini.ir/w/images/4/4e/Iransansx-regular.woff') format('woff');
}
@font-face {
font-family: iransansxlight;
src: url('https://fa.wiki.khomeini.ir/w/images/5/55/Iransansx-light.woff') format('woff');
font-weight: 700;
}
/* Persian Wikipedia UI fonts configurations, see also MediaWiki:Print.css
These are written over the time on Monobook.css and Vector.css and shouldn't
be changed radically without users consensus */
body {
font-family: iransansx, tahoma;
}
/*@supports (font-variation-settings: normal) {*/
/* body {*/
/* font-family: 'iransansx', tahoma;*/
/* }*/
/*}*/
.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,
#documentation-meta-data, .vector-sticky-header-context-bar-primary {
font-family: iransansxlight, tahoma;
}
.mw-content-container {
font-size: larger;
}
p {
line-height: 2;
}
li, dd, p {
text-align: justify;
}
.page-Main_Page .mw-first-heading {
display: none;
}