Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -8,7 +8,7 @@ body {
|
|
| 8 |
|
| 9 |
.navbar {
|
| 10 |
background: linear-gradient(90deg, #1c2526, #2e3b3e) !important;
|
| 11 |
-
box-shadow: 0
|
| 12 |
padding: 20px 0;
|
| 13 |
}
|
| 14 |
|
|
@@ -45,7 +45,7 @@ body {
|
|
| 45 |
.preview-window {
|
| 46 |
max-width: 700px;
|
| 47 |
margin: 30px auto;
|
| 48 |
-
padding:
|
| 49 |
background: #1c2526;
|
| 50 |
border: 3px solid #00ffcc;
|
| 51 |
border-radius: 12px;
|
|
@@ -54,6 +54,7 @@ body {
|
|
| 54 |
|
| 55 |
.preview-window img {
|
| 56 |
border-radius: 10px;
|
|
|
|
| 57 |
}
|
| 58 |
|
| 59 |
.bg-dark {
|
|
@@ -153,7 +154,7 @@ pre {
|
|
| 153 |
|
| 154 |
.nav-tabs .nav-link {
|
| 155 |
color: #00ffcc;
|
| 156 |
-
border:
|
| 157 |
border-radius: 10px;
|
| 158 |
margin-right: 15px;
|
| 159 |
padding: 12px 25px;
|
|
@@ -180,20 +181,4 @@ pre {
|
|
| 180 |
.table-dark th, .table-dark td {
|
| 181 |
border-color: #00ffcc;
|
| 182 |
padding: 20px;
|
| 183 |
-
}
|
| 184 |
-
|
| 185 |
-
.form-select, .form-control {
|
| 186 |
-
background: #1c2526 !important;
|
| 187 |
-
color: #ffffff !important;
|
| 188 |
-
border: 1px solid #00ffcc !important;
|
| 189 |
-
border-radius: 8px;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
.form-check-input:checked {
|
| 193 |
-
background-color: #00ffcc;
|
| 194 |
-
border-color: #00ffcc;
|
| 195 |
-
}
|
| 196 |
-
|
| 197 |
-
.form-label {
|
| 198 |
-
color: #ffffff;
|
| 199 |
}
|
|
|
|
| 8 |
|
| 9 |
.navbar {
|
| 10 |
background: linear-gradient(90deg, #1c2526, #2e3b3e) !important;
|
| 11 |
+
box-shadow: 0 5px 15px rgba(0, 255, 204, 0.3);
|
| 12 |
padding: 20px 0;
|
| 13 |
}
|
| 14 |
|
|
|
|
| 45 |
.preview-window {
|
| 46 |
max-width: 700px;
|
| 47 |
margin: 30px auto;
|
| 48 |
+
padding: 25px;
|
| 49 |
background: #1c2526;
|
| 50 |
border: 3px solid #00ffcc;
|
| 51 |
border-radius: 12px;
|
|
|
|
| 54 |
|
| 55 |
.preview-window img {
|
| 56 |
border-radius: 10px;
|
| 57 |
+
max-height: 400px;
|
| 58 |
}
|
| 59 |
|
| 60 |
.bg-dark {
|
|
|
|
| 154 |
|
| 155 |
.nav-tabs .nav-link {
|
| 156 |
color: #00ffcc;
|
| 157 |
+
border: 2px solid #00ffcc;
|
| 158 |
border-radius: 10px;
|
| 159 |
margin-right: 15px;
|
| 160 |
padding: 12px 25px;
|
|
|
|
| 181 |
.table-dark th, .table-dark td {
|
| 182 |
border-color: #00ffcc;
|
| 183 |
padding: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
}
|