মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
testing |
সম্পাদনা সারাংশ নেই |
||
| ১৩ নং লাইন: | ১৩ নং লাইন: | ||
Main Content | 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); | |||
} | |||
/* ========================= | /* ========================= | ||
| ৪১ নং লাইন: | ৪১ নং লাইন: | ||
HEADER LOGO — EXACT SIZE | HEADER LOGO — EXACT SIZE | ||
========================= */ | ========================= */ | ||
.mw-logo-wordmark, | |||
.mw-wiki-title, | |||
.mw-site-title { | |||
display: none !important; | |||
} | |||
.mw-header .mw-logo img { | |||
width: 128px !important; | |||
height: 40px !important; | |||
object-fit: contain; | |||
} | |||
/* ===================================================== | /* ===================================================== | ||
| ১০১ নং লাইন: | ১০১ নং লাইন: | ||
/* font-weight: bold !important;*/ | /* font-weight: bold !important;*/ | ||
/* font-size: 14px !important;*/ | /* font-size: 14px !important;*/ | ||
/*}*/ | /*}*/ | ||
| ১১৩ নং লাইন: | ১০৬ নং লাইন: | ||
Sidebar (unchanged) | Sidebar (unchanged) | ||
========================= */ | ========================= */ | ||
#mw-panel { | |||
background: #f0f5ff; | |||
border-right: 1px solid #dbeafe; | |||
} | |||
/* ========================= | /* ========================= | ||
Footer Base | Footer Base | ||
========================= */ | ========================= */ | ||
.mw-footer { | |||
background: #ffffff; | |||
border-top: 1px solid #a2a9b1; | |||
padding: 1em 1.5em; | |||
font-size: 0.875em; | |||
} | |||
/* Hide default Wikimedia logo if needed */ | /* Hide default Wikimedia logo if needed */ | ||
.mw-footer .mw-wikimedia-logo { | |||
display: none !important; | |||
} | |||
/* ========================= | /* ========================= | ||
| ১৩৮ নং লাইন: | ১৩১ নং লাইন: | ||
/* Align the "Powered By" logos side-by-side */ | /* Align the "Powered By" logos side-by-side */ | ||
#footer-icons { | |||
display: flex !important; | |||
justify-content: flex-end; /* Aligns to the right. Change to 'center' if preferred | |||
align-items: center !important; | |||
gap: 15px; /* Space between the two logos | |||
list-style: none !important; | |||
margin: 10px 0 0 0 !important; | |||
padding: 0 !important; | |||
} | |||
/* Ensure individual list items don't force a line break */ | /* Ensure individual list items don't force a line break */ | ||
#footer-icons li { | |||
display: block !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
float: none !important; /* Overrides default MediaWiki float behavior | |||
} | |||
/* Force images to be consistent height */ | /* Force images to be consistent height */ | ||
#footer-icons img { | |||
height: 31px !important; /* Standard MediaWiki button height | |||
width: auto !important; | |||
vertical-align: middle !important; | |||
} | |||
/* Main Page Banner */ | /*Main Page Banner */ | ||
.boipedia-hero-banner { | |||
background-image: linear-gradient(135deg, rgba(26, 42, 108, 0.93), rgba(178, 31, 31, 0.93), rgba(253, 187, 45, 0.93)), url('https://boipedia.org/images/7/79/Open_Book_B%26W.jpg'); | |||
background-size: cover, 150px; | |||
background-repeat: no-repeat, repeat; | |||
background-position: center, center; | |||
color: white; | |||
padding: 50px 20px; | |||
text-align: center; | |||
border-radius: 12px; | |||
margin-bottom: 25px; | |||
box-shadow: 0 10px 20px rgba(0,0,0,0.15); | |||
border: 1px solid rgba(255,255,255,0.1); | |||
} | |||