-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
381 lines (325 loc) · 7.43 KB
/
style.css
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
:root {
--main-header-height: 55px;
--info-header-height: 40px;
--header-height: calc(var(--main-header-height) + var(--info-header-height));
--moran-dual-height: 150px;
--main-padding: 20px;
--title-height: 30px;
--setting-height: 0px;
}
body {
margin: 0px;
font-family: sans-serif;
}
code {
padding-inline: 5px;
padding-block: 3px;
margin-inline: 5px;
border-radius: 3px;
cursor: pointer;
}
code:hover {
background-color: #94ada5;
}
.observable-logo {
background-image: url("data:image/svg+xml,%3Csvg width='200' height='207' style='background-color:transparent' fill='#ba95b1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Csvg viewBox='0 0 21.92930030822754, 22.68549919128418' width='200' height='207' x='0' y='0'%3E%3Cpath d='M10.9646 18.9046C9.95224 18.9046 9.07507 18.6853 8.33313 18.2467C7.59386 17.8098 7.0028 17.1909 6.62722 16.4604C6.22789 15.7003 5.93558 14.8965 5.75735 14.0684C5.56825 13.1704 5.47613 12.2574 5.48232 11.3427C5.48232 10.6185 5.52984 9.92616 5.62578 9.26408C5.7208 8.60284 5.89715 7.93067 6.15391 7.24843C6.41066 6.56618 6.74143 5.97468 7.14438 5.47308C7.56389 4.9592 8.1063 4.54092 8.72969 4.25059C9.38391 3.93719 10.1277 3.78091 10.9646 3.78091C11.977 3.78091 12.8542 4.00021 13.5962 4.43879C14.3354 4.87564 14.9265 5.49454 15.3021 6.22506C15.6986 6.97704 15.9883 7.7744 16.1719 8.61712C16.3547 9.459 16.447 10.3681 16.447 11.3427C16.447 12.067 16.3995 12.7593 16.3035 13.4214C16.2013 14.1088 16.0206 14.7844 15.7644 15.437C15.4994 16.1193 15.1705 16.7108 14.7739 17.2124C14.3774 17.714 13.8529 18.1215 13.1996 18.4349C12.5463 18.7483 11.8016 18.9046 10.9646 18.9046ZM12.8999 13.3447C13.4242 12.8211 13.7159 12.0966 13.7058 11.3427C13.7058 10.5639 13.4436 9.89654 12.92 9.34074C12.3955 8.78495 11.7441 8.50705 10.9646 8.50705C10.1852 8.50705 9.53376 8.78495 9.00928 9.34074C8.49569 9.87018 8.21207 10.5928 8.22348 11.3427C8.22348 12.1216 8.48572 12.7889 9.00928 13.3447C9.53376 13.9005 10.1852 14.1784 10.9646 14.1784C11.7441 14.1784 12.3891 13.9005 12.8999 13.3447ZM10.9646 22.6855C17.0199 22.6855 21.9293 17.6068 21.9293 11.3427C21.9293 5.07871 17.0199 0 10.9646 0C4.90942 0 0 5.07871 0 11.3427C0 17.6068 4.90942 22.6855 10.9646 22.6855Z'/%3E%3C/svg%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
width: 25px;
stroke: #ffffff;
}
header {
box-shadow: 0px 5px 9px #d4d4d4;
}
#main-header {
height: var(--main-header-height);
background: #d46760;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 20px;
}
#info-header {
height: var(--info-header-height);
display: flex;
align-items: center;
justify-content: center;
background-color: #ba95b1;
font-family: sans-serif;
font-size: .9em;
color: white;
}
#links-container i {
cursor: pointer;
text-decoration: none;
color: #ffffff;
}
#logo-container {
display: flex;
align-items: center;
}
#logo {
width: 30px;
height: 30px;
margin-right: 10px;
}
#logo-icon {
font-size: 25px;
color: white;
}
#logo-text {
margin-left: 0px;
font-size: 18px;
font-family: monospace;
color: #ffffff;
}
#links-container {
margin-inline: 25px;
color: white;
font-size: 25px;
display: flex;
gap: 15px;
}
#title {
position: fixed;
left: 50%;
font-family: sans-serif;
font-size: .9em;
font-weight: bold;
height: 30px;
display: flex;
align-items: center;
}
#content {
height: calc(100vh - var(--main-header-height) - var(--main-padding)*2);
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
background-color: #f1eceb;
padding: var(--main-padding);
position: relative;
gap: 10px;
}
.dashboard-card {
border-radius: 8px;
background-color: white;
padding: 10px;
box-shadow: 3px 3px 10px 3px rgb(231, 226, 226);
}
.plot-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px
}
#grid-container {
display: grid;
grid-template-columns: repeat(9, 1fr); /* Divide into 9 equal columns */
grid-auto-rows: 1fr;
height: 95%;
width: 100%;
gap: 10px
}
#item1 { grid-column: span 6; position: relative;} /* 6/9 = 2/3 */
#item2 { grid-column: span 3; } /* 3/9 = 1/3 */
#item3 {
grid-column: span 4;
} /* 2/9 */
#item4 {
grid-column: span 2;
min-width: 200px;
} /* 1/9 */
#item5 { grid-column: span 3; } /* 3/9 = 1/3 */
#dashboard {
display: flex;
height: 100%;
gap: 10px;
}
#ds-left {
display: flex;
flex-direction: column;
gap: 10px;
height: 100%;
width: fit-content;
}
#ds-right {
display: flex;
flex-direction: column;
gap: 10px;
height: 100%;
}
#ds-left-split {
display: flex;
gap: 10px;
height: 100%;
width: fit-content;
}
#ds-bottom {
height: 100%;
display: flex;
gap: 10px;
}
#container-ts {
width: fit-content;
height: 100%;
}
#container-embedded {
width: 100%;
}
#container-phase {
aspect-ratio: 1 / 1;
}
#container-settings {
width: 400px;
}
#container-bar {
width: 100%;
/* aspect-ratio: 1 / 1; */
}
#plot-params {
display: flex;
flex-direction: column;
gap: 5px;
align-items: right;
justify-content: center;
height: 100%;
font-family: sans-serif;
overflow-y: auto;
}
#plot-params input[type="number"] {
width: 60px;
}
#plot-params div {
display: flex;
justify-content: right;
gap: 10px;
}
#param-run {
margin-bottom: 30px;
}
#data-config {
width: 80%;
}
.collapsible {
display: flex;
justify-content: space-between;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
padding-inline: 8px;
}
.collapsible:hover {
cursor: pointer;
}
.collapsible:hover i {
color: lightgrey;
}
.file-select-block {
font-family: Sans-Serif;
width: 1040px;
}
.file-select {
margin-top: 12px;
display: inline-block;
/* margin-right: 15px; */
}
.file-select-label {
font-size: .8em;
font-style: italic;
}
#file-select-content {
font-family: sans-serif;
padding: 8px;
padding-inline: 20px;
padding-top: 15px;
}
.url-select {
/* margin-left: 15px; */
}
.file-request {
padding: 20px;
margin-bottom: 15px;
border-style: solid;
width: 785px;
border-color: brown;
background-color: pink;
display: none;
}
.field-stack {
display: inline-flex;
flex-direction: column;
row-gap: 3px;
align-items: flex-end;
}
.or {
padding: 20px;
}
#field-selects {
margin-top: 12px;
display: flex;
align-items: flex-start;
column-gap: 15px;
/* align-items: flex-end; */
}
.plot {
width: 100%;
height: 100%;
}
.closed #file-select-content {
display: none;
}
.inform-tooltip {
position: absolute;
width: fit-content;
visibility: hidden;
background-color: rgba(255, 255, 255, 1);
border: solid;
border-width: 1px;
border-radius: 2px;
padding: 5px;
font-size: .8em;
max-width: 200px;
/* left: 100px;
top: 20px; */
}
text {
font-size: 12px;
}
#time-slider-container {
display: flex;
gap: 6px;
align-items: center;
font-size: 14px;
}
.slider {
-webkit-appearance: none;
/* width: 560px; */
height: 5px;
/* border-radius: 2px; */
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
border-radius: 50%;
background: brown;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #04AA6D;
cursor: pointer;
}
#logo-icon {
margin-right: 1cqb;
}