Spaces:
Sleeping
Sleeping
Update ui/styles.css
Browse files- ui/styles.css +4 -34
ui/styles.css
CHANGED
|
@@ -1,55 +1,25 @@
|
|
| 1 |
-
/* Target actual Gradio container and components */
|
| 2 |
-
.gradio-container,
|
| 3 |
-
.block,
|
| 4 |
-
.form,
|
| 5 |
-
.gr-group, {
|
| 6 |
-
background-color: white !important;
|
| 7 |
-
}
|
| 8 |
|
| 9 |
-
/* Target the main content areas */
|
| 10 |
-
.contain, .wrap, .form {
|
| 11 |
-
background-color: white !important;
|
| 12 |
-
}
|
| 13 |
|
| 14 |
|
| 15 |
#control_panel {
|
| 16 |
background-color: white !important; */
|
| 17 |
-
padding:
|
| 18 |
-
margin:
|
| 19 |
}
|
| 20 |
|
| 21 |
#footer {
|
| 22 |
text-align: center;
|
| 23 |
color: gray;
|
| 24 |
-
font-size:
|
| 25 |
}
|
| 26 |
|
| 27 |
|
| 28 |
-
#component-8 { background: white !important; }
|
| 29 |
-
#component-9 { background: white !important; }
|
| 30 |
-
#component-10 { background: white !important; }
|
| 31 |
-
|
| 32 |
-
|
| 33 |
/* Instructional Guidance Blocks */
|
| 34 |
#component-8, #component-10 {
|
| 35 |
-
|
| 36 |
-
border-radius: 8px !important;
|
| 37 |
-
padding: 24px !important;
|
| 38 |
margin: 16px 0 !important;
|
| 39 |
-
box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1) !important;
|
| 40 |
}
|
| 41 |
|
| 42 |
-
/* Header styling for guidance */
|
| 43 |
-
#component-8 .prose h1,
|
| 44 |
-
#component-8 .prose h2,
|
| 45 |
-
#component-8 .prose h3,
|
| 46 |
-
#component-10 .prose h1,
|
| 47 |
-
#component-10 .prose h2,
|
| 48 |
-
#component-10 .prose h3 {
|
| 49 |
-
color: #1e293b !important;
|
| 50 |
-
margin-bottom: 12px !important;
|
| 51 |
-
font-weight: 600 !important;
|
| 52 |
-
}
|
| 53 |
|
| 54 |
/* Body text in guidance */
|
| 55 |
#component-8 .prose p,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
|
| 4 |
#control_panel {
|
| 5 |
background-color: white !important; */
|
| 6 |
+
padding: 1em !important;
|
| 7 |
+
margin: 1em !important;
|
| 8 |
}
|
| 9 |
|
| 10 |
#footer {
|
| 11 |
text-align: center;
|
| 12 |
color: gray;
|
| 13 |
+
font-size: 1em;
|
| 14 |
}
|
| 15 |
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
/* Instructional Guidance Blocks */
|
| 18 |
#component-8, #component-10 {
|
| 19 |
+
padding: 2em !important;
|
|
|
|
|
|
|
| 20 |
margin: 16px 0 !important;
|
|
|
|
| 21 |
}
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
/* Body text in guidance */
|
| 25 |
#component-8 .prose p,
|