Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +21 -25
static/styles.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
:root {
|
| 2 |
-
--rosewater: #f4dbd6;
|
| 3 |
--flamingo: #f0c6c6;
|
| 4 |
--pink: #f5bde6;
|
| 5 |
--mauve: #c6a0f6;
|
|
@@ -52,11 +51,11 @@ body {
|
|
| 52 |
|
| 53 |
.ascii-logo {
|
| 54 |
font-family: monospace;
|
| 55 |
-
font-size:
|
| 56 |
line-height: 1.2;
|
| 57 |
white-space: pre;
|
| 58 |
text-align: center;
|
| 59 |
-
background: linear-gradient(to right,
|
| 60 |
-webkit-background-clip: text;
|
| 61 |
-webkit-text-fill-color: transparent;
|
| 62 |
display: inline-block;
|
|
@@ -72,12 +71,11 @@ body {
|
|
| 72 |
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
| 73 |
}
|
| 74 |
|
| 75 |
-
.gradio-container .menu-button
|
|
|
|
| 76 |
color: var(--text) !important;
|
| 77 |
-
background:
|
| 78 |
-
|
| 79 |
-
-webkit-backdrop-filter: blur(10px);
|
| 80 |
-
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
| 81 |
padding: 15px 20px !important;
|
| 82 |
width: 80% !important;
|
| 83 |
margin-left: 10% !important;
|
|
@@ -90,19 +88,18 @@ body {
|
|
| 90 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
|
| 91 |
}
|
| 92 |
|
| 93 |
-
.gradio-container .menu-button:hover
|
| 94 |
-
|
| 95 |
-
|
|
|
|
| 96 |
transform: translateY(-2px) !important;
|
| 97 |
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15) !important;
|
| 98 |
}
|
| 99 |
|
| 100 |
.gradio-container .gr-button-primary {
|
| 101 |
-
background:
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
color: var(--text) !important;
|
| 105 |
-
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
| 106 |
border-radius: 25px !important;
|
| 107 |
padding: 12px 24px !important;
|
| 108 |
font-size: 1.2em !important;
|
|
@@ -111,11 +108,9 @@ body {
|
|
| 111 |
}
|
| 112 |
|
| 113 |
.gradio-container .gr-button-secondary {
|
| 114 |
-
background:
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
color: var(--text) !important;
|
| 118 |
-
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
| 119 |
border-radius: 25px !important;
|
| 120 |
padding: 12px 24px !important;
|
| 121 |
font-size: 1.2em !important;
|
|
@@ -127,7 +122,8 @@ body {
|
|
| 127 |
.gradio-container .gr-button-secondary:hover {
|
| 128 |
transform: translateY(-2px) !important;
|
| 129 |
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15) !important;
|
| 130 |
-
background:
|
|
|
|
| 131 |
}
|
| 132 |
|
| 133 |
.gradio-container .gr-input,
|
|
@@ -143,8 +139,8 @@ body {
|
|
| 143 |
|
| 144 |
.gradio-container .gr-input:focus,
|
| 145 |
.gradio-container .gr-textarea:focus {
|
| 146 |
-
border-color:
|
| 147 |
-
box-shadow: 0 0 0 2px rgba(
|
| 148 |
}
|
| 149 |
|
| 150 |
.gradio-container .gr-form {
|
|
@@ -196,6 +192,6 @@ body {
|
|
| 196 |
/* Media query for larger screens */
|
| 197 |
@media (min-width: 1200px) {
|
| 198 |
.ascii-logo {
|
| 199 |
-
font-size:
|
| 200 |
}
|
| 201 |
}
|
|
|
|
| 1 |
:root {
|
|
|
|
| 2 |
--flamingo: #f0c6c6;
|
| 3 |
--pink: #f5bde6;
|
| 4 |
--mauve: #c6a0f6;
|
|
|
|
| 51 |
|
| 52 |
.ascii-logo {
|
| 53 |
font-family: monospace;
|
| 54 |
+
font-size: 2.1em;
|
| 55 |
line-height: 1.2;
|
| 56 |
white-space: pre;
|
| 57 |
text-align: center;
|
| 58 |
+
background: linear-gradient(to right, var(--sapphire), var(--mauve));
|
| 59 |
-webkit-background-clip: text;
|
| 60 |
-webkit-text-fill-color: transparent;
|
| 61 |
display: inline-block;
|
|
|
|
| 71 |
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
| 72 |
}
|
| 73 |
|
| 74 |
+
.gradio-container .menu-button,
|
| 75 |
+
.gradio-container button.menu-button {
|
| 76 |
color: var(--text) !important;
|
| 77 |
+
background: linear-gradient(to right, var(--sapphire), var(--mauve)) !important;
|
| 78 |
+
border: none !important;
|
|
|
|
|
|
|
| 79 |
padding: 15px 20px !important;
|
| 80 |
width: 80% !important;
|
| 81 |
margin-left: 10% !important;
|
|
|
|
| 88 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
|
| 89 |
}
|
| 90 |
|
| 91 |
+
.gradio-container .menu-button:hover,
|
| 92 |
+
.gradio-container button.menu-button:hover {
|
| 93 |
+
background: linear-gradient(to right, var(--sky), var(--pink)) !important;
|
| 94 |
+
color: var(--base) !important;
|
| 95 |
transform: translateY(-2px) !important;
|
| 96 |
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15) !important;
|
| 97 |
}
|
| 98 |
|
| 99 |
.gradio-container .gr-button-primary {
|
| 100 |
+
background: linear-gradient(to right, var(--sapphire), var(--mauve)) !important;
|
| 101 |
+
color: var(--base) !important;
|
| 102 |
+
border: none !important;
|
|
|
|
|
|
|
| 103 |
border-radius: 25px !important;
|
| 104 |
padding: 12px 24px !important;
|
| 105 |
font-size: 1.2em !important;
|
|
|
|
| 108 |
}
|
| 109 |
|
| 110 |
.gradio-container .gr-button-secondary {
|
| 111 |
+
background: linear-gradient(to right, var(--lavender), var(--pink)) !important;
|
| 112 |
+
color: var(--base) !important;
|
| 113 |
+
border: none !important;
|
|
|
|
|
|
|
| 114 |
border-radius: 25px !important;
|
| 115 |
padding: 12px 24px !important;
|
| 116 |
font-size: 1.2em !important;
|
|
|
|
| 122 |
.gradio-container .gr-button-secondary:hover {
|
| 123 |
transform: translateY(-2px) !important;
|
| 124 |
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15) !important;
|
| 125 |
+
background: linear-gradient(to right, var(--sky), var(--flamingo)) !important;
|
| 126 |
+
color: var(--base) !important;
|
| 127 |
}
|
| 128 |
|
| 129 |
.gradio-container .gr-input,
|
|
|
|
| 139 |
|
| 140 |
.gradio-container .gr-input:focus,
|
| 141 |
.gradio-container .gr-textarea:focus {
|
| 142 |
+
border-color: var(--sapphire) !important;
|
| 143 |
+
box-shadow: 0 0 0 2px rgba(125, 196, 228, 0.3) !important;
|
| 144 |
}
|
| 145 |
|
| 146 |
.gradio-container .gr-form {
|
|
|
|
| 192 |
/* Media query for larger screens */
|
| 193 |
@media (min-width: 1200px) {
|
| 194 |
.ascii-logo {
|
| 195 |
+
font-size: 2.5em;
|
| 196 |
}
|
| 197 |
}
|