Marthee commited on
Commit
ef6e2f1
·
1 Parent(s): 1af9f10

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +355 -71
static/style.css CHANGED
@@ -1,5 +1,5 @@
1
  .accordion {
2
- background-color:gray;
3
  color: white;
4
  cursor: pointer;
5
  padding: 8px;
@@ -9,18 +9,20 @@
9
  outline: none;
10
  transition: 0.4s;
11
  border-radius: 5px;
12
- font-family: Georgia, 'Times New Roman', Times, serif;
 
 
13
  font-size: 20px;
14
  font-style: italic;
15
- margin-left: 5px;
16
  margin-top: 60px;
17
- margin-right: 10px;
18
 
19
  }
20
-
21
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
22
- .active, .accordion:hover {
23
- background-color:lightgrey;
 
24
  opacity: 0.7;
25
  }
26
 
@@ -29,39 +31,58 @@
29
  padding: 0 18px;
30
  background-color: white;
31
  display: none;
32
- overflow: hidden;
33
  }
34
 
35
 
36
 
37
 
38
  #pagetitle{
39
- font-family: Georgia, 'Times New Roman', Times, serif;
 
 
40
  font-size: 30px;
41
- text-align:center;
42
  padding-top: 30px;
43
- align-items: center;
44
- justify-content: center;
45
- margin-left: 40%;
46
- margin-right: -50%;
47
  color: white;
48
 
49
 
50
 
51
  }
 
 
 
 
 
 
 
52
 
 
53
  #backgroundimg{
54
  display: block;
55
- margin-left:50% ;
56
- margin-right: 20px;
57
  margin-top: 10px;
58
  background-color: lightgrey;
59
 
60
  width:49%;
61
  height: 407px;
62
  position: absolute;
63
-
64
 
 
 
 
 
 
 
 
 
 
65
  }
66
  ul {
67
  list-style-type: none;
@@ -74,30 +95,48 @@
74
  position: fixed;
75
  z-index:999
76
  }
77
-
 
 
 
 
 
 
 
 
 
 
78
 
79
  .selectionsProj, .selectionsProjp , .selectionsProjs{
80
- margin-top: 18.5px ;
81
- width: 49%;
82
  height: 30px;
83
  margin-left: 5px ;
84
- font-family: Georgia, 'Times New Roman', Times, serif;
85
- font-size: 14px;
 
 
86
  border-radius: 5px;
87
  cursor: pointer;
88
  box-shadow: 2px 2px 2px gray;
 
 
89
 
90
  }
 
91
  #measurementselectionsid{
92
- margin-top: 18.5px ;
93
- width: 99%;
94
  height: 30px;
95
  margin-left: 5px ;
96
- font-family: Georgia, 'Times New Roman', Times, serif;
97
- font-size: 14px;
 
 
98
  border-radius: 5px;
99
  cursor: pointer;
100
  box-shadow: 2px 2px 2px gray;
 
101
  }
102
  #measurementselectionsid:hover{
103
  box-shadow: 4px 4px 4px gray;
@@ -109,61 +148,85 @@
109
 
110
 
111
  #measureLabel, #relvDocLabel{
112
- font-family: Georgia, 'Times New Roman', Times, serif;
113
- margin-left: 15px ;
114
- font-size: 21px;
 
 
115
  position: absolute;
116
- margin-top: 10px;
117
  color: black;
118
- font-style: italic;
119
 
120
  }
121
 
122
  #measureCheckbox, #relvdiv,#saveOPlabel, #saveOP{ /*,.area , .pattern, .border , .length , .match{*/
123
- font-family: Georgia, 'Times New Roman', Times, serif;
 
 
124
  margin-left: 13px ;
125
- margin-top: 20px;
126
- font-size: 20px;
127
  cursor: pointer;
128
  max-width: 50%;
129
 
130
  }
 
 
 
131
 
132
  #measureADRbutton{
133
  background-color: #16c72e;
134
  border: none;
135
- padding: 10px 175px;
136
  cursor: pointer;
137
  border-radius: 7px;
138
- margin-left: 3%;
139
- font-family: Georgia, 'Times New Roman', Times, serif;
140
- font-size: 16px;
 
 
141
  color:white;
142
  }
 
 
 
 
 
 
 
 
 
 
 
 
143
  #measureADRbutton:hover{
144
- background-color:darkseagreen;
145
  color:black;
 
146
  }
147
 
148
 
149
  #addicon,#donebutton{
150
  top: 1px;
151
  width:30px;
152
- height:30px;
153
- left:97%;
154
  cursor: pointer;
155
 
156
  }
157
  #measureitemsid{
158
  margin-top: 10px ;
159
- width: 30%;
160
  height: 30px;
161
- margin-left: 5px ;
162
- font-size: 14px;
163
  border-radius: 5px;
164
  cursor: pointer;
165
  box-shadow: 2px 2px 2px gray;
166
- font-family: Georgia, 'Times New Roman', Times, serif;
 
 
167
  }
168
  #measureitemsid:hover{
169
  box-shadow: 4px 4px 4px gray;
@@ -171,13 +234,15 @@
171
 
172
  #selectionsid{
173
  margin-top: 10px ;
174
- width: 68.8%;
175
  height: 30px;
176
- font-size: 14px;
177
  border-radius: 5px;
178
  cursor: pointer;
179
  box-shadow: 2px 2px 2px gray;
180
- font-family: Georgia, 'Times New Roman', Times, serif;
 
 
181
  }
182
  #selectionsid:hover{
183
  box-shadow: 4px 4px 4px gray;
@@ -187,21 +252,34 @@
187
  margin-top: 10px;
188
 
189
  }
 
 
 
 
 
 
 
 
 
190
  #text0,#text1,#text2{
191
- font-size: 14px;
192
- width: 31.5%;
193
  height: 40px;
194
  border-radius: 5px;
195
  margin-bottom: 13px;
196
  margin-right: 0.2%;
197
- font-family: Georgia, 'Times New Roman', Times, serif;
 
 
198
 
199
  }
200
  #addmctnameid{
201
 
202
  width:35px;
203
  height:35px;
204
- left: 96.8%;
 
 
205
  cursor: pointer;
206
 
207
  position: absolute;
@@ -209,15 +287,22 @@
209
  }
210
  #doneebackground{
211
  top: 10px;
212
- width:30px;
213
- height:30px;
214
- left: 96%;
215
  cursor: pointer;
216
  position: relative;
217
- background-color: white;
218
  border: none;
 
 
 
 
 
 
 
 
219
  }
220
-
221
  #radio{
222
  margin-right: 0.2%;
223
  position: relative;
@@ -227,36 +312,235 @@
227
  cursor: pointer;
228
  }
229
  #radiolbl{
230
- font-family: Georgia, 'Times New Roman', Times, serif;
231
- font-size: 16px;
 
 
232
  position: relative;
 
233
  }
234
 
235
  #nLevels{
236
- font-family: Georgia, 'Times New Roman', Times, serif;
237
- font-size: 16px;
 
 
238
  position: relative;
239
- margin-left: 1%;
 
240
 
241
  }
242
 
243
  #lvlinput{
244
- font-size: 14px;
245
- width: 15%;
246
- height: 30px;
247
  border-radius: 5px;
248
-
249
- margin-left: 1%;
250
- font-family: Georgia, 'Times New Roman', Times, serif;
 
 
 
251
 
252
  }
253
-
 
 
 
 
 
 
 
 
254
  #color{
255
  margin-top: 1%;
256
- margin-left: 1%;
257
  box-shadow: 2px 2px 2px gray;
258
  }
259
  #color:hover{
260
  cursor: pointer;
261
  box-shadow: 4px 4px 4px rgb(57, 57, 57);
262
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .accordion {
2
+ background-color:#F4C2C2 ; /*gray;*/
3
  color: white;
4
  cursor: pointer;
5
  padding: 8px;
 
9
  outline: none;
10
  transition: 0.4s;
11
  border-radius: 5px;
12
+ font-family: "acumin-pro", sans-serif;
13
+ font-weight: 400;
14
+ /* font-style: normal; */
15
  font-size: 20px;
16
  font-style: italic;
17
+ /* margin-left: 5px;
18
  margin-top: 60px;
19
+ margin-right: 10px; */
20
 
21
  }
 
22
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
23
+ /* .active,*/
24
+ .accordion:hover {
25
+ background-color: #f1cece;/*lightgrey; */
26
  opacity: 0.7;
27
  }
28
 
 
31
  padding: 0 18px;
32
  background-color: white;
33
  display: none;
34
+ overflow: auto;
35
  }
36
 
37
 
38
 
39
 
40
  #pagetitle{
41
+ font-family: "acumin-pro", sans-serif;
42
+ font-weight: 400;
43
+ font-style: normal;
44
  font-size: 30px;
45
+ text-align:left;
46
  padding-top: 30px;
47
+ align-items: left;
48
+ justify-content: left;
49
+ margin-left: 2%;
50
+ /* margin-right: -50%; */
51
  color: white;
52
 
53
 
54
 
55
  }
56
+ #rightside{
57
+
58
+ margin-left:430px ;
59
+ margin-right: 20px;
60
+
61
+ position: absolute;
62
+
63
 
64
+ }
65
  #backgroundimg{
66
  display: block;
67
+ /* margin-left:40% ; */
68
+ /* margin-right: 20px; */
69
  margin-top: 10px;
70
  background-color: lightgrey;
71
 
72
  width:49%;
73
  height: 407px;
74
  position: absolute;
75
+
76
 
77
+ }
78
+
79
+ #underimgbuttons{
80
+ /* display: block; */
81
+ /* margin-left:40% ; */
82
+ /* margin-right: 20px; */
83
+ position: relative;
84
+
85
+
86
  }
87
  ul {
88
  list-style-type: none;
 
95
  position: fixed;
96
  z-index:999
97
  }
98
+ #measureselectid,#relvselectid{
99
+ border-radius: 5px;
100
+ width: 51ch;
101
+ font-size: 13px;
102
+ margin-top: 5px;
103
+
104
+ }
105
+ #measureselectid :hover,#relvselectid :hover{
106
+ background-color: gray;
107
+ color: white;
108
+ }
109
 
110
  .selectionsProj, .selectionsProjp , .selectionsProjs{
111
+ margin-top: 8px ;
112
+ /* width: 49%; */
113
  height: 30px;
114
  margin-left: 5px ;
115
+ font-family: "acumin-pro", sans-serif;
116
+ font-weight: 400;
117
+ font-style: normal;
118
+ font-size: 13px;
119
  border-radius: 5px;
120
  cursor: pointer;
121
  box-shadow: 2px 2px 2px gray;
122
+
123
+ width: 51ch;
124
 
125
  }
126
+
127
  #measurementselectionsid{
128
+ margin-top: 1px ;
129
+ width: 15ch;
130
  height: 30px;
131
  margin-left: 5px ;
132
+ font-family: "acumin-pro", sans-serif;
133
+ font-weight: 400;
134
+ font-style: normal;
135
+ font-size: 13px;
136
  border-radius: 5px;
137
  cursor: pointer;
138
  box-shadow: 2px 2px 2px gray;
139
+
140
  }
141
  #measurementselectionsid:hover{
142
  box-shadow: 4px 4px 4px gray;
 
148
 
149
 
150
  #measureLabel, #relvDocLabel{
151
+ font-family: "acumin-pro", sans-serif;
152
+ font-weight: bold;
153
+ /* font-style: normal; */
154
+ margin-left: 8px ;
155
+ font-size: 13px;
156
  position: absolute;
157
+ margin-top: 1px;
158
  color: black;
159
+ /* font-style: italic; */
160
 
161
  }
162
 
163
  #measureCheckbox, #relvdiv,#saveOPlabel, #saveOP{ /*,.area , .pattern, .border , .length , .match{*/
164
+ font-family: "acumin-pro", sans-serif;
165
+ font-weight: 400;
166
+ font-style: normal;
167
  margin-left: 13px ;
168
+ margin-top: 2px;
169
+ font-size: 12;
170
  cursor: pointer;
171
  max-width: 50%;
172
 
173
  }
174
+ #tomeasurediv, #relvDocdiv{
175
+ margin-top: 7px;
176
+ }
177
 
178
  #measureADRbutton{
179
  background-color: #16c72e;
180
  border: none;
181
+ padding: 10px 121px;
182
  cursor: pointer;
183
  border-radius: 7px;
184
+ margin-left: 2px;
185
+ font-family: "acumin-pro", sans-serif;
186
+ font-weight: bold;
187
+ font-style: normal;
188
+ font-size: 14px;
189
  color:white;
190
  }
191
+ #measureADRbutton2{
192
+ border: none;
193
+ padding: 10px 121px;
194
+ cursor: pointer;
195
+ border-radius: 7px;
196
+ margin-left: 2px;
197
+ font-family: "acumin-pro", sans-serif;
198
+ font-weight: bold;
199
+ font-style: normal;
200
+ font-size: 14px;
201
+ color:white;
202
+ }
203
  #measureADRbutton:hover{
204
+ /* background-color:darkseagreen; */
205
  color:black;
206
+ box-shadow: 0 0 8px 2px #16c72e;
207
  }
208
 
209
 
210
  #addicon,#donebutton{
211
  top: 1px;
212
  width:30px;
213
+ /* height:30px; */
214
+ left: 381px;
215
  cursor: pointer;
216
 
217
  }
218
  #measureitemsid{
219
  margin-top: 10px ;
220
+ width: 12ch;
221
  height: 30px;
222
+ /* margin-left: 5px ; */
223
+ font-size: 13px;
224
  border-radius: 5px;
225
  cursor: pointer;
226
  box-shadow: 2px 2px 2px gray;
227
+ font-family: "acumin-pro", sans-serif;
228
+ font-weight: 400;
229
+ font-style: normal;
230
  }
231
  #measureitemsid:hover{
232
  box-shadow: 4px 4px 4px gray;
 
234
 
235
  #selectionsid{
236
  margin-top: 10px ;
237
+ width: 23ch;
238
  height: 30px;
239
+ font-size: 13px;
240
  border-radius: 5px;
241
  cursor: pointer;
242
  box-shadow: 2px 2px 2px gray;
243
+ font-family: "acumin-pro", sans-serif;
244
+ font-weight: 400;
245
+ font-style: normal;
246
  }
247
  #selectionsid:hover{
248
  box-shadow: 4px 4px 4px gray;
 
252
  margin-top: 10px;
253
 
254
  }
255
+ #text0{
256
+ width:29ch;
257
+ }
258
+ #text1{
259
+ width:8ch;
260
+ }
261
+ #text2{
262
+ width:9ch;
263
+ }
264
  #text0,#text1,#text2{
265
+ font-size: 13px;
266
+ /* width: 31.5%; */
267
  height: 40px;
268
  border-radius: 5px;
269
  margin-bottom: 13px;
270
  margin-right: 0.2%;
271
+ font-family: "acumin-pro", sans-serif;
272
+ font-weight: 400;
273
+ font-style: normal;
274
 
275
  }
276
  #addmctnameid{
277
 
278
  width:35px;
279
  height:35px;
280
+ /* left: %; */
281
+ margin-top: 4px;
282
+ margin-left: 5px;
283
  cursor: pointer;
284
 
285
  position: absolute;
 
287
  }
288
  #doneebackground{
289
  top: 10px;
290
+ width:130px;
291
+ height:40px;
292
+ left: 3px;
293
  cursor: pointer;
294
  position: relative;
295
+ background-color: gray;
296
  border: none;
297
+ border-radius: 6px;
298
+ color: white;
299
+ font-weight: bold;
300
+ }
301
+ #doneebackground:hover{
302
+ color: black;
303
+ /* background-color: #0ad2e0; */
304
+ box-shadow: 0 0 8px 2px gray;
305
  }
 
306
  #radio{
307
  margin-right: 0.2%;
308
  position: relative;
 
312
  cursor: pointer;
313
  }
314
  #radiolbl{
315
+ font-family: "acumin-pro", sans-serif;
316
+ font-weight: 400;
317
+ font-style: normal;
318
+ font-size: 13px;
319
  position: relative;
320
+ margin-left: 9px;
321
  }
322
 
323
  #nLevels{
324
+ font-family: "acumin-pro", sans-serif;
325
+ font-weight: 400;
326
+ font-style: normal;
327
+ font-size: 13px;
328
  position: relative;
329
+ margin-left: 9px;
330
+ margin-top: 5px;
331
 
332
  }
333
 
334
  #lvlinput{
335
+ font-size: 13px;
336
+ width: 13ch;
337
+ height: 25px;
338
  border-radius: 5px;
339
+ margin-top: 3px;
340
+ margin-left: 9px;
341
+ font-family: "acumin-pro", sans-serif;
342
+ font-weight: 400;
343
+ font-style: normal;
344
+ /* text-align: right; */
345
 
346
  }
347
+ #radiosColors{
348
+ /* max-width: 50%; */
349
+ display: flex;
350
+ /* margin-left: 5px; */
351
+ }
352
+ #colorpickers{
353
+ max-width: 30%;
354
+ display: flex;
355
+ }
356
  #color{
357
  margin-top: 1%;
358
+ /* margin-left: 1%; */
359
  box-shadow: 2px 2px 2px gray;
360
  }
361
  #color:hover{
362
  cursor: pointer;
363
  box-shadow: 4px 4px 4px rgb(57, 57, 57);
364
+ }
365
+
366
+ /* Tooltip container */
367
+ #infotool {
368
+ position: relative;
369
+ display: inline-block;
370
+ margin-top: 9px;
371
+ /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
372
+ }
373
+
374
+ /* Tooltip text */
375
+ #infotool .tooltiptext {
376
+ visibility: hidden;
377
+ width: 350px;
378
+ background-color: #555;
379
+ color: #fff;
380
+ text-align: center;
381
+ padding: 5px 0;
382
+ border-radius: 6px;
383
+
384
+ /* Position the tooltip text */
385
+ position: absolute;
386
+ z-index: 1;
387
+ bottom: 125%;
388
+ left: 50%;
389
+ margin-left: -60px;
390
+
391
+ /* Fade in tooltip */
392
+ opacity: 0;
393
+ transition: opacity 0.3s;
394
+ }
395
+
396
+ /* Tooltip arrow */
397
+ #infotool .tooltiptext::after {
398
+ content: "";
399
+ position: absolute;
400
+ top: 100%;
401
+ left: 16%;
402
+ /* margin-left: -20px; */
403
+ border-width: 5px;
404
+ border-style: solid;
405
+ border-color: #555 transparent transparent transparent;
406
+ }
407
+
408
+ /* Show the tooltip text when you mouse over the tooltip container */
409
+ #infotool:hover .tooltiptext {
410
+ visibility: visible;
411
+ opacity: 1;
412
+ }
413
+
414
+ #secondpage{
415
+ float: right;
416
+ margin-right: 10px;
417
+ }
418
+ #userguideheadings{
419
+ font-size: 14px;
420
+ font-weight: bold;
421
+
422
+ }
423
+
424
+ /* Navbar container */
425
+ .navbar {
426
+ overflow: hidden;
427
+ background-color: #333;
428
+ font-family: Arial;
429
+ }
430
+
431
+
432
+ /* The dropdown container */
433
+ .dropdown {
434
+ float: right;
435
+ overflow: hidden;
436
+ }
437
+
438
+
439
+ /* Dropdown button */
440
+ .dropdown .dropbtn {
441
+
442
+ font-size: 16px;
443
+ border: none;
444
+ outline: none;
445
+ color: white;
446
+ padding: 14px 16px;
447
+ background-color: inherit;
448
+ font-family: inherit; /* Important for vertical align on mobile phones */
449
+ margin: 0; /* Important for vertical align on mobile phones */
450
+ }
451
+
452
+ /* Add a red background color to navbar links on hover */
453
+ .dropbtn:hover , .dropbtnLinks:hover{
454
+ background-color: rgb(0, 153, 255);
455
+ }
456
+
457
+ /* Dropdown content (hidden by default) */
458
+ .dropdown-content {
459
+ display: none;
460
+ position: absolute;
461
+ margin-left: -13%;
462
+ background-color: #f9f9f9;
463
+ min-width: 160px;
464
+ max-width: 36%;
465
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
466
+ z-index: 1;
467
+ font-family: "acumin-pro", sans-serif;
468
+ font-weight: 400;
469
+ font-style: normal;
470
+ font-size: 13px;
471
+
472
+ }
473
+ .dropbtnLinks-content{
474
+ display: none;
475
+ position: absolute;
476
+
477
+ margin-left: -1%;
478
+ background-color: #f9f9f9;
479
+ min-width: 25ch;
480
+ /* max-width: 36%; */
481
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
482
+ z-index: 1;
483
+ font-family: "acumin-pro", sans-serif;
484
+ font-weight: 400;
485
+ font-style: normal;
486
+ font-size: 13px;
487
+ margin-top: 20px;
488
+ color: black;
489
+ }
490
+ .dropbtnLinks-content a {
491
+ color: black;
492
+ padding: 12px 10x;
493
+ text-decoration: none;
494
+ display: block;
495
+ margin-left: 7px;
496
+ margin-right: 7px;
497
+ margin-top: 5px;
498
+ margin-bottom: 5px;
499
+ }
500
+ .dropbtnLinks-content a:hover {background-color: #f1f1f1}
501
+
502
+ .dropbtnLinks{
503
+
504
+ font-size: 16px;
505
+ border: none;
506
+ outline: none;
507
+ color: white;
508
+ padding: 14px 16px;
509
+ background-color: inherit;
510
+ font-family: inherit; /* Important for vertical align on mobile phones */
511
+ margin: 0; /* Important for vertical align on mobile phones */
512
+ /* position: relative; */
513
+ }
514
+ #userguidetext{
515
+ margin-left: 20px;
516
+ margin-right: 20px;
517
+ }
518
+
519
+
520
+ #loading {
521
+ border: 16px solid #f3f3f3;
522
+ border-radius: 50%;
523
+ border-top: 16px solid #16c72e;
524
+ width: 120px;
525
+ height: 120px;
526
+ -webkit-animation: spin 2s linear infinite; /* Safari */
527
+ animation: spin 2s linear infinite;
528
+ /* margin-left:; */
529
+ margin-top:10%;
530
+ /* margin-left: 300px; */
531
+ margin-left:60% ;
532
+ margin-right: 20px;
533
+
534
+ position: absolute;
535
+ }
536
+
537
+ /* Safari */
538
+ @-webkit-keyframes spin {
539
+ 0% { -webkit-transform: rotate(0deg); }
540
+ 100% { -webkit-transform: rotate(360deg); }
541
+ }
542
+
543
+ @keyframes spin {
544
+ 0% { transform: rotate(0deg); }
545
+ 100% { transform: rotate(360deg); }
546
+ }