dlt-for-react 2.1.11 → 2.2.1

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 (129) hide show
  1. package/README.md +4 -1
  2. package/assets/components/HqUeditor/images/anchor.gif +0 -0
  3. package/assets/components/HqUeditor/images/arrow.png +0 -0
  4. package/assets/components/HqUeditor/images/arrow_down.png +0 -0
  5. package/assets/components/HqUeditor/images/arrow_up.png +0 -0
  6. package/assets/components/HqUeditor/images/button-bg.gif +0 -0
  7. package/assets/components/HqUeditor/images/cancelbutton.gif +0 -0
  8. package/assets/components/HqUeditor/images/charts.png +0 -0
  9. package/assets/components/HqUeditor/images/cursor_h.gif +0 -0
  10. package/assets/components/HqUeditor/images/cursor_h.png +0 -0
  11. package/assets/components/HqUeditor/images/cursor_v.gif +0 -0
  12. package/assets/components/HqUeditor/images/cursor_v.png +0 -0
  13. package/assets/components/HqUeditor/images/dialog-title-bg.png +0 -0
  14. package/assets/components/HqUeditor/images/filescan.png +0 -0
  15. package/assets/components/HqUeditor/images/highlighted.gif +0 -0
  16. package/assets/components/HqUeditor/images/icons-all.gif +0 -0
  17. package/assets/components/HqUeditor/images/icons.gif +0 -0
  18. package/assets/components/HqUeditor/images/icons.png +0 -0
  19. package/assets/components/HqUeditor/images/loaderror.png +0 -0
  20. package/assets/components/HqUeditor/images/loading.gif +0 -0
  21. package/assets/components/HqUeditor/images/lock.gif +0 -0
  22. package/assets/components/HqUeditor/images/neweditor-tab-bg.png +0 -0
  23. package/assets/components/HqUeditor/images/pagebreak.gif +0 -0
  24. package/assets/components/HqUeditor/images/scale.png +0 -0
  25. package/assets/components/HqUeditor/images/sortable.png +0 -0
  26. package/assets/components/HqUeditor/images/spacer.gif +0 -0
  27. package/assets/components/HqUeditor/images/sparator_v.png +0 -0
  28. package/assets/components/HqUeditor/images/table-cell-align.png +0 -0
  29. package/assets/components/HqUeditor/images/tangram-colorpicker.png +0 -0
  30. package/assets/components/HqUeditor/images/toolbar_bg.png +0 -0
  31. package/assets/components/HqUeditor/images/unhighlighted.gif +0 -0
  32. package/assets/components/HqUeditor/images/upload.png +0 -0
  33. package/assets/components/HqUeditor/images/videologo.gif +0 -0
  34. package/assets/components/HqUeditor/images/word.gif +0 -0
  35. package/assets/components/HqUeditor/images/wordpaste.png +0 -0
  36. package/assets/components/HqUeditor/ueditor/index.html +175 -0
  37. package/assets/components/HqUeditor/ueditor/lang/en/en.js +684 -0
  38. package/assets/components/HqUeditor/ueditor/lang/en/images/addimage.png +0 -0
  39. package/assets/components/HqUeditor/ueditor/lang/en/images/alldeletebtnhoverskin.png +0 -0
  40. package/assets/components/HqUeditor/ueditor/lang/en/images/alldeletebtnupskin.png +0 -0
  41. package/assets/components/HqUeditor/ueditor/lang/en/images/background.png +0 -0
  42. package/assets/components/HqUeditor/ueditor/lang/en/images/button.png +0 -0
  43. package/assets/components/HqUeditor/ueditor/lang/en/images/copy.png +0 -0
  44. package/assets/components/HqUeditor/ueditor/lang/en/images/deletedisable.png +0 -0
  45. package/assets/components/HqUeditor/ueditor/lang/en/images/deleteenable.png +0 -0
  46. package/assets/components/HqUeditor/ueditor/lang/en/images/listbackground.png +0 -0
  47. package/assets/components/HqUeditor/ueditor/lang/en/images/localimage.png +0 -0
  48. package/assets/components/HqUeditor/ueditor/lang/en/images/music.png +0 -0
  49. package/assets/components/HqUeditor/ueditor/lang/en/images/rotateleftdisable.png +0 -0
  50. package/assets/components/HqUeditor/ueditor/lang/en/images/rotateleftenable.png +0 -0
  51. package/assets/components/HqUeditor/ueditor/lang/en/images/rotaterightdisable.png +0 -0
  52. package/assets/components/HqUeditor/ueditor/lang/en/images/rotaterightenable.png +0 -0
  53. package/assets/components/HqUeditor/ueditor/lang/en/images/upload.png +0 -0
  54. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/copy.png +0 -0
  55. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/localimage.png +0 -0
  56. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/music.png +0 -0
  57. package/assets/components/HqUeditor/ueditor/lang/zh-cn/images/upload.png +0 -0
  58. package/assets/components/HqUeditor/ueditor/lang/zh-cn/zh-cn.js +669 -0
  59. package/assets/components/HqUeditor/ueditor/themes/default/css/ueditor.css +1898 -0
  60. package/assets/components/HqUeditor/ueditor/themes/default/css/ueditor.min.css +1843 -0
  61. package/assets/components/HqUeditor/ueditor/themes/default/dialogbase.css +100 -0
  62. package/assets/components/HqUeditor/ueditor/themes/default/images/anchor.gif +0 -0
  63. package/assets/components/HqUeditor/ueditor/themes/default/images/arrow.png +0 -0
  64. package/assets/components/HqUeditor/ueditor/themes/default/images/arrow_down.png +0 -0
  65. package/assets/components/HqUeditor/ueditor/themes/default/images/arrow_up.png +0 -0
  66. package/assets/components/HqUeditor/ueditor/themes/default/images/button-bg.gif +0 -0
  67. package/assets/components/HqUeditor/ueditor/themes/default/images/cancelbutton.gif +0 -0
  68. package/assets/components/HqUeditor/ueditor/themes/default/images/charts.png +0 -0
  69. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_h.gif +0 -0
  70. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_h.png +0 -0
  71. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_v.gif +0 -0
  72. package/assets/components/HqUeditor/ueditor/themes/default/images/cursor_v.png +0 -0
  73. package/assets/components/HqUeditor/ueditor/themes/default/images/dialog-title-bg.png +0 -0
  74. package/assets/components/HqUeditor/ueditor/themes/default/images/filescan.png +0 -0
  75. package/assets/components/HqUeditor/ueditor/themes/default/images/highlighted.gif +0 -0
  76. package/assets/components/HqUeditor/ueditor/themes/default/images/icons-all.gif +0 -0
  77. package/assets/components/HqUeditor/ueditor/themes/default/images/icons.gif +0 -0
  78. package/assets/components/HqUeditor/ueditor/themes/default/images/icons.png +0 -0
  79. package/assets/components/HqUeditor/ueditor/themes/default/images/loaderror.png +0 -0
  80. package/assets/components/HqUeditor/ueditor/themes/default/images/loading.gif +0 -0
  81. package/assets/components/HqUeditor/ueditor/themes/default/images/lock.gif +0 -0
  82. package/assets/components/HqUeditor/ueditor/themes/default/images/neweditor-tab-bg.png +0 -0
  83. package/assets/components/HqUeditor/ueditor/themes/default/images/pagebreak.gif +0 -0
  84. package/assets/components/HqUeditor/ueditor/themes/default/images/scale.png +0 -0
  85. package/assets/components/HqUeditor/ueditor/themes/default/images/sortable.png +0 -0
  86. package/assets/components/HqUeditor/ueditor/themes/default/images/spacer.gif +0 -0
  87. package/assets/components/HqUeditor/ueditor/themes/default/images/sparator_v.png +0 -0
  88. package/assets/components/HqUeditor/ueditor/themes/default/images/table-cell-align.png +0 -0
  89. package/assets/components/HqUeditor/ueditor/themes/default/images/tangram-colorpicker.png +0 -0
  90. package/assets/components/HqUeditor/ueditor/themes/default/images/toolbar_bg.png +0 -0
  91. package/assets/components/HqUeditor/ueditor/themes/default/images/unhighlighted.gif +0 -0
  92. package/assets/components/HqUeditor/ueditor/themes/default/images/upload.png +0 -0
  93. package/assets/components/HqUeditor/ueditor/themes/default/images/videologo.gif +0 -0
  94. package/assets/components/HqUeditor/ueditor/themes/default/images/word.gif +0 -0
  95. package/assets/components/HqUeditor/ueditor/themes/default/images/wordpaste.png +0 -0
  96. package/assets/components/HqUeditor/ueditor/themes/iframe.css +1 -0
  97. package/assets/components/HqUeditor/ueditor/ueditor.all.js +29582 -0
  98. package/assets/components/HqUeditor/ueditor/ueditor.all.min.js +1 -0
  99. package/assets/components/HqUeditor/ueditor/ueditor.config.js +586 -0
  100. package/assets/components/HqUeditor/ueditor/ueditor.parse.js +1022 -0
  101. package/assets/components/HqUeditor/ueditor/ueditor.parse.min.js +7 -0
  102. package/assets/components/HqUeditor/ueditor.css +1898 -0
  103. package/assets/components/HqUeditor/ueditor.min.css +1843 -0
  104. package/assets/css/HqTimeRange/index.less +7 -0
  105. package/lib/components/HqCheckButton/index.js +32 -32
  106. package/lib/components/HqPrint/index.js +51 -0
  107. package/lib/components/HqTimeRange/index.js +1 -1
  108. package/lib/components/HqUeditor/file/EditForm.js +297 -0
  109. package/lib/components/HqUeditor/file/index.js +150 -0
  110. package/lib/components/HqUeditor/img/EditForm.js +310 -0
  111. package/lib/components/HqUeditor/img/index.js +150 -0
  112. package/lib/components/HqUeditor/index.js +239 -0
  113. package/lib/components/HqUeditor/link/EditForm.js +121 -0
  114. package/lib/components/HqUeditor/link/index.js +163 -0
  115. package/lib/components/KyTable/index.js +5 -4
  116. package/lib/components/KyUpload/index.js +165 -172
  117. package/lib/index.js +9 -0
  118. package/lib/utils/common.js +3 -9
  119. package/lib/utils/createUuid.js +40 -0
  120. package/lib/utils/getLoginUser.js +10 -0
  121. package/lib/utils/getSize.js +27 -0
  122. package/package.json +2 -1
  123. package/lib/components/NHSelector/ListSort/index.js +0 -411
  124. package/lib/components/NHSelector/index.js +0 -636
  125. package/lib/components/NHSelector/resultview/index.js +0 -408
  126. package/lib/components/NHSelector/selectormodal/index.js +0 -303
  127. package/lib/components/NHSelector/table/index.js +0 -784
  128. package/lib/components/NHSelector/tree/index.js +0 -554
  129. /package/assets/{HqCheckButton → css/HqCheckButton}/index.less +0 -0
@@ -0,0 +1,1843 @@
1
+ .edui-default .edui-box {
2
+ border: 0;
3
+ padding: 0;
4
+ margin: 0;
5
+ overflow: hidden
6
+ }
7
+
8
+ .edui-default a.edui-box {
9
+ display: block;
10
+ text-decoration: none;
11
+ color: black
12
+ }
13
+
14
+ .edui-default a.edui-box:hover {
15
+ text-decoration: none
16
+ }
17
+
18
+ .edui-default a.edui-box:active {
19
+ text-decoration: none
20
+ }
21
+
22
+ .edui-default table.edui-box {
23
+ border-collapse: collapse
24
+ }
25
+
26
+ .edui-default ul.edui-box {
27
+ list-style-type: none
28
+ }
29
+
30
+ div.edui-box {
31
+ position: relative;
32
+ display: -moz-inline-box !important;
33
+ display: inline-block !important;
34
+ vertical-align: top
35
+ }
36
+
37
+ .edui-default .edui-clearfix {
38
+ zoom: 1
39
+ }
40
+
41
+ .edui-default .edui-clearfix:after {
42
+ content: '\20';
43
+ display: block;
44
+ clear: both
45
+ }
46
+
47
+ * html div.edui-box {
48
+ display: inline !important
49
+ }
50
+
51
+ *:first-child + html div.edui-box {
52
+ display: inline !important
53
+ }
54
+
55
+ .edui-default .edui-button-body, .edui-splitbutton-body, .edui-menubutton-body, .edui-combox-body {
56
+ position: relative
57
+ }
58
+
59
+ .edui-default .edui-popup {
60
+ position: absolute;
61
+ -webkit-user-select: none;
62
+ -moz-user-select: none
63
+ }
64
+
65
+ .edui-default .edui-popup .edui-shadow {
66
+ position: absolute;
67
+ z-index: -1
68
+ }
69
+
70
+ .edui-default .edui-popup .edui-bordereraser {
71
+ position: absolute;
72
+ overflow: hidden
73
+ }
74
+
75
+ .edui-default .edui-tablepicker .edui-canvas {
76
+ position: relative
77
+ }
78
+
79
+ .edui-default .edui-tablepicker .edui-canvas .edui-overlay {
80
+ position: absolute
81
+ }
82
+
83
+ .edui-default .edui-dialog-modalmask, .edui-dialog-dragmask {
84
+ position: absolute;
85
+ left: 0;
86
+ top: 0;
87
+ width: 100%;
88
+ height: 100%
89
+ }
90
+
91
+ .edui-default .edui-toolbar {
92
+ position: relative
93
+ }
94
+
95
+ .edui-default .edui-label {
96
+ cursor: default
97
+ }
98
+
99
+ .edui-default span.edui-clickable {
100
+ color: blue;
101
+ cursor: pointer;
102
+ text-decoration: underline
103
+ }
104
+
105
+ .edui-default span.edui-unclickable {
106
+ color: gray;
107
+ cursor: default
108
+ }
109
+
110
+ .edui-default .edui-toolbar {
111
+ cursor: default;
112
+ -webkit-user-select: none;
113
+ -moz-user-select: none;
114
+ padding: 1px;
115
+ overflow: hidden;
116
+ zoom: 1;
117
+ width: auto;
118
+ height: auto
119
+ }
120
+
121
+ .edui-default .edui-toolbar .edui-button, .edui-default .edui-toolbar .edui-splitbutton, .edui-default .edui-toolbar .edui-menubutton, .edui-default .edui-toolbar .edui-combox {
122
+ margin: 1px
123
+ }
124
+
125
+ .edui-default .edui-editor {
126
+ border: 1px solid #d4d4d4;
127
+ background-color: white;
128
+ position: relative;
129
+ overflow: visible;
130
+ -webkit-border-radius: 4px;
131
+ -moz-border-radius: 4px;
132
+ border-radius: 4px
133
+ }
134
+
135
+ .edui-editor div {
136
+ width: auto;
137
+ height: auto
138
+ }
139
+
140
+ .edui-default .edui-editor-toolbarbox {
141
+ position: relative;
142
+ zoom: 1;
143
+ -webkit-box-shadow: 0 1px 4px rgba(204, 204, 204, 0.6);
144
+ -moz-box-shadow: 0 1px 4px rgba(204, 204, 204, 0.6);
145
+ box-shadow: 0 1px 4px rgba(204, 204, 204, 0.6);
146
+ border-top-left-radius: 2px;
147
+ border-top-right-radius: 2px
148
+ }
149
+
150
+ .edui-default .edui-editor-toolbarboxouter {
151
+ border-bottom: 1px solid #d4d4d4;
152
+ background-color: #fafafa;
153
+ background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
154
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
155
+ background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
156
+ background-image: -o-linear-gradient(top, #fff, #f2f2f2);
157
+ background-image: linear-gradient(to bottom, #fff, #f2f2f2);
158
+ background-repeat: repeat-x;
159
+ -webkit-border-radius: 4px 4px 0 0;
160
+ -moz-border-radius: 4px 4px 0 0;
161
+ border-radius: 4px 4px 0 0;
162
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
163
+ *zoom: 1;
164
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
165
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
166
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
167
+ }
168
+
169
+ .edui-default .edui-editor-toolbarboxinner {
170
+ padding: 2px
171
+ }
172
+
173
+ .edui-default .edui-editor-iframeholder {
174
+ position: relative
175
+ }
176
+
177
+ .edui-default .edui-editor-bottomContainer {
178
+ overflow: hidden
179
+ }
180
+
181
+ .edui-default .edui-editor-bottomContainer table {
182
+ width: 100%;
183
+ height: 0;
184
+ overflow: hidden;
185
+ border-spacing: 0
186
+ }
187
+
188
+ .edui-default .edui-editor-bottomContainer td {
189
+ white-space: nowrap;
190
+ border-top: 1px solid #ccc;
191
+ line-height: 20px;
192
+ font-size: 12px;
193
+ font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif
194
+ }
195
+
196
+ .edui-default .edui-editor-wordcount {
197
+ text-align: right;
198
+ margin-right: 5px;
199
+ color: #aaa
200
+ }
201
+
202
+ .edui-default .edui-editor-scale {
203
+ width: 12px
204
+ }
205
+
206
+ .edui-default .edui-editor-scale .edui-editor-icon {
207
+ float: right;
208
+ width: 100%;
209
+ height: 12px;
210
+ margin-top: 10px;
211
+ background: url("../../../../../../../assets/NHUeditor/images/scale.png") no-repeat;
212
+ cursor: se-resize
213
+ }
214
+
215
+ .edui-default .edui-editor-breadcrumb {
216
+ margin: 2px 0 0 3px;
217
+ display: none
218
+ }
219
+
220
+ .edui-default .edui-editor-breadcrumb span {
221
+ cursor: pointer;
222
+ text-decoration: underline;
223
+ color: blue
224
+ }
225
+
226
+ .edui-default .edui-toolbar .edui-for-fullscreen {
227
+ float: right
228
+ }
229
+
230
+ .edui-default .edui-bubble .edui-popup-content {
231
+ border: 1px solid #dcac6c;
232
+ background-color: #fff6d9;
233
+ padding: 5px;
234
+ font-size: 10pt;
235
+ font-family: "宋体"
236
+ }
237
+
238
+ .edui-default .edui-editor-toolbarmsg {
239
+ background-color: #fff6d9;
240
+ border-bottom: 1px solid #ccc;
241
+ position: absolute;
242
+ bottom: -25px;
243
+ left: 0;
244
+ z-index: 1009;
245
+ width: 99.9%
246
+ }
247
+
248
+ .edui-default .edui-editor-toolbarmsg-upload {
249
+ font-size: 14px;
250
+ color: blue;
251
+ width: 100px;
252
+ height: 16px;
253
+ line-height: 16px;
254
+ cursor: pointer;
255
+ position: absolute;
256
+ top: 5px;
257
+ left: 350px
258
+ }
259
+
260
+ .edui-default .edui-editor-toolbarmsg-label {
261
+ font-size: 12px;
262
+ line-height: 16px;
263
+ padding: 4px
264
+ }
265
+
266
+ .edui-default .edui-editor-toolbarmsg-close {
267
+ float: right;
268
+ width: 20px;
269
+ height: 16px;
270
+ line-height: 16px;
271
+ cursor: pointer;
272
+ color: red
273
+ }
274
+
275
+ .edui-default .edui-list .edui-bordereraser {
276
+ display: none
277
+ }
278
+
279
+ .edui-default .edui-listitem {
280
+ padding: 1px;
281
+ white-space: nowrap
282
+ }
283
+
284
+ .edui-default .edui-list .edui-state-hover {
285
+ position: relative;
286
+ background-color: #fff5d4;
287
+ border: 1px solid #dcac6c;
288
+ padding: 0
289
+ }
290
+
291
+ .edui-default .edui-for-fontfamily .edui-listitem-label {
292
+ min-width: 130px;
293
+ _width: 120px;
294
+ font-size: 12px;
295
+ height: 22px;
296
+ line-height: 22px;
297
+ padding-left: 5px
298
+ }
299
+
300
+ .edui-default .edui-for-insertcode .edui-listitem-label {
301
+ min-width: 120px;
302
+ _width: 120px;
303
+ font-size: 12px;
304
+ height: 22px;
305
+ line-height: 22px;
306
+ padding-left: 5px
307
+ }
308
+
309
+ .edui-default .edui-for-underline .edui-listitem-label {
310
+ min-width: 120px;
311
+ _width: 120px;
312
+ padding: 3px 5px;
313
+ font-size: 12px
314
+ }
315
+
316
+ .edui-default .edui-for-fontsize .edui-listitem-label {
317
+ min-width: 120px;
318
+ _width: 120px;
319
+ padding: 3px 5px
320
+ }
321
+
322
+ .edui-default .edui-for-paragraph .edui-listitem-label {
323
+ min-width: 200px;
324
+ _width: 200px;
325
+ padding: 2px 5px
326
+ }
327
+
328
+ .edui-default .edui-for-rowspacingtop .edui-listitem-label, .edui-default .edui-for-rowspacingbottom .edui-listitem-label {
329
+ min-width: 53px;
330
+ _width: 53px;
331
+ padding: 2px 5px
332
+ }
333
+
334
+ .edui-default .edui-for-lineheight .edui-listitem-label {
335
+ min-width: 53px;
336
+ _width: 53px;
337
+ padding: 2px 5px
338
+ }
339
+
340
+ .edui-default .edui-for-customstyle .edui-listitem-label {
341
+ min-width: 200px;
342
+ _width: 200px;
343
+ width: 200px !important;
344
+ padding: 2px 5px
345
+ }
346
+
347
+ .edui-default .edui-menu {
348
+ z-index: 3000
349
+ }
350
+
351
+ .edui-default .edui-menu .edui-popup-content {
352
+ padding: 3px
353
+ }
354
+
355
+ .edui-default .edui-menu-body {
356
+ _width: 150px;
357
+ min-width: 170px;
358
+ background: url("../../../../../../../assets/NHUeditor/images/sparator_v.png") repeat-y 25px
359
+ }
360
+
361
+ .edui-default .edui-menuitem {
362
+ height: 20px;
363
+ cursor: default;
364
+ vertical-align: top
365
+ }
366
+
367
+ .edui-default .edui-menuitem .edui-icon {
368
+ width: 20px !important;
369
+ height: 20px !important;
370
+ background: url("../../../../../../../assets/NHUeditor/images/icons.png") 0 -4000px;
371
+ background: url("../../../../../../../assets/NHUeditor/images/icons.gif") 0 -4000px \9
372
+ }
373
+
374
+ .edui-default .edui-menuitem .edui-label {
375
+ font-size: 12px;
376
+ line-height: 20px;
377
+ height: 20px;
378
+ padding-left: 10px
379
+ }
380
+
381
+ .edui-default .edui-state-checked .edui-menuitem-body {
382
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 6px -205px
383
+ }
384
+
385
+ .edui-default .edui-state-disabled .edui-menuitem-label {
386
+ color: gray
387
+ }
388
+
389
+ .edui-default .edui-toolbar .edui-combox-body .edui-button-body {
390
+ width: 60px;
391
+ font-size: 12px;
392
+ height: 20px;
393
+ line-height: 20px;
394
+ padding-left: 5px;
395
+ white-space: nowrap;
396
+ margin: 0 3px 0 0
397
+ }
398
+
399
+ .edui-default .edui-toolbar .edui-combox-body .edui-arrow {
400
+ background: url("../../../../../../../assets/NHUeditor/images/icons.png") -741px 0;
401
+ _background: url("../../../../../../../assets/NHUeditor/images/icons.gif") -741px 0;
402
+ height: 20px;
403
+ width: 9px
404
+ }
405
+
406
+ .edui-default .edui-toolbar .edui-combox .edui-combox-body {
407
+ border: 1px solid #CCC;
408
+ background-color: white;
409
+ border-radius: 2px;
410
+ -webkit-border-radius: 2px;
411
+ -moz-border-radius: 2px
412
+ }
413
+
414
+ .edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
415
+ display: none
416
+ }
417
+
418
+ .edui-default .edui-toolbar .edui-combox-body .edui-arrow {
419
+ border-left: 1px solid #CCC
420
+ }
421
+
422
+ .edui-default .edui-toolbar .edui-state-hover .edui-combox-body {
423
+ background-color: #fff5d4;
424
+ border: 1px solid #dcac6c
425
+ }
426
+
427
+ .edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
428
+ border-left: 1px solid #dcac6c
429
+ }
430
+
431
+ .edui-default .edui-toolbar .edui-state-checked .edui-combox-body {
432
+ background-color: #ffe69f;
433
+ border: 1px solid #dcac6c
434
+ }
435
+
436
+ .edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
437
+ border-left: 1px solid #dcac6c
438
+ }
439
+
440
+ .edui-toolbar .edui-state-disabled .edui-combox-body {
441
+ background-color: #f0f0ee;
442
+ opacity: .3;
443
+ filter: alpha(opacity=30)
444
+ }
445
+
446
+ .edui-toolbar .edui-state-opened .edui-combox-body {
447
+ background-color: white;
448
+ border: 1px solid gray
449
+ }
450
+
451
+ .edui-default .edui-toolbar .edui-button .edui-icon, .edui-default .edui-toolbar .edui-menubutton .edui-icon, .edui-default .edui-toolbar .edui-splitbutton .edui-icon {
452
+ height: 20px !important;
453
+ width: 20px !important;
454
+ background-image: url("../../../../../../../assets/NHUeditor/images/icons.png");
455
+ background-image: url("../../../../../../../assets/NHUeditor/images/icons.gif") \9
456
+ }
457
+
458
+ .edui-default .edui-toolbar .edui-button .edui-button-wrap {
459
+ padding: 1px;
460
+ position: relative
461
+ }
462
+
463
+ .edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
464
+ background-color: #fff5d4;
465
+ padding: 0;
466
+ border: 1px solid #dcac6c
467
+ }
468
+
469
+ .edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
470
+ background-color: #ffe69f;
471
+ padding: 0;
472
+ border: 1px solid #dcac6c;
473
+ border-radius: 2px;
474
+ -webkit-border-radius: 2px;
475
+ -moz-border-radius: 2px
476
+ }
477
+
478
+ .edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
479
+ background-color: #fff;
480
+ padding: 0;
481
+ border: 1px solid gray
482
+ }
483
+
484
+ .edui-default .edui-toolbar .edui-state-disabled .edui-label {
485
+ color: #ccc
486
+ }
487
+
488
+ .edui-default .edui-toolbar .edui-state-disabled .edui-icon {
489
+ opacity: .3;
490
+ filter: alpha(opacity=30)
491
+ }
492
+
493
+ .edui-default .edui-for-undo .edui-icon {
494
+ background-position: -160px 0
495
+ }
496
+
497
+ .edui-default .edui-for-redo .edui-icon {
498
+ background-position: -100px 0
499
+ }
500
+
501
+ .edui-default .edui-for-bold .edui-icon {
502
+ background-position: 0 0
503
+ }
504
+
505
+ .edui-default .edui-for-italic .edui-icon {
506
+ background-position: -60px 0
507
+ }
508
+
509
+ .edui-default .edui-for-fontborder .edui-icon {
510
+ background-position: -160px -40px
511
+ }
512
+
513
+ .edui-default .edui-for-underline .edui-icon {
514
+ background-position: -140px 0
515
+ }
516
+
517
+ .edui-default .edui-for-strikethrough .edui-icon {
518
+ background-position: -120px 0
519
+ }
520
+
521
+ .edui-default .edui-for-subscript .edui-icon {
522
+ background-position: -600px 0
523
+ }
524
+
525
+ .edui-default .edui-for-superscript .edui-icon {
526
+ background-position: -620px 0
527
+ }
528
+
529
+ .edui-default .edui-for-blockquote .edui-icon {
530
+ background-position: -220px 0
531
+ }
532
+
533
+ .edui-default .edui-for-forecolor .edui-icon {
534
+ background-position: -720px 0
535
+ }
536
+
537
+ .edui-default .edui-for-backcolor .edui-icon {
538
+ background-position: -760px 0
539
+ }
540
+
541
+ .edui-default .edui-for-inserttable .edui-icon {
542
+ background-position: -580px -20px
543
+ }
544
+
545
+ .edui-default .edui-for-autotypeset .edui-icon {
546
+ background-position: -640px -40px
547
+ }
548
+
549
+ .edui-default .edui-for-justifyleft .edui-icon {
550
+ background-position: -460px 0
551
+ }
552
+
553
+ .edui-default .edui-for-justifycenter .edui-icon {
554
+ background-position: -420px 0
555
+ }
556
+
557
+ .edui-default .edui-for-justifyright .edui-icon {
558
+ background-position: -480px 0
559
+ }
560
+
561
+ .edui-default .edui-for-justifyjustify .edui-icon {
562
+ background-position: -440px 0
563
+ }
564
+
565
+ .edui-default .edui-for-insertorderedlist .edui-icon {
566
+ background-position: -80px 0
567
+ }
568
+
569
+ .edui-default .edui-for-insertunorderedlist .edui-icon {
570
+ background-position: -20px 0
571
+ }
572
+
573
+ .edui-default .edui-for-lineheight .edui-icon {
574
+ background-position: -725px -40px
575
+ }
576
+
577
+ .edui-default .edui-for-rowspacingbottom .edui-icon {
578
+ background-position: -745px -40px
579
+ }
580
+
581
+ .edui-default .edui-for-rowspacingtop .edui-icon {
582
+ background-position: -765px -40px
583
+ }
584
+
585
+ .edui-default .edui-for-horizontal .edui-icon {
586
+ background-position: -360px 0
587
+ }
588
+
589
+ .edui-default .edui-for-link .edui-icon {
590
+ background-position: -500px 0
591
+ }
592
+
593
+ .edui-default .edui-for-code .edui-icon {
594
+ background-position: -440px -40px
595
+ }
596
+
597
+ .edui-default .edui-for-insertimage .edui-icon {
598
+ background-position: -726px -77px
599
+ }
600
+
601
+ .edui-default .edui-for-insertframe .edui-icon {
602
+ background-position: -240px -40px
603
+ }
604
+
605
+ .edui-default .edui-for-emoticon .edui-icon {
606
+ background-position: -60px -20px
607
+ }
608
+
609
+ .edui-default .edui-for-spechars .edui-icon {
610
+ background-position: -240px 0
611
+ }
612
+
613
+ .edui-default .edui-for-help .edui-icon {
614
+ background-position: -340px 0
615
+ }
616
+
617
+ .edui-default .edui-for-print .edui-icon {
618
+ background-position: -440px -20px
619
+ }
620
+
621
+ .edui-default .edui-for-preview .edui-icon {
622
+ background-position: -420px -20px
623
+ }
624
+
625
+ .edui-default .edui-for-selectall .edui-icon {
626
+ background-position: -400px -20px
627
+ }
628
+
629
+ .edui-default .edui-for-searchreplace .edui-icon {
630
+ background-position: -520px -20px
631
+ }
632
+
633
+ .edui-default .edui-for-map .edui-icon {
634
+ background-position: -40px -40px
635
+ }
636
+
637
+ .edui-default .edui-for-gmap .edui-icon {
638
+ background-position: -260px -40px
639
+ }
640
+
641
+ .edui-default .edui-for-insertvideo .edui-icon {
642
+ background-position: -320px -20px
643
+ }
644
+
645
+ .edui-default .edui-for-time .edui-icon {
646
+ background-position: -160px -20px
647
+ }
648
+
649
+ .edui-default .edui-for-date .edui-icon {
650
+ background-position: -140px -20px
651
+ }
652
+
653
+ .edui-default .edui-for-cut .edui-icon {
654
+ background-position: -680px 0
655
+ }
656
+
657
+ .edui-default .edui-for-copy .edui-icon {
658
+ background-position: -700px 0
659
+ }
660
+
661
+ .edui-default .edui-for-paste .edui-icon {
662
+ background-position: -560px 0
663
+ }
664
+
665
+ .edui-default .edui-for-formatmatch .edui-icon {
666
+ background-position: -40px 0
667
+ }
668
+
669
+ .edui-default .edui-for-pasteplain .edui-icon {
670
+ background-position: -360px -20px
671
+ }
672
+
673
+ .edui-default .edui-for-directionalityltr .edui-icon {
674
+ background-position: -20px -20px
675
+ }
676
+
677
+ .edui-default .edui-for-directionalityrtl .edui-icon {
678
+ background-position: -40px -20px
679
+ }
680
+
681
+ .edui-default .edui-for-source .edui-icon {
682
+ background-position: -261px -0px
683
+ }
684
+
685
+ .edui-default .edui-for-removeformat .edui-icon {
686
+ background-position: -580px 0
687
+ }
688
+
689
+ .edui-default .edui-for-unlink .edui-icon {
690
+ background-position: -640px 0
691
+ }
692
+
693
+ .edui-default .edui-for-touppercase .edui-icon {
694
+ background-position: -786px 0
695
+ }
696
+
697
+ .edui-default .edui-for-tolowercase .edui-icon {
698
+ background-position: -806px 0
699
+ }
700
+
701
+ .edui-default .edui-for-insertrow .edui-icon {
702
+ background-position: -478px -76px
703
+ }
704
+
705
+ .edui-default .edui-for-insertrownext .edui-icon {
706
+ background-position: -498px -76px
707
+ }
708
+
709
+ .edui-default .edui-for-insertcol .edui-icon {
710
+ background-position: -455px -76px
711
+ }
712
+
713
+ .edui-default .edui-for-insertcolnext .edui-icon {
714
+ background-position: -429px -76px
715
+ }
716
+
717
+ .edui-default .edui-for-mergeright .edui-icon {
718
+ background-position: -60px -40px
719
+ }
720
+
721
+ .edui-default .edui-for-mergedown .edui-icon {
722
+ background-position: -80px -40px
723
+ }
724
+
725
+ .edui-default .edui-for-splittorows .edui-icon {
726
+ background-position: -100px -40px
727
+ }
728
+
729
+ .edui-default .edui-for-splittocols .edui-icon {
730
+ background-position: -120px -40px
731
+ }
732
+
733
+ .edui-default .edui-for-insertparagraphbeforetable .edui-icon {
734
+ background-position: -140px -40px
735
+ }
736
+
737
+ .edui-default .edui-for-deleterow .edui-icon {
738
+ background-position: -660px -20px
739
+ }
740
+
741
+ .edui-default .edui-for-deletecol .edui-icon {
742
+ background-position: -640px -20px
743
+ }
744
+
745
+ .edui-default .edui-for-splittocells .edui-icon {
746
+ background-position: -800px -20px
747
+ }
748
+
749
+ .edui-default .edui-for-mergecells .edui-icon {
750
+ background-position: -760px -20px
751
+ }
752
+
753
+ .edui-default .edui-for-deletetable .edui-icon {
754
+ background-position: -620px -20px
755
+ }
756
+
757
+ .edui-default .edui-for-cleardoc .edui-icon {
758
+ background-position: -520px 0
759
+ }
760
+
761
+ .edui-default .edui-for-fullscreen .edui-icon {
762
+ background-position: -100px -20px
763
+ }
764
+
765
+ .edui-default .edui-for-anchor .edui-icon {
766
+ background-position: -200px 0
767
+ }
768
+
769
+ .edui-default .edui-for-pagebreak .edui-icon {
770
+ background-position: -460px -40px
771
+ }
772
+
773
+ .edui-default .edui-for-imagenone .edui-icon {
774
+ background-position: -480px -40px
775
+ }
776
+
777
+ .edui-default .edui-for-imageleft .edui-icon {
778
+ background-position: -500px -40px
779
+ }
780
+
781
+ .edui-default .edui-for-wordimage .edui-icon {
782
+ background-position: -660px -40px
783
+ }
784
+
785
+ .edui-default .edui-for-imageright .edui-icon {
786
+ background-position: -520px -40px
787
+ }
788
+
789
+ .edui-default .edui-for-imagecenter .edui-icon {
790
+ background-position: -540px -40px
791
+ }
792
+
793
+ .edui-default .edui-for-indent .edui-icon {
794
+ background-position: -400px 0
795
+ }
796
+
797
+ .edui-default .edui-for-outdent .edui-icon {
798
+ background-position: -540px 0
799
+ }
800
+
801
+ .edui-default .edui-for-webapp .edui-icon {
802
+ background-position: -601px -40px
803
+ }
804
+
805
+ .edui-default .edui-for-table .edui-icon {
806
+ background-position: -580px -20px
807
+ }
808
+
809
+ .edui-default .edui-for-edittable .edui-icon {
810
+ background-position: -420px -40px
811
+ }
812
+
813
+ .edui-default .edui-for-template .edui-icon {
814
+ background-position: -339px -40px
815
+ }
816
+
817
+ .edui-default .edui-for-delete .edui-icon {
818
+ background-position: -360px -40px
819
+ }
820
+
821
+ .edui-default .edui-for-attachment .edui-icon {
822
+ background-position: -620px -40px
823
+ }
824
+
825
+ .edui-default .edui-for-edittd .edui-icon {
826
+ background-position: -700px -40px
827
+ }
828
+
829
+ .edui-default .edui-for-snapscreen .edui-icon {
830
+ background-position: -581px -40px
831
+ }
832
+
833
+ .edui-default .edui-for-scrawl .edui-icon {
834
+ background-position: -801px -41px
835
+ }
836
+
837
+ .edui-default .edui-for-background .edui-icon {
838
+ background-position: -680px -40px
839
+ }
840
+
841
+ .edui-default .edui-for-music .edui-icon {
842
+ background-position: -18px -40px
843
+ }
844
+
845
+ .edui-default .edui-for-formula .edui-icon {
846
+ background-position: -200px -40px
847
+ }
848
+
849
+ .edui-default .edui-for-aligntd .edui-icon {
850
+ background-position: -236px -76px
851
+ }
852
+
853
+ .edui-default .edui-for-insertparagraphtrue .edui-icon {
854
+ background-position: -625px -76px
855
+ }
856
+
857
+ .edui-default .edui-for-insertparagraph .edui-icon {
858
+ background-position: -602px -76px
859
+ }
860
+
861
+ .edui-default .edui-for-insertcaption .edui-icon {
862
+ background-position: -336px -76px
863
+ }
864
+
865
+ .edui-default .edui-for-deletecaption .edui-icon {
866
+ background-position: -362px -76px
867
+ }
868
+
869
+ .edui-default .edui-for-inserttitle .edui-icon {
870
+ background-position: -286px -76px
871
+ }
872
+
873
+ .edui-default .edui-for-deletetitle .edui-icon {
874
+ background-position: -311px -76px
875
+ }
876
+
877
+ .edui-default .edui-for-aligntable .edui-icon {
878
+ background-position: -440px 0
879
+ }
880
+
881
+ .edui-default .edui-for-tablealignment-left .edui-icon {
882
+ background-position: -460px 0
883
+ }
884
+
885
+ .edui-default .edui-for-tablealignment-center .edui-icon {
886
+ background-position: -420px 0
887
+ }
888
+
889
+ .edui-default .edui-for-tablealignment-right .edui-icon {
890
+ background-position: -480px 0
891
+ }
892
+
893
+ .edui-default .edui-for-drafts .edui-icon {
894
+ background-position: -560px 0
895
+ }
896
+
897
+ .edui-default .edui-for-inserttitlecol .edui-icon {
898
+ background-position: -673px -76px
899
+ }
900
+
901
+ .edui-default .edui-for-deletetitlecol .edui-icon {
902
+ background-position: -698px -76px
903
+ }
904
+
905
+ .edui-default .edui-for-simpleupload .edui-icon {
906
+ background-position: -380px 0
907
+ }
908
+
909
+ .edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow, .edui-default .edui-toolbar .edui-menubutton-body .edui-arrow {
910
+ background: url("../../../../../../../assets/NHUeditor/images/icons.png") -741px 0;
911
+ _background: url("../../../../../../../assets/NHUeditor/images/icons.gif") -741px 0;
912
+ height: 20px;
913
+ width: 9px
914
+ }
915
+
916
+ .edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body {
917
+ padding: 1px
918
+ }
919
+
920
+ .edui-default .edui-toolbar .edui-splitborder {
921
+ width: 1px;
922
+ height: 20px
923
+ }
924
+
925
+ .edui-default .edui-toolbar .edui-state-hover .edui-splitborder {
926
+ width: 1px;
927
+ border-left: 0 solid #dcac6c
928
+ }
929
+
930
+ .edui-default .edui-toolbar .edui-state-active .edui-splitborder {
931
+ width: 0;
932
+ border-left: 1px solid gray
933
+ }
934
+
935
+ .edui-default .edui-toolbar .edui-state-opened .edui-splitborder {
936
+ width: 1px;
937
+ border: 0
938
+ }
939
+
940
+ .edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body {
941
+ background-color: #fff5d4;
942
+ border: 1px solid #dcac6c;
943
+ padding: 0
944
+ }
945
+
946
+ .edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body {
947
+ background-color: #ffe69f;
948
+ border: 1px solid #dcac6c;
949
+ padding: 0
950
+ }
951
+
952
+ .edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body {
953
+ background-color: #fff;
954
+ border: 1px solid gray;
955
+ padding: 0
956
+ }
957
+
958
+ .edui-default .edui-state-disabled .edui-arrow {
959
+ opacity: .3;
960
+ _filter: alpha(opacity=30)
961
+ }
962
+
963
+ .edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body {
964
+ background-color: white;
965
+ border: 1px solid gray;
966
+ padding: 0
967
+ }
968
+
969
+ .edui-default .edui-for-insertorderedlist .edui-bordereraser, .edui-default .edui-for-lineheight .edui-bordereraser, .edui-default .edui-for-rowspacingtop .edui-bordereraser, .edui-default .edui-for-rowspacingbottom .edui-bordereraser, .edui-default .edui-for-insertunorderedlist .edui-bordereraser {
970
+ background-color: white
971
+ }
972
+
973
+ .edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon, .edui-default .edui-for-lineheight .edui-popup-body .edui-icon, .edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon, .edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon, .edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon {
974
+ background-image: none
975
+ }
976
+
977
+ .edui-default .edui-popup {
978
+ z-index: 3000;
979
+ background-color: #fff;
980
+ width: auto;
981
+ height: auto
982
+ }
983
+
984
+ .edui-default .edui-popup .edui-shadow {
985
+ left: 0;
986
+ top: 0;
987
+ width: 100%;
988
+ height: 100%
989
+ }
990
+
991
+ .edui-default .edui-popup-content {
992
+ border: 1px solid #ccc;
993
+ border: 1px solid rgba(0, 0, 0, 0.2);
994
+ *border-right-width: 2px;
995
+ *border-bottom-width: 2px;
996
+ -webkit-border-radius: 6px;
997
+ -moz-border-radius: 6px;
998
+ border-radius: 6px;
999
+ -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1000
+ -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1001
+ box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1002
+ -webkit-background-clip: padding-box;
1003
+ -moz-background-clip: padding;
1004
+ background-clip: padding-box;
1005
+ padding: 5px;
1006
+ background: #fff
1007
+ }
1008
+
1009
+ .edui-default .edui-popup .edui-bordereraser {
1010
+ background-color: white;
1011
+ height: 3px
1012
+ }
1013
+
1014
+ .edui-default .edui-menu .edui-bordereraser {
1015
+ height: 3px
1016
+ }
1017
+
1018
+ .edui-default .edui-anchor-topleft .edui-bordereraser {
1019
+ left: 1px;
1020
+ top: -2px
1021
+ }
1022
+
1023
+ .edui-default .edui-anchor-topright .edui-bordereraser {
1024
+ right: 1px;
1025
+ top: -2px
1026
+ }
1027
+
1028
+ .edui-default .edui-anchor-bottomleft .edui-bordereraser {
1029
+ left: 0;
1030
+ bottom: -6px;
1031
+ height: 7px;
1032
+ border-left: 1px solid gray;
1033
+ border-right: 1px solid gray
1034
+ }
1035
+
1036
+ .edui-default .edui-anchor-bottomright .edui-bordereraser {
1037
+ right: 0;
1038
+ bottom: -6px;
1039
+ height: 7px;
1040
+ border-left: 1px solid gray;
1041
+ border-right: 1px solid gray
1042
+ }
1043
+
1044
+ .edui-popup div {
1045
+ width: auto;
1046
+ height: auto
1047
+ }
1048
+
1049
+ .edui-default .edui-editor-messageholder {
1050
+ display: block;
1051
+ width: 150px;
1052
+ height: auto;
1053
+ border: 0;
1054
+ margin: 0;
1055
+ padding: 0;
1056
+ position: absolute;
1057
+ top: 28px;
1058
+ right: 3px
1059
+ }
1060
+
1061
+ .edui-default .edui-message {
1062
+ min-height: 10px;
1063
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1064
+ padding: 0;
1065
+ margin-bottom: 3px;
1066
+ position: relative
1067
+ }
1068
+
1069
+ .edui-default .edui-message-body {
1070
+ border-radius: 3px;
1071
+ padding: 8px 15px 8px 8px;
1072
+ color: #c09853;
1073
+ background-color: #fcf8e3;
1074
+ border: 1px solid #fbeed5
1075
+ }
1076
+
1077
+ .edui-default .edui-message-type-info {
1078
+ color: #3a87ad;
1079
+ background-color: #d9edf7;
1080
+ border-color: #bce8f1
1081
+ }
1082
+
1083
+ .edui-default .edui-message-type-success {
1084
+ color: #468847;
1085
+ background-color: #dff0d8;
1086
+ border-color: #d6e9c6
1087
+ }
1088
+
1089
+ .edui-default .edui-message-type-danger, .edui-default .edui-message-type-error {
1090
+ color: #b94a48;
1091
+ background-color: #f2dede;
1092
+ border-color: #eed3d7
1093
+ }
1094
+
1095
+ .edui-default .edui-message .edui-message-closer {
1096
+ display: block;
1097
+ width: 16px;
1098
+ height: 16px;
1099
+ line-height: 16px;
1100
+ position: absolute;
1101
+ top: 0;
1102
+ right: 0;
1103
+ padding: 0;
1104
+ cursor: pointer;
1105
+ background: transparent;
1106
+ border: 0;
1107
+ float: right;
1108
+ font-size: 20px;
1109
+ font-weight: bold;
1110
+ color: #999;
1111
+ text-shadow: 0 1px 0 #fff;
1112
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
1113
+ }
1114
+
1115
+ .edui-default .edui-message .edui-message-content {
1116
+ font-size: 10pt;
1117
+ word-wrap: break-word;
1118
+ word-break: normal
1119
+ }
1120
+
1121
+ .edui-default .edui-dialog {
1122
+ z-index: 2000;
1123
+ position: absolute
1124
+ }
1125
+
1126
+ .edui-dialog div {
1127
+ width: auto
1128
+ }
1129
+
1130
+ .edui-default .edui-dialog-wrap {
1131
+ margin-right: 6px;
1132
+ margin-bottom: 6px
1133
+ }
1134
+
1135
+ .edui-default .edui-dialog-fullscreen-flag {
1136
+ margin-right: 0;
1137
+ margin-bottom: 0
1138
+ }
1139
+
1140
+ .edui-default .edui-dialog-body {
1141
+ position: relative;
1142
+ padding: 2px 0 0 2px;
1143
+ _zoom: 1
1144
+ }
1145
+
1146
+ .edui-default .edui-dialog-fullscreen-flag .edui-dialog-body {
1147
+ padding: 0
1148
+ }
1149
+
1150
+ .edui-default .edui-dialog-shadow {
1151
+ position: absolute;
1152
+ z-index: -1;
1153
+ left: 0;
1154
+ top: 0;
1155
+ width: 100%;
1156
+ height: 100%;
1157
+ background-color: #fff;
1158
+ border: 1px solid #ccc;
1159
+ border: 1px solid rgba(0, 0, 0, 0.2);
1160
+ *border-right-width: 2px;
1161
+ *border-bottom-width: 2px;
1162
+ -webkit-border-radius: 6px;
1163
+ -moz-border-radius: 6px;
1164
+ border-radius: 6px;
1165
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1166
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1167
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1168
+ -webkit-background-clip: padding-box;
1169
+ -moz-background-clip: padding;
1170
+ background-clip: padding-box
1171
+ }
1172
+
1173
+ .edui-default .edui-dialog-foot {
1174
+ background-color: white
1175
+ }
1176
+
1177
+ .edui-default .edui-dialog-titlebar {
1178
+ height: 26px;
1179
+ border-bottom: 1px solid #c6c6c6;
1180
+ background: url("../../../../../../../assets/NHUeditor/images/dialog-title-bg.png") repeat-x bottom;
1181
+ position: relative;
1182
+ cursor: move
1183
+ }
1184
+
1185
+ .edui-default .edui-dialog-caption {
1186
+ font-weight: bold;
1187
+ font-size: 12px;
1188
+ line-height: 26px;
1189
+ padding-left: 5px
1190
+ }
1191
+
1192
+ .edui-default .edui-dialog-draghandle {
1193
+ height: 26px
1194
+ }
1195
+
1196
+ .edui-default .edui-dialog-closebutton {
1197
+ position: absolute !important;
1198
+ right: 5px;
1199
+ top: 3px
1200
+ }
1201
+
1202
+ .edui-default .edui-dialog-closebutton .edui-button-body {
1203
+ height: 20px;
1204
+ width: 20px;
1205
+ cursor: pointer;
1206
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 0 -59px
1207
+ }
1208
+
1209
+ .edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body {
1210
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 0 -89px
1211
+ }
1212
+
1213
+ .edui-default .edui-dialog-foot {
1214
+ height: 40px
1215
+ }
1216
+
1217
+ .edui-default .edui-dialog-buttons {
1218
+ position: absolute;
1219
+ right: 0
1220
+ }
1221
+
1222
+ .edui-default .edui-dialog-buttons .edui-button {
1223
+ margin-right: 10px
1224
+ }
1225
+
1226
+ .edui-default .edui-dialog-buttons .edui-button .edui-button-body {
1227
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat;
1228
+ height: 24px;
1229
+ width: 96px;
1230
+ font-size: 12px;
1231
+ line-height: 24px;
1232
+ text-align: center;
1233
+ cursor: default
1234
+ }
1235
+
1236
+ .edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body {
1237
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 0 -30px
1238
+ }
1239
+
1240
+ .edui-default .edui-dialog iframe {
1241
+ border: 0;
1242
+ padding: 0;
1243
+ margin: 0;
1244
+ vertical-align: top
1245
+ }
1246
+
1247
+ .edui-default .edui-dialog-modalmask {
1248
+ opacity: .3;
1249
+ filter: alpha(opacity=30);
1250
+ background-color: #ccc;
1251
+ position: absolute
1252
+ }
1253
+
1254
+ .edui-default .edui-dialog-dragmask {
1255
+ position: absolute;
1256
+ background-color: transparent;
1257
+ cursor: move
1258
+ }
1259
+
1260
+ .edui-default .edui-dialog-content {
1261
+ position: relative
1262
+ }
1263
+
1264
+ .edui-default .dialogcontmask {
1265
+ cursor: move;
1266
+ visibility: hidden;
1267
+ display: block;
1268
+ position: absolute;
1269
+ width: 100%;
1270
+ height: 100%;
1271
+ opacity: 0;
1272
+ filter: alpha(opacity=0)
1273
+ }
1274
+
1275
+ .edui-default .edui-for-link .edui-dialog-content {
1276
+ width: 420px;
1277
+ height: 200px;
1278
+ overflow: hidden
1279
+ }
1280
+
1281
+ .edui-default .edui-for-background .edui-dialog-content {
1282
+ width: 440px;
1283
+ height: 280px;
1284
+ overflow: hidden
1285
+ }
1286
+
1287
+ .edui-default .edui-for-template .edui-dialog-content {
1288
+ width: 630px;
1289
+ height: 390px;
1290
+ overflow: hidden
1291
+ }
1292
+
1293
+ .edui-default .edui-for-scrawl .edui-dialog-content {
1294
+ width: 515px;
1295
+ *width: 506px;
1296
+ height: 360px
1297
+ }
1298
+
1299
+ .edui-default .edui-for-spechars .edui-dialog-content {
1300
+ width: 620px;
1301
+ height: 500px;
1302
+ *width: 630px;
1303
+ *height: 570px
1304
+ }
1305
+
1306
+ .edui-default .edui-for-insertimage .edui-dialog-content {
1307
+ width: 650px;
1308
+ height: 400px;
1309
+ overflow: hidden
1310
+ }
1311
+
1312
+ .edui-default .edui-for-webapp .edui-dialog-content {
1313
+ width: 560px;
1314
+ _width: 565px;
1315
+ height: 450px;
1316
+ overflow: hidden
1317
+ }
1318
+
1319
+ .edui-default .edui-for-insertframe .edui-dialog-content {
1320
+ width: 350px;
1321
+ height: 200px;
1322
+ overflow: hidden
1323
+ }
1324
+
1325
+ .edui-default .edui-for-wordimage .edui-dialog-content {
1326
+ width: 620px;
1327
+ height: 380px;
1328
+ overflow: hidden
1329
+ }
1330
+
1331
+ .edui-default .edui-for-attachment .edui-dialog-content {
1332
+ width: 650px;
1333
+ height: 400px;
1334
+ overflow: hidden
1335
+ }
1336
+
1337
+ .edui-default .edui-for-map .edui-dialog-content {
1338
+ width: 550px;
1339
+ height: 400px
1340
+ }
1341
+
1342
+ .edui-default .edui-for-gmap .edui-dialog-content {
1343
+ width: 550px;
1344
+ height: 400px
1345
+ }
1346
+
1347
+ .edui-default .edui-for-insertvideo .edui-dialog-content {
1348
+ width: 590px;
1349
+ height: 390px
1350
+ }
1351
+
1352
+ .edui-default .edui-for-anchor .edui-dialog-content {
1353
+ width: 320px;
1354
+ height: 60px;
1355
+ overflow: hidden
1356
+ }
1357
+
1358
+ .edui-default .edui-for-searchreplace .edui-dialog-content {
1359
+ width: 400px;
1360
+ height: 220px
1361
+ }
1362
+
1363
+ .edui-default .edui-for-help .edui-dialog-content {
1364
+ width: 400px;
1365
+ height: 420px
1366
+ }
1367
+
1368
+ .edui-default .edui-for-edittable .edui-dialog-content {
1369
+ width: 540px;
1370
+ _width: 590px;
1371
+ height: 335px
1372
+ }
1373
+
1374
+ .edui-default .edui-for-edittip .edui-dialog-content {
1375
+ width: 225px;
1376
+ height: 60px
1377
+ }
1378
+
1379
+ .edui-default .edui-for-edittd .edui-dialog-content {
1380
+ width: 240px;
1381
+ height: 50px
1382
+ }
1383
+
1384
+ .edui-default .edui-for-snapscreen .edui-dialog-content {
1385
+ width: 400px;
1386
+ height: 220px
1387
+ }
1388
+
1389
+ .edui-default .edui-for-music .edui-dialog-content {
1390
+ width: 515px;
1391
+ height: 360px
1392
+ }
1393
+
1394
+ .edui-default .edui-for-paragraph .edui-listitem-label {
1395
+ font-family: Tahoma, Verdana, Arial, Helvetica
1396
+ }
1397
+
1398
+ .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p {
1399
+ font-size: 22px;
1400
+ line-height: 27px
1401
+ }
1402
+
1403
+ .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
1404
+ font-weight: bolder;
1405
+ font-size: 32px;
1406
+ line-height: 36px
1407
+ }
1408
+
1409
+ .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
1410
+ font-weight: bolder;
1411
+ font-size: 27px;
1412
+ line-height: 29px
1413
+ }
1414
+
1415
+ .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
1416
+ font-weight: bolder;
1417
+ font-size: 19px;
1418
+ line-height: 23px
1419
+ }
1420
+
1421
+ .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
1422
+ font-weight: bolder;
1423
+ font-size: 16px;
1424
+ line-height: 19px
1425
+ }
1426
+
1427
+ .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
1428
+ font-weight: bolder;
1429
+ font-size: 13px;
1430
+ line-height: 16px
1431
+ }
1432
+
1433
+ .edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
1434
+ font-weight: bolder;
1435
+ font-size: 12px;
1436
+ line-height: 14px
1437
+ }
1438
+
1439
+ .edui-default .edui-for-inserttable .edui-splitborder {
1440
+ display: none
1441
+ }
1442
+
1443
+ .edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
1444
+ width: 0
1445
+ }
1446
+
1447
+ .edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder {
1448
+ border-left: 1px solid transparent
1449
+ }
1450
+
1451
+ .edui-default .edui-tablepicker .edui-infoarea {
1452
+ height: 14px;
1453
+ line-height: 14px;
1454
+ font-size: 12px;
1455
+ width: 220px;
1456
+ margin-bottom: 3px;
1457
+ clear: both
1458
+ }
1459
+
1460
+ .edui-default .edui-tablepicker .edui-infoarea .edui-label {
1461
+ float: left
1462
+ }
1463
+
1464
+ .edui-default .edui-dialog-buttons .edui-label {
1465
+ line-height: 24px
1466
+ }
1467
+
1468
+ .edui-default .edui-tablepicker .edui-infoarea .edui-clickable {
1469
+ float: right
1470
+ }
1471
+
1472
+ .edui-default .edui-tablepicker .edui-pickarea {
1473
+ background: url("../../../../../../../assets/NHUeditor/images/unhighlighted.gif") repeat;
1474
+ height: 220px;
1475
+ width: 220px
1476
+ }
1477
+
1478
+ .edui-default .edui-tablepicker .edui-pickarea .edui-overlay {
1479
+ background: url("../../../../../../../assets/NHUeditor/images/highlighted.gif") repeat
1480
+ }
1481
+
1482
+ .edui-default .edui-colorpicker-topbar {
1483
+ height: 27px;
1484
+ width: 200px
1485
+ }
1486
+
1487
+ .edui-default .edui-colorpicker-preview {
1488
+ height: 20px;
1489
+ border: 1px inset black;
1490
+ margin-left: 1px;
1491
+ width: 128px;
1492
+ float: left
1493
+ }
1494
+
1495
+ .edui-default .edui-colorpicker-nocolor {
1496
+ float: right;
1497
+ margin-right: 1px;
1498
+ font-size: 12px;
1499
+ line-height: 14px;
1500
+ height: 14px;
1501
+ border: 1px solid #333;
1502
+ padding: 3px 5px;
1503
+ cursor: pointer
1504
+ }
1505
+
1506
+ .edui-default .edui-colorpicker-tablefirstrow {
1507
+ height: 30px
1508
+ }
1509
+
1510
+ .edui-default .edui-colorpicker-colorcell {
1511
+ width: 14px;
1512
+ height: 14px;
1513
+ display: block;
1514
+ margin: 0;
1515
+ cursor: pointer
1516
+ }
1517
+
1518
+ .edui-default .edui-colorpicker-colorcell:hover {
1519
+ width: 14px;
1520
+ height: 14px;
1521
+ margin: 0
1522
+ }
1523
+
1524
+ .edui-default .edui-colorpicker-advbtn {
1525
+ display: block;
1526
+ text-align: center;
1527
+ cursor: pointer;
1528
+ height: 20px
1529
+ }
1530
+
1531
+ .arrow_down {
1532
+ background: white url('../../../../../../../assets/NHUeditor/images/arrow_down.png') no-repeat center
1533
+ }
1534
+
1535
+ .arrow_up {
1536
+ background: white url('../../../../../../../assets/NHUeditor/images/arrow_up.png') no-repeat center
1537
+ }
1538
+
1539
+ .edui-colorpicker-adv {
1540
+ position: relative;
1541
+ overflow: hidden;
1542
+ height: 180px;
1543
+ display: none
1544
+ }
1545
+
1546
+ .edui-colorpicker-plant, .edui-colorpicker-hue {
1547
+ border: solid 1px #666
1548
+ }
1549
+
1550
+ .edui-colorpicker-pad {
1551
+ width: 150px;
1552
+ height: 150px;
1553
+ left: 14px;
1554
+ top: 13px;
1555
+ position: absolute;
1556
+ background: red;
1557
+ overflow: hidden;
1558
+ cursor: crosshair
1559
+ }
1560
+
1561
+ .edui-colorpicker-cover {
1562
+ position: absolute;
1563
+ top: 0;
1564
+ left: 0;
1565
+ width: 150px;
1566
+ height: 150px;
1567
+ background: url("../../../../../../../assets/NHUeditor/images/tangram-colorpicker.png") -160px -200px
1568
+ }
1569
+
1570
+ .edui-colorpicker-padDot {
1571
+ position: absolute;
1572
+ top: 0;
1573
+ left: 0;
1574
+ width: 11px;
1575
+ height: 11px;
1576
+ overflow: hidden;
1577
+ background: url("../../../../../../../assets/NHUeditor/images/tangram-colorpicker.png") 0 -200px repeat-x;
1578
+ z-index: 1000
1579
+ }
1580
+
1581
+ .edui-colorpicker-sliderMain {
1582
+ position: absolute;
1583
+ left: 171px;
1584
+ top: 13px;
1585
+ width: 19px;
1586
+ height: 152px;
1587
+ background: url("../../../../../../../assets/NHUeditor/images/tangram-colorpicker.png") -179px -12px no-repeat
1588
+ }
1589
+
1590
+ .edui-colorpicker-slider {
1591
+ width: 100%;
1592
+ height: 100%;
1593
+ cursor: pointer
1594
+ }
1595
+
1596
+ .edui-colorpicker-thumb {
1597
+ position: absolute;
1598
+ top: 0;
1599
+ cursor: pointer;
1600
+ height: 3px;
1601
+ left: -1px;
1602
+ right: -1px;
1603
+ border: 1px solid black;
1604
+ background: white;
1605
+ opacity: .8
1606
+ }
1607
+
1608
+ .edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body {
1609
+ font-size: 12px;
1610
+ margin-bottom: 3px;
1611
+ clear: both
1612
+ }
1613
+
1614
+ .edui-default .edui-autotypesetpicker-body table {
1615
+ border-collapse: separate;
1616
+ border-spacing: 2px
1617
+ }
1618
+
1619
+ .edui-default .edui-autotypesetpicker-body td {
1620
+ font-size: 12px;
1621
+ word-wrap: break-word
1622
+ }
1623
+
1624
+ .edui-default .edui-autotypesetpicker-body td input {
1625
+ margin: 3px 3px 3px 4px;
1626
+ *margin: 1px 0 0 0
1627
+ }
1628
+
1629
+ .edui-default .edui-cellalignpicker .edui-cellalignpicker-body {
1630
+ width: 70px;
1631
+ font-size: 12px;
1632
+ cursor: default
1633
+ }
1634
+
1635
+ .edui-default .edui-cellalignpicker-body table {
1636
+ border-collapse: separate;
1637
+ border-spacing: 0
1638
+ }
1639
+
1640
+ .edui-default .edui-cellalignpicker-body td {
1641
+ padding: 1px
1642
+ }
1643
+
1644
+ .edui-default .edui-cellalignpicker-body .edui-icon {
1645
+ height: 20px;
1646
+ width: 20px;
1647
+ padding: 1px;
1648
+ background-image: url("../../../../../../../assets/NHUeditor/images/table-cell-align.png")
1649
+ }
1650
+
1651
+ .edui-default .edui-cellalignpicker-body .edui-left {
1652
+ background-position: 0 0
1653
+ }
1654
+
1655
+ .edui-default .edui-cellalignpicker-body .edui-center {
1656
+ background-position: -25px 0
1657
+ }
1658
+
1659
+ .edui-default .edui-cellalignpicker-body .edui-right {
1660
+ background-position: -51px 0
1661
+ }
1662
+
1663
+ .edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left {
1664
+ background-position: -73px 0
1665
+ }
1666
+
1667
+ .edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center {
1668
+ background-position: -98px 0
1669
+ }
1670
+
1671
+ .edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right {
1672
+ background-position: -124px 0
1673
+ }
1674
+
1675
+ .edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
1676
+ background-position: -146px 0;
1677
+ background-color: #f1f4f5
1678
+ }
1679
+
1680
+ .edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
1681
+ background-position: -245px 0
1682
+ }
1683
+
1684
+ .edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
1685
+ background-position: -271px 0
1686
+ }
1687
+
1688
+ .edui-default .edui-toolbar .edui-separator {
1689
+ width: 2px;
1690
+ height: 20px;
1691
+ margin: 2px 4px 2px 3px;
1692
+ background: url("../../../../../../../assets/NHUeditor/images/icons.png") -181px 0;
1693
+ background: url("../../../../../../../assets/NHUeditor/images/icons.gif") -181px 0 \9
1694
+ }
1695
+
1696
+ .edui-default .edui-toolbar .edui-colorbutton .edui-colorlump {
1697
+ position: absolute;
1698
+ overflow: hidden;
1699
+ bottom: 1px;
1700
+ left: 1px;
1701
+ width: 18px;
1702
+ height: 4px
1703
+ }
1704
+
1705
+ .edui-default .edui-for-emotion .edui-icon {
1706
+ background-position: -60px -20px
1707
+ }
1708
+
1709
+ .edui-default .edui-for-emotion .edui-popup-content iframe {
1710
+ width: 514px;
1711
+ height: 380px;
1712
+ overflow: hidden
1713
+ }
1714
+
1715
+ .edui-default .edui-for-emotion .edui-popup-content {
1716
+ position: relative;
1717
+ z-index: 555
1718
+ }
1719
+
1720
+ .edui-default .edui-for-emotion .edui-splitborder {
1721
+ display: none
1722
+ }
1723
+
1724
+ .edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow {
1725
+ width: 0
1726
+ }
1727
+
1728
+ .edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder {
1729
+ border-left: 1px solid transparent
1730
+ }
1731
+
1732
+ .edui-default .edui-hassubmenu .edui-arrow {
1733
+ height: 20px;
1734
+ width: 20px;
1735
+ float: right;
1736
+ background: url("../../../../../../../assets/NHUeditor/images/icons-all.gif") no-repeat 10px -233px
1737
+ }
1738
+
1739
+ .edui-default .edui-menu-body .edui-menuitem {
1740
+ padding: 1px
1741
+ }
1742
+
1743
+ .edui-default .edui-menuseparator {
1744
+ margin: 2px 0;
1745
+ height: 1px;
1746
+ overflow: hidden
1747
+ }
1748
+
1749
+ .edui-default .edui-menuseparator-inner {
1750
+ border-bottom: 1px solid #e2e3e3;
1751
+ margin-left: 29px;
1752
+ margin-right: 1px
1753
+ }
1754
+
1755
+ .edui-default .edui-menu-body .edui-state-hover {
1756
+ padding: 0 !important;
1757
+ background-color: #fff5d4;
1758
+ border: 1px solid #dcac6c
1759
+ }
1760
+
1761
+ .edui-default .edui-shortcutmenu {
1762
+ padding: 2px;
1763
+ width: 190px;
1764
+ height: 50px;
1765
+ background-color: #fff;
1766
+ border: 1px solid #ccc;
1767
+ border-radius: 5px
1768
+ }
1769
+
1770
+ .edui-default .edui-wordpastepop .edui-popup-content {
1771
+ border: 0;
1772
+ padding: 0;
1773
+ width: 54px;
1774
+ height: 21px
1775
+ }
1776
+
1777
+ .edui-default .edui-pasteicon {
1778
+ width: 100%;
1779
+ height: 100%;
1780
+ background-image: url('../../../../../../../assets/NHUeditor/images/wordpaste.png');
1781
+ background-position: 0 0
1782
+ }
1783
+
1784
+ .edui-default .edui-pasteicon.edui-state-opened {
1785
+ background-position: 0 -34px
1786
+ }
1787
+
1788
+ .edui-default .edui-pastecontainer {
1789
+ position: relative;
1790
+ visibility: hidden;
1791
+ width: 97px;
1792
+ background: #fff;
1793
+ border: 1px solid #ccc
1794
+ }
1795
+
1796
+ .edui-default .edui-pastecontainer .edui-title {
1797
+ font-weight: bold;
1798
+ background: #f8f8ff;
1799
+ height: 25px;
1800
+ line-height: 25px;
1801
+ font-size: 12px;
1802
+ padding-left: 5px
1803
+ }
1804
+
1805
+ .edui-default .edui-pastecontainer .edui-button {
1806
+ overflow: hidden;
1807
+ margin: 3px 0
1808
+ }
1809
+
1810
+ .edui-default .edui-pastecontainer .edui-button .edui-richtxticon, .edui-default .edui-pastecontainer .edui-button .edui-tagicon, .edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
1811
+ float: left;
1812
+ cursor: pointer;
1813
+ width: 29px;
1814
+ height: 29px;
1815
+ margin-left: 5px;
1816
+ background-image: url('../../../../../../../assets/NHUeditor/images/wordpaste.png');
1817
+ background-repeat: no-repeat
1818
+ }
1819
+
1820
+ .edui-default .edui-pastecontainer .edui-button .edui-richtxticon {
1821
+ margin-left: 0;
1822
+ background-position: -109px 0
1823
+ }
1824
+
1825
+ .edui-default .edui-pastecontainer .edui-button .edui-tagicon {
1826
+ background-position: -148px 1px
1827
+ }
1828
+
1829
+ .edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
1830
+ background-position: -72px 0
1831
+ }
1832
+
1833
+ .edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
1834
+ background-position: -109px -34px
1835
+ }
1836
+
1837
+ .edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon {
1838
+ background-position: -148px -34px
1839
+ }
1840
+
1841
+ .edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon {
1842
+ background-position: -72px -34px
1843
+ }