|
|
| Line 514: |
Line 514: |
| body.ns-special .vector-page-tools { display: none !important; } | | body.ns-special .vector-page-tools { display: none !important; } |
|
| |
|
| /* ── 31. MINERVA (mobile) — hide what should be hidden ─────────── */ | | /* ── 31. MINERVA (mobile) ──────────────────────────────────────── */ |
| /* Minerva header is handled by MobileFrontend — just ensure our
| |
| content styles apply correctly on Minerva skin too */
| |
| .skin-minerva .mw-parser-output {
| |
| font-size: 18px !important;
| |
| line-height: 1.8 !important;
| |
| }
| |
| .skin-minerva .mw-parser-output h2,
| |
| .skin-minerva .mw-parser-output .mw-heading2 h2 {
| |
| width: 100% !important;
| |
| }
| |
| .skin-minerva .mw-parser-output h3,
| |
| .skin-minerva .mw-parser-output .mw-heading3 h3 {
| |
| width: 100% !important;
| |
| }
| |
| .skin-minerva .bhashyam-block { margin-left: 16px !important; }
| |
| .skin-minerva .prasna-answer { margin-left: 16px !important; }
| |
| .skin-minerva .padya-block { margin-left: 16px !important; }
| |
| /* Home grid single column on Minerva */
| |
| .skin-minerva .gr-home-grid {
| |
| flex-direction: column !important;
| |
| flex-wrap: nowrap !important;
| |
| }
| |
| .skin-minerva .gr-home-card {
| |
| max-width: 100% !important;
| |
| min-width: unset !important;
| |
| flex: 0 0 auto !important;
| |
| width: 100% !important;
| |
| }
| |
| /* Hide things that should be hidden on mobile too */
| |
| .skin-minerva .catlinks,
| |
| .skin-minerva #catlinks { display: none !important; }
| |
| .skin-minerva .mw-editsection { display: none !important; }
| |
| /* ReaderToolbar on Minerva */
| |
| .skin-minerva #gr-static-bar {
| |
| height: auto !important;
| |
| min-height: 52px !important;
| |
| overflow-x: auto !important;
| |
| overflow-y: hidden !important;
| |
| scrollbar-width: none !important;
| |
| }
| |
| .skin-minerva #gr-static-bar::-webkit-scrollbar { display: none !important; }
| |
| .skin-minerva .gr-controls .gr-btn {
| |
| height: 44px !important;
| |
| min-width: 44px !important;
| |
| font-size: 14px !important;
| |
| }
| |
| .skin-minerva .gr-btn-staging { display: none !important; }
| |
| .skin-minerva .gr-controls .gr-sep { display: none !important; }
| |
| /* Minerva already shows page title — don't double-hide */
| |
| .skin-minerva h1.firstHeading { display: block !important; }
| |
| | |
| /* ── 32. PRINT ─────────────────────────────────────────────────── */
| |
| @media print {
| |
| #gr-static-bar, .gr-controls, .vector-header-container { display: none !important; }
| |
| .mw-parser-output { font-size: 11pt !important; }
| |
| }
| |
| /* ═══════════════════════════════════════════════════════════════════
| |
| MediaWiki:Common.css — Anandamakaranda
| |
| Clean rebuild — works on Vector (desktop) + Minerva (mobile)
| |
| ═══════════════════════════════════════════════════════════════════ */
| |
| | |
| /* ── 1. CSS VARIABLES ──────────────────────────────────────────── */
| |
| :root {
| |
| --maroon: #be100e;
| |
| --orange: #e65100;
| |
| --light-orange: #f57c00;
| |
| --dark-gray: #555;
| |
| --light-gray: #eee;
| |
| --muted-gray: #888;
| |
| --text: #1a1a1a;
| |
| --brown: #a07040;
| |
| --light-brown: #e8d4a0;
| |
| }
| |
| | |
| /* ── 2. FONTS ──────────────────────────────────────────────────── */
| |
| @font-face {
| |
| font-family: "Adishila";
| |
| src: url("/resources/fonts/adishila/Adishila.ttf") format("truetype");
| |
| font-weight: normal; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "Adishila";
| |
| src: url("/resources/fonts/adishila/AdishilaBold.ttf") format("truetype");
| |
| font-weight: bold; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "AdishilaDev";
| |
| src: url("/resources/fonts/AdishilaDev.ttf") format("truetype");
| |
| font-weight: normal; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "AdishilaDev";
| |
| src: url("/resources/fonts/AdishilaDeBv.ttf") format("truetype");
| |
| font-weight: bold; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "AdishilaDevGuru";
| |
| src: url("/resources/fonts/AdishilaDevGuru.ttf") format("truetype");
| |
| font-weight: bold; font-style: normal;
| |
| }
| |
| | |
| /* ── 3. CONTENT FONT ───────────────────────────────────────────── */
| |
| .mw-parser-output,
| |
| .mw-parser-output *,
| |
| .mw-parser-output pre,
| |
| .mw-parser-output code,
| |
| .mw-parser-output tt,
| |
| .mw-parser-output kbd {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| }
| |
| .mw-parser-output {
| |
| font-size: 22px;
| |
| line-height: 1.7;
| |
| color: #555;
| |
| max-width: 100%;
| |
| width: 100%;
| |
| margin: 0; padding: 0;
| |
| box-sizing: border-box;
| |
| }
| |
| | |
| /* ── 4. HIDE ELEMENTS (both skins) ────────────────────────────── */
| |
| /* Page title */
| |
| h1.firstHeading, #firstHeading, .mw-page-title-main { display: none !important; }
| |
| /* Footer */
| |
| #footer, .mw-footer, .vector-footer, .vector-footer-container,
| |
| footer, .minerva-footer { display: none !important; }
| |
| /* Categories */
| |
| .catlinks, #catlinks, .mw-normal-catlinks, .mw-hidden-catlinks { display: none !important; }
| |
| /* Edit section links */
| |
| .mw-editsection, .mw-editsection-bracket { display: none !important; }
| |
| /* Site notice */
| |
| #siteNotice { display: none !important; }
| |
| /* Watchlist */
| |
| li#pt-watchlist, li#pt-watchlist-kbd { display: none !important; }
| |
| /* Appearance panel */
| |
| #vector-appearance, #vector-appearance-pinned-container,
| |
| #vector-appearance-unpinned-container, .mw-portlet-appearance,
| |
| #p-appearance, [aria-controls="vector-appearance"] { display: none !important; }
| |
| /* Vector hamburger + sidebar */
| |
| #mw-sidebar-button, .vector-main-menu, .vector-main-menu-container,
| |
| .vector-main-menu-landmark, #vector-main-menu-dropdown { display: none !important; }
| |
| /* Vector search box (we use our own) */
| |
| #p-search, .vector-search-box, .vector-search-box-vue,
| |
| .vector-search-box-collapses { display: none !important; }
| |
| /* Vector page toolbar */
| |
| .vector-page-toolbar, .vector-page-toolbar-container { display: none !important; }
| |
| /* Vector page tools */
| |
| .vector-page-tools { display: none !important; }
| |
| /* Empty paragraphs */
| |
| .mw-parser-output p:empty,
| |
| .mw-parser-output > div > p:empty,
| |
| .mw-heading + p:empty,
| |
| .adhyaya-block + p:empty,
| |
| .verse-block + p:empty { display: none !important; margin: 0 !important; }
| |
| /* Empty divs */
| |
| .adhyaya-block:empty, .mw-parser-output div:empty { display: none !important; }
| |
| /* Cargo hidden */
| |
| .cargo-store-only { display: none !important; }
| |
| | |
| /* ── 5. VECTOR HEADER (desktop only) ──────────────────────────── */
| |
| .vector-header-container {
| |
| background: #b5451b !important;
| |
| border-bottom: 1px solid rgba(255,255,255,0.12);
| |
| }
| |
| .vector-header {
| |
| background: transparent !important;
| |
| max-width: 100% !important;
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| justify-content: space-between !important;
| |
| padding-left: 20px !important;
| |
| padding-right: 20px !important;
| |
| }
| |
| .vector-header-start {
| |
| flex: 0 0 auto !important;
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| gap: 12px;
| |
| }
| |
| .vector-header-end {
| |
| flex: 0 0 auto !important;
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| gap: 16px;
| |
| margin-left: auto;
| |
| }
| |
| .mw-logo { display: flex !important; align-items: center; opacity: 1 !important; }
| |
| .mw-logo-icon { width: 24px; height: 24px; }
| |
| | |
| /* Site name */
| |
| .mw-logo-wordmark {
| |
| font-size: 0 !important;
| |
| white-space: nowrap;
| |
| display: flex !important;
| |
| flex-direction: column !important;
| |
| }
| |
| .mw-logo-wordmark::before {
| |
| content: 'Anandamakaranda';
| |
| font-size: 17px;
| |
| font-weight: 700;
| |
| color: #fff;
| |
| font-family: system-ui, -apple-system, sans-serif;
| |
| letter-spacing: -0.01em;
| |
| }
| |
| .mw-logo-wordmark::after {
| |
| content: "A Digital Archive of Dvaita Vedanta Literature";
| |
| display: block;
| |
| font-size: 11px;
| |
| font-weight: 400;
| |
| color: rgba(255,255,255,0.85);
| |
| letter-spacing: 0.3px;
| |
| margin-top: 1px;
| |
| font-family: sans-serif;
| |
| }
| |
| | |
| /* Header right links */
| |
| .vector-header-end > *:not(#p-search) { color: rgba(255,255,255,0.9) !important; }
| |
| .vector-user-links a { color: rgba(255,255,255,0.9) !important; }
| |
| | |
| /* User icon white */
| |
| .vector-user-menu-container .vector-icon svg,
| |
| .vector-user-menu-container .vector-icon svg path,
| |
| .vector-user-menu-container .vector-icon svg circle {
| |
| fill: #fff !important; stroke: #fff !important;
| |
| }
| |
| .vector-user-links .vector-user-menu-chevron .vector-icon svg,
| |
| .vector-user-links .vector-user-menu-chevron .vector-icon svg path {
| |
| fill: rgba(255,255,255,0.9) !important;
| |
| }
| |
| | |
| /* User dropdown — dark text on white card */
| |
| .vector-user-menu .mw-list-item a,
| |
| .vector-user-menu .vector-menu-content-list a,
| |
| #p-personal .vector-menu-content a,
| |
| .mw-portlet-personal .vector-menu-content a { color: #202122 !important; }
| |
| .vector-user-menu .mw-list-item a:hover { color: var(--light-orange) !important; }
| |
| | |
| /* Suppress Vector sticky header clone */
| |
| .vector-sticky-header { display: none !important; }
| |
| | |
| /* Suppress body top padding that Vector adds */
| |
| .mw-body { margin-top: 0 !important; padding-top: 0 !important; }
| |
| | |
| /* ── 6. VECTOR TOC (desktop sidebar) ──────────────────────────── */
| |
| .vector-toc .vector-toc-numb { display: none !important; }
| |
| .vector-toc .vector-toc-title {
| |
| font-size: 0.72em !important; font-weight: 700 !important;
| |
| text-transform: uppercase; letter-spacing: 0.08em;
| |
| color: var(--text) !important;
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', system-ui, sans-serif !important;
| |
| }
| |
| .vector-toc .vector-toc-text {
| |
| white-space: normal !important; word-break: break-word !important;
| |
| overflow-wrap: anywhere !important; display: inline !important;
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', system-ui, sans-serif !important;
| |
| }
| |
| .vector-toc a, .vector-toc .vector-toc-link {
| |
| font-size: 1rem !important;
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', system-ui, sans-serif !important;
| |
| color: var(--text) !important; text-decoration: none !important;
| |
| }
| |
| .vector-toc a:hover { color: var(--light-orange) !important; }
| |
| .vector-toc .vector-toc-list-item-active .vector-toc-link,
| |
| .vector-toc .vector-toc-list-item-active .vector-toc-link * {
| |
| color: var(--light-orange) !important; font-weight: 700 !important;
| |
| }
| |
| .vector-toc .cdx-button.vector-toc-toggle {
| |
| background: none !important; border: none !important;
| |
| box-shadow: none !important; color: var(--text) !important;
| |
| }
| |
| | |
| /* ── 7. HEADINGS ───────────────────────────────────────────────── */
| |
| .mw-parser-output h1, .mw-parser-output h2, .mw-parser-output h3, .mw-parser-output h4,
| |
| .mw-parser-output .mw-heading h1, .mw-parser-output .mw-heading h2,
| |
| .mw-parser-output .mw-heading h3 {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| border: none !important; padding: 0 !important; background: none !important;
| |
| }
| |
| .mw-parser-output .mw-heading { border: none !important; margin: 0; padding: 0; }
| |
| | |
| .mw-parser-output h2, .mw-parser-output .mw-heading2 h2 {
| |
| font-size: 1.2em !important; font-weight: 500 !important;
| |
| color: var(--light-orange) !important; line-height: 1.8;
| |
| margin: 24px 0 4px !important;
| |
| border-bottom: 2px dotted var(--light-orange) !important;
| |
| width: 75%;
| |
| }
| |
| .mw-parser-output h3, .mw-parser-output .mw-heading3 h3 {
| |
| font-size: 1em !important; font-weight: 500 !important;
| |
| color: var(--orange) !important; line-height: 1.5;
| |
| margin: 24px 0 8px !important;
| |
| border-bottom: 1px dotted var(--orange) !important;
| |
| width: 55%;
| |
| }
| |
| | |
| /* ── 8. PARAGRAPHS ─────────────────────────────────────────────── */
| |
| .mw-parser-output p { margin: 0 0 0.35rem !important; }
| |
| | |
| /* ── 9. DOCUMENT TITLE ─────────────────────────────────────────── */
| |
| .gr-doc-title {
| |
| font-size: 1.6em; font-weight: 500; color: #1a1a1a;
| |
| line-height: 1.4; margin: 0 0 16px; border: none !important;
| |
| }
| |
| | |
| /* ── 10. VERSE BLOCKS ──────────────────────────────────────────── */
| |
| .shloka-block { display: block; text-align: left; margin: 3px 0 0; }
| |
| .shloka-line { display: block; font-style: normal; color: #333; line-height: 1.35; margin: 0; }
| |
| .verse-block { display: block; margin: 6px 0 0; text-align: left; }
| |
| .verse-block .shloka-block { text-align: left; margin: 0; }
| |
| .verse-block .shloka-line {
| |
| display: block; font-style: italic; color: #c65;
| |
| font-weight: 500; line-height: 1.35; margin: 0;
| |
| }
| |
| .verse-block + p { display: none !important; margin: 0 !important; }
| |
| .mw-parser-output .verse-block,
| |
| .mw-parser-output .shloka-block { margin-top: 2px !important; margin-bottom: 2px !important; }
| |
| | |
| .gr-verse-text, .verse-line, .verse-text {
| |
| color: #b5451b; font-style: italic; line-height: 1.5; display: block; margin: 0.1em 0;
| |
| }
| |
| .gr-verse-type-sutra .gr-verse-text,
| |
| .verse-block[data-type="sutra"] .verse-line { font-style: normal; font-weight: 600; color: #b5451b; }
| |
| | |
| /* ── 11. UVACHA ────────────────────────────────────────────────── */
| |
| .uvacha-block {
| |
| display: block; font-weight: bold; color: #c65;
| |
| margin: 0.5rem 0 0; padding: 2px 0 2px 12px;
| |
| border-left: 3px solid #c65; font-style: normal;
| |
| }
| |
| .uvacha-block + .verse-block { margin-top: 2px; }
| |
| .gr-uvaaca, .uvaaca {
| |
| color: #b5451b; font-weight: 600; font-size: 0.92em; margin: 0.5em 0 0.2em 0; display: block;
| |
| }
| |
| | |
| /* ── 12. BHASHYAM ──────────────────────────────────────────────── */
| |
| .bhashyam-block {
| |
| display: block; font-size: 1em; line-height: 1.6; color: #555;
| |
| margin: 0.25em 0 0.35em 48px; padding: 0; border: none; background: transparent;
| |
| }
| |
| .gr-bhashyam, .commentary-bhashyam {
| |
| color: #222; font-style: normal; line-height: 1.75; margin: 0.3em 0 0.5em 0;
| |
| }
| |
| .gr-leading-bhashya { font-style: italic; color: #555; margin: 0.4em 0 0.5em 0; }
| |
| | |
| /* ── 13. PADYA ─────────────────────────────────────────────────── */
| |
| .padya-block {
| |
| display: block; font-size: 1em; line-height: 1.75; color: #c65 !important;
| |
| font-style: italic; font-weight: 500; margin: 0.4em 0 0.6em 60px;
| |
| }
| |
| .gr-padapatha { font-size: 0.9em; color: #555; margin: 0.2em 0 0.3em 0.8em; }
| |
| | |
| /* ── 14. TEEKA ─────────────────────────────────────────────────── */
| |
| .teeka-block {
| |
| border-radius: 5px; padding: 6px 10px 8px; margin: 0.3em 0;
| |
| font-size: 0.92em; line-height: 1.6; color: #555;
| |
| background: #fffdf5; border: 1px solid #f0e0b0;
| |
| }
| |
| .teeka-title {
| |
| font-family: system-ui, -apple-system, sans-serif !important;
| |
| font-size: 0.75em; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
| |
| color: var(--brown); margin-bottom: 4px; padding-bottom: 3px;
| |
| border-bottom: 1px solid var(--light-brown);
| |
| }
| |
| .teeka-body .shloka-block {
| |
| margin: 0.4em 0; padding: 0.3em 0.6em; border-left: 3px solid #e8c88a; background: transparent;
| |
| }
| |
| .teeka-body .shloka-line { color: #8a4a00; font-style: italic; font-size: 0.97em; }
| |
| | |
| /* ── 15. PRATEEKA / MOOLA ──────────────────────────────────────── */
| |
| .gr-prateeka { font-weight: bold; font-style: normal; color: #333; }
| |
| .gr-mulaprateeka-block {
| |
| display: block; font-weight: bold; font-style: normal;
| |
| text-align: center; color: #333; margin: 0.7em 0 0.3em; line-height: 1.5;
| |
| }
| |
| .gr-moola { font-weight: bold; font-style: italic; color: #c65; }
| |
| | |
| /* ── 16. ADHYAYA ───────────────────────────────────────────────── */
| |
| .adhyaya-block { margin: 0 0 4px; }
| |
| .adhyaya-trans { font-size: 0.9em; color: #666; margin: 2px 0 0; }
| |
| .adhyaya-intro { margin-top: 8px; line-height: 1.75; color: #555; }
| |
| .introduction p { color: var(--dark-gray); font-weight: 400; margin: 0 !important; padding: 0 !important; }
| |
| | |
| /* ── 17. NYAYA / PRASNA ────────────────────────────────────────── */
| |
| .nyaya-block { margin: 32px 0; padding-top: 12px; border-top: 1px solid #eee; }
| |
| .nyaya-title {
| |
| font-size: 1em; font-weight: 500; color: var(--orange);
| |
| margin-bottom: 0.4rem; border-bottom: 1px dotted var(--orange); width: 50%;
| |
| }
| |
| .nyaya-body { color: #555; line-height: 1.75; margin-top: 0.5rem; }
| |
| .prasna-block { margin: 32px 0; padding-top: 12px; border-top: 1px solid #eee; }
| |
| .prasna-title {
| |
| font-size: 1em; font-weight: 500; color: var(--orange);
| |
| margin-bottom: 0.4rem; border-bottom: 1px dotted var(--orange); width: 50%;
| |
| }
| |
| .prasna-question, .prasna-answer { color: #555; line-height: 1.75; margin-top: 0.5rem; }
| |
| .prasna-answer { margin-left: 60px; }
| |
| | |
| /* ── 18. VYAKHYA ELEMENTS ──────────────────────────────────────── */
| |
| .gr-vyakhya-head, .gr-section-head {
| |
| font-size: 0.9em; font-weight: 700; color: #6a3e00;
| |
| margin: 0.35em 0 0.15em; font-family: inherit; border: none; padding: 0;
| |
| }
| |
| .gr-avataranika {
| |
| font-style: italic; color: #444; margin: 0.2em 0 0.5em 0.5em;
| |
| padding-left: 0.6em; border-left: 2px solid #c9a96e; line-height: 1.6;
| |
| }
| |
| .gr-vyakhya-pada {
| |
| font-size: 0.88em; color: #555; background: #fafafa;
| |
| border: 1px solid #e8e0d0; border-radius: 4px; padding: 0.5em 0.8em;
| |
| margin: 0.5em 0; line-height: 1.5; white-space: pre-wrap;
| |
| }
| |
| .gr-vyakhya-gadya {
| |
| font-weight: bold; font-size: 0.95em; text-align: center;
| |
| color: #8b1a1a; margin: 0.2em 0; line-height: 1.6; letter-spacing: 0.03em;
| |
| }
| |
| .gr-vyakhya-para { margin: 0 0 0.5em 0; line-height: 1.65; color: #444; }
| |
| .gr-embedded-bhashya { margin: 0.2em 0 0.2em 1em; line-height: 1.6; }
| |
| .gr-gadya {
| |
| display: block !important; font-size: 0.96em !important; font-weight: 600 !important;
| |
| font-style: normal !important; color: #555 !important; margin: 16px 0 4px !important;
| |
| border-bottom: 1px solid #ddd !important; width: 60%; line-height: 1.5 !important;
| |
| }
| |
| .gr-author-note {
| |
| font-style: italic; color: #666; text-align: center; font-size: 0.9em;
| |
| margin: 0.8em 0 0.4em 0; border-top: 1px solid #ddd; padding-top: 0.4em;
| |
| }
| |
| .gr-devatachandas { font-size: 0.82em; color: #777; margin: 0.4em 0 0.2em 0; }
| |
| .gr-vargikarana { font-size: 0.82em; color: #888; margin: 0.5em 0 0.1em 0; }
| |
| | |
| /* ── 19. TEEKA VIEW MODES ──────────────────────────────────────── */
| |
| body.gr-standalone .teeka-block { background: none !important; border: none !important; padding: 0 !important; }
| |
| body.gr-standalone .teeka-title { display: none !important; }
| |
| body.gr-standalone .gr-teeka-entry { border-bottom: 1px solid #f0e8d8; padding-bottom: 0.8em; margin-bottom: 0.8em; }
| |
| body.gr-standalone .teeka-body .shloka-line { color: var(--maroon); font-style: italic; }
| |
| body.gr-ref-mode .teeka-block { background: #fffdf5 !important; border: 1px solid #f0e0b0 !important; }
| |
| body.gr-ref-mode .gr-page-nav { display: none; }
| |
| .gr-teeka-page .teeka-block { background: #fffdf5; border: 1px solid #f0e0b0; }
| |
| | |
| /* ── 20. BHASHYA COLLECTION ────────────────────────────────────── */
| |
| .mw-parser-output .bhashya-collection { margin: 0; padding: 0; }
| |
| .mw-parser-output .bhashya + p:empty,
| |
| .mw-parser-output .verse + p:empty,
| |
| .mw-parser-output .bhashya-collection + p:empty,
| |
| .mw-parser-output .pramana + p:empty,
| |
| .mw-parser-output .author-note + p:empty { display: none !important; margin: 0 !important; height: 0 !important; }
| |
| | |
| /* ── 21. VERSE ACTIONS ─────────────────────────────────────────── */
| |
| .verse-actions {
| |
| display: flex; flex-direction: row; align-items: center;
| |
| gap: 6px; margin-top: 4px; justify-content: center;
| |
| }
| |
| .verse-action-btn {
| |
| display: inline-flex; align-items: center; justify-content: center;
| |
| padding: 4px; border-radius: 6px; cursor: pointer; opacity: 0.75; transition: all 0.2s;
| |
| }
| |
| .verse-action-btn:hover { opacity: 1; background-color: rgba(0,0,0,0.05); }
| |
| .icon { display: inline-block; width: 18px; height: 18px; background-repeat: no-repeat; background-position: center; background-size: contain; }
| |
| .icon-copy { background-image: url('/images/copy.svg'); }
| |
| .icon-commentary { background-image: url('/images/commentary.svg'); }
| |
| .copy-tooltip {
| |
| position: absolute; bottom: calc(100% + 8px); left: 50%;
| |
| transform: translateX(-50%) translateY(4px);
| |
| white-space: nowrap; pointer-events: none; z-index: 9999;
| |
| display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 999px;
| |
| font-size: 0.75rem; font-weight: 500; background: rgba(30,30,30,0.82); color: #fff;
| |
| opacity: 0; transition: opacity 0.2s, transform 0.2s;
| |
| }
| |
| .copy-tooltip.copy-tooltip-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
| |
| | |
| /* ── 22. CODE / PRE ────────────────────────────────────────────── */
| |
| pre, code, .mw-code, tt, kbd {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| background-color: transparent !important; border: none !important; padding: 0.3em 0 !important;
| |
| }
| |
| .mw-collapsible, .mw-collapsible-content, blockquote, .quotebox {
| |
| background-color: transparent !important; border: none !important;
| |
| font-style: normal !important; padding: 0 !important; margin-left: 0 !important;
| |
| }
| |
| | |
| /* ── 23. INLINE TOC BOX (wikitext __TOC__) ─────────────────────── */
| |
| .toc {
| |
| display: block !important; background: #fffdf5; border: 1px solid #e8c88a;
| |
| border-radius: 8px; padding: 12px 16px; margin: 0 0 24px 0;
| |
| width: fit-content; min-width: 220px; max-width: 420px;
| |
| font-size: 0.9em; line-height: 2;
| |
| }
| |
| .toc h2, .toc .toctitle {
| |
| font-size: 0.85em !important; font-weight: 600 !important; color: var(--text) !important;
| |
| border: none !important; margin: 0 0 6px !important; text-transform: uppercase; letter-spacing: 0.05em;
| |
| }
| |
| .toc ul { margin: 0 !important; padding-left: 1.2em !important; list-style: none !important; }
| |
| .toc li { margin: 0; padding: 0; }
| |
| .toc a { color: var(--text) !important; text-decoration: none !important; }
| |
| .toc a:hover { color: var(--light-orange) !important; }
| |
| .toc .toclevel-1 > a { font-weight: 600; }
| |
| .tocnumber { display: none; }
| |
| | |
| /* ── 24. DOC TEEKAS + TOC NAV ──────────────────────────────────── */
| |
| .gr-doc-teekas { margin-bottom: 1em; }
| |
| .gr-doc-teekas + p:empty { display: none !important; margin: 0 !important; height: 0 !important; }
| |
| .toc-main-links { display: flex; gap: 6px; padding: 5px; align-items: center; margin-bottom: 4px; }
| |
| .toc-main-link-item {
| |
| font-size: 0.9em; color: var(--text); text-decoration: none; padding: 4px 8px;
| |
| border-radius: 6px; background: rgba(0,0,0,0.05); transition: background 0.15s;
| |
| }
| |
| .toc-main-link-item:hover { background: rgba(0,0,0,0.10) !important; }
| |
| | |
| /* ── 25. MAIN PAGE ─────────────────────────────────────────────── */
| |
| body.page-Main_Page #mw-panel,
| |
| body.page-Main_Page .vector-sidebar-container { display: none !important; }
| |
| | |
| .gr-home { max-width: 1080px; margin: 0 auto; padding: 0; }
| |
| .gr-home-page-title {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| text-align: center; font-size: 1.8em; font-weight: 500; color: #1a2e40; margin: 24px 0 32px;
| |
| }
| |
| .gr-home-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 32px; }
| |
| .gr-home-card {
| |
| background: #fff; border: 1px solid #e8e4df; border-radius: 10px;
| |
| box-shadow: 0 2px 8px rgba(0,0,0,0.07);
| |
| padding: 18px 20px 20px; flex: 1 1 280px; min-width: 240px; max-width: 360px;
| |
| }
| |
| .gr-home-card-title {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| font-size: 1em; font-weight: 600; color: #1a2e40; text-align: center;
| |
| padding-bottom: 10px; margin-bottom: 12px; border-bottom: 1.5px solid #c0392b;
| |
| }
| |
| .gr-home-card ol { margin: 0; padding-left: 1.4em; list-style: decimal; }
| |
| .gr-home-card li { font-size: 0.95em; line-height: 1.85; color: #333; }
| |
| .gr-home-card li a { color: #c0392b; text-decoration: none; }
| |
| .gr-home-card li a:hover { text-decoration: underline; }
| |
| .gr-home-card li a.new { color: #c08080; }
| |
| .gr-home-note { font-size: 0.82em; color: #888; }
| |
| .gr-home-group-label {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| font-size: 1.1em; font-weight: 600; color: #1a2e40; text-align: center;
| |
| margin: 36px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #c0392b;
| |
| }
| |
| | |
| /* ── 26. TOGGLE BUTTONS ────────────────────────────────────────── */
| |
| .gr-home-toggle { display: flex; gap: 8px; margin: 0 0 24px; justify-content: center; }
| |
| .gr-toggle-btn {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif;
| |
| font-size: 0.88em; padding: 6px 20px; border: 1.5px solid #c0392b; border-radius: 20px;
| |
| background: transparent; color: #c0392b; cursor: pointer; user-select: none; transition: background 0.15s, color 0.15s;
| |
| }
| |
| .gr-toggle-btn:hover { background: #fdf0ed; }
| |
| .gr-toggle-btn.gr-toggle-active { background: #c0392b; color: #fff; }
| |
| | |
| /* ── 27. SCRIPT BAR ────────────────────────────────────────────── */
| |
| .gr-script-bar { margin: 0 0 20px; font-size: 0.8em; color: #888; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
| |
| .gr-script-label { font-family: system-ui, sans-serif; color: #aaa; }
| |
| .gr-script-btn { font-family: 'Adishila', 'Noto Serif Devanagari', serif; color: #c0392b !important; text-decoration: underline dotted !important; cursor: pointer; }
| |
| .gr-script-btn.active { color: #888 !important; text-decoration: none !important; cursor: default; }
| |
| | |
| /* ── 28. MODALS ────────────────────────────────────────────────── */
| |
| .grantha-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center; z-index: 10000; }
| |
| .grantha-modal-box { background: white; padding: 20px; border-radius: 10px; width: 300px; }
| |
| .gm-title { font-weight: bold; margin-bottom: 10px; }
| |
| .gm-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 12px; }
| |
| | |
| /* ── 29. LOGIN PAGE ────────────────────────────────────────────── */
| |
| body.page-Special_UserLogin .vector-search-box,
| |
| body.page-Special_UserLogin #p-search { display: none !important; }
| |
| body.page-Special_UserLogin #content { max-width: 420px; margin: 40px auto !important; }
| |
| | |
| /* ── 30. SPECIAL PAGES ─────────────────────────────────────────── */
| |
| body.ns-special #footer, body.ns-special .mw-footer,
| |
| body.ns-special .vector-footer { display: none !important; }
| |
| body.ns-special .vector-page-tools { display: none !important; }
| |
| | |
| /* ── 31. MINERVA (mobile) — hide what should be hidden ─────────── */
| |
| /* Minerva header is handled by MobileFrontend — just ensure our
| |
| content styles apply correctly on Minerva skin too */
| |
| .skin-minerva .mw-parser-output { | | .skin-minerva .mw-parser-output { |
| font-size: 18px !important; | | font-size: 18px !important; |
| Line 1,146: |
Line 572: |
| } | | } |
|
| |
|
| /* ── 33. MINERVA HEADER — orange theme + sticky ────────────────── */ | | /* ── 33. TYPOGRAPHY CLASSES ────────────────────────────────────── */ |
| /* Minerva header background */
| |
| .skin-minerva .header-container,
| |
| .skin-minerva .minerva-header,
| |
| .skin-minerva #mw-mf-viewport .header-container {
| |
| background: #b5451b !important;
| |
| position: sticky !important;
| |
| top: 0 !important;
| |
| z-index: 200 !important;
| |
| width: 100% !important;
| |
| }
| |
| /* Minerva wordmark / site title */
| |
| .skin-minerva .minerva-wordmark,
| |
| .skin-minerva .mw-mf-page-center__content .header-container a,
| |
| .skin-minerva #mw-mf-viewport .branding-box a,
| |
| .skin-minerva .mw-header .branding-box {
| |
| color: #fff !important;
| |
| }
| |
| .skin-minerva .branding-box {
| |
| background: transparent !important;
| |
| }
| |
| /* Minerva icons (search, menu) white */
| |
| .skin-minerva .minerva-icon--base20,
| |
| .skin-minerva .minerva-icon--wikimedia-search,
| |
| .skin-minerva .toggle-list__toggle svg,
| |
| .skin-minerva .search-toggle svg,
| |
| .skin-minerva .main-header svg path,
| |
| .skin-minerva .mw-ui-icon-element svg {
| |
| fill: #fff !important;
| |
| color: #fff !important;
| |
| }
| |
| /* Minerva menu button */
| |
| .skin-minerva .navigation-drawer__toggle,
| |
| .skin-minerva #mw-mf-main-menu-button svg path,
| |
| .skin-minerva .cdx-button--icon-only svg path {
| |
| fill: #fff !important;
| |
| }
| |
| /* Reader toolbar sticky on Minerva — sits below Minerva header */
| |
| .skin-minerva #gr-static-bar {
| |
| position: sticky !important;
| |
| top: 56px !important; /* Minerva header height */
| |
| z-index: 100 !important;
| |
| }
| |
| | |
| /* ── 34. MINERVA — auto-expand sections ────────────────────────── */
| |
| /* MobileFrontend collapses sections by default.
| |
| Force all sections open — we want reading mode, not collapsed. */
| |
| .skin-minerva .collapsible-block,
| |
| .skin-minerva .collapsible-heading + .collapsible-block {
| |
| display: block !important;
| |
| }
| |
| .skin-minerva .mf-section-0,
| |
| .skin-minerva .mf-section-1,
| |
| .skin-minerva .mf-section-2,
| |
| .skin-minerva .mf-section-3,
| |
| .skin-minerva .mf-section-4,
| |
| .skin-minerva .mf-section-5,
| |
| .skin-minerva .mf-section-6,
| |
| .skin-minerva .mf-section-7,
| |
| .skin-minerva .mf-section-8,
| |
| .skin-minerva .mf-section-9 {
| |
| display: block !important;
| |
| }
| |
| .skin-minerva .section-heading {
| |
| pointer-events: none !important; /* disable tap-to-collapse */
| |
| }
| |
| .skin-minerva .section-heading .indicator {
| |
| display: none !important; /* hide collapse arrow */
| |
| }
| |
| /* ═══════════════════════════════════════════════════════════════════
| |
| MediaWiki:Common.css — Anandamakaranda
| |
| Clean rebuild — works on Vector (desktop) + Minerva (mobile)
| |
| ═══════════════════════════════════════════════════════════════════ */
| |
| | |
| /* ── 1. CSS VARIABLES ──────────────────────────────────────────── */
| |
| :root {
| |
| --maroon: #be100e;
| |
| --orange: #e65100;
| |
| --light-orange: #f57c00;
| |
| --dark-gray: #555;
| |
| --light-gray: #eee;
| |
| --muted-gray: #888;
| |
| --text: #1a1a1a;
| |
| --brown: #a07040;
| |
| --light-brown: #e8d4a0;
| |
| }
| |
| | |
| /* ── 2. FONTS ──────────────────────────────────────────────────── */
| |
| @font-face {
| |
| font-family: "Adishila";
| |
| src: url("/resources/fonts/adishila/Adishila.ttf") format("truetype");
| |
| font-weight: normal; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "Adishila";
| |
| src: url("/resources/fonts/adishila/AdishilaBold.ttf") format("truetype");
| |
| font-weight: bold; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "AdishilaDev";
| |
| src: url("/resources/fonts/AdishilaDev.ttf") format("truetype");
| |
| font-weight: normal; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "AdishilaDev";
| |
| src: url("/resources/fonts/AdishilaDeBv.ttf") format("truetype");
| |
| font-weight: bold; font-style: normal;
| |
| }
| |
| @font-face {
| |
| font-family: "AdishilaDevGuru";
| |
| src: url("/resources/fonts/AdishilaDevGuru.ttf") format("truetype");
| |
| font-weight: bold; font-style: normal;
| |
| }
| |
| | |
| /* ── 3. CONTENT FONT ───────────────────────────────────────────── */
| |
| .mw-parser-output,
| |
| .mw-parser-output *,
| |
| .mw-parser-output pre,
| |
| .mw-parser-output code,
| |
| .mw-parser-output tt,
| |
| .mw-parser-output kbd {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| }
| |
| .mw-parser-output {
| |
| font-size: 22px;
| |
| line-height: 1.7;
| |
| color: #555;
| |
| max-width: 100%;
| |
| width: 100%;
| |
| margin: 0; padding: 0;
| |
| box-sizing: border-box;
| |
| }
| |
| | |
| /* ── 4. HIDE ELEMENTS (both skins) ────────────────────────────── */
| |
| /* Page title */
| |
| h1.firstHeading, #firstHeading, .mw-page-title-main { display: none !important; }
| |
| /* Footer */
| |
| #footer, .mw-footer, .vector-footer, .vector-footer-container,
| |
| footer, .minerva-footer { display: none !important; }
| |
| /* Categories */
| |
| .catlinks, #catlinks, .mw-normal-catlinks, .mw-hidden-catlinks { display: none !important; }
| |
| /* Edit section links */
| |
| .mw-editsection, .mw-editsection-bracket { display: none !important; }
| |
| /* Site notice */
| |
| #siteNotice { display: none !important; }
| |
| /* Watchlist */
| |
| li#pt-watchlist, li#pt-watchlist-kbd { display: none !important; }
| |
| /* Appearance panel */
| |
| #vector-appearance, #vector-appearance-pinned-container,
| |
| #vector-appearance-unpinned-container, .mw-portlet-appearance,
| |
| #p-appearance, [aria-controls="vector-appearance"] { display: none !important; }
| |
| /* Vector hamburger + sidebar */
| |
| #mw-sidebar-button, .vector-main-menu, .vector-main-menu-container,
| |
| .vector-main-menu-landmark, #vector-main-menu-dropdown { display: none !important; }
| |
| /* Vector search box (we use our own) */
| |
| #p-search, .vector-search-box, .vector-search-box-vue,
| |
| .vector-search-box-collapses { display: none !important; }
| |
| /* Vector page toolbar */
| |
| .vector-page-toolbar, .vector-page-toolbar-container { display: none !important; }
| |
| /* Vector page tools */
| |
| .vector-page-tools { display: none !important; }
| |
| /* Empty paragraphs */
| |
| .mw-parser-output p:empty,
| |
| .mw-parser-output > div > p:empty,
| |
| .mw-heading + p:empty,
| |
| .adhyaya-block + p:empty,
| |
| .verse-block + p:empty { display: none !important; margin: 0 !important; }
| |
| /* Empty divs */
| |
| .adhyaya-block:empty, .mw-parser-output div:empty { display: none !important; }
| |
| /* Cargo hidden */
| |
| .cargo-store-only { display: none !important; }
| |
| | |
| /* ── 5. VECTOR HEADER (desktop only) ──────────────────────────── */
| |
| .vector-header-container {
| |
| background: #b5451b !important;
| |
| border-bottom: 1px solid rgba(255,255,255,0.12);
| |
| }
| |
| .vector-header {
| |
| background: transparent !important;
| |
| max-width: 100% !important;
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| justify-content: space-between !important;
| |
| padding-left: 20px !important;
| |
| padding-right: 20px !important;
| |
| }
| |
| .vector-header-start {
| |
| flex: 0 0 auto !important;
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| gap: 12px;
| |
| }
| |
| .vector-header-end {
| |
| flex: 0 0 auto !important;
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| gap: 16px;
| |
| margin-left: auto;
| |
| }
| |
| .mw-logo { display: flex !important; align-items: center; opacity: 1 !important; }
| |
| .mw-logo-icon { width: 24px; height: 24px; }
| |
| | |
| /* Site name */
| |
| .mw-logo-wordmark {
| |
| font-size: 0 !important;
| |
| white-space: nowrap;
| |
| display: flex !important;
| |
| flex-direction: column !important;
| |
| }
| |
| .mw-logo-wordmark::before {
| |
| content: 'Anandamakaranda';
| |
| font-size: 17px;
| |
| font-weight: 700;
| |
| color: #fff;
| |
| font-family: system-ui, -apple-system, sans-serif;
| |
| letter-spacing: -0.01em;
| |
| }
| |
| .mw-logo-wordmark::after {
| |
| content: "A Digital Archive of Dvaita Vedanta Literature";
| |
| display: block;
| |
| font-size: 11px;
| |
| font-weight: 400;
| |
| color: rgba(255,255,255,0.85);
| |
| letter-spacing: 0.3px;
| |
| margin-top: 1px;
| |
| font-family: sans-serif;
| |
| }
| |
| | |
| /* Header right links */
| |
| .vector-header-end > *:not(#p-search) { color: rgba(255,255,255,0.9) !important; }
| |
| .vector-user-links a { color: rgba(255,255,255,0.9) !important; }
| |
| | |
| /* User icon white */
| |
| .vector-user-menu-container .vector-icon svg,
| |
| .vector-user-menu-container .vector-icon svg path,
| |
| .vector-user-menu-container .vector-icon svg circle {
| |
| fill: #fff !important; stroke: #fff !important;
| |
| }
| |
| .vector-user-links .vector-user-menu-chevron .vector-icon svg,
| |
| .vector-user-links .vector-user-menu-chevron .vector-icon svg path {
| |
| fill: rgba(255,255,255,0.9) !important;
| |
| }
| |
| | |
| /* User dropdown — dark text on white card */
| |
| .vector-user-menu .mw-list-item a,
| |
| .vector-user-menu .vector-menu-content-list a,
| |
| #p-personal .vector-menu-content a,
| |
| .mw-portlet-personal .vector-menu-content a { color: #202122 !important; }
| |
| .vector-user-menu .mw-list-item a:hover { color: var(--light-orange) !important; }
| |
| | |
| /* Suppress Vector sticky header clone */
| |
| .vector-sticky-header { display: none !important; }
| |
| | |
| /* Suppress body top padding that Vector adds */
| |
| .mw-body { margin-top: 0 !important; padding-top: 0 !important; }
| |
| | |
| /* ── 6. VECTOR TOC (desktop sidebar) ──────────────────────────── */
| |
| .vector-toc .vector-toc-numb { display: none !important; }
| |
| .vector-toc .vector-toc-title {
| |
| font-size: 0.72em !important; font-weight: 700 !important;
| |
| text-transform: uppercase; letter-spacing: 0.08em;
| |
| color: var(--text) !important;
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', system-ui, sans-serif !important;
| |
| }
| |
| .vector-toc .vector-toc-text {
| |
| white-space: normal !important; word-break: break-word !important;
| |
| overflow-wrap: anywhere !important; display: inline !important;
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', system-ui, sans-serif !important;
| |
| }
| |
| .vector-toc a, .vector-toc .vector-toc-link {
| |
| font-size: 1rem !important;
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', system-ui, sans-serif !important;
| |
| color: var(--text) !important; text-decoration: none !important;
| |
| }
| |
| .vector-toc a:hover { color: var(--light-orange) !important; }
| |
| .vector-toc .vector-toc-list-item-active .vector-toc-link,
| |
| .vector-toc .vector-toc-list-item-active .vector-toc-link * {
| |
| color: var(--light-orange) !important; font-weight: 700 !important;
| |
| }
| |
| .vector-toc .cdx-button.vector-toc-toggle {
| |
| background: none !important; border: none !important;
| |
| box-shadow: none !important; color: var(--text) !important;
| |
| }
| |
| | |
| /* ── 7. HEADINGS ───────────────────────────────────────────────── */
| |
| .mw-parser-output h1, .mw-parser-output h2, .mw-parser-output h3, .mw-parser-output h4,
| |
| .mw-parser-output .mw-heading h1, .mw-parser-output .mw-heading h2,
| |
| .mw-parser-output .mw-heading h3 {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| border: none !important; padding: 0 !important; background: none !important;
| |
| }
| |
| .mw-parser-output .mw-heading { border: none !important; margin: 0; padding: 0; }
| |
| | |
| .mw-parser-output h2, .mw-parser-output .mw-heading2 h2 {
| |
| font-size: 1.2em !important; font-weight: 500 !important;
| |
| color: var(--light-orange) !important; line-height: 1.8;
| |
| margin: 24px 0 4px !important;
| |
| border-bottom: 2px dotted var(--light-orange) !important;
| |
| width: 75%;
| |
| }
| |
| .mw-parser-output h3, .mw-parser-output .mw-heading3 h3 {
| |
| font-size: 1em !important; font-weight: 500 !important;
| |
| color: var(--orange) !important; line-height: 1.5;
| |
| margin: 24px 0 8px !important;
| |
| border-bottom: 1px dotted var(--orange) !important;
| |
| width: 55%;
| |
| }
| |
| | |
| /* ── 8. PARAGRAPHS ─────────────────────────────────────────────── */
| |
| .mw-parser-output p { margin: 0 0 0.35rem !important; }
| |
| | |
| /* ── 9. DOCUMENT TITLE ─────────────────────────────────────────── */
| |
| .gr-doc-title {
| |
| font-size: 1.6em; font-weight: 500; color: #1a1a1a;
| |
| line-height: 1.4; margin: 0 0 16px; border: none !important;
| |
| }
| |
| | |
| /* ── 10. VERSE BLOCKS ──────────────────────────────────────────── */
| |
| .shloka-block { display: block; text-align: left; margin: 3px 0 0; }
| |
| .shloka-line { display: block; font-style: normal; color: #333; line-height: 1.35; margin: 0; }
| |
| .verse-block { display: block; margin: 6px 0 0; text-align: left; }
| |
| .verse-block .shloka-block { text-align: left; margin: 0; }
| |
| .verse-block .shloka-line {
| |
| display: block; font-style: italic; color: #c65;
| |
| font-weight: 500; line-height: 1.35; margin: 0;
| |
| }
| |
| .verse-block + p { display: none !important; margin: 0 !important; }
| |
| .mw-parser-output .verse-block,
| |
| .mw-parser-output .shloka-block { margin-top: 2px !important; margin-bottom: 2px !important; }
| |
| | |
| .gr-verse-text, .verse-line, .verse-text {
| |
| color: #b5451b; font-style: italic; line-height: 1.5; display: block; margin: 0.1em 0;
| |
| }
| |
| .gr-verse-type-sutra .gr-verse-text,
| |
| .verse-block[data-type="sutra"] .verse-line { font-style: normal; font-weight: 600; color: #b5451b; }
| |
| | |
| /* ── 11. UVACHA ────────────────────────────────────────────────── */
| |
| .uvacha-block {
| |
| display: block; font-weight: bold; color: #c65;
| |
| margin: 0.5rem 0 0; padding: 2px 0 2px 12px;
| |
| border-left: 3px solid #c65; font-style: normal;
| |
| }
| |
| .uvacha-block + .verse-block { margin-top: 2px; }
| |
| .gr-uvaaca, .uvaaca {
| |
| color: #b5451b; font-weight: 600; font-size: 0.92em; margin: 0.5em 0 0.2em 0; display: block;
| |
| }
| |
| | |
| /* ── 12. BHASHYAM ──────────────────────────────────────────────── */
| |
| .bhashyam-block {
| |
| display: block; font-size: 1em; line-height: 1.6; color: #555;
| |
| margin: 0.25em 0 0.35em 48px; padding: 0; border: none; background: transparent;
| |
| }
| |
| .gr-bhashyam, .commentary-bhashyam {
| |
| color: #222; font-style: normal; line-height: 1.75; margin: 0.3em 0 0.5em 0;
| |
| }
| |
| .gr-leading-bhashya { font-style: italic; color: #555; margin: 0.4em 0 0.5em 0; }
| |
| | |
| /* ── 13. PADYA ─────────────────────────────────────────────────── */
| |
| .padya-block {
| |
| display: block; font-size: 1em; line-height: 1.75; color: #c65 !important;
| |
| font-style: italic; font-weight: 500; margin: 0.4em 0 0.6em 60px;
| |
| }
| |
| .gr-padapatha { font-size: 0.9em; color: #555; margin: 0.2em 0 0.3em 0.8em; }
| |
| | |
| /* ── 14. TEEKA ─────────────────────────────────────────────────── */
| |
| .teeka-block {
| |
| border-radius: 5px; padding: 6px 10px 8px; margin: 0.3em 0;
| |
| font-size: 0.92em; line-height: 1.6; color: #555;
| |
| background: #fffdf5; border: 1px solid #f0e0b0;
| |
| }
| |
| .teeka-title {
| |
| font-family: system-ui, -apple-system, sans-serif !important;
| |
| font-size: 0.75em; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
| |
| color: var(--brown); margin-bottom: 4px; padding-bottom: 3px;
| |
| border-bottom: 1px solid var(--light-brown);
| |
| }
| |
| .teeka-body .shloka-block {
| |
| margin: 0.4em 0; padding: 0.3em 0.6em; border-left: 3px solid #e8c88a; background: transparent;
| |
| }
| |
| .teeka-body .shloka-line { color: #8a4a00; font-style: italic; font-size: 0.97em; }
| |
| | |
| /* ── 15. PRATEEKA / MOOLA ──────────────────────────────────────── */
| |
| .gr-prateeka { font-weight: bold; font-style: normal; color: #333; }
| |
| .gr-mulaprateeka-block {
| |
| display: block; font-weight: bold; font-style: normal;
| |
| text-align: center; color: #333; margin: 0.7em 0 0.3em; line-height: 1.5;
| |
| }
| |
| .gr-moola { font-weight: bold; font-style: italic; color: #c65; }
| |
|
| |
|
| /* ── 16. ADHYAYA ───────────────────────────────────────────────── */ | | /* Heading — center, maroon, AdishilaDevGuru */ |
| .adhyaya-block { margin: 0 0 4px; }
| |
| .adhyaya-trans { font-size: 0.9em; color: #666; margin: 2px 0 0; }
| |
| .adhyaya-intro { margin-top: 8px; line-height: 1.75; color: #555; }
| |
| .introduction p { color: var(--dark-gray); font-weight: 400; margin: 0 !important; padding: 0 !important; }
| |
| | |
| /* ── 17. NYAYA / PRASNA ────────────────────────────────────────── */
| |
| .nyaya-block { margin: 32px 0; padding-top: 12px; border-top: 1px solid #eee; }
| |
| .nyaya-title {
| |
| font-size: 1em; font-weight: 500; color: var(--orange);
| |
| margin-bottom: 0.4rem; border-bottom: 1px dotted var(--orange); width: 50%;
| |
| }
| |
| .nyaya-body { color: #555; line-height: 1.75; margin-top: 0.5rem; }
| |
| .prasna-block { margin: 32px 0; padding-top: 12px; border-top: 1px solid #eee; }
| |
| .prasna-title {
| |
| font-size: 1em; font-weight: 500; color: var(--orange);
| |
| margin-bottom: 0.4rem; border-bottom: 1px dotted var(--orange); width: 50%;
| |
| }
| |
| .prasna-question, .prasna-answer { color: #555; line-height: 1.75; margin-top: 0.5rem; }
| |
| .prasna-answer { margin-left: 60px; }
| |
| | |
| /* ── 18. VYAKHYA ELEMENTS ──────────────────────────────────────── */
| |
| .gr-vyakhya-head, .gr-section-head {
| |
| font-size: 0.9em; font-weight: 700; color: #6a3e00;
| |
| margin: 0.35em 0 0.15em; font-family: inherit; border: none; padding: 0;
| |
| }
| |
| .gr-avataranika {
| |
| font-style: italic; color: #444; margin: 0.2em 0 0.5em 0.5em;
| |
| padding-left: 0.6em; border-left: 2px solid #c9a96e; line-height: 1.6;
| |
| }
| |
| .gr-vyakhya-pada {
| |
| font-size: 0.88em; color: #555; background: #fafafa;
| |
| border: 1px solid #e8e0d0; border-radius: 4px; padding: 0.5em 0.8em;
| |
| margin: 0.5em 0; line-height: 1.5; white-space: pre-wrap;
| |
| }
| |
| .gr-vyakhya-gadya {
| |
| font-weight: bold; font-size: 0.95em; text-align: center;
| |
| color: #8b1a1a; margin: 0.2em 0; line-height: 1.6; letter-spacing: 0.03em;
| |
| }
| |
| .gr-vyakhya-para { margin: 0 0 0.5em 0; line-height: 1.65; color: #444; }
| |
| .gr-embedded-bhashya { margin: 0.2em 0 0.2em 1em; line-height: 1.6; }
| |
| .gr-gadya {
| |
| display: block !important; font-size: 0.96em !important; font-weight: 600 !important;
| |
| font-style: normal !important; color: #555 !important; margin: 16px 0 4px !important;
| |
| border-bottom: 1px solid #ddd !important; width: 60%; line-height: 1.5 !important;
| |
| }
| |
| .gr-author-note {
| |
| font-style: italic; color: #666; text-align: center; font-size: 0.9em;
| |
| margin: 0.8em 0 0.4em 0; border-top: 1px solid #ddd; padding-top: 0.4em;
| |
| }
| |
| .gr-devatachandas { font-size: 0.82em; color: #777; margin: 0.4em 0 0.2em 0; }
| |
| .gr-vargikarana { font-size: 0.82em; color: #888; margin: 0.5em 0 0.1em 0; }
| |
| | |
| * 1. Heading — center, 24px, maroon, AdishilaDevGuru */
| |
| .gr-heading { | | .gr-heading { |
| display: block; | | display: block; |
| Line 1,599: |
Line 585: |
| margin: 0.45em 0; | | margin: 0.45em 0; |
| } | | } |
|
| | |
| /* 2. Sub-heading — center, 16px, orange, AdishilaDevGuru */ | | /* Sub-heading — center, orange, AdishilaDevGuru */ |
| .gr-sub-heading { | | .gr-sub-heading { |
| display: block; | | display: block; |
| Line 1,611: |
Line 597: |
| margin: 0.5em 0; | | margin: 0.5em 0; |
| } | | } |
|
| | |
| /* 3. Chapter Heading — center, 18px, maroon, AdishilaDevGuru */ | | /* Chapter Heading — center, maroon, AdishilaDevGuru */ |
| .gr-chapter-heading { | | .gr-chapter-heading { |
| display: block; | | display: block; |
| Line 1,623: |
Line 609: |
| margin: 0.5em 0; | | margin: 0.5em 0; |
| } | | } |
|
| | |
| /* 4. M.Veda Shloka — left, bold, 18px, maroon, AdishilaVed, 5mm indent */ | | /* M.Veda Shloka — left, bold, maroon, AdishilaVed, 5mm indent */ |
| .gr-mv-shloka { | | .gr-mv-shloka { |
| display: block; | | display: block; |
| Line 1,636: |
Line 622: |
| line-height: 1.75; | | line-height: 1.75; |
| } | | } |
|
| | |
| /* 5. M.Veda Gadya — justify, bold, 18px, maroon, AdishilaVed | | /* M.Veda Gadya — justify, bold, maroon, AdishilaVed */ |
| first-line indent 7mm, subsequent lines 2mm */
| |
| .gr-mv-gadya { | | .gr-mv-gadya { |
| display: block; | | display: block; |
| Line 1,651: |
Line 636: |
| line-height: 1.75; | | line-height: 1.75; |
| } | | } |
|
| | |
| /* 6. M.Shloka — left, bold, 18px, orange, AdishilaDev, 5mm indent */ | | /* M.Shloka — left, bold, orange, AdishilaDev, 5mm indent */ |
| .gr-m-shloka { | | .gr-m-shloka { |
| display: block; | | display: block; |
| Line 1,664: |
Line 649: |
| line-height: 1.75; | | line-height: 1.75; |
| } | | } |
|
| | |
| /* 7. B.Shloka — left, 16px, black, AdishilaDev, 10mm indent | | /* B.Shloka / TK.Shloka / TP.Shloka — left, black, AdishilaDev, 10mm indent */ |
| Also used for TK.Shloka and TP.Shloka */
| |
| .gr-b-shloka, | | .gr-b-shloka, |
| .gr-tp-shloka { | | .gr-tp-shloka { |
| Line 1,679: |
Line 663: |
| line-height: 1.75; | | line-height: 1.75; |
| } | | } |
|
| | |
| /* 8. Reference — orange, AdishilaDev */ | | /* Reference — orange, AdishilaDev */ |
| .gr-reference { | | .gr-reference { |
| color: #e65100; | | color: #e65100; |
| font-family: 'AdishilaDev', 'Adishila', 'Noto Serif Devanagari', serif; | | font-family: 'AdishilaDev', 'Adishila', 'Noto Serif Devanagari', serif; |
| } | | } |
|
| | |
| /* 9. Custom tag span — subtle dashed underline only */ | | /* Custom tag span — subtle dashed underline only */ |
| .gr-custom { | | .gr-custom { |
| border-bottom: 1px dashed #b5451b; | | border-bottom: 1px dashed #b5451b; |
| Line 1,692: |
Line 676: |
| } | | } |
|
| |
|
| | | /* ── 34. MINERVA HEADER — orange theme + sticky ────────────────── */ |
| /* ── 19. TEEKA VIEW MODES ──────────────────────────────────────── */ | |
| body.gr-standalone .teeka-block { background: none !important; border: none !important; padding: 0 !important; }
| |
| body.gr-standalone .teeka-title { display: none !important; }
| |
| body.gr-standalone .gr-teeka-entry { border-bottom: 1px solid #f0e8d8; padding-bottom: 0.8em; margin-bottom: 0.8em; }
| |
| body.gr-standalone .teeka-body .shloka-line { color: var(--maroon); font-style: italic; }
| |
| body.gr-ref-mode .teeka-block { background: #fffdf5 !important; border: 1px solid #f0e0b0 !important; }
| |
| body.gr-ref-mode .gr-page-nav { display: none; }
| |
| .gr-teeka-page .teeka-block { background: #fffdf5; border: 1px solid #f0e0b0; }
| |
| | |
| /* ── 20. BHASHYA COLLECTION ────────────────────────────────────── */
| |
| .mw-parser-output .bhashya-collection { margin: 0; padding: 0; }
| |
| .mw-parser-output .bhashya + p:empty,
| |
| .mw-parser-output .verse + p:empty,
| |
| .mw-parser-output .bhashya-collection + p:empty,
| |
| .mw-parser-output .pramana + p:empty,
| |
| .mw-parser-output .author-note + p:empty { display: none !important; margin: 0 !important; height: 0 !important; }
| |
| | |
| | |
| /* ── 22. CODE / PRE ────────────────────────────────────────────── */
| |
| pre, code, .mw-code, tt, kbd {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| background-color: transparent !important; border: none !important; padding: 0.3em 0 !important;
| |
| }
| |
| .mw-collapsible, .mw-collapsible-content, blockquote, .quotebox {
| |
| background-color: transparent !important; border: none !important;
| |
| font-style: normal !important; padding: 0 !important; margin-left: 0 !important;
| |
| }
| |
| | |
| /* ── 23. INLINE TOC BOX (wikitext __TOC__) ─────────────────────── */
| |
| .toc {
| |
| display: block !important; background: #fffdf5; border: 1px solid #e8c88a;
| |
| border-radius: 8px; padding: 12px 16px; margin: 0 0 24px 0;
| |
| width: fit-content; min-width: 220px; max-width: 420px;
| |
| font-size: 0.9em; line-height: 2;
| |
| }
| |
| .toc h2, .toc .toctitle {
| |
| font-size: 0.85em !important; font-weight: 600 !important; color: var(--text) !important;
| |
| border: none !important; margin: 0 0 6px !important; text-transform: uppercase; letter-spacing: 0.05em;
| |
| }
| |
| .toc ul { margin: 0 !important; padding-left: 1.2em !important; list-style: none !important; }
| |
| .toc li { margin: 0; padding: 0; }
| |
| .toc a { color: var(--text) !important; text-decoration: none !important; }
| |
| .toc a:hover { color: var(--light-orange) !important; }
| |
| .toc .toclevel-1 > a { font-weight: 600; }
| |
| .tocnumber { display: none; }
| |
| | |
| /* ── 24. DOC TEEKAS + TOC NAV ──────────────────────────────────── */
| |
| .gr-doc-teekas { margin-bottom: 1em; }
| |
| .gr-doc-teekas + p:empty { display: none !important; margin: 0 !important; height: 0 !important; }
| |
| .toc-main-links { display: flex; gap: 6px; padding: 5px; align-items: center; margin-bottom: 4px; }
| |
| .toc-main-link-item {
| |
| font-size: 0.9em; color: var(--text); text-decoration: none; padding: 4px 8px;
| |
| border-radius: 6px; background: rgba(0,0,0,0.05); transition: background 0.15s;
| |
| }
| |
| .toc-main-link-item:hover { background: rgba(0,0,0,0.10) !important; }
| |
| | |
| /* ── 25. MAIN PAGE ─────────────────────────────────────────────── */
| |
| body.page-Main_Page #mw-panel,
| |
| body.page-Main_Page .vector-sidebar-container { display: none !important; }
| |
| | |
| .gr-home { max-width: 1080px; margin: 0 auto; padding: 0; }
| |
| .gr-home-page-title {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| text-align: center; font-size: 1.8em; font-weight: 500; color: #1a2e40; margin: 24px 0 32px;
| |
| }
| |
| .gr-home-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 32px; }
| |
| .gr-home-card {
| |
| background: #fff; border: 1px solid #e8e4df; border-radius: 10px;
| |
| box-shadow: 0 2px 8px rgba(0,0,0,0.07);
| |
| padding: 18px 20px 20px; flex: 1 1 280px; min-width: 240px; max-width: 360px;
| |
| }
| |
| .gr-home-card-title {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| font-size: 1em; font-weight: 600; color: #1a2e40; text-align: center;
| |
| padding-bottom: 10px; margin-bottom: 12px; border-bottom: 1.5px solid #c0392b;
| |
| }
| |
| .gr-home-card ol { margin: 0; padding-left: 1.4em; list-style: decimal; }
| |
| .gr-home-card li { font-size: 0.95em; line-height: 1.85; color: #333; }
| |
| .gr-home-card li a { color: #c0392b; text-decoration: none; }
| |
| .gr-home-card li a:hover { text-decoration: underline; }
| |
| .gr-home-card li a.new { color: #c08080; }
| |
| .gr-home-note { font-size: 0.82em; color: #888; }
| |
| .gr-home-group-label {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif !important;
| |
| font-size: 1.1em; font-weight: 600; color: #1a2e40; text-align: center;
| |
| margin: 36px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #c0392b;
| |
| }
| |
| | |
| /* ── 26. TOGGLE BUTTONS ────────────────────────────────────────── */
| |
| .gr-home-toggle { display: flex; gap: 8px; margin: 0 0 24px; justify-content: center; }
| |
| .gr-toggle-btn {
| |
| font-family: 'Adishila', 'Noto Serif Devanagari', serif;
| |
| font-size: 0.88em; padding: 6px 20px; border: 1.5px solid #c0392b; border-radius: 20px;
| |
| background: transparent; color: #c0392b; cursor: pointer; user-select: none; transition: background 0.15s, color 0.15s;
| |
| }
| |
| .gr-toggle-btn:hover { background: #fdf0ed; }
| |
| .gr-toggle-btn.gr-toggle-active { background: #c0392b; color: #fff; }
| |
| | |
| /* ── 27. SCRIPT BAR ────────────────────────────────────────────── */
| |
| .gr-script-bar { margin: 0 0 20px; font-size: 0.8em; color: #888; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
| |
| .gr-script-label { font-family: system-ui, sans-serif; color: #aaa; }
| |
| .gr-script-btn { font-family: 'Adishila', 'Noto Serif Devanagari', serif; color: #c0392b !important; text-decoration: underline dotted !important; cursor: pointer; }
| |
| .gr-script-btn.active { color: #888 !important; text-decoration: none !important; cursor: default; }
| |
| | |
| /* ── 28. MODALS ────────────────────────────────────────────────── */
| |
| .grantha-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center; z-index: 10000; }
| |
| .grantha-modal-box { background: white; padding: 20px; border-radius: 10px; width: 300px; }
| |
| .gm-title { font-weight: bold; margin-bottom: 10px; }
| |
| .gm-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 12px; }
| |
| | |
| /* ── 29. LOGIN PAGE ────────────────────────────────────────────── */
| |
| body.page-Special_UserLogin .vector-search-box,
| |
| body.page-Special_UserLogin #p-search { display: none !important; }
| |
| body.page-Special_UserLogin #content { max-width: 420px; margin: 40px auto !important; }
| |
| | |
| /* ── 30. SPECIAL PAGES ─────────────────────────────────────────── */
| |
| body.ns-special #footer, body.ns-special .mw-footer,
| |
| body.ns-special .vector-footer { display: none !important; }
| |
| body.ns-special .vector-page-tools { display: none !important; }
| |
| | |
| /* ── 31. MINERVA (mobile) — hide what should be hidden ─────────── */
| |
| /* Minerva header is handled by MobileFrontend — just ensure our
| |
| content styles apply correctly on Minerva skin too */
| |
| .skin-minerva .mw-parser-output {
| |
| font-size: 18px !important;
| |
| line-height: 1.8 !important;
| |
| }
| |
| .skin-minerva .mw-parser-output h2,
| |
| .skin-minerva .mw-parser-output .mw-heading2 h2 {
| |
| width: 100% !important;
| |
| }
| |
| .skin-minerva .mw-parser-output h3,
| |
| .skin-minerva .mw-parser-output .mw-heading3 h3 {
| |
| width: 100% !important;
| |
| }
| |
| .skin-minerva .bhashyam-block { margin-left: 16px !important; }
| |
| .skin-minerva .prasna-answer { margin-left: 16px !important; }
| |
| .skin-minerva .padya-block { margin-left: 16px !important; }
| |
| /* Home grid single column on Minerva */
| |
| .skin-minerva .gr-home-grid {
| |
| flex-direction: column !important;
| |
| flex-wrap: nowrap !important;
| |
| }
| |
| .skin-minerva .gr-home-card {
| |
| max-width: 100% !important;
| |
| min-width: unset !important;
| |
| flex: 0 0 auto !important;
| |
| width: 100% !important;
| |
| }
| |
| /* Hide things that should be hidden on mobile too */
| |
| .skin-minerva .catlinks,
| |
| .skin-minerva #catlinks { display: none !important; }
| |
| .skin-minerva .mw-editsection { display: none !important; }
| |
| /* Minerva already has its own TOC — hide our inline .toc */
| |
| .skin-minerva .toc { display: none !important; }
| |
| /* ReaderToolbar on Minerva */
| |
| .skin-minerva #gr-static-bar {
| |
| height: auto !important;
| |
| min-height: 52px !important;
| |
| overflow-x: auto !important;
| |
| overflow-y: hidden !important;
| |
| scrollbar-width: none !important;
| |
| }
| |
| .skin-minerva #gr-static-bar::-webkit-scrollbar { display: none !important; }
| |
| .skin-minerva .gr-controls .gr-btn {
| |
| height: 44px !important;
| |
| min-width: 44px !important;
| |
| font-size: 14px !important;
| |
| }
| |
| .skin-minerva .gr-btn-staging { display: none !important; }
| |
| .skin-minerva .gr-controls .gr-sep { display: none !important; }
| |
| /* Minerva already shows page title — don't double-hide */
| |
| .skin-minerva h1.firstHeading { display: block !important; }
| |
| | |
| /* ── 32. PRINT ─────────────────────────────────────────────────── */
| |
| @media print {
| |
| #gr-static-bar, .gr-controls, .vector-header-container { display: none !important; }
| |
| .mw-parser-output { font-size: 11pt !important; }
| |
| }
| |
| | |
| /* ── 33. MINERVA HEADER — orange theme + sticky ────────────────── */
| |
| /* Exact selectors from curl output:
| |
| header.header-container.header-chrome
| |
| div.minerva-header
| |
| div.branding-box > a > span (site name)
| |
| label#mw-mf-main-menu-button (hamburger)
| |
| div.search-toggle (search icon)
| |
| */ | |
|
| |
|
| /* Kill space above header */ | | /* Kill space above header */ |
| Line 1,887: |
Line 683: |
| .skin-minerva #mw-mf-page-center { margin-top: 0 !important; padding-top: 0 !important; } | | .skin-minerva #mw-mf-page-center { margin-top: 0 !important; padding-top: 0 !important; } |
|
| |
|
| /* Header — orange, sticky, no gap */ | | /* Header — orange, sticky */ |
| .skin-minerva header.header-container { | | .skin-minerva header.header-container { |
| background: #b5451b !important; | | background: #b5451b !important; |
| Line 1,941: |
Line 737: |
| top: 54px !important; | | top: 54px !important; |
| z-index: 100 !important; | | z-index: 100 !important; |
| | } |
| | |
| | /* ── 35. MINERVA — auto-expand sections ────────────────────────── */ |
| | .skin-minerva .collapsible-block, |
| | .skin-minerva .collapsible-heading + .collapsible-block { |
| | display: block !important; |
| | } |
| | .skin-minerva .mf-section-0, |
| | .skin-minerva .mf-section-1, |
| | .skin-minerva .mf-section-2, |
| | .skin-minerva .mf-section-3, |
| | .skin-minerva .mf-section-4, |
| | .skin-minerva .mf-section-5, |
| | .skin-minerva .mf-section-6, |
| | .skin-minerva .mf-section-7, |
| | .skin-minerva .mf-section-8, |
| | .skin-minerva .mf-section-9 { |
| | display: block !important; |
| | } |
| | .skin-minerva .section-heading { |
| | pointer-events: none !important; |
| | } |
| | .skin-minerva .section-heading .indicator { |
| | display: none !important; |
| } | | } |