Marthee commited on
Commit
3a7f872
·
1 Parent(s): 4dcd776

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +226 -56
static/style.css CHANGED
@@ -25,7 +25,48 @@
25
  background-color: #f1cece;/*lightgrey; */
26
  opacity: 0.7;
27
  }
28
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  /* Style the accordion panel. Note: hidden by default */
30
  .panel {
31
  padding: 0 18px;
@@ -37,22 +78,6 @@
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 ;
@@ -119,13 +144,15 @@
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 ;
@@ -154,7 +181,7 @@
154
  margin-left: 8px ;
155
  font-size: 13px;
156
  position: absolute;
157
- margin-top: 1px;
158
  color: black;
159
  /* font-style: italic; */
160
 
@@ -165,7 +192,7 @@
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%;
@@ -178,7 +205,7 @@
178
  #measureADRbutton{
179
  background-color: #16c72e;
180
  border: none;
181
- padding: 10px 121px;
182
  cursor: pointer;
183
  border-radius: 7px;
184
  margin-left: 2px;
@@ -187,6 +214,7 @@
187
  font-style: normal;
188
  font-size: 14px;
189
  color:white;
 
190
  }
191
  #measureADRbutton2{
192
  border: none;
@@ -208,13 +236,20 @@
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;
@@ -252,6 +287,7 @@
252
  margin-top: 10px;
253
 
254
  }
 
255
  #text0{
256
  width:29ch;
257
  }
@@ -264,13 +300,14 @@
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{
@@ -278,8 +315,8 @@
278
  width:35px;
279
  height:35px;
280
  /* left: %; */
281
- margin-top: 4px;
282
- margin-left: 5px;
283
  cursor: pointer;
284
 
285
  position: absolute;
@@ -292,11 +329,12 @@
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;
@@ -330,28 +368,38 @@ cursor: pointer;
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%;
@@ -377,8 +425,9 @@ cursor: pointer;
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 */
@@ -403,6 +452,7 @@ cursor: pointer;
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 */
@@ -422,55 +472,57 @@ cursor: pointer;
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
 
@@ -487,7 +539,7 @@ cursor: pointer;
487
  margin-top: 20px;
488
  color: black;
489
  }
490
- .dropbtnLinks-content a {
491
  color: black;
492
  padding: 12px 10x;
493
  text-decoration: none;
@@ -497,9 +549,9 @@ cursor: pointer;
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;
@@ -511,6 +563,7 @@ cursor: pointer;
511
  margin: 0; /* Important for vertical align on mobile phones */
512
  /* position: relative; */
513
  }
 
514
  #userguidetext{
515
  margin-left: 20px;
516
  margin-right: 20px;
@@ -544,3 +597,120 @@ cursor: pointer;
544
  0% { transform: rotate(0deg); }
545
  100% { transform: rotate(360deg); }
546
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  background-color: #f1cece;/*lightgrey; */
26
  opacity: 0.7;
27
  }
28
+ .graynavbarLegend{
29
+ /* list-style-type: none; */
30
+ /* margin: 0; */
31
+ /* padding: 0; */
32
+ /* right:10px; */
33
+ /* left:7px; */
34
+ /* overflow: hidden; */
35
+ background-color: #b2b2b2;
36
+ height: 35px;
37
+ /* max-width: 99%; */
38
+ position: relative;
39
+ /* z-index:-1; */
40
+
41
+ }
42
+ .graynavbarLegend label{
43
+ float: left;
44
+ display: block;
45
+ color: black;
46
+ text-align: center;
47
+ /* padding: 7px 16px; */
48
+ text-decoration: none;
49
+ font-family: "acumin-pro", sans-serif;
50
+ font-weight: 400;
51
+ font-style: normal;
52
+ font-size: 16px;
53
+ margin-left: 7px;
54
+
55
+ }
56
+ .graynavbarLegend .label2{
57
+ color: blue;
58
+ }
59
+ #infoImg{
60
+ width:30px;
61
+ margin-top: -5px;
62
+ margin-bottom: -10px;
63
+
64
+ /* margin-left: -200px; */
65
+ }
66
+ .sortbutton{
67
+ background-color: transparent;
68
+ border: transparent;
69
+ }
70
  /* Style the accordion panel. Note: hidden by default */
71
  .panel {
72
  padding: 0 18px;
 
78
 
79
 
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  #rightside{
82
 
83
  margin-left:430px ;
 
144
  border-radius: 5px;
145
  cursor: pointer;
146
  box-shadow: 2px 2px 2px gray;
147
+ color: black;
148
+ font-weight: 400;
149
 
150
  width: 51ch;
151
 
152
  }
153
 
154
  #measurementselectionsid{
155
+ /* margin-top: 1px ; */
156
  width: 15ch;
157
  height: 30px;
158
  margin-left: 5px ;
 
181
  margin-left: 8px ;
182
  font-size: 13px;
183
  position: absolute;
184
+ margin-top: 10px;
185
  color: black;
186
  /* font-style: italic; */
187
 
 
192
  font-weight: 400;
193
  font-style: normal;
194
  margin-left: 13px ;
195
+ margin-top: 10px;
196
  font-size: 12;
197
  cursor: pointer;
198
  max-width: 50%;
 
205
  #measureADRbutton{
206
  background-color: #16c72e;
207
  border: none;
208
+ padding: 10px 102px;
209
  cursor: pointer;
210
  border-radius: 7px;
211
  margin-left: 2px;
 
214
  font-style: normal;
215
  font-size: 14px;
216
  color:white;
217
+ display:inline-block;
218
  }
219
  #measureADRbutton2{
220
  border: none;
 
236
 
237
 
238
  #addicon,#donebutton{
239
+ top: 13px;
240
+ width:35px;
241
+ height:38px;
242
+ left: 2px;
243
  cursor: pointer;
244
+ display:inline-block;
245
+ background-color:#ff5900;
246
+ border-radius: 7px;
247
 
248
  }
249
+ #donebutton{
250
+ width:50px;
251
+ }
252
+
253
  #measureitemsid{
254
  margin-top: 10px ;
255
  width: 12ch;
 
287
  margin-top: 10px;
288
 
289
  }
290
+
291
  #text0{
292
  width:29ch;
293
  }
 
300
  #text0,#text1,#text2{
301
  font-size: 13px;
302
  /* width: 31.5%; */
303
+ height: 25px;
304
  border-radius: 5px;
305
+ margin-bottom: 7px;
306
  margin-right: 0.2%;
307
  font-family: "acumin-pro", sans-serif;
308
  font-weight: 400;
309
  font-style: normal;
310
+
311
 
312
  }
313
  #addmctnameid{
 
315
  width:35px;
316
  height:35px;
317
  /* left: %; */
318
+ margin-top: -1px;
319
+ margin-left: -1px;
320
  cursor: pointer;
321
 
322
  position: absolute;
 
329
  left: 3px;
330
  cursor: pointer;
331
  position: relative;
332
+ background-color: #ff5900;
333
  border: none;
334
  border-radius: 6px;
335
  color: white;
336
  font-weight: bold;
337
+
338
  }
339
  #doneebackground:hover{
340
  color: black;
 
368
  margin-top: 5px;
369
 
370
  }
371
+ #LegendHist{
372
+ margin-left: 25px;
373
+ }
374
  #lvlinput{
375
  font-size: 13px;
376
  width: 13ch;
377
  height: 25px;
378
  border-radius: 5px;
379
+ margin-top: 4px;
380
  margin-left: 9px;
381
  font-family: "acumin-pro", sans-serif;
382
  font-weight: 400;
383
  font-style: normal;
384
  /* text-align: right; */
385
+ text-align: right;
386
+
387
 
388
  }
389
+
390
+ #areadiv, #prmdiv{
391
+ margin-top: 10px;
392
+ }
393
  #radiosColors{
394
  /* max-width: 50%; */
395
  display: flex;
396
+ margin-top: 10px;
397
  /* margin-left: 5px; */
398
  }
399
  #colorpickers{
400
  max-width: 30%;
401
+ /* display: flex; */
402
+ display: inline-flex;
403
  }
404
  #color{
405
  margin-top: 1%;
 
425
  width: 350px;
426
  background-color: #555;
427
  color: #fff;
428
+ text-align: justify;
429
+ text-justify: inter-word;
430
+ padding: 5px 7px;
431
  border-radius: 6px;
432
 
433
  /* Position the tooltip text */
 
452
  border-width: 5px;
453
  border-style: solid;
454
  border-color: #555 transparent transparent transparent;
455
+ /* border-color: #bdbcbc transparent transparent transparent; */
456
  }
457
 
458
  /* Show the tooltip text when you mouse over the tooltip container */
 
472
  }
473
 
474
  /* Navbar container */
475
+ .tab-nav-container {
476
  overflow: hidden;
477
  background-color: #333;
478
  font-family: Arial;
479
+ display: flex;
480
+ align-items: center;
481
  }
482
 
483
 
484
  /* The dropdown container */
485
  .dropdown {
486
+ /* float: right; */
487
  overflow: hidden;
488
  }
489
 
490
 
 
 
491
 
 
 
 
 
 
 
 
 
 
492
 
493
  /* Add a red background color to navbar links on hover */
494
+ .dropbtn:hover , .tab.legends:hover{
495
  background-color: rgb(0, 153, 255);
496
  }
497
+
498
  /* Dropdown content (hidden by default) */
499
  .dropdown-content {
500
  display: none;
501
+ /* position: -webkit-sticky; Safari */
502
  position: absolute;
503
+ right: 0;
504
+ top: 0;
505
+ /* margin-left: -13%; */
506
+ /* margin-right:-80% ; */
507
+ margin-top: 57px;
508
  background-color: #f9f9f9;
509
  min-width: 160px;
510
  max-width: 36%;
511
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
512
+ z-index: 999;
513
  font-family: "acumin-pro", sans-serif;
514
  font-weight: 400;
515
  font-style: normal;
516
  font-size: 13px;
517
+ float: right;
518
+
519
+ border: none;
520
+ outline: none;
521
+
522
+ /* margin: 0; Important for vertical align on mobile phones */
523
 
524
  }
525
+ .tab.legends-content{
526
  display: none;
527
  position: absolute;
528
 
 
539
  margin-top: 20px;
540
  color: black;
541
  }
542
+ .tab.legends-content a {
543
  color: black;
544
  padding: 12px 10x;
545
  text-decoration: none;
 
549
  margin-top: 5px;
550
  margin-bottom: 5px;
551
  }
552
+ .tab.legends-content a:hover {background-color: #f1f1f1}
553
 
554
+ .tab.legends{
555
 
556
  font-size: 16px;
557
  border: none;
 
563
  margin: 0; /* Important for vertical align on mobile phones */
564
  /* position: relative; */
565
  }
566
+
567
  #userguidetext{
568
  margin-left: 20px;
569
  margin-right: 20px;
 
597
  0% { transform: rotate(0deg); }
598
  100% { transform: rotate(360deg); }
599
  }
600
+ /********************************************************************/
601
+ /* Style the tab */
602
+ .tab {
603
+ overflow: hidden;
604
+ /* border: 1px solid black; */
605
+ background-color:black;
606
+ font-family: "acumin-pro", sans-serif;
607
+ }
608
+ .tab .dropbtn{
609
+ float:right
610
+ }
611
+ .tablinks{
612
+ color:white;
613
+ font-size: 18px;
614
+ }
615
+ /* Style the buttons that are used to open the tab content */
616
+ .tab button {
617
+ background-color: inherit;
618
+ float: left;
619
+ border: none;
620
+ outline: none;
621
+ cursor: pointer;
622
+ padding: 14px 16px;
623
+ transition: 0.3s;
624
+ }
625
+
626
+ /* Change background color of buttons on hover */
627
+ .tab button:hover {
628
+ background-color: rgb(0, 60, 255);
629
+ }
630
+
631
+ /* Create an active/current tablink class */
632
+ .tab button.active {
633
+ background-color: rgb(0, 60, 255);
634
+ }
635
+
636
+ /* Style the tab content */
637
+ .tabcontent {
638
+ display: none;
639
+ /* padding: 6px 12px; */
640
+ /* border: 1px solid #ccc; */
641
+ border-top: none;
642
+
643
+ }
644
+ #createdTimeDiv{
645
+ vertical-align: top;
646
+ display: inline-block;
647
+ }
648
+ /* #allprjdiv{
649
+ margin-top: -10px;
650
+ } */
651
+ #prjname, #prjpart, #prjsec{
652
+ font-size: 15px;
653
+ font-family: "acumin-pro", sans-serif;
654
+ margin-bottom: 10px;
655
+ margin-left: 5px;
656
+ cursor: pointer;
657
+ font-weight: bold;
658
+
659
+
660
+ }
661
+ .legendtime{
662
+ margin-left: 54%;
663
+
664
+ }
665
+ .legendtime .EditTime{
666
+ margin-left: 90px;
667
+ }
668
+ #legendtimediv{
669
+ margin-left: 17%;
670
+ display: inline-block;
671
+ /* float: right; */
672
+ /* position: absolute; */
673
+
674
+ }
675
+
676
+ #legendtimediv:before {
677
+ content: '';
678
+ width: 10%;
679
+ min-width: 100px;
680
+ max-width: 200px;
681
+ display: inline-block;
682
+ }
683
+ #legendmodtime{
684
+ margin-left: 50px;
685
+ }
686
+ #legendmodtime:hover , #legendtime:hover , #legend:hover{
687
+ cursor: pointer;
688
+ }
689
+ #legendlbldivwhole:hover{
690
+ background-color: lightblue;
691
+ cursor: pointer;
692
+ font-family: "acumin-pro", sans-serif;
693
+
694
+ }
695
+ #legendlbldivwhole{
696
+ font-family: "acumin-pro", sans-serif;
697
+ }
698
+ .legendclass{
699
+ color: blue;
700
+ text-decoration-line: underline;
701
+ max-width: 40ch;
702
+ width:40ch;
703
+ word-wrap: break-word;
704
+ }
705
+ .infotip{
706
+ justify-content: center;
707
+ font-family: "acumin-pro", sans-serif;
708
+ color:red;
709
+ }
710
+ #CreatesortDesc , #EditsortDesc , #CreatesortAsc, #EditsortAsc{
711
+ margin-top: 5px;
712
+ }
713
+ #CreatesortDesc:hover , #EditsortDesc:hover , #CreatesortAsc:hover, #EditsortAsc:hover{
714
+ color:gray;
715
+ cursor: pointer;
716
+ }