Spaces:
Sleeping
Sleeping
| /* Background restored close to the first app */ | |
| gradio-app, | |
| .gradio-app, | |
| .main, | |
| #app, | |
| [data-testid="app"] { | |
| background-color: rgb(15, 23, 42) ; | |
| background-image: | |
| url("https://huggingface.co/spaces/XRachel/bc4/resolve/main/assets/BankChurn.png") ; | |
| background-position: top center ; | |
| background-repeat: no-repeat ; | |
| background-size: 100% auto ; | |
| min-height: 100vh ; | |
| } | |
| html, body { | |
| background-color: rgb(15, 23, 42) ; | |
| margin: 0 ; | |
| padding: 0 ; | |
| min-height: 100vh ; | |
| } | |
| .gradio-container { | |
| max-width: 1400px ; | |
| width: 94vw ; | |
| margin: 0 auto ; | |
| padding-top: 220px ; | |
| padding-bottom: 140px ; | |
| background: transparent ; | |
| } | |
| #escp_title h1 { | |
| color: rgb(242, 198, 55) ; | |
| font-size: 3rem ; | |
| font-weight: 800 ; | |
| text-align: center ; | |
| margin: 0 0 12px 0 ; | |
| } | |
| #escp_title p, | |
| #escp_title em { | |
| color: rgba(255, 255, 255, 0.9) ; | |
| text-align: center ; | |
| } | |
| .tabs > .tab-nav, | |
| .tab-nav, | |
| div[role="tablist"] { | |
| background: rgba(15, 23, 42, 0.60) ; | |
| border-radius: 10px 10px 0 0 ; | |
| padding: 4px ; | |
| } | |
| .tabs > .tab-nav button, | |
| .tab-nav button, | |
| div[role="tablist"] button, | |
| button[role="tab"] { | |
| color: #ffffff ; | |
| font-weight: 600 ; | |
| border: none ; | |
| background: transparent ; | |
| padding: 10px 20px ; | |
| border-radius: 8px 8px 0 0 ; | |
| opacity: 1 ; | |
| } | |
| .tabs > .tab-nav button.selected, | |
| .tab-nav button.selected, | |
| button[role="tab"][aria-selected="true"], | |
| div[role="tablist"] button[aria-selected="true"] { | |
| color: rgb(242, 198, 55) ; | |
| background: rgba(255, 255, 255, 0.12) ; | |
| } | |
| .gradio-container .gr-block, | |
| .gradio-container .gr-box, | |
| .gradio-container .gr-panel, | |
| .gradio-container .gr-group, | |
| .tabitem { | |
| background: rgba(255, 255, 255, 0.97) ; | |
| border-radius: 12px ; | |
| } | |
| .tabitem { | |
| padding: 16px ; | |
| } | |
| .gradio-container input, | |
| .gradio-container textarea, | |
| .gradio-container select { | |
| border-radius: 10px ; | |
| } | |
| button:not([role="tab"]) { | |
| border-radius: 10px ; | |
| font-weight: 700 ; | |
| } | |