Spaces:
Running
Running
File size: 4,387 Bytes
1890819 6e32efb 1890819 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | html, body {
background-image: url('https://huggingface.co/spaces/ESCP/AITeachingAssistantPrototypeSF/resolve/main/ESCP_BANNER.png') !important;
background-size: contain !important;
background-position: top center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-color: rgb(40,9,109) !important;
margin: 0 !important;
padding: 0 !important;
}
.gradio-container {
max-width: 1400px !important;
width: 94vw !important;
margin: 0 auto !important;
padding-top: 220px !important;
background: transparent !important;
}
#escp_title h1 {
color: rgb(242,198,55) !important;
font-size: 3rem; !important;
font-weight: 800 !important;
text-align: center !important;
margin: 0 0 12px 0 !important;
}
.gradio-container .gr-block,
.gradio-container .gr-box,
.gradio-container .gr-panel {
background: #ffffff !important;
border-radius: 10px !important;
}
.gradio-container input,
.gradio-container textarea,
.gradio-container select,
.gradio-container button {
background: #ffffff !important;
}
.gr-chatbot {
min-height: 520px !important;
}
.gradio-container button {
font-weight: 600 !important;
padding: 12px !important;
border-radius: 10px !important;
}
header, header *,
footer, footer * {
background: transparent !important;
box-shadow: none !important;
}
footer a, footer button,
header a, header button {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
#footer, #footer *,
[class*="footer"], [class*="footer"] *,
[class*="chip"], [class*="pill"], [class*="chip"] *, [class*="pill"] * {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
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 !important;
box-shadow: none !important;
}
[data-testid*="api"] *, [data-testid*="settings"] *,
[id*="api"] *, [id*="settings"] *,
[class*="api"] *, [class*="settings"] * {
background: transparent !important;
box-shadow: none !important;
}
button[class*="btn"], a[class*="btn"],
button[class*="button"], a[class*="button"] {
background: transparent !important;
box-shadow: none !important;
border: 1px solid rgba(255,255,255,0.25) !important; /* keeps it visible on dark bg */
}
section footer {
background: transparent !important;
}
section footer button,
section footer a {
background: transparent !important;
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
}
section footer button:hover,
section footer button:focus,
section footer a:hover,
section footer a:focus {
background: transparent !important;
background-color: transparent !important;
box-shadow: none !important;
}
section footer button,
section footer a {
color: white !important;
}
section footer button,
section footer button * {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
filter: none !important;
}
section footer button::before,
section footer button::after {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
filter: none !important;
}
section footer button {
border: none !important;
outline: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
section footer a,
section footer a * {
background: transparent !important;
background-color: transparent !important;
box-shadow: none !important;
}
.gradio-container footer button,
.gradio-container footer button *,
.gradio-container .footer button,
.gradio-container .footer button * {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
.gradio-container footer button::before,
.gradio-container footer button::after,
.gradio-container .footer button::before,
.gradio-container .footer button::after {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
} |