مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| (یک نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
| خط ۴۴۳: | خط ۴۴۳: | ||
.nw-page h3 { | .nw-page h3 { | ||
margin-top: 0 !important; | 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%; | |||
} | |||
} | } | ||