মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অসম্পাদনা সারাংশ নেই |
অসম্পাদনা সারাংশ নেই |
||
| ১৪২ নং লাইন: | ১৪২ নং লাইন: | ||
/* ========================= | /* ========================= | ||
SIDEBAR SEARCH (ONLY) | |||
========================= */ | ========================= */ | ||
#p-search input { | #mw-panel #p-search input { | ||
border: 1px solid #93c5fd; | border: 1px solid #93c5fd; | ||
border-radius: 10px; | border-radius: 10px; | ||
| ১৫০ নং লাইন: | ১৫০ নং লাইন: | ||
} | } | ||
#p-search input:focus { | #mw-panel #p-search input:focus { | ||
outline: none; | outline: none; | ||
border-color: #2563eb; | border-color: #2563eb; | ||
| ১৯১ নং লাইন: | ১৯১ নং লাইন: | ||
align-items: center; | align-items: center; | ||
pointer-events: auto; | pointer-events: auto; | ||
} | |||
/* ========================= | |||
TOP BAR SEARCH FIX (Vector 2022) | |||
========================= */ | |||
.vector-search-box { | |||
align-items: center; | |||
} | |||
.vector-search-box input { | |||
height: 36px; | |||
padding: 4px 10px; | |||
border-radius: 6px; | |||
font-size: 0.9em; | |||
box-sizing: border-box; | |||
} | |||
.vector-search-box .cdx-button { | |||
height: 36px; | |||
padding: 0 14px; | |||
border-radius: 6px; | |||
} | } | ||
/* ========================= | /* ========================= | ||
FINAL FOOTER (Wikimedia-style) | FINAL FOOTER (Wikimedia-style) | ||
========================= */ | ========================= */ | ||
.mw-footer { | .mw-footer { | ||
background: #ffffff; | background: #ffffff; | ||
| ২৪৯ নং লাইন: | ২৬৭ নং লাইন: | ||
} | } | ||
.mw-footer .mw-wikimedia-logo { | .mw-footer .mw-wikimedia-logo { | ||
display: none !important; | display: none !important; | ||
} | } | ||
.mw-footer .mw-footer-icons { | .mw-footer .mw-footer-icons { | ||
display: flex; | display: flex; | ||
| ২৬৪ নং লাইন: | ২৮০ নং লাইন: | ||
} | } | ||
/* Mobile */ | /* Mobile footer */ | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.mw-footer .mw-footer-content { | .mw-footer .mw-footer-content { | ||