مدارک شناسایی
کد ملی
شناسنامه
عکس
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
<html> | |||
< | <div id="custom-registration-page" style="direction: rtl; background-color: #064e3b !important; padding: 60px 20px; min-height: 100vh; font-family: Tahoma, Arial, sans-serif; position: relative; overflow: hidden;"> | ||
<style> | <!-- 4. عنوان در سمت راست بالا --> | ||
<div style="text-align: right; margin-bottom: 50px;"> | |||
<h1 style="color: #fbbf24; font-size: 28px; margin: 0; font-weight: bold;">مدارک مورد نیاز ثبت نام</h1> | |||
</div> | |||
. | <!-- Container برای ایجاد حالت آبشاری --> | ||
<div class="waterfall-container" style="display: flex; flex-direction: column; align-items: flex-start; max-width: 500px; margin-right: auto; margin-left: auto;"> | |||
<!-- 1. کاشی اول (شناسایی) --> | |||
<article class="card tile-1" style="background-color: #FFD700 !important; width: 300px; height: 220px; border-radius: 40px; padding: 25px; box-shadow: 0 15px 30px rgba(0,0,0,0.3); z-index: 30; margin-bottom: 40px; color: #064e3b;"> | |||
<div style="text-align: center; margin-bottom: 15px;"> | |||
<i class="fas fa-id-card" style="font-size: 50px; margin-bottom: 10px;"></i> <!-- 3. آیکون بزرگتر --> | |||
<h2 style="font-size: 20px; font-weight: bold; margin: 0;">مدارک شناسایی</h2> | |||
</div> | |||
<div style="display: flex; justify-content: space-around; font-size: 14px; font-weight: bold;"> | |||
<span><i class="fas fa-fingerprint"></i> کد ملی</span> | |||
<span><i class="fas fa-address-card"></i> شناسنامه</span> | |||
<span><i class="fas fa-user"></i> عکس</span> | |||
</div> | |||
</article> | |||
<!-- 2. کاشی دوم (مالی) - گوشه بالا-چپ روی پایین-راست کاشی اول --> | |||
<article class="card tile-2" style="background-color: #FFD700 !important; width: 300px; height: 220px; border-radius: 40px; padding: 25px; box-shadow: 0 15px 30px rgba(0,0,0,0.3); z-index: 20; margin-bottom: 40px; color: #064e3b; margin-right: -120px;"> | |||
<div style="text-align: center; margin-bottom: 15px;"> | |||
<i class="fas fa-wallet" style="font-size: 50px; margin-bottom: 10px;"></i> <!-- 3. آیکون بزرگتر --> | |||
<h2 style="font-size: 20px; font-weight: bold; margin: 0;">مدارک مالی</h2> | |||
</div> | |||
<div style="display: flex; justify-content: space-around; font-size: 14px; font-weight: bold;"> | |||
<span><i class="fas fa-credit-card"></i> کارت</span> | |||
<span><i class="fas fa-key"></i> سریال</span> | |||
<span><i class="fas fa-money-check"></i> مالیاتی</span> | |||
</div> | |||
</article> | |||
.card- | <!-- 3. کاشی سوم (شرایط خاص) - گوشه بالا-راست روی پایین-چپ کاشی دوم --> | ||
<article class="card tile-3" style="background-color: #FFD700 !important; width: 300px; height: 220px; border-radius: 40px; padding: 25px; box-shadow: 0 15px 30px rgba(0,0,0,0.3); z-index: 10; margin-bottom: 40px; color: #064e3b; margin-right: 120px;"> | |||
<div style="text-align: center; margin-bottom: 15px;"> | |||
<i class="fas fa-file-signature" style="font-size: 50px; margin-bottom: 10px;"></i> <!-- 3. آیکون بزرگتر --> | |||
</ | <h2 style="font-size: 20px; font-weight: bold; margin: 0;">شرایط خاص</h2> | ||
< | </div> | ||
<div style="display: flex; justify-content: space-around; font-size: 14px; font-weight: bold;"> | |||
<span><i class="fas fa-briefcase"></i> اشتغال</span> | |||
<span><i class="fas fa-home"></i> سند</span> | |||
<span><i class="fas fa-users"></i> تکفل</span> | |||
</div> | |||
</article> | |||
</div> | |||
<!-- 5. فوتر با نام فراغیب --> | |||
<footer style="position: absolute; bottom: 20px; width: 100%; text-align: center; color: rgba(255,255,255,0.5); font-size: 12px;"> | |||
طراحی شده به قدرت <span style="color: #fbbf24;">فراغیب</span> | |||
</footer> | |||
</div> | |||
<!-- Font Awesome Loading (در صورت عدم وجود در مدیویکی) --> | |||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |||
<style> | |||
</ | /* حل مشکل تداخل با قالب مدیویکی */ | ||
#custom-registration-page { | |||
display: block !important; | |||
margin: 20px auto !important; | |||
} | |||
/* ریسپانسیو برای موبایل */ | |||
@media (max-width: 768px) { | |||
.waterfall-container { | |||
align-items: center !important; | |||
} | |||
.tile-1, .tile-2, .tile-3 { | |||
margin-right: 0 !important; | |||
width: 90% !important; | |||
max-width: 300px; | |||
} | |||
} | |||
</style> | |||
</html> | </html> | ||