Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -145,39 +145,43 @@ footer { display: none !important; }
|
|
| 145 |
.gr-box, .gr-panel { border-radius: 0 !important; background: #000 !important; border: none !important; }
|
| 146 |
div.gradio-container { width: 100% !important; max-width: 100% !important; }
|
| 147 |
|
| 148 |
-
/* HEADER */
|
| 149 |
.term-header {
|
| 150 |
-
border: 2px solid
|
| 151 |
-
padding: 1rem;
|
| 152 |
-
margin: 1rem;
|
| 153 |
-
text-transform: uppercase;
|
| 154 |
-
font-weight: bold;
|
| 155 |
-
letter-spacing: 3px;
|
| 156 |
-
color:
|
| 157 |
-
text-align: center;
|
| 158 |
-
box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
|
|
|
|
| 159 |
}
|
| 160 |
|
| 161 |
-
/* SECTION TITLES */
|
| 162 |
h3 {
|
| 163 |
-
color:
|
| 164 |
-
text-transform: uppercase;
|
| 165 |
-
border-bottom: 2px solid
|
| 166 |
-
display: block;
|
| 167 |
-
margin-bottom: 15px;
|
| 168 |
-
padding-bottom: 5px;
|
| 169 |
-
letter-spacing: 1px;
|
|
|
|
| 170 |
}
|
| 171 |
|
| 172 |
/* CONTROLS (LEFT) */
|
| 173 |
#control-panel {
|
| 174 |
padding: 20px !important;
|
| 175 |
-
border-right: 1px dashed
|
| 176 |
}
|
| 177 |
|
|
|
|
| 178 |
.term-btn {
|
|
|
|
| 179 |
background: #111 !important;
|
| 180 |
-
color: #
|
| 181 |
border: 1px solid #555 !important;
|
| 182 |
text-align: left !important;
|
| 183 |
margin-bottom: 12px !important;
|
|
@@ -185,25 +189,26 @@ h3 {
|
|
| 185 |
font-size: 13px !important;
|
| 186 |
text-transform: uppercase !important;
|
| 187 |
padding: 12px !important;
|
| 188 |
-
transition: all 0.2s;
|
| 189 |
}
|
| 190 |
.term-btn:hover {
|
|
|
|
| 191 |
background: #222 !important;
|
| 192 |
-
border-color:
|
| 193 |
-
color:
|
| 194 |
-
box-shadow: 0 0 8px rgba(0, 255, 0, 0.3);
|
| 195 |
}
|
| 196 |
|
| 197 |
/* TERMINAL OUTPUT (RIGHT) */
|
| 198 |
#terminal-display {
|
| 199 |
-
background: #050505;
|
| 200 |
-
padding: 25px;
|
| 201 |
-
height: 750px;
|
| 202 |
-
overflow-y: auto;
|
| 203 |
-
border: 2px solid
|
| 204 |
-
font-size: 14px;
|
| 205 |
-
margin: 20px;
|
| 206 |
-
box-shadow: inset 0 0 20px rgba(0,0,0,0.8);
|
| 207 |
}
|
| 208 |
|
| 209 |
/* LOG ENTRY STYLING */
|
|
|
|
| 145 |
.gr-box, .gr-panel { border-radius: 0 !important; background: #000 !important; border: none !important; }
|
| 146 |
div.gradio-container { width: 100% !important; max-width: 100% !important; }
|
| 147 |
|
| 148 |
+
/* HEADER - FORCE GREEN */
|
| 149 |
.term-header {
|
| 150 |
+
border: 2px solid #00ff00 !important;
|
| 151 |
+
padding: 1rem !important;
|
| 152 |
+
margin: 1rem !important;
|
| 153 |
+
text-transform: uppercase !important;
|
| 154 |
+
font-weight: bold !important;
|
| 155 |
+
letter-spacing: 3px !important;
|
| 156 |
+
color: #00ff00 !important;
|
| 157 |
+
text-align: center !important;
|
| 158 |
+
box-shadow: 0 0 10px rgba(0, 255, 0, 0.2) !important;
|
| 159 |
+
background: #000 !important;
|
| 160 |
}
|
| 161 |
|
| 162 |
+
/* SECTION TITLES - FORCE CYAN */
|
| 163 |
h3 {
|
| 164 |
+
color: #00ffff !important;
|
| 165 |
+
text-transform: uppercase !important;
|
| 166 |
+
border-bottom: 2px solid #00ffff !important;
|
| 167 |
+
display: block !important;
|
| 168 |
+
margin-bottom: 15px !important;
|
| 169 |
+
padding-bottom: 5px !important;
|
| 170 |
+
letter-spacing: 1px !important;
|
| 171 |
+
background: transparent !important;
|
| 172 |
}
|
| 173 |
|
| 174 |
/* CONTROLS (LEFT) */
|
| 175 |
#control-panel {
|
| 176 |
padding: 20px !important;
|
| 177 |
+
border-right: 1px dashed #333 !important;
|
| 178 |
}
|
| 179 |
|
| 180 |
+
/* BUTTONS - FORCE VISIBILITY */
|
| 181 |
.term-btn {
|
| 182 |
+
background-color: #111 !important;
|
| 183 |
background: #111 !important;
|
| 184 |
+
color: #ffffff !important;
|
| 185 |
border: 1px solid #555 !important;
|
| 186 |
text-align: left !important;
|
| 187 |
margin-bottom: 12px !important;
|
|
|
|
| 189 |
font-size: 13px !important;
|
| 190 |
text-transform: uppercase !important;
|
| 191 |
padding: 12px !important;
|
| 192 |
+
transition: all 0.2s !important;
|
| 193 |
}
|
| 194 |
.term-btn:hover {
|
| 195 |
+
background-color: #222 !important;
|
| 196 |
background: #222 !important;
|
| 197 |
+
border-color: #00ff00 !important;
|
| 198 |
+
color: #00ff00 !important;
|
| 199 |
+
box-shadow: 0 0 8px rgba(0, 255, 0, 0.3) !important;
|
| 200 |
}
|
| 201 |
|
| 202 |
/* TERMINAL OUTPUT (RIGHT) */
|
| 203 |
#terminal-display {
|
| 204 |
+
background: #050505 !important;
|
| 205 |
+
padding: 25px !important;
|
| 206 |
+
height: 750px !important;
|
| 207 |
+
overflow-y: auto !important;
|
| 208 |
+
border: 2px solid #00ff00 !important;
|
| 209 |
+
font-size: 14px !important;
|
| 210 |
+
margin: 20px !important;
|
| 211 |
+
box-shadow: inset 0 0 20px rgba(0,0,0,0.8) !important;
|
| 212 |
}
|
| 213 |
|
| 214 |
/* LOG ENTRY STYLING */
|