j1-template 2020.0.19 → 2020.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/cookiebar.html +2 -2
  3. data/assets/themes/j1/adapter/js/back2top.js +6 -8
  4. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +10 -10
  5. data/assets/themes/j1/adapter/js/framer.js +0 -4
  6. data/assets/themes/j1/adapter/js/navigator.js +18 -3
  7. data/assets/themes/j1/adapter/js/ssm.js +24 -7
  8. data/assets/themes/j1/core/css/theme-extensions.css +115 -67
  9. data/assets/themes/j1/core/css/theme-extensions.min.css +1 -1
  10. data/assets/themes/j1/core/css/uno-dark.css +188 -62
  11. data/assets/themes/j1/core/css/uno-dark.min.css +1 -1
  12. data/assets/themes/j1/core/css/uno.css +222 -104
  13. data/assets/themes/j1/core/css/uno.min.css +1 -1
  14. data/assets/themes/j1/core/css/vendor.css +1 -2
  15. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  16. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  17. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  18. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +11 -12
  19. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +11 -12
  20. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  21. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  22. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  23. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  24. data/assets/themes/j1/modules/carousel/css/theme/uno.css +7 -8
  25. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  26. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  27. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  28. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  29. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  30. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  31. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  32. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  33. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  34. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  35. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  36. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  37. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  38. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +2 -2
  39. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +12 -386
  40. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +12 -16
  41. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +8 -163
  42. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +12 -19
  43. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +8 -82
  44. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +1 -1
  45. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +1 -1
  46. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
  47. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +2 -257
  48. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -11
  49. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -12
  50. data/lib/j1/version.rb +1 -1
  51. data/lib/starter_web/Gemfile +1 -1
  52. data/lib/starter_web/_config.yml +1 -1
  53. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  54. data/lib/starter_web/_data/resources.yml +38 -3
  55. data/lib/starter_web/_data/template_settings.yml +1 -1
  56. data/lib/starter_web/package.json +1 -1
  57. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc +2 -2
  58. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_left_warning.asciidoc +2 -2
  59. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_right_danger.asciidoc +2 -2
  60. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_central_success.asciidoc +2 -2
  61. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_left_info.asciidoc +2 -2
  62. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_right_success.asciidoc +2 -2
  63. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_info.asciidoc +2 -2
  64. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_left_info.asciidoc +2 -2
  65. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_right_success.asciidoc +2 -2
  66. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_demo.asciidoc +16 -16
  67. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +3 -3
  68. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1550 -1505
  69. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  70. data/lib/starter_web/utilsrv/package.json +1 -1
  71. metadata +3 -4
  72. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f88309f8b818139934a8e812428ed7b8bb4257a2dd0a2c22c8dd78e8c79d41c9
4
- data.tar.gz: 1848a6d5e9e8e38460b0acb9d49992ef6de6ae9aa0f356a00d49a8644ae6bc5f
3
+ metadata.gz: 7eaf1a3bc7000eff87791c16377b6cc8d81c3f76d9f19ec33e22ef9644e5e5f5
4
+ data.tar.gz: d64495dc88b913b2c8201968d67760497cbc5a41080a8c2270e375de781f7af1
5
5
  SHA512:
6
- metadata.gz: cf7b33dde227d1d7f8a8cc69a766f02f27ff44ca1ff34f9039b4f2941450787253dd6ef5b75f297c18778169607a7b414cb3e1e5aa9ba007af9a19a87945ef7e
7
- data.tar.gz: eb6ebe9544cf9535521b5f7afebc55d21654fe7993e38af28a354c94134429195ffd92397688b5023c110dc6edc84477f68a4e8880ab191fe375ddb8c5f09e48
6
+ metadata.gz: 98dcc7ac041e000ba75c3e84adac919445bd6373bc4bb815e945ab1849d6c6efabc061bc1d1e6ae9315ed3f487d7ad2c24a24e3e0118b900a660b5c018233b71
7
+ data.tar.gz: dc37799ae71afbc73176a03388da1583772d3a6e5c030978fd625e87156672e7f9ceb5425863f4162c95b15478b33d5a2682be0d81f85617d460fb6f46ff9d05
@@ -239,13 +239,13 @@ regenerate: true
239
239
  </tbody>
240
240
  </table>
241
241
  </div>
242
- <div class="paragraph">
242
+ <!-- div class="paragraph">
243
243
  <p>
244
244
  You are about to <strong>disagree</strong> on cookies used by this site.
245
245
  If you do so, this site is <strong>unable</strong> to offer you any of our
246
246
  <strong>functionalities</strong>, <strong>services</strong> or <strong>support</strong>.
247
247
  </p>
248
- </div>
248
+ </div -->
249
249
  </div>
250
250
  </div>
251
251
  <!-- END Body -->
@@ -11,10 +11,8 @@ regenerate: true
11
11
  #
12
12
  # Product/Info:
13
13
  # https://jekyll.one
14
- # http://dynamicdrive.com/dynamicindex3/scrolltop.htm
15
14
  #
16
15
  # Copyright (C) 2020 Juergen Adams
17
- # Copyright (C) 2009 dynamicdrive.com
18
16
  #
19
17
  # J1 Template is licensed under the MIT License.
20
18
  # For details, see https://jekyll.one
@@ -148,17 +146,17 @@ j1.adapter['back2top'] = (function (j1, window) {
148
146
  // save config settings into the mmenu object for global access
149
147
  //
150
148
  _this['moduleOptions'] = moduleOptions;
151
- _this.setCss();
152
149
 
153
- var dependencies_met_navigator = setInterval(function() {
150
+ var dependencies_met_page_finished = setInterval(function() {
154
151
  if (j1.getState() == 'finished') {
155
152
  logger.info('met dependencies for: j1');
156
153
  j1.core.back2top.init(moduleOptions);
154
+ _this.setCss();
157
155
  _this.setState('finished');
158
156
  logger.info('state: ' + _this.getState());
159
- clearInterval(dependencies_met_navigator);
157
+ clearInterval(dependencies_met_page_finished);
160
158
  }
161
- }, 25);
159
+ }, 25); // END 'dependencies_met_page_finished'
162
160
  } else {
163
161
  _this.setState('finished');
164
162
  logger.info('state: ' + _this.getState());
@@ -170,10 +168,10 @@ j1.adapter['back2top'] = (function (j1, window) {
170
168
  // Set dynamic styles for Back2Top
171
169
  // -------------------------------------------------------------------------
172
170
  setCss: function () {
173
- var bg_primary = j1.getStyleValue('body', 'color');
171
+ var bg_primary = j1.getStyleValue('bg-primary', 'background-color');
174
172
 
175
173
  $('head').append('<style>#topcontrol {background: ' +moduleOptions.background_color+ ';}</style>');
176
- $('head').append('<style>#topcontrol:hover {background: ' +moduleOptions.active_color+ ';}</style>');
174
+ $('head').append('<style>#topcontrol:hover {background: ' +bg_primary+ ';}</style>');
177
175
  $('head').append('<style>#topcontrol:after {content: "\\{{back2top_icon}}"; font-family: {{back2top_icon_family}};}</style>');
178
176
  }, // END setCss
179
177
 
@@ -6,8 +6,8 @@ regenerate: true
6
6
 
7
7
  {% comment %}
8
8
  # -----------------------------------------------------------------------------
9
- # ~/assets/themes/j1/adapter/js/mdb.js
10
- # Liquid template to adapt Material Design Bootrap
9
+ # ~/assets/themes/j1/adapter/js/bmd.js
10
+ # Liquid template to adapt Bootrap Material Design (BMD)
11
11
  #
12
12
  # Product/Info:
13
13
  # https://jekyll.one
@@ -23,8 +23,8 @@ regenerate: true
23
23
 
24
24
  /*
25
25
  # -----------------------------------------------------------------------------
26
- # ~/assets/themes/j1/adapter/js/mdb.js
27
- # J1 Adapter for MDB
26
+ # ~/assets/themes/j1/adapter/js/bmd.js
27
+ # J1 Adapter for BMD
28
28
  #
29
29
  # Product/Info:
30
30
  # https://jekyll.one
@@ -47,7 +47,7 @@ regenerate: true
47
47
 
48
48
  {% comment %} Main
49
49
  -------------------------------------------------------------------------------- {% endcomment %}
50
- j1.adapter['mdb'] = (function (j1, window) {
50
+ j1.adapter['bmd'] = (function (j1, window) {
51
51
 
52
52
  {% comment %} Set global variables
53
53
  ------------------------------------------------------------------------------ {% endcomment %}
@@ -74,8 +74,8 @@ j1.adapter['mdb'] = (function (j1, window) {
74
74
  // -----------------------------------------------------------------------
75
75
  // globals
76
76
  // -----------------------------------------------------------------------
77
- _this = j1.adapter.mdb;
78
- logger = log4javascript.getLogger('j1.adapter.mdb');
77
+ _this = j1.adapter.bmd;
78
+ logger = log4javascript.getLogger('j1.adapter.bmd');
79
79
 
80
80
  // initialize state flag
81
81
  _this.setState('started');
@@ -86,14 +86,14 @@ j1.adapter['mdb'] = (function (j1, window) {
86
86
  // Default module settings
87
87
  // -----------------------------------------------------------------------
88
88
  var settings = $.extend({
89
- module_name: 'j1.adapter.mdb',
89
+ module_name: 'j1.adapter.bmd',
90
90
  generated: '{{site.time}}'
91
91
  }, options);
92
92
 
93
93
  // -----------------------------------------------------------------------
94
- // MDB initializer
94
+ // BMD initializer
95
95
  // -----------------------------------------------------------------------
96
- var log_text = 'MDB is being initialized';
96
+ var log_text = 'BMD is being initialized';
97
97
  logger.info(log_text);
98
98
 
99
99
  var dependencies_met_j1_finished = setInterval(function() {
@@ -11,15 +11,11 @@ regenerate: true
11
11
  #
12
12
  # Product/Info:
13
13
  # https://jekyll.one
14
- # http://davidjbradshaw.github.io/iframe-resizer/
15
14
  #
16
15
  # Copyright (C) 2020 Juergen Adams
17
- # Copyright (C) 2013-15 David J. Bradshaw
18
16
  #
19
17
  # J1 Template is licensed under the MIT License.
20
18
  # For details, see https://jekyll.one
21
- # iFrameResizer is licensed under under the MIT License.
22
- # For details, see http://davidjbradshaw.github.io/iframe-resizer/
23
19
  # -----------------------------------------------------------------------------
24
20
  {% endcomment %}
25
21
 
@@ -382,7 +382,7 @@ j1.adapter['navigator'] = (function (j1, window) {
382
382
  clearInterval(dependencies_met_page_finished);
383
383
  }
384
384
  logger.info('initializing dynamic CSS styles: finished');
385
- }, 25); // END 'dependencies_met_adapter_finished'
385
+ }, 25); // END 'dependencies_met_page_finished'
386
386
 
387
387
  logger.info('init auth client');
388
388
  _this.initAuthClient(_this.navAuthManagerConfig);
@@ -733,7 +733,7 @@ j1.adapter['navigator'] = (function (j1, window) {
733
733
  {% comment %} Tag Cloud styles
734
734
  -------------------------------------------------------------------------- {% endcomment %}
735
735
  $('head').append('<style>.tag-cloud ul li a {background-color: ' +bg_scrolled+ ' !important;}</style>');
736
- $('head').append('<style>.tag-cloud ul li a:hover {background-color: #212121 !important;}</style>');
736
+ // $('head').append('<style>.tag-cloud ul li a:hover {background-color: #212121 !important;}</style>');
737
737
 
738
738
  {% comment %} Toccer styles
739
739
  -------------------------------------------------------------------------- {% endcomment %}
@@ -747,7 +747,6 @@ j1.adapter['navigator'] = (function (j1, window) {
747
747
  -------------------------------------------------------------------------- {% endcomment %}
748
748
  $('head').append('<style>.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background-color: ' +bg_scrolled+ ' !important;}</style>');
749
749
 
750
-
751
750
  return true;
752
751
  }, // END setCSS
753
752
 
@@ -851,6 +850,22 @@ j1.adapter['navigator'] = (function (j1, window) {
851
850
  }; // END return
852
851
  })(j1, window);
853
852
 
853
+ {% comment %} process adapter COMPRESSED for production DISABLED
854
+ NOTE: for unknown reason, minifyJS detect JS/ES6 code
855
+ SyntaxError: Unexpected token: punc ())
856
+ --------------------------------------------------------------------------------
857
+ {% assign production = true %}
858
+ {% endcapture %}
859
+ {% if production %}
860
+ {{ cache | minifyJS }}
861
+ {% else %}
862
+ {{ cache | strip_empty_lines }}
863
+ {% endif %}
864
+ {% assign cache = nil %}
865
+ -------------------------------------------------------------------------------- {% endcomment %}
866
+
867
+ {% comment %} process adapter UNCOMPRESSED
868
+ -------------------------------------------------------------------------------- {% endcomment %}
854
869
  {% endcapture %}
855
870
  {{ cache | strip_empty_lines }}
856
871
  {% assign cache = nil %}
@@ -83,7 +83,7 @@ j1.adapter['ssm'] = (function (j1, window) {
83
83
  // ---------------------------------------------------------------------------
84
84
  // globals
85
85
  // ---------------------------------------------------------------------------
86
- const isMobile = j1.core.isMobile();
86
+ var isMobile = j1.core.isMobile();
87
87
  var environment = '{{environment}}';
88
88
  var dclFinished = false;
89
89
  var moduleOptions = {};
@@ -186,7 +186,8 @@ j1.adapter['ssm'] = (function (j1, window) {
186
186
  xhr_container_id: '{{ssm_options.xhr_container_id}}',
187
187
  xhr_data_path: '{{ssm_options.xhr_data_path}}' },
188
188
  'j1.adapter.ssm',
189
- 'data_loaded');
189
+ 'data_loaded'
190
+ );
190
191
 
191
192
  // ---------------------------------------------------------------------
192
193
  // Initialize MMenu Navs and Drawers
@@ -204,7 +205,7 @@ j1.adapter['ssm'] = (function (j1, window) {
204
205
  _this.setState('processing');
205
206
  logger.info('set module state to: ' + _this.getState());
206
207
  logger.info('initialize ssm menu');
207
- (ssmOptions.mode === 'icon')
208
+ ssmOptions.mode === 'icon'
208
209
  ? logger.info('ssm mode detected: icon')
209
210
  : logger.info('ssm mode detected: menu');
210
211
  _this.scrollSpy(ssmOptions);
@@ -307,7 +308,7 @@ j1.adapter['ssm'] = (function (j1, window) {
307
308
  // Correction if mobile (offset: desktop -90px, mobile -80px)
308
309
  scrollOffset = j1.core.isMobile() ? scrollOffset + 10 : scrollOffset;
309
310
 
310
- nodes.each(function() {
311
+ nodes.each(function () {
311
312
  currentNode = $(this).find(current_header_id);
312
313
  if (currentNode.length) {
313
314
  if (index > maxNode) {
@@ -350,7 +351,7 @@ j1.adapter['ssm'] = (function (j1, window) {
350
351
  // Correction if mobile (offset: desktop -90px, mobile -80px)
351
352
  scrollOffset = j1.core.isMobile() ? scrollOffset + 10 : scrollOffset;
352
353
 
353
- nodes.each(function() {
354
+ nodes.each(function () {
354
355
  currentNode = $(this).find(current_header_id);
355
356
  if (currentNode.length) {
356
357
  if (index == maxNode) {
@@ -370,7 +371,7 @@ j1.adapter['ssm'] = (function (j1, window) {
370
371
  });
371
372
  }
372
373
  }
373
- (index < maxNode) ? index++ : index;
374
+ index < maxNode ? index++ : index;
374
375
  });
375
376
  }, // END scroll_next_section
376
377
 
@@ -489,7 +490,7 @@ j1.adapter['ssm'] = (function (j1, window) {
489
490
 
490
491
  // show|hide ssm container on scroll position in page
491
492
  //
492
- ( scrollPos >= showSsmPos ) && ( scrollPos <= hideSsmPos )
493
+ scrollPos >= showSsmPos && scrollPos <= hideSsmPos
493
494
  ? $ssmContainer.css('display','block')
494
495
  : $ssmContainer.css('display','none');
495
496
 
@@ -518,6 +519,22 @@ j1.adapter['ssm'] = (function (j1, window) {
518
519
  }; // END return
519
520
  })(j1, window);
520
521
 
522
+ {% comment %} process adapter COMPRESSED for production DISABLED
523
+ NOTE: for unknown reason, minifyJS detect JS/ES6 code
524
+ SyntaxError: Unexpected token: punc ())
525
+ --------------------------------------------------------------------------------
526
+ {% assign production = true %}
527
+ {% endcapture %}
528
+ {% if production %}
529
+ {{ cache | minifyJS }}
530
+ {% else %}
531
+ {{ cache | strip_empty_lines }}
532
+ {% endif %}
533
+ {% assign cache = nil %}
534
+ -------------------------------------------------------------------------------- {% endcomment %}
535
+
536
+ {% comment %} process adapter UNCOMPRESSED
537
+ -------------------------------------------------------------------------------- {% endcomment %}
521
538
  {% endcapture %}
522
539
  {{ cache | strip_empty_lines }}
523
540
  {% assign cache = nil %}
@@ -27,6 +27,30 @@
27
27
  # NOTE: This is the (SASS) entry point for global theme variables
28
28
  # -----------------------------------------------------------------------------
29
29
  */
30
+ .bs-primary {
31
+ color: #2196f3 !important; }
32
+
33
+ .bs-secondary {
34
+ color: #607d8b !important; }
35
+
36
+ .bs-success {
37
+ color: #4caf50 !important; }
38
+
39
+ .bs-info {
40
+ color: #00bcd4 !important; }
41
+
42
+ .bs-warning {
43
+ color: #ffeb3b !important; }
44
+
45
+ .bs-danger {
46
+ color: #f44336 !important; }
47
+
48
+ .bs-light {
49
+ color: #f5f5f5 !important; }
50
+
51
+ .bs-dark {
52
+ color: #424242 !important; }
53
+
30
54
  /*
31
55
  # -----------------------------------------------------------------------------
32
56
  # ~/scss/theme_uno/bootstrap/_mixins.scss
@@ -111,12 +135,12 @@
111
135
  # ~/scss/theme_uno/bootstrap/_radios.scss
112
136
  #
113
137
  # Product/Info:
114
- # https://github.com/FezVrasta/bootstrap-material-design
138
+ # https://jekyll.one
115
139
  #
116
- # Copyright (C) 2020 Federico Zivolo and Contributors
140
+ # Copyright (C) 2020 Juergen Adams
117
141
  #
118
- # Bootstrap Material Design is licensed under the MIT License.
119
- # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
142
+ # J1 Template is licensed under the MIT License.
143
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
120
144
  # -----------------------------------------------------------------------------
121
145
  */
122
146
  .radio label,
@@ -3357,6 +3381,30 @@ a.timeline-list-unstyled:hover {
3357
3381
  # NOTE: This is the (SASS) entry point for global theme variables
3358
3382
  # -----------------------------------------------------------------------------
3359
3383
  */
3384
+ .bs-primary {
3385
+ color: #2196f3 !important; }
3386
+
3387
+ .bs-secondary {
3388
+ color: #607d8b !important; }
3389
+
3390
+ .bs-success {
3391
+ color: #4caf50 !important; }
3392
+
3393
+ .bs-info {
3394
+ color: #00bcd4 !important; }
3395
+
3396
+ .bs-warning {
3397
+ color: #ffeb3b !important; }
3398
+
3399
+ .bs-danger {
3400
+ color: #f44336 !important; }
3401
+
3402
+ .bs-light {
3403
+ color: #f5f5f5 !important; }
3404
+
3405
+ .bs-dark {
3406
+ color: #424242 !important; }
3407
+
3360
3408
  .g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
3361
3409
  color: rgba(255, 255, 255, 0.9) !important; }
3362
3410
 
@@ -3654,7 +3702,7 @@ a.timeline-list-unstyled:hover {
3654
3702
  # J1 Template is licensed under the MIT License.
3655
3703
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
3656
3704
  # -----------------------------------------------------------------------------
3657
- # NOTE: Color Palette for MD Icons
3705
+ # NOTE: MD Color Palette
3658
3706
  # -----------------------------------------------------------------------------
3659
3707
  */
3660
3708
  .md-white {
@@ -3662,224 +3710,224 @@ a.timeline-list-unstyled:hover {
3662
3710
 
3663
3711
  a.md-white:hover,
3664
3712
  a.md-white:focus {
3665
- color: #FAFAFA !important; }
3713
+ color: #424242 !important; }
3666
3714
 
3667
3715
  .md-black {
3668
3716
  color: #000 !important; }
3669
3717
 
3670
3718
  a.md-black:hover,
3671
3719
  a.md-black:focus {
3672
- color: #FAFAFA !important; }
3720
+ color: #f5f5f5 !important; }
3673
3721
 
3674
3722
  .md-red {
3675
3723
  color: #f44336 !important; }
3676
3724
 
3677
3725
  a.md-red:hover,
3678
3726
  a.md-red:focus {
3679
- color: #D32F2F !important; }
3727
+ color: #424242 !important; }
3680
3728
 
3681
3729
  .md-red-50 {
3682
3730
  color: #ffebee !important; }
3683
3731
 
3684
3732
  a.md-red-50:hover,
3685
3733
  a.md-red-50:focus {
3686
- color: #ffcdd2 !important; }
3734
+ color: #424242 !important; }
3687
3735
 
3688
3736
  .md-red-100 {
3689
3737
  color: #ffcdd2 !important; }
3690
3738
 
3691
3739
  a.md-red-100:hover,
3692
3740
  a.md-red-100:focus {
3693
- color: #ef9a9a !important; }
3741
+ color: #424242 !important; }
3694
3742
 
3695
3743
  .md-red-200 {
3696
3744
  color: #ef9a9a !important; }
3697
3745
 
3698
3746
  a.md-red-200:hover,
3699
3747
  a.md-red-200:focus {
3700
- color: #e57373 !important; }
3748
+ color: #424242 !important; }
3701
3749
 
3702
3750
  .md-red-300 {
3703
3751
  color: #e57373 !important; }
3704
3752
 
3705
3753
  a.md-red-300:hover,
3706
3754
  a.md-red-300:focus {
3707
- color: #ef5350 !important; }
3755
+ color: #424242 !important; }
3708
3756
 
3709
3757
  .md-red-400 {
3710
3758
  color: #ef5350 !important; }
3711
3759
 
3712
3760
  a.md-red-400:hover,
3713
3761
  a.md-red-400:focus {
3714
- color: #f44336 !important; }
3762
+ color: #424242 !important; }
3715
3763
 
3716
3764
  .md-red-500 {
3717
3765
  color: #f44336 !important; }
3718
3766
 
3719
3767
  a.md-red-500:hover,
3720
3768
  a.md-red-500:focus {
3721
- color: #D32F2F !important; }
3769
+ color: #424242 !important; }
3722
3770
 
3723
3771
  .md-red-600 {
3724
3772
  color: #e53935 !important; }
3725
3773
 
3726
3774
  a.md-red-600:hover,
3727
3775
  a.md-red-600:focus {
3728
- color: #d32f2f !important; }
3776
+ color: #424242 !important; }
3729
3777
 
3730
3778
  .md-red-700 {
3731
3779
  color: #d32f2f !important; }
3732
3780
 
3733
3781
  a.md-red-700:hover,
3734
3782
  a.md-red-700:focus {
3735
- color: #c62828 !important; }
3783
+ color: #424242 !important; }
3736
3784
 
3737
3785
  .md-red-800 {
3738
3786
  color: #c62828 !important; }
3739
3787
 
3740
3788
  a.md-red-800:hover,
3741
3789
  a.md-red-800:focus {
3742
- color: #b71c1c !important; }
3790
+ color: #424242 !important; }
3743
3791
 
3744
3792
  .md-red-900 {
3745
3793
  color: #b71c1c !important; }
3746
3794
 
3747
3795
  a.md-red-900:hover,
3748
3796
  a.md-red-900:focus {
3749
- color: #8b1515 !important; }
3797
+ color: #424242 !important; }
3750
3798
 
3751
3799
  .md-red-A100 {
3752
3800
  color: #ff8a80 !important; }
3753
3801
 
3754
3802
  a.md-red-A100:hover,
3755
3803
  a.md-red-A100:focus {
3756
- color: #ff5b4d !important; }
3804
+ color: #424242 !important; }
3757
3805
 
3758
3806
  .md-red-A200 {
3759
3807
  color: #ff5252 !important; }
3760
3808
 
3761
3809
  a.md-red-A200:hover,
3762
3810
  a.md-red-A200:focus {
3763
- color: #ff1f1f !important; }
3811
+ color: #424242 !important; }
3764
3812
 
3765
3813
  .md-red-A400 {
3766
3814
  color: #ff1744 !important; }
3767
3815
 
3768
3816
  a.md-red-A400:hover,
3769
3817
  a.md-red-A400:focus {
3770
- color: #e3002c !important; }
3818
+ color: #424242 !important; }
3771
3819
 
3772
3820
  .md-red-A700 {
3773
3821
  color: #d50000 !important; }
3774
3822
 
3775
3823
  a.md-red-A700:hover,
3776
3824
  a.md-red-A700:focus {
3777
- color: #a20000 !important; }
3825
+ color: #424242 !important; }
3778
3826
 
3779
3827
  .md-bg-red {
3780
3828
  background-color: #f44336 !important; }
3781
3829
 
3782
3830
  a.md-bg-red:hover,
3783
3831
  a.md-bg-red:focus {
3784
- background-color: #D32F2F !important; }
3832
+ background-color: #424242 !important; }
3785
3833
 
3786
3834
  .md-bg-red-50 {
3787
3835
  background-color: #ffebee !important; }
3788
3836
 
3789
3837
  a.md-bg-red-50:hover,
3790
3838
  a.md-bg-red-50:focus {
3791
- background-color: #ffcdd2 !important; }
3839
+ background-color: #424242 !important; }
3792
3840
 
3793
3841
  .md-bg-red-100 {
3794
3842
  background-color: #ffcdd2 !important; }
3795
3843
 
3796
3844
  a.md-bg-red-100:hover,
3797
3845
  a.md-bg-red-100:focus {
3798
- background-color: #ef9a9a !important; }
3846
+ background-color: #424242 !important; }
3799
3847
 
3800
3848
  .md-bg-red-200 {
3801
3849
  background-color: #ef9a9a !important; }
3802
3850
 
3803
3851
  a.md-bg-red-200:hover,
3804
3852
  a.md-bg-red-200:focus {
3805
- background-color: #e57373 !important; }
3853
+ background-color: #424242 !important; }
3806
3854
 
3807
3855
  .md-bg-red-300 {
3808
3856
  background-color: #e57373 !important; }
3809
3857
 
3810
3858
  a.md-bg-red-300:hover,
3811
3859
  a.md-bg-red-300:focus {
3812
- background-color: #ef5350 !important; }
3860
+ background-color: #424242 !important; }
3813
3861
 
3814
3862
  .md-bg-red-400 {
3815
3863
  background-color: #ef5350 !important; }
3816
3864
 
3817
3865
  a.md-bg-red-400:hover,
3818
3866
  a.md-bg-red-400:focus {
3819
- background-color: #f44336 !important; }
3867
+ background-color: #424242 !important; }
3820
3868
 
3821
3869
  .md-bg-red-500 {
3822
3870
  background-color: #f44336 !important; }
3823
3871
 
3824
3872
  a.md-bg-red-500:hover,
3825
3873
  a.md-bg-red-500:focus {
3826
- background-color: #e53935 !important; }
3874
+ background-color: #424242 !important; }
3827
3875
 
3828
3876
  .md-bg-red-600 {
3829
3877
  background-color: #e53935 !important; }
3830
3878
 
3831
3879
  a.md-bg-red-600:hover,
3832
3880
  a.md-bg-red-600:focus {
3833
- background-color: #d32f2f !important; }
3881
+ background-color: #424242 !important; }
3834
3882
 
3835
3883
  .md-bg-red-700 {
3836
3884
  background-color: #d32f2f !important; }
3837
3885
 
3838
3886
  a.md-bg-red-700:hover,
3839
3887
  a.md-bg-red-700:focus {
3840
- background-color: #c62828 !important; }
3888
+ background-color: #424242 !important; }
3841
3889
 
3842
3890
  .md-bg-red-800 {
3843
3891
  background-color: #c62828 !important; }
3844
3892
 
3845
3893
  a.md-bg-red-800:hover,
3846
3894
  a.md-bg-red-800:focus {
3847
- background-color: #b71c1c !important; }
3895
+ background-color: #424242 !important; }
3848
3896
 
3849
3897
  .md-bg-red-900 {
3850
3898
  background-color: #b71c1c !important; }
3851
3899
 
3852
3900
  a.md-bg-red-900:hover,
3853
3901
  a.md-bg-red-900:focus {
3854
- background-color: #8b1515 !important; }
3902
+ background-color: #424242 !important; }
3855
3903
 
3856
3904
  .md-bg-red-A100 {
3857
3905
  background-color: #ff8a80 !important; }
3858
3906
 
3859
3907
  a.md-bg-red-A100:hover,
3860
3908
  a.md-bg-red-A100:focus {
3861
- background-color: #ff5b4d !important; }
3909
+ background-color: #424242 !important; }
3862
3910
 
3863
3911
  .md-bg-red-A200 {
3864
3912
  background-color: #ff5252 !important; }
3865
3913
 
3866
3914
  a.md-bg-red-A200:hover,
3867
3915
  a.md-bg-red-A200:focus {
3868
- background-color: #ff1f1f !important; }
3916
+ background-color: #424242 !important; }
3869
3917
 
3870
3918
  .md-bg-red-A400 {
3871
3919
  background-color: #ff1744 !important; }
3872
3920
 
3873
3921
  a.md-bg-red-A400:hover,
3874
3922
  a.md-bg-red-A400:focus {
3875
- background-color: #e3002c !important; }
3923
+ background-color: #424242 !important; }
3876
3924
 
3877
3925
  .md-bg-red-A700 {
3878
3926
  background-color: #d50000 !important; }
3879
3927
 
3880
3928
  a.md-bg-red-A700:hover,
3881
3929
  a.md-bg-red-A700:focus {
3882
- background-color: #a20000 !important; }
3930
+ background-color: #424242 !important; }
3883
3931
 
3884
3932
  .md-pink {
3885
3933
  color: #e91e63 !important; }
@@ -4726,210 +4774,210 @@ a.md-bg-indigo-A700:focus {
4726
4774
 
4727
4775
  a.md-blue:hover,
4728
4776
  a.md-blue:focus {
4729
- color: #1976d2 !important; }
4777
+ color: #424242 !important; }
4730
4778
 
4731
4779
  .md-blue-50 {
4732
4780
  color: #e3f2fd !important; }
4733
4781
 
4734
4782
  a.md-blue-50:hover,
4735
4783
  a.md-blue-50:focus {
4736
- color: #bbdefb !important; }
4784
+ color: #424242 !important; }
4737
4785
 
4738
4786
  .md-blue-100 {
4739
4787
  color: #bbdefb !important; }
4740
4788
 
4741
4789
  a.md-blue-100:hover,
4742
4790
  a.md-blue-100:focus {
4743
- color: #90caf9 !important; }
4791
+ color: #424242 !important; }
4744
4792
 
4745
4793
  .md-blue-200 {
4746
4794
  color: #90caf9 !important; }
4747
4795
 
4748
4796
  a.md-blue-200:hover,
4749
4797
  a.md-blue-200:focus {
4750
- color: #64b5f6 !important; }
4798
+ color: #424242 !important; }
4751
4799
 
4752
4800
  .md-blue-300 {
4753
4801
  color: #64b5f6 !important; }
4754
4802
 
4755
4803
  a.md-blue-300:hover,
4756
4804
  a.md-blue-300:focus {
4757
- color: #42a5f5 !important; }
4805
+ color: #424242 !important; }
4758
4806
 
4759
4807
  .md-blue-400 {
4760
4808
  color: #42a5f5 !important; }
4761
4809
 
4762
4810
  a.md-blue-400:hover,
4763
4811
  a.md-blue-400:focus {
4764
- color: #2196f3 !important; }
4812
+ color: #424242 !important; }
4765
4813
 
4766
4814
  .md-blue-500 {
4767
4815
  color: #2196f3 !important; }
4768
4816
 
4769
4817
  a.md-blue-500:hover,
4770
4818
  a.md-blue-500:focus {
4771
- color: #1976D2 !important; }
4819
+ color: #424242 !important; }
4772
4820
 
4773
4821
  .md-blue-600 {
4774
4822
  color: #1e88e5 !important; }
4775
4823
 
4776
4824
  a.md-blue-600:hover,
4777
4825
  a.md-blue-600:focus {
4778
- color: #1976d2 !important; }
4826
+ color: #424242 !important; }
4779
4827
 
4780
4828
  .md-blue-700 {
4781
4829
  color: #1976d2 !important; }
4782
4830
 
4783
4831
  a.md-blue-700:hover,
4784
4832
  a.md-blue-700:focus {
4785
- color: #1565c0 !important; }
4833
+ color: #424242 !important; }
4786
4834
 
4787
4835
  .md-blue-800 {
4788
4836
  color: #1565c0 !important; }
4789
4837
 
4790
4838
  a.md-blue-800:hover,
4791
4839
  a.md-blue-800:focus {
4792
- color: #0d47a1 !important; }
4840
+ color: #424242 !important; }
4793
4841
 
4794
4842
  .md-blue-900 {
4795
4843
  color: #0d47a1 !important; }
4796
4844
 
4797
4845
  a.md-blue-900:hover,
4798
4846
  a.md-blue-900:focus {
4799
- color: #212121 !important; }
4847
+ color: #424242 !important; }
4800
4848
 
4801
4849
  .md-blue-A100 {
4802
4850
  color: #82b1ff !important; }
4803
4851
 
4804
4852
  a.md-blue-A100:hover,
4805
4853
  a.md-blue-A100:focus {
4806
- color: #4f91ff !important; }
4854
+ color: #424242 !important; }
4807
4855
 
4808
4856
  .md-blue-A200 {
4809
4857
  color: #448aff !important; }
4810
4858
 
4811
4859
  a.md-blue-A200:hover,
4812
4860
  a.md-blue-A200:focus {
4813
- color: #116aff !important; }
4861
+ color: #424242 !important; }
4814
4862
 
4815
4863
  .md-blue-A400 {
4816
4864
  color: #2979ff !important; }
4817
4865
 
4818
4866
  a.md-blue-A400:hover,
4819
4867
  a.md-blue-A400:focus {
4820
- color: #005cf5 !important; }
4868
+ color: #424242 !important; }
4821
4869
 
4822
4870
  .md-blue-A700 {
4823
4871
  color: #2962ff !important; }
4824
4872
 
4825
4873
  a.md-blue-A700:hover,
4826
4874
  a.md-blue-A700:focus {
4827
- color: #0041f5 !important; }
4875
+ color: #424242 !important; }
4828
4876
 
4829
4877
  .md-bg-blue {
4830
4878
  background-color: #2196f3 !important; }
4831
4879
 
4832
4880
  a.md-bg-blue:hover,
4833
4881
  a.md-bg-blue:focus {
4834
- background-color: #1976D2 !important; }
4882
+ background-color: #424242 !important; }
4835
4883
 
4836
4884
  .md-bg-blue-50 {
4837
4885
  background-color: #e3f2fd !important; }
4838
4886
 
4839
4887
  a.md-bg-blue-50:hover,
4840
4888
  a.md-bg-blue-50:focus {
4841
- background-color: #bbdefb !important; }
4889
+ background-color: #424242 !important; }
4842
4890
 
4843
4891
  .md-bg-blue-100 {
4844
4892
  background-color: #bbdefb !important; }
4845
4893
 
4846
4894
  a.md-bg-blue-100:hover,
4847
4895
  a.md-bg-blue-100:focus {
4848
- background-color: #90caf9 !important; }
4896
+ background-color: #424242 !important; }
4849
4897
 
4850
4898
  .md-bg-blue-200 {
4851
4899
  background-color: #90caf9 !important; }
4852
4900
 
4853
4901
  a.md-bg-blue-200:hover,
4854
4902
  a.md-bg-blue-200:focus {
4855
- background-color: #64b5f6 !important; }
4903
+ background-color: #424242 !important; }
4856
4904
 
4857
4905
  .md-bg-blue-300 {
4858
4906
  background-color: #64b5f6 !important; }
4859
4907
 
4860
4908
  a.md-bg-blue-300:hover,
4861
4909
  a.md-bg-blue-300:focus {
4862
- background-color: #42a5f5 !important; }
4910
+ background-color: #424242 !important; }
4863
4911
 
4864
4912
  .md-bg-blue-400 {
4865
4913
  background-color: #42a5f5 !important; }
4866
4914
 
4867
4915
  a.md-bg-blue-400:hover,
4868
4916
  a.md-bg-blue-400:focus {
4869
- background-color: #2196f3 !important; }
4917
+ background-color: #424242 !important; }
4870
4918
 
4871
4919
  .md-bg-blue-500 {
4872
4920
  background-color: #2196f3 !important; }
4873
4921
 
4874
4922
  a.md-bg-blue-500:hover,
4875
4923
  a.md-bg-blue-500:focus {
4876
- background-color: #1976D2 !important; }
4924
+ background-color: #424242 !important; }
4877
4925
 
4878
4926
  .md-bg-blue-600 {
4879
4927
  background-color: #1e88e5 !important; }
4880
4928
 
4881
4929
  a.md-bg-blue-600:hover,
4882
4930
  a.md-bg-blue-600:focus {
4883
- background-color: #1976d2 !important; }
4931
+ background-color: #424242 !important; }
4884
4932
 
4885
4933
  .md-bg-blue-700 {
4886
4934
  background-color: #1976d2 !important; }
4887
4935
 
4888
4936
  a.md-bg-blue-700:hover,
4889
4937
  a.md-bg-blue-700:focus {
4890
- background-color: #1565c0 !important; }
4938
+ background-color: #424242 !important; }
4891
4939
 
4892
4940
  .md-bg-blue-800 {
4893
4941
  background-color: #1565c0 !important; }
4894
4942
 
4895
4943
  a.md-bg-blue-800:hover,
4896
4944
  a.md-bg-blue-800:focus {
4897
- background-color: #0d47a1 !important; }
4945
+ background-color: #424242 !important; }
4898
4946
 
4899
4947
  .md-bg-blue-900 {
4900
4948
  background-color: #0d47a1 !important; }
4901
4949
 
4902
4950
  a.md-bg-blue-900:hover,
4903
4951
  a.md-bg-blue-900:focus {
4904
- background-color: #093272 !important; }
4952
+ background-color: #424242 !important; }
4905
4953
 
4906
4954
  .md-bg-blue-A100 {
4907
4955
  background-color: #82b1ff !important; }
4908
4956
 
4909
4957
  a.md-bg-blue-A100:hover,
4910
4958
  a.md-bg-blue-A100:focus {
4911
- background-color: #4f91ff !important; }
4959
+ background-color: #424242 !important; }
4912
4960
 
4913
4961
  .md-bg-blue-A200 {
4914
4962
  background-color: #448aff !important; }
4915
4963
 
4916
4964
  a.md-bg-blue-A200:hover,
4917
4965
  a.md-bg-blue-A200:focus {
4918
- background-color: #116aff !important; }
4966
+ background-color: #424242 !important; }
4919
4967
 
4920
4968
  .md-bg-blue-A400 {
4921
4969
  background-color: #2979ff !important; }
4922
4970
 
4923
4971
  a.md-bg-blue-A400:hover,
4924
4972
  a.md-bg-blue-A400:focus {
4925
- background-color: #005cf5 !important; }
4973
+ background-color: #424242 !important; }
4926
4974
 
4927
4975
  .md-bg-blue-A700 {
4928
4976
  background-color: #2962ff !important; }
4929
4977
 
4930
4978
  a.md-bg-blue-A700:hover,
4931
4979
  a.md-bg-blue-A700:focus {
4932
- background-color: #0041f5 !important; }
4980
+ background-color: #424242 !important; }
4933
4981
 
4934
4982
  .md-light-blue {
4935
4983
  color: #03a9f4 !important; }