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 */
div#mw-content-subtitle {
    display: none !important;
}
/* Base Typography */
/* Base Typography */
:lang(en) {
:lang(en) {

Revision as of 11:08, 28 May 2026

/* For avoiding filename appearing at the top left of Article page */
div#mw-content-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 */