| [class*="gradio-container"] { |
| background: url("/file/hintergrund.jpg") no-repeat center center fixed !important; |
| background-size: cover !important; |
| } |
| |
| #CHATBOT { |
| background: rgba(65, 31, 97, 0.7) !important; |
| backdrop-filter: blur(6px); |
| border-radius: 12px; |
| } |
|
|
| |
| .message.bot { |
| background: #6B1DAF !important; |
| font-family: "Lucida Handwriting" !important; |
| } |
|
|
| .message.user { |
| background: #AC73DE !important; |
| } |
|
|
| |
| .resource-content table { |
| border-collapse: collapse; |
| width: 100%; |
| margin: 10px 0; |
| } |
|
|
| .resource-content table th, |
| .resource-content table td { |
| padding: 4px 8px; |
| border: 1px solid rgba(255, 255, 255, 0.3); |
| line-height: 1.2; |
| } |
|
|
| .resource-content table th { |
| background: rgba(107, 29, 175, 0.5); |
| } |
|
|
| .resource-content table tr { |
| margin: 0; |
| padding: 0; |
| } |
|
|