মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অসম্পাদনা সারাংশ নেই |
অসম্পাদনা সারাংশ নেই |
||
| ১০৮ নং লাইন: | ১০৮ নং লাইন: | ||
/* ========================= | /* ========================= | ||
Footer | Footer Base | ||
========================= */ | ========================= */ | ||
#footer { | #footer { | ||
background: #f0f5ff; | background: #f0f5ff; | ||
border-top: 1px solid #dbeafe; | border-top: 1px solid #dbeafe; | ||
padding: 1.2em | padding: 1.2em 0; | ||
color: #475569; | color: #475569; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
| ১২০ নং লাইন: | ১১৯ নং লাইন: | ||
#footer:hover { | #footer:hover { | ||
background: #e0e7ff; | background: #e0e7ff; | ||
} | |||
/* ========================= | |||
Footer Alignment Fix (Vector 2022) | |||
========================= */ | |||
#footer .mw-footer-container { | |||
max-width: 1100px; | |||
margin: 0 auto; | |||
padding: 0 1.5em; | |||
text-align: center; | |||
} | |||
#footer .mw-poweredby { | |||
float: none; | |||
display: block; | |||
margin: 0.8em auto 0; | |||
} | } | ||
| ১৮৩ নং লাইন: | ১৯৮ নং লাইন: | ||
LOGO FIX (Vector 2022) | LOGO FIX (Vector 2022) | ||
========================= */ | ========================= */ | ||
.mw-logo-wordmark, | .mw-logo-wordmark, | ||
.mw-wiki-title, | .mw-wiki-title, | ||
| ১৯১ নং লাইন: | ২০৪ নং লাইন: | ||
} | } | ||
.mw-logo img { | .mw-logo img { | ||
height: 40px; | height: 40px; | ||
width: auto; | width: auto; | ||
cursor: pointer; | |||
} | } | ||
.mw-logo a { | .mw-logo a { | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
pointer-events: auto; | pointer-events: auto; | ||
} | } | ||