تست: تفاوت میان نسخهها
ظاهر
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
<!DOCTYPE html> | |||
<html lang="fa" dir="rtl"> | <html lang="fa" dir="rtl"> | ||
<head> | <head> | ||
خط ۱۹: | خط ۱۹: | ||
line-height: 1.6; | line-height: 1.6; | ||
min-height: 100vh; | min-height: 100vh; | ||
} | } | ||
.container { | .container { | ||
max-width: | max-width: 1400px; | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 40px 20px; | |||
} | } | ||
/* حروف باستانی در کل صفحه اما با محدودیت */ | |||
/* حروف باستانی | |||
.ancient-letters-overlay { | .ancient-letters-overlay { | ||
position: | position: fixed; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
opacity: 0. | opacity: 0.03; | ||
font-size: | font-size: 100px; | ||
display: flex; | display: flex; | ||
justify-content: space-around; | justify-content: space-around; | ||
align-items: center; | align-items: center; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
padding: | padding: 50px; | ||
font-family: 'Times New Roman', serif; | font-family: 'Times New Roman', serif; | ||
pointer-events: none; | pointer-events: none; | ||
z-index: -1; | |||
} | } | ||
.letter { | .letter { | ||
margin: | margin: 15px 25px; | ||
color: #3c6d71; | color: #3c6d71; | ||
animation: float | animation: float 10s ease-in-out infinite; | ||
} | } | ||
.letter:nth-child(2n) { | .letter:nth-child(2n) { | ||
animation-delay: | animation-delay: 2s; | ||
} | } | ||
.letter:nth-child(3n) { | .letter:nth-child(3n) { | ||
animation-delay: | animation-delay: 4s; | ||
} | } | ||
@keyframes float { | @keyframes float { | ||
0%, 100% { transform: translateY(0px) rotate(0deg); } | 0%, 100% { transform: translateY(0px) rotate(0deg); } | ||
50% { transform: translateY(- | 50% { transform: translateY(-15px) rotate(3deg); } | ||
} | } | ||
خط ۷۹: | خط ۶۸: | ||
.boxes-section { | .boxes-section { | ||
position: relative; | position: relative; | ||
z-index: | z-index: 1; | ||
} | } | ||
.section-title { | .section-title { | ||
text-align: center; | text-align: center; | ||
font-size: | font-size: 3rem; | ||
color: #3c6d71; | color: #3c6d71; | ||
margin-bottom: | margin-bottom: 60px; | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
/* گرید برای کامپیوتر - 3 ستون در 2 ردیف */ | /* گرید برای کامپیوتر - 3 ستون در 2 ردیف با فضای بیشتر */ | ||
.boxes-grid { | .boxes-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
grid-template-rows: repeat(2, auto); | grid-template-rows: repeat(2, auto); | ||
gap: | gap: 35px; | ||
} | } | ||
.box { | .box { | ||
background: linear-gradient(135deg, #ffffff 0%, #f8fbfb 100%); | background: linear-gradient(135deg, #ffffff 0%, #f8fbfb 100%); | ||
border-radius: | border-radius: 20px; | ||
padding: | padding: 40px 35px; | ||
text-align: center; | text-align: center; | ||
box-shadow: 0 | box-shadow: 0 12px 40px rgba(60, 109, 113, 0.1); | ||
border: 2px solid #e8f0f1; | border: 2px solid #e8f0f1; | ||
transition: all 0. | transition: all 0.4s ease; | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
خط ۱۲۰: | خط ۱۰۵: | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
height: | height: 5px; | ||
background: linear-gradient(90deg, #3c6d71, #5a8d91, #7aadb1); | background: linear-gradient(90deg, #3c6d71, #5a8d91, #7aadb1); | ||
} | } | ||
.box:hover { | .box:hover { | ||
transform: translateY(- | transform: translateY(-8px); | ||
box-shadow: 0 | box-shadow: 0 20px 50px rgba(60, 109, 113, 0.15); | ||
border-color: #d4e6e8; | border-color: #d4e6e8; | ||
} | } | ||
.box-icon { | .box-icon { | ||
font-size: | font-size: 3.5rem; | ||
color: #3c6d71; | color: #3c6d71; | ||
margin-bottom: | margin-bottom: 25px; | ||
} | } | ||
.box-title { | .box-title { | ||
font-size: 1. | font-size: 1.8rem; | ||
color: #3c6d71; | color: #3c6d71; | ||
margin-bottom: | margin-bottom: 20px; | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
خط ۱۴۵: | خط ۱۳۰: | ||
.box-description { | .box-description { | ||
color: #5a8d91; | color: #5a8d91; | ||
margin-bottom: | margin-bottom: 30px; | ||
line-height: 1. | line-height: 1.8; | ||
font-size: 1rem; | font-size: 1.1rem; | ||
} | } | ||
.box-btn { | .box-btn { | ||
display: inline-block; | display: inline-block; | ||
padding: | padding: 12px 35px; | ||
background: linear-gradient(135deg, #3c6d71 0%, #5a8d91 100%); | background: linear-gradient(135deg, #3c6d71 0%, #5a8d91 100%); | ||
color: white; | color: white; | ||
text-decoration: none; | text-decoration: none; | ||
border-radius: | border-radius: 8px; | ||
font-weight: 500; | font-weight: 500; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
border: none; | border: none; | ||
cursor: pointer; | cursor: pointer; | ||
font-size: | font-size: 1.1rem; | ||
} | } | ||
.box-btn:hover { | .box-btn:hover { | ||
background: linear-gradient(135deg, #2a4d50 0%, #3c6d71 100%); | background: linear-gradient(135deg, #2a4d50 0%, #3c6d71 100%); | ||
transform: translateY(- | transform: translateY(-3px); | ||
box-shadow: 0 | box-shadow: 0 6px 20px rgba(60, 109, 113, 0.4); | ||
} | } | ||
/* رسپانسیو برای تبلت - 2 ستون */ | /* رسپانسیو برای تبلت - 2 ستون */ | ||
@media (max-width: | @media (max-width: 1200px) { | ||
.boxes-grid { | .boxes-grid { | ||
grid-template-columns: repeat(2, 1fr); | grid-template-columns: repeat(2, 1fr); | ||
grid-template-rows: repeat(3, auto); | grid-template-rows: repeat(3, auto); | ||
gap: | gap: 30px; | ||
} | } | ||
.section-title { | .section-title { | ||
font-size: 2. | font-size: 2.5rem; | ||
margin-bottom: | margin-bottom: 50px; | ||
} | } | ||
.box { | .box { | ||
padding: | padding: 35px 30px; | ||
} | } | ||
. | .container { | ||
padding: | padding: 30px 20px; | ||
} | } | ||
} | } | ||
خط ۲۰۱: | خط ۱۸۲: | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
grid-template-rows: repeat(6, auto); | grid-template-rows: repeat(6, auto); | ||
gap: | gap: 25px; | ||
max-width: 600px; | |||
margin: 0 auto; | |||
} | } | ||
.section-title { | .section-title { | ||
font-size: | font-size: 2.2rem; | ||
margin-bottom: | margin-bottom: 40px; | ||
} | } | ||
.box { | .box { | ||
padding: | padding: 30px 25px; | ||
} | } | ||
.box-icon { | .box-icon { | ||
font-size: | font-size: 3rem; | ||
} | } | ||
.box-title { | .box-title { | ||
font-size: 1. | font-size: 1.6rem; | ||
} | } | ||
.ancient-letters-overlay { | .ancient-letters-overlay { | ||
font-size: | font-size: 70px; | ||
padding: 30px; | |||
} | } | ||
. | .container { | ||
padding: | padding: 25px 15px; | ||
} | } | ||
} | } | ||
خط ۲۳۷: | خط ۲۱۷: | ||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
.section-title { | .section-title { | ||
font-size: 1. | font-size: 1.8rem; | ||
} | } | ||
.box { | .box { | ||
padding: | padding: 25px 20px; | ||
} | } | ||
.box-btn { | .box-btn { | ||
padding: | padding: 10px 25px; | ||
font-size: | font-size: 1rem; | ||
} | } | ||
.ancient-letters-overlay { | .ancient-letters-overlay { | ||
font-size: | font-size: 50px; | ||
} | } | ||
} | } | ||
خط ۲۶۰: | خط ۲۳۶: | ||
</head> | </head> | ||
<body> | <body> | ||
<!-- حروف باستانی در کل صفحه --> | |||
<div class="ancient-letters-overlay"> | |||
<span class="letter">α</span> | |||
<span class="letter">β</span> | |||
<span class="letter">γ</span> | |||
<span class="letter">δ</span> | |||
<span class="letter">א</span> | |||
<span class="letter">ב</span> | |||
<span class="letter">ג</span> | |||
<span class="letter">ד</span> | |||
<span class="letter">𐤀</span> | |||
<span class="letter">𐤁</span> | |||
<span class="letter">𐤂</span> | |||
<span class="letter">Δ</span> | |||
<span class="letter">Θ</span> | |||
<span class="letter">Λ</span> | |||
<span class="letter">Σ</span> | |||
<span class="letter">Ψ</span> | |||
<span class="letter">Ω</span> | |||
</div> | |||
<!-- محتوای اصلی --> | |||
<div class="container"> | <div class="container"> | ||
<section class="boxes-section"> | |||
<h2 class="section-title">بخشهای اصلی سایت</h2> | |||
<div class="boxes-grid"> | |||
<!-- باکس ۱ --> | |||
<div class="box"> | |||
<div class="box-icon"> | |||
<i class="fas fa-book"></i> | |||
</div> | </div> | ||
<h3 class="box-title">کتابخانه دیجیتال</h3> | |||
<p class="box-description"> | |||
دسترسی به مجموعه کامل کتابهای مذهبی، تفسیرها و منابع مطالعاتی در زمینههای مختلف دینی و معنوی | |||
</p> | |||
<a href="#" class="box-btn">ورود به کتابخانه</a> | |||
</div> | |||
<!-- باکس ۲ --> | |||
<div class="box"> | |||
<div class="box-icon"> | |||
<i class="fas fa-pray"></i> | |||
</div> | </div> | ||
<h3 class="box-title">مطالعات دینی</h3> | |||
<p class="box-description"> | |||
مقالات تخصصی، داستانهای آموزنده و مطالب عمیق در زمینه سیر و سلوک و رشد معنوی | |||
</p> | |||
<a href="#" class="box-btn">مطالعه مطالب</a> | |||
</div> | |||
<!-- باکس ۳ --> | |||
<div class="box"> | |||
<div class="box-icon"> | |||
<i class="fas fa-hands-praying"></i> | |||
</div> | </div> | ||
<h3 class="box-title">مناجات و ادعیه</h3> | |||
<p class="box-description"> | |||
مجموعه کامل ادعیه، مناجاتها و اذکار با ترجمه و تفسیر برای استفاده در اوقات مختلف | |||
</p> | |||
<a href="#" class="box-btn">مشاهده ادعیه</a> | |||
</div> | |||
<!-- باکس ۴ --> | |||
<div class="box"> | |||
<div class="box-icon"> | |||
<i class="fas fa-users"></i> | |||
</div> | </div> | ||
<h3 class="box-title">جامعه معنوی</h3> | |||
<p class="box-description"> | |||
ارتباط با دیگر علاقهمندان، پرسش و پاسخ دینی و مشارکت در بحثهای سازنده معنوی | |||
</p> | |||
<a href="#" class="box-btn">پیوستن به جامعه</a> | |||
</div> | |||
<!-- باکس ۵ --> | |||
<div class="box"> | |||
<div class="box-icon"> | |||
<i class="fas fa-question-circle"></i> | |||
</div> | </div> | ||
<h3 class="box-title">پرسش و پاسخ</h3> | |||
<p class="box-description"> | |||
پاسخ به سوالات دینی و راهنمایی در مسائل مذهبی با کمک متخصصان و کارشناسان | |||
</p> | |||
<a href="#" class="box-btn">پرسش سوال</a> | |||
</div> | |||
<!-- باکس ۶ --> | |||
<div class="box"> | |||
<div class="box-icon"> | |||
<i class="fas fa-history"></i> | |||
</div> | </div> | ||
<h3 class="box-title">تاریخ ادیان</h3> | |||
<p class="box-description"> | |||
مطالعه تاریخ ادیان و تحولات مذهبی در طول زمان با بررسی منابع معتبر و تحقیقات جدید | |||
</p> | |||
<a href="#" class="box-btn">مطالعه تاریخ</a> | |||
</div> | </div> | ||
</ | </div> | ||
</ | </section> | ||
</div> | </div> | ||
خط ۳۶۴: | خط ۳۴۲: | ||
const letters = document.querySelectorAll('.letter'); | const letters = document.querySelectorAll('.letter'); | ||
letters.forEach((letter, index) => { | letters.forEach((letter, index) => { | ||
letter.style.animationDelay = `${index * 0. | letter.style.animationDelay = `${index * 0.8}s`; | ||
}); | }); | ||
}); | }); |
نسخهٔ ۱۰ اکتبر ۲۰۲۵، ساعت ۰۳:۵۲
<!DOCTYPE html>
بخشهای اصلی سایت
کتابخانه دیجیتال
دسترسی به مجموعه کامل کتابهای مذهبی، تفسیرها و منابع مطالعاتی در زمینههای مختلف دینی و معنوی
ورود به کتابخانهمطالعات دینی
مقالات تخصصی، داستانهای آموزنده و مطالب عمیق در زمینه سیر و سلوک و رشد معنوی
مطالعه مطالبمناجات و ادعیه
مجموعه کامل ادعیه، مناجاتها و اذکار با ترجمه و تفسیر برای استفاده در اوقات مختلف
مشاهده ادعیهجامعه معنوی
ارتباط با دیگر علاقهمندان، پرسش و پاسخ دینی و مشارکت در بحثهای سازنده معنوی
پیوستن به جامعهتاریخ ادیان
مطالعه تاریخ ادیان و تحولات مذهبی در طول زمان با بررسی منابع معتبر و تحقیقات جدید
مطالعه تاریخ