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

সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
৮ নং লাইন: ৮ নং লাইন:
     line-height: 1.7;
     line-height: 1.7;
     margin: 0;
     margin: 0;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
}


২৩ নং লাইন: ২২ নং লাইন:
     max-width: 1100px;
     max-width: 1100px;
     box-shadow: 0 6px 20px rgba(30,58,138,0.08);
     box-shadow: 0 6px 20px rgba(30,58,138,0.08);
    transition: box-shadow 0.3s ease;
}
#content:hover {
    box-shadow: 0 10px 28px rgba(30,58,138,0.15);
}
}


৫৭ নং লাইন: ৫১ নং লাইন:
     color: #2563eb;
     color: #2563eb;
     text-decoration: none;
     text-decoration: none;
    transition: all 0.25s ease;
     font-weight: 500;
     font-weight: 500;
}
}
৮১ নং লাইন: ৭৪ নং লাইন:
     font-size: 1em;
     font-size: 1em;
     border-bottom: 1px solid #cbd5e1;
     border-bottom: 1px solid #cbd5e1;
    padding-bottom: 0.3em;
}
}


৯০ নং লাইন: ৮২ নং লাইন:
     color: #1e40af;
     color: #1e40af;
     border-radius: 8px;
     border-radius: 8px;
    transition: all 0.25s ease;
}
}


১০৫ নং লাইন: ৯৬ নং লাইন:
     padding: 8px 14px;
     padding: 8px 14px;
     border-radius: 8px;
     border-radius: 8px;
    font-weight: 500;
    transition: all 0.25s ease;
}
}


১১২ নং লাইন: ১০১ নং লাইন:
     background: linear-gradient(90deg, #2563eb, #1e3a8a);
     background: linear-gradient(90deg, #2563eb, #1e3a8a);
     color: #fff;
     color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
}


১২৪ নং লাইন: ১১২ নং লাইন:
     margin: 1em auto;
     margin: 1em auto;
     overflow: hidden;
     overflow: hidden;
    box-shadow: 0 2px 10px rgba(30,58,138,0.08);
}
}


১৩১ নং লাইন: ১১৮ নং লাইন:
     background: linear-gradient(90deg, #1e3a8a, #2563eb);
     background: linear-gradient(90deg, #1e3a8a, #2563eb);
     color: #fff;
     color: #fff;
    font-weight: 600;
     padding: 0.8em;
     padding: 0.8em;
}
}
১৪২ নং লাইন: ১২৮ নং লাইন:


/* =========================
/* =========================
   SIDEBAR SEARCH (ONLY)
   SIDEBAR SEARCH ONLY
   ========================= */
   ========================= */
#mw-panel #p-search input {
#mw-panel #p-search input {
১৬৮ নং লাইন: ১৫৪ নং লাইন:
     border-radius: 10px;
     border-radius: 10px;
     padding: 8px 16px;
     padding: 8px 16px;
    cursor: pointer;
    font-weight: 500;
}
}


১৮৩ নং লাইন: ১৬৭ নং লাইন:
.mw-logo img {
.mw-logo img {
     height: 40px;
     height: 40px;
    width: auto;
     cursor: pointer;
     cursor: pointer;
}
}


.mw-logo a {
/* =====================================================
    display: inline-flex;
  🔥 HARD FIX – VECTOR 2022 TOP SEARCH (CODEX OVERRIDE)
    align-items: center;
  ===================================================== */
    pointer-events: auto;
}


/* =========================
/* Align container */
  TOP BAR SEARCH FIX (Vector 2022)
.vector-search-box,
  ========================= */
.vector-search-box form {
.vector-search-box {
     align-items: center !important;
     align-items: center;
}
}


.vector-search-box input {
/* Input */
     height: 36px;
.vector-search-box input,
     padding: 4px 10px;
.vector-search-box .cdx-text-input__input,
     border-radius: 6px;
.vector-search-box .cdx-search-input__input {
     font-size: 0.9em;
     height: 36px !important;
     box-sizing: border-box;
    min-height: 36px !important;
     padding: 4px 10px !important;
     line-height: 1.2 !important;
     border-radius: 6px !important;
     box-sizing: border-box !important;
}
}


/* Button */
.vector-search-box button,
.vector-search-box .cdx-button {
.vector-search-box .cdx-button {
     height: 36px;
     height: 36px !important;
     padding: 0 14px;
    min-height: 36px !important;
     border-radius: 6px;
     padding: 0 14px !important;
     border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
}


/* =========================
/* =========================
   FINAL FOOTER (Wikimedia-style)
   Footer (Wikimedia style)
   ========================= */
   ========================= */
.mw-footer {
.mw-footer {
২২২ নং লাইন: ২১২ নং লাইন:
     padding: 1em 1.5em;
     padding: 1em 1.5em;
     font-size: 0.875em;
     font-size: 0.875em;
    color: #202122;
}
.mw-footer .mw-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mw-footer .mw-footer-info {
    max-width: 80%;
    line-height: 1.6;
}
.mw-footer ul {
    list-style: none;
    margin: 0.5em 0 0;
    padding: 0;
}
.mw-footer li {
    display: inline;
    margin-right: 0.75em;
}
.mw-footer li::after {
    content: "·";
    margin-left: 0.75em;
    color: #54595d;
}
.mw-footer li:last-child::after {
    content: "";
}
.mw-footer a {
    color: #0645ad;
    text-decoration: none;
}
.mw-footer a:hover {
    text-decoration: underline;
}
}


.mw-footer .mw-wikimedia-logo {
.mw-footer .mw-wikimedia-logo {
     display: none !important;
     display: none !important;
}
.mw-footer .mw-footer-icons {
    display: flex;
    align-items: center;
}
.mw-footer .mw-poweredby {
    margin: 0;
}
/* Mobile footer */
@media (max-width: 768px) {
    .mw-footer .mw-footer-content {
        flex-direction: column;
    }
    .mw-footer .mw-footer-icons {
        margin-top: 1em;
        align-self: flex-end;
    }
}
}