@@ -331,11 +331,7 @@ input[type=checkbox] label{
331
331
}
332
332
333
333
.badge1 {
334
- /* background-color: rgba(160, 235, 255, 0.80); TEST 04-24-23
335
- border: 1px solid rgb(160, 235, 255); TEST 04-24-23 */
336
- background-color : rgba ( 250 , 250 , 250 , 98 ); /* TEST 04-24-23 */
337
- /* background-color: rgba(233, 233, 233);
338
- border: 1px solid rgb(233, 233, 233); */
334
+ background-color : rgba ( 250 , 250 , 250 , 98 );
339
335
box-shadow : inset 0px 0px 3px rgba (174 , 174 , 174 , 0.5 );
340
336
color : rgb (0 , 0 , 0 ) !important ;
341
337
inline-size : 100px ;
@@ -353,10 +349,7 @@ input[type=checkbox] label{
353
349
}
354
350
355
351
.badge2 {
356
- /* background-color:rgba(0, 199, 253, 0.80); /* TEST 04-24-23 */
357
- /* border: 1px solid rgb(0, 199, 253); TEST 04-24-23 */
358
- background-color : rgba (233 , 233 , 233 , 91 ); /* TEST 04-24-23 */
359
- /* border: .5px solid rgb(174,174,174); */
352
+ background-color : rgba (233 , 233 , 233 , 91 );
360
353
box-shadow : inset 0px 0px 3px rgba (174 , 174 , 174 , 0.5 );
361
354
color : rgb (0 , 0 , 0 ) !important ;
362
355
font-size : 14px !important ;
@@ -371,12 +364,9 @@ input[type=checkbox] label{
371
364
}
372
365
373
366
.badge3 {
374
- /* background-color:rgba(0, 84, 174, 0.80); TEST 04-24-23
375
- border: 1px solid rgb(0, 84, 174); TEST 04-24-23 */
376
- background-color : rgba (207 , 207 , 207 , 81 ); /* TEST 04-24-23 */
367
+ background-color : rgba (207 , 207 , 207 , 81 );
377
368
color : rgb (0 , 0 , 0 ) !important ;
378
369
box-shadow : inset 0px 0px 3px rgba (174 , 174 , 174 , 0.5 );
379
- /* color: rgb(255, 255, 255) !important; */
380
370
font-size : 14px !important ;
381
371
font-family : var (--bs-header-font-family );
382
372
font-weight : bold;
@@ -394,52 +384,51 @@ input[type=checkbox] label{
394
384
border : 1px solid rgb (0 , 199 , 253 );
395
385
}
396
386
397
-
398
387
.app-title {
399
388
font-family : "IntelOneText" ; /*var(--bs-body-font-family);*/
400
389
font-size : 20px ;
401
390
font-weight : normal;
402
391
font-weight : 400 ;
403
392
color : rgba (255 , 255 , 255 , 100 );
404
- padding : 10 px 0px 15px 20px ;
393
+ padding : 12 px 0px 15px 20px ;
405
394
}
406
395
407
- /* input[type=button] > #nobutton {
408
- /* outline: none !important; */
396
+ input [type = button ] > # nobutton {
397
+ outline : none !important ;
398
+ }
409
399
410
- .app-title button {
411
- padding : 0 ;
400
+ /* disabled 20230718*/
401
+ /* .app-title button{
402
+ padding-top: 0;
412
403
border: none;
413
404
background: none;
414
405
color: rgba(255,255,255,100);
415
406
}
416
407
417
- .app-title button a : hover {
408
+ .app-title a:hover{
418
409
color: rgb(0,199,253) !important;
419
- }
410
+ } */
420
411
421
- # total-records {
412
+ # total-records {
422
413
font-family : "IntelOneText" ; /*var(--bs-body-font-family);*/
423
- font-size : 18px ;
414
+ /* font-size: 18px; */
424
415
font-weight : normal;
425
416
font-weight : 400 ;
426
- color : rgba (255 , 255 , 255 , 100 );
427
- padding : 10px 20px 15px 0px ;
428
417
}
429
418
430
419
.logo {
431
420
background-size : contain;
432
421
}
433
422
434
- .firstrow {
423
+ .grid-row {
435
424
display : flex;
436
- /* flex-grow: 1; */
437
425
grid-template-columns : minmax (30px , 40px ) minmax (30px , 40px ) minmax (30px , 40px );
438
426
background-color : rgb (0 , 84 , 174 );
439
427
width : 100% ;
440
428
text-align : center;
441
- padding : 6px 0px 4px 0px ;
442
- }
429
+ align-items : center;
430
+ padding : 4px 0px 2px 0px ;
431
+ }
443
432
444
433
.col {
445
434
display : flex;
@@ -449,79 +438,46 @@ input[type=checkbox] label{
449
438
align-items : center;
450
439
text-align : center;
451
440
vertical-align : middle;
452
- /* margin-top: 6px;
453
- margin-bottom: 4px; */
454
- /* min-height: 20px; */
455
- /* flex-grow: 1; */
456
- /* padding: 10px; */
457
441
}
458
442
443
+ /* dev only
444
+ /* outline: dotted; outline-color: orangered;*/
445
+
459
446
.col : nth-child (1 ) {
460
447
align-items : flex-start;
461
448
margin-left : 12px ;
462
-
463
449
}
464
450
.col : nth-child (2 ) {
465
451
align-items : flex-start;
452
+ max-width : 10% ;
466
453
}
467
454
468
455
.col : nth-child (3 ) {
469
456
align-items : center;
457
+ min-width : 30% ;
470
458
}
471
459
472
460
.col : nth-child (4 ) {
473
461
align-items : flex-start;
462
+ max-width : 10% ;
474
463
}
475
464
476
465
.col : nth-child (5 ) {
466
+ flex-direction : column;
477
467
align-items : flex-end;
478
- flex-wrap : nowrap;
479
468
margin-right : 12px ;
480
469
}
481
470
482
471
.col-nav-left {
472
+ font-family : "IntelOneText" ; /*var(--bs-body-font-family);*/
473
+ font-size : 18px ;
474
+ font-weight : normal;
475
+ font-weight : 400 ;
483
476
display : flex;
484
477
direction : row;
485
478
overflow : hidden;
486
479
}
487
480
488
-
489
- .col-nav-rght {
490
- display : flex;
491
- direction : row;
492
- overflow : hidden;
493
- }
494
-
495
- /* .col-nav-rght .fa-github {
496
-
497
- } */
498
-
499
- .fa-github {
500
- color : rgba (255 , 255 , 255 , 100 );
501
- position : relative;
502
- /* background-color: transparent; */
503
- /* background-color: #0054AE; */
504
- background-color : transparent;
505
- /* background: transparent; */
506
- position : relative;
507
- border : none;
508
- outline : none;
509
- /* margin-bottom: 10px; */
510
- /* top: 50%;
511
- right: 0;
512
- left: 0;
513
- width: 0px;
514
- background-color: transparent;
515
- border: none;
516
- outline: none;
517
- align-items: left;*/
518
- padding-bottom : 10px ;
519
- }
520
-
521
- .fa-github : hover {
522
- color : rgba (174 , 174 , 174 , 68 );
523
- }
524
-
525
481
.search-container {
526
482
justify-content : center;
527
483
position : relative;
@@ -764,6 +720,19 @@ input:hover {
764
720
transition : background 2s ease-out;
765
721
}
766
722
723
+ .nav-titlebar {
724
+ font-family : var (--bs-header-font-family );
725
+ font-weight : normal;
726
+ font-weight : 400 ;
727
+ font-size : 18px ;
728
+ padding-top : 0.25rem ;
729
+ padding-bottom : 0.25rem ;
730
+ display : flex;
731
+ justify-content : center;
732
+ text-align : center;
733
+ color : rgb (0 , 84 , 174 );
734
+ }
735
+
767
736
.nav-ctrls {
768
737
font-family : var (--bs-header-font-family );
769
738
font-weight : normal;
@@ -840,17 +809,29 @@ input:hover {
840
809
height : 28px ;
841
810
border-radius : 50% ;
842
811
}
843
- .circle-icon {
844
- width : 40px ;
845
- height : 40px ;
846
- background : rgb (0 , 84 , 174 );
847
- border-radius : 50% ;
848
- display : flex;
849
- align-items : center;
850
- justify-content : center;
851
- vertical-align : middle;
852
- margin-left : 8px ;
853
- padding : 20px 0px 10px 0px ;
812
+
813
+ figure {
814
+ display : inline-block;
815
+ padding : 5px 0px 0px 100px ;
816
+ border : none;
817
+ max-width : 250px ;
818
+ margin : auto;
819
+ }
820
+
821
+ img .scaled {
822
+ width : 20% ;
823
+ }
824
+
825
+ figcaption {
826
+ font-family : var (--bs-header-font-family );
827
+ font-weight : 400 ;
828
+ font-size : 18px ;
829
+ border-bottom : none;
830
+ color : rgb (255 , 255 , 255 );
831
+ }
832
+
833
+ figcaption : hover {
834
+ color : rgb (160 , 235 , 255 ) !important ;
854
835
}
855
836
856
837
.badge1-circle {
@@ -945,7 +926,6 @@ input[type=checkbox]:hover {
945
926
box-shadow : inset 0px 0px 3px rgba (128 , 128 , 128 , 0.5 );
946
927
}
947
928
948
-
949
929
input [type = checkbox ]: after {
950
930
top : 10px ;
951
931
left : 10px ;
@@ -1132,7 +1112,12 @@ ul.help li {
1132
1112
1133
1113
a {
1134
1114
text-decoration : none !important ;
1135
- color : rgb (255 , 255 , 255 ) !important ;
1115
+ /* color: rgb(255,255,255) !important; */
1116
+ color : rgb (0 , 84 , 174 ) !important ;
1117
+ }
1118
+
1119
+ a : hover {
1120
+ color : rgb (0 , 199 , 253 ) !important ;
1136
1121
}
1137
1122
1138
1123
# trademarks {
0 commit comments