| |
| footer { |
| display: none !important; |
| } |
| |
| textarea, .wrapper > label { |
| font-size: var(--text-md) |
| } |
| .input-container { |
| align-items: center; |
| } |
| |
| .wrapper > label { |
| font-weight: 600; |
| } |
| |
| .gradio-container { |
| max-width: 1024px !important; |
| margin: 5vh auto !important; |
| } |
| |
| .gr_docs_link a, .gr_docs_link a > i { |
| color: #78A9FF; |
| text-decoration: none; |
| } |
| |
| .gr_title { |
| display: flex; |
| align-items: center; |
| margin-bottom: -0.5rem; |
| } |
| .gr_title img { |
| height: 42px; |
| width: 42px; |
| margin-right: 1rem; |
| filter: invert(0%) sepia(0%) saturate(7459%) hue-rotate(154deg) brightness(96%) contrast(100%); |
| } |
| .gr_title h1 { |
| margin: auto !important; |
| font-size: 36px; |
| font-weight: 600; |
| } |
| |
| .form { |
| flex-direction: row; |
| background-color: var(--block-background-fill); |
| } |
| .gr_accordion_element { |
| width: 50%; |
| margin: 0px; |
| } |
| |
| .example:hover { |
| background-color: #D0E2FF |
| } |
| |
| .example-text-content { |
| margin-top: auto; |
| margin-bottom: auto; |
| } |
| |
| .tab-like-container { |
| align-items: center; |
| } |
| |
| @media (prefers-color-scheme: dark) { |
| |
| .gr_title img { |
| filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%); |
| } |
| |
| .example:hover { |
| background-color: #4589FF |
| } |
| } |
|
|