| | |
| | :root, .dark, body, gradio-app { |
| | --background-fill-primary: #ffffff !important; |
| | --background-fill-secondary: #f3f4f6 !important; |
| | --background-fill-tertiary: #e5e7eb !important; |
| | --block-background-fill: #ffffff !important; |
| | --block-border-color: #e5e7eb !important; |
| | --block-label-text-color: #374151 !important; |
| | --body-background-fill: #ffffff !important; |
| | --body-text-color: #1f2937 !important; |
| | --input-background-fill: #ffffff !important; |
| | color-scheme: light !important; |
| | } |
| |
|
| | |
| | .dark .gradio-container { |
| | background-color: #ffffff !important; |
| | color: #1f2937 !important; |
| | } |
| |
|
| | |
| | p, h1, h2, h3, span, label, textarea, .prose { |
| | color: #1f2937 !important; |
| | } |
| |
|
| | |
| | textarea { |
| | background-color: #ffffff !important; |
| | color: #1f2937 !important; |
| | font-size: 16px !important; |
| | line-height: 1.6 !important; |
| | } |
| |
|
| | |
| | .audio-container { |
| | background-color: #ffffff !important; |
| | } |
| |
|
| | |
| | .footer { |
| | color: #1f2937 !important; |
| | } |
| | .footer p { |
| | color: #1f2937 !important; |
| | } |
| |
|
| | |
| | .model-card { |
| | border: 1px solid #e0e0e0; |
| | border-radius: 12px; |
| | padding: 16px; |
| | background: #ffffff !important; |
| | } |
| |
|
| | |
| | .block.textarea, .block.textbox { |
| | background: #ffffff !important; |
| | } |
| |
|
| | |
| | .model-card h2, .model-card p, .model-card span { |
| | color: #1f2937 !important; |
| | } |
| |
|
| | .run-button { |
| | background: linear-gradient(90deg, #667eea 0%, #764ba2 100%) !important; |
| | font-size: 1.2em !important; |
| | font-weight: bold !important; |
| | color: white !important; |
| | } |
| |
|
| | |
| | span[data-testid="block-info"], .svelte-jdcl7l { |
| | background: #ffffff !important; |
| | background-color: #ffffff !important; |
| | color: #1f2937 !important; |
| | padding: 4px 8px !important; |
| | border-radius: 4px !important; |
| | border: 1px solid #e5e7eb !important; |
| | } |
| |
|
| | |
| | * [class*="label"], * [class*="Label"], .label, .Label, |
| | .block-label, span.label-wrap, .label-wrap span, label, |
| | .textbox label, .textbox .label-wrap, .textbox .block-label, |
| | .gr-textbox label, .gr-textbox .label-wrap, .gr-textbox .block-label, |
| | [data-testid="textbox"] label, [data-testid="textbox"] .label-wrap, |
| | .gradio-textbox label, .gradio-textbox .label-wrap { |
| | background: #ffffff !important; |
| | background-color: #ffffff !important; |
| | color: #1f2937 !important; |
| | border: none !important; |
| | font-weight: bold !important; |
| | font-size: 1.1em !important; |
| | margin-bottom: 8px !important; |
| | padding: 4px 8px !important; |
| | border-radius: 4px !important; |
| | } |
| |
|
| | |
| | .svelte-1b6s6s { |
| | |
| | color: #374151 !important; |
| | } |
| |
|
| | |
| | [data-testid="markdown"] { |
| | display: flex !important; |
| | justify-content: center !important; |
| | width: 100% !important; |
| | } |
| |
|
| | [data-testid="markdown"] > * { |
| | width: 100% !important; |
| | max-width: 800px !important; |
| | text-align: center !important; |
| | } |
| |
|
| | |
| | .title-text, |
| | .title-text > *, |
| | .title-text span, |
| | .title-text div { |
| | text-align: center !important; |
| | margin-left: auto !important; |
| | margin-right: auto !important; |
| | } |
| |
|
| | |
| | .title-text h1, |
| | .title-text h2, |
| | .title-text h3, |
| | .title-text p { |
| | text-align: center !important; |
| | margin-left: auto !important; |
| | margin-right: auto !important; |
| | display: block !important; |
| | width: 100% !important; |
| | } |
| |
|
| | .title-text h1 { |
| | color: #4f46e5 !important; |
| | margin-bottom: 0.5em !important; |
| | } |
| |
|
| | .title-text h3 { |
| | margin-bottom: 1.5em !important; |
| | color: #6b7280 !important; |
| | } |