hookehuyr

fix 删除富文本

Showing 67 changed files with 0 additions and 532 deletions
This diff is collapsed. Click to expand it.
1 -body {
2 - background-color: #222f3e;
3 - color: #fff;
4 - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
5 - line-height: 1.4;
6 - margin: 1rem;
7 -}
8 -a {
9 - color: #4099ff;
10 -}
11 -table {
12 - border-collapse: collapse;
13 -}
14 -/* Apply a default padding if legacy cellpadding attribute is missing */
15 -table:not([cellpadding]) th,
16 -table:not([cellpadding]) td {
17 - padding: 0.4rem;
18 -}
19 -/* Set default table styles if a table has a positive border attribute
20 - and no inline css */
21 -table[border]:not([border="0"]):not([style*="border-width"]) th,
22 -table[border]:not([border="0"]):not([style*="border-width"]) td {
23 - border-width: 1px;
24 -}
25 -/* Set default table styles if a table has a positive border attribute
26 - and no inline css */
27 -table[border]:not([border="0"]):not([style*="border-style"]) th,
28 -table[border]:not([border="0"]):not([style*="border-style"]) td {
29 - border-style: solid;
30 -}
31 -/* Set default table styles if a table has a positive border attribute
32 - and no inline css */
33 -table[border]:not([border="0"]):not([style*="border-color"]) th,
34 -table[border]:not([border="0"]):not([style*="border-color"]) td {
35 - border-color: #6d737b;
36 -}
37 -figure {
38 - display: table;
39 - margin: 1rem auto;
40 -}
41 -figure figcaption {
42 - color: #8a8f97;
43 - display: block;
44 - margin-top: 0.25rem;
45 - text-align: center;
46 -}
47 -hr {
48 - border-color: #6d737b;
49 - border-style: solid;
50 - border-width: 1px 0 0 0;
51 -}
52 -code {
53 - background-color: #6d737b;
54 - border-radius: 3px;
55 - padding: 0.1rem 0.2rem;
56 -}
57 -.mce-content-body:not([dir=rtl]) blockquote {
58 - border-left: 2px solid #6d737b;
59 - margin-left: 1.5rem;
60 - padding-left: 1rem;
61 -}
62 -.mce-content-body[dir=rtl] blockquote {
63 - border-right: 2px solid #6d737b;
64 - margin-right: 1.5rem;
65 - padding-right: 1rem;
66 -}
1 -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}")
2 -//# sourceMappingURL=content.js.map
1 -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}
1 -body {
2 - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3 - line-height: 1.4;
4 - margin: 1rem;
5 -}
6 -table {
7 - border-collapse: collapse;
8 -}
9 -/* Apply a default padding if legacy cellpadding attribute is missing */
10 -table:not([cellpadding]) th,
11 -table:not([cellpadding]) td {
12 - padding: 0.4rem;
13 -}
14 -/* Set default table styles if a table has a positive border attribute
15 - and no inline css */
16 -table[border]:not([border="0"]):not([style*="border-width"]) th,
17 -table[border]:not([border="0"]):not([style*="border-width"]) td {
18 - border-width: 1px;
19 -}
20 -/* Set default table styles if a table has a positive border attribute
21 - and no inline css */
22 -table[border]:not([border="0"]):not([style*="border-style"]) th,
23 -table[border]:not([border="0"]):not([style*="border-style"]) td {
24 - border-style: solid;
25 -}
26 -/* Set default table styles if a table has a positive border attribute
27 - and no inline css */
28 -table[border]:not([border="0"]):not([style*="border-color"]) th,
29 -table[border]:not([border="0"]):not([style*="border-color"]) td {
30 - border-color: #ccc;
31 -}
32 -figure {
33 - display: table;
34 - margin: 1rem auto;
35 -}
36 -figure figcaption {
37 - color: #999;
38 - display: block;
39 - margin-top: 0.25rem;
40 - text-align: center;
41 -}
42 -hr {
43 - border-color: #ccc;
44 - border-style: solid;
45 - border-width: 1px 0 0 0;
46 -}
47 -code {
48 - background-color: #e8e8e8;
49 - border-radius: 3px;
50 - padding: 0.1rem 0.2rem;
51 -}
52 -.mce-content-body:not([dir=rtl]) blockquote {
53 - border-left: 2px solid #ccc;
54 - margin-left: 1.5rem;
55 - padding-left: 1rem;
56 -}
57 -.mce-content-body[dir=rtl] blockquote {
58 - border-right: 2px solid #ccc;
59 - margin-right: 1.5rem;
60 - padding-right: 1rem;
61 -}
1 -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}")
2 -//# sourceMappingURL=content.js.map
1 -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}
1 -@media screen {
2 - html {
3 - background: #f4f4f4;
4 - min-height: 100%;
5 - }
6 -}
7 -body {
8 - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
9 -}
10 -@media screen {
11 - body {
12 - background-color: #fff;
13 - box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
14 - box-sizing: border-box;
15 - margin: 1rem auto 0;
16 - max-width: 820px;
17 - min-height: calc(100vh - 1rem);
18 - padding: 4rem 6rem 6rem 6rem;
19 - }
20 -}
21 -table {
22 - border-collapse: collapse;
23 -}
24 -/* Apply a default padding if legacy cellpadding attribute is missing */
25 -table:not([cellpadding]) th,
26 -table:not([cellpadding]) td {
27 - padding: 0.4rem;
28 -}
29 -/* Set default table styles if a table has a positive border attribute
30 - and no inline css */
31 -table[border]:not([border="0"]):not([style*="border-width"]) th,
32 -table[border]:not([border="0"]):not([style*="border-width"]) td {
33 - border-width: 1px;
34 -}
35 -/* Set default table styles if a table has a positive border attribute
36 - and no inline css */
37 -table[border]:not([border="0"]):not([style*="border-style"]) th,
38 -table[border]:not([border="0"]):not([style*="border-style"]) td {
39 - border-style: solid;
40 -}
41 -/* Set default table styles if a table has a positive border attribute
42 - and no inline css */
43 -table[border]:not([border="0"]):not([style*="border-color"]) th,
44 -table[border]:not([border="0"]):not([style*="border-color"]) td {
45 - border-color: #ccc;
46 -}
47 -figure figcaption {
48 - color: #999;
49 - margin-top: 0.25rem;
50 - text-align: center;
51 -}
52 -hr {
53 - border-color: #ccc;
54 - border-style: solid;
55 - border-width: 1px 0 0 0;
56 -}
57 -.mce-content-body:not([dir=rtl]) blockquote {
58 - border-left: 2px solid #ccc;
59 - margin-left: 1.5rem;
60 - padding-left: 1rem;
61 -}
62 -.mce-content-body[dir=rtl] blockquote {
63 - border-right: 2px solid #ccc;
64 - margin-right: 1.5rem;
65 - padding-right: 1rem;
66 -}
1 -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}")
2 -//# sourceMappingURL=content.js.map
1 -@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}
1 -body {
2 - background-color: #2f3742;
3 - color: #dfe0e4;
4 - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
5 - line-height: 1.4;
6 - margin: 1rem;
7 -}
8 -a {
9 - color: #4099ff;
10 -}
11 -table {
12 - border-collapse: collapse;
13 -}
14 -/* Apply a default padding if legacy cellpadding attribute is missing */
15 -table:not([cellpadding]) th,
16 -table:not([cellpadding]) td {
17 - padding: 0.4rem;
18 -}
19 -/* Set default table styles if a table has a positive border attribute
20 - and no inline css */
21 -table[border]:not([border="0"]):not([style*="border-width"]) th,
22 -table[border]:not([border="0"]):not([style*="border-width"]) td {
23 - border-width: 1px;
24 -}
25 -/* Set default table styles if a table has a positive border attribute
26 - and no inline css */
27 -table[border]:not([border="0"]):not([style*="border-style"]) th,
28 -table[border]:not([border="0"]):not([style*="border-style"]) td {
29 - border-style: solid;
30 -}
31 -/* Set default table styles if a table has a positive border attribute
32 - and no inline css */
33 -table[border]:not([border="0"]):not([style*="border-color"]) th,
34 -table[border]:not([border="0"]):not([style*="border-color"]) td {
35 - border-color: #6d737b;
36 -}
37 -figure {
38 - display: table;
39 - margin: 1rem auto;
40 -}
41 -figure figcaption {
42 - color: #8a8f97;
43 - display: block;
44 - margin-top: 0.25rem;
45 - text-align: center;
46 -}
47 -hr {
48 - border-color: #6d737b;
49 - border-style: solid;
50 - border-width: 1px 0 0 0;
51 -}
52 -code {
53 - background-color: #6d737b;
54 - border-radius: 3px;
55 - padding: 0.1rem 0.2rem;
56 -}
57 -.mce-content-body:not([dir=rtl]) blockquote {
58 - border-left: 2px solid #6d737b;
59 - margin-left: 1.5rem;
60 - padding-left: 1rem;
61 -}
62 -.mce-content-body[dir=rtl] blockquote {
63 - border-right: 2px solid #6d737b;
64 - margin-right: 1.5rem;
65 - padding-right: 1rem;
66 -}
1 -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}")
2 -//# sourceMappingURL=content.js.map
1 -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}
1 -body {
2 - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3 - line-height: 1.4;
4 - margin: 1rem;
5 -}
6 -table {
7 - border-collapse: collapse;
8 -}
9 -/* Apply a default padding if legacy cellpadding attribute is missing */
10 -table:not([cellpadding]) th,
11 -table:not([cellpadding]) td {
12 - padding: 0.4rem;
13 -}
14 -/* Set default table styles if a table has a positive border attribute
15 - and no inline css */
16 -table[border]:not([border="0"]):not([style*="border-width"]) th,
17 -table[border]:not([border="0"]):not([style*="border-width"]) td {
18 - border-width: 1px;
19 -}
20 -/* Set default table styles if a table has a positive border attribute
21 - and no inline css */
22 -table[border]:not([border="0"]):not([style*="border-style"]) th,
23 -table[border]:not([border="0"]):not([style*="border-style"]) td {
24 - border-style: solid;
25 -}
26 -/* Set default table styles if a table has a positive border attribute
27 - and no inline css */
28 -table[border]:not([border="0"]):not([style*="border-color"]) th,
29 -table[border]:not([border="0"]):not([style*="border-color"]) td {
30 - border-color: #ccc;
31 -}
32 -figure {
33 - display: table;
34 - margin: 1rem auto;
35 -}
36 -figure figcaption {
37 - color: #999;
38 - display: block;
39 - margin-top: 0.25rem;
40 - text-align: center;
41 -}
42 -hr {
43 - border-color: #ccc;
44 - border-style: solid;
45 - border-width: 1px 0 0 0;
46 -}
47 -code {
48 - background-color: #e8e8e8;
49 - border-radius: 3px;
50 - padding: 0.1rem 0.2rem;
51 -}
52 -.mce-content-body:not([dir=rtl]) blockquote {
53 - border-left: 2px solid #ccc;
54 - margin-left: 1.5rem;
55 - padding-left: 1rem;
56 -}
57 -.mce-content-body[dir=rtl] blockquote {
58 - border-right: 2px solid #ccc;
59 - margin-right: 1.5rem;
60 - padding-right: 1rem;
61 -}
1 -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}")
2 -//# sourceMappingURL=content.js.map
1 -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}
1 -body {
2 - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3 - line-height: 1.4;
4 - margin: 1rem auto;
5 - max-width: 900px;
6 -}
7 -table {
8 - border-collapse: collapse;
9 -}
10 -/* Apply a default padding if legacy cellpadding attribute is missing */
11 -table:not([cellpadding]) th,
12 -table:not([cellpadding]) td {
13 - padding: 0.4rem;
14 -}
15 -/* Set default table styles if a table has a positive border attribute
16 - and no inline css */
17 -table[border]:not([border="0"]):not([style*="border-width"]) th,
18 -table[border]:not([border="0"]):not([style*="border-width"]) td {
19 - border-width: 1px;
20 -}
21 -/* Set default table styles if a table has a positive border attribute
22 - and no inline css */
23 -table[border]:not([border="0"]):not([style*="border-style"]) th,
24 -table[border]:not([border="0"]):not([style*="border-style"]) td {
25 - border-style: solid;
26 -}
27 -/* Set default table styles if a table has a positive border attribute
28 - and no inline css */
29 -table[border]:not([border="0"]):not([style*="border-color"]) th,
30 -table[border]:not([border="0"]):not([style*="border-color"]) td {
31 - border-color: #ccc;
32 -}
33 -figure {
34 - display: table;
35 - margin: 1rem auto;
36 -}
37 -figure figcaption {
38 - color: #999;
39 - display: block;
40 - margin-top: 0.25rem;
41 - text-align: center;
42 -}
43 -hr {
44 - border-color: #ccc;
45 - border-style: solid;
46 - border-width: 1px 0 0 0;
47 -}
48 -code {
49 - background-color: #e8e8e8;
50 - border-radius: 3px;
51 - padding: 0.1rem 0.2rem;
52 -}
53 -.mce-content-body:not([dir=rtl]) blockquote {
54 - border-left: 2px solid #ccc;
55 - margin-left: 1.5rem;
56 - padding-left: 1rem;
57 -}
58 -.mce-content-body[dir=rtl] blockquote {
59 - border-right: 2px solid #ccc;
60 - margin-right: 1.5rem;
61 - padding-right: 1rem;
62 -}
1 -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}")
2 -//# sourceMappingURL=content.js.map
1 -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}
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 -body.tox-dialog__disable-scroll {
2 - overflow: hidden;
3 -}
4 -.tox-fullscreen {
5 - border: 0;
6 - height: 100%;
7 - margin: 0;
8 - overflow: hidden;
9 - overscroll-behavior: none;
10 - padding: 0;
11 - touch-action: pinch-zoom;
12 - width: 100%;
13 -}
14 -.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
15 - display: none;
16 -}
17 -.tox.tox-tinymce.tox-fullscreen,
18 -.tox-shadowhost.tox-fullscreen {
19 - left: 0;
20 - position: fixed;
21 - top: 0;
22 - z-index: 1200;
23 -}
24 -.tox.tox-tinymce.tox-fullscreen {
25 - background-color: transparent;
26 -}
27 -.tox-fullscreen .tox.tox-tinymce-aux,
28 -.tox-fullscreen ~ .tox.tox-tinymce-aux {
29 - z-index: 1201;
30 -}
1 -tinymce.Resource.add('ui/dark/skin.shadowdom.css', "body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}")
2 -//# sourceMappingURL=skin.shadowdom.js.map
1 -body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 -body.tox-dialog__disable-scroll {
2 - overflow: hidden;
3 -}
4 -.tox-fullscreen {
5 - border: 0;
6 - height: 100%;
7 - margin: 0;
8 - overflow: hidden;
9 - overscroll-behavior: none;
10 - padding: 0;
11 - touch-action: pinch-zoom;
12 - width: 100%;
13 -}
14 -.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
15 - display: none;
16 -}
17 -.tox.tox-tinymce.tox-fullscreen,
18 -.tox-shadowhost.tox-fullscreen {
19 - left: 0;
20 - position: fixed;
21 - top: 0;
22 - z-index: 1200;
23 -}
24 -.tox.tox-tinymce.tox-fullscreen {
25 - background-color: transparent;
26 -}
27 -.tox-fullscreen .tox.tox-tinymce-aux,
28 -.tox-fullscreen ~ .tox.tox-tinymce-aux {
29 - z-index: 1201;
30 -}
1 -tinymce.Resource.add('ui/default/skin.shadowdom.css', "body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}")
2 -//# sourceMappingURL=skin.shadowdom.js.map
1 -body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 -body.tox-dialog__disable-scroll {
2 - overflow: hidden;
3 -}
4 -.tox-fullscreen {
5 - border: 0;
6 - height: 100%;
7 - margin: 0;
8 - overflow: hidden;
9 - overscroll-behavior: none;
10 - padding: 0;
11 - touch-action: pinch-zoom;
12 - width: 100%;
13 -}
14 -.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
15 - display: none;
16 -}
17 -.tox.tox-tinymce.tox-fullscreen,
18 -.tox-shadowhost.tox-fullscreen {
19 - left: 0;
20 - position: fixed;
21 - top: 0;
22 - z-index: 1200;
23 -}
24 -.tox.tox-tinymce.tox-fullscreen {
25 - background-color: transparent;
26 -}
27 -.tox-fullscreen .tox.tox-tinymce-aux,
28 -.tox-fullscreen ~ .tox.tox-tinymce-aux {
29 - z-index: 1201;
30 -}
1 -tinymce.Resource.add('ui/tinymce-5-dark/skin.shadowdom.css', "body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}")
2 -//# sourceMappingURL=skin.shadowdom.js.map
1 -body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 -body.tox-dialog__disable-scroll {
2 - overflow: hidden;
3 -}
4 -.tox-fullscreen {
5 - border: 0;
6 - height: 100%;
7 - margin: 0;
8 - overflow: hidden;
9 - overscroll-behavior: none;
10 - padding: 0;
11 - touch-action: pinch-zoom;
12 - width: 100%;
13 -}
14 -.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
15 - display: none;
16 -}
17 -.tox.tox-tinymce.tox-fullscreen,
18 -.tox-shadowhost.tox-fullscreen {
19 - left: 0;
20 - position: fixed;
21 - top: 0;
22 - z-index: 1200;
23 -}
24 -.tox.tox-tinymce.tox-fullscreen {
25 - background-color: transparent;
26 -}
27 -.tox-fullscreen .tox.tox-tinymce-aux,
28 -.tox-fullscreen ~ .tox.tox-tinymce-aux {
29 - z-index: 1201;
30 -}
1 -tinymce.Resource.add('ui/tinymce-5/skin.shadowdom.css', "body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}")
2 -//# sourceMappingURL=skin.shadowdom.js.map
1 -body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}