j1-template 2022.0.1 → 2022.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/ads/ad.html +14 -14
- data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +3 -13
- data/_includes/themes/j1/modules/connectors/comment/hyvor.html +4 -5
- data/_includes/themes/j1/modules/navigator/generator.html +3 -3
- data/_includes/themes/j1/modules/search/docsearch.html +1 -1
- data/_includes/themes/j1/procedures/global/create_bs_button.proc +4 -4
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
- data/_includes/themes/j1/procedures/posts/pager.proc +2 -2
- data/_layouts/default.html +3 -11
- data/assets/data/authclient.html +11 -11
- data/assets/data/cookieconsent.html +8 -8
- data/assets/data/gallery_customizer.html +4 -4
- data/assets/data/menu.html +13 -13
- data/assets/data/mmenu.html +2 -2
- data/assets/data/private.json +1 -5
- data/assets/data/quicklinks.html +62 -47
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/themes.bootswatch.json +2 -2
- data/assets/data/themes.json +4 -4
- data/assets/data/translator.html +8 -8
- data/assets/themes/j1/adapter/js/clipboard.js +1 -1
- data/assets/themes/j1/adapter/js/cookieConsent.js +18 -13
- data/assets/themes/j1/adapter/js/j1.js +23 -23
- data/assets/themes/j1/adapter/js/navigator.js +3 -3
- data/assets/themes/j1/adapter/js/themer.js +13 -4
- data/assets/themes/j1/adapter/js/translator.js +10 -6
- data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.css +0 -0
- data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.min.css +0 -0
- data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.css +326 -18
- data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +143 -65
- data/assets/themes/j1/core/js/template.min.js +5 -5
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/bmd/js/bmd.js +3 -3
- data/assets/themes/j1/modules/bmd/js/bmd.min.js +1 -1
- data/assets/themes/j1/modules/cryptoJS/js/aes.js +35 -0
- data/assets/themes/j1/modules/cryptoJS/js/aes.min.js +35 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-md5.js +21 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-ripemd160.js +31 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha1.js +17 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha224.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha256.js +18 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha3.js +21 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha384.js +27 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha512.js +25 -0
- data/assets/themes/j1/modules/cryptoJS/js/md5.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/pbkdf2.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/rabbit-legacy.js +36 -0
- data/assets/themes/j1/modules/cryptoJS/js/rabbit.js +36 -0
- data/assets/themes/j1/modules/cryptoJS/js/rc4.js +33 -0
- data/assets/themes/j1/modules/cryptoJS/js/ripemd160.js +29 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha1.js +15 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha224.js +17 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha256.js +16 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha3.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha384.js +25 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha512.js +23 -0
- data/assets/themes/j1/modules/cryptoJS/js/tripledes.js +51 -0
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +460 -0
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +379 -353
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
- data/assets/themes/j1/modules/gtag-opt-in/js/gtag-opt-in.js +93 -1
- data/assets/themes/j1/modules/materialize/js/autocomplete.js +1 -1
- data/assets/themes/j1/modules/materialize/js/bin/materialize.js +4 -4
- data/assets/themes/j1/modules/materialize/js/bin/materialize.min.js +1 -1
- data/assets/themes/j1/modules/materialize/js/global.js +1 -1
- data/assets/themes/j1/modules/materialize/js/select.js +1 -1
- data/assets/themes/j1/modules/materialize/js/tapTarget.cash.js +1 -1
- data/assets/themes/j1/modules/scroller/js/scroller.js +6 -6
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +2 -2
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
- data/exe/j1 +6 -7
- data/lib/j1/commands/generate.rb +15 -16
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +7 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/_defaults/j1_config.yml +1 -1
- data/lib/starter_web/_data/_defaults/private.yml +3 -2
- data/lib/starter_web/_data/_defaults/resources.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +5 -5
- data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
- data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -3
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +50 -44
- data/lib/starter_web/_data/j1_config.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/navigator.yml +31 -11
- data/lib/starter_web/_data/modules/translator.yml +3 -3
- data/lib/starter_web/_data/private.yml +3 -2
- data/lib/starter_web/_data/resources.yml +28 -3
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/encodeBase64.rb +46 -0
- data/lib/starter_web/_plugins/encryptAES.rb +53 -0
- data/lib/starter_web/_plugins/filters.rb +2 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/_plugins/minifyJSON.rb +2 -2
- data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +3 -3
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +1 -1
- data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +22 -22
- data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +3 -3
- data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +3 -3
- data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +4 -4
- data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +3 -3
- data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +2 -2
- data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +1 -1
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +3 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -21
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -0
- data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -1
- data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +4 -5
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +3 -3
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +51 -51
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +5 -5
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +4 -5
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +55 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +51 -3
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +163 -73
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +34 -9
- data/lib/j1/commands/help.rb +0 -32
- data/lib/j1/commands/module.rb +0 -69
@@ -23170,6 +23170,314 @@ a.md-bg-brown-900:hover,
|
|
23170
23170
|
a.md-bg-brown-900:focus {
|
23171
23171
|
background-color: #1d1211 !important; }
|
23172
23172
|
|
23173
|
+
.md-gray {
|
23174
|
+
color: #9e9e9e !important; }
|
23175
|
+
|
23176
|
+
a.md-gray:hover,
|
23177
|
+
a.md-gray:focus {
|
23178
|
+
color: #757575 !important; }
|
23179
|
+
|
23180
|
+
.md-gray-50 {
|
23181
|
+
color: #fafafa !important; }
|
23182
|
+
|
23183
|
+
a.md-gray-50:hover,
|
23184
|
+
a.md-gray-50:focus {
|
23185
|
+
color: #f5f5f5 !important; }
|
23186
|
+
|
23187
|
+
.md-gray-100 {
|
23188
|
+
color: #f5f5f5 !important; }
|
23189
|
+
|
23190
|
+
a.md-gray-100:hover,
|
23191
|
+
a.md-gray-100:focus {
|
23192
|
+
color: #eeeeee !important; }
|
23193
|
+
|
23194
|
+
.md-gray-200 {
|
23195
|
+
color: #eeeeee !important; }
|
23196
|
+
|
23197
|
+
a.md-gray-200:hover,
|
23198
|
+
a.md-gray-200:focus {
|
23199
|
+
color: #e0e0e0 !important; }
|
23200
|
+
|
23201
|
+
.md-gray-300 {
|
23202
|
+
color: #e0e0e0 !important; }
|
23203
|
+
|
23204
|
+
a.md-gray-300:hover,
|
23205
|
+
a.md-gray-300:focus {
|
23206
|
+
color: #bdbdbd !important; }
|
23207
|
+
|
23208
|
+
.md-gray-400 {
|
23209
|
+
color: #bdbdbd !important; }
|
23210
|
+
|
23211
|
+
a.md-gray-400:hover,
|
23212
|
+
a.md-gray-400:focus {
|
23213
|
+
color: #9e9e9e !important; }
|
23214
|
+
|
23215
|
+
.md-gray-500 {
|
23216
|
+
color: #9e9e9e !important; }
|
23217
|
+
|
23218
|
+
a.md-gray-500:hover,
|
23219
|
+
a.md-gray-500:focus {
|
23220
|
+
color: #757575 !important; }
|
23221
|
+
|
23222
|
+
.md-gray-600 {
|
23223
|
+
color: #757575 !important; }
|
23224
|
+
|
23225
|
+
a.md-gray-600:hover,
|
23226
|
+
a.md-gray-600:focus {
|
23227
|
+
color: #616161 !important; }
|
23228
|
+
|
23229
|
+
.md-gray-700 {
|
23230
|
+
color: #616161 !important; }
|
23231
|
+
|
23232
|
+
a.md-gray-700:hover,
|
23233
|
+
a.md-gray-700:focus {
|
23234
|
+
color: #424242 !important; }
|
23235
|
+
|
23236
|
+
.md-gray-800 {
|
23237
|
+
color: #424242 !important; }
|
23238
|
+
|
23239
|
+
a.md-gray-800:hover,
|
23240
|
+
a.md-gray-800:focus {
|
23241
|
+
color: #2196f3 !important; }
|
23242
|
+
|
23243
|
+
.md-gray-900 {
|
23244
|
+
color: #212121 !important; }
|
23245
|
+
|
23246
|
+
a.md-gray-900:hover,
|
23247
|
+
a.md-gray-900:focus {
|
23248
|
+
color: #2196f3 !important; }
|
23249
|
+
|
23250
|
+
.md-bg-gray {
|
23251
|
+
background-color: #9e9e9e !important; }
|
23252
|
+
|
23253
|
+
a.md-bg-gray:hover,
|
23254
|
+
a.md-bg-gray:focus {
|
23255
|
+
background-color: #fafafa !important; }
|
23256
|
+
|
23257
|
+
.md-bg-gray-50 {
|
23258
|
+
background-color: #fafafa !important; }
|
23259
|
+
|
23260
|
+
a.md-bg-gray-50:hover,
|
23261
|
+
a.md-bg-gray-50:focus {
|
23262
|
+
background-color: #f5f5f5 !important; }
|
23263
|
+
|
23264
|
+
.md-bg-gray-100 {
|
23265
|
+
background-color: #f5f5f5 !important; }
|
23266
|
+
|
23267
|
+
a.md-bg-gray-100:hover,
|
23268
|
+
a.md-bg-gray-100:focus {
|
23269
|
+
background-color: #eeeeee !important; }
|
23270
|
+
|
23271
|
+
.md-bg-gray-200 {
|
23272
|
+
background-color: #eeeeee !important; }
|
23273
|
+
|
23274
|
+
a.md-bg-gray-200:hover,
|
23275
|
+
a.md-bg-gray-200:focus {
|
23276
|
+
background-color: #e0e0e0 !important; }
|
23277
|
+
|
23278
|
+
.md-bg-gray-300 {
|
23279
|
+
background-color: #e0e0e0 !important; }
|
23280
|
+
|
23281
|
+
a.md-bg-gray-300:hover,
|
23282
|
+
a.md-bg-gray-300:focus {
|
23283
|
+
background-color: #bdbdbd !important; }
|
23284
|
+
|
23285
|
+
.md-bg-gray-400 {
|
23286
|
+
background-color: #bdbdbd !important; }
|
23287
|
+
|
23288
|
+
a.md-bg-gray-400:hover,
|
23289
|
+
a.md-bg-gray-400:focus {
|
23290
|
+
background-color: #9e9e9e !important; }
|
23291
|
+
|
23292
|
+
.md-bg-gray-500 {
|
23293
|
+
background-color: #9e9e9e !important; }
|
23294
|
+
|
23295
|
+
a.md-bg-gray-500:hover,
|
23296
|
+
a.md-bg-gray-500:focus {
|
23297
|
+
background-color: #757575 !important; }
|
23298
|
+
|
23299
|
+
.md-bg-gray-600 {
|
23300
|
+
background-color: #757575 !important; }
|
23301
|
+
|
23302
|
+
a.md-bg-gray-600:hover,
|
23303
|
+
a.md-bg-gray-600:focus {
|
23304
|
+
background-color: #616161 !important; }
|
23305
|
+
|
23306
|
+
.md-bg-gray-700 {
|
23307
|
+
background-color: #616161 !important; }
|
23308
|
+
|
23309
|
+
a.md-bg-gray-700:hover,
|
23310
|
+
a.md-bg-gray-700:focus {
|
23311
|
+
background-color: #424242 !important; }
|
23312
|
+
|
23313
|
+
.md-bg-gray-800 {
|
23314
|
+
background-color: #424242 !important; }
|
23315
|
+
|
23316
|
+
a.md-bg-gray-800:hover,
|
23317
|
+
a.md-bg-gray-800:focus {
|
23318
|
+
background-color: #2196f3 !important; }
|
23319
|
+
|
23320
|
+
.md-bg-gray-900 {
|
23321
|
+
background-color: #212121 !important; }
|
23322
|
+
|
23323
|
+
a.md-bg-gray-900:hover,
|
23324
|
+
a.md-bg-gray-900:focus {
|
23325
|
+
background-color: #2196f3 !important; }
|
23326
|
+
|
23327
|
+
.md-blue-gray {
|
23328
|
+
color: #607d8b !important; }
|
23329
|
+
|
23330
|
+
a.md-blue-gray:hover,
|
23331
|
+
a.md-blue-gray:focus {
|
23332
|
+
color: #546e7a !important; }
|
23333
|
+
|
23334
|
+
.md-blue-gray-50 {
|
23335
|
+
color: #eceff1 !important; }
|
23336
|
+
|
23337
|
+
a.md-blue-gray-50:hover,
|
23338
|
+
a.md-blue-gray-50:focus {
|
23339
|
+
color: #cfd8dc !important; }
|
23340
|
+
|
23341
|
+
.md-blue-gray-100 {
|
23342
|
+
color: #cfd8dc !important; }
|
23343
|
+
|
23344
|
+
a.md-blue-gray-100:hover,
|
23345
|
+
a.md-blue-gray-100:focus {
|
23346
|
+
color: #b0bec5 !important; }
|
23347
|
+
|
23348
|
+
.md-blue-gray-200 {
|
23349
|
+
color: #b0bec5 !important; }
|
23350
|
+
|
23351
|
+
a.md-blue-gray-200:hover,
|
23352
|
+
a.md-blue-gray-200:focus {
|
23353
|
+
color: #90a4ae !important; }
|
23354
|
+
|
23355
|
+
.md-blue-gray-300 {
|
23356
|
+
color: #90a4ae !important; }
|
23357
|
+
|
23358
|
+
a.md-blue-gray-300:hover,
|
23359
|
+
a.md-blue-gray-300:focus {
|
23360
|
+
color: #78909c !important; }
|
23361
|
+
|
23362
|
+
.md-blue-gray-400 {
|
23363
|
+
color: #78909c !important; }
|
23364
|
+
|
23365
|
+
a.md-blue-gray-400:hover,
|
23366
|
+
a.md-blue-gray-400:focus {
|
23367
|
+
color: #607d8b !important; }
|
23368
|
+
|
23369
|
+
.md-blue-gray-500 {
|
23370
|
+
color: #607d8b !important; }
|
23371
|
+
|
23372
|
+
a.md-blue-gray-500:hover,
|
23373
|
+
a.md-blue-gray-500:focus {
|
23374
|
+
color: #546e7a !important; }
|
23375
|
+
|
23376
|
+
.md-blue-gray-600 {
|
23377
|
+
color: #546e7a !important; }
|
23378
|
+
|
23379
|
+
a.md-blue-gray-600:hover,
|
23380
|
+
a.md-blue-gray-600:focus {
|
23381
|
+
color: #455a64 !important; }
|
23382
|
+
|
23383
|
+
.md-blue-gray-700 {
|
23384
|
+
color: #455a64 !important; }
|
23385
|
+
|
23386
|
+
a.md-blue-gray-700:hover,
|
23387
|
+
a.md-blue-gray-700:focus {
|
23388
|
+
color: #37474f !important; }
|
23389
|
+
|
23390
|
+
.md-blue-gray-800 {
|
23391
|
+
color: #37474f !important; }
|
23392
|
+
|
23393
|
+
a.md-blue-gray-800:hover,
|
23394
|
+
a.md-blue-gray-800:focus {
|
23395
|
+
color: #2196f3 !important; }
|
23396
|
+
|
23397
|
+
.md-blue-gray-900 {
|
23398
|
+
color: #263238 !important; }
|
23399
|
+
|
23400
|
+
a.md-blue-gray-900:hover,
|
23401
|
+
a.md-blue-gray-900:focus {
|
23402
|
+
color: #2196f3 !important; }
|
23403
|
+
|
23404
|
+
.md-bg-blue-gray {
|
23405
|
+
background-color: #607d8b !important; }
|
23406
|
+
|
23407
|
+
a.md-bg-blue-gray:hover,
|
23408
|
+
a.md-bg-blue-gray:focus {
|
23409
|
+
background-color: #546e7a !important; }
|
23410
|
+
|
23411
|
+
.md-bg-blue-gray-50 {
|
23412
|
+
background-color: #eceff1 !important; }
|
23413
|
+
|
23414
|
+
a.md-bg-blue-gray-50:hover,
|
23415
|
+
a.md-bg-blue-gray-50:focus {
|
23416
|
+
background-color: #cfd8dc !important; }
|
23417
|
+
|
23418
|
+
.md-bg-blue-gray-100 {
|
23419
|
+
background-color: #cfd8dc !important; }
|
23420
|
+
|
23421
|
+
a.md-bg-blue-gray-100:hover,
|
23422
|
+
a.md-bg-blue-gray-100:focus {
|
23423
|
+
background-color: #b0bec5 !important; }
|
23424
|
+
|
23425
|
+
.md-bg-blue-gray-200 {
|
23426
|
+
background-color: #b0bec5 !important; }
|
23427
|
+
|
23428
|
+
a.md-bg-blue-gray-200:hover,
|
23429
|
+
a.md-bg-blue-gray-200:focus {
|
23430
|
+
background-color: #90a4ae !important; }
|
23431
|
+
|
23432
|
+
.md-bg-blue-gray-300 {
|
23433
|
+
background-color: #90a4ae !important; }
|
23434
|
+
|
23435
|
+
a.md-bg-blue-gray-300:hover,
|
23436
|
+
a.md-bg-blue-gray-300:focus {
|
23437
|
+
background-color: #78909c !important; }
|
23438
|
+
|
23439
|
+
.md-bg-blue-gray-400 {
|
23440
|
+
background-color: #78909c !important; }
|
23441
|
+
|
23442
|
+
a.md-bg-blue-gray-400:hover,
|
23443
|
+
a.md-bg-blue-gray-400:focus {
|
23444
|
+
background-color: #607d8b !important; }
|
23445
|
+
|
23446
|
+
.md-bg-blue-gray-500 {
|
23447
|
+
background-color: #607d8b !important; }
|
23448
|
+
|
23449
|
+
a.md-bg-blue-gray-500:hover,
|
23450
|
+
a.md-bg-blue-gray-500:focus {
|
23451
|
+
background-color: #546e7a !important; }
|
23452
|
+
|
23453
|
+
.md-bg-blue-gray-600 {
|
23454
|
+
background-color: #546e7a !important; }
|
23455
|
+
|
23456
|
+
a.md-bg-blue-gray-600:hover,
|
23457
|
+
a.md-bg-blue-gray-600:focus {
|
23458
|
+
background-color: #455a64 !important; }
|
23459
|
+
|
23460
|
+
.md-bg-blue-gray-700 {
|
23461
|
+
background-color: #455a64 !important; }
|
23462
|
+
|
23463
|
+
a.md-bg-blue-gray-700:hover,
|
23464
|
+
a.md-bg-blue-gray-700:focus {
|
23465
|
+
background-color: #37474f !important; }
|
23466
|
+
|
23467
|
+
.md-bg-blue-gray-800 {
|
23468
|
+
background-color: #37474f !important; }
|
23469
|
+
|
23470
|
+
a.md-bg-blue-gray-800:hover,
|
23471
|
+
a.md-bg-blue-gray-800:focus {
|
23472
|
+
background-color: #2196f3 !important; }
|
23473
|
+
|
23474
|
+
.md-bg-blue-gray-900 {
|
23475
|
+
background-color: #263238 !important; }
|
23476
|
+
|
23477
|
+
a.md-bg-blue-gray-900:hover,
|
23478
|
+
a.md-bg-blue-gray-900:focus {
|
23479
|
+
background-color: #2196f3 !important; }
|
23480
|
+
|
23173
23481
|
.md-grey {
|
23174
23482
|
color: #9e9e9e !important; }
|
23175
23483
|
|
@@ -24217,9 +24525,9 @@ body.scrollable {
|
|
24217
24525
|
font-weight: 400; }
|
24218
24526
|
.modal .modal-header .close {
|
24219
24527
|
padding-top: 1rem;
|
24220
|
-
padding-
|
24221
|
-
|
24222
|
-
|
24528
|
+
padding-bottom: 2rem;
|
24529
|
+
border: 0;
|
24530
|
+
background-color: transparent; }
|
24223
24531
|
|
24224
24532
|
.modal .modal-footer {
|
24225
24533
|
padding: 2rem 2rem 2rem 2rem !important;
|
@@ -24355,49 +24663,49 @@ body.scrollable {
|
|
24355
24663
|
width: 400px; } }
|
24356
24664
|
|
24357
24665
|
.modal-dialog.modal-notify.modal-primary .badge {
|
24358
|
-
background-color:
|
24666
|
+
background-color: #2196f3; }
|
24359
24667
|
|
24360
24668
|
.modal-dialog.modal-notify.modal-primary .modal-header {
|
24361
|
-
background-color:
|
24669
|
+
background-color: #2196f3; }
|
24362
24670
|
|
24363
24671
|
.modal-dialog.modal-notify.modal-primary .mdi {
|
24364
|
-
color: #f5f5f5
|
24672
|
+
color: #f5f5f5; }
|
24365
24673
|
|
24366
24674
|
.modal-dialog.modal-notify.modal-info .badge {
|
24367
|
-
background-color:
|
24675
|
+
background-color: #00bcd4; }
|
24368
24676
|
|
24369
24677
|
.modal-dialog.modal-notify.modal-info .modal-header {
|
24370
|
-
background-color:
|
24678
|
+
background-color: #00bcd4; }
|
24371
24679
|
|
24372
24680
|
.modal-dialog.modal-notify.modal-info .mdi {
|
24373
|
-
color: #f5f5f5
|
24681
|
+
color: #f5f5f5; }
|
24374
24682
|
|
24375
24683
|
.modal-dialog.modal-notify.modal-warning .badge {
|
24376
|
-
background-color:
|
24684
|
+
background-color: #fbc02d; }
|
24377
24685
|
|
24378
24686
|
.modal-dialog.modal-notify.modal-warning .modal-header {
|
24379
|
-
background-color:
|
24687
|
+
background-color: #fbc02d; }
|
24380
24688
|
|
24381
24689
|
.modal-dialog.modal-notify.modal-warning .mdi {
|
24382
|
-
color: #f5f5f5
|
24690
|
+
color: #f5f5f5; }
|
24383
24691
|
|
24384
24692
|
.modal-dialog.modal-notify.modal-success .badge {
|
24385
|
-
background-color:
|
24693
|
+
background-color: #4caf50; }
|
24386
24694
|
|
24387
24695
|
.modal-dialog.modal-notify.modal-success .modal-header {
|
24388
|
-
background-color:
|
24696
|
+
background-color: #4caf50; }
|
24389
24697
|
|
24390
24698
|
.modal-dialog.modal-notify.modal-success .mdi {
|
24391
|
-
color: #f5f5f5
|
24699
|
+
color: #f5f5f5; }
|
24392
24700
|
|
24393
24701
|
.modal-dialog.modal-notify.modal-danger .badge {
|
24394
|
-
background-color:
|
24702
|
+
background-color: #f44336; }
|
24395
24703
|
|
24396
24704
|
.modal-dialog.modal-notify.modal-danger .modal-header {
|
24397
|
-
background-color:
|
24705
|
+
background-color: #f44336; }
|
24398
24706
|
|
24399
24707
|
.modal-dialog.modal-notify.modal-danger .mdi {
|
24400
|
-
color: #f5f5f5
|
24708
|
+
color: #f5f5f5; }
|
24401
24709
|
|
24402
24710
|
/*
|
24403
24711
|
# -----------------------------------------------------------------------------
|