MediaWiki:Common.css: Difference between revisions
From AbhiprayaVedi
'→ഇവിടെ നൽകുന്ന സി.എസ്.എസ്. എല്ലാ ദൃശ്യരൂപങ്ങൾക്കും ബാധകമായിരിക്കും: @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam&display=swap'); body, .mw-body-content { font-family: 'Noto Sans Malayalam', 'Meera', Arial, sans-serif; }' താൾ സൃഷ്ടിച്ചിരിക്കുന്നു |
No edit summary |
||
| Line 4: | Line 4: | ||
body, .mw-body-content { | body, .mw-body-content { | ||
font-family: 'Noto Sans Malayalam', 'Meera', Arial, sans-serif; | font-family: 'Noto Sans Malayalam', 'Meera', Arial, sans-serif; | ||
} | |||
/* Hide page names in category listings, show only DISPLAYTITLE */ | |||
.mw-category-group ul li { | |||
list-style: none; | |||
} | } | ||
Revision as of 22:33, 14 January 2026
/* ഇവിടെ നൽകുന്ന സി.എസ്.എസ്. എല്ലാ ദൃശ്യരൂപങ്ങൾക്കും ബാധകമായിരിക്കും */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam&display=swap');
body, .mw-body-content {
font-family: 'Noto Sans Malayalam', 'Meera', Arial, sans-serif;
}
/* Hide page names in category listings, show only DISPLAYTITLE */
.mw-category-group ul li {
list-style: none;
}