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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱٬۴۳۰: خط ۱٬۴۳۰:
/* To Display poems justified in IE and CSS3 (http://www.w3.org/TR/css3-text/) */
/* To Display poems justified in IE and CSS3 (http://www.w3.org/TR/css3-text/) */
.b { /* verse container */
.b { /* verse container */
   text-align: justify;
   text-align: center;
   text-align-last: justify; /* for IE and CSS3 */
   text-align-last: center; /* for IE and CSS3 */
   -moz-text-align-last: justify; /* for Firefox 12 */
   -moz-text-align-last: center; /* for Firefox 12 */
   -webkit-text-align-last: justify; /* webkit based browsers */
   -webkit-text-align-last: center; /* webkit based browsers */
   text-justify: kashida;
   text-justify: kashida;
   border: 0;
   border: 0;
خط ۱٬۴۴۰: خط ۱٬۴۴۰:
.beyt {
.beyt {
   white-space: nowrap;  
   white-space: nowrap;  
line-height: 2rem;
  line-height: 2rem;
}
}