মিডিয়াউইকি: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);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.infobox:hover,
.wikitable:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30,58,138,0.15);
}
}
.infobox th,
.infobox th,
১৩৮ নং লাইন: ১৪৮ নং লাইন:
.wikitable tr:nth-child(even) td {
.wikitable tr:nth-child(even) td {
     background: #eef2ff;
     background: #eef2ff;
}
.infobox tr:hover td,
.wikitable tr:hover td {
    background: #dbeafe;
}
}


/* ====== 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;
    transition: all 0.25s ease;
}
}
#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;
    transition: all 0.2s ease;
}
}
.mw-ui-button:hover,
 
button:hover,
/* =========================
input[type="submit"]:hover,
  LOGO FIX (IMPORTANT)
input[type="button"]:hover {
  ========================= */
    background: linear-gradient(90deg, #1e40af, #1e3a8a);
 
    transform: translateY(-1px);
/* Hide site name text beside logo (Vector 2022) */
    box-shadow: 0 4px 10px rgba(30,58,138,0.25);
.mw-logo-wordmark,
.mw-wiki-title,
.mw-site-title {
    display: none !important;
}
}
/* Hide site name text next to logo */
 
.mw-logo-text {
/* Keep logo aligned nicely for 128x40 */
     display: none;
.mw-logo img {
     height: 40px;
    width: auto;
}
}