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
@@ -84,10 +84,6 @@
84
84
  # Issue seen 2019-03-10 after reset!
85
85
  # -----------------------------------------------------------------------------
86
86
  */
87
- .card, .card .card-body, .card.card-title {
88
- font-size: .875rem;
89
- font-weight: normal; }
90
-
91
87
  /*!
92
88
  * Bootstrap v5.1.3 (https://getbootstrap.com/)
93
89
  * Copyright 2011-2021 The Bootstrap Authors
@@ -135,7 +131,7 @@
135
131
  --bs-dark-rgb: 33, 33, 33;
136
132
  --bs-white-rgb: 255, 255, 255;
137
133
  --bs-black-rgb: 0, 0, 0;
138
- --bs-body-color-rgb: 33, 33, 33;
134
+ --bs-body-color-rgb: 66, 66, 66;
139
135
  --bs-body-bg-rgb: 255, 255, 255;
140
136
  --bs-font-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
141
137
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
@@ -144,7 +140,7 @@
144
140
  --bs-body-font-size: 1rem;
145
141
  --bs-body-font-weight: 400;
146
142
  --bs-body-line-height: 1.5;
147
- --bs-body-color: #212121;
143
+ --bs-body-color: #424242;
148
144
  --bs-body-bg: #fff; }
149
145
 
150
146
  *,
@@ -1615,15 +1611,15 @@ progress {
1615
1611
  .table {
1616
1612
  --bs-table-bg: transparent;
1617
1613
  --bs-table-accent-bg: transparent;
1618
- --bs-table-striped-color: #212121;
1614
+ --bs-table-striped-color: #424242;
1619
1615
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
1620
- --bs-table-active-color: #212121;
1616
+ --bs-table-active-color: #424242;
1621
1617
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
1622
- --bs-table-hover-color: #212121;
1618
+ --bs-table-hover-color: #424242;
1623
1619
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
1624
1620
  width: 100%;
1625
1621
  margin-bottom: 1rem;
1626
- color: #212121;
1622
+ color: #424242;
1627
1623
  vertical-align: top;
1628
1624
  border-color: #e0e0e0; }
1629
1625
  .table > :not(caption) > * > * {
@@ -1816,7 +1812,7 @@ progress {
1816
1812
  font-size: 1rem;
1817
1813
  font-weight: 400;
1818
1814
  line-height: 1.5;
1819
- color: #212121;
1815
+ color: #424242;
1820
1816
  background-color: rgba(0, 0, 0, 0);
1821
1817
  background-clip: padding-box;
1822
1818
  border: 1px solid rgba(0, 0, 0, 0.26);
@@ -1832,7 +1828,7 @@ progress {
1832
1828
  .form-control[type="file"]:not(:disabled):not([readonly]) {
1833
1829
  cursor: pointer; }
1834
1830
  .form-control:focus {
1835
- color: #212121;
1831
+ color: #424242;
1836
1832
  background-color: rgba(0, 0, 0, 0);
1837
1833
  border-color: #90cbf9;
1838
1834
  outline: 0;
@@ -1849,7 +1845,7 @@ progress {
1849
1845
  padding: 0.4375rem 0;
1850
1846
  margin: -0.4375rem 0;
1851
1847
  margin-inline-end: 0;
1852
- color: #212121;
1848
+ color: #424242;
1853
1849
  background-color: transparent;
1854
1850
  pointer-events: none;
1855
1851
  border-color: inherit;
@@ -1867,7 +1863,7 @@ progress {
1867
1863
  padding: 0.4375rem 0;
1868
1864
  margin: -0.4375rem 0;
1869
1865
  margin-inline-end: 0;
1870
- color: #212121;
1866
+ color: #424242;
1871
1867
  background-color: transparent;
1872
1868
  pointer-events: none;
1873
1869
  border-color: inherit;
@@ -1888,7 +1884,7 @@ progress {
1888
1884
  padding: 0.4375rem 0;
1889
1885
  margin-bottom: 0;
1890
1886
  line-height: 1.5;
1891
- color: #212121;
1887
+ color: #424242;
1892
1888
  background-color: transparent;
1893
1889
  border: solid transparent;
1894
1890
  border-width: 1px 0; }
@@ -1954,7 +1950,7 @@ textarea.form-control-lg {
1954
1950
  font-size: 1rem;
1955
1951
  font-weight: 400;
1956
1952
  line-height: 1.5;
1957
- color: #212121;
1953
+ color: #424242;
1958
1954
  background-color: rgba(0, 0, 0, 0);
1959
1955
  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");
1960
1956
  background-repeat: no-repeat;
@@ -1979,7 +1975,7 @@ textarea.form-control-lg {
1979
1975
  background-color: #eee; }
1980
1976
  .form-select:-moz-focusring {
1981
1977
  color: transparent;
1982
- text-shadow: 0 0 0 #212121; }
1978
+ text-shadow: 0 0 0 #424242; }
1983
1979
 
1984
1980
  .form-select-sm {
1985
1981
  padding-top: 0.25rem;
@@ -2212,7 +2208,7 @@ textarea.form-control-lg {
2212
2208
  font-size: 1rem;
2213
2209
  font-weight: 400;
2214
2210
  line-height: 1.5;
2215
- color: #212121;
2211
+ color: #424242;
2216
2212
  text-align: center;
2217
2213
  white-space: nowrap;
2218
2214
  background-color: transparent;
@@ -2404,7 +2400,7 @@ textarea.form-control-lg {
2404
2400
  display: inline-block;
2405
2401
  font-weight: 500;
2406
2402
  line-height: 1.5;
2407
- color: #212121;
2403
+ color: #424242;
2408
2404
  text-align: center;
2409
2405
  text-decoration: none;
2410
2406
  vertical-align: middle;
@@ -2420,7 +2416,7 @@ textarea.form-control-lg {
2420
2416
  .btn {
2421
2417
  transition: none; } }
2422
2418
  .btn:hover {
2423
- color: #212121; }
2419
+ color: #424242; }
2424
2420
  .btn-check:focus + .btn, .btn:focus {
2425
2421
  outline: 0;
2426
2422
  box-shadow: none; }
@@ -2909,7 +2905,7 @@ textarea.form-control-lg {
2909
2905
  padding: 0.5rem 0;
2910
2906
  margin: 0;
2911
2907
  font-size: 1rem;
2912
- color: #212121;
2908
+ color: #424242;
2913
2909
  text-align: left;
2914
2910
  list-style: none;
2915
2911
  background-color: #fff;
@@ -3819,7 +3815,7 @@ textarea.form-control-lg {
3819
3815
  width: 100%;
3820
3816
  padding: 1rem 1.25rem;
3821
3817
  font-size: 1rem;
3822
- color: #212121;
3818
+ color: #424242;
3823
3819
  text-align: left;
3824
3820
  background-color: #fff;
3825
3821
  border: 0;
@@ -3842,7 +3838,7 @@ textarea.form-control-lg {
3842
3838
  height: 1.25rem;
3843
3839
  margin-left: auto;
3844
3840
  content: "";
3845
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212121'%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");
3841
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23424242'%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");
3846
3842
  background-repeat: no-repeat;
3847
3843
  background-size: 1.25rem;
3848
3844
  transition: transform 0.2s ease-in-out; }
@@ -4151,7 +4147,7 @@ textarea.form-control-lg {
4151
4147
  text-decoration: none;
4152
4148
  background-color: #f5f5f5; }
4153
4149
  .list-group-item-action:active {
4154
- color: #212121;
4150
+ color: #424242;
4155
4151
  background-color: #eee; }
4156
4152
 
4157
4153
  .list-group-item {
@@ -4870,7 +4866,7 @@ textarea.form-control-lg {
4870
4866
 
4871
4867
  .popover-body {
4872
4868
  padding: 1rem 1rem;
4873
- color: #212121; }
4869
+ color: #424242; }
4874
4870
 
4875
4871
  .carousel {
4876
4872
  position: relative; }
@@ -9354,48 +9350,8 @@ textarea.form-control-lg {
9354
9350
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9355
9351
  # -----------------------------------------------------------------------------
9356
9352
  */
9357
- .btn:hover, .btn:focus {
9358
- color: rgba(255, 255, 255, 0.8);
9359
- outline: none; }
9360
-
9361
- /*
9362
- # -----------------------------------------------------------------------------
9363
- # ~/scss/theme_uno/bootstrap/_cards.scss
9364
- #
9365
- # Product/Info:
9366
- # https://jekyll.one
9367
- #
9368
- # Copyright (C) 2021 Juergen Adams
9369
- #
9370
- # J1 Template is licensed under the MIT License.
9371
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9372
- # -----------------------------------------------------------------------------
9373
- */
9374
- .card {
9375
- border: 0;
9376
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
9377
- .card .card-header {
9378
- padding: 1rem;
9379
- background-color: transparent; }
9380
- .card .card-footer {
9381
- padding: .5rem; }
9382
- .card .card-body {
9383
- padding: 1.5rem 1rem 1rem;
9384
- font-weight: 300;
9385
- min-height: 16rem; }
9386
- .card h1.card-title, .card .card-title.h1,
9387
- .card h2.card-title,
9388
- .card .card-title.h2,
9389
- .card h3.card-title,
9390
- .card .card-title.h3,
9391
- .card h4.card-title,
9392
- .card .card-title.h4,
9393
- .card h5.card-title,
9394
- .card .card-title.h5,
9395
- .card h6.card-title,
9396
- .card .card-title.h6 {
9397
- font-size: 1.5rem;
9398
- font-weight: 300; }
9353
+ .btn-link {
9354
+ color: #424242; }
9399
9355
 
9400
9356
  /*
9401
9357
  # -----------------------------------------------------------------------------
@@ -9564,40 +9520,6 @@ code {
9564
9520
  code {
9565
9521
  color: #212121; }
9566
9522
 
9567
- /*
9568
- # -----------------------------------------------------------------------------
9569
- # ~/theme_uno/bootstrap/_container.scss
9570
- # Provides additional body styles
9571
- #
9572
- # Product/Info:
9573
- # https://jekyll.one
9574
- #
9575
- # Copyright (C) 2021 Juergen Adams
9576
- #
9577
- # J1 Template is licensed under the MIT License.
9578
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9579
- # -----------------------------------------------------------------------------
9580
- */
9581
- @media screen and (max-width: 575px) {
9582
- .container {
9583
- max-width: 550px; } }
9584
-
9585
- @media screen and (max-width: 540px) {
9586
- .container {
9587
- max-width: 500px; } }
9588
-
9589
- @media screen and (max-width: 370px) {
9590
- .container {
9591
- max-width: 355px; } }
9592
-
9593
- @media screen and (max-width: 360px) {
9594
- .container {
9595
- max-width: 345px; } }
9596
-
9597
- @media screen and (max-width: 320px) {
9598
- .container {
9599
- max-width: 300px; } }
9600
-
9601
9523
  /*
9602
9524
  # -----------------------------------------------------------------------------
9603
9525
  # ~/scss/theme_uno/bootstrap/_dropdown.scss
@@ -10818,22 +10740,6 @@ select, select.form-control {
10818
10740
  .input-group input + .input-group-addon {
10819
10741
  margin-left: .75rem; }
10820
10742
 
10821
- /*
10822
- # -----------------------------------------------------------------------------
10823
- # ~/scss/theme_uno/bootstrap/_jumbotron.scss
10824
- #
10825
- # Product/Info:
10826
- # https://jekyll.one
10827
- #
10828
- # Copyright (C) 2021 Juergen Adams
10829
- #
10830
- # J1 Template is licensed under the MIT License.
10831
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
10832
- # -----------------------------------------------------------------------------
10833
- */
10834
- .jumbotron {
10835
- border: 1px solid #BDBDBD; }
10836
-
10837
10743
  /*
10838
10744
  # -----------------------------------------------------------------------------
10839
10745
  # ~/scss/theme_uno/bootstrap/_layout.scss
@@ -10947,25 +10853,6 @@ li > a:hover {
10947
10853
  color: #bdbdbd !important;
10948
10854
  font-weight: 600 !important; }
10949
10855
 
10950
- /*
10951
- # -----------------------------------------------------------------------------
10952
- # ~/scss/theme_uno/bootstrap/_links.scss
10953
- # Provides custom styles and overloads
10954
- #
10955
- # Product/Info:
10956
- # https://jekyll.one
10957
- #
10958
- # Copyright (C) 2021 Juergen Adams
10959
- #
10960
- # J1 Template is licensed under the MIT License.
10961
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
10962
- # -----------------------------------------------------------------------------
10963
- */
10964
- dd {
10965
- margin-bottom: .5rem;
10966
- margin-left: .875rem;
10967
- margin-top: .5rem; }
10968
-
10969
10856
  /*
10970
10857
  # -----------------------------------------------------------------------------
10971
10858
  # ~/scss/theme_uno/bootstrap/_modal.scss
@@ -11097,7 +10984,7 @@ dd {
11097
10984
 
11098
10985
  /*
11099
10986
  # -----------------------------------------------------------------------------
11100
- # ~/scss/theme_uno/bootstrap/_radios.scss
10987
+ # ~/scss/theme_uno/bootstrap/_tables.scss
11101
10988
  #
11102
10989
  # Product/Info:
11103
10990
  # https://jekyll.one
@@ -11108,107 +10995,17 @@ dd {
11108
10995
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
11109
10996
  # -----------------------------------------------------------------------------
11110
10997
  */
11111
- .radio label,
11112
- label.radio-inline {
11113
- position: relative;
11114
- padding-left: 1.5625rem; }
11115
- .radio label .bmd-radio,
11116
- label.radio-inline .bmd-radio {
11117
- position: absolute;
11118
- left: 0;
11119
- display: inline-block;
11120
- padding: .7em;
11121
- margin: -.7em;
11122
- line-height: .7;
11123
- border-radius: 100%; }
11124
- .radio label .bmd-radio::after,
11125
- label.radio-inline .bmd-radio::after {
11126
- display: inline-block;
11127
- width: 1.25rem;
11128
- height: 1.25rem;
11129
- cursor: pointer;
11130
- content: "";
11131
- border: 0.125rem solid #9e9e9e;
11132
- border-radius: 50%;
11133
- transition: border-color ease .28s;
11134
- transition-duration: 0.2s; }
11135
- .radio label .bmd-radio::before,
11136
- label.radio-inline .bmd-radio::before {
11137
- position: absolute;
11138
- display: inline-block;
11139
- width: 1.25rem;
11140
- height: 1.25rem;
11141
- content: "";
11142
- background-color: #1565c0;
11143
- border-radius: 50%;
11144
- transition: transform ease .28s;
11145
- transform: scale3d(0, 0, 0); }
11146
- .radio label input[type=radio],
11147
- label.radio-inline input[type=radio] {
11148
- position: absolute;
11149
- left: 0;
11150
- z-index: -1;
11151
- width: 0;
11152
- height: 0;
11153
- margin: 0;
11154
- overflow: hidden;
11155
- pointer-events: none;
11156
- opacity: 0; }
11157
- .radio label input[type=radio]:checked ~ .bmd-radio::after,
11158
- label.radio-inline input[type=radio]:checked ~ .bmd-radio::after {
11159
- border-color: #1565c0; }
11160
- .radio label input[type=radio]:checked ~ .bmd-radio::before,
11161
- label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
11162
- background-color: #1565c0; }
11163
- .radio label input[type=radio]:checked ~ .bmd-radio::before,
11164
- label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
11165
- transform: scale3d(0.5, 0.5, 1); }
11166
- .radio label input[type=radio][disabled] + .bmd-radio, .radio label input[type=radio]:disabled + .bmd-radio,
11167
- fieldset[disabled] .radio label input[type=radio] + .bmd-radio,
11168
- label.radio-inline input[type=radio][disabled] + .bmd-radio,
11169
- label.radio-inline input[type=radio]:disabled + .bmd-radio,
11170
- fieldset[disabled]
11171
- label.radio-inline input[type=radio] + .bmd-radio {
11172
- cursor: default; }
11173
- .radio label input[type=radio][disabled] + .bmd-radio::after, .radio label input[type=radio]:disabled + .bmd-radio::after,
11174
- fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
11175
- label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
11176
- label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
11177
- fieldset[disabled]
11178
- label.radio-inline input[type=radio] + .bmd-radio::after {
11179
- border-color: rgba(0, 0, 0, 0.26); }
11180
- .radio label input[type=radio][disabled] + .bmd-radio::before, .radio label input[type=radio]:disabled + .bmd-radio::before,
11181
- fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
11182
- label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
11183
- label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
11184
- fieldset[disabled]
11185
- label.radio-inline input[type=radio] + .bmd-radio::before {
11186
- background-color: rgba(0, 0, 0, 0.26); }
11187
- .radio label input[type=radio][disabled] + .bmd-radio .ripple-container, .radio label input[type=radio]:disabled + .bmd-radio .ripple-container,
11188
- fieldset[disabled] .radio label input[type=radio] + .bmd-radio .ripple-container,
11189
- label.radio-inline input[type=radio][disabled] + .bmd-radio .ripple-container,
11190
- label.radio-inline input[type=radio]:disabled + .bmd-radio .ripple-container,
11191
- fieldset[disabled]
11192
- label.radio-inline input[type=radio] + .bmd-radio .ripple-container {
11193
- display: none; }
11194
- .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::after, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::after, .bg-inverse
11195
- fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after, .bg-inverse
11196
- label.radio-inline input[type=radio][disabled] + .bmd-radio::after, .bg-inverse
11197
- label.radio-inline input[type=radio]:disabled + .bmd-radio::after, .bg-inverse
11198
- fieldset[disabled]
11199
- label.radio-inline input[type=radio] + .bmd-radio::after {
11200
- border-color: rgba(255, 255, 255, 0.3); }
11201
- .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::before, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::before, .bg-inverse
11202
- fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before, .bg-inverse
11203
- label.radio-inline input[type=radio][disabled] + .bmd-radio::before, .bg-inverse
11204
- label.radio-inline input[type=radio]:disabled + .bmd-radio::before, .bg-inverse
11205
- fieldset[disabled]
11206
- label.radio-inline input[type=radio] + .bmd-radio::before {
11207
- background-color: rgba(255, 255, 255, 0.3); }
10998
+ table.tableblock > .title {
10999
+ padding-left: 5px !important;
11000
+ border-top: unset !important;
11001
+ border-right: 1px solid #9e9e9e;
11002
+ border-left: 1px solid #9e9e9e;
11003
+ border-bottom: 1px solid #9e9e9e; }
11208
11004
 
11209
11005
  /*
11210
11006
  # -----------------------------------------------------------------------------
11211
- # ~/scss/theme_uno/bootstrap/_reboot.scss
11007
+ # ~/scss/theme_uno/bootstrap/_tooltip.scss
11008
+ # Provides custom tooltip styles and
11212
11009
  #
11213
11010
  # Product/Info:
11214
11011
  # https://jekyll.one
@@ -11219,181 +11016,25 @@ label.radio-inline {
11219
11016
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
11220
11017
  # -----------------------------------------------------------------------------
11221
11018
  */
11222
- *:focus {
11223
- outline: none; }
11019
+ .tooltip-inner {
11020
+ max-width: 200px;
11021
+ padding: 0.25rem 0.5rem;
11022
+ color: #fff;
11023
+ text-align: center;
11024
+ background-color: #2196f3 !important;
11025
+ border-radius: 0.25rem; }
11224
11026
 
11225
- .copyright .terms-menu li {
11226
- font-size: 1em !important; }
11027
+ .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
11028
+ border-top-color: #2196f3 !important; }
11227
11029
 
11228
- b,
11229
- strong {
11230
- font-weight: 500 !important; }
11030
+ .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
11031
+ border-right-color: #2196f3 !important; }
11231
11032
 
11232
- a:focus {
11233
- outline: none; }
11033
+ .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
11034
+ border-bottom-color: #2196f3 !important; }
11234
11035
 
11235
- /*
11236
- # -----------------------------------------------------------------------------
11237
- # ~/scss/theme_uno/bootstrap/_ripples.scss
11238
- #
11239
- # Product/Info:
11240
- # https://github.com/FezVrasta/bootstrap-material-design
11241
- #
11242
- # Copyright (C) 2020 Federico Zivolo and Contributors
11243
- #
11244
- # Bootstrap Material Design is licensed under the MIT License.
11245
- # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
11246
- # -----------------------------------------------------------------------------
11247
- */
11248
- .ripple {
11249
- position: relative; }
11250
-
11251
- .ripple-container {
11252
- position: absolute;
11253
- top: 0;
11254
- left: 0;
11255
- z-index: 1;
11256
- width: 100%;
11257
- height: 100%;
11258
- overflow: hidden;
11259
- pointer-events: none;
11260
- border-radius: inherit; }
11261
- .ripple-container .ripple-decorator {
11262
- position: absolute;
11263
- width: 20px;
11264
- height: 20px;
11265
- margin-top: -10px;
11266
- margin-left: -10px;
11267
- pointer-events: none;
11268
- background-color: rgba(0, 0, 0, 0.05);
11269
- border-radius: 100%;
11270
- opacity: 0;
11271
- transform: scale(1);
11272
- transform-origin: 50%; }
11273
- .ripple-container .ripple-decorator.ripple-on {
11274
- opacity: 0.1;
11275
- transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }
11276
- .ripple-container .ripple-decorator.ripple-out {
11277
- opacity: 0;
11278
- transition: opacity 0.1s linear 0s !important; }
11279
-
11280
- /*
11281
- # -----------------------------------------------------------------------------
11282
- # ~/scss/theme_uno/bootstrap/_switches.scss
11283
- #
11284
- # Product/Info:
11285
- # https://github.com/FezVrasta/bootstrap-material-design
11286
- #
11287
- # Copyright (C) 2020 Federico Zivolo and Contributors
11288
- #
11289
- # Bootstrap Material Design is licensed under the MIT License.
11290
- # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
11291
- # -----------------------------------------------------------------------------
11292
- */
11293
- .switch label {
11294
- position: relative;
11295
- padding-left: 2.4375rem; }
11296
- .switch label .bmd-switch-track {
11297
- position: absolute;
11298
- top: 0.3125rem;
11299
- left: 0;
11300
- display: inline-block;
11301
- width: 2.125rem;
11302
- height: 0.875rem;
11303
- cursor: pointer;
11304
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #8db0d7 50%, #8db0d7 100%);
11305
- background-position: 0%;
11306
- background-size: 4.25rem 0.875rem;
11307
- border-radius: 2.125rem;
11308
- transition: background-position 0.2s ease-in; }
11309
- .switch label .bmd-switch-track::after {
11310
- position: absolute;
11311
- top: 50%;
11312
- left: 0;
11313
- display: block;
11314
- align-self: center;
11315
- width: 1.25rem;
11316
- height: 1.25rem;
11317
- content: "";
11318
- background: #9e9e9e;
11319
- border-radius: 100%;
11320
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
11321
- transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
11322
- transform: translateY(-50%); }
11323
- .switch label .bmd-switch-track:active::after {
11324
- transform: translateY(-50%) scale3d(1.15, 0.85, 1); }
11325
- .switch label input {
11326
- position: absolute;
11327
- display: block;
11328
- width: 0;
11329
- height: 0;
11330
- opacity: 0; }
11331
- .switch label input:checked + .bmd-switch-track {
11332
- background-position: -100%; }
11333
- .switch label input:checked + .bmd-switch-track::after {
11334
- left: calc(100% - 1.25rem);
11335
- background-color: #1565c0; }
11336
- .switch label input:disabled + .bmd-switch-track:active::after {
11337
- transform: translateY(-50%); }
11338
- .switch label input:disabled + .bmd-switch-track {
11339
- cursor: default;
11340
- background: rgba(0, 0, 0, 0.12); }
11341
- .switch label input:disabled + .bmd-switch-track::after {
11342
- background: #bdbdbd; }
11343
-
11344
- /*
11345
- # -----------------------------------------------------------------------------
11346
- # ~/scss/theme_uno/bootstrap/_tables.scss
11347
- #
11348
- # Product/Info:
11349
- # https://jekyll.one
11350
- #
11351
- # Copyright (C) 2021 Juergen Adams
11352
- #
11353
- # J1 Template is licensed under the MIT License.
11354
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
11355
- # -----------------------------------------------------------------------------
11356
- */
11357
- table.tableblock > .title {
11358
- padding-left: 5px !important;
11359
- border-top: unset !important;
11360
- border-right: 1px solid #9e9e9e;
11361
- border-left: 1px solid #9e9e9e;
11362
- border-bottom: 1px solid #9e9e9e; }
11363
-
11364
- /*
11365
- # -----------------------------------------------------------------------------
11366
- # ~/scss/theme_uno/bootstrap/_tooltip.scss
11367
- # Provides custom tooltip styles and
11368
- #
11369
- # Product/Info:
11370
- # https://jekyll.one
11371
- #
11372
- # Copyright (C) 2021 Juergen Adams
11373
- #
11374
- # J1 Template is licensed under the MIT License.
11375
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
11376
- # -----------------------------------------------------------------------------
11377
- */
11378
- .tooltip-inner {
11379
- max-width: 200px;
11380
- padding: 0.25rem 0.5rem;
11381
- color: #fff;
11382
- text-align: center;
11383
- background-color: #2196f3 !important;
11384
- border-radius: 0.25rem; }
11385
-
11386
- .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
11387
- border-top-color: #2196f3 !important; }
11388
-
11389
- .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
11390
- border-right-color: #2196f3 !important; }
11391
-
11392
- .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
11393
- border-bottom-color: #2196f3 !important; }
11394
-
11395
- .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
11396
- border-left-color: #2196f3 !important; }
11036
+ .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
11037
+ border-left-color: #2196f3 !important; }
11397
11038
 
11398
11039
  .m-0 {
11399
11040
  margin: 0 !important; }
@@ -14359,7 +14000,7 @@ table.tableblock > .title {
14359
14000
  */
14360
14001
  /*
14361
14002
  // ----------------------------------------------------------------------------
14362
- // ~/scss/theme_uno/bootstrap/extensions/_accordion_panel.scss
14003
+ // ~/scss/theme_uno/bootstrap/extensions/_accordion.scss
14363
14004
  // Provides styles for the J1 Accordion Panel
14364
14005
  //
14365
14006
  // Product/Info:
@@ -14384,19 +14025,15 @@ table.tableblock > .title {
14384
14025
  .accordion .card .card-header {
14385
14026
  background: none;
14386
14027
  border: none;
14387
- padding: .4rem 1rem;
14388
- font-family: "Roboto", sans-serif; }
14028
+ padding: .4rem 1rem; }
14389
14029
 
14390
14030
  .accordion .card-header h2 span, .accordion .card-header .h2 span {
14391
14031
  float: left;
14392
14032
  margin-top: 10px; }
14393
14033
 
14394
14034
  .accordion .card-header .btn {
14395
- color: #2f2f31;
14396
- font-size: 1.04rem;
14397
14035
  text-align: left;
14398
14036
  position: relative;
14399
- font-weight: 500;
14400
14037
  padding-left: 2rem; }
14401
14038
 
14402
14039
  .accordion .card-header i {
@@ -14407,27 +14044,12 @@ table.tableblock > .title {
14407
14044
  top: 9px; }
14408
14045
 
14409
14046
  .accordion .card-header .btn:hover {
14410
- color: #ff8300; }
14047
+ color: #00bcd4; }
14411
14048
 
14412
14049
  .accordion .card-body {
14413
14050
  color: #324353;
14414
14051
  padding: 0.5rem 3rem; }
14415
14052
 
14416
- .page-title {
14417
- margin: 3rem 0 3rem 1rem;
14418
- font-family: "Roboto", sans-serif;
14419
- position: relative; }
14420
-
14421
- .page-title::after {
14422
- content: "";
14423
- width: 80px;
14424
- position: absolute;
14425
- height: 3px;
14426
- border-radius: 1px;
14427
- background: #73bb2b;
14428
- left: 0;
14429
- bottom: -15px; }
14430
-
14431
14053
  .accordion .highlight .btn {
14432
14054
  color: #2196f3; }
14433
14055
 
@@ -14670,7 +14292,8 @@ table.tableblock > .title {
14670
14292
  # -----------------------------------------------------------------------------
14671
14293
  */
14672
14294
  .card.card-same-height {
14673
- height: calc(100% - 1.75rem); }
14295
+ height: calc(100% - 1.75rem);
14296
+ overflow: hidden; }
14674
14297
 
14675
14298
  .card .not-rounded {
14676
14299
  border-radius: unset !important; }
@@ -14693,6 +14316,9 @@ table.tableblock > .title {
14693
14316
  background-color: rgba(255, 255, 255, 0.5);
14694
14317
  border-top: 1px dotted rgba(0, 0, 0, 0.3); }
14695
14318
 
14319
+ .card .card-footer .footer-body {
14320
+ color: #212121; }
14321
+
14696
14322
  /* jadams: Overwrite Bootstraps heading margins for cards */
14697
14323
  /* .card > h1, h2, h3, h4, h5 { */
14698
14324
  .card h1 h2 h3 h4 h5, .card .h1 h2 h3 h4 h5, .card h1 .h2 h3 h4 h5, .card .h1 .h2 h3 h4 h5, .card h1 h2 .h3 h4 h5, .card .h1 h2 .h3 h4 h5, .card h1 .h2 .h3 h4 h5, .card .h1 .h2 .h3 h4 h5, .card h1 h2 h3 .h4 h5, .card .h1 h2 h3 .h4 h5, .card h1 .h2 h3 .h4 h5, .card .h1 .h2 h3 .h4 h5, .card h1 h2 .h3 .h4 h5, .card .h1 h2 .h3 .h4 h5, .card h1 .h2 .h3 .h4 h5, .card .h1 .h2 .h3 .h4 h5, .card h1 h2 h3 h4 .h5, .card .h1 h2 h3 h4 .h5, .card h1 .h2 h3 h4 .h5, .card .h1 .h2 h3 h4 .h5, .card h1 h2 .h3 h4 .h5, .card .h1 h2 .h3 h4 .h5, .card h1 .h2 .h3 h4 .h5, .card .h1 .h2 .h3 h4 .h5, .card h1 h2 h3 .h4 .h5, .card .h1 h2 h3 .h4 .h5, .card h1 .h2 h3 .h4 .h5, .card .h1 .h2 h3 .h4 .h5, .card h1 h2 .h3 .h4 .h5, .card .h1 h2 .h3 .h4 .h5, .card h1 .h2 .h3 .h4 .h5, .card .h1 .h2 .h3 .h4 .h5 {
@@ -17942,6 +17568,162 @@ a.news-link {
17942
17568
  -webkit-transform: scale(1.5);
17943
17569
  transform: scale(1.5); } }
17944
17570
 
17571
+ /*
17572
+ # -----------------------------------------------------------------------------
17573
+ # ~/scss/theme_uno/bootstrap/_radios.scss
17574
+ #
17575
+ # Product/Info:
17576
+ # https://jekyll.one
17577
+ #
17578
+ # Copyright (C) 2021 Juergen Adams
17579
+ #
17580
+ # J1 Template is licensed under the MIT License.
17581
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
17582
+ # -----------------------------------------------------------------------------
17583
+ */
17584
+ .radio label,
17585
+ label.radio-inline {
17586
+ position: relative;
17587
+ padding-left: 1.5625rem; }
17588
+ .radio label .bmd-radio,
17589
+ label.radio-inline .bmd-radio {
17590
+ position: absolute;
17591
+ left: 0;
17592
+ display: inline-block;
17593
+ padding: .7em;
17594
+ margin: -.7em;
17595
+ line-height: .7;
17596
+ border-radius: 100%; }
17597
+ .radio label .bmd-radio::after,
17598
+ label.radio-inline .bmd-radio::after {
17599
+ display: inline-block;
17600
+ width: 1.25rem;
17601
+ height: 1.25rem;
17602
+ cursor: pointer;
17603
+ content: "";
17604
+ border: 0.125rem solid #9e9e9e;
17605
+ border-radius: 50%;
17606
+ transition: border-color ease .28s;
17607
+ transition-duration: 0.2s; }
17608
+ .radio label .bmd-radio::before,
17609
+ label.radio-inline .bmd-radio::before {
17610
+ position: absolute;
17611
+ display: inline-block;
17612
+ width: 1.25rem;
17613
+ height: 1.25rem;
17614
+ content: "";
17615
+ background-color: #1565c0;
17616
+ border-radius: 50%;
17617
+ transition: transform ease .28s;
17618
+ transform: scale3d(0, 0, 0); }
17619
+ .radio label input[type=radio],
17620
+ label.radio-inline input[type=radio] {
17621
+ position: absolute;
17622
+ left: 0;
17623
+ z-index: -1;
17624
+ width: 0;
17625
+ height: 0;
17626
+ margin: 0;
17627
+ overflow: hidden;
17628
+ pointer-events: none;
17629
+ opacity: 0; }
17630
+ .radio label input[type=radio]:checked ~ .bmd-radio::after,
17631
+ label.radio-inline input[type=radio]:checked ~ .bmd-radio::after {
17632
+ border-color: #1565c0; }
17633
+ .radio label input[type=radio]:checked ~ .bmd-radio::before,
17634
+ label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
17635
+ background-color: #1565c0; }
17636
+ .radio label input[type=radio]:checked ~ .bmd-radio::before,
17637
+ label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
17638
+ transform: scale3d(0.5, 0.5, 1); }
17639
+ .radio label input[type=radio][disabled] + .bmd-radio, .radio label input[type=radio]:disabled + .bmd-radio,
17640
+ fieldset[disabled] .radio label input[type=radio] + .bmd-radio,
17641
+ label.radio-inline input[type=radio][disabled] + .bmd-radio,
17642
+ label.radio-inline input[type=radio]:disabled + .bmd-radio,
17643
+ fieldset[disabled]
17644
+ label.radio-inline input[type=radio] + .bmd-radio {
17645
+ cursor: default; }
17646
+ .radio label input[type=radio][disabled] + .bmd-radio::after, .radio label input[type=radio]:disabled + .bmd-radio::after,
17647
+ fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
17648
+ label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
17649
+ label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
17650
+ fieldset[disabled]
17651
+ label.radio-inline input[type=radio] + .bmd-radio::after {
17652
+ border-color: rgba(0, 0, 0, 0.26); }
17653
+ .radio label input[type=radio][disabled] + .bmd-radio::before, .radio label input[type=radio]:disabled + .bmd-radio::before,
17654
+ fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
17655
+ label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
17656
+ label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
17657
+ fieldset[disabled]
17658
+ label.radio-inline input[type=radio] + .bmd-radio::before {
17659
+ background-color: rgba(0, 0, 0, 0.26); }
17660
+ .radio label input[type=radio][disabled] + .bmd-radio .ripple-container, .radio label input[type=radio]:disabled + .bmd-radio .ripple-container,
17661
+ fieldset[disabled] .radio label input[type=radio] + .bmd-radio .ripple-container,
17662
+ label.radio-inline input[type=radio][disabled] + .bmd-radio .ripple-container,
17663
+ label.radio-inline input[type=radio]:disabled + .bmd-radio .ripple-container,
17664
+ fieldset[disabled]
17665
+ label.radio-inline input[type=radio] + .bmd-radio .ripple-container {
17666
+ display: none; }
17667
+ .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::after, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::after, .bg-inverse
17668
+ fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after, .bg-inverse
17669
+ label.radio-inline input[type=radio][disabled] + .bmd-radio::after, .bg-inverse
17670
+ label.radio-inline input[type=radio]:disabled + .bmd-radio::after, .bg-inverse
17671
+ fieldset[disabled]
17672
+ label.radio-inline input[type=radio] + .bmd-radio::after {
17673
+ border-color: rgba(255, 255, 255, 0.3); }
17674
+ .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::before, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::before, .bg-inverse
17675
+ fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before, .bg-inverse
17676
+ label.radio-inline input[type=radio][disabled] + .bmd-radio::before, .bg-inverse
17677
+ label.radio-inline input[type=radio]:disabled + .bmd-radio::before, .bg-inverse
17678
+ fieldset[disabled]
17679
+ label.radio-inline input[type=radio] + .bmd-radio::before {
17680
+ background-color: rgba(255, 255, 255, 0.3); }
17681
+
17682
+ /*
17683
+ # -----------------------------------------------------------------------------
17684
+ # ~/scss/theme_uno/bootstrap/_ripples.scss
17685
+ #
17686
+ # Product/Info:
17687
+ # https://github.com/FezVrasta/bootstrap-material-design
17688
+ #
17689
+ # Copyright (C) 2020 Federico Zivolo and Contributors
17690
+ #
17691
+ # Bootstrap Material Design is licensed under the MIT License.
17692
+ # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
17693
+ # -----------------------------------------------------------------------------
17694
+ */
17695
+ .ripple {
17696
+ position: relative; }
17697
+
17698
+ .ripple-container {
17699
+ position: absolute;
17700
+ top: 0;
17701
+ left: 0;
17702
+ z-index: 1;
17703
+ width: 100%;
17704
+ height: 100%;
17705
+ overflow: hidden;
17706
+ pointer-events: none;
17707
+ border-radius: inherit; }
17708
+ .ripple-container .ripple-decorator {
17709
+ position: absolute;
17710
+ width: 20px;
17711
+ height: 20px;
17712
+ margin-top: -10px;
17713
+ margin-left: -10px;
17714
+ pointer-events: none;
17715
+ background-color: rgba(0, 0, 0, 0.05);
17716
+ border-radius: 100%;
17717
+ opacity: 0;
17718
+ transform: scale(1);
17719
+ transform-origin: 50%; }
17720
+ .ripple-container .ripple-decorator.ripple-on {
17721
+ opacity: 0.1;
17722
+ transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }
17723
+ .ripple-container .ripple-decorator.ripple-out {
17724
+ opacity: 0;
17725
+ transition: opacity 0.1s linear 0s !important; }
17726
+
17945
17727
  /*
17946
17728
  # -----------------------------------------------------------------------------
17947
17729
  # ~/scss/theme_uno/bootstrap/extensions/_scroll-group.scss
@@ -17973,9 +17755,8 @@ a.news-link {
17973
17755
  padding: 1rem;
17974
17756
  line-height: 1;
17975
17757
  background-color: transparent;
17976
- border: 0; }
17977
- .scroll-group-item :first-child {
17978
- margin-right: 2rem; }
17758
+ border: 0;
17759
+ margin-right: 1%; }
17979
17760
 
17980
17761
  @media only screen and (min-width: 576px) {
17981
17762
  .scroll-group-item.items-auto {
@@ -18284,6 +18065,70 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18284
18065
  background-color: #fff;
18285
18066
  background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); }
18286
18067
 
18068
+ /*
18069
+ # -----------------------------------------------------------------------------
18070
+ # ~/scss/theme_uno/bootstrap/_switches.scss
18071
+ #
18072
+ # Product/Info:
18073
+ # https://github.com/FezVrasta/bootstrap-material-design
18074
+ #
18075
+ # Copyright (C) 2020 Federico Zivolo and Contributors
18076
+ #
18077
+ # Bootstrap Material Design is licensed under the MIT License.
18078
+ # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
18079
+ # -----------------------------------------------------------------------------
18080
+ */
18081
+ .switch label {
18082
+ position: relative;
18083
+ padding-left: 2.4375rem; }
18084
+ .switch label .bmd-switch-track {
18085
+ position: absolute;
18086
+ top: 0.3125rem;
18087
+ left: 0;
18088
+ display: inline-block;
18089
+ width: 2.125rem;
18090
+ height: 0.875rem;
18091
+ cursor: pointer;
18092
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #8db0d7 50%, #8db0d7 100%);
18093
+ background-position: 0%;
18094
+ background-size: 4.25rem 0.875rem;
18095
+ border-radius: 2.125rem;
18096
+ transition: background-position 0.2s ease-in; }
18097
+ .switch label .bmd-switch-track::after {
18098
+ position: absolute;
18099
+ top: 50%;
18100
+ left: 0;
18101
+ display: block;
18102
+ align-self: center;
18103
+ width: 1.25rem;
18104
+ height: 1.25rem;
18105
+ content: "";
18106
+ background: #9e9e9e;
18107
+ border-radius: 100%;
18108
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
18109
+ transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
18110
+ transform: translateY(-50%); }
18111
+ .switch label .bmd-switch-track:active::after {
18112
+ transform: translateY(-50%) scale3d(1.15, 0.85, 1); }
18113
+ .switch label input {
18114
+ position: absolute;
18115
+ display: block;
18116
+ width: 0;
18117
+ height: 0;
18118
+ opacity: 0; }
18119
+ .switch label input:checked + .bmd-switch-track {
18120
+ background-position: -100%; }
18121
+ .switch label input:checked + .bmd-switch-track::after {
18122
+ left: calc(100% - 1.25rem);
18123
+ background-color: #1565c0; }
18124
+ .switch label input:disabled + .bmd-switch-track:active::after {
18125
+ transform: translateY(-50%); }
18126
+ .switch label input:disabled + .bmd-switch-track {
18127
+ cursor: default;
18128
+ background: rgba(0, 0, 0, 0.12); }
18129
+ .switch label input:disabled + .bmd-switch-track::after {
18130
+ background: #bdbdbd; }
18131
+
18287
18132
  /*
18288
18133
  # -----------------------------------------------------------------------------
18289
18134
  # ~/scss/theme_uno/bootstrap/extensions/_tags.scss
@@ -18309,7 +18154,7 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18309
18154
  margin: 0;
18310
18155
  padding: 4px 0;
18311
18156
  overflow: hidden;
18312
- *zoom: 1; }
18157
+ zoom: 1; }
18313
18158
  .tag__box:after {
18314
18159
  clear: both; }
18315
18160
  .tag__box a {
@@ -18345,21 +18190,19 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18345
18190
  position: relative;
18346
18191
  display: inline-block;
18347
18192
  line-height: 1.75rem;
18348
- padding: 0 2em 0 1em;
18193
+ padding: 0 2.5em 0 1em;
18349
18194
  background-color: #2196f3;
18350
- border-radius: 0;
18195
+ border-radius: 20px;
18351
18196
  white-space: nowrap;
18352
18197
  text-overflow: ellipsis;
18353
18198
  overflow: hidden;
18354
18199
  color: #000;
18355
- font-size: 1rem !important;
18200
+ font-size: 1rem;
18356
18201
  font-weight: 400;
18357
18202
  text-decoration: none;
18358
18203
  transition: .2s; }
18359
- .tag__cloud ul li a:hover {
18360
- background-color: #212121; }
18361
- .tag__cloud ul li a:hover span {
18362
- color: #2196f3; }
18204
+ .tag__cloud ul li a:hover span {
18205
+ color: #2196f3; }
18363
18206
  .tag__cloud ul li span {
18364
18207
  position: absolute;
18365
18208
  top: 5px;
@@ -18387,86 +18230,6 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18387
18230
  padding: 5px 20px;
18388
18231
  background-color: #616161; }
18389
18232
 
18390
- /* Unused classes (potentially conflicts with other POST classes)
18391
- -------------------------------------------------------------------------------- */
18392
- /*
18393
- .page,.post {
18394
- margin-bottom: 4em
18395
- }
18396
-
18397
- .page-title,.post-title,.post-title a {
18398
- color: #303030
18399
- }
18400
-
18401
- .page-title,.post-title {
18402
- margin-top: 0
18403
- }
18404
-
18405
- .post-date {
18406
- display: block;
18407
- margin-top: -.5rem;
18408
- margin-bottom: 1rem;
18409
- color: #9a9a9a
18410
- }
18411
-
18412
- ul.posts {
18413
- list-style-type: none;
18414
- margin-bottom: 2rem;
18415
- padding: 0
18416
- }
18417
-
18418
- ul.posts li {
18419
- padding: 0.2rem 0
18420
- }
18421
-
18422
- ul.posts li span {
18423
- color: #9E9E9E;
18424
- margin-left: 2rem;
18425
- font-size: 2rem;
18426
- font-weight: 600;
18427
- }
18428
-
18429
- ul.posts li a {
18430
- font-size: 1.75rem;
18431
- font-weight: 400;
18432
- }
18433
-
18434
- ul.posts li a:hover {
18435
- color: #9E9E9E;
18436
- text-decoration: none;
18437
- font-weight: 600;
18438
- }
18439
-
18440
- .related {
18441
- padding-top: 2rem;
18442
- padding-bottom: 2rem;
18443
- border-top: 1px solid #eee
18444
- }
18445
-
18446
- .related-posts {
18447
- padding-left: 0;
18448
- list-style: none
18449
- }
18450
-
18451
- .related-posts h3 {
18452
- margin-top: 0
18453
- }
18454
-
18455
- .related-posts li small {
18456
- font-size: 75%;
18457
- color: #999
18458
- }
18459
-
18460
- .related-posts li a:hover {
18461
- color: #268bd2;
18462
- text-decoration: none
18463
- }
18464
-
18465
- .related-posts li a:hover small {
18466
- color: inherit
18467
- }
18468
-
18469
- */
18470
18233
  /*
18471
18234
  # -----------------------------------------------------------------------------
18472
18235
  # ~/scss/theme_uno/bootstrap/extensions/_timeline.scss