MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; cursor: pointer; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: left; | text-align: left; | ||
float: none !important; | float: none !important; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 0.07em; | letter-spacing: 0.07em; | ||
| Line 47: | Line 43: | ||
.commentary-block .mw-collapsible-toggle a { | .commentary-block .mw-collapsible-toggle a { | ||
font-family: "Adishila"; | font-family: "Adishila"; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
/* ── Shared: hide Cargo store markup ─────────────────────────────── */ | /* ── Shared: hide Cargo store markup ─────────────────────────────── */ | ||
| Line 65: | Line 52: | ||
.adhyaya-block { | .adhyaya-block { | ||
font-family: "Adishila"; | font-family: "Adishila"; | ||
} | } | ||
| Line 86: | Line 72: | ||
/* ── Nyaya (Reasoning block) ─────────────────────────────────────── */ | /* ── Nyaya (Reasoning block) ─────────────────────────────────────── */ | ||
.nyaya-block { | .nyaya-block { | ||
font-family: 'Adishila', 'Noto Serif Devanagari', 'Noto Serif Kannada', Georgia, serif; | font-family: 'Adishila', 'Noto Serif Devanagari', 'Noto Serif Kannada', Georgia, serif; | ||
} | } | ||
| Line 101: | Line 86: | ||
/* ── Prasna (Question block) ─────────────────────────────────────── */ | /* ── Prasna (Question block) ─────────────────────────────────────── */ | ||
.prasna-block { | .prasna-block { | ||
font-family: 'Adishila', 'Noto Serif Devanagari', 'Noto Serif Kannada', Georgia, serif; | font-family: 'Adishila', 'Noto Serif Devanagari', 'Noto Serif Kannada', Georgia, serif; | ||
} | } | ||
| Line 116: | Line 100: | ||
.nyaya-id, | .nyaya-id, | ||
.prasna-id { | .prasna-id { | ||
font-family: ' | font-family: 'Adishila', 'Consolas', 'Liberation Mono', monospace; | ||
} | } | ||