۴۲۵٬۲۲۵
ویرایش
جز (راست چین کردن محتویات جعبه اطلاعات کتاب) |
جز (افزودن خواص لازم CSS نمایش فونت نستعلیق در دستگاه های بازدیدکنندگان) |
||
خط ۱٬۹۸۵: | خط ۱٬۹۸۵: | ||
display: block !important; | display: block !important; | ||
} | } | ||
/* To Display poems justified in IE and CSS3 (http://www.w3.org/TR/css3-text/) */ | |||
.b { /* verse container */ | |||
text-align: justify; | |||
text-align-last: justify; /* for IE and CSS3 */ | |||
-moz-text-align-last: justify; /* for Firefox 12 */ | |||
-webkit-text-align-last: justify; /* webkit based browsers */ | |||
text-justify: kashida; | |||
border: 0; | |||
} | |||
.beyt { | |||
white-space: nowrap; | |||
} | |||
.nastaliq { | |||
line-height: 200%; | |||
font-size: 150%; | |||
font-family: IranNastaliq, 'Urdu Emad Nastaleeq', 'Noto Nastaliq Urdu', 'Urdu Typesetting', 'Jameel Noori Nastaleeq', 'Nafees Nastaleeq', 'Nafees Nastaleeq v1.01', Nafees, 'Pak Nastaleeq', 'PDMS_Jauhar', sans-serif; | |||
text-justify: inter-word; | |||
font-weight: normal; | |||
} | |||
.nastaliq .b { text-justify: inter-word; } |
ویرایش