مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۳ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۲۵۵: خط ۲۵۵:
   margin: 0 auto;
   margin: 0 auto;
   padding: 24px 18px;
   padding: 24px 18px;
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
   color: #111827;
   color: #111827;
}
}
خط ۴۱۲: خط ۴۱۱:
   .nw-gallery {
   .nw-gallery {
     grid-template-columns: repeat(2, 1fr);
     grid-template-columns: repeat(2, 1fr);
  }
}
/* Newspaper page final alignment fix */
.nw-grid {
  align-items: start !important;
}
.nw-main {
  align-self: start !important;
  margin-top: 0 !important;
}
.nw-main > .nw-card:first-child {
  margin-top: 0 !important;
}
.nw-side {
  align-self: start !important;
  margin-top: 0 !important;
}
.nw-page .nw-card {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nw-page h1,
.nw-page h2,
.nw-page h3 {
  margin-top: 0 !important;
}
/* Download box */
.nw-download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 20px;
}
.nw-download-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 6px;
}
.nw-download-desc {
  color: #6b7280;
  font-size: 0.95rem;
}
.nw-download-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nw-download-button a,
.nw-download-button a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
}
.nw-download-button a:hover {
  background: #1d4ed8;
  color: #fff !important;
  text-decoration: none !important;
}
.nw-download-secondary a,
.nw-download-secondary a:visited {
  background: #eff6ff;
  color: #2563eb !important;
  box-shadow: none;
  border: 1px solid #bfdbfe;
}
.nw-download-secondary a:hover {
  background: #dbeafe;
  color: #1d4ed8 !important;
}
@media screen and (max-width: 850px) {
  .nw-download-card {
    flex-direction: column;
    align-items: stretch;
  }
  .nw-download-actions {
    flex-direction: column;
  }
  .nw-download-button a {
    width: 100%;
   }
   }
}
}