Marthee commited on
Commit
f2ece9f
·
verified ·
1 Parent(s): 94df701

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +181 -37
static/style.css CHANGED
@@ -13,16 +13,6 @@
13
 
14
  }
15
 
16
- .sub-item {
17
- list-style-type: upper-alpha; /* Uppercase letters for sub-items */
18
- padding-left: 20px;
19
- }
20
-
21
- .nested-item {
22
- list-style-type: lower-roman; /* Lowercase roman numerals for nested items */
23
- padding-left: 40px;
24
- }
25
-
26
  body{
27
  margin-top: 45px;
28
  position: static;
@@ -65,13 +55,24 @@ body{
65
  /* margin-top: 5px; */
66
  color:white;
67
  position:static;
68
- display: block;
69
  margin-left: 348px;
70
  margin-top: -25px;
71
  width:28px;
72
  height: 25px;
73
  /* display: inline-block; */
74
  }
 
 
 
 
 
 
 
 
 
 
 
75
 
76
  /* Tooltip text */
77
  #refreshDropboxButtonID .dropboxtip {
@@ -109,6 +110,7 @@ body{
109
  border-width: 5px;
110
  border-style: solid;
111
  border-color: transparent black transparent transparent;
 
112
  }
113
 
114
 
@@ -166,7 +168,6 @@ body{
166
 
167
  width: 51ch;
168
  font-size: 13px;
169
- margin-top: 5px;
170
  resize: auto;
171
  background-color: #fff;
172
  border-radius: 0 0 3px 3px;
@@ -214,7 +215,6 @@ body{
214
  font-weight: 400;
215
  font-style: normal;
216
  margin-left: 13px ;
217
- margin-top: 10px;
218
  font-size: 12;
219
  cursor: pointer;
220
  max-width: 50%;
@@ -227,7 +227,7 @@ body{
227
  #pdftodxfFileButton{
228
  background-color: #1645c7;
229
  border: none;
230
- padding: 7px 40px; /*102*/
231
  cursor: pointer;
232
  border-radius: 5px;
233
  /* margin-left: 3px; */
@@ -261,6 +261,26 @@ input[type="file"]::-webkit-file-upload-button{
261
  display:inline-block;
262
  }
263
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  .measureADRbutton2{
265
  border: none;
266
  padding: 10px 121px;
@@ -324,6 +344,42 @@ input[type="file"]::-webkit-file-upload-button{
324
  /* #selectionsid:hover{
325
  box-shadow: 4px 4px 4px gray;
326
  } */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  #repeatforloop{
328
  margin-left: 5px ;
329
  margin-top: 8px;
@@ -339,12 +395,18 @@ input[type="file"]::-webkit-file-upload-button{
339
  #text2{
340
  width:9ch;
341
  }
342
- #text0,#text1,#text2{
343
- font-size: 13px;
 
 
 
 
 
 
344
  /* width: 31.5%; */
345
  height: 33px;
346
- border-radius: 2px;
347
- margin-bottom: 7px;
348
  margin-right: 0.2%;
349
  font-family: "acumin-pro", sans-serif;
350
  font-weight: 400;
@@ -353,28 +415,83 @@ input[type="file"]::-webkit-file-upload-button{
353
 
354
  }
355
  .addmctnameclass{
356
-
357
- width:35px;
358
- height:35px;
359
- /* left: %; */
360
  margin-top: -1px;
361
- margin-left: -1px;
362
- cursor: pointer;
363
-
364
- position: absolute;
365
- border: none;
 
 
 
 
 
 
 
366
  }
367
  .deletemctnameclass{
368
  width:35px;
369
  height:35px;
370
  /* left: %; */
371
- margin-top: -1px;
372
  margin-left: 30px;
373
  cursor: pointer;
374
 
375
  position: absolute;
376
  border: none;
377
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378
  #doneebackground , #summarytoXML{
379
  top: 10px;
380
  width:130px;
@@ -459,11 +576,19 @@ cursor: pointer;
459
  /* margin-top: 10px; */
460
  margin-left: 6px;
461
  zoom: 1.3;
 
462
 
463
  }
 
 
 
 
 
 
 
464
  #radiosColors{
465
  /* max-width: 50%; */
466
- display: flex;
467
  margin-top: 10px;
468
  /* margin-left: 5px; */
469
  }
@@ -517,16 +642,24 @@ cursor: pointer;
517
  box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.633);
518
  }
519
  /* Tooltip container */
520
- #infotool {
521
  position: relative;
522
  display: inline-block;
523
  margin-top: 4px;
524
- margin-left: 4px;
525
  /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
 
 
526
  }
527
-
 
 
 
 
 
528
  /* Tooltip text */
529
- #infotool .tooltiptext {
 
530
  visibility: hidden;
531
  width: 350px;
532
  background-color: #555;
@@ -538,7 +671,7 @@ cursor: pointer;
538
 
539
  /* Position the tooltip text */
540
  position: absolute;
541
- z-index: 1;
542
  bottom: 125%;
543
  left: 50%;
544
  margin-left: -60px;
@@ -546,10 +679,20 @@ cursor: pointer;
546
  /* Fade in tooltip */
547
  opacity: 0;
548
  transition: opacity 0.3s;
 
 
 
 
 
 
 
 
 
 
 
549
  }
550
-
551
  /* Tooltip arrow */
552
- #infotool .tooltiptext::after {
553
  content: "";
554
  position: absolute;
555
  top: 100%;
@@ -563,8 +706,9 @@ cursor: pointer;
563
 
564
 
565
  /* Show the tooltip text when you mouse over the tooltip container */
566
- #infotool:hover .tooltiptext {
567
  visibility: visible;
 
568
  opacity: 1;
569
  }
570
  #loading {
 
13
 
14
  }
15
 
 
 
 
 
 
 
 
 
 
 
16
  body{
17
  margin-top: 45px;
18
  position: static;
 
55
  /* margin-top: 5px; */
56
  color:white;
57
  position:static;
58
+ display: none;
59
  margin-left: 348px;
60
  margin-top: -25px;
61
  width:28px;
62
  height: 25px;
63
  /* display: inline-block; */
64
  }
65
+ #pdfFrame {
66
+ margin-top: 45px;
67
+ position: absolute; /* Fixed positioning to keep it at the top-right corner */
68
+ top: 0;
69
+ right: 0;
70
+ width: 600px; /* Adjust width as needed */
71
+ height: 100%; /* Adjust height as needed */
72
+ border: none;
73
+ display: none; /* Hidden initially */
74
+ z-index: 0; /* Ensure it's above other content */
75
+ }
76
 
77
  /* Tooltip text */
78
  #refreshDropboxButtonID .dropboxtip {
 
110
  border-width: 5px;
111
  border-style: solid;
112
  border-color: transparent black transparent transparent;
113
+ z-index: 2;
114
  }
115
 
116
 
 
168
 
169
  width: 51ch;
170
  font-size: 13px;
 
171
  resize: auto;
172
  background-color: #fff;
173
  border-radius: 0 0 3px 3px;
 
215
  font-weight: 400;
216
  font-style: normal;
217
  margin-left: 13px ;
 
218
  font-size: 12;
219
  cursor: pointer;
220
  max-width: 50%;
 
227
  #pdftodxfFileButton{
228
  background-color: #1645c7;
229
  border: none;
230
+ padding: 7px 10px; /*102*/
231
  cursor: pointer;
232
  border-radius: 5px;
233
  /* margin-left: 3px; */
 
261
  display:inline-block;
262
  }
263
 
264
+ #popupforextratext{
265
+
266
+ background-color: #b216c7;
267
+ border: none;
268
+ padding: 12px 124px; /*102*/
269
+ cursor: pointer;
270
+ border-radius: 5px;
271
+ margin-left: 3px;
272
+ font-family: "acumin-pro", sans-serif;
273
+ font-weight: bold;
274
+ font-style: normal;
275
+ font-size: 13px;
276
+ color:white;
277
+ display:block;
278
+ margin-top: 3px;
279
+ margin-bottom: 5px;
280
+
281
+ }
282
+
283
+
284
  .measureADRbutton2{
285
  border: none;
286
  padding: 10px 121px;
 
344
  /* #selectionsid:hover{
345
  box-shadow: 4px 4px 4px gray;
346
  } */
347
+
348
+ #textextra,#text0extra,#text1extra,#text2extra{
349
+ width:30ch;
350
+ text-align: center;
351
+
352
+ }
353
+ #text0extra,#text1extra,#text2extra{
354
+ margin-left: -2.5px;
355
+ }
356
+
357
+ #modalGray{
358
+ color:#938f8f;
359
+ font-size: 13px;
360
+ font-family: "acumin-pro", sans-serif;
361
+ }
362
+ #modalColIndex{
363
+ margin-left: 3px;
364
+ font-size: 13px;
365
+ font-family: "acumin-pro", sans-serif;
366
+ }
367
+ #modalColumn{
368
+ margin-left: 7px;
369
+ font-size: 13px;
370
+ font-family: "acumin-pro", sans-serif;
371
+ }
372
+ #modalKeyword{
373
+ margin-left: 67px;
374
+ font-size: 13px;
375
+ font-family: "acumin-pro", sans-serif;
376
+ }
377
+ #modalCharacter{
378
+ margin-left: 25px;
379
+ font-size: 13px;
380
+ font-family: "acumin-pro", sans-serif;
381
+ }
382
+
383
  #repeatforloop{
384
  margin-left: 5px ;
385
  margin-top: 8px;
 
395
  #text2{
396
  width:9ch;
397
  }
398
+ #textextra{
399
+ width: 7ch;
400
+ }
401
+ #text2extra{
402
+ width: 7ch;
403
+ }
404
+ #text0,#text1,#text2,#textextra,#text0extra,#text1extra, #text2extra{
405
+ font-size: 12px;
406
  /* width: 31.5%; */
407
  height: 33px;
408
+ border-radius: 1px;
409
+ margin-bottom: 3px;
410
  margin-right: 0.2%;
411
  font-family: "acumin-pro", sans-serif;
412
  font-weight: 400;
 
415
 
416
  }
417
  .addmctnameclass{
 
 
 
 
418
  margin-top: -1px;
419
+ }
420
+ .addmctnameclass{
421
+
422
+ width:35px;
423
+ height:35px;
424
+ /* left: %; */
425
+ /* margin-top: -1px; */
426
+ margin-left: -1px;
427
+ cursor: pointer;
428
+
429
+ position: absolute;
430
+ border: none;
431
  }
432
  .deletemctnameclass{
433
  width:35px;
434
  height:35px;
435
  /* left: %; */
436
+
437
  margin-left: 30px;
438
  cursor: pointer;
439
 
440
  position: absolute;
441
  border: none;
442
  }
443
+
444
+ .addmctnameclassExtra {
445
+ width: 15px;
446
+ height: 15px;
447
+ background-color: #2f83c6;
448
+ border-radius: 100%;
449
+ position: absolute;
450
+ border: none;
451
+ cursor: pointer;
452
+ margin-top: 10px;
453
+ margin-left: 10px;
454
+ }
455
+ .addmctnameclassExtra::before {
456
+ content: "";
457
+ width: 28px; /* Square background */
458
+ height: 28px;
459
+ background-color: rgba(255, 255, 255, 0.2); /* Light blue background */
460
+ border: 2px solid #2f83c6; /* Blue border */
461
+ border-radius: 5px; /* Rounded edges */
462
+ position: absolute;
463
+ top: 50%;
464
+ left: 50%;
465
+ transform: translate(-50%, -50%);
466
+ }
467
+ .deletemctnameclassExtra{
468
+ width: 15px;
469
+ height: 15px;
470
+ background-color: #f32b2b;
471
+ border-radius: 100%;
472
+ position: absolute;
473
+ border: none;
474
+ cursor: pointer;
475
+ margin-top: 10px;
476
+ margin-left: 44px;
477
+ }
478
+ .deletemctnameclassExtra::before {
479
+ content: "";
480
+ width: 28px; /* Square background */
481
+ height: 28px;
482
+ background-color: rgba(255, 255, 255, 0.2); /* Light blue background */
483
+ border: 2px solid #f32b2b;
484
+ border-radius: 5px; /* Rounded edges */
485
+ position: absolute;
486
+ top: 50%;
487
+ left: 50%;
488
+ transform: translate(-50%, -50%);
489
+ }
490
+
491
+ .deletemctnameclass{
492
+ margin-top: -1px;
493
+ }
494
+
495
  #doneebackground , #summarytoXML{
496
  top: 10px;
497
  width:130px;
 
576
  /* margin-top: 10px; */
577
  margin-left: 6px;
578
  zoom: 1.3;
579
+ margin-top: 5px;
580
 
581
  }
582
+ #checkboxLine {
583
+ display: flex; /* Arranges children in a row */
584
+ align-items: center; /* Vertically centers the items */
585
+ gap: 0.5rem; /* Optional spacing between items */
586
+ margin-top: 5px;
587
+ }
588
+
589
  #radiosColors{
590
  /* max-width: 50%; */
591
+ display: block;
592
  margin-top: 10px;
593
  /* margin-left: 5px; */
594
  }
 
642
  box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.633);
643
  }
644
  /* Tooltip container */
645
+ #infotool , #infotoolModal {
646
  position: relative;
647
  display: inline-block;
648
  margin-top: 4px;
649
+ margin-left: -1px;
650
  /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
651
+ z-index: 100;
652
+
653
  }
654
+ #infotoolModal::before{
655
+ margin-left: -2px;
656
+ }
657
+ .smallFaIcon {
658
+ font-size: 13px;
659
+ }
660
  /* Tooltip text */
661
+ #infotool .tooltiptext , #infotoolModal .tooltiptext {
662
+ z-index: 9999;
663
  visibility: hidden;
664
  width: 350px;
665
  background-color: #555;
 
671
 
672
  /* Position the tooltip text */
673
  position: absolute;
674
+
675
  bottom: 125%;
676
  left: 50%;
677
  margin-left: -60px;
 
679
  /* Fade in tooltip */
680
  opacity: 0;
681
  transition: opacity 0.3s;
682
+
683
+ }
684
+ #modaltooltips{
685
+ font-size: 14px;
686
+ margin-right: -200px;
687
+ top: -65px;
688
+ width: auto;
689
+ height: auto;
690
+ position: absolute;
691
+ display: block;
692
+ z-index: 9999;
693
  }
 
694
  /* Tooltip arrow */
695
+ #infotool .tooltiptext::after , #infotoolModal .tooltiptext::after {
696
  content: "";
697
  position: absolute;
698
  top: 100%;
 
706
 
707
 
708
  /* Show the tooltip text when you mouse over the tooltip container */
709
+ #infotool:hover .tooltiptext , #infotoolModal:hover .tooltiptext{
710
  visibility: visible;
711
+ /* z-index: 100; */
712
  opacity: 1;
713
  }
714
  #loading {