মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অসম্পাদনা সারাংশ নেই |
অসম্পাদনা সারাংশ নেই |
||
| ১৫১ নং লাইন: | ১৫১ নং লাইন: | ||
/* ===================================================== | /* ===================================================== | ||
HEADER LOGO — EXACT SIZE 128x40 | HEADER LOGO — EXACT SIZE 128x40 | ||
===================================================== */ | ===================================================== */ | ||
.mw-logo-wordmark, | .mw-logo-wordmark, | ||
| ২০১ নং লাইন: | ২০১ নং লাইন: | ||
} | } | ||
/* Remove Wikimedia badge */ | /* Remove Wikimedia Foundation badge */ | ||
.mw-footer .mw-wikimedia-logo { | .mw-footer .mw-wikimedia-logo { | ||
display: none !important; | display: none !important; | ||
| ২০৭ নং লাইন: | ২০৭ নং লাইন: | ||
/* ===================================================== | /* ===================================================== | ||
FINAL | FINAL OVERRIDE — Footer powered-by icons | ||
(Overrides inline width/height attributes) | |||
===================================================== */ | ===================================================== */ | ||
/* 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; | ||
max-height: 31px !important; | |||
width: auto !important; | |||
max-width: none !important; | |||
vertical-align: middle !important; | |||
} | |||
/* Override inline width/height attributes */ | |||
.mw-footer .mw-footer-icons img[width], | |||
.mw-footer .mw-footer-icons img[height] { | |||
width: auto !important; | width: auto !important; | ||
height: 31px !important; | |||
} | } | ||
/* Align buttons neatly */ | /* Align buttons neatly */ | ||
.mw-footer .mw-footer-icons a { | .mw-footer .mw-footer-icons a { | ||
display: inline-flex; | display: inline-flex !important; | ||
align-items: center; | align-items: center !important; | ||
margin-left: 6px; | margin-left: 6px; | ||
} | } | ||