@richscripts2/richtexteditor 1.0.15
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 +8 -0
- package/package.json +34 -0
- package/richtexteditor/lang/rte-lang-af.js +164 -0
- package/richtexteditor/lang/rte-lang-ar.js +164 -0
- package/richtexteditor/lang/rte-lang-bg.js +164 -0
- package/richtexteditor/lang/rte-lang-bn.js +164 -0
- package/richtexteditor/lang/rte-lang-bs.js +164 -0
- package/richtexteditor/lang/rte-lang-ca.js +164 -0
- package/richtexteditor/lang/rte-lang-cs.js +164 -0
- package/richtexteditor/lang/rte-lang-cy.js +164 -0
- package/richtexteditor/lang/rte-lang-da.js +164 -0
- package/richtexteditor/lang/rte-lang-de.js +164 -0
- package/richtexteditor/lang/rte-lang-el.js +164 -0
- package/richtexteditor/lang/rte-lang-en.js +3 -0
- package/richtexteditor/lang/rte-lang-es.js +164 -0
- package/richtexteditor/lang/rte-lang-et.js +164 -0
- package/richtexteditor/lang/rte-lang-fa.js +164 -0
- package/richtexteditor/lang/rte-lang-fi.js +164 -0
- package/richtexteditor/lang/rte-lang-fil.js +164 -0
- package/richtexteditor/lang/rte-lang-fj.js +164 -0
- package/richtexteditor/lang/rte-lang-fr.js +164 -0
- package/richtexteditor/lang/rte-lang-ga.js +164 -0
- package/richtexteditor/lang/rte-lang-gu.js +164 -0
- package/richtexteditor/lang/rte-lang-he.js +164 -0
- package/richtexteditor/lang/rte-lang-hi.js +164 -0
- package/richtexteditor/lang/rte-lang-hr.js +164 -0
- package/richtexteditor/lang/rte-lang-ht.js +164 -0
- package/richtexteditor/lang/rte-lang-hu.js +164 -0
- package/richtexteditor/lang/rte-lang-id.js +164 -0
- package/richtexteditor/lang/rte-lang-is.js +164 -0
- package/richtexteditor/lang/rte-lang-it.js +164 -0
- package/richtexteditor/lang/rte-lang-ja.js +164 -0
- package/richtexteditor/lang/rte-lang-kn.js +164 -0
- package/richtexteditor/lang/rte-lang-ko.js +164 -0
- package/richtexteditor/lang/rte-lang-lt.js +164 -0
- package/richtexteditor/lang/rte-lang-lv.js +164 -0
- package/richtexteditor/lang/rte-lang-mg.js +164 -0
- package/richtexteditor/lang/rte-lang-mi.js +164 -0
- package/richtexteditor/lang/rte-lang-ml.js +164 -0
- package/richtexteditor/lang/rte-lang-mr.js +164 -0
- package/richtexteditor/lang/rte-lang-ms.js +164 -0
- package/richtexteditor/lang/rte-lang-mt.js +164 -0
- package/richtexteditor/lang/rte-lang-mww.js +164 -0
- package/richtexteditor/lang/rte-lang-nb.js +164 -0
- package/richtexteditor/lang/rte-lang-nl.js +164 -0
- package/richtexteditor/lang/rte-lang-otq.js +164 -0
- package/richtexteditor/lang/rte-lang-pa.js +164 -0
- package/richtexteditor/lang/rte-lang-pl.js +164 -0
- package/richtexteditor/lang/rte-lang-pt-pt.js +164 -0
- package/richtexteditor/lang/rte-lang-pt.js +164 -0
- package/richtexteditor/lang/rte-lang-ro.js +164 -0
- package/richtexteditor/lang/rte-lang-ru.js +164 -0
- package/richtexteditor/lang/rte-lang-sk.js +164 -0
- package/richtexteditor/lang/rte-lang-sl.js +164 -0
- package/richtexteditor/lang/rte-lang-sm.js +164 -0
- package/richtexteditor/lang/rte-lang-sr-Cyrl.js +164 -0
- package/richtexteditor/lang/rte-lang-sr-Latn.js +164 -0
- package/richtexteditor/lang/rte-lang-sv.js +164 -0
- package/richtexteditor/lang/rte-lang-sw.js +164 -0
- package/richtexteditor/lang/rte-lang-ta.js +164 -0
- package/richtexteditor/lang/rte-lang-te.js +164 -0
- package/richtexteditor/lang/rte-lang-th.js +164 -0
- package/richtexteditor/lang/rte-lang-tlh-Latn.js +164 -0
- package/richtexteditor/lang/rte-lang-tlh-Piqd.js +164 -0
- package/richtexteditor/lang/rte-lang-to.js +164 -0
- package/richtexteditor/lang/rte-lang-tr.js +164 -0
- package/richtexteditor/lang/rte-lang-ty.js +164 -0
- package/richtexteditor/lang/rte-lang-uk.js +164 -0
- package/richtexteditor/lang/rte-lang-ur.js +164 -0
- package/richtexteditor/lang/rte-lang-vi.js +164 -0
- package/richtexteditor/lang/rte-lang-yua.js +164 -0
- package/richtexteditor/lang/rte-lang-zh-Hans.js +164 -0
- package/richtexteditor/lang/rte-lang-zh-Hant.js +164 -0
- package/richtexteditor/lang/rte-lang.js +1 -0
- package/richtexteditor/plugins/-combine-plugin.txt +2 -0
- package/richtexteditor/plugins/all_plugins.js +1063 -0
- package/richtexteditor/plugins/html2pdf.js +163 -0
- package/richtexteditor/plugins/imageeditor.js +160 -0
- package/richtexteditor/plugins/insertcode.js +316 -0
- package/richtexteditor/plugins/insertemoji.js +258 -0
- package/richtexteditor/plugins/insertgallery.js +82 -0
- package/richtexteditor/plugins/inserttemplate.js +82 -0
- package/richtexteditor/plugins/samples/insertcode_v1.js +76 -0
- package/richtexteditor/plugins/tui.image-editor/fabric.min.js +8 -0
- package/richtexteditor/plugins/tui.image-editor/note.txt +5 -0
- package/richtexteditor/plugins/tui.image-editor/svg/icon-a.svg +235 -0
- package/richtexteditor/plugins/tui.image-editor/svg/icon-b.svg +224 -0
- package/richtexteditor/plugins/tui.image-editor/svg/icon-c.svg +224 -0
- package/richtexteditor/plugins/tui.image-editor/svg/icon-d.svg +224 -0
- package/richtexteditor/plugins/tui.image-editor/tui-code-snippet.min.js +7 -0
- package/richtexteditor/plugins/tui.image-editor/tui-color-picker.min.css +6 -0
- package/richtexteditor/plugins/tui.image-editor/tui-color-picker.min.js +7 -0
- package/richtexteditor/plugins/tui.image-editor/tui-image-editor.min.css +7 -0
- package/richtexteditor/plugins/tui.image-editor/tui-image-editor.min.js +15 -0
- package/richtexteditor/rte.js +574 -0
- package/richtexteditor/rte_theme_default.css +1755 -0
- package/richtexteditor/runtime/colorpicker_more_ns.htm +2613 -0
- package/richtexteditor/runtime/help.htm +162 -0
- package/richtexteditor/runtime/images/1x1.gif +0 -0
- package/richtexteditor/runtime/images/cpie_Color.cur +0 -0
- package/richtexteditor/runtime/images/cpie_GradientPositionDark.gif +0 -0
- package/richtexteditor/runtime/images/cpie_GradientPositionLight.gif +0 -0
- package/richtexteditor/runtime/images/cpie_VerticalPosition.gif +0 -0
- package/richtexteditor/runtime/images/cpie_WebSafe.gif +0 -0
- package/richtexteditor/runtime/images/cpie_gradients.png +0 -0
- package/richtexteditor/runtime/images/cpns_Color.cur +0 -0
- package/richtexteditor/runtime/images/cpns_ColorSpace1.png +0 -0
- package/richtexteditor/runtime/images/cpns_ColorSpace2.png +0 -0
- package/richtexteditor/runtime/images/cpns_GradientPositionDark.gif +0 -0
- package/richtexteditor/runtime/images/cpns_GradientPositionLight.gif +0 -0
- package/richtexteditor/runtime/images/cpns_Vertical1.png +0 -0
- package/richtexteditor/runtime/images/cpns_Vertical2.png +0 -0
- package/richtexteditor/runtime/images/cpns_VerticalPosition.gif +0 -0
- package/richtexteditor/runtime/images/cpns_WebSafe.gif +0 -0
- package/richtexteditor/runtime/images/cpns_gradients.png +0 -0
- package/richtexteditor/runtime/images/cpns_hue2.png +0 -0
- package/richtexteditor/runtime/images/formbn.gif +0 -0
- package/richtexteditor/runtime/images/multiclavier.gif +0 -0
- package/richtexteditor/runtime/richtexteditor_content.css +362 -0
- package/richtexteditor/runtime/richtexteditor_preview.css +302 -0
- package/richtexteditor/runtime/richtexteditor_preview.js +4 -0
|
@@ -0,0 +1,1755 @@
|
|
|
1
|
+
|
|
2
|
+
.richtexteditor {
|
|
3
|
+
display: flex !important;
|
|
4
|
+
flex-direction: column !important;
|
|
5
|
+
position: relative !important;
|
|
6
|
+
box-sizing: border-box !important;
|
|
7
|
+
border: 1px solid #ddd;
|
|
8
|
+
background-color: #fff;
|
|
9
|
+
user-select: none;
|
|
10
|
+
min-height: 200px;
|
|
11
|
+
min-width: 200px;
|
|
12
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/*.richtexteditor{
|
|
16
|
+
border-radius:7px;
|
|
17
|
+
}
|
|
18
|
+
rte-toolbar {
|
|
19
|
+
border-top-left-radius: 7px;
|
|
20
|
+
border-top-right-radius: 7px;
|
|
21
|
+
}
|
|
22
|
+
rte-bottom {
|
|
23
|
+
border-bottom-left-radius: 7px;
|
|
24
|
+
border-bottom-right-radius: 7px;
|
|
25
|
+
}*/
|
|
26
|
+
|
|
27
|
+
.richtexteditor, .rte-absolute, .rte-fixed, rte-dropdown-panel {
|
|
28
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.richtexteditor *, .rte-absolute *, .rte-fixed * {
|
|
33
|
+
box-sizing: border-box !important;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.richtexteditor.rte-fullpage {
|
|
37
|
+
position: fixed !important;
|
|
38
|
+
border: none !important;
|
|
39
|
+
left: -2px !important;
|
|
40
|
+
top: -2px !important;
|
|
41
|
+
right: -2px !important;
|
|
42
|
+
bottom: -2px !important;
|
|
43
|
+
width: auto !important;
|
|
44
|
+
height: auto !important;
|
|
45
|
+
max-width: none !important;
|
|
46
|
+
max-height: none !important;
|
|
47
|
+
border-radius: 0px !important;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.richtexteditor.rte-fullpage rte-toolbar {
|
|
51
|
+
border-radius: 0px !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.rte-absolute {
|
|
55
|
+
box-sizing: border-box !important;
|
|
56
|
+
position: absolute !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.rte-fixed {
|
|
60
|
+
box-sizing: border-box !important;
|
|
61
|
+
position: fixed !important;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
rte-precontent {
|
|
65
|
+
z-index: 1;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
rte-content {
|
|
69
|
+
border-bottom: solid 1px #ebedf2;
|
|
70
|
+
padding: 8px;
|
|
71
|
+
user-select: none;
|
|
72
|
+
background-color: #fff;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
rte-toolbar {
|
|
76
|
+
border-bottom: solid 1px #ebedf2;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.rte-office rte-toolbar {
|
|
80
|
+
padding: 2px 2px 3px;
|
|
81
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAACCCAYAAABGtuhTAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACB0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgTVi7kSokAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzA3LzEyJiegEwAAAOZJREFUeJztmcENxDAIBHFE/23eM79T7hE7RdxYGkRcwGiBBSx7fM5rBXjyulFe5DEnC5yswMhFAydMzMUDUV4kzCsRMp/DfiHjVUZxEfn93SjwQGk9gTlgoD9kPocBJ7FhUfCQcwwWWSCHeh/iCgsUpWMv0z7U2yYDlrij9eTz0N8pFXxoV/gC/z8bLksw0J/DFygENry0+4ENdwp+nfOvgApFaedDP9DvQ38vN+wUv212FEXuQ1yh//3Q78Mc9vHlr7J/wPLvh/yDpL4oBRTSQHxiFzC2XmGBnWL/oNnQKfo1qlf4ABqzK10RRBaNAAAAAElFTkSuQmCC');
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
rte-codebox {
|
|
87
|
+
flex: 99999;
|
|
88
|
+
text-align: left;
|
|
89
|
+
font-size: 15px;
|
|
90
|
+
line-height: 1.5;
|
|
91
|
+
border: none;
|
|
92
|
+
font-family: "Consolas", "Courier New", Courier, monospace, serif;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
rte-codebox textarea {
|
|
96
|
+
-moz-resize: none;
|
|
97
|
+
-webkit-resize: none;
|
|
98
|
+
-webkit-box-sizing: border-box;
|
|
99
|
+
-moz-box-sizing: border-box;
|
|
100
|
+
box-sizing: border-box;
|
|
101
|
+
border: none;
|
|
102
|
+
padding: 10px;
|
|
103
|
+
margin: 0;
|
|
104
|
+
font-family: "Courier New", Courier, monospace, serif;
|
|
105
|
+
font-size: 14px;
|
|
106
|
+
background: #FFF;
|
|
107
|
+
color: #000;
|
|
108
|
+
outline: none;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.richtexteditor.rte-modern rte-toolbar {
|
|
112
|
+
padding: 0px 2px;
|
|
113
|
+
font-size: 14px;
|
|
114
|
+
color: #333;
|
|
115
|
+
box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
|
|
116
|
+
border-bottom: 1px solid #eeeeee;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
.richtexteditor.rte-office {
|
|
121
|
+
padding: 0px;
|
|
122
|
+
margin: 2px;
|
|
123
|
+
border-style: solid;
|
|
124
|
+
border-width: 1px;
|
|
125
|
+
border-color: #bdd4f0;
|
|
126
|
+
border-top-color: #c5d2df;
|
|
127
|
+
border-left-color: #b7c8d7;
|
|
128
|
+
border-right-color: #b8c9d7;
|
|
129
|
+
border-bottom-color: #9ebfdb;
|
|
130
|
+
border-radius: 0px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.richtexteditor.rte-modern {
|
|
134
|
+
border: 1px solid #d5d5d5;
|
|
135
|
+
border-radius: 8px;
|
|
136
|
+
-moz-border-radius: 8px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.richtexteditor.rte-modern rte-toolbar {
|
|
140
|
+
/*border-top-left-radius: .5rem;
|
|
141
|
+
border-top-right-radius: .5rem;*/
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.richtexteditor.rte-modern rte-bottom {
|
|
145
|
+
/*border-bottom-left-radius: .5rem;
|
|
146
|
+
border-bottom-right-radius: .5rem;*/
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
.rte-modern.rte-desktop.rte-toolbar-default {
|
|
151
|
+
min-width: 820px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.rte-modern.rte-desktop.rte-toolbar-full {
|
|
155
|
+
min-width: 820px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
rte-bottom {
|
|
161
|
+
padding: 3px 8px;
|
|
162
|
+
user-select: none;
|
|
163
|
+
min-height: 35px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.rte-modern rte-plusbtn rte-toolbar-button {
|
|
167
|
+
width: 24px;
|
|
168
|
+
height: 24px;
|
|
169
|
+
margin: 1px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
rte-taglist {
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
rte-tagitem {
|
|
176
|
+
margin: 3px;
|
|
177
|
+
padding: 2px 4px 3px 4px;
|
|
178
|
+
border: solid 1px gray;
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
font-size: 12px;
|
|
181
|
+
line-height: 12px;
|
|
182
|
+
user-select: none;
|
|
183
|
+
display: table;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
rte-tagitem.rte-ui-active {
|
|
187
|
+
border: solid 1px #8b8b8d;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
rte-textcounter {
|
|
191
|
+
padding: 5px 8px 3px;
|
|
192
|
+
color: #999999;
|
|
193
|
+
font-size:13px;
|
|
194
|
+
font-family: sans-serif;
|
|
195
|
+
text-transform: lowercase;
|
|
196
|
+
}
|
|
197
|
+
rte-powerby {
|
|
198
|
+
padding: 5px 8px 3px;
|
|
199
|
+
font-family: sans-serif;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
rte-resizecorner {
|
|
204
|
+
margin: 3px 0;
|
|
205
|
+
padding: 3px 0;
|
|
206
|
+
min-width: 16px;
|
|
207
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjM1QzFBMTY5MzA1MTFFQUJGNDI5NDU5N0M4QkUxNDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjM1QzFBMTc5MzA1MTFFQUJGNDI5NDU5N0M4QkUxNDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMzVDMUExNDkzMDUxMUVBQkY0Mjk0NTk3QzhCRTE0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMzVDMUExNTkzMDUxMUVBQkY0Mjk0NTk3QzhCRTE0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn+/bqEAAAA8SURBVHjaYvz//z8DKYCJGEXp6elwUxmpakNGRsZ/2tgAMxGdptwGdDfDaJg4+TbgcjPMZMptIAUABBgAPN8zHGdT1H8AAAAASUVORK5CYII=);
|
|
208
|
+
background-repeat: no-repeat;
|
|
209
|
+
background-position: center center;
|
|
210
|
+
cursor: nw-resize;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.rte-fullpage rte-resizecorner {
|
|
214
|
+
display: none;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
.rte-office rte-ribbon-column {
|
|
219
|
+
margin: 2px;
|
|
220
|
+
border-style: solid;
|
|
221
|
+
border-width: 1px;
|
|
222
|
+
border-color: #bdd4f0;
|
|
223
|
+
border-top-color: #c5d2df;
|
|
224
|
+
border-left-color: #b7c8d7;
|
|
225
|
+
border-right-color: #b8c9d7;
|
|
226
|
+
border-bottom-color: #9ebfdb;
|
|
227
|
+
border-radius: 3px;
|
|
228
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAABiCAYAAAB+koVqAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACB0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgTVi7kSokAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzA2LzEynpvHdgAAAeNJREFUeJzt3bFtw0AUBcFP4/qv1InhRA4kOaAauE0IAjMVMFs8no46vn8e7wGATWtm5vfxvPo5ALiZNTPzfBkhAOxZMzPvt4AAsOcTkKsfA4C7OQNy9VMAcDteYQGQeIUFQCIgACSfMxAFAWCPBQJAIiAAJH6FBUCyZmZeVz8FALezZmYefz6mCMAeN9EBSL6ufgAA7klAAEgEBIBkzcwcVz8FALdjgQCQCAgAiYAAkKyZcQgCwDaH6AAkXmEBkAgIAIlXWAAkZ0AOCQFgj1dYACQCAkDiHggAiUN0ABILBIDEGQgAiYAAkDgDASCxQABIBASAREAASAQEgMQhOgCJi4QAJF5hAZBYIAAkFggAiYAAkAgIAImAAJCch+hO0QHYZIEAkAgIAIlPmQCQWCAAJJ+b6DYIAHssEAASAQEgERAAEgEBIBEQABL3QABILBAAEgEBIPGXtgAkFggAiQUCQGKBAJAICACJgACQCAgAiZvoACQWCACJBQJAYoEAkAgIAImAAJAICACJgACQCAgAiYAAkAgIAMl5kfBwlRCAPRYIAImAAJAICACJgACQrJnxOV4AtlkgACTnAjFBANhkgQCQCAgAib+0BSCxQABIBASAxD0QABILBIBEQABIBASA5B+/giW9vHXuqwAAAABJRU5ErkJggg==');
|
|
229
|
+
background-repeat: repeat-x;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
rte-control-toolbar {
|
|
234
|
+
border-radius: 5px;
|
|
235
|
+
background-color: white;
|
|
236
|
+
padding: 6px;
|
|
237
|
+
box-shadow: 3px 3px 8px gray;
|
|
238
|
+
/*opacity:0.3;
|
|
239
|
+
transition:opacity linear 0.3s;*/
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
rte-control-toolbar:hover {
|
|
243
|
+
opacity: 1;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.rte-modern rte-control-toolbar rte-toolbar-button, .rte-modern rte-control-toolbar rte-toolbar-splitbutton, .rte-modern rte-control-toolbar rte-toolbar-dropdown {
|
|
247
|
+
margin: 6px 8px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.rte-modern rte-control-toolbar rte-toolbar-arrowbutton {
|
|
251
|
+
margin: 6px 2px 6px 8px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
rte-ribbon-group-left {
|
|
255
|
+
margin-bottom: 4px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
rte-ribbon-group-right {
|
|
259
|
+
margin-left: 5px;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
rte-ribbon-main {
|
|
263
|
+
padding: 5px 5px 1px;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
rte-ribbon-text {
|
|
267
|
+
padding-top: 2px;
|
|
268
|
+
color: #3e6ac1;
|
|
269
|
+
background-color: #c1d9f1;
|
|
270
|
+
font-family: arial !important;
|
|
271
|
+
font-size: 11px !important;
|
|
272
|
+
border-left: solid 1px #d2eaf2;
|
|
273
|
+
border-bottom-left-radius: 3px;
|
|
274
|
+
border-bottom-right-radius: 3px;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
rte-ribbon-group-big {
|
|
279
|
+
border: solid 1px #9cb9dc;
|
|
280
|
+
margin-bottom: 4px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.rte-office rte-ribbon-group-big rte-toolbar-button {
|
|
284
|
+
width: 40px;
|
|
285
|
+
height: 40px;
|
|
286
|
+
cursor: pointer;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
rte-ribbon-group-big > *:first-child {
|
|
290
|
+
flex: 9999;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
rte-ribbon-group-small {
|
|
294
|
+
border: solid 1px #9cb9dc;
|
|
295
|
+
border-radius: 3px;
|
|
296
|
+
height: 22px;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
rte-toolbar-group {
|
|
301
|
+
display: inline-flex;
|
|
302
|
+
flex-direction: row;
|
|
303
|
+
padding: 2px;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.rte-toolbar-mobile rte-toolbar-group {
|
|
307
|
+
padding: 1px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.rte-office rte-toolbar-group {
|
|
311
|
+
height: 22px;
|
|
312
|
+
border: solid 1px #9cb9dc;
|
|
313
|
+
border-radius: 3px;
|
|
314
|
+
margin-right: 2px;
|
|
315
|
+
margin-bottom: 4px;
|
|
316
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAUCAYAAACqJ5zlAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACB0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgTVi7kSokAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzA3LzEyJiegEwAAAFZJREFUeJyFzikSgFAMA9B0weG4/7E4ASdgEEV8FktSQeWbpo2t2/7gM3mcFwjcnAFmDNY2YAqycdNTIKuKYYzBMEXIW//r4a2pRtxbRCBCIqE3ljkJXvG0DxgqeYzsAAAAAElFTkSuQmCC');
|
|
317
|
+
background-repeat: repeat-x;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
rte-dropdown-head {
|
|
321
|
+
background-color: transparent;
|
|
322
|
+
user-select: none;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
rte-dropdown-panel {
|
|
328
|
+
text-align: left;
|
|
329
|
+
background-color: #fff;
|
|
330
|
+
user-select: none;
|
|
331
|
+
display: flex;
|
|
332
|
+
flex-direction: column;
|
|
333
|
+
min-height: 50px;
|
|
334
|
+
border: 1px solid #e2e2e2;
|
|
335
|
+
box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
|
|
336
|
+
border-radius: 0.3125rem;
|
|
337
|
+
padding: 1rem 0;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
rte-dropdown-panel rte-toolbar-group {
|
|
341
|
+
flex-direction: column;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
rte-dropdown-panel rte-dropdown-menuitem {
|
|
345
|
+
margin: 1px 0;
|
|
346
|
+
padding: 1px 0;
|
|
347
|
+
align-items: center;
|
|
348
|
+
white-space: nowrap;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
rte-dropdown-panel rte-dropdown-menuitem rte-dropdown-menuitem-label {
|
|
352
|
+
font-size: 13px;
|
|
353
|
+
padding-right: 12px;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
rte-dropdown-panel rte-dropdown-menuitem:hover {
|
|
357
|
+
background-color: #f1f3f4;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
rte-dropdown-panel.rte-menu-hideicon rte-toolbar-button {
|
|
361
|
+
display: none;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
rte-dropdown-panel.rte-menu-hideicon rte-dropdown-menuitem {
|
|
365
|
+
padding: 5px 13px;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
rte-subtoolbar {
|
|
369
|
+
padding: 2px 7px;
|
|
370
|
+
background-color: #f6f6f6;
|
|
371
|
+
border-bottom: solid 1px #eee;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
rte-toolbar-splitbutton {
|
|
375
|
+
display: flex;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
rte-toolbar-button {
|
|
379
|
+
display: inline-flex;
|
|
380
|
+
align-content: center;
|
|
381
|
+
align-items: center;
|
|
382
|
+
justify-content: center;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
rte-toolbar-splitbutton {
|
|
386
|
+
border: solid 1px transparent;
|
|
387
|
+
padding: 1px;
|
|
388
|
+
margin: 4px 3px;
|
|
389
|
+
width: 42px;
|
|
390
|
+
height: 28px;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
rte-toolbar-splitbutton:hover {
|
|
394
|
+
background-color: #f2f2f2;
|
|
395
|
+
border: solid 1px #e2e2e2;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
rte-toolbar-splitbutton:hover rte-toolbar-splitbutton-direct {
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
rte-toolbar-splitbutton:hover rte-toolbar-splitbutton-dropdown {
|
|
402
|
+
border-left: solid 1px #e2e2e2;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
rte-dropdown-menuitem rte-toolbar-splitbutton {
|
|
407
|
+
width: 28px;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
rte-dropdown-menuitem rte-toolbar-splitbutton-direct {
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
rte-dropdown-menuitem rte-toolbar-splitbutton-dropdown {
|
|
414
|
+
display: none;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.rte-modern rte-toolbar-splitbutton.rte-command-active {
|
|
418
|
+
background-color: #e8f0fe;
|
|
419
|
+
fill: #377dff;
|
|
420
|
+
padding: 1px;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
rte-toolbar-splitbutton-direct {
|
|
424
|
+
display: inline-flex;
|
|
425
|
+
align-content: center;
|
|
426
|
+
align-items: center;
|
|
427
|
+
justify-content: center;
|
|
428
|
+
width: 24px;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
rte-toolbar-splitbutton-dropdown {
|
|
432
|
+
border-left: solid 1px transparent;
|
|
433
|
+
width: 14px;
|
|
434
|
+
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYW5nbGUtZG93biBmYS13LTEwIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNDMgMzUyLjNMNyAyMTYuM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlsMjIuNi0yMi42YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDk2LjQgOTYuNCA5Ni40LTk2LjRjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsMjIuNiAyMi42YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0xMzYgMTM2Yy05LjIgOS40LTI0LjQgOS40LTMzLjggMHoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=');
|
|
435
|
+
background-position: 1px center;
|
|
436
|
+
background-repeat: no-repeat;
|
|
437
|
+
background-size: 12px 12px;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
rte-color-button-mask {
|
|
441
|
+
position: absolute;
|
|
442
|
+
width: 16px;
|
|
443
|
+
height: 3px;
|
|
444
|
+
left: 5px;
|
|
445
|
+
top: 18px;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
.rte-office rte-toolbar-button {
|
|
450
|
+
width: 20px;
|
|
451
|
+
height: 20px;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
.rte-office rte-toolbar-group rte-toolbar-button {
|
|
456
|
+
width: 22px;
|
|
457
|
+
border-left: solid 1px #d8e6f7;
|
|
458
|
+
border-right: solid 1px #abc1de;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.rte-office rte-toolbar-group rte-toolbar-button:first-child {
|
|
462
|
+
width: 21px;
|
|
463
|
+
border-left-width: 0px;
|
|
464
|
+
border-right: solid 1px #abc1de;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.rte-office rte-toolbar-group rte-toolbar-button:last-child {
|
|
468
|
+
width: 21px;
|
|
469
|
+
border-left: solid 1px #d8e6f7;
|
|
470
|
+
border-right-width: 0px;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.rte-office rte-toolbar-group rte-toolbar-dropdown:first-child {
|
|
474
|
+
/*border-left-width: 0px;
|
|
475
|
+
border-right: solid 1px #abc1de;*/
|
|
476
|
+
border-top-left-radius: 3px;
|
|
477
|
+
border-bottom-left-radius: 3px;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.rte-office rte-toolbar-group rte-toolbar-dropdown:last-child {
|
|
481
|
+
border-top-right-radius: 3px;
|
|
482
|
+
border-bottom-right-radius: 3px;
|
|
483
|
+
border-left: solid 1px #d8e6f7;
|
|
484
|
+
border-right-width: 0px;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
.rte-modern rte-toolbar-button {
|
|
489
|
+
margin: 4px 3px;
|
|
490
|
+
padding: 1px;
|
|
491
|
+
border: solid 1px transparent;
|
|
492
|
+
width: 28px;
|
|
493
|
+
height: 28px;
|
|
494
|
+
cursor: pointer;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.rte-modern rte-toolbar-button.rte-command-active {
|
|
498
|
+
background-color: #e8f0fe;
|
|
499
|
+
fill: #377dff;
|
|
500
|
+
padding: 1px;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.rte-toolbar-mobile rte-toolbar-group rte-toolbar-button {
|
|
504
|
+
margin: 3px 2px;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.rte-office rte-toolbar-arrowbutton {
|
|
508
|
+
width: 32px;
|
|
509
|
+
padding-right: 12px;
|
|
510
|
+
height: 20px;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.rte-modern rte-toolbar-arrowbutton {
|
|
514
|
+
margin: 4px 3px;
|
|
515
|
+
border: solid 1px transparent;
|
|
516
|
+
padding: 1px;
|
|
517
|
+
padding-right: 11px;
|
|
518
|
+
width: 38px;
|
|
519
|
+
height: 28px;
|
|
520
|
+
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYW5nbGUtZG93biBmYS13LTEwIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNDMgMzUyLjNMNyAyMTYuM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlsMjIuNi0yMi42YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDk2LjQgOTYuNCA5Ni40LTk2LjRjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsMjIuNiAyMi42YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0xMzYgMTM2Yy05LjIgOS40LTI0LjQgOS40LTMzLjggMHoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=');
|
|
521
|
+
background-position: 23px 8px;
|
|
522
|
+
background-repeat: no-repeat;
|
|
523
|
+
background-size: 12px 12px;
|
|
524
|
+
cursor: pointer;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.rte-modern rte-toolbar-arrowbutton.rte-command-active {
|
|
528
|
+
background-color: #eee;
|
|
529
|
+
/*border: solid 1px #ccc;*/
|
|
530
|
+
border-bottom-width: 0px;
|
|
531
|
+
padding: 1px 11px 10px 1px;
|
|
532
|
+
background-position: 22px center;
|
|
533
|
+
/*transform: translateY(6px);*/
|
|
534
|
+
height: 36px;
|
|
535
|
+
margin-bottom: -4px;
|
|
536
|
+
background-position: 23px 8px;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.rte-modern rte-toolbar-button:hover {
|
|
540
|
+
background-color: #f1f3f4;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.rte-modern rte-toolbar-arrowbutton:hover {
|
|
544
|
+
background-color: #f1f3f4;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.rte-modern rte-toolbar-dropdown:hover {
|
|
548
|
+
background-color: #fff;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.rte-modern .rte_command_togglemore.rte-command-active {
|
|
552
|
+
background-color: #f4f4f4;
|
|
553
|
+
border: solid 1px #eee;
|
|
554
|
+
border-bottom-width: 0px;
|
|
555
|
+
padding: 1px 1px 1px 1px;
|
|
556
|
+
/*transform: translateY(6px);*/
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
rte-dropdown-panel rte-toolbar-button {
|
|
560
|
+
margin: 0px 3px;
|
|
561
|
+
padding: 2px;
|
|
562
|
+
width: 28px;
|
|
563
|
+
height: 28px;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
rte-dropdown-panel rte-toolbar-button.rte-command-active {
|
|
567
|
+
background-color: #eee;
|
|
568
|
+
padding: 1px;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.rte-command-disabled {
|
|
572
|
+
opacity: 0.2;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
rte-toolbar-dropdown {
|
|
576
|
+
margin-left: 0px;
|
|
577
|
+
margin-right: 0px;
|
|
578
|
+
/*background-color:#fff;*/
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
rte-control-toolbar.rte-modern rte-toolbar-dropdown {
|
|
582
|
+
border: solid 1px #eee;
|
|
583
|
+
margin: 5px 3px;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.rte-office rte-toolbar-dropdown {
|
|
587
|
+
background-color: #fff;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
rte-toolbar-dropdown-arrow, rte-input-arrow {
|
|
591
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAQAAABecRxxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAQkEJhYsbzsfAAAPPklEQVR42u3d249d51kH4NceY1ugdmynEiARkcZO4pILAhdNSii100iVoNzQCLhpCz04RyqBIIgbroAWtU0mjgsi/wAUJQ2oTWKnSAhValxQaFFb28FusYREktaHOgfS2ILNRWJ8mpm9Z2bv9X7vWs/z/QH51rsO2ev38+wdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANCGddkbWLGr45b4udgZb4+fiPnYHKP4YfwgXojjcST+NZ6J/8reIL12VdwcPx8745r48dgWm2Nd/DDOxItxPJ6Lb8Qz8UL2BvtqXdwaC3E0RmPWkfhs3JK9WXropviT+Hr875jr71B8Jt6VvdW+2Rr3x3fG3voXr6Px+7Ele9v0xI/FvfHNFV5/fxBbs7fdD9viU/HyioZ/fr0Uf+YksEZviT+OU6u6/l6OT8W27O3Xtj7uW+Xwz6+TcU+szz4MiloXH40X13T9nY5PxFz2YVR1Qxxc0/DPr6/G9dmHQkHXxj9N5fr7l/iZ7EOp6LfilamMfxSjeCU+mH04FPOb8dLUrr/XYk/24dQyF3unNvzz60GvAkxofXx66tffI/Ej2YdVxab4u6mPfxSjeCw2ZR8aBWyMv53J9fdU/Gj2oVWwOZ6eyfhHMYonY2P24dG4jfGlmV1//+gRMM5c/P3Mxj+KUTzqRYBlrI9HZ3r9PRkbsg+xbftmOv5RjOLT2YdIwx6Y+fX3SPYhtuwjMx//KEbx29mHSaP2dHL93Zl9mK3aGf/dyQl4Pd6dfag0aFec7eT6ey1uzD7UFs3FP3cy/lGM4ntxTfbh0pjtcbKz6+9ZScCVfqez8Y9iFN+Mt2QfMA2Zj0OdXn+/m33ArdkWpzs9AaP4kj6AN83F/o6vvjPxtuyDbsufd3wCRjGKz2QfNI1YcPXl2rrKP/hd6/pI9oHTgG6y/8vXq3FV9oG34w9TToE+gO6y/yvXH2UfeivWrfDbfqa5vh9vzz58EnWZ/V++vlvwGzln4t1pp2AUo/iWPmCwus7+L1+/lD2AaCIJvyP1v35j/HUTU6Brc/H5eEfqDn4tewRtGP9Nv7NeEtkheij9ujuaPYIWXJ1+GkahDxienOz/8nV19hjy/Xr6SRiFPmBo8rL/S9dvZA8i/+33puwNRETExviCPmAwdsRjjXxB189mbyD/AbAzewNvelt8UR8wCPPxxWa+rz83hIwWHgDXZm/g/+kDhmAuPt/M/3Qifjp7A/meT38Pu3jpA/ouP/u/eD2fPY58r6WfhEuXPqDP2sj+L6zXsgeS/48RR9kbuMzZuD2+kr0JZmJ3HGgk/DtvlP3S6QFwpRPxzviP7E0wdTvia82Efxck34H5odfr2Ru4gj6gj1rK/i9IfwXIfwD8IHsDi9AH9E1b2f8FZ7I3kH+Zv5C9gUX9it8P6JUH4n3ZW1hU+tWf/wA4nr2BJfyePqA39sQnsrewhPSsKf8BcCR7A0v6S38f0Au7Y1/2FpZ0OHsD+Q+Ar2dvYEn+PqAPdsSjjVV/F/u37A3ka+PPgZdavi+otvk4nH4NLbd+KntALcj/QpDl1hMNfEpidbr/vv+VrX/PHlALrwART2ZvYFm/rA8oq9Xs/7wnsjfQhtwvBZ1k6QMqujP9uhm3fjF7RG1YF99NPxXLr9db+P5WVmR3nEu/bpZfx7L/GXBEG68Ao/ir7C2MsTEe0weUsiMebf4XeB+J9v4OJknWT4OtZOkD6mg9+x/FKF6OrdljimjjE0DE6fhc9hbGujH+ppFpsbxW/93/pfbF6ewttGRrnEp/Jo9fn80eExNo6zt/Fl8n2/j/f0vuSz8pk6yPZo+JMdrP/kcxinuzx9Se9XEw/bSMX2f1AU1rP/sfxSie8TK5mBvi1fRTM375PeF27Uj8rd/J1ytxffagWvWh9JMzyfpWvDV7UCyiQvY/ilF8KHtQLXs4/fRMsvx9QHta/3f/59fe7EG1bUM8nX6KJlkPZA+Ky+xNvyYmWU/HXPagWrcljqSfpkmWPqAlNbL/I7Ele1AVXFfi3wToA9pRI/s/FddlD6qK95Y4od9v6HcNh6xG9n8ubsseVCV3p5+wSda39QHpqmT/d2UPqpp96adskvWkUCdVlez/4exB1aMPYDzZf4/pA1ie7L/nqvQB78ke1CDJ/gegRh9wQh/QOdn/QOgDuJLsf0D0AVxqLg6kn+9Jlux/KvQBXEr2PzBV+oCPZQ9qEGT/A6QP4A2y/4HSByD7HzR9wNDJ/gdOHzBksv/BmyvSBzyYPaheqpH9H/D4nyV9wFDdlX5OJ1my/5nTBwzRbSUi4JOxI3tQQ6APGJoq2f/u7EENhT5gSKq89sn+O1SjD3hKILRmVYJf2X+nqlwW+oC1kv2zqCofDPUBayH7Z0n6gL6T/bOsKn3A9uxBlST7Z6wafcChmM8eVDlVXvFk/8n0AX1UJeSV/aercqnoA1aixs/Ey/6bUOXD4sezB1VGjez/sOy/FVX6gF3ZgypB9s+K6QP64jrZP6tR42OjPmB5VV7n7sweFFeqERzpA5ZWJdDdmz0oFlPl8lnIHlSzajzCZf/NqvIBUh+wmBovcbL/pukDqpL9MxX6gIpk/0xNjY+S+oALqry6yf6LqBEm6QPeUOXHX2X/ZegDKqnxuJb9l1LlQ6U+oMYLm+y/HH1ABTUiW9l/SVUuruH2ATUe0rL/smp8vBxqH1DlNU32X1iNgGn/AAMm2T8d0Ae0yqOZTlT5oLkne1CdqvFlrocH+nLWMzWipiH1AVXiWdl/T/hDk5ZUeSDL/nukRh8whI+cVV7JZP89I3RqgeyfJFX6gIeyBzVTHsOkqfLhs799gOyfVFXip13Zg5oJ2T/p9AFZqjx8Zf89pw/IUOX1S/Y/AIKorsn+aYg+oGs1fsK9T49cllXlA2k/+gDZP80RSXVF9k+T9AFd8KClWfqAWavyqiX7Hyh9wCzJ/mncXBxIv/wmWTX7ANk/zfMhdVZk/5Sww89SzoDsnzJ2u1inTPZPKfqAafJaRTn6gGnZEF9On9MkS/bPRar0Ae1ftrJ/SvLBdRpk/5SlD1gr2T+l6QPWQvZPefqA1fIKRS/U6AMONBZiyf7pCX3Aasj+6Y0tcTj9Up1ktfNhVvZPr+gDVkL2T+/oAyYl+6eX7ky/aCdZR2JL6pS2xHPpM5hk9ePrVenU3vTLdpL1dGKwVSX7r/mFKiTTB4wj+6fXqvQBd6VM5570455kyf5Zgyp9wG2dT+Z2MSlDUKUPuK7Tqcj+GQx9wOVk/wyKPuBisn8Gpkof8HAn0/hc+nFOsmT/TJE+4DzZP4NUpQ9470ynIPtnsGr0Aadm2AdcL/tnyIbdB2yV/TN0VfqADVM/ctk/xFzsT7/EJ1nT7wNk/xAR80X6gLunetSyf3jT8PoA2T9cZHecTb/cx69p9QFVsv9d2ZcFwzGcPkD2D4sYRh8g+4dFDaMPkP3DEvrfB8j+YRn97gNk/zBGf/uA6+N0+r7HL9k/yfrZB8j+YUL96wNk/zCxKn3AvomPSPYPK9CvPkD2DyvUnz5A9g+r0I8+QPYPq1S/D5D9wxrU6AO+vEQfsCH+IX1vkyzZP42q3QfUyP6fkv3Trip9wD1X7Pze9D1NsmT/NK5KH3D7Jbuukv1vzz69ME69PkD2D1NUow947s0+QPYPU1anD5D9D9q67A301Fw8Ee/L3sQE/iJikUCwPfvj/fE/2ZvoIw+AWZmPg7EzexM9cSRuiTPZm+gnD4DZ2RFfi23Zm+iBU/HO+E72JvpqffYGeuxY3BHnsjdR3rn4gNt/dvyrqlk6Ht+L92dvorh74rHsLfSZB8BsPRtXxc3Zmyhsb/xp9hb6TQYwa1X6gBbJ/mfOA2D29AGrczjeJfufNQ+ALugDVu5k3Cz8mz0tQBf0ASt1Lu5w+3dBCNiN4/Fi/Gr2JgqR/XfEA6Arz8Y2fcCEHpL90z9Vvi8oe/nOnw4JAbukDxhP9t8pD4Bu6QOWJ/vvmBagW/qA5cj+O+dtq2v6gKXJ/jvnAdA9fcDiZP8MhD5A9t8IIWAOfcClZP9JPACy6AMukP2n0QJk0QecJ/tP5L0rjz7gDbJ/Buuh9PAtey1knwLIM/Q+QPafTAiYbch9gOw/nQdAvqH2AbL/BmgB8h2LDwywD5D9N8EbWAuG2AfcHV/I3gK0Y1h9wEL2uKEtQ+oDZP/NEAK2Yyh9gOy/IR4ALRlCHyD7b4oWoCX97wNk/7CsPelv6LNcH88eL7Suv33AQvZooX197QNk/zCR+TicfrtOex2K+eyxQhU74mT6LTvNdSK2Z48UKtkVZ9Nv22mts7Ere5xQTX/6ANk/rEI/+oCF7DFCTXPxVPrtu9Yl+4dVq94HyP5hTbYX7gNk/7BmVfuAs/Ge7NFBH9TsA2T/MCX1+oCF7JFBf1TrA2T/MFWV+gDZP0xdlT5A9g8zUaEPkP3DzLTfB8j+YYba7gMWsscD/dZyHyD7h5mbj0Ppt/pi69vx1uzRwBBsjxPpt/vl60Rcmz0WGIrW+gDZP3SqrT7gY9njgKFZSL/tz68Hs0cBw9NKHyD7hxQt9AGyf0iT3QfI/iFVZh8g+4d0eX2A7B8akNMHyP6hCRl9gOwfmtF1HyD7h6Z02QfI/qE5XfUBsn9oUjd9gOwfGjX7PmAh+xCBpczF4zO9/R+X/UPLNsX+md3++2NT9uEBy9s8o08Bj8fm7EMDxpuLvVO//ff68A91fDhendrN/2p8OPtwgJW5IQ5O5fY/GDdkHwqwcuvjvji1ppv/VNwX67MPA1itrfHJeGlVN/9L8cnYmr19YK22xv1xbEU3/7G4380P/bEubo2FODr21j8aC3FrrMveLt1woofm6viFuCneEdfET8Z8bIqI1+NMPB/H43B8I74a/5m9QQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACG6P8AToQFabMiZ40AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDEtMDlUMDQ6Mzg6MjIrMDg6MDCECeFRAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAxLTA5VDA0OjM4OjIyKzA4OjAw9VRZ7QAAAEN0RVh0c29mdHdhcmUAL3Vzci9sb2NhbC9pbWFnZW1hZ2ljay9zaGFyZS9kb2MvSW1hZ2VNYWdpY2stNy8vaW5kZXguaHRtbL21eQoAAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAYdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADUxMo+NU4EAAAAXdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgANTEyHHwD3AAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTQ2OTc5OTAy1eDglwAAABF0RVh0VGh1bWI6OlNpemUANTMyMEJ6dRGAAAAAYnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vaG9tZS93d3dyb290L25ld3NpdGUvd3d3LmVhc3lpY29uLm5ldC9jZG4taW1nLmVhc3lpY29uLmNuL2ZpbGVzLzEyMi8xMjI1NDQ2LnBuZ+1XFTcAAAAASUVORK5CYII=');
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
rte-input-arrow {
|
|
595
|
+
position: absolute;
|
|
596
|
+
right: 7px;
|
|
597
|
+
top: 9px;
|
|
598
|
+
width: 18px;
|
|
599
|
+
height: 16px;
|
|
600
|
+
background-size: 18px 16px;
|
|
601
|
+
background-repeat: no-repeat;
|
|
602
|
+
opacity: 0.7;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
rte-input-arrow:hover {
|
|
606
|
+
opacity: 1.0;
|
|
607
|
+
cursor: pointer;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.rte-modern rte-toolbar-dropdown-input {
|
|
611
|
+
padding: 0 7px;
|
|
612
|
+
display: flex;
|
|
613
|
+
align-items: center;
|
|
614
|
+
white-space: nowrap;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.rte-modern rte-toolbar-dropdown-arrow {
|
|
618
|
+
background-position: left center;
|
|
619
|
+
background-size: 70% 30%;
|
|
620
|
+
background-repeat: no-repeat;
|
|
621
|
+
width: 18px;
|
|
622
|
+
cursor: pointer;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
.rte-office rte-toolbar-dropdown-input {
|
|
627
|
+
padding-left: 3px;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.rte-office rte-toolbar-dropdown-arrow {
|
|
631
|
+
background-position: center center;
|
|
632
|
+
background-size: 50% 40%;
|
|
633
|
+
background-repeat: no-repeat;
|
|
634
|
+
width: 16px;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
rte-toolbar-dropdown-item {
|
|
638
|
+
font-size: 15px;
|
|
639
|
+
padding: 0.375rem 1.5rem;
|
|
640
|
+
cursor: pointer;
|
|
641
|
+
white-space: nowrap;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
rte-toolbar-dropdown-item:hover {
|
|
645
|
+
background-color: #f2f2f2;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
.rte-office rte-line-break {
|
|
650
|
+
display: block;
|
|
651
|
+
width: 88%;
|
|
652
|
+
margin: 0px 6% 4px;
|
|
653
|
+
height: 5px;
|
|
654
|
+
border-bottom: solid 1px #ccc;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.rte-modern rte-line-break {
|
|
658
|
+
display: block;
|
|
659
|
+
width: calc( 100% + 8px );
|
|
660
|
+
margin: 0px -4px 0px -4px;
|
|
661
|
+
height: 1px;
|
|
662
|
+
border-bottom: 0.0625rem solid #ebedf2;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
rte-line-spliter {
|
|
666
|
+
width: 1px;
|
|
667
|
+
height: 17px;
|
|
668
|
+
margin: 10px auto !important;
|
|
669
|
+
background: #e9e9e9;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
rte-control-selected {
|
|
673
|
+
position: absolute;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
rte-control-selected-line {
|
|
677
|
+
position: absolute;
|
|
678
|
+
background-color: #377dff;
|
|
679
|
+
min-width: 1px;
|
|
680
|
+
min-height: 1px;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
rte-control-selected-line.rte-line-l {
|
|
684
|
+
transform: translateX(-1px);
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
rte-control-selected-line.rte-line-t {
|
|
688
|
+
transform: translateY(-1px);
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
rte-control-selected-corner {
|
|
692
|
+
position: absolute;
|
|
693
|
+
width: 9px;
|
|
694
|
+
height: 9px;
|
|
695
|
+
background-color: #377dff;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
rte-control-selected-corner.rte-corner-l {
|
|
699
|
+
cursor: ew-resize;
|
|
700
|
+
transform: translateX(2px);
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
rte-control-selected-corner.rte-corner-r {
|
|
704
|
+
cursor: ew-resize;
|
|
705
|
+
transform: translateX(-2px);
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
rte-control-selected-corner.rte-corner-t {
|
|
709
|
+
transform: translateY(2px);
|
|
710
|
+
cursor: ns-resize;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
rte-control-selected-corner.rte-corner-b {
|
|
714
|
+
transform: translateY(-2px);
|
|
715
|
+
cursor: ns-resize;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
rte-control-selected-corner.rte-corner-tl {
|
|
719
|
+
transform: translate(2px,2px);
|
|
720
|
+
cursor: nw-resize;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
rte-control-selected-corner.rte-corner-tr {
|
|
724
|
+
transform: translate(-2px,2px);
|
|
725
|
+
cursor: ne-resize;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
rte-control-selected-corner.rte-corner-bl {
|
|
729
|
+
transform: translate(2px,-2px);
|
|
730
|
+
cursor: sw-resize;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
rte-control-selected-corner.rte-corner-br {
|
|
734
|
+
transform: translate(-2px,-2px);
|
|
735
|
+
cursor: se-resize;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
rte-dialog-float {
|
|
740
|
+
position: absolute;
|
|
741
|
+
display: flex;
|
|
742
|
+
align-items: center;
|
|
743
|
+
justify-content: center;
|
|
744
|
+
box-shadow: 2px 2px 8px #999;
|
|
745
|
+
right: 12px;
|
|
746
|
+
top: 12px;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
rte-dialog-outer {
|
|
750
|
+
position: fixed;
|
|
751
|
+
left: 0px;
|
|
752
|
+
top: 0px;
|
|
753
|
+
right: 0px;
|
|
754
|
+
bottom: 0px;
|
|
755
|
+
background-color: rgba(0,0,0,0.5);
|
|
756
|
+
display: flex;
|
|
757
|
+
align-items: center;
|
|
758
|
+
justify-content: center;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
rte-dialog-inner {
|
|
762
|
+
background-color: #fff;
|
|
763
|
+
border-radius: 7px;
|
|
764
|
+
padding: 10px 15px 10px;
|
|
765
|
+
min-width: 300px;
|
|
766
|
+
min-height: 200px;
|
|
767
|
+
user-select: none;
|
|
768
|
+
display: flex;
|
|
769
|
+
flex-direction: column;
|
|
770
|
+
position: relative;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
rte-dialog-inner rte-dialog-header {
|
|
774
|
+
margin: -10px -15px 15px;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
rte-dialog-inner rte-dialog-footer,
|
|
778
|
+
rte-dialog-inner rte-dialog-line-action {
|
|
779
|
+
margin: 2px;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
rte-dialog-header {
|
|
783
|
+
display: -ms-flexbox;
|
|
784
|
+
display: flex;
|
|
785
|
+
-ms-flex-align: start;
|
|
786
|
+
align-items: flex-start;
|
|
787
|
+
-ms-flex-pack: justify;
|
|
788
|
+
justify-content: space-between;
|
|
789
|
+
padding: 1rem 1.5rem;
|
|
790
|
+
border-bottom: 0.0625rem solid #e7eaf3;
|
|
791
|
+
border-top-left-radius: 0.4375rem;
|
|
792
|
+
border-top-right-radius: 0.4375rem;
|
|
793
|
+
font-size: 1rem;
|
|
794
|
+
color: #1e2022;
|
|
795
|
+
font-weight: 600;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
rte-dialog-header-close {
|
|
799
|
+
font-size: 16px;
|
|
800
|
+
opacity: 0.5;
|
|
801
|
+
color: #666;
|
|
802
|
+
transition: color linear 0.3s,opacity linear 0.3s;
|
|
803
|
+
cursor: pointer;
|
|
804
|
+
display: inline-block;
|
|
805
|
+
position: absolute;
|
|
806
|
+
top: 15px;
|
|
807
|
+
right: 12px;
|
|
808
|
+
width: 24px;
|
|
809
|
+
height: 24px;
|
|
810
|
+
padding: 2px;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
rte-dialog-header-close[rte-tooltip] {
|
|
814
|
+
position: absolute;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
rte-dialog-header-close svg {
|
|
818
|
+
width: 16px;
|
|
819
|
+
height: 16px;
|
|
820
|
+
margin: 0px;
|
|
821
|
+
vertical-align: top;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
rte-dialog-header-close:hover {
|
|
825
|
+
opacity: 1;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
rte-dialog-header-text {
|
|
829
|
+
display: flex;
|
|
830
|
+
align-items: center;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
rte-dialog-footer, rte-dialog-line-action {
|
|
834
|
+
display: -ms-flexbox;
|
|
835
|
+
display: flex;
|
|
836
|
+
-ms-flex-wrap: wrap;
|
|
837
|
+
/* flex-wrap: wrap; */
|
|
838
|
+
-ms-flex-align: center;
|
|
839
|
+
align-items: center;
|
|
840
|
+
-ms-flex-pack: end;
|
|
841
|
+
justify-content: flex-end;
|
|
842
|
+
border-top: 0.0625rem solid #e7eaf3;
|
|
843
|
+
border-bottom-right-radius: 0.4375rem;
|
|
844
|
+
border-bottom-left-radius: 0.4375rem;
|
|
845
|
+
padding: 1rem 1.5rem 0 1.5rem;
|
|
846
|
+
font-size: 1em;
|
|
847
|
+
font-weight: bold;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.rte-dialog-line-input, rte-dialog-line-target {
|
|
851
|
+
position: relative;
|
|
852
|
+
margin: 12px;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.rte-dialog-line-input input[type=text] {
|
|
856
|
+
color: rgb(95, 99, 104);
|
|
857
|
+
height: 36px;
|
|
858
|
+
margin: 0px;
|
|
859
|
+
border: 1px solid rgb(218, 220, 224);
|
|
860
|
+
border-image: initial;
|
|
861
|
+
border-radius: 4px;
|
|
862
|
+
padding: 1px 8px;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.rte-dialog-line-input input:hover, .rte-dialog-line-input input:focus {
|
|
866
|
+
color: #1e2022;
|
|
867
|
+
outline: 0;
|
|
868
|
+
border: 2px solid #1a73e8;
|
|
869
|
+
padding: 0px 7px;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.rte-html-div {
|
|
873
|
+
min-height: 200px;
|
|
874
|
+
color: rgb(95, 99, 104);
|
|
875
|
+
border: 1px solid rgb(218, 220, 224);
|
|
876
|
+
border-image: initial;
|
|
877
|
+
border-radius: 4px;
|
|
878
|
+
padding: 5px;
|
|
879
|
+
margin: 10px 0;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.rte-html-div:hover, .rte-html-div:focus {
|
|
883
|
+
color: #1e2022;
|
|
884
|
+
outline: 0;
|
|
885
|
+
border: 2px solid #1a73e8;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
.rte-dialog-line-input textarea {
|
|
890
|
+
color: rgb(95, 99, 104);
|
|
891
|
+
width: 280px;
|
|
892
|
+
height: 64px;
|
|
893
|
+
margin: 0px;
|
|
894
|
+
border: 1px solid rgb(218, 220, 224);
|
|
895
|
+
border-image: initial;
|
|
896
|
+
border-radius: 4px;
|
|
897
|
+
padding: 6px 8px;
|
|
898
|
+
font-size: 14px;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
.rte-dialog-line-input textarea:hover, .rte-dialog-line-input textarea:focus {
|
|
903
|
+
color: #1e2022;
|
|
904
|
+
outline: 0;
|
|
905
|
+
border: 2px solid #1a73e8;
|
|
906
|
+
padding: 5px 7px;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
.rte-dialog-line-input rte-dialog-input-label {
|
|
911
|
+
background-color: white;
|
|
912
|
+
box-shadow: white 5px 0px 0px, white -5px 0px 0px;
|
|
913
|
+
color: rgb(95, 99, 104);
|
|
914
|
+
display: inline;
|
|
915
|
+
left: 12px;
|
|
916
|
+
margin-bottom: 0px;
|
|
917
|
+
max-width: 300px;
|
|
918
|
+
position: absolute;
|
|
919
|
+
top: -8px;
|
|
920
|
+
overflow-wrap: break-word;
|
|
921
|
+
padding: 0px;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
rte-dialog-line-target rte-dialog-input-label {
|
|
925
|
+
min-height: 20px;
|
|
926
|
+
padding-left: 20px;
|
|
927
|
+
margin-bottom: 0;
|
|
928
|
+
font-weight: 400;
|
|
929
|
+
cursor: pointer;
|
|
930
|
+
display: inline-block;
|
|
931
|
+
max-width: 100%;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.rte_insertlink_link input[type=checkbox] {
|
|
935
|
+
margin: 4px 0 0 -20px;
|
|
936
|
+
position: absolute;
|
|
937
|
+
cursor: pointer;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
rte-dialog-line-action {
|
|
941
|
+
justify-content: flex-end;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.rte-dialog-footer-center {
|
|
945
|
+
justify-content: center;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
rte-dialog-button {
|
|
949
|
+
cursor: pointer;
|
|
950
|
+
color: #fff;
|
|
951
|
+
background-color: #007bff;
|
|
952
|
+
border-color: #007bff;
|
|
953
|
+
display: inline-block;
|
|
954
|
+
text-align: center;
|
|
955
|
+
white-space: nowrap;
|
|
956
|
+
vertical-align: middle;
|
|
957
|
+
user-select: none;
|
|
958
|
+
border: 1px solid transparent;
|
|
959
|
+
padding: 8px 20px 10px;
|
|
960
|
+
margin: 4px 3px;
|
|
961
|
+
font-size: 1rem;
|
|
962
|
+
font-weight: 400;
|
|
963
|
+
font-size: 14px;
|
|
964
|
+
height: 36px;
|
|
965
|
+
letter-spacing: 0.25px;
|
|
966
|
+
line-height: 16px;
|
|
967
|
+
border-radius: .25rem;
|
|
968
|
+
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
rte-dialog-button:active {
|
|
972
|
+
background-color: #0062cc;
|
|
973
|
+
border-color: #005cbf;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
rte-dialog-button:hover {
|
|
977
|
+
background-color: #0069d9;
|
|
978
|
+
border-color: #0062cc;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
rte-dialog-button.rte-button-type-next {
|
|
982
|
+
margin-left: 25px;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
rte-dialog-button.rte-button-type-replace, rte-dialog-button.rte-button-type-replaceall {
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.rte-button-type-cancel, rte-dialog-button.rte-button-type-replace, rte-dialog-button.rte-button-type-replaceall {
|
|
989
|
+
background-color: #fff;
|
|
990
|
+
color: #377dff;
|
|
991
|
+
border-color: #377dff;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.rte-button-type-cancel:hover, rte-dialog-button.rte-button-type-replace:hover, rte-dialog-button.rte-button-type-replaceall:hover {
|
|
995
|
+
color: #fff;
|
|
996
|
+
background-color: #007bff;
|
|
997
|
+
border-color: #007bff;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.rte-button-type-commit {
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
@media (min-width: 900px) {
|
|
1006
|
+
.rte-dialog-pasteauto rte-dialog-inner, .rte-dialog-pasteword rte-dialog-inner {
|
|
1007
|
+
width: 600px;
|
|
1008
|
+
min-height: 350px;
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
.rte-dialog-insertgallery rte-dialog-inner, .rte-dialog-inserttemplate rte-dialog-inner {
|
|
1014
|
+
width: 900px;
|
|
1015
|
+
height: 600px;
|
|
1016
|
+
max-width: 90%;
|
|
1017
|
+
max-height: 90%;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.rte-dialog-insertcode rte-dialog-inner {
|
|
1021
|
+
width: 520px;
|
|
1022
|
+
height: 400px;
|
|
1023
|
+
max-width: 90%;
|
|
1024
|
+
max-height: 90%;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.rte-panel-insertimage-dragdrop rte-dialog-inner, .rte-panel-insertdocument-dragdrop rte-dialog-inner {
|
|
1028
|
+
width: 480px;
|
|
1029
|
+
max-width: 95%;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
.rte-panel-controlinsertlink input[type=text], .rte-panel-controleditlink input[type=text], .rte-panel-insertlink input[type=text] {
|
|
1034
|
+
width: 320px;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.rte-panel-insertimage input[type=text], .rte-panel-insertdocument input[type=text] {
|
|
1038
|
+
width: 320px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
@media (max-width: 399px) {
|
|
1042
|
+
.rte-panel-controlinsertlink input[type=text], .rte-panel-controleditlink input[type=text], .rte-panel-insertlink input[type=text] {
|
|
1043
|
+
width: 280px;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.rte-panel-insertimage input[type=text], .rte-panel-insertdocument input[type=text] {
|
|
1047
|
+
width: 280px;
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
rte-dropdown-panel.rte-panel-insertimage rte-tabui-toolbar, rte-dropdown-panel.rte-panel-insertdocument rte-tabui-toolbar, rte-dropdown-panel.rte-panel-controlsize rte-tabui-toolbar, rte-dropdown-panel.rte-panel-insertlink rte-tabui-toolbar {
|
|
1053
|
+
display: none;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.rte-panel-general {
|
|
1057
|
+
/*padding: 10px 15px;*/
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.rte-panel-general rte-dialog-header {
|
|
1061
|
+
margin: -10px -15px 10px;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
rte-inserttable-panel {
|
|
1065
|
+
display: flex;
|
|
1066
|
+
flex-direction: column;
|
|
1067
|
+
align-items: center;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.rte-panel-inserttable {
|
|
1071
|
+
padding: 15px;
|
|
1072
|
+
min-width: 160px;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.rte-panel-find .rte-dialog-line-input {
|
|
1076
|
+
margin: 3px 0;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
rte-tabui {
|
|
1080
|
+
display: flex;
|
|
1081
|
+
flex-direction: column;
|
|
1082
|
+
margin-bottom: 0;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
.rte-panel-insertimage rte-tabui {
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
rte-tabui-toolbar {
|
|
1089
|
+
display: inline-flex;
|
|
1090
|
+
border-bottom: solid 1px #dee2e6;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
rte-tabui-panel {
|
|
1094
|
+
display: flex;
|
|
1095
|
+
flex-direction: column;
|
|
1096
|
+
position: relative;
|
|
1097
|
+
flex: 999;
|
|
1098
|
+
padding: 0.75rem 0.75rem;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
rte-tabui-toolbar-button {
|
|
1102
|
+
cursor: pointer;
|
|
1103
|
+
color: #737373;
|
|
1104
|
+
margin-bottom: -0.125rem;
|
|
1105
|
+
border-bottom: solid 2px transparent;
|
|
1106
|
+
padding: 1rem;
|
|
1107
|
+
font-size: 16px;
|
|
1108
|
+
cursor: pointer;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
rte-tabui-toolbar-button.rte-ui-active {
|
|
1112
|
+
border-bottom: 2px solid #007bff;
|
|
1113
|
+
color: #007bff;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.rte-panel-forecolor, .rte-panel-backcolor {
|
|
1117
|
+
padding: 15px;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
rte-dialog-line-auto, rte-dialog-line-more {
|
|
1121
|
+
display: flex;
|
|
1122
|
+
padding: 3px;
|
|
1123
|
+
cursor: pointer;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
rte-dialog-line-auto:hover, rte-dialog-line-more:hover {
|
|
1127
|
+
display: flex;
|
|
1128
|
+
padding: 2px;
|
|
1129
|
+
border: solid 1px #1a73e8;
|
|
1130
|
+
background-color: #ddeafb;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
rte-dialog-item-label {
|
|
1134
|
+
flex: 999;
|
|
1135
|
+
text-align: center;
|
|
1136
|
+
display: flex;
|
|
1137
|
+
justify-content: center;
|
|
1138
|
+
align-items: center;
|
|
1139
|
+
font-size: 13px;
|
|
1140
|
+
padding-right: 6px;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
rte-dialog-line-colors {
|
|
1144
|
+
display: block;
|
|
1145
|
+
padding: 1px;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
rte-dialog-item-color {
|
|
1149
|
+
display: inline-block;
|
|
1150
|
+
border: solid 1px #666;
|
|
1151
|
+
width: 16px;
|
|
1152
|
+
height: 16px;
|
|
1153
|
+
margin: 2px;
|
|
1154
|
+
cursor: pointer;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
rte-dialog-item-color:hover {
|
|
1158
|
+
border-color: #1a73e8;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.rte-dialog-colorpicker {
|
|
1162
|
+
min-height: 350px;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.colorcell {
|
|
1166
|
+
width: 16px;
|
|
1167
|
+
height: 17px;
|
|
1168
|
+
cursor: pointer;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
.colordiv, .customdiv {
|
|
1172
|
+
border: solid 1px #808080;
|
|
1173
|
+
width: 24px;
|
|
1174
|
+
height: 12px;
|
|
1175
|
+
font-size: 1px;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.colordiv2, .customdiv2 {
|
|
1179
|
+
border: solid 1px #808080;
|
|
1180
|
+
width: 16px;
|
|
1181
|
+
height: 16px;
|
|
1182
|
+
font-size: 1px;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.rte-panel-insertchars rte-tabui-toolbar {
|
|
1186
|
+
padding-left: 1.5rem;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.rte-panel-insertchars rte-tabui-toolbar-button {
|
|
1190
|
+
padding: 0.5rem;
|
|
1191
|
+
font-size: 13px;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
rte-insertchars-item {
|
|
1195
|
+
width: 24px;
|
|
1196
|
+
height: 24px;
|
|
1197
|
+
margin: 1px;
|
|
1198
|
+
vertical-align: middle;
|
|
1199
|
+
text-align: center;
|
|
1200
|
+
border: 1px dotted rgb(221, 221, 221);
|
|
1201
|
+
font-size: 16px;
|
|
1202
|
+
cursor: pointer;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
rte-insertchars-item:hover {
|
|
1206
|
+
background-color: #c3d9ff;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
rte-inserttable-table {
|
|
1210
|
+
display: flex;
|
|
1211
|
+
flex-direction: column;
|
|
1212
|
+
cursor: pointer;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
rte-inserttable-row {
|
|
1216
|
+
display: flex;
|
|
1217
|
+
flex-direction: row;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
rte-inserttable-cell {
|
|
1221
|
+
width: 16px;
|
|
1222
|
+
height: 16px;
|
|
1223
|
+
margin: 3px;
|
|
1224
|
+
border: solid 1px gray;
|
|
1225
|
+
border-color: #e9e9e9;
|
|
1226
|
+
background-color: #f8f8f8;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
rte-inserttable-cell.rte-ui-active {
|
|
1230
|
+
border-color: #c3d9ff;
|
|
1231
|
+
background-color: #ddeafb;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.rte-dialog-preview rte-dialog-inner {
|
|
1235
|
+
min-width: 70%;
|
|
1236
|
+
min-height: 70%;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
.rte-dialog-preview rte-dialog-inner rte-tabui {
|
|
1240
|
+
flex: 99;
|
|
1241
|
+
position: relative;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.rte-dialog-preview rte-tabui-panel {
|
|
1245
|
+
flex-direction: row;
|
|
1246
|
+
justify-content: center;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.rte-dialog-preview rte-preview-framecontainer {
|
|
1250
|
+
padding: 5px;
|
|
1251
|
+
margin: 5px;
|
|
1252
|
+
box-shadow: 0px 0px 6px #ccc;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.rte-preview-dialog-fullscreen {
|
|
1256
|
+
width: 98%;
|
|
1257
|
+
height: 98%;
|
|
1258
|
+
border-radius: 0px !important;
|
|
1259
|
+
display: flex;
|
|
1260
|
+
flex-direction: column;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
.rte-flex-column-center {
|
|
1265
|
+
display: flex;
|
|
1266
|
+
flex-direction: column;
|
|
1267
|
+
align-items: center;
|
|
1268
|
+
justify-content: center;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.rte-flex-wrap {
|
|
1272
|
+
display: flex;
|
|
1273
|
+
flex-direction: row;
|
|
1274
|
+
flex-wrap: wrap;
|
|
1275
|
+
align-content: flex-start;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.rte-panel-insertemoji {
|
|
1279
|
+
padding: 1rem 1.5rem;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
.rte-panel-insertemoji rte-tabui-toolbar-button {
|
|
1283
|
+
padding: 0.5rem 0;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
.rte-panel-insertemoji rte-tabui-toolbar {
|
|
1287
|
+
border: none;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
#emojis_searchbar:before {
|
|
1291
|
+
content: "";
|
|
1292
|
+
position: absolute;
|
|
1293
|
+
right: 10px;
|
|
1294
|
+
top: 8px;
|
|
1295
|
+
bottom: 8px;
|
|
1296
|
+
width: 20px;
|
|
1297
|
+
height: 20px;
|
|
1298
|
+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
#emoji-picker {
|
|
1302
|
+
font-size: 20px;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
#emoji-picker gspan {
|
|
1306
|
+
cursor: pointer;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
.rte-dialog-insertcode select {
|
|
1310
|
+
margin: 3px 12px;
|
|
1311
|
+
height: 22px;
|
|
1312
|
+
border: solid 1px #ccc;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
.rte-dialog-insertcode textarea {
|
|
1316
|
+
color: rgb(95, 99, 104);
|
|
1317
|
+
border: 1px solid rgb(218, 220, 224);
|
|
1318
|
+
margin: 8px 3px;
|
|
1319
|
+
padding: 5px;
|
|
1320
|
+
resize: both;
|
|
1321
|
+
min-width: 200px;
|
|
1322
|
+
min-height: 200px;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.rte-dialog-insertcode textarea:focus {
|
|
1326
|
+
color: #1e2022;
|
|
1327
|
+
outline: 0;
|
|
1328
|
+
border: 2px solid #1a73e8;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
rte-dropdown-panel rte-dialog-header {
|
|
1332
|
+
display: none;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.rte-panel-insertimage rte-dialog-header, .rte-panel-insertdocument rte-dialog-header {
|
|
1336
|
+
display: none;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
[rte-tooltip] {
|
|
1340
|
+
position: relative;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
[rte-tooltip]:hover {
|
|
1344
|
+
z-index: 99999999;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
@keyframes rte-tooltip {
|
|
1348
|
+
0% {
|
|
1349
|
+
opacity: 0.0;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
90% {
|
|
1353
|
+
opacity: 0.0;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
100% {
|
|
1357
|
+
opacity: 1.0;
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
[rte-tooltip]:hover:before, [rte-tooltip]:hover:after {
|
|
1363
|
+
animation: rte-tooltip linear 0.5s;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
[rte-tooltip]:hover:after {
|
|
1367
|
+
content: attr(rte-tooltip);
|
|
1368
|
+
background: #000;
|
|
1369
|
+
padding: 5px;
|
|
1370
|
+
border-radius: 3px;
|
|
1371
|
+
display: inline-block;
|
|
1372
|
+
position: absolute;
|
|
1373
|
+
transform: translate(-50%,100%);
|
|
1374
|
+
margin: 0 auto;
|
|
1375
|
+
color: #FFF;
|
|
1376
|
+
min-width: 25px;
|
|
1377
|
+
bottom: -5px;
|
|
1378
|
+
left: 50%;
|
|
1379
|
+
text-align: center;
|
|
1380
|
+
font-size: 12px;
|
|
1381
|
+
white-space: pre;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
[rte-tooltip]:hover:before {
|
|
1385
|
+
z-index: 1;
|
|
1386
|
+
bottom: -5px;
|
|
1387
|
+
left: 50%;
|
|
1388
|
+
border: solid transparent;
|
|
1389
|
+
content: " ";
|
|
1390
|
+
height: 0;
|
|
1391
|
+
width: 0;
|
|
1392
|
+
position: absolute;
|
|
1393
|
+
pointer-events: none;
|
|
1394
|
+
border-color: rgba(0, 0, 0, 0);
|
|
1395
|
+
border-bottom-color: #000;
|
|
1396
|
+
border-width: 5px;
|
|
1397
|
+
margin-left: -5px;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.fileuploader-dragdrop {
|
|
1401
|
+
display: block;
|
|
1402
|
+
padding: 30px 0;
|
|
1403
|
+
margin: 30px 15px;
|
|
1404
|
+
background: #fff;
|
|
1405
|
+
border: 2px dotted #c2cdda;
|
|
1406
|
+
border-radius: 14px;
|
|
1407
|
+
text-align: center;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.fileuploader-dragdrop:hover {
|
|
1411
|
+
background-color: #eee;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.fileuploader-dragdrop input[type="file"] {
|
|
1415
|
+
cursor: pointer;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.rte-menu, rte-submenu {
|
|
1419
|
+
font-size: 13px;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.rte-menu {
|
|
1423
|
+
border: 1px solid transparent;
|
|
1424
|
+
box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
|
|
1425
|
+
rem-margin-top: 1.5rem;
|
|
1426
|
+
rem-margin-bottom: 3rem;
|
|
1427
|
+
min-width: 160px;
|
|
1428
|
+
padding: 10px 0;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
rte-submenu {
|
|
1432
|
+
position: absolute;
|
|
1433
|
+
left: 100%;
|
|
1434
|
+
top: 0;
|
|
1435
|
+
padding: 10px 0;
|
|
1436
|
+
border-top: solid 1px transparent;
|
|
1437
|
+
border-left: solid 1px transparent;
|
|
1438
|
+
/*link dropdown-panel*/
|
|
1439
|
+
background-color: #fff;
|
|
1440
|
+
user-select: none;
|
|
1441
|
+
display: flex;
|
|
1442
|
+
flex-direction: column;
|
|
1443
|
+
min-width: 160px;
|
|
1444
|
+
box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
rte-menuitemcontainer {
|
|
1448
|
+
position: relative;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
rte-menuitem {
|
|
1452
|
+
display: flex;
|
|
1453
|
+
align-items: center;
|
|
1454
|
+
border: solid 1px transparent;
|
|
1455
|
+
margin: 2px 2px;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
rte-menuitem:hover {
|
|
1459
|
+
background-color: #f1f3f4;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
rte-menuitem:active {
|
|
1463
|
+
background-color: #f1f3f4;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
rte-menuicon {
|
|
1467
|
+
width: 24px;
|
|
1468
|
+
height: 24px;
|
|
1469
|
+
margin: 1px;
|
|
1470
|
+
margin-left: 5px;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
rte-menutext {
|
|
1474
|
+
margin-left: 3px;
|
|
1475
|
+
flex: 999;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
rte-menuarrow {
|
|
1479
|
+
margin-right: 4px;
|
|
1480
|
+
font-family: sans-serif;
|
|
1481
|
+
font-size: 70%;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
rte-menuarrow:after {
|
|
1485
|
+
content: '\25BA';
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
rte-menuspliter {
|
|
1489
|
+
display: block;
|
|
1490
|
+
border-top: 1px solid rgb(218, 220, 224);
|
|
1491
|
+
margin: 3px 0px 3px 28px;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.rte_command_paragraphs rte-toolbar-dropdown-item div {
|
|
1495
|
+
font-size: 15px;
|
|
1496
|
+
margin: 0px;
|
|
1497
|
+
padding: 0px;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.rte_command_paragraphs rte-toolbar-dropdown-item h1 {
|
|
1501
|
+
font-size: 32px;
|
|
1502
|
+
margin: 0px;
|
|
1503
|
+
padding: 0px;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.rte_command_paragraphs rte-toolbar-dropdown-item h2 {
|
|
1507
|
+
font-size: 27px;
|
|
1508
|
+
margin: 0px;
|
|
1509
|
+
padding: 0px;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.rte_command_paragraphs rte-toolbar-dropdown-item h3 {
|
|
1513
|
+
font-size: 24px;
|
|
1514
|
+
margin: 0px;
|
|
1515
|
+
padding: 0px;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
.rte_command_paragraphs rte-toolbar-dropdown-item h4 {
|
|
1519
|
+
font-size: 21px;
|
|
1520
|
+
margin: 0px;
|
|
1521
|
+
padding: 0px;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.rte_command_paragraphs rte-toolbar-dropdown-item h5 {
|
|
1525
|
+
font-size: 18px;
|
|
1526
|
+
margin: 0px;
|
|
1527
|
+
padding: 0px;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
.rte_command_paragraphs rte-toolbar-dropdown-item h6 {
|
|
1531
|
+
font-size: 15px;
|
|
1532
|
+
margin: 0px;
|
|
1533
|
+
padding: 0px;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
rte-floatpanel {
|
|
1537
|
+
z-index: 101;
|
|
1538
|
+
background-color: #fff;
|
|
1539
|
+
border: solid 1px gray;
|
|
1540
|
+
border-radius: 5px;
|
|
1541
|
+
width: 22px;
|
|
1542
|
+
height: auto;
|
|
1543
|
+
opacity: 0.3;
|
|
1544
|
+
user-select: none;
|
|
1545
|
+
padding: 3px 0;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
rte-floatpanel:hover {
|
|
1549
|
+
opacity: 1;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
rte-floatpanel rte-toolbar-button {
|
|
1553
|
+
width: 20px;
|
|
1554
|
+
height: 20px;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
rte-floatpanel rte-toolbar-button:hover {
|
|
1558
|
+
background-color: #e8f0fe;
|
|
1559
|
+
fill: #377dff;
|
|
1560
|
+
color: #377dff;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
.rte-current-item {
|
|
1565
|
+
background-color: lightblue;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
/* toggle UI */
|
|
1572
|
+
rte-taglist * {
|
|
1573
|
+
/*display: none !important;*/
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
rte-plusbtn {
|
|
1577
|
+
/*display: none !important;*/
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.rte-floatpanel-paragraphop {
|
|
1581
|
+
/*display: none!important;*/
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
.rte-list-item {
|
|
1586
|
+
padding: 5px 5px 5px 12px;
|
|
1587
|
+
font-size: 14px;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.rte-list-item:hover {
|
|
1591
|
+
background-color: #f2f2f2;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
rte-toast {
|
|
1598
|
+
position: fixed;
|
|
1599
|
+
z-index: 88888888;
|
|
1600
|
+
background-color: rgba(0,0,0,0.7);
|
|
1601
|
+
color: white;
|
|
1602
|
+
padding: 3px 6px;
|
|
1603
|
+
border-radius: 5px;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.rte-skin-blue {
|
|
1607
|
+
background-color: #ccdcee !important;
|
|
1608
|
+
border-color: #7e9db9 !important;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
.rte-skin-blue rte-content, .rte-skin-blue textarea {
|
|
1612
|
+
background-color: #fff;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.rte-skin-blue * {
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
.rte-skin-blue iframe {
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.rte-skin-blue rte-toolbar {
|
|
1622
|
+
background-color: #ccdcee !important;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
.rte-skin-blue rte-subtoolbar {
|
|
1626
|
+
background-color: #7e9db9 !important;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
.rte-skin-blue rte-bottom {
|
|
1631
|
+
background-color: #ccdcee !important;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.rte-skin-blue rte-dialog-inner {
|
|
1635
|
+
background-color: #ccdcee !important;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.rte-skin-blue rte-dialog-header {
|
|
1639
|
+
background-color: #ccdcee !important;
|
|
1640
|
+
color: white !important;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
.rte-skin-blue rte-dialog-line-action {
|
|
1644
|
+
color: white !important;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
.rte-skin-gray {
|
|
1648
|
+
background-color: #fafafa !important;
|
|
1649
|
+
border-color: rgba(0, 0, 0, 0.12) !important;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
.rte-skin-gray rte-toolbar {
|
|
1653
|
+
background-color: #fafafa !important;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.rte-skin-gray rte-subtoolbar {
|
|
1657
|
+
background-color: #eeeeee !important;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.rte-modern.rte-skin-gray .rte_command_togglemore.rte-command-active {
|
|
1661
|
+
background-color: #eeeeee !important;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.rte-skin-gray rte-bottom {
|
|
1665
|
+
background-color: #fafafa !important;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.rte-skin-gray rte-dialog-header {
|
|
1669
|
+
background-color: #fafafa !important;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.rte-skin-dark {
|
|
1673
|
+
background-color: #333 !important;
|
|
1674
|
+
border-color: #333 !important;
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
.rte-skin-dark rte-content, .rte-skin-dark textarea {
|
|
1678
|
+
background-color: #333;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
.rte-skin-dark * {
|
|
1682
|
+
color: #fff;
|
|
1683
|
+
fill: #fff;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
.rte-skin-dark iframe {
|
|
1687
|
+
background-color: #fff;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.rte-skin-dark rte-toolbar {
|
|
1691
|
+
background-color: #333 !important;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
.rte-skin-dark rte-subtoolbar {
|
|
1695
|
+
background-color: #666 !important;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.rte-modern.rte-skin-dark .rte_command_togglemore.rte-command-active, .rte-modern.rte-skin-dark .rte-command-active {
|
|
1699
|
+
background-color: #666 !important;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
.rte-skin-dark rte-bottom {
|
|
1703
|
+
background-color: #333 !important;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
.rte-skin-dark rte-dialog-inner {
|
|
1707
|
+
background-color: #333 !important;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
.rte-skin-dark rte-dialog-header {
|
|
1711
|
+
background-color: #333 !important;
|
|
1712
|
+
color: white !important;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
.rte-skin-dark rte-dialog-line-action {
|
|
1716
|
+
background-color: #333 !important;
|
|
1717
|
+
color: white !important;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
.rte-skin-rounded-corner.richtexteditor {
|
|
1721
|
+
border-radius: 7px;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
.rte-skin-rounded-corner rte-toolbar {
|
|
1725
|
+
border-top-left-radius: 7px;
|
|
1726
|
+
border-top-right-radius: 7px;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.rte-skin-rounded-corner rte-bottom {
|
|
1730
|
+
border-bottom-left-radius: 7px;
|
|
1731
|
+
border-bottom-right-radius: 7px;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
rte-content::-webkit-scrollbar {
|
|
1735
|
+
height: 5px;
|
|
1736
|
+
width: 5px;
|
|
1737
|
+
overflow: visible;
|
|
1738
|
+
background-color: rgba(0,0,0,.05);
|
|
1739
|
+
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1)
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
rte-content::-webkit-scrollbar-track {
|
|
1743
|
+
background: #f1f1f1;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
rte-content::-webkit-scrollbar-thumb {
|
|
1747
|
+
border-radius: 10px;
|
|
1748
|
+
background-color: rgba(0,0,0,.1);
|
|
1749
|
+
background-clip: padding-box;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
rte-content::-webkit-scrollbar-thumb:hover {
|
|
1753
|
+
background-color: rgba(0,0,0,.4);
|
|
1754
|
+
box-shadow: inset 1px 1px 1px rgba(0,0,0,.25)
|
|
1755
|
+
}
|