flame-plus 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +7 -7
  2. package/flameDist/flame-plus.es.js +12 -10
  3. package/flameDist/flame-plus.es.js.map +1 -1
  4. package/flameDist/flame-plus.umd.js +3 -3
  5. package/flameDist/flame-plus.umd.js.map +1 -1
  6. package/flameDist/style.css +1 -1
  7. package/flameDist/tinymce/skins/content/dark/content.css +66 -66
  8. package/flameDist/tinymce/skins/content/dark/content.min.css +1 -1
  9. package/flameDist/tinymce/skins/content/default/content.css +61 -61
  10. package/flameDist/tinymce/skins/content/default/content.min.css +1 -1
  11. package/flameDist/tinymce/skins/content/document/content.css +66 -66
  12. package/flameDist/tinymce/skins/content/document/content.min.css +1 -1
  13. package/flameDist/tinymce/skins/content/tinymce-5/content.css +61 -61
  14. package/flameDist/tinymce/skins/content/tinymce-5/content.min.css +1 -1
  15. package/flameDist/tinymce/skins/content/tinymce-5-dark/content.css +66 -66
  16. package/flameDist/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -1
  17. package/flameDist/tinymce/skins/content/writer/content.css +62 -62
  18. package/flameDist/tinymce/skins/content/writer/content.min.css +1 -1
  19. package/flameDist/tinymce/skins/ui/oxide/content.css +785 -785
  20. package/flameDist/tinymce/skins/ui/oxide/content.inline.css +779 -779
  21. package/flameDist/tinymce/skins/ui/oxide/content.inline.min.css +1 -1
  22. package/flameDist/tinymce/skins/ui/oxide/content.min.css +1 -1
  23. package/flameDist/tinymce/skins/ui/oxide/skin.css +3759 -3759
  24. package/flameDist/tinymce/skins/ui/oxide/skin.min.css +1 -1
  25. package/flameDist/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -30
  26. package/flameDist/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
  27. package/flameDist/tinymce/skins/ui/oxide-dark/content.css +766 -766
  28. package/flameDist/tinymce/skins/ui/oxide-dark/content.inline.css +779 -779
  29. package/flameDist/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -1
  30. package/flameDist/tinymce/skins/ui/oxide-dark/content.min.css +1 -1
  31. package/flameDist/tinymce/skins/ui/oxide-dark/skin.css +3762 -3762
  32. package/flameDist/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
  33. package/flameDist/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -30
  34. package/flameDist/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
  35. package/flameDist/tinymce/skins/ui/tinymce-5/content.css +785 -785
  36. package/flameDist/tinymce/skins/ui/tinymce-5/content.inline.css +779 -779
  37. package/flameDist/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -1
  38. package/flameDist/tinymce/skins/ui/tinymce-5/content.min.css +1 -1
  39. package/flameDist/tinymce/skins/ui/tinymce-5/skin.css +3853 -3853
  40. package/flameDist/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
  41. package/flameDist/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -30
  42. package/flameDist/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -1
  43. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.css +766 -766
  44. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.inline.css +779 -779
  45. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
  46. package/flameDist/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -1
  47. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.css +3853 -3853
  48. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  49. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -30
  50. package/flameDist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -1
  51. package/package.json +47 -47
@@ -1,66 +1,66 @@
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
+ 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 +1 @@
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{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,61 +1,61 @@
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
+ 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 +1 @@
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{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,66 +1,66 @@
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
+ @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 +1 @@
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
+ @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,61 +1,61 @@
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
+ 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 +1 @@
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{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}