الگو:آخرین مطالب

نسخهٔ تاریخ ‏۱ اردیبهشت ۱۴۰۵، ساعت ۱۱:۳۱ توسط Admin (بحث | مشارکت‌ها)
📰 آخرین مطالب

<style> /* استایل اختصاصی برای آیتم‌های لیست و حالت دوستونه */ @media (min-width: 768px) {

   div[style*="max-width: 900px"] > div:last-child > div {
       display: grid !important;
       grid-template-columns: repeat(2, 1fr) !important;
       gap: 0.6rem !important;
   }

} div[style*="max-width: 900px"] ul {

   margin: 0;
   padding: 0;
   list-style: none;

} div[style*="max-width: 900px"] li {

   background: #ffffff;
   border: 1px solid #eef2f6;
   border-radius: 0.75rem;
   padding: 0.5rem 0.8rem;
   transition: all 0.2s ease;
   font-size: 0.9rem;
   box-shadow: 0 1px 2px rgba(0,0,0,0.02);

} div[style*="max-width: 900px"] li:hover {

   background: #fefce8;
   border-color: #facc15;
   transform: translateY(-1px);
   box-shadow: 0 6px 12px -6px rgba(0,0,0,0.1);

} div[style*="max-width: 900px"] li a {

   color: #1e40af;
   text-decoration: none;
   font-weight: 500;
   display: block;

} div[style*="max-width: 900px"] li a:hover {

   color: #d97706;
   text-decoration: underline;

} div[style*="max-width: 900px"] li a::before {

   content: "📄 ";
   font-size: 0.8rem;
   opacity: 0.7;

} </style>