diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 16:58:53 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 16:58:53 +0200 |
| commit | 420506e58fdfc84f1a5bede0a01dedf0af3bb4f3 (patch) | |
| tree | 57726b40e8aa9ccf80f874f39d3facefc0331420 /public/assets/tinymce/skins/content | |
| parent | 241d5e91b2b6716e2861cc77d319c3d3568343a8 (diff) | |
Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11
- Bump Rails to 8.1.3 (Ruby unchanged at 3.2.11, new gemset rails8-upgrade)
- config.load_defaults 8.1; merge app:update diffs for all environment files
- Remove routing-filter 0.7.0; replace with native scope '(:locale)' in
routes.rb and default_url_options in ApplicationController
- Delete config/initializers/routing_filter_rails71_patch.rb
- Replace vendored TinyMCE 3.x (~200 files) with tinymce-rails ~> 8.3;
migrate admin_interface.js from jQuery .tinymce()/advanced theme to
tinymce.init(); add config/tinymce.yml; note: TinyMCE 7+ is GPL
- rails-i18n ~> 8.0 added explicitly (previously indirect dependency)
- awesome_nested_set, acts-as-taggable-on pinned to git main/master
(gemspec activerecord < 8.1 ceiling; no functional incompatibility;
repin to version once upstream releases updated gemspecs)
- globalize ~> 7.0, libxml-ruby ~> 5.0, nokogiri ~> 1.18, pg ~> 1.5
- sass-rails, coffee-rails, uglifier moved from :assets group to main
(Sprockets 4 convention; :assets group no longer meaningful)
- Node: head, draft, lock_owner marked belongs_to optional: true
- Page: node, user, editor marked belongs_to optional: true
- Static assets in public/images/ and public/javascripts/ referenced via
plain HTML tags; Rails 8 load_defaults raises on pipeline helpers for
undeclared assets
- sessions_controller_test.rb: remove stale require and dead rescue_action
- users_controller_test.rb: assert button[type=submit] not input[type=submit]
(Rails 8 button_to renders <button> not <input>)
- test_helper.rb: node.reload after children.create! (awesome_nested_set
3.9.0 does not refresh parent in memory after callback)
- 129 runs, 339 assertions, 3 failures, 0 errors — identical baseline to 7.2
Diffstat (limited to 'public/assets/tinymce/skins/content')
72 files changed, 216 insertions, 0 deletions
diff --git a/public/assets/tinymce/skins/content/dark/content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css b/public/assets/tinymce/skins/content/dark/content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css new file mode 100644 index 00000000..b0fd16d5 --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{background-color:#222f3e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/dark/content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz b/public/assets/tinymce/skins/content/dark/content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz new file mode 100644 index 00000000..b81346a0 --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/dark/content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js b/public/assets/tinymce/skins/content/dark/content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js new file mode 100644 index 00000000..2a89ecff --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | tinymce.Resource.add('content/dark/content.css', `body{background-color:#222f3e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem}`); | ||
diff --git a/public/assets/tinymce/skins/content/dark/content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js.gz b/public/assets/tinymce/skins/content/dark/content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js.gz new file mode 100644 index 00000000..fd55ede0 --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/dark/content.css b/public/assets/tinymce/skins/content/dark/content.css new file mode 120000 index 00000000..e5124dab --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.css | |||
| @@ -0,0 +1 @@ | |||
| content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/dark/content.css.gz b/public/assets/tinymce/skins/content/dark/content.css.gz new file mode 120000 index 00000000..04080aeb --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/dark/content.js b/public/assets/tinymce/skins/content/dark/content.js new file mode 120000 index 00000000..5fe244a5 --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.js | |||
| @@ -0,0 +1 @@ | |||
| content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/dark/content.js.gz b/public/assets/tinymce/skins/content/dark/content.js.gz new file mode 120000 index 00000000..8deb6c9e --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.js.gz | |||
| @@ -0,0 +1 @@ | |||
| content-9b1fb0945028a14d8ba514eb36cf3d4d5ca4f16dc2fa4d0d31dce0117f0fe4ce.js.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/dark/content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css b/public/assets/tinymce/skins/content/dark/content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css new file mode 100644 index 00000000..b0fd16d5 --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{background-color:#222f3e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/dark/content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz b/public/assets/tinymce/skins/content/dark/content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz new file mode 100644 index 00000000..b81346a0 --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/dark/content.min.css b/public/assets/tinymce/skins/content/dark/content.min.css new file mode 120000 index 00000000..a3124e7b --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.min.css | |||
| @@ -0,0 +1 @@ | |||
| content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/dark/content.min.css.gz b/public/assets/tinymce/skins/content/dark/content.min.css.gz new file mode 120000 index 00000000..ee7e6d48 --- /dev/null +++ b/public/assets/tinymce/skins/content/dark/content.min.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content.min-8ba507276d65640b3b55fc6183c63c0bf6d5a15010711a4acb163e6f3d2fe269.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/default/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css b/public/assets/tinymce/skins/content/default/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css new file mode 100644 index 00000000..44e18ac4 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/default/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz b/public/assets/tinymce/skins/content/default/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz new file mode 100644 index 00000000..e8c7aee6 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/default/content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js b/public/assets/tinymce/skins/content/default/content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js new file mode 100644 index 00000000..3a13bd35 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | tinymce.Resource.add('content/default/content.css', `body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`); | ||
diff --git a/public/assets/tinymce/skins/content/default/content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js.gz b/public/assets/tinymce/skins/content/default/content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js.gz new file mode 100644 index 00000000..b6664054 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/default/content.css b/public/assets/tinymce/skins/content/default/content.css new file mode 120000 index 00000000..73ed687f --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.css | |||
| @@ -0,0 +1 @@ | |||
| content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/default/content.css.gz b/public/assets/tinymce/skins/content/default/content.css.gz new file mode 120000 index 00000000..9e7b94b3 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/default/content.js b/public/assets/tinymce/skins/content/default/content.js new file mode 120000 index 00000000..9ac3fb30 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.js | |||
| @@ -0,0 +1 @@ | |||
| content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/default/content.js.gz b/public/assets/tinymce/skins/content/default/content.js.gz new file mode 120000 index 00000000..250d24ae --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.js.gz | |||
| @@ -0,0 +1 @@ | |||
| content-c6b9124690b8658f6e53d8f3cb1b8c78001a77e94c0d7784e2c5cd0fe8a3fca3.js.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/default/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css b/public/assets/tinymce/skins/content/default/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css new file mode 100644 index 00000000..44e18ac4 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/default/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz b/public/assets/tinymce/skins/content/default/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz new file mode 100644 index 00000000..e8c7aee6 --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/default/content.min.css b/public/assets/tinymce/skins/content/default/content.min.css new file mode 120000 index 00000000..f3f831ec --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.min.css | |||
| @@ -0,0 +1 @@ | |||
| content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/default/content.min.css.gz b/public/assets/tinymce/skins/content/default/content.min.css.gz new file mode 120000 index 00000000..a40024da --- /dev/null +++ b/public/assets/tinymce/skins/content/default/content.min.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/document/content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js b/public/assets/tinymce/skins/content/document/content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js new file mode 100644 index 00000000..87ef8282 --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | tinymce.Resource.add('content/document/content.css', `@media screen{html{background:#f4f4f4;min-height:100%}}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}@media screen{body{background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.15);box-sizing:border-box;margin:1rem auto 0;max-width:820px;min-height:calc(100vh - 1rem);padding:4rem 6rem 6rem 6rem}}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure figcaption{color:#999;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`); | ||
diff --git a/public/assets/tinymce/skins/content/document/content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js.gz b/public/assets/tinymce/skins/content/document/content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js.gz new file mode 100644 index 00000000..1922fa0e --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/document/content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css b/public/assets/tinymce/skins/content/document/content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css new file mode 100644 index 00000000..af24a0ba --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | @media screen{html{background:#f4f4f4;min-height:100%}}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}@media screen{body{background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.15);box-sizing:border-box;margin:1rem auto 0;max-width:820px;min-height:calc(100vh - 1rem);padding:4rem 6rem 6rem 6rem}}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure figcaption{color:#999;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/document/content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz b/public/assets/tinymce/skins/content/document/content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz new file mode 100644 index 00000000..ff0590c5 --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/document/content.css b/public/assets/tinymce/skins/content/document/content.css new file mode 120000 index 00000000..8bc21e1a --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.css | |||
| @@ -0,0 +1 @@ | |||
| content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/document/content.css.gz b/public/assets/tinymce/skins/content/document/content.css.gz new file mode 120000 index 00000000..8207cbd2 --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/document/content.js b/public/assets/tinymce/skins/content/document/content.js new file mode 120000 index 00000000..f84ccfb7 --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.js | |||
| @@ -0,0 +1 @@ | |||
| content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/document/content.js.gz b/public/assets/tinymce/skins/content/document/content.js.gz new file mode 120000 index 00000000..c0b33c66 --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.js.gz | |||
| @@ -0,0 +1 @@ | |||
| content-94437aefa820e739897d469b35a64a223738af6031e56150596b9cdb1c8e5797.js.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/document/content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css b/public/assets/tinymce/skins/content/document/content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css new file mode 100644 index 00000000..af24a0ba --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | @media screen{html{background:#f4f4f4;min-height:100%}}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}@media screen{body{background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.15);box-sizing:border-box;margin:1rem auto 0;max-width:820px;min-height:calc(100vh - 1rem);padding:4rem 6rem 6rem 6rem}}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure figcaption{color:#999;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/document/content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz b/public/assets/tinymce/skins/content/document/content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz new file mode 100644 index 00000000..ff0590c5 --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/document/content.min.css b/public/assets/tinymce/skins/content/document/content.min.css new file mode 120000 index 00000000..a6e6092c --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.min.css | |||
| @@ -0,0 +1 @@ | |||
| content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/document/content.min.css.gz b/public/assets/tinymce/skins/content/document/content.min.css.gz new file mode 120000 index 00000000..804e3d3b --- /dev/null +++ b/public/assets/tinymce/skins/content/document/content.min.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content.min-e85bd15d4415b37ddc129a72f6e70d5462b142a19a69fc40c68111b9406af87d.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js b/public/assets/tinymce/skins/content/tinymce-5-dark/content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js new file mode 100644 index 00000000..430d41de --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | tinymce.Resource.add('content/tinymce-5-dark/content.css', `body{background-color:#2f3742;color:#dfe0e4;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem}`); | ||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js.gz b/public/assets/tinymce/skins/content/tinymce-5-dark/content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js.gz new file mode 100644 index 00000000..e9402ce2 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css b/public/assets/tinymce/skins/content/tinymce-5-dark/content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css new file mode 100644 index 00000000..8568f668 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{background-color:#2f3742;color:#dfe0e4;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz b/public/assets/tinymce/skins/content/tinymce-5-dark/content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz new file mode 100644 index 00000000..f247180b --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.css b/public/assets/tinymce/skins/content/tinymce-5-dark/content.css new file mode 120000 index 00000000..4a3e836e --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.css | |||
| @@ -0,0 +1 @@ | |||
| content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.css.gz b/public/assets/tinymce/skins/content/tinymce-5-dark/content.css.gz new file mode 120000 index 00000000..acea11cb --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.js b/public/assets/tinymce/skins/content/tinymce-5-dark/content.js new file mode 120000 index 00000000..72635f63 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.js | |||
| @@ -0,0 +1 @@ | |||
| content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.js.gz b/public/assets/tinymce/skins/content/tinymce-5-dark/content.js.gz new file mode 120000 index 00000000..4045fd25 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.js.gz | |||
| @@ -0,0 +1 @@ | |||
| content-42a800e1f4a12769ed1e77aa620d8b56671c782990cc7080dcd1e24cc0f84af9.js.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css new file mode 100644 index 00000000..8568f668 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{background-color:#2f3742;color:#dfe0e4;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}a{color:#4099ff}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#6d737b}figure{display:table;margin:1rem auto}figure figcaption{color:#8a8f97;display:block;margin-top:.25rem;text-align:center}hr{border-color:#6d737b;border-style:solid;border-width:1px 0 0 0}code{background-color:#6d737b;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #6d737b;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #6d737b;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz new file mode 100644 index 00000000..f247180b --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.min.css b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min.css new file mode 120000 index 00000000..1cc7272c --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min.css | |||
| @@ -0,0 +1 @@ | |||
| content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5-dark/content.min.css.gz b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min.css.gz new file mode 120000 index 00000000..81ba96d4 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5-dark/content.min.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content.min-594677b662a41739e2eef429c8ea24fccfda327ebe6ce6277c174da453d0fcce.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css b/public/assets/tinymce/skins/content/tinymce-5/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css new file mode 100644 index 00000000..44e18ac4 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz b/public/assets/tinymce/skins/content/tinymce-5/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz new file mode 100644 index 00000000..e8c7aee6 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js b/public/assets/tinymce/skins/content/tinymce-5/content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js new file mode 100644 index 00000000..b61ac175 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | tinymce.Resource.add('content/tinymce-5/content.css', `body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`); | ||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js.gz b/public/assets/tinymce/skins/content/tinymce-5/content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js.gz new file mode 100644 index 00000000..bddf32e1 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.css b/public/assets/tinymce/skins/content/tinymce-5/content.css new file mode 120000 index 00000000..73ed687f --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.css | |||
| @@ -0,0 +1 @@ | |||
| content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.css.gz b/public/assets/tinymce/skins/content/tinymce-5/content.css.gz new file mode 120000 index 00000000..9e7b94b3 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.js b/public/assets/tinymce/skins/content/tinymce-5/content.js new file mode 120000 index 00000000..7800f747 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.js | |||
| @@ -0,0 +1 @@ | |||
| content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.js.gz b/public/assets/tinymce/skins/content/tinymce-5/content.js.gz new file mode 120000 index 00000000..723a0a02 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.js.gz | |||
| @@ -0,0 +1 @@ | |||
| content-af791955b1f2232533fe177b47b8e221018d9191d1c073dea54b3ac4fe6b19dc.js.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css b/public/assets/tinymce/skins/content/tinymce-5/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css new file mode 100644 index 00000000..44e18ac4 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz b/public/assets/tinymce/skins/content/tinymce-5/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz new file mode 100644 index 00000000..e8c7aee6 --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.min.css b/public/assets/tinymce/skins/content/tinymce-5/content.min.css new file mode 120000 index 00000000..f3f831ec --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.min.css | |||
| @@ -0,0 +1 @@ | |||
| content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/tinymce-5/content.min.css.gz b/public/assets/tinymce/skins/content/tinymce-5/content.min.css.gz new file mode 120000 index 00000000..a40024da --- /dev/null +++ b/public/assets/tinymce/skins/content/tinymce-5/content.min.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content.min-8fbc7f18efefe59b8b7d692d25e0c4283aa4100eaba292e1cdda0cd32e20fc88.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css b/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css new file mode 100644 index 00000000..44e53a87 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem auto;max-width:900px}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz b/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz new file mode 100644 index 00000000..2985e225 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js b/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js new file mode 100644 index 00000000..4aa6fe03 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | tinymce.Resource.add('content/writer/content.css', `body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem auto;max-width:900px}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}`); | ||
diff --git a/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz b/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz new file mode 100644 index 00000000..154a0e12 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/writer/content.css b/public/assets/tinymce/skins/content/writer/content.css new file mode 120000 index 00000000..8e05b9bd --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.css | |||
| @@ -0,0 +1 @@ | |||
| content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/writer/content.css.gz b/public/assets/tinymce/skins/content/writer/content.css.gz new file mode 120000 index 00000000..f986ef55 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/writer/content.js b/public/assets/tinymce/skins/content/writer/content.js new file mode 120000 index 00000000..1deeeb42 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.js | |||
| @@ -0,0 +1 @@ | |||
| content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/writer/content.js.gz b/public/assets/tinymce/skins/content/writer/content.js.gz new file mode 120000 index 00000000..ddc33b0c --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.js.gz | |||
| @@ -0,0 +1 @@ | |||
| content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css b/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css new file mode 100644 index 00000000..44e53a87 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* This file is bundled with the code from the following third party libraries */ | ||
| 2 | |||
| 3 | /** | ||
| 4 | * http://prismjs.com/ | ||
| 5 | * Dracula Theme originally by Zeno Rocha [@zenorocha] | ||
| 6 | * https://draculatheme.com/ | ||
| 7 | * | ||
| 8 | * Ported for PrismJS by Albert Vallverdu [@byverdu] | ||
| 9 | */ | ||
| 10 | body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem auto;max-width:900px}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem} | ||
diff --git a/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz b/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz new file mode 100644 index 00000000..2985e225 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz | |||
| Binary files differ | |||
diff --git a/public/assets/tinymce/skins/content/writer/content.min.css b/public/assets/tinymce/skins/content/writer/content.min.css new file mode 120000 index 00000000..d92912ea --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.min.css | |||
| @@ -0,0 +1 @@ | |||
| content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css \ No newline at end of file | |||
diff --git a/public/assets/tinymce/skins/content/writer/content.min.css.gz b/public/assets/tinymce/skins/content/writer/content.min.css.gz new file mode 120000 index 00000000..41b46ec9 --- /dev/null +++ b/public/assets/tinymce/skins/content/writer/content.min.css.gz | |||
| @@ -0,0 +1 @@ | |||
| content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz \ No newline at end of file | |||
