Spaces:
Sleeping
Sleeping
| body { | |
| margin: 0; | |
| padding: 0; | |
| background: url("https://huggingface.co/spaces/denisbay/GLaDOS-chat/resolve/main/wallpaperflare.com_wallpaper.jpg") no-repeat center center fixed; | |
| background-size: cover; | |
| font-family: "Segoe UI", "Arial", sans-serif; | |
| } | |
| .gradio-container { | |
| background-color: rgba(0, 0, 0, 0.75); | |
| padding: 40px; | |
| border-radius: 16px; | |
| max-width: 900px; | |
| margin: 60px auto; | |
| color: white; | |
| box-shadow: 0 0 40px rgba(255, 255, 255, 0.05); | |
| } | |
| h1, h2, h3, label { | |
| color: #eeeeee ; | |
| } | |
| button { | |
| background-color: #222 ; | |
| color: #eee ; | |
| border: 1px solid #555 ; | |
| border-radius: 8px ; | |
| } | |
| input, textarea { | |
| background-color: #111 ; | |
| color: #ddd ; | |
| border: 1px solid #333 ; | |
| border-radius: 6px ; | |
| } |