মিডিয়াউইকি: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; | |||
} | } | ||