"മീഡിയവിക്കി:Common.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| (ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള 6 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 37: | വരി 37: | ||
body.ns-14 #firstHeading { | body.ns-14 #firstHeading { | ||
display: none !important; | display: none !important; | ||
} | |||
/* ========================================================================== | |||
PUBLISHING WORKSPACE — HIDE MEDIAWIKI PAGE TITLES | |||
========================================================================== */ | |||
body.page-CreateArticle #firstHeading, | |||
body.page-Editorial_Dashboard #firstHeading { | |||
display: none !important; | |||
} | |||
body.mw-special-FormEdit #firstHeading { | |||
display: none !important; | |||
} | } | ||
| വരി 103: | വരി 115: | ||
/* ========================================================================== | /* ========================================================================== | ||
4 | 4. LOGO INTEGRATION FOR DISPLAY NAME PLACE | ||
==========================================================================*/ | ==========================================================================*/ | ||
.mw-wiki-title { | .mw-wiki-title { | ||
20:24, 12 ജൂലൈ 2026-നു നിലവിലുള്ള രൂപം
/* ==========================================================================
1. LOAD MALAYALAM GOOGLE FONTS
========================================================================== */
@import url('https://smc.org.in/fonts/manjari.css');
/* GLOBAL FONTS FORCE (Combined to eliminate duplications) */
:lang(ml), :lang(ml) *,
body:lang(ml), .mw-body:lang(ml), .mw-body-content:lang(ml), #content:lang(ml),
.mw-parser-output:lang(ml), .article-content:lang(ml), .article-content *,
.intro-box:lang(ml), p:lang(ml), span:lang(ml), div:lang(ml),
h1:lang(ml), h2:lang(ml), h3:lang(ml), h4:lang(ml),
#firstHeading, .mw-first-heading, .firstHeading {
font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', 'Nirmala UI', sans-serif !important;
}
.article-content,
.article-byline,
.author-profile-bio,
.author-card,
.author-card-name,
.author-card-bio,
.article-title,
.related-heading,
.author-heading,
.article-meta-row,
.article-author {
font-family: 'Manjari',
'Meera',
'Rachana',
'Noto Sans Malayalam',
sans-serif !important;
}
.page-Main_Page #firstHeading {
display: none;
}
body.ns-14 #firstHeading {
display: none !important;
}
/* ==========================================================================
PUBLISHING WORKSPACE — HIDE MEDIAWIKI PAGE TITLES
========================================================================== */
body.page-CreateArticle #firstHeading,
body.page-Editorial_Dashboard #firstHeading {
display: none !important;
}
body.mw-special-FormEdit #firstHeading {
display: none !important;
}
/* GLOBAL MINOR TWEAKS */
body {
line-height: 1.7;
}
.article-content * {
line-height: 1.85 !important;
}
#mw-header-hack {
border-bottom-width: 1px;
}
/* ==========================================================================
2. HEADINGS & TITLES
========================================================================== */
#firstHeading,
.mw-first-heading,
.firstHeading {
font-family:'Manjari',
'Noto Sans Malayalam',
sans-serif !important;
font-size:2.2em !important;
font-weight:700 !important;
margin:0 !important;
padding:20px 28px 8px 28px !important;
background:#f4f7fb;
border-left:6px solid #36c;
border-bottom:none !important;
border-radius:12px 12px 0 0;
color:#222;
}
:lang(en) #firstHeading, :lang(en) .mw-first-heading {
font-size: 2.45em !important;
}
/* HIDE NAMESPACE SUBTITLE FOR PUBLISHED ARTICLES */
.mw-displaytitle-subtitle {
display: none !important;
}
/* ==========================================================================
3. LAYOUT & SIDEBARS (FULL WIDTH)
========================================================================== */
#mw-site-navigation, #mw-related-navigation {
display: none !important;
}
#mw-content-container {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
max-width: 100% !important;
}
#content {
max-width: 100% !important;
}
/* ==========================================================================
4. LOGO INTEGRATION FOR DISPLAY NAME PLACE
==========================================================================*/
.mw-wiki-title {
font-family: 'Manjari', sans-serif !important;
font-weight: bold;
font-size: 22px;
color: #002B49 !important; /* Deep Navy */
}
@media (max-width: 768px) {
#mw-content-container {
padding-left: 8px !important;
padding-right: 8px !important;
}
}