মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অসম্পাদনা সারাংশ নেই |
অসম্পাদনা সারাংশ নেই |
||
| ১৬৯ নং লাইন: | ১৬৯ নং লাইন: | ||
/* ===================================================== | /* ===================================================== | ||
VECTOR 2022 TOP SEARCH FIX | VECTOR 2022 TOP SEARCH — FINAL FIX | ||
===================================================== */ | ===================================================== */ | ||
.vector-search-box, | .vector-search-box, | ||
.vector-search-box form { | .vector-search-box form { | ||
display: flex !important; | |||
align-items: center !important; | align-items: center !important; | ||
} | } | ||
| ১৭৯ নং লাইন: | ১৮০ নং লাইন: | ||
.vector-search-box .cdx-text-input__input, | .vector-search-box .cdx-text-input__input, | ||
.vector-search-box .cdx-search-input__input { | .vector-search-box .cdx-search-input__input { | ||
height: | height: 38px !important; | ||
padding: | min-height: 38px !important; | ||
border-radius: 6px !important; | line-height: 38px !important; | ||
padding: 0 12px !important; | |||
border-radius: 6px 0 0 6px !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
.vector-search-box button, | .vector-search-box button, | ||
.vector-search-box .cdx-button { | .vector-search-box .cdx-button { | ||
height: | height: 38px !important; | ||
padding: 0 | min-height: 38px !important; | ||
border-radius: 6px !important; | line-height: 38px !important; | ||
padding: 0 16px !important; | |||
border-radius: 0 6px 6px 0 !important; | |||
display: inline-flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
} | } | ||
| ২০৭ নং লাইন: | ২১৬ নং লাইন: | ||
/* ===================================================== | /* ===================================================== | ||
Footer Powered-by Icons — SAME SIZE & ALIGNMENT | |||
===================================================== */ | ===================================================== */ | ||
.mw-footer .mw-footer-icons { | |||
display: flex !important; | |||
align-items: center !important; | |||
} | |||
/* Force | /* Force same height for MediaWiki + Katriyam */ | ||
.mw-footer .mw-footer-icons img { | .mw-footer .mw-footer-icons img { | ||
height: 31px !important; | height: 31px !important; | ||
width: auto !important; | |||
max-height: 31px !important; | max-height: 31px !important; | ||
vertical-align: middle !important; | vertical-align: middle !important; | ||
} | } | ||
/* | /* Kill inline width/height attributes */ | ||
.mw-footer .mw-footer-icons img[width], | .mw-footer .mw-footer-icons img[width], | ||
.mw-footer .mw-footer-icons img[height] { | .mw-footer .mw-footer-icons img[height] { | ||
| ২২৭ নং লাইন: | ২৩৮ নং লাইন: | ||
} | } | ||
/* | /* Spacing between badges */ | ||
.mw-footer .mw-footer-icons a { | .mw-footer .mw-footer-icons a { | ||
margin-left: 8px !important; | |||
display: inline-flex !important; | display: inline-flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
} | } | ||