মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
১৫১ নং লাইন: ১৫১ নং লাইন:


/* =====================================================
/* =====================================================
   HEADER LOGO — EXACT SIZE 128x40 (SAFE)
   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 FIX — Footer powered-by badges
   FINAL OVERRIDE — Footer powered-by icons
   MediaWiki + Katriyam
   (Overrides inline width/height attributes)
   ===================================================== */
   ===================================================== */


/* Force same size for BOTH badges */
/* 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;
     max-height: 31px !important;
     height: 31px !important;
    vertical-align: middle;
}
}


/* 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;
}
}