MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 51: | Line 51: | ||
.mw-parser-output tt, | .mw-parser-output tt, | ||
.mw-parser-output kbd { | .mw-parser-output kbd { | ||
font-family: 'Adishila', 'Noto Serif Devanagari', serif | font-family: 'Adishila', 'Noto Serif Devanagari', serif; | ||
} | } | ||
.mw-parser-output { | .mw-parser-output { | ||
| Line 245: | Line 245: | ||
font-size: 2em; font-weight: 500; color: var(--maroon); | font-size: 2em; font-weight: 500; color: var(--maroon); | ||
line-height: 1.4; margin: 0 0 16px; border: none !important; | line-height: 1.4; margin: 0 0 16px; border: none !important; | ||
text-align:center; font-family: 'AdishilaDevGuru' | text-align:center; font-family: 'AdishilaDevGuru'; | ||
} | } | ||
| Line 416: | Line 416: | ||
/* ── 22. CODE / PRE ────────────────────────────────────────────── */ | /* ── 22. CODE / PRE ────────────────────────────────────────────── */ | ||
pre, code, .mw-code, tt, kbd { | pre, code, .mw-code, tt, kbd { | ||
font-family: 'Adishila', 'Noto Serif Devanagari', serif | font-family: 'Adishila', 'Noto Serif Devanagari', serif ; | ||
background-color: transparent !important; border: none !important; padding: 0.3em 0 !important; | background-color: transparent !important; border: none !important; padding: 0.3em 0 !important; | ||
} | } | ||