MediaWiki:Common.css: Difference between revisions

From AbhiprayaVedi
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* For avoiding filename appearing at the top left of Article page */
/* Hide namespace subtitle for published articles */
div#mw-content-subtitle {
.mw-displaytitle-subtitle {
     display: none !important;
     display: none !important;
}
}

Revision as of 12:41, 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;
}

/* Optional: Hide top action tabs for anonymous users later */