মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
অসম্পাদনা সারাংশ নেই |
অসম্পাদনা সারাংশ নেই |
||
| ৮ নং লাইন: | ৮ নং লাইন: | ||
line-height: 1.7; | line-height: 1.7; | ||
margin: 0; | margin: 0; | ||
} | } | ||
| ২৩ নং লাইন: | ২২ নং লাইন: | ||
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); | ||
} | } | ||
| ৫৭ নং লাইন: | ৫১ নং লাইন: | ||
color: #2563eb; | color: #2563eb; | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
| ৮১ নং লাইন: | ৭৪ নং লাইন: | ||
font-size: 1em; | font-size: 1em; | ||
border-bottom: 1px solid #cbd5e1; | border-bottom: 1px solid #cbd5e1; | ||
} | } | ||
| ৯০ নং লাইন: | ৮২ নং লাইন: | ||
color: #1e40af; | color: #1e40af; | ||
border-radius: 8px; | border-radius: 8px; | ||
} | } | ||
| ১০৫ নং লাইন: | ৯৬ নং লাইন: | ||
padding: 8px 14px; | padding: 8px 14px; | ||
border-radius: 8px; | border-radius: 8px; | ||
} | } | ||
| ১১২ নং লাইন: | ১০১ নং লাইন: | ||
background: linear-gradient(90deg, #2563eb, #1e3a8a); | background: linear-gradient(90deg, #2563eb, #1e3a8a); | ||
color: #fff; | color: #fff; | ||
} | } | ||
| ১২৪ নং লাইন: | ১১২ নং লাইন: | ||
margin: 1em auto; | margin: 1em auto; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
| ১৩১ নং লাইন: | ১১৮ নং লাইন: | ||
background: linear-gradient(90deg, #1e3a8a, #2563eb); | background: linear-gradient(90deg, #1e3a8a, #2563eb); | ||
color: #fff; | color: #fff; | ||
padding: 0.8em; | padding: 0.8em; | ||
} | } | ||
| ১৪২ নং লাইন: | ১২৮ নং লাইন: | ||
/* ========================= | /* ========================= | ||
SIDEBAR SEARCH | 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; | ||
} | } | ||
| ১৮৩ নং লাইন: | ১৬৭ নং লাইন: | ||
.mw-logo img { | .mw-logo img { | ||
height: 40px; | height: 40px; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
/* ===================================================== | |||
🔥 HARD FIX – VECTOR 2022 TOP SEARCH (CODEX OVERRIDE) | |||
===================================================== */ | |||
/* | /* Align container */ | ||
.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, | ||
.vector-search-box .cdx-search-input__input { | |||
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; | |||
} | } | ||
/* ========================= | /* ========================= | ||
Footer (Wikimedia style) | |||
========================= */ | ========================= */ | ||
.mw-footer { | .mw-footer { | ||
| ২২২ নং লাইন: | ২১২ নং লাইন: | ||
padding: 1em 1.5em; | padding: 1em 1.5em; | ||
font-size: 0.875em; | font-size: 0.875em; | ||
} | } | ||
.mw-footer .mw-wikimedia-logo { | .mw-footer .mw-wikimedia-logo { | ||
display: none !important; | display: none !important; | ||
} | } | ||
০০:১৫, ১৫ ডিসেম্বর ২০২৫ তারিখে সংশোধিত সংস্করণ
/* =========================
Global Base
========================= */
body {
background: linear-gradient(180deg, #f8faff 0%, #eef2ff 100%);
color: #1e293b;
font-family: "Segoe UI", "Noto Sans Bengali", "Helvetica Neue", sans-serif;
line-height: 1.7;
margin: 0;
}
/* =========================
Main Content
========================= */
#content,
.mw-body {
background: #ffffff;
border: 1px solid #dbeafe;
border-radius: 14px;
padding: 1.5em;
margin: 1.5em auto;
max-width: 1100px;
box-shadow: 0 6px 20px rgba(30,58,138,0.08);
}
/* =========================
Headings
========================= */
h1, h2, h3 {
color: #1e3a8a;
font-weight: 700;
letter-spacing: -0.4px;
}
h1 {
font-size: 1.9em;
border-bottom: 2px solid #2563eb;
padding-bottom: 0.2em;
}
h2 {
font-size: 1.5em;
border-left: 4px solid #2563eb;
padding-left: 0.4em;
}
/* =========================
Links
========================= */
a {
color: #2563eb;
text-decoration: none;
font-weight: 500;
}
a:hover {
color: #1e40af;
background: #e0e7ff;
padding: 2px 6px;
border-radius: 6px;
}
/* =========================
Sidebar
========================= */
#mw-panel {
background: #f0f5ff;
border-right: 1px solid #dbeafe;
padding-top: 0.8em;
}
#mw-panel .portal h3 {
color: #1e3a8a;
font-size: 1em;
border-bottom: 1px solid #cbd5e1;
}
#mw-panel .portal .body li a {
display: block;
padding: 6px 10px;
margin: 3px 0;
color: #1e40af;
border-radius: 8px;
}
#mw-panel .portal .body li a:hover {
background: linear-gradient(90deg, #2563eb, #1e40af);
color: #fff;
}
/* =========================
Navigation Tabs
========================= */
.vector-menu-tabs li a {
color: #1e3a8a;
padding: 8px 14px;
border-radius: 8px;
}
.vector-menu-tabs li a:hover {
background: linear-gradient(90deg, #2563eb, #1e3a8a);
color: #fff;
}
/* =========================
Infobox & Tables
========================= */
.infobox,
.wikitable {
border: 1px solid #cbd5e1;
border-radius: 12px;
margin: 1em auto;
overflow: hidden;
}
.infobox th,
.wikitable th {
background: linear-gradient(90deg, #1e3a8a, #2563eb);
color: #fff;
padding: 0.8em;
}
.infobox td,
.wikitable td {
background: #f8faff;
padding: 0.7em;
}
/* =========================
SIDEBAR SEARCH ONLY
========================= */
#mw-panel #p-search input {
border: 1px solid #93c5fd;
border-radius: 10px;
padding: 7px 12px;
}
#mw-panel #p-search input:focus {
outline: none;
border-color: #2563eb;
box-shadow: 0 0 0 3px rgba(37,99,235,0.3);
}
/* =========================
Buttons
========================= */
.mw-ui-button,
button,
input[type="submit"],
input[type="button"] {
background: linear-gradient(90deg, #2563eb, #1e40af);
color: #fff;
border: none;
border-radius: 10px;
padding: 8px 16px;
}
/* =========================
LOGO FIX (Vector 2022)
========================= */
.mw-logo-wordmark,
.mw-wiki-title,
.mw-site-title {
display: none !important;
}
.mw-logo img {
height: 40px;
cursor: pointer;
}
/* =====================================================
🔥 HARD FIX – VECTOR 2022 TOP SEARCH (CODEX OVERRIDE)
===================================================== */
/* Align container */
.vector-search-box,
.vector-search-box form {
align-items: center !important;
}
/* Input */
.vector-search-box input,
.vector-search-box .cdx-text-input__input,
.vector-search-box .cdx-search-input__input {
height: 36px !important;
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 {
height: 36px !important;
min-height: 36px !important;
padding: 0 14px !important;
border-radius: 6px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}
/* =========================
Footer (Wikimedia style)
========================= */
.mw-footer {
background: #ffffff;
border-top: 1px solid #a2a9b1;
padding: 1em 1.5em;
font-size: 0.875em;
}
.mw-footer .mw-wikimedia-logo {
display: none !important;
}