মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
সম্পাদনা সারাংশ নেই |
অসম্পাদনা সারাংশ নেই |
||
| ১ নং লাইন: | ১ নং লাইন: | ||
/* ====== Global Base ====== */ | /* ========================= | ||
Global Base | |||
========================= */ | |||
body { | body { | ||
background: linear-gradient(180deg, #f8faff 0%, #eef2ff 100%); | background: linear-gradient(180deg, #f8faff 0%, #eef2ff 100%); | ||
| ৯ নং লাইন: | ১১ নং লাইন: | ||
} | } | ||
/* ====== Main Content ====== */ | /* ========================= | ||
Main Content | |||
========================= */ | |||
#content, | #content, | ||
.mw-body { | .mw-body { | ||
| ২৫ নং লাইন: | ২৯ নং লাইন: | ||
} | } | ||
/* ====== Headings ====== */ | /* ========================= | ||
Headings | |||
========================= */ | |||
h1, h2, h3 { | h1, h2, h3 { | ||
color: #1e3a8a; | color: #1e3a8a; | ||
| ৪২ নং লাইন: | ৪৮ নং লাইন: | ||
} | } | ||
/* ====== Links ====== */ | /* ========================= | ||
Links | |||
========================= */ | |||
a { | a { | ||
color: #2563eb; | color: #2563eb; | ||
| ৫৬ নং লাইন: | ৬৪ নং লাইন: | ||
} | } | ||
/* ====== Sidebar ====== */ | /* ========================= | ||
Sidebar | |||
========================= */ | |||
#mw-panel { | #mw-panel { | ||
background: #f0f5ff; | background: #f0f5ff; | ||
| ৮১ নং লাইন: | ৯১ নং লাইন: | ||
} | } | ||
/* ====== Navigation Tabs ====== */ | /* ========================= | ||
Navigation Tabs | |||
========================= */ | |||
.vector-menu-tabs li a { | .vector-menu-tabs li a { | ||
color: #1e3a8a; | color: #1e3a8a; | ||
| ৯৫ নং লাইন: | ১০৭ নং লাইন: | ||
} | } | ||
/* ====== Footer ====== */ | /* ========================= | ||
Footer | |||
========================= */ | |||
#footer { | #footer { | ||
background: #f0f5ff; | background: #f0f5ff; | ||
| ১০৮ নং লাইন: | ১২২ নং লাইন: | ||
} | } | ||
/* ====== Infobox & Tables ====== */ | /* ========================= | ||
Infobox & Tables | |||
========================= */ | |||
.infobox, | .infobox, | ||
.wikitable { | .wikitable { | ||
| ১১৬ নং লাইন: | ১৩২ নং লাইন: | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: 0 2px 10px rgba(30,58,138,0.08); | box-shadow: 0 2px 10px rgba(30,58,138,0.08); | ||
} | } | ||
.infobox th, | .infobox th, | ||
| ১৩৮ নং লাইন: | ১৪৮ নং লাইন: | ||
.wikitable tr:nth-child(even) td { | .wikitable tr:nth-child(even) td { | ||
background: #eef2ff; | background: #eef2ff; | ||
} | } | ||
/* ====== Search Box ====== */ | /* ========================= | ||
Search Box | |||
========================= */ | |||
#p-search input { | #p-search input { | ||
border: 1px solid #93c5fd; | border: 1px solid #93c5fd; | ||
border-radius: 10px; | border-radius: 10px; | ||
padding: 7px 12px; | padding: 7px 12px; | ||
} | } | ||
#p-search input:focus { | #p-search input:focus { | ||
| ১৫৭ নং লাইন: | ১৬৪ নং লাইন: | ||
} | } | ||
/* ====== Buttons ====== */ | /* ========================= | ||
Buttons | |||
========================= */ | |||
.mw-ui-button, | .mw-ui-button, | ||
button, | button, | ||
| ১৬৯ নং লাইন: | ১৭৮ নং লাইন: | ||
cursor: pointer; | cursor: pointer; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
/* ========================= | |||
LOGO FIX (IMPORTANT) | |||
========================= */ | |||
/* Hide site name text beside logo (Vector 2022) */ | |||
.mw-logo-wordmark, | |||
.mw-wiki-title, | |||
.mw-site-title { | |||
display: none !important; | |||
} | } | ||
/* | |||
.mw-logo | /* Keep logo aligned nicely for 128x40 */ | ||
.mw-logo img { | |||
height: 40px; | |||
width: auto; | |||
} | } | ||
২২:১০, ১৪ ডিসেম্বর ২০২৫ তারিখে সংশোধিত সংস্করণ
/* =========================
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;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
/* =========================
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);
transition: box-shadow 0.3s ease;
}
#content:hover {
box-shadow: 0 10px 28px rgba(30,58,138,0.15);
}
/* =========================
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;
transition: all 0.25s ease;
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;
padding-bottom: 0.3em;
}
#mw-panel .portal .body li a {
display: block;
padding: 6px 10px;
margin: 3px 0;
color: #1e40af;
border-radius: 8px;
transition: all 0.25s ease;
}
#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;
font-weight: 500;
transition: all 0.25s ease;
}
.vector-menu-tabs li a:hover {
background: linear-gradient(90deg, #2563eb, #1e3a8a);
color: #fff;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
/* =========================
Footer
========================= */
#footer {
background: #f0f5ff;
border-top: 1px solid #dbeafe;
padding: 1.2em;
text-align: center;
color: #475569;
font-size: 0.9em;
}
#footer:hover {
background: #e0e7ff;
}
/* =========================
Infobox & Tables
========================= */
.infobox,
.wikitable {
border: 1px solid #cbd5e1;
border-radius: 12px;
margin: 1em auto;
overflow: hidden;
box-shadow: 0 2px 10px rgba(30,58,138,0.08);
}
.infobox th,
.wikitable th {
background: linear-gradient(90deg, #1e3a8a, #2563eb);
color: #fff;
font-weight: 600;
padding: 0.8em;
}
.infobox td,
.wikitable td {
background: #f8faff;
padding: 0.7em;
}
.infobox tr:nth-child(even) td,
.wikitable tr:nth-child(even) td {
background: #eef2ff;
}
/* =========================
Search Box
========================= */
#p-search input {
border: 1px solid #93c5fd;
border-radius: 10px;
padding: 7px 12px;
}
#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;
cursor: pointer;
font-weight: 500;
}
/* =========================
LOGO FIX (IMPORTANT)
========================= */
/* Hide site name text beside logo (Vector 2022) */
.mw-logo-wordmark,
.mw-wiki-title,
.mw-site-title {
display: none !important;
}
/* Keep logo aligned nicely for 128x40 */
.mw-logo img {
height: 40px;
width: auto;
}