MediaWiki:Common.css: Difference between revisions

From AbhiprayaVedi
mNo edit summary
mNo edit summary
Line 26: Line 26:
     color: #222;
     color: #222;
     border-bottom: solid 4px #36c;
     border-bottom: solid 4px #36c;
}
/* Malayalam support */
:lang(ml) #firstHeading,
:lang(ml) .mw-first-heading {
    font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif;
}
}

Revision as of 13:05, 28 May 2026

/* Hide namespace subtitle for published articles */
.mw-displaytitle-subtitle {
    display: none !important;
}
/* Base Typography */
:lang(en) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

:lang(ml) {
  font-family: 'Manjari', 'Meera', 'Rachana', 'AnjaliOldLipi', 'Noto Sans Malayalam', sans-serif;
  line-height: 1.75;
}

/* Global minor tweaks only */
body {
  line-height: 1.7;
}

/* Main Article Title (Skin H1) */
#firstHeading,
.mw-first-heading {
    font-size: 2.4em !important;
    font-weight: bold !important;
    margin-bottom: 0.4em !important;
    color: #222;
    border-bottom: solid 4px #36c;
}
/* Malayalam support */
:lang(ml) #firstHeading,
:lang(ml) .mw-first-heading {
    font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif;
}