মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
Md Abu Sayeed (আলোচনা | অবদান) হালনাগাদ |
Md Abu Sayeed (আলোচনা | অবদান) হালনাগাদ |
||
| ৬৬ নং লাইন: | ৬৬ নং লাইন: | ||
.vector-header .mw-logo-tagline { | .vector-header .mw-logo-tagline { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Desktop Logo */ | |||
.vector-header .mw-logo img, | |||
.vector-header .mw-logo-icon, | |||
.vector-logo img, | |||
.mw-logo img { | |||
height: 120px !important; | |||
max-height: 120px !important; | |||
width: auto !important; | |||
} | |||
/* Logo Container */ | |||
.vector-header .mw-logo, | |||
.vector-logo, | |||
.mw-logo { | |||
min-width: 420px !important; | |||
} | } | ||
১৯:০৯, ১৪ জুলাই ২০২৬ তারিখে সংশোধিত সংস্করণ
/* মুক্তপিডিয়া কাস্টম ফন্ট */
@font-face {
font-family: 'Target Group';
src: url('/resources/fonts/TargetGroupWeb_400.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Target Group';
src: url('/resources/fonts/TargetGroupWeb_700.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
body,
.mw-body,
.vector-body,
.skin-vector-2022,
.vector-sticky-header,
.mw-parser-output,
.skin-minerva,
.skin-minerva .mw-body,
.skin-minerva .mw-parser-output,
.skin-minerva h1,
.skin-minerva h2,
.skin-minerva h3,
.skin-minerva h4,
.skin-minerva h5,
.skin-minerva h6,
.skin-minerva p,
.skin-minerva li,
.skin-minerva a {
font-family: 'Target Group', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Target Group', sans-serif !important;
font-weight: 700;
}
/* =======================================
মুক্তপিডিয়া লোগো
======================================= */
/* MediaWiki-এর ডিফল্ট wordmark ও tagline লুকান */
.mw-logo-wordmark,
.mw-logo-tagline {
display: none !important;
}
/* শুধু আপনার লোগো দেখান */
.mw-logo img {
max-height: 70px !important;
width: auto !important;
}
/* Vector 2022 */
.vector-header .mw-logo-wordmark,
.vector-header .mw-logo-tagline {
display: none !important;
}
/* Desktop Logo */
.vector-header .mw-logo img,
.vector-header .mw-logo-icon,
.vector-logo img,
.mw-logo img {
height: 120px !important;
max-height: 120px !important;
width: auto !important;
}
/* Logo Container */
.vector-header .mw-logo,
.vector-logo,
.mw-logo {
min-width: 420px !important;
}