کتاب مقدس آنلاین: تفاوت میان نسخهها
ظاهر
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
||
| خط ۱۸۳: | خط ۱۸۳: | ||
.content-display { | .content-display { | ||
width: 100%; | width: 100%; | ||
height: | height: 750px; /* ارتفاع بیشتر برای فرمت وزیری */ | ||
border: 1px solid var(--border-color); | border: 1px solid var(--border-color); | ||
border-radius: 6px; | border-radius: 6px; | ||
background: white; | background: white; | ||
- | /* استایلهای جدید برای فرمت وزیری */ | ||
- | box-shadow: 0 8px 25px rgba(0,0,0,0.1); | ||
padding: 40px 50px !important; | |||
margin: 20px auto; | |||
max-width: 210mm; /* عرض استاندارد وزیری */ | |||
min-height: 297mm; /* ارتفاع استاندارد وزیری */ | |||
} | |||
/* استایل برای محتوای داخل iframe */ | |||
.bible-content { | |||
background: #f8f5f2 !important; | |||
padding: 30px !important; | |||
} | |||
/* استایلهای متن برای فرمت وزیری */ | |||
#content-iframe { | |||
background: white !important; | |||
} | |||
#content-iframe body { | |||
font-family: 'B Nazanin', 'Times New Roman', serif !important; | |||
font-size: 14pt !important; | |||
line-height: 2 !important; | |||
text-align: justify !important; | |||
direction: rtl !important; | |||
padding: 30px 40px !important; | |||
background: white !important; | |||
color: #2c3e50 !important; | |||
max-width: 210mm !important; | |||
margin: 0 auto !important; | |||
} | |||
/* استایل برای عناوین */ | |||
#content-iframe h1, | |||
#content-iframe h2, | |||
#content-iframe h3 { | |||
font-family: 'B Nazanin', 'Times New Roman', serif !important; | |||
text-align: center !important; | |||
color: var(--primary-color) !important; | |||
margin: 30px 0 !important; | |||
border-bottom: 2px solid var(--border-color) !important; | |||
padding-bottom: 10px !important; | |||
} | |||
/* استایل برای آیات */ | |||
#content-iframe p { | |||
margin-bottom: 15px !important; | |||
text-indent: 0 !important; | |||
text-align: justify !important; | |||
line-height: 2.2 !important; | |||
} | |||
/* استایل برای اعداد آیات */ | |||
#content-iframe sup { | |||
font-size: 0.8em !important; | |||
color: var(--accent-color) !important; | |||
margin-left: 3px !important; | |||
} | |||
/* استایل برای موبایل */ | |||
@media (max-width: 768px) { | |||
.content-display { | |||
height: 600px; | |||
padding: 20px !important; | |||
margin: 10px auto; | |||
} | |||
#content-iframe body { | |||
padding: 20px !important; | |||
font-size: 12pt !important; | |||
} | |||
} | } | ||