j1-template 2022.2.2 → 2022.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc +46 -18
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +1 -0
  4. data/assets/data/fab.html +2 -2
  5. data/assets/data/footer.html +2 -2
  6. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +64 -206
  7. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  8. data/assets/themes/j1/modules/nbInteract/README.md +169 -0
  9. data/assets/themes/j1/modules/nbInteract/css/nbinteract-core.css +4 -0
  10. data/assets/themes/j1/modules/nbInteract/css/nbinteract-core.min.css +4 -0
  11. data/lib/j1/version.rb +1 -1
  12. data/lib/starter_web/Gemfile +1 -1
  13. data/lib/starter_web/_config.yml +1 -1
  14. data/lib/starter_web/_data/blocks/defaults/footer.yml +25 -17
  15. data/lib/starter_web/_data/blocks/footer.yml +78 -65
  16. data/lib/starter_web/_data/resources.yml +0 -22
  17. data/lib/starter_web/_includes/attributes.asciidoc +14 -0
  18. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  19. data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
  20. data/lib/starter_web/package.json +1 -1
  21. data/lib/starter_web/pages/public/jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +232 -232
  22. data/lib/starter_web/pages/public/jupyter/docs/j1-nbinteract-doc.adoc +135 -134
  23. data/lib/starter_web/pages/public/jupyter/docs/nbi-widget-manual.adoc +2 -4
  24. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +170 -15
  25. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb +170 -15
  26. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +185 -0
  27. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/nbi_docs_recipes_interactive_questions.ipynb +19 -22
  28. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/binder-launches.html +670 -546
  29. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +186 -186
  30. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +919 -702
  31. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_ode_selected.html +186 -186
  32. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +242 -243
  33. data/lib/starter_web/pages/public/jupyter/{apis/binderhub-api.adoc → services/binderhub.adoc} +22 -25
  34. data/lib/starter_web/pages/public/jupyter/{apis/jupyterhub-api.adoc → services/jupyterhub.adoc} +2 -2
  35. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +11 -0
  36. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  37. data/lib/starter_web/utilsrv/package.json +1 -1
  38. metadata +7 -28
  39. data/lib/starter_web/_data/_resources.yml +0 -1668
  40. data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.png +0 -0
  41. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/algebra_with_sympy-checkpoint.ipynb +0 -14488
  42. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/climate-change-forecast-checkpoint.ipynb +0 -916
  43. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/ipympl_test_plots-checkpoint.ipynb +0 -14517
  44. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_algebra_with_sympy-checkpoint.ipynb +0 -14517
  45. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +0 -16493
  46. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_visualization-checkpoint.ipynb +0 -15358
  47. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_visualization_full-checkpoint.ipynb +0 -2576
  48. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +0 -1058
  49. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast.ipynb +0 -1060
  50. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +0 -14478
  51. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_hist-checkpoint.ipynb +0 -98
  52. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive-checkpoint.ipynb +0 -560
  53. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ipympl_test_plots-checkpoint.ipynb +0 -14511
  54. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +0 -14478
  55. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +0 -14818
  56. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_pandas_creating_reading_and_writing-checkpoint.ipynb +0 -328
  57. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/j1_recipes_layout-checkpoint.ipynb +0 -341
  58. data/lib/starter_web/pages/public/jupyter/notebooks/j1/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -98
  59. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_correlation-checkpoint.ipynb +0 -651
  60. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +0 -323
  61. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -387
  62. data/lib/starter_web/pages/public/jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +0 -384
@@ -9353,6 +9353,9 @@ textarea.form-control-lg {
9353
9353
  .btn-link {
9354
9354
  color: #424242; }
9355
9355
 
9356
+ .btn {
9357
+ color: #424242 !important; }
9358
+
9356
9359
  /*
9357
9360
  # -----------------------------------------------------------------------------
9358
9361
  # ~/scss/theme_uno/bootstrap/_checkboxes.scss
@@ -9508,15 +9511,6 @@ label.checkbox-inline {
9508
9511
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9509
9512
  # -----------------------------------------------------------------------------
9510
9513
  */
9511
- /*
9512
- code {
9513
- font-weight: bold;
9514
- word-break: break-word;
9515
- background-color: $gray-300 !important;
9516
- padding: 0.125em 0.275em 0.125em 0.275em !important;
9517
- border-radius: 2px;
9518
- }
9519
- */
9520
9514
  code {
9521
9515
  color: #212121; }
9522
9516
 
@@ -9570,14 +9564,6 @@ form {
9570
9564
  margin-bottom: 0; }
9571
9565
 
9572
9566
  .form-control {
9573
- /*
9574
- background: $bmd-form-control-bg-repeat-y $bmd-form-control-bg-position;
9575
- background-size: $bmd-form-control-bg-size;
9576
- border: 0; // jadams, 2021-11-18: disabled !important - Overwrite border for all BS themes!
9577
- transition: background 0s ease-out;
9578
- padding-left: 0;
9579
- padding-right: 0;
9580
- */
9581
9567
  display: block;
9582
9568
  width: 100%;
9583
9569
  padding: 0.375rem 0.75rem;
@@ -10967,21 +10953,21 @@ select, select.form-control {
10967
10953
  # -----------------------------------------------------------------------------
10968
10954
  */
10969
10955
  a {
10970
- color: #424242 !important;
10971
- font-weight: 500 !important;
10972
- text-decoration: none !important; }
10956
+ color: #616161 !important;
10957
+ font-weight: 500 !important; }
10973
10958
 
10974
10959
  a:hover {
10975
10960
  color: #bdbdbd !important;
10976
- font-weight: 600 !important; }
10961
+ font-weight: 500 !important; }
10977
10962
 
10978
10963
  li > a {
10964
+ color: #607d8b !important;
10979
10965
  font-weight: 500 !important;
10980
10966
  text-decoration: none !important; }
10981
10967
 
10982
10968
  li > a:hover {
10983
- color: #bdbdbd !important;
10984
- font-weight: 600 !important; }
10969
+ color: #37474f !important;
10970
+ font-weight: 500 !important; }
10985
10971
 
10986
10972
  /*
10987
10973
  # -----------------------------------------------------------------------------
@@ -14126,7 +14112,7 @@ table.tableblock > .title {
14126
14112
  */
14127
14113
  /*
14128
14114
  // ----------------------------------------------------------------------------
14129
- // ~/scss/theme_uno/bootstrap/extensions/_accordion.scss
14115
+ // ~/scss/theme_uno/extensions/_accordion.scss
14130
14116
  // Provides styles for the J1 Accordion Panel
14131
14117
  //
14132
14118
  // Product/Info:
@@ -14138,8 +14124,6 @@ table.tableblock > .title {
14138
14124
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14139
14125
  // ----------------------------------------------------------------------------
14140
14126
  */
14141
- /* Accordion link block (card footer)
14142
- -------------------------------------------------------------------------------- */
14143
14127
  .accordion {
14144
14128
  text-align: left; }
14145
14129
 
@@ -14190,7 +14174,7 @@ table.tableblock > .title {
14190
14174
 
14191
14175
  /*
14192
14176
  # -----------------------------------------------------------------------------
14193
- # ~/scss/theme_uno/bootstrap/extensions/_advertising.scss
14177
+ # ~/scss/theme_uno/extensions/_advertising.scss
14194
14178
  #
14195
14179
  # Product/Info:
14196
14180
  # https://jekyll.one
@@ -14214,7 +14198,7 @@ table.tableblock > .title {
14214
14198
 
14215
14199
  /*
14216
14200
  # -----------------------------------------------------------------------------
14217
- # ~/scss/theme_uno/bootstrap/extensions/_attic.scss
14201
+ # ~/scss/theme_uno/extensions/_attic.scss
14218
14202
  #
14219
14203
  # Product/Info:
14220
14204
  # https://jekyll.one
@@ -14318,8 +14302,6 @@ table.tableblock > .title {
14318
14302
  .text-emphasis-strongest {
14319
14303
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2) !important; }
14320
14304
 
14321
- /* Unsplash
14322
- -------------------------------------------------------------------------------- */
14323
14305
  .attic__badge {
14324
14306
  background-color: rgba(0, 0, 0, 0.3);
14325
14307
  padding: 4px 6px;
@@ -14348,9 +14330,27 @@ table.tableblock > .title {
14348
14330
  display: inline-block;
14349
14331
  padding: 2px 3px; }
14350
14332
 
14333
+ /*
14334
+ # -----------------------------------------------------------------------------
14335
+ # ~/scss/theme_uno/extensions/_badge.scss
14336
+ #
14337
+ # Product/Info:
14338
+ # https://jekyll.one
14339
+ #
14340
+ # Copyright (C) 2022 Juergen Adams
14341
+ #
14342
+ # J1 Template is licensed under the MIT License.
14343
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14344
+ # -----------------------------------------------------------------------------
14345
+ # NOTE: General styles for tag boxes|clouds
14346
+ # -----------------------------------------------------------------------------
14347
+ */
14348
+ span.badge > a {
14349
+ color: #000 !important; }
14350
+
14351
14351
  /*
14352
14352
  // -----------------------------------------------------------------------------
14353
- // ~/scss/theme_uno/bootstrap/extensions/_banner.scss
14353
+ // ~/scss/theme_uno/extensions/_banner.scss
14354
14354
  // Provides general styles for the J1 Banner
14355
14355
  //
14356
14356
  // Product/Info:
@@ -14376,7 +14376,7 @@ table.tableblock > .title {
14376
14376
 
14377
14377
  /*
14378
14378
  # -----------------------------------------------------------------------------
14379
- # ~/scss/theme_uno/bootstrap/extensions/_bs-doc.scss
14379
+ # ~/scss/theme_uno/extensions/_bs-doc.scss
14380
14380
  # Provides additional styles taken from BS DOC template
14381
14381
  #
14382
14382
  # Product/Info:
@@ -15069,7 +15069,7 @@ a.card-title:hover {
15069
15069
 
15070
15070
  /*
15071
15071
  # -----------------------------------------------------------------------------
15072
- # ~/scss/theme_uno/bootstrap/extensions/_collection.scss
15072
+ # ~/scss/theme_uno/extensions/_collection.scss
15073
15073
  #
15074
15074
  # Product/Info:
15075
15075
  # https://jekyll.one
@@ -16489,7 +16489,7 @@ a.card-title:hover {
16489
16489
 
16490
16490
  /*
16491
16491
  // -----------------------------------------------------------------------------
16492
- // ~/scss/theme_uno/bootstrap/extensions/_dropcap.scss
16492
+ // ~/scss/theme_uno/extensions/_dropcap.scss
16493
16493
  // Provides general styles for the J1 Dropcaps
16494
16494
  //
16495
16495
  // Product/Info:
@@ -16527,7 +16527,7 @@ p.dropcap {
16527
16527
 
16528
16528
  /*
16529
16529
  # -----------------------------------------------------------------------------
16530
- # ~/scss/theme_uno/bootstrap/extensions/fab.scss
16530
+ # ~/scss/theme_uno/extensions/fab.scss
16531
16531
  #
16532
16532
  # Product/Info:
16533
16533
  # https://jekyll.one
@@ -16800,7 +16800,7 @@ button.btn-fab-floating {
16800
16800
 
16801
16801
  /*
16802
16802
  # -----------------------------------------------------------------------------
16803
- # ~/scss/theme_uno/bootstrap/extensions/_footer.scss
16803
+ # ~/scss/theme_uno/extensions/_footer.scss
16804
16804
  #
16805
16805
  # Product/Info:
16806
16806
  # https://jekyll.one
@@ -16813,7 +16813,6 @@ button.btn-fab-floating {
16813
16813
  # NOTE: General footer styles
16814
16814
  # -----------------------------------------------------------------------------
16815
16815
  */
16816
- /* jadams: background md_grey_900 */
16817
16816
  .footer {
16818
16817
  padding-top: 2em;
16819
16818
  background: #212121;
@@ -16850,7 +16849,8 @@ button.btn-fab-floating {
16850
16849
 
16851
16850
  /*Link News*/
16852
16851
  .footer .link-news {
16853
- margin-bottom: 0; }
16852
+ margin-bottom: 0;
16853
+ color: #9e9e9e !important; }
16854
16854
 
16855
16855
  .footer .link-news li {
16856
16856
  padding: 12px 0px;
@@ -16866,14 +16866,6 @@ button.btn-fab-floating {
16866
16866
  font-size: 1em;
16867
16867
  font-weight: 700; }
16868
16868
 
16869
- /*
16870
- .footer .link-news li a {
16871
- color: $lighten-300;
16872
- font-size: 1em;
16873
- margin-bottom: 0;
16874
- display: inline-block;
16875
- }
16876
- */
16877
16869
  .footer .link-news a:hover {
16878
16870
  color: #FAFAFA !important;
16879
16871
  text-decoration: none; }
@@ -16919,10 +16911,10 @@ button.btn-fab-floating {
16919
16911
 
16920
16912
  .footer .contacts li i {
16921
16913
  float: left;
16922
- width: 30px;
16923
- height: 30px;
16914
+ width: 55px;
16915
+ height: 55px;
16924
16916
  color: rgba(255, 255, 255, 0.5);
16925
- padding: 8px 5px;
16917
+ padding: 15px 5px;
16926
16918
  background: #333;
16927
16919
  text-align: center;
16928
16920
  margin: 4px 10px 0 0;
@@ -17037,7 +17029,7 @@ button.btn-fab-floating {
17037
17029
 
17038
17030
  /*
17039
17031
  # -----------------------------------------------------------------------------
17040
- # ~/scss/theme_uno/bootstrap/extensions/_lane.scss
17032
+ # ~/scss/theme_uno/extensions/_lane.scss
17041
17033
  # Helper classen for J! template lanes
17042
17034
  # Product/Info:
17043
17035
  # https://jekyll.one
@@ -17094,7 +17086,7 @@ button.btn-fab-floating {
17094
17086
 
17095
17087
  /*
17096
17088
  # -----------------------------------------------------------------------------
17097
- # ~/scss/theme_uno/bootstrap/extensions/_pages.scss
17089
+ # ~/scss/theme_uno/extensions/_pages.scss
17098
17090
  #
17099
17091
  # Product/Info:
17100
17092
  # https://jekyll.one
@@ -17107,8 +17099,6 @@ button.btn-fab-floating {
17107
17099
  # NOTE: Additional styles for page articles (pages)
17108
17100
  # -----------------------------------------------------------------------------
17109
17101
  */
17110
- /* Helper classes
17111
- ----------------- */
17112
17102
  .fix-height-150 {
17113
17103
  height: 150px; }
17114
17104
 
@@ -17118,8 +17108,6 @@ button.btn-fab-floating {
17118
17108
  .fix-height-600 {
17119
17109
  height: 600px; }
17120
17110
 
17121
- /* Container (Parent) classes
17122
- ----------------------------- */
17123
17111
  .flex-container-v2 {
17124
17112
  padding: 0;
17125
17113
  margin: 0;
@@ -17148,8 +17136,6 @@ button.btn-fab-floating {
17148
17136
  font-weight: bold;
17149
17137
  font-size: 3em; }
17150
17138
 
17151
- /* Flex Item (Child) classes
17152
- ------------------------------------------------------------------- */
17153
17139
  .flex-item-v2 {
17154
17140
  background-color: #E8EAF6;
17155
17141
  width: 100px;
@@ -17159,8 +17145,6 @@ button.btn-fab-floating {
17159
17145
  font-weight: bold;
17160
17146
  font-size: 3em; }
17161
17147
 
17162
- /* Flex PARENT property flex-direction
17163
- ------------------------------------------------------------------- */
17164
17148
  .flex-direction-column {
17165
17149
  flex-direction: column; }
17166
17150
 
@@ -17173,8 +17157,6 @@ button.btn-fab-floating {
17173
17157
  .flex-direction-row-reverse {
17174
17158
  flex-direction: row-reverse; }
17175
17159
 
17176
- /* Flex PARENT property flex-wrap
17177
- ------------------------------------------------------------------- */
17178
17160
  .flex-wrap-nowrap {
17179
17161
  flex-wrap: nowrap; }
17180
17162
 
@@ -17184,16 +17166,12 @@ button.btn-fab-floating {
17184
17166
  .flex-wrap-wrap-reverse {
17185
17167
  flex-wrap: wrap-reverse; }
17186
17168
 
17187
- /* Flex PARENT property flex-wrap
17188
- ------------------------------------------------------------------- */
17189
17169
  .flex-flow-row-wrap {
17190
17170
  flex-flow: row wrap; }
17191
17171
 
17192
17172
  .flex-flow-row-nowrap {
17193
17173
  flex-flow: row nowrap; }
17194
17174
 
17195
- /* Flex PARENT property justify-content
17196
- ------------------------------------------------------------------- */
17197
17175
  .flex-justify-content-center {
17198
17176
  justify-content: center; }
17199
17177
 
@@ -17209,8 +17187,6 @@ button.btn-fab-floating {
17209
17187
  .flex-justify-content-space-between {
17210
17188
  justify-content: space-between; }
17211
17189
 
17212
- /* Flex PARENT property align-items
17213
- ------------------------------------------------------------------- */
17214
17190
  .flex-align-items-baseline {
17215
17191
  align-items: baseline; }
17216
17192
 
@@ -17226,8 +17202,6 @@ button.btn-fab-floating {
17226
17202
  .flex-align-items-stretch {
17227
17203
  align-items: stretch; }
17228
17204
 
17229
- /* Flex PARENT property align-content
17230
- ------------------------------------------------------------------- */
17231
17205
  .flex-align-content-center {
17232
17206
  align-content: center; }
17233
17207
 
@@ -17246,8 +17220,6 @@ button.btn-fab-floating {
17246
17220
  .flex-align-content-stretch {
17247
17221
  align-content: stretch; }
17248
17222
 
17249
- /* Navigation example
17250
- ------------------------------------------------------------------- */
17251
17223
  .navigation {
17252
17224
  list-style: none;
17253
17225
  margin: 0;
@@ -17286,8 +17258,6 @@ button.btn-fab-floating {
17286
17258
  .navigation li:last-of-type a {
17287
17259
  border-bottom: none; } }
17288
17260
 
17289
- /* 3-Columns Layout example
17290
- ------------------------------------------------------------------- */
17291
17261
  .wrapper-mobile {
17292
17262
  display: flex;
17293
17263
  flex-flow: row wrap;
@@ -17332,7 +17302,7 @@ button.btn-fab-floating {
17332
17302
 
17333
17303
  /*
17334
17304
  # -----------------------------------------------------------------------------
17335
- # ~/scss/theme_uno/bootstrap/extensions/_post.scss
17305
+ # ~/scss/theme_uno/extensions/_post.scss
17336
17306
  #
17337
17307
  # Product/Info:
17338
17308
  # https://jekyll.one
@@ -17354,105 +17324,6 @@ button.btn-fab-floating {
17354
17324
  margin-bottom: 2rem;
17355
17325
  border-bottom: 1px solid #E5E5E5; }
17356
17326
 
17357
- /*
17358
- .post-search-results h2 {
17359
- font-size: 3rem !important;
17360
- font-weight: 400;
17361
- }
17362
-
17363
- .post-search-results h3 {
17364
- font-size: 2rem !important;
17365
- font-weight: 400;
17366
- }
17367
-
17368
- .post-search-results h4 {
17369
- font-size: 2rem !important;
17370
- font-weight: 400;
17371
- }
17372
-
17373
- .post-search-results h4 {
17374
- font-size: 1.25rem !important;
17375
- font-weight: 200;
17376
- margin-top: 0;
17377
- }
17378
-
17379
- .post-search-results h4 {
17380
- font-size: 1.75rem !important;
17381
- font-weight: 500;
17382
- margin-top: 0;
17383
- color: $gray-300 !important;
17384
- }
17385
-
17386
- .post-search-results .link-news {
17387
- margin-bottom: 0;
17388
- }
17389
-
17390
- .post-search-results .link-news li {
17391
- // padding: 12px 0px;
17392
- // border-top: solid 1px #353535;
17393
- }
17394
-
17395
- .post-search-results .link-news li:first-child {
17396
- padding-top: 0;
17397
- border-top: none;
17398
- }
17399
-
17400
- .post-search-results .link-news li a, .link-news li a {
17401
- color: rgba(0, 0, 0, 0.5);
17402
- // font-size: 1.25rem;
17403
- font-weight: 400;
17404
- margin-bottom: 3px;
17405
- display: inline-block;
17406
- }
17407
-
17408
- .post-search-results .link-news a:hover {
17409
- color: rgba(0, 0, 0, 0.9) !important;
17410
- text-decoration: none;
17411
- }
17412
-
17413
- .post-search-results .link-news li small {
17414
- font-size: 1.25rem;
17415
- color: #555;
17416
- display: block;
17417
- }
17418
-
17419
- .post-archive-search-results .link-news li a, .link-news li a {
17420
- color: rgba(0, 0, 0, 0.5);
17421
- // font-size: 1rem;
17422
- font-weight: 400;
17423
- margin-bottom: 3px;
17424
- display: inline-block;
17425
- }
17426
-
17427
- .post-date-search-results .link-news li a, .link-news li a {
17428
- color: rgba(0, 0, 0, 0.5);
17429
- // font-size: 1rem;
17430
- font-weight: 400;
17431
- margin-bottom: 3px;
17432
- display: inline-block;
17433
- }
17434
-
17435
- .post-date-search-results h3 {
17436
- font-size: 4rem !important;
17437
- font-weight: 400;
17438
- }
17439
-
17440
- .link-news a {
17441
- text-decoration: none;
17442
- }
17443
-
17444
- .link-news a:hover {
17445
- color: rgba(0, 0, 0, 0.9) !important;
17446
- text-decoration: none;
17447
- }
17448
-
17449
- a.news-link {
17450
- color: currentColor;
17451
- height: 100%;
17452
- font-size: 14px;
17453
- text-decoration: none !important;
17454
- }
17455
- */
17456
17327
  .series-navigator {
17457
17328
  display: inline-block;
17458
17329
  position: relative;
@@ -17527,7 +17398,7 @@ a.news-link {
17527
17398
 
17528
17399
  /*
17529
17400
  # -----------------------------------------------------------------------------
17530
- # ~/scss/theme_uno/bootstrap/extensions/pulser.scss
17401
+ # ~/scss/theme_uno/extensions/pulser.scss
17531
17402
  #
17532
17403
  # Product/Info:
17533
17404
  # https://jekyll.one
@@ -17702,7 +17573,7 @@ a.news-link {
17702
17573
 
17703
17574
  /*
17704
17575
  # -----------------------------------------------------------------------------
17705
- # ~/scss/theme_uno/bootstrap/_radios.scss
17576
+ # ~/scss/theme_uno/extensions/_radios.scss
17706
17577
  #
17707
17578
  # Product/Info:
17708
17579
  # https://jekyll.one
@@ -17813,7 +17684,7 @@ label.radio-inline {
17813
17684
 
17814
17685
  /*
17815
17686
  # -----------------------------------------------------------------------------
17816
- # ~/scss/theme_uno/bootstrap/_ripples.scss
17687
+ # ~/scss/theme_uno/extensions/_ripples.scss
17817
17688
  #
17818
17689
  # Product/Info:
17819
17690
  # https://github.com/FezVrasta/bootstrap-material-design
@@ -17858,7 +17729,7 @@ label.radio-inline {
17858
17729
 
17859
17730
  /*
17860
17731
  # -----------------------------------------------------------------------------
17861
- # ~/scss/theme_uno/bootstrap/extensions/_scroll-group.scss
17732
+ # ~/scss/theme_uno/extensions/_scroll-group.scss
17862
17733
  # Class for the scoller|infinite scroll (based|modified from BS list_groups)
17863
17734
  # Product/Info:
17864
17735
  # https://jekyll.one
@@ -17928,7 +17799,7 @@ label.radio-inline {
17928
17799
 
17929
17800
  /*
17930
17801
  # -----------------------------------------------------------------------------
17931
- # ~/scss/theme_uno/bootstrap/extensions/_scrollbars.scss
17802
+ # ~/scss/theme_uno/extensions/_scrollbars.scss
17932
17803
  #
17933
17804
  # Product/Info:
17934
17805
  # https://jekyll.one
@@ -18199,7 +18070,7 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18199
18070
 
18200
18071
  /*
18201
18072
  # -----------------------------------------------------------------------------
18202
- # ~/scss/theme_uno/bootstrap/_switches.scss
18073
+ # ~/scss/theme_uno/extensions/_switches.scss
18203
18074
  #
18204
18075
  # Product/Info:
18205
18076
  # https://github.com/FezVrasta/bootstrap-material-design
@@ -18263,7 +18134,7 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18263
18134
 
18264
18135
  /*
18265
18136
  # -----------------------------------------------------------------------------
18266
- # ~/scss/theme_uno/bootstrap/extensions/_tags.scss
18137
+ # ~/scss/theme_uno/extensions/_tags.scss
18267
18138
  #
18268
18139
  # Product/Info:
18269
18140
  # https://jekyll.one
@@ -18305,8 +18176,6 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18305
18176
  font-weight: 600;
18306
18177
  line-height: 2.5; }
18307
18178
 
18308
- /* Tag Cloud classes
18309
- -------------------------------------------------------------------------------- */
18310
18179
  .tag__cloud {
18311
18180
  margin-bottom: 10px;
18312
18181
  margin-top: 20px; }
@@ -18328,7 +18197,7 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18328
18197
  white-space: nowrap;
18329
18198
  text-overflow: ellipsis;
18330
18199
  overflow: hidden;
18331
- color: #000;
18200
+ color: #000 !important;
18332
18201
  font-size: 1rem;
18333
18202
  font-weight: 400;
18334
18203
  text-decoration: none;
@@ -18364,7 +18233,7 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18364
18233
 
18365
18234
  /*
18366
18235
  # -----------------------------------------------------------------------------
18367
- # ~/scss/theme_uno/bootstrap/extensions/_timeline.scss
18236
+ # ~/scss/theme_uno/extensions/_timeline.scss
18368
18237
  #
18369
18238
  # Product/Info:
18370
18239
  # https://jekyll.one
@@ -18377,8 +18246,6 @@ ul.scrollable-menu::-webkit-scrollbar-thumb {
18377
18246
  # NOTE: General styles for blog|post generator of type 'timeline'
18378
18247
  # -----------------------------------------------------------------------------
18379
18248
  */
18380
- /* Header Box
18381
- -------------------------------------------------------------------------------- */
18382
18249
  .timeline-header-box {
18383
18250
  background: #fff; }
18384
18251
 
@@ -18424,8 +18291,6 @@ h2.timeline-header-box:after, .timeline-header-box.h2:after {
18424
18291
  margin-left: -25px;
18425
18292
  background: #607d8b; }
18426
18293
 
18427
- /* Timeline
18428
- -------------------------------------------------------------------------------- */
18429
18294
  .timeline {
18430
18295
  padding: 20px 0;
18431
18296
  list-style: none;
@@ -18525,19 +18390,6 @@ a.timeline-list-unstyled:hover {
18525
18390
  float: left;
18526
18391
  position: relative; }
18527
18392
 
18528
- /*
18529
- .timeline > li > .timeline-panel:before {
18530
- position: absolute;
18531
- top: 26px;
18532
- right: -15px;
18533
- display: inline-block;
18534
- border-top: 15px solid transparent;
18535
- border-left: 15px solid $gray-100;
18536
- border-right: 0 solid $gray-100;
18537
- border-bottom: 15px solid transparent;
18538
- content: " ";
18539
- }
18540
- */
18541
18393
  .timeline > li > .timeline-panel:after {
18542
18394
  position: absolute;
18543
18395
  top: 27px;
@@ -18631,8 +18483,6 @@ a.timeline-list-unstyled:hover {
18631
18483
  .timeline > li.timeline-inverted > .timeline-badge {
18632
18484
  left: -12px; }
18633
18485
 
18634
- /* Media Queries
18635
- ------------------------------------------------------------------------------- */
18636
18486
  @media screen and (max-width: 992px) {
18637
18487
  .timeline > li > .timeline-panel:before {
18638
18488
  top: 31px;
@@ -18703,12 +18553,11 @@ a.timeline-list-unstyled:hover {
18703
18553
  margin-top: 30px;
18704
18554
  margin-bottom: 30px; }
18705
18555
  .timeline > li.timeline-inverted > .timeline-badge {
18706
- /* was: left: 28px; */
18707
18556
  left: -11px; } }
18708
18557
 
18709
18558
  /*
18710
18559
  # -----------------------------------------------------------------------------
18711
- # ~/scss/theme_uno/bootstrap/extensions/_typography.scss
18560
+ # ~/scss/theme_uno/extensions/_typography.scss
18712
18561
  #
18713
18562
  # Product/Info:
18714
18563
  # https://jekyll.one
@@ -18727,6 +18576,15 @@ a.timeline-list-unstyled:hover {
18727
18576
  # SPEC: general - https://www.google.com/design/spec/style/typography.html#typography-styles
18728
18577
  # -----------------------------------------------------------------------------
18729
18578
  */
18579
+ b,
18580
+ strong {
18581
+ font-weight: 500 !important;
18582
+ color: #757575; }
18583
+
18584
+ cite, em, var, address, dfn {
18585
+ font-weight: 500 !important;
18586
+ color: #757575; }
18587
+
18730
18588
  .no-r-text, .no-rtext {
18731
18589
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
18732
18590
  font-size: 1rem;
@@ -19376,7 +19234,7 @@ a.timeline-list-unstyled:hover {
19376
19234
 
19377
19235
  /*
19378
19236
  # -----------------------------------------------------------------------------
19379
- # ~/scss/theme_uno/bootstrap/extensions/_utilities.scss
19237
+ # ~/scss/theme_uno/extensions/_utilities.scss
19380
19238
  #
19381
19239
  # Product/Info:
19382
19240
  # https://jekyll.one