الگو:بخش اطلاعات تماس/عطاری حافظ: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۸: | خط ۸: | ||
direction: rtl; | direction: rtl; | ||
text-align: center; | text-align: center; | ||
/* | /* گرادینت استخراج شده از پالت رنگی بنر ارسالی */ | ||
background: linear-gradient(90deg, # | background: linear-gradient(90deg, #1d4d1a 0%, #4c8c2b 100%); | ||
color: #ffffff; | border-bottom-left-radius: 20px; | ||
border-bottom-right-radius: 20px; | |||
color: #ffffff; /* تغییر به سفید برای تضاد عالی با سبز بنر */ | |||
box-sizing: border-box; | box-sizing: border-box; | ||
font-family: 'IRANSans', Tahoma, sans-serif; | font-family: 'IRANSans', Tahoma, sans-serif; | ||
| خط ۳۰: | خط ۳۲: | ||
margin-bottom: 8px; | margin-bottom: 8px; | ||
font-size: clamp(0.9em, 1.8vw, 1em); | font-size: clamp(0.9em, 1.8vw, 1em); | ||
color: # | color: #f0f7ed; /* سبز بسیار روشن متمایل به سفید */ | ||
font-weight: bold; | font-weight: bold; | ||
text-align: right; | text-align: right; | ||
| خط ۵۸: | خط ۶۰: | ||
margin-bottom: 2px; | margin-bottom: 2px; | ||
object-fit: contain; | object-fit: contain; | ||
/* فیلتر برای درخشش بهتر آیکونها روی پسزمینه تیره */ | |||
filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.3)); | |||
} | } | ||