الگو:صفحهٔ اصلی/styles.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۲۹۴: خط ۲۹۴:
     margin-bottom: 10px;
     margin-bottom: 10px;
   }
   }
}
/* ==========================================================================
  ۷. فوتر و بخش تصویر برگزیده (Footer & Featured Image)
  ========================================================================== */
.main_foot {
  width: 100%;
  margin-top: 15px;
  clear: both;
}
#mp-lower {
  background: #ffffff;
  border: 1px solid #a3b18a;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(52, 78, 65, 0.05);
  overflow: hidden;
}
/* مرکزچین کردن و استایل تصویر برگزیده */
#mp-lower .mainpage_box_content {
  text-align: center;
  padding: 20px;
  color: #344e41;
}
#mp-lower .mainpage_box_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #dad7cd;
  box-shadow: 0 4px 10px rgba(52, 78, 65, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#mp-lower .mainpage_box_content img:hover {
  transform: scale(1.005);
  box-shadow: 0 6px 15px rgba(52, 78, 65, 0.12);
}
}