j1-template 2022.0.0 → 2022.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +3 -3
  3. data/assets/data/banner.html +1 -13
  4. data/assets/data/cookieconsent.html +9 -9
  5. data/assets/data/fab.html +2 -1
  6. data/assets/data/panel.html +6 -6
  7. data/assets/data/translator.html +8 -8
  8. data/assets/themes/j1/adapter/js/fab.js +7 -5
  9. data/assets/themes/j1/adapter/js/j1.js +34 -26
  10. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +150 -103
  11. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +2 -2
  12. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +283 -520
  13. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +3 -3
  14. data/assets/themes/j1/core/js/template.js +14 -5
  15. data/assets/themes/j1/core/js/template.min.js +1 -1
  16. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  17. data/assets/themes/j1/modules/materialize/js/tapTarget.jQuery.js +187 -187
  18. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +278 -0
  19. data/lib/j1/version.rb +1 -1
  20. data/lib/starter_web/Gemfile +1 -1
  21. data/lib/starter_web/_config.yml +1 -1
  22. data/lib/starter_web/_data/blocks/banner.yml +59 -71
  23. data/lib/starter_web/_data/blocks/panel.yml +169 -71
  24. data/lib/starter_web/_data/layouts/default.yml +1 -1
  25. data/lib/starter_web/_data/layouts/home.yml +4 -24
  26. data/lib/starter_web/_data/resources.yml +2 -2
  27. data/lib/starter_web/_includes/attributes.asciidoc +74 -75
  28. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  29. data/lib/starter_web/package.json +1 -1
  30. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +21 -0
  31. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  32. data/lib/starter_web/utilsrv/package.json +1 -1
  33. metadata +3 -4
  34. data/lib/starter_web/_data/blocks/defaults/panel.1.yml +0 -256
  35. data/lib/starter_web/_data/blocks/defaults/panel.2.yml +0 -250
@@ -117,8 +117,8 @@
117
117
  --bs-dark-rgb: 33, 33, 33;
118
118
  --bs-white-rgb: 255, 255, 255;
119
119
  --bs-black-rgb: 0, 0, 0;
120
- --bs-body-color-rgb: 245, 245, 245;
121
- --bs-body-bg-rgb: 255, 255, 255;
120
+ --bs-body-color-rgb: 224, 224, 224;
121
+ --bs-body-bg-rgb: 66, 66, 66;
122
122
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
123
123
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
124
124
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
@@ -126,8 +126,8 @@
126
126
  --bs-body-font-size: 0.9375rem;
127
127
  --bs-body-font-weight: 400;
128
128
  --bs-body-line-height: 1.5;
129
- --bs-body-color: #f5f5f5;
130
- --bs-body-bg: #fff; }
129
+ --bs-body-color: #e0e0e0;
130
+ --bs-body-bg: #424242; }
131
131
 
132
132
  *,
133
133
  *::before,
@@ -262,10 +262,10 @@ sup {
262
262
  top: -.5em; }
263
263
 
264
264
  a {
265
- color: #fff;
265
+ color: #2196f3;
266
266
  text-decoration: underline; }
267
267
  a:hover {
268
- color: #cccccc; }
268
+ color: #1a78c2; }
269
269
 
270
270
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
271
271
  color: inherit;
@@ -324,7 +324,7 @@ table {
324
324
  caption {
325
325
  padding-top: 0.5rem;
326
326
  padding-bottom: 0.5rem;
327
- color: #757575;
327
+ color: #bdbdbd;
328
328
  text-align: left; }
329
329
 
330
330
  th {
@@ -554,7 +554,7 @@ progress {
554
554
 
555
555
  .img-thumbnail {
556
556
  padding: 0.25rem;
557
- background-color: #fff;
557
+ background-color: #424242;
558
558
  border: 1px solid #e0e0e0;
559
559
  border-radius: 0.25rem;
560
560
  max-width: 100%;
@@ -1599,7 +1599,7 @@ progress {
1599
1599
  .form-text {
1600
1600
  margin-top: 0.25rem;
1601
1601
  font-size: 0.875em;
1602
- color: #757575; }
1602
+ color: #bdbdbd; }
1603
1603
 
1604
1604
  .form-control {
1605
1605
  display: block;
@@ -1608,8 +1608,8 @@ progress {
1608
1608
  font-size: 0.9375rem;
1609
1609
  font-weight: 400;
1610
1610
  line-height: 1.5;
1611
- color: #f5f5f5;
1612
- background-color: #fff;
1611
+ color: #e0e0e0;
1612
+ background-color: #424242;
1613
1613
  background-clip: padding-box;
1614
1614
  border: 1px solid #bdbdbd;
1615
1615
  appearance: none;
@@ -1623,8 +1623,8 @@ progress {
1623
1623
  .form-control[type="file"]:not(:disabled):not([readonly]) {
1624
1624
  cursor: pointer; }
1625
1625
  .form-control:focus {
1626
- color: #f5f5f5;
1627
- background-color: #fff;
1626
+ color: #e0e0e0;
1627
+ background-color: #424242;
1628
1628
  border-color: #90cbf9;
1629
1629
  outline: 0;
1630
1630
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
@@ -1640,7 +1640,7 @@ progress {
1640
1640
  padding: 0.75rem 1rem;
1641
1641
  margin: -0.75rem -1rem;
1642
1642
  margin-inline-end: 1rem;
1643
- color: #f5f5f5;
1643
+ color: #e0e0e0;
1644
1644
  background-color: #eee;
1645
1645
  pointer-events: none;
1646
1646
  border-color: inherit;
@@ -1658,7 +1658,7 @@ progress {
1658
1658
  padding: 0.75rem 1rem;
1659
1659
  margin: -0.75rem -1rem;
1660
1660
  margin-inline-end: 1rem;
1661
- color: #f5f5f5;
1661
+ color: #e0e0e0;
1662
1662
  background-color: #eee;
1663
1663
  pointer-events: none;
1664
1664
  border-color: inherit;
@@ -1679,7 +1679,7 @@ progress {
1679
1679
  padding: 0.75rem 0;
1680
1680
  margin-bottom: 0;
1681
1681
  line-height: 1.5;
1682
- color: #f5f5f5;
1682
+ color: #e0e0e0;
1683
1683
  background-color: transparent;
1684
1684
  border: solid transparent;
1685
1685
  border-width: 1px 0; }
@@ -1745,8 +1745,8 @@ textarea.form-control-lg {
1745
1745
  font-size: 0.9375rem;
1746
1746
  font-weight: 400;
1747
1747
  line-height: 1.5;
1748
- color: #f5f5f5;
1749
- background-color: #fff;
1748
+ color: #e0e0e0;
1749
+ background-color: #424242;
1750
1750
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
1751
1751
  background-repeat: no-repeat;
1752
1752
  background-position: right 1rem center;
@@ -1769,7 +1769,7 @@ textarea.form-control-lg {
1769
1769
  background-color: #eee; }
1770
1770
  .form-select:-moz-focusring {
1771
1771
  color: transparent;
1772
- text-shadow: 0 0 0 #f5f5f5; }
1772
+ text-shadow: 0 0 0 #e0e0e0; }
1773
1773
 
1774
1774
  .form-select-sm {
1775
1775
  padding-top: 0.25rem;
@@ -1799,7 +1799,7 @@ textarea.form-control-lg {
1799
1799
  height: 1em;
1800
1800
  margin-top: 0.25em;
1801
1801
  vertical-align: top;
1802
- background-color: #fff;
1802
+ background-color: #424242;
1803
1803
  background-repeat: no-repeat;
1804
1804
  background-position: center;
1805
1805
  background-size: contain;
@@ -1874,9 +1874,9 @@ textarea.form-control-lg {
1874
1874
  .form-range:focus {
1875
1875
  outline: 0; }
1876
1876
  .form-range:focus::-webkit-slider-thumb {
1877
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
1877
+ box-shadow: 0 0 0 1px #424242, 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
1878
1878
  .form-range:focus::-moz-range-thumb {
1879
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
1879
+ box-shadow: 0 0 0 1px #424242, 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
1880
1880
  .form-range::-moz-focus-outer {
1881
1881
  border: 0; }
1882
1882
  .form-range::-webkit-slider-thumb {
@@ -1998,7 +1998,7 @@ textarea.form-control-lg {
1998
1998
  font-size: 0.9375rem;
1999
1999
  font-weight: 400;
2000
2000
  line-height: 1.5;
2001
- color: #f5f5f5;
2001
+ color: #e0e0e0;
2002
2002
  text-align: center;
2003
2003
  white-space: nowrap;
2004
2004
  background-color: #eee;
@@ -2190,7 +2190,7 @@ textarea.form-control-lg {
2190
2190
  display: inline-block;
2191
2191
  font-weight: 400;
2192
2192
  line-height: 1.5;
2193
- color: #f5f5f5;
2193
+ color: #e0e0e0;
2194
2194
  text-align: center;
2195
2195
  text-decoration: none;
2196
2196
  vertical-align: middle;
@@ -2206,7 +2206,7 @@ textarea.form-control-lg {
2206
2206
  .btn {
2207
2207
  transition: none; } }
2208
2208
  .btn:hover {
2209
- color: #f5f5f5; }
2209
+ color: #e0e0e0; }
2210
2210
  .btn-check:focus + .btn, .btn:focus {
2211
2211
  outline: 0;
2212
2212
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
@@ -2609,10 +2609,10 @@ textarea.form-control-lg {
2609
2609
 
2610
2610
  .btn-link {
2611
2611
  font-weight: 400;
2612
- color: #fff;
2612
+ color: #2196f3;
2613
2613
  text-decoration: underline; }
2614
2614
  .btn-link:hover {
2615
- color: #cccccc; }
2615
+ color: #1a78c2; }
2616
2616
  .btn-link:disabled, .btn-link.disabled {
2617
2617
  color: #757575; }
2618
2618
 
@@ -2680,7 +2680,7 @@ textarea.form-control-lg {
2680
2680
  padding: 0.5rem 0;
2681
2681
  margin: 0;
2682
2682
  font-size: 0.9375rem;
2683
- color: #f5f5f5;
2683
+ color: #e0e0e0;
2684
2684
  text-align: left;
2685
2685
  list-style: none;
2686
2686
  background-color: #424242;
@@ -2849,7 +2849,7 @@ textarea.form-control-lg {
2849
2849
  padding: 0.25rem 1rem;
2850
2850
  clear: both;
2851
2851
  font-weight: 400;
2852
- color: #f5f5f5;
2852
+ color: #e0e0e0;
2853
2853
  text-align: inherit;
2854
2854
  text-decoration: none;
2855
2855
  white-space: nowrap;
@@ -2857,11 +2857,11 @@ textarea.form-control-lg {
2857
2857
  border: 0; }
2858
2858
  .dropdown-item:hover, .dropdown-item:focus {
2859
2859
  color: #fff;
2860
- background-color: #fff; }
2860
+ background-color: #424242; }
2861
2861
  .dropdown-item.active, .dropdown-item:active {
2862
2862
  color: #fff;
2863
2863
  text-decoration: none;
2864
- background-color: #fff; }
2864
+ background-color: #424242; }
2865
2865
  .dropdown-item.disabled, .dropdown-item:disabled {
2866
2866
  color: #9e9e9e;
2867
2867
  pointer-events: none;
@@ -2881,7 +2881,7 @@ textarea.form-control-lg {
2881
2881
  .dropdown-item-text {
2882
2882
  display: block;
2883
2883
  padding: 0.25rem 1rem;
2884
- color: #f5f5f5; }
2884
+ color: #e0e0e0; }
2885
2885
 
2886
2886
  .dropdown-menu-dark {
2887
2887
  color: #e0e0e0;
@@ -2894,7 +2894,7 @@ textarea.form-control-lg {
2894
2894
  background-color: rgba(255, 255, 255, 0.15); }
2895
2895
  .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
2896
2896
  color: #fff;
2897
- background-color: #fff; }
2897
+ background-color: #424242; }
2898
2898
  .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
2899
2899
  color: #9e9e9e; }
2900
2900
  .dropdown-menu-dark .dropdown-divider {
@@ -2996,14 +2996,14 @@ textarea.form-control-lg {
2996
2996
  .nav-link {
2997
2997
  display: block;
2998
2998
  padding: 0.5rem 1rem;
2999
- color: #fff;
2999
+ color: #2196f3;
3000
3000
  text-decoration: none;
3001
3001
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
3002
3002
  @media (prefers-reduced-motion: reduce) {
3003
3003
  .nav-link {
3004
3004
  transition: none; } }
3005
3005
  .nav-link:hover, .nav-link:focus {
3006
- color: #cccccc; }
3006
+ color: #1a78c2; }
3007
3007
  .nav-link.disabled {
3008
3008
  color: #757575;
3009
3009
  pointer-events: none;
@@ -3027,7 +3027,7 @@ textarea.form-control-lg {
3027
3027
  .nav-tabs .nav-link.active,
3028
3028
  .nav-tabs .nav-item.show .nav-link {
3029
3029
  color: #fff;
3030
- background-color: #fff;
3030
+ background-color: #424242;
3031
3031
  border-color: rgba(0, 0, 0, 0.6); }
3032
3032
  .nav-tabs .dropdown-menu {
3033
3033
  margin-top: -1px;
@@ -3457,7 +3457,7 @@ textarea.form-control-lg {
3457
3457
  flex-direction: column;
3458
3458
  min-width: 0;
3459
3459
  word-wrap: break-word;
3460
- background-color: white;
3460
+ background-color: #4f4f4f;
3461
3461
  background-clip: border-box;
3462
3462
  border: 1px solid rgba(0, 0, 0, 0.6);
3463
3463
  border-radius: 0.25rem; }
@@ -3516,6 +3516,9 @@ textarea.form-control-lg {
3516
3516
  margin-bottom: -0.5rem;
3517
3517
  margin-left: -0.5rem;
3518
3518
  border-bottom: 0; }
3519
+ .card-header-tabs .nav-link.active {
3520
+ background-color: #4f4f4f;
3521
+ border-bottom-color: #4f4f4f; }
3519
3522
 
3520
3523
  .card-header-pills {
3521
3524
  margin-right: -0.5rem;
@@ -3584,9 +3587,9 @@ textarea.form-control-lg {
3584
3587
  width: 100%;
3585
3588
  padding: 1rem 1.25rem;
3586
3589
  font-size: 0.9375rem;
3587
- color: #f5f5f5;
3590
+ color: #e0e0e0;
3588
3591
  text-align: left;
3589
- background-color: #fff;
3592
+ background-color: #424242;
3590
3593
  border: 0;
3591
3594
  border-radius: 0;
3592
3595
  overflow-anchor: none;
@@ -3607,7 +3610,7 @@ textarea.form-control-lg {
3607
3610
  height: 1.25rem;
3608
3611
  margin-left: auto;
3609
3612
  content: "";
3610
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5f5f5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
3613
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e0e0e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
3611
3614
  background-repeat: no-repeat;
3612
3615
  background-size: 1.25rem;
3613
3616
  transition: transform 0.2s ease-in-out; }
@@ -3626,7 +3629,7 @@ textarea.form-control-lg {
3626
3629
  margin-bottom: 0; }
3627
3630
 
3628
3631
  .accordion-item {
3629
- background-color: #fff;
3632
+ background-color: #424242;
3630
3633
  border: 1px solid rgba(0, 0, 0, 0.125); }
3631
3634
  .accordion-item:first-of-type {
3632
3635
  border-top-left-radius: 0.25rem;
@@ -3704,7 +3707,7 @@ textarea.form-control-lg {
3704
3707
  border-color: rgba(0, 0, 0, 0.6); }
3705
3708
  .page-link:focus {
3706
3709
  z-index: 3;
3707
- color: #cccccc;
3710
+ color: #1a78c2;
3708
3711
  background-color: #eee;
3709
3712
  outline: 0;
3710
3713
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); }
@@ -3913,9 +3916,9 @@ textarea.form-control-lg {
3913
3916
  z-index: 1;
3914
3917
  color: #fff;
3915
3918
  text-decoration: none;
3916
- background-color: white; }
3919
+ background-color: #5c5c5c; }
3917
3920
  .list-group-item-action:active {
3918
- color: #f5f5f5;
3921
+ color: #e0e0e0;
3919
3922
  background-color: #eee; }
3920
3923
 
3921
3924
  .list-group-item {
@@ -3924,7 +3927,7 @@ textarea.form-control-lg {
3924
3927
  padding: 0.5rem 1rem;
3925
3928
  color: #212121;
3926
3929
  text-decoration: none;
3927
- background-color: white;
3930
+ background-color: #4f4f4f;
3928
3931
  border: 1px solid rgba(0, 0, 0, 0.6); }
3929
3932
  .list-group-item:first-child {
3930
3933
  border-top-left-radius: inherit;
@@ -3935,11 +3938,11 @@ textarea.form-control-lg {
3935
3938
  .list-group-item.disabled, .list-group-item:disabled {
3936
3939
  color: #616161;
3937
3940
  pointer-events: none;
3938
- background-color: white; }
3941
+ background-color: #4f4f4f; }
3939
3942
  .list-group-item.active {
3940
3943
  z-index: 2;
3941
3944
  color: #fff;
3942
- background-color: white;
3945
+ background-color: #5c5c5c;
3943
3946
  border-color: rgba(0, 0, 0, 0.6); }
3944
3947
  .list-group-item + .list-group-item {
3945
3948
  border-top-width: 0; }
@@ -4180,7 +4183,7 @@ textarea.form-control-lg {
4180
4183
  max-width: 100%;
4181
4184
  font-size: 0.875rem;
4182
4185
  pointer-events: auto;
4183
- background-color: white;
4186
+ background-color: #4f4f4f;
4184
4187
  background-clip: padding-box;
4185
4188
  border: 1px solid rgba(0, 0, 0, 0.2);
4186
4189
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
@@ -4201,8 +4204,8 @@ textarea.form-control-lg {
4201
4204
  display: flex;
4202
4205
  align-items: center;
4203
4206
  padding: 0.5rem 0.75rem;
4204
- color: #f5f5f5;
4205
- background-color: white;
4207
+ color: #e0e0e0;
4208
+ background-color: #4f4f4f;
4206
4209
  background-clip: padding-box;
4207
4210
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
4208
4211
  border-top-left-radius: calc(0.25rem - 1px);
@@ -4262,7 +4265,7 @@ textarea.form-control-lg {
4262
4265
  flex-direction: column;
4263
4266
  width: 100%;
4264
4267
  pointer-events: auto;
4265
- background-color: white;
4268
+ background-color: #4f4f4f;
4266
4269
  background-clip: padding-box;
4267
4270
  border: 1px solid rgba(0, 0, 0, 0.2);
4268
4271
  border-radius: 0.3rem;
@@ -4543,7 +4546,7 @@ textarea.form-control-lg {
4543
4546
  line-break: auto;
4544
4547
  font-size: 0.82031rem;
4545
4548
  word-wrap: break-word;
4546
- background-color: white;
4549
+ background-color: #4f4f4f;
4547
4550
  background-clip: padding-box;
4548
4551
  border: 1px solid rgba(0, 0, 0, 0.2);
4549
4552
  border-radius: 0.3rem; }
@@ -4568,7 +4571,7 @@ textarea.form-control-lg {
4568
4571
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
4569
4572
  bottom: 1px;
4570
4573
  border-width: 0.5rem 0.5rem 0;
4571
- border-top-color: white; }
4574
+ border-top-color: #4f4f4f; }
4572
4575
 
4573
4576
  .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
4574
4577
  left: calc(-0.5rem - 1px);
@@ -4581,7 +4584,7 @@ textarea.form-control-lg {
4581
4584
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
4582
4585
  left: 1px;
4583
4586
  border-width: 0.5rem 0.5rem 0.5rem 0;
4584
- border-right-color: white; }
4587
+ border-right-color: #4f4f4f; }
4585
4588
 
4586
4589
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
4587
4590
  top: calc(-0.5rem - 1px); }
@@ -4592,7 +4595,7 @@ textarea.form-control-lg {
4592
4595
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
4593
4596
  top: 1px;
4594
4597
  border-width: 0 0.5rem 0.5rem 0.5rem;
4595
- border-bottom-color: white; }
4598
+ border-bottom-color: #4f4f4f; }
4596
4599
 
4597
4600
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
4598
4601
  position: absolute;
@@ -4602,7 +4605,7 @@ textarea.form-control-lg {
4602
4605
  width: 1rem;
4603
4606
  margin-left: -0.5rem;
4604
4607
  content: "";
4605
- border-bottom: 1px solid #f0f0f0; }
4608
+ border-bottom: 1px solid #4a4a4a; }
4606
4609
 
4607
4610
  .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
4608
4611
  right: calc(-0.5rem - 1px);
@@ -4615,13 +4618,13 @@ textarea.form-control-lg {
4615
4618
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
4616
4619
  right: 1px;
4617
4620
  border-width: 0.5rem 0 0.5rem 0.5rem;
4618
- border-left-color: white; }
4621
+ border-left-color: #4f4f4f; }
4619
4622
 
4620
4623
  .popover-header {
4621
4624
  padding: 0.5rem 1rem;
4622
4625
  margin-bottom: 0;
4623
4626
  font-size: 0.9375rem;
4624
- background-color: #f0f0f0;
4627
+ background-color: #4a4a4a;
4625
4628
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
4626
4629
  border-top-left-radius: calc(0.3rem - 1px);
4627
4630
  border-top-right-radius: calc(0.3rem - 1px); }
@@ -4630,7 +4633,7 @@ textarea.form-control-lg {
4630
4633
 
4631
4634
  .popover-body {
4632
4635
  padding: 1rem 1rem;
4633
- color: #f5f5f5; }
4636
+ color: #e0e0e0; }
4634
4637
 
4635
4638
  .carousel {
4636
4639
  position: relative; }
@@ -4862,7 +4865,7 @@ textarea.form-control-lg {
4862
4865
  flex-direction: column;
4863
4866
  max-width: 100%;
4864
4867
  visibility: hidden;
4865
- background-color: white;
4868
+ background-color: #4f4f4f;
4866
4869
  background-clip: padding-box;
4867
4870
  outline: 0;
4868
4871
  transition: transform 0.3s ease-in-out; }
@@ -6000,7 +6003,7 @@ textarea.form-control-lg {
6000
6003
 
6001
6004
  .text-muted {
6002
6005
  --bs-text-opacity: 1;
6003
- color: #757575 !important; }
6006
+ color: #bdbdbd !important; }
6004
6007
 
6005
6008
  .text-black-50 {
6006
6009
  --bs-text-opacity: 1;
@@ -7940,7 +7943,7 @@ textarea.form-control-lg {
7940
7943
  .alert-light,
7941
7944
  .alert-light a:not(.btn),
7942
7945
  .alert-light .alert-link {
7943
- color: #fff; }
7946
+ color: #424242; }
7944
7947
 
7945
7948
  /*
7946
7949
  # -----------------------------------------------------------------------------
@@ -7993,14 +7996,11 @@ textarea.form-control-lg {
7993
7996
  */
7994
7997
  .btn {
7995
7998
  color: #bdbdbd !important;
7996
- border-color: rgba(0, 0, 0, 0.6) !important;
7997
7999
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
7998
8000
  .btn:not([disabled]):not(.disabled).active, .btn.disabled {
7999
- border-color: rgba(0, 0, 0, 0.6) !important;
8000
8001
  box-shadow: none; }
8001
8002
  .btn:hover, .btn:focus, .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled):active:hover, .btn:not([disabled]):not(.disabled).active:hover {
8002
- color: #757575 !important;
8003
- border-color: rgba(0, 0, 0, 0.6) !important; }
8003
+ color: #e0e0e0 !important; }
8004
8004
 
8005
8005
  .btn-primary.btn-raised {
8006
8006
  background-color: #212121 !important;
@@ -8051,14 +8051,17 @@ textarea.form-control-lg {
8051
8051
  .btn-outline.btn-raised-primary {
8052
8052
  color: #f5f5f5 !important; }
8053
8053
 
8054
- .btn-link,
8055
- .btn-link:hover {
8054
+ .btn-link {
8055
+ color: #616161 !important;
8056
8056
  border-color: transparent; }
8057
8057
 
8058
8058
  .btn-group .btn.active,
8059
8059
  .btn-group-vertical .btn.active {
8060
8060
  border-color: rgba(0, 0, 0, 0.6) !important; }
8061
8061
 
8062
+ .btn-check:focus + .btn, .btn:focus {
8063
+ box-shadow: unset; }
8064
+
8062
8065
  /*
8063
8066
  # -----------------------------------------------------------------------------
8064
8067
  # ~/100_template_css/scss/theme_uno_dark/bootstrap/_cards.scss
@@ -8078,7 +8081,7 @@ textarea.form-control-lg {
8078
8081
  .card .card-header {
8079
8082
  border-bottom: 0; }
8080
8083
  .card .card-footer {
8081
- background-color: transparent !important;
8084
+ background-color: rgba(255, 255, 255, 0.4) !important;
8082
8085
  border-top: 1px dotted rgba(0, 0, 0, 0.7); }
8083
8086
  .card hr {
8084
8087
  border-top: 1px solid #757575 !important; }
@@ -8137,28 +8140,12 @@ legend {
8137
8140
 
8138
8141
  .form-control,
8139
8142
  .form-control:focus {
8140
- background-color: #e0e0e0; }
8143
+ background-color: #42a5f5; }
8141
8144
 
8142
8145
  select.form-control[size],
8143
8146
  select.form-control[multiple] {
8144
8147
  overflow-y: hidden; }
8145
8148
 
8146
- /*
8147
- # -----------------------------------------------------------------------------
8148
- # ~/100_template_css/scss/theme_uno_dark/bootstrap/_jumbotron.scss
8149
- #
8150
- # Product/Info:
8151
- # https://jekyll.one
8152
- #
8153
- # Copyright (C) 2021 Juergen Adams
8154
- #
8155
- # J1 Template is licensed under the MIT License.
8156
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
8157
- # -----------------------------------------------------------------------------
8158
- */
8159
- .jumbotron {
8160
- border: 1px solid rgba(0, 0, 0, 0.6); }
8161
-
8162
8149
  /*
8163
8150
  # -----------------------------------------------------------------------------
8164
8151
  # ~/scss/theme_uno/bootstrap/_links.scss
@@ -8174,15 +8161,10 @@ select.form-control[multiple] {
8174
8161
  # -----------------------------------------------------------------------------
8175
8162
  */
8176
8163
  a {
8177
- color: #2196f3;
8178
- font-weight: 500 !important; }
8164
+ color: #9e9e9e !important; }
8179
8165
 
8180
8166
  a:hover {
8181
- color: #bdbdbd !important; }
8182
-
8183
- li > a:hover {
8184
- color: #bdbdbd !important;
8185
- font-weight: 500 !important; }
8167
+ color: #e0e0e0 !important; }
8186
8168
 
8187
8169
  /*
8188
8170
  # -----------------------------------------------------------------------------
@@ -8367,7 +8349,7 @@ li > a:hover {
8367
8349
 
8368
8350
  /*
8369
8351
  # -----------------------------------------------------------------------------
8370
- # ~/100_template_css/scss/theme_uno_dark/_reboot.scss
8352
+ # ~/100_template_css/scss/theme_uno_dark/bootstrap/_tables.scss
8371
8353
  #
8372
8354
  # Product/Info:
8373
8355
  # https://jekyll.one
@@ -8378,16 +8360,78 @@ li > a:hover {
8378
8360
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
8379
8361
  # -----------------------------------------------------------------------------
8380
8362
  */
8381
- body {
8382
- font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
8383
- font-weight: 400;
8384
- color: #bdbdbd; }
8363
+ table.frame-all {
8364
+ border-left: 1px solid #424242 !important; }
8365
+
8366
+ table tr th, table tr td {
8367
+ border-right: 1px solid #424242 !important;
8368
+ border-bottom: 1px solid #424242 !important; }
8369
+
8370
+ table thead, table tfoot {
8371
+ background: #1976d2; }
8385
8372
 
8386
- a:focus {
8387
- outline: none; }
8373
+ table {
8374
+ background: #bdbdbd; }
8375
+
8376
+ table tr.even, table tr.alt, table tr:nth-of-type(even) {
8377
+ background: rgba(0, 0, 0, 0.1) !important; }
8378
+
8379
+ .table-primary, .table-secondary, .table-success, .table-info, .table-warning, .table-danger {
8380
+ color: #fff; }
8381
+
8382
+ .table-primary, .table-primary > th, .table-primary > td {
8383
+ background-color: #2196f3; }
8384
+
8385
+ .table-secondary, .table-secondary > th, .table-secondary > td {
8386
+ background-color: #757575; }
8387
+
8388
+ .table-light, .table-light > th, .table-light > td {
8389
+ background-color: #f5f5f5; }
8390
+
8391
+ .table-dark, .table-dark > th, .table-dark > td {
8392
+ background-color: #212121; }
8393
+
8394
+ .table-success, .table-success > th, .table-success > td {
8395
+ background-color: #4caf50; }
8396
+
8397
+ .table-info, .table-info > th, .table-info > td {
8398
+ background-color: #00bcd4; }
8399
+
8400
+ .table-danger, .table-danger > th, .table-danger > td {
8401
+ background-color: #f44336; }
8402
+
8403
+ .table-warning, .table-warning > th, .table-warning > td {
8404
+ background-color: #fbc02d; }
8388
8405
 
8389
- button:focus {
8390
- outline: none; }
8406
+ .table-active, .table-active > th, .table-active > td {
8407
+ background-color: rgba(0, 0, 0, 0.1); }
8408
+
8409
+ .table-hover .table-primary:hover, .table-hover .table-primary:hover > th, .table-hover .table-primary:hover > td {
8410
+ background-color: #0d8aee; }
8411
+
8412
+ .table-hover .table-secondary:hover, .table-hover .table-secondary:hover > th, .table-hover .table-secondary:hover > td {
8413
+ background-color: #686868; }
8414
+
8415
+ .table-hover .table-light:hover, .table-hover .table-light:hover > th, .table-hover .table-light:hover > td {
8416
+ background-color: #e8e8e8; }
8417
+
8418
+ .table-hover .table-dark:hover, .table-hover .table-dark:hover > th, .table-hover .table-dark:hover > td {
8419
+ background-color: #141414; }
8420
+
8421
+ .table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
8422
+ background-color: #449d48; }
8423
+
8424
+ .table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
8425
+ background-color: #00a5bb; }
8426
+
8427
+ .table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
8428
+ background-color: #f32c1e; }
8429
+
8430
+ .table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
8431
+ background-color: #fbb814; }
8432
+
8433
+ .table-hover .table-active:hover, .table-hover .table-active:hover > th, .table-hover .table-active:hover > td {
8434
+ background-color: rgba(0, 0, 0, 0.1); }
8391
8435
 
8392
8436
  /*
8393
8437
  // -----------------------------------------------------------------------------
@@ -8527,7 +8571,10 @@ button:focus {
8527
8571
  # -----------------------------------------------------------------------------
8528
8572
  */
8529
8573
  .tagbox {
8530
- background: #fff; }
8574
+ background: #424242; }
8575
+
8576
+ .tag__cloud ul li a:hover {
8577
+ background-color: rgba(0, 0, 0, 0.3) !important; }
8531
8578
 
8532
8579
  /*
8533
8580
  # -----------------------------------------------------------------------------