MediaWiki:Common.css: Difference between revisions
From AbhiprayaVedi
mNo edit summary |
mNo edit summary |
||
| Line 18: | Line 18: | ||
} | } | ||
/* | /* 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: none !important; | |||
} | |||
Revision as of 12:57, 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: none !important;
}