الگو:بخش اطلاعات تماس/عطاری حافظ: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
خط ۸: خط ۸:
         direction: rtl;
         direction: rtl;
         text-align: center;
         text-align: center;
         /* جایگزینی تصویر با گرادینت سبز لجنی */
         /* گرادینت استخراج شده از پالت رنگی بنر ارسالی */
         background: linear-gradient(90deg, #8a9a5b 0%, #556b2f 100%);
         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: #ffffff;
         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));
     }
     }