component_ryl 1.0.16 → 1.0.17
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.
- package/README.md +21 -0
- package/component_ryl.zip +0 -0
- package/dist/build.js +2 -2
- package/package.json +4 -2
- package/static/tinymce/langs/zh_CN.js +419 -0
- package/static/tinymce/skins/content/dark/content.css +72 -0
- package/static/tinymce/skins/content/dark/content.min.css +7 -0
- package/static/tinymce/skins/content/default/content.css +68 -0
- package/static/tinymce/skins/content/default/content.min.css +7 -0
- package/static/tinymce/skins/content/document/content.css +72 -0
- package/static/tinymce/skins/content/document/content.min.css +7 -0
- package/static/tinymce/skins/content/writer/content.css +68 -0
- package/static/tinymce/skins/content/writer/content.min.css +7 -0
- package/static/tinymce/skins/ui/oxide/content.css +728 -0
- package/static/tinymce/skins/ui/oxide/content.inline.css +722 -0
- package/static/tinymce/skins/ui/oxide/content.inline.min.css +7 -0
- package/static/tinymce/skins/ui/oxide/content.min.css +7 -0
- package/static/tinymce/skins/ui/oxide/content.mobile.css +29 -0
- package/static/tinymce/skins/ui/oxide/content.mobile.min.css +7 -0
- package/static/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- package/static/tinymce/skins/ui/oxide/skin.css +2972 -0
- package/static/tinymce/skins/ui/oxide/skin.min.css +7 -0
- package/static/tinymce/skins/ui/oxide/skin.mobile.css +673 -0
- package/static/tinymce/skins/ui/oxide/skin.mobile.min.css +7 -0
- package/static/tinymce/skins/ui/oxide-dark/content.css +710 -0
- package/static/tinymce/skins/ui/oxide-dark/content.inline.css +722 -0
- package/static/tinymce/skins/ui/oxide-dark/content.inline.min.css +7 -0
- package/static/tinymce/skins/ui/oxide-dark/content.min.css +7 -0
- package/static/tinymce/skins/ui/oxide-dark/content.mobile.css +29 -0
- package/static/tinymce/skins/ui/oxide-dark/content.mobile.min.css +7 -0
- package/static/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- package/static/tinymce/skins/ui/oxide-dark/skin.css +2972 -0
- package/static/tinymce/skins/ui/oxide-dark/skin.min.css +7 -0
- package/static/tinymce/skins/ui/oxide-dark/skin.mobile.css +673 -0
- package/static/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +7 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the LGPL or a commercial license.
|
|
4
|
+
* For LGPL see License.txt in the project root for license information.
|
|
5
|
+
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
+
*/
|
|
7
|
+
@media screen {
|
|
8
|
+
html {
|
|
9
|
+
background: #f4f4f4;
|
|
10
|
+
min-height: 100%;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
body {
|
|
14
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
15
|
+
}
|
|
16
|
+
@media screen {
|
|
17
|
+
body {
|
|
18
|
+
background-color: #fff;
|
|
19
|
+
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
|
|
20
|
+
box-sizing: border-box;
|
|
21
|
+
margin: 1rem auto 0;
|
|
22
|
+
max-width: 820px;
|
|
23
|
+
min-height: calc(100vh - 1rem);
|
|
24
|
+
padding: 4rem 6rem 6rem 6rem;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
table {
|
|
28
|
+
border-collapse: collapse;
|
|
29
|
+
}
|
|
30
|
+
/* Apply a default padding if legacy cellpadding attribute is missing */
|
|
31
|
+
table:not([cellpadding]) th,
|
|
32
|
+
table:not([cellpadding]) td {
|
|
33
|
+
padding: 0.4rem;
|
|
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-width"]) th,
|
|
38
|
+
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
|
39
|
+
border-width: 1px;
|
|
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-style"]) th,
|
|
44
|
+
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
|
45
|
+
border-style: solid;
|
|
46
|
+
}
|
|
47
|
+
/* Set default table styles if a table has a positive border attribute
|
|
48
|
+
and no inline css */
|
|
49
|
+
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
|
50
|
+
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
|
51
|
+
border-color: #ccc;
|
|
52
|
+
}
|
|
53
|
+
figure figcaption {
|
|
54
|
+
color: #999;
|
|
55
|
+
margin-top: 0.25rem;
|
|
56
|
+
text-align: center;
|
|
57
|
+
}
|
|
58
|
+
hr {
|
|
59
|
+
border-color: #ccc;
|
|
60
|
+
border-style: solid;
|
|
61
|
+
border-width: 1px 0 0 0;
|
|
62
|
+
}
|
|
63
|
+
.mce-content-body:not([dir=rtl]) blockquote {
|
|
64
|
+
border-left: 2px solid #ccc;
|
|
65
|
+
margin-left: 1.5rem;
|
|
66
|
+
padding-left: 1rem;
|
|
67
|
+
}
|
|
68
|
+
.mce-content-body[dir=rtl] blockquote {
|
|
69
|
+
border-right: 2px solid #ccc;
|
|
70
|
+
margin-right: 1.5rem;
|
|
71
|
+
padding-right: 1rem;
|
|
72
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the LGPL or a commercial license.
|
|
4
|
+
* For LGPL see License.txt in the project root for license information.
|
|
5
|
+
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
+
*/
|
|
7
|
+
@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}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the LGPL or a commercial license.
|
|
4
|
+
* For LGPL see License.txt in the project root for license information.
|
|
5
|
+
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
+
*/
|
|
7
|
+
body {
|
|
8
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
9
|
+
line-height: 1;
|
|
10
|
+
margin: 1rem auto;
|
|
11
|
+
max-width: 900px;
|
|
12
|
+
}
|
|
13
|
+
table {
|
|
14
|
+
border-collapse: collapse;
|
|
15
|
+
}
|
|
16
|
+
/* Apply a default padding if legacy cellpadding attribute is missing */
|
|
17
|
+
table:not([cellpadding]) th,
|
|
18
|
+
table:not([cellpadding]) td {
|
|
19
|
+
padding: 0.4rem;
|
|
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-width"]) th,
|
|
24
|
+
table[border]:not([border="0"]):not([style*="border-width"]) td {
|
|
25
|
+
border-width: 1px;
|
|
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-style"]) th,
|
|
30
|
+
table[border]:not([border="0"]):not([style*="border-style"]) td {
|
|
31
|
+
border-style: solid;
|
|
32
|
+
}
|
|
33
|
+
/* Set default table styles if a table has a positive border attribute
|
|
34
|
+
and no inline css */
|
|
35
|
+
table[border]:not([border="0"]):not([style*="border-color"]) th,
|
|
36
|
+
table[border]:not([border="0"]):not([style*="border-color"]) td {
|
|
37
|
+
border-color: #ccc;
|
|
38
|
+
}
|
|
39
|
+
figure {
|
|
40
|
+
display: table;
|
|
41
|
+
margin: 1rem auto;
|
|
42
|
+
}
|
|
43
|
+
figure figcaption {
|
|
44
|
+
color: #999;
|
|
45
|
+
display: block;
|
|
46
|
+
margin-top: 0.25rem;
|
|
47
|
+
text-align: center;
|
|
48
|
+
}
|
|
49
|
+
hr {
|
|
50
|
+
border-color: #ccc;
|
|
51
|
+
border-style: solid;
|
|
52
|
+
border-width: 1px 0 0 0;
|
|
53
|
+
}
|
|
54
|
+
code {
|
|
55
|
+
background-color: #e8e8e8;
|
|
56
|
+
border-radius: 3px;
|
|
57
|
+
padding: 0.1rem 0.2rem;
|
|
58
|
+
}
|
|
59
|
+
.mce-content-body:not([dir=rtl]) blockquote {
|
|
60
|
+
border-left: 2px solid #ccc;
|
|
61
|
+
margin-left: 1.5rem;
|
|
62
|
+
padding-left: 1rem;
|
|
63
|
+
}
|
|
64
|
+
.mce-content-body[dir=rtl] blockquote {
|
|
65
|
+
border-right: 2px solid #ccc;
|
|
66
|
+
margin-right: 1.5rem;
|
|
67
|
+
padding-right: 1rem;
|
|
68
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the LGPL or a commercial license.
|
|
4
|
+
* For LGPL see License.txt in the project root for license information.
|
|
5
|
+
* For commercial licenses see https://www.tiny.cloud/
|
|
6
|
+
*/
|
|
7
|
+
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}
|