Spaces:
Running
Running
| html, body { | |
| background-image: url('https://huggingface.co/spaces/ESCP/AITeachingAssistantPrototypeSF/resolve/main/ESCP_BANNER.png') ; | |
| background-size: contain ; | |
| background-position: top center ; | |
| background-repeat: no-repeat ; | |
| background-attachment: fixed ; | |
| background-color: rgb(40,9,109) ; | |
| margin: 0 ; | |
| padding: 0 ; | |
| } | |
| .gradio-container { | |
| max-width: 1400px ; | |
| width: 94vw ; | |
| margin: 0 auto ; | |
| padding-top: 220px ; | |
| background: transparent ; | |
| } | |
| #escp_title h1 { | |
| color: rgb(242,198,55) ; | |
| font-size: 3rem; !important; | |
| font-weight: 800 ; | |
| text-align: center ; | |
| margin: 0 0 12px 0 ; | |
| } | |
| .gradio-container .gr-block, | |
| .gradio-container .gr-box, | |
| .gradio-container .gr-panel { | |
| background: #ffffff ; | |
| border-radius: 10px ; | |
| } | |
| .gradio-container input, | |
| .gradio-container textarea, | |
| .gradio-container select, | |
| .gradio-container button { | |
| background: #ffffff ; | |
| } | |
| .gr-chatbot { | |
| min-height: 520px ; | |
| } | |
| .gradio-container button { | |
| font-weight: 600 ; | |
| padding: 12px ; | |
| border-radius: 10px ; | |
| } | |
| header, header *, | |
| footer, footer * { | |
| background: transparent ; | |
| box-shadow: none ; | |
| } | |
| footer a, footer button, | |
| header a, header button { | |
| background: transparent ; | |
| border: none ; | |
| box-shadow: none ; | |
| } | |
| #footer, #footer *, | |
| [class*="footer"], [class*="footer"] *, | |
| [class*="chip"], [class*="pill"], [class*="chip"] *, [class*="pill"] * { | |
| background: transparent ; | |
| border: none ; | |
| box-shadow: none ; | |
| } | |
| button, a, div { | |
| } | |
| [data-testid*="api"], [data-testid*="settings"], | |
| [id*="api"], [id*="settings"], | |
| [class*="api"], [class*="settings"], | |
| [class*="bottom"], [class*="toolbar"], [class*="controls"] { | |
| background: transparent ; | |
| box-shadow: none ; | |
| } | |
| [data-testid*="api"] *, [data-testid*="settings"] *, | |
| [id*="api"] *, [id*="settings"] *, | |
| [class*="api"] *, [class*="settings"] * { | |
| background: transparent ; | |
| box-shadow: none ; | |
| } | |
| button[class*="btn"], a[class*="btn"], | |
| button[class*="button"], a[class*="button"] { | |
| background: transparent ; | |
| box-shadow: none ; | |
| border: 1px solid rgba(255,255,255,0.25) ; /* keeps it visible on dark bg */ | |
| } | |
| section footer { | |
| background: transparent ; | |
| } | |
| section footer button, | |
| section footer a { | |
| background: transparent ; | |
| background-color: transparent ; | |
| border: none ; | |
| box-shadow: none ; | |
| } | |
| section footer button:hover, | |
| section footer button:focus, | |
| section footer a:hover, | |
| section footer a:focus { | |
| background: transparent ; | |
| background-color: transparent ; | |
| box-shadow: none ; | |
| } | |
| section footer button, | |
| section footer a { | |
| color: white ; | |
| } | |
| section footer button, | |
| section footer button * { | |
| background: transparent ; | |
| background-color: transparent ; | |
| background-image: none ; | |
| box-shadow: none ; | |
| filter: none ; | |
| } | |
| section footer button::before, | |
| section footer button::after { | |
| background: transparent ; | |
| background-color: transparent ; | |
| background-image: none ; | |
| box-shadow: none ; | |
| filter: none ; | |
| } | |
| section footer button { | |
| border: none ; | |
| outline: none ; | |
| -webkit-appearance: none ; | |
| appearance: none ; | |
| } | |
| section footer a, | |
| section footer a * { | |
| background: transparent ; | |
| background-color: transparent ; | |
| box-shadow: none ; | |
| } | |
| .gradio-container footer button, | |
| .gradio-container footer button *, | |
| .gradio-container .footer button, | |
| .gradio-container .footer button * { | |
| background: transparent ; | |
| background-color: transparent ; | |
| background-image: none ; | |
| box-shadow: none ; | |
| } | |
| .gradio-container footer button::before, | |
| .gradio-container footer button::after, | |
| .gradio-container .footer button::before, | |
| .gradio-container .footer button::after { | |
| background: transparent ; | |
| background-color: transparent ; | |
| background-image: none ; | |
| box-shadow: none ; | |
| } |