rails_kindeditor 0.4.5 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +26 -0
- data/lib/generators/rails_kindeditor/install/templates/rails_kindeditor.rb +10 -0
- data/lib/rails_kindeditor.rb +9 -3
- data/lib/rails_kindeditor/helper.rb +3 -1
- data/lib/rails_kindeditor/version.rb +1 -1
- data/vendor/assets/javascripts/kindeditor/kindeditor.js +3950 -11
- data/vendor/assets/javascripts/kindeditor/lang/ar.js +9 -0
- data/vendor/assets/javascripts/kindeditor/lang/en.js +9 -0
- data/vendor/assets/javascripts/kindeditor/lang/ko.js +246 -237
- data/vendor/assets/javascripts/kindeditor/lang/ru.js +242 -0
- data/vendor/assets/javascripts/kindeditor/lang/{zh_CN.js → zh-CN.js} +3 -1
- data/vendor/assets/javascripts/kindeditor/lang/{zh_TW.js → zh-TW.js} +243 -235
- data/vendor/assets/javascripts/kindeditor/plugins/anchor/anchor.js +46 -46
- data/vendor/assets/javascripts/kindeditor/plugins/autoheight/autoheight.js +54 -54
- data/vendor/assets/javascripts/kindeditor/plugins/baidumap/baidumap.js +93 -93
- data/vendor/assets/javascripts/kindeditor/plugins/baidumap/index.html +82 -82
- data/vendor/assets/javascripts/kindeditor/plugins/baidumap/map.html +43 -43
- data/vendor/assets/javascripts/kindeditor/plugins/code/prettify.css +13 -13
- data/vendor/assets/javascripts/kindeditor/plugins/code/prettify.js +28 -28
- data/vendor/assets/javascripts/kindeditor/plugins/fixtoolbar/fixtoolbar.js +35 -0
- data/vendor/assets/javascripts/kindeditor/plugins/map/map.html +1 -1
- data/vendor/assets/javascripts/kindeditor/plugins/multiimage/images/{select-files-zh_CN.png → select-files-zh-CN.png} +0 -0
- data/vendor/assets/javascripts/kindeditor/plugins/multiimage/multiimage.js +1384 -1384
- data/vendor/assets/javascripts/kindeditor/plugins/template/html/1.html +13 -13
- data/vendor/assets/javascripts/kindeditor/plugins/template/html/2.html +41 -41
- data/vendor/assets/javascripts/kindeditor/plugins/template/html/3.html +35 -35
- data/vendor/assets/javascripts/kindeditor/themes/default/background.png +0 -0
- data/vendor/assets/javascripts/kindeditor/themes/default/default.css +1147 -1149
- data/vendor/assets/javascripts/kindeditor/themes/qq/qq.css +143 -143
- data/vendor/assets/javascripts/kindeditor/themes/simple/simple.css +100 -100
- metadata +15 -14
@@ -1,14 +1,14 @@
|
|
1
|
-
<!doctype html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
</head>
|
6
|
-
<body>
|
7
|
-
<h3>
|
8
|
-
<img align="left" height="100" style="margin-right: 10px" width="100" />在此处输入标题
|
9
|
-
</h3>
|
10
|
-
<p>
|
11
|
-
在此处输入内容
|
12
|
-
</p>
|
13
|
-
</body>
|
1
|
+
<!doctype html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8" />
|
5
|
+
</head>
|
6
|
+
<body>
|
7
|
+
<h3>
|
8
|
+
<img align="left" height="100" style="margin-right: 10px" width="100" />在此处输入标题
|
9
|
+
</h3>
|
10
|
+
<p>
|
11
|
+
在此处输入内容
|
12
|
+
</p>
|
13
|
+
</body>
|
14
14
|
</html>
|
@@ -1,42 +1,42 @@
|
|
1
|
-
<!doctype html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
</head>
|
6
|
-
<body>
|
7
|
-
<h3>
|
8
|
-
标题
|
9
|
-
</h3>
|
10
|
-
<table style="width:100%;" cellpadding="2" cellspacing="0" border="1">
|
11
|
-
<tbody>
|
12
|
-
<tr>
|
13
|
-
<td>
|
14
|
-
<h3>标题1</h3>
|
15
|
-
</td>
|
16
|
-
<td>
|
17
|
-
<h3>标题1</h3>
|
18
|
-
</td>
|
19
|
-
</tr>
|
20
|
-
<tr>
|
21
|
-
<td>
|
22
|
-
内容1
|
23
|
-
</td>
|
24
|
-
<td>
|
25
|
-
内容2
|
26
|
-
</td>
|
27
|
-
</tr>
|
28
|
-
<tr>
|
29
|
-
<td>
|
30
|
-
内容3
|
31
|
-
</td>
|
32
|
-
<td>
|
33
|
-
内容4
|
34
|
-
</td>
|
35
|
-
</tr>
|
36
|
-
</tbody>
|
37
|
-
</table>
|
38
|
-
<p>
|
39
|
-
表格说明
|
40
|
-
</p>
|
41
|
-
</body>
|
1
|
+
<!doctype html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8" />
|
5
|
+
</head>
|
6
|
+
<body>
|
7
|
+
<h3>
|
8
|
+
标题
|
9
|
+
</h3>
|
10
|
+
<table style="width:100%;" cellpadding="2" cellspacing="0" border="1">
|
11
|
+
<tbody>
|
12
|
+
<tr>
|
13
|
+
<td>
|
14
|
+
<h3>标题1</h3>
|
15
|
+
</td>
|
16
|
+
<td>
|
17
|
+
<h3>标题1</h3>
|
18
|
+
</td>
|
19
|
+
</tr>
|
20
|
+
<tr>
|
21
|
+
<td>
|
22
|
+
内容1
|
23
|
+
</td>
|
24
|
+
<td>
|
25
|
+
内容2
|
26
|
+
</td>
|
27
|
+
</tr>
|
28
|
+
<tr>
|
29
|
+
<td>
|
30
|
+
内容3
|
31
|
+
</td>
|
32
|
+
<td>
|
33
|
+
内容4
|
34
|
+
</td>
|
35
|
+
</tr>
|
36
|
+
</tbody>
|
37
|
+
</table>
|
38
|
+
<p>
|
39
|
+
表格说明
|
40
|
+
</p>
|
41
|
+
</body>
|
42
42
|
</html>
|
@@ -1,36 +1,36 @@
|
|
1
|
-
<!doctype html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
</head>
|
6
|
-
<body>
|
7
|
-
<p>
|
8
|
-
在此处输入内容
|
9
|
-
</p>
|
10
|
-
<ol>
|
11
|
-
<li>
|
12
|
-
描述1
|
13
|
-
</li>
|
14
|
-
<li>
|
15
|
-
描述2
|
16
|
-
</li>
|
17
|
-
<li>
|
18
|
-
描述3
|
19
|
-
</li>
|
20
|
-
</ol>
|
21
|
-
<p>
|
22
|
-
在此处输入内容
|
23
|
-
</p>
|
24
|
-
<ul>
|
25
|
-
<li>
|
26
|
-
描述1
|
27
|
-
</li>
|
28
|
-
<li>
|
29
|
-
描述2
|
30
|
-
</li>
|
31
|
-
<li>
|
32
|
-
描述3
|
33
|
-
</li>
|
34
|
-
</ul>
|
35
|
-
</body>
|
1
|
+
<!doctype html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8" />
|
5
|
+
</head>
|
6
|
+
<body>
|
7
|
+
<p>
|
8
|
+
在此处输入内容
|
9
|
+
</p>
|
10
|
+
<ol>
|
11
|
+
<li>
|
12
|
+
描述1
|
13
|
+
</li>
|
14
|
+
<li>
|
15
|
+
描述2
|
16
|
+
</li>
|
17
|
+
<li>
|
18
|
+
描述3
|
19
|
+
</li>
|
20
|
+
</ol>
|
21
|
+
<p>
|
22
|
+
在此处输入内容
|
23
|
+
</p>
|
24
|
+
<ul>
|
25
|
+
<li>
|
26
|
+
描述1
|
27
|
+
</li>
|
28
|
+
<li>
|
29
|
+
描述2
|
30
|
+
</li>
|
31
|
+
<li>
|
32
|
+
描述3
|
33
|
+
</li>
|
34
|
+
</ul>
|
35
|
+
</body>
|
36
36
|
</html>
|
Binary file
|
@@ -1,1149 +1,1147 @@
|
|
1
|
-
/* common */
|
2
|
-
.ke-inline-block {
|
3
|
-
display: -moz-inline-stack;
|
4
|
-
display: inline-block;
|
5
|
-
vertical-align: middle;
|
6
|
-
zoom: 1;
|
7
|
-
*display: inline;
|
8
|
-
}
|
9
|
-
.ke-clearfix {
|
10
|
-
zoom: 1;
|
11
|
-
}
|
12
|
-
.ke-clearfix:after {
|
13
|
-
content: ".";
|
14
|
-
display: block;
|
15
|
-
clear: both;
|
16
|
-
font-size: 0;
|
17
|
-
height: 0;
|
18
|
-
line-height: 0;
|
19
|
-
visibility: hidden;
|
20
|
-
}
|
21
|
-
.ke-shadow {
|
22
|
-
box-shadow: 1px 1px 3px #A0A0A0;
|
23
|
-
-moz-box-shadow: 1px 1px 3px #A0A0A0;
|
24
|
-
-webkit-box-shadow: 1px 1px 3px #A0A0A0;
|
25
|
-
filter: progid:DXImageTransform.Microsoft.Shadow(color='#A0A0A0', Direction=135, Strength=3);
|
26
|
-
background-color: #F0F0EE;
|
27
|
-
}
|
28
|
-
.ke-menu a,
|
29
|
-
.ke-menu a:hover,
|
30
|
-
.ke-dialog a,
|
31
|
-
.ke-dialog a:hover {
|
32
|
-
color: #337FE5;
|
33
|
-
text-decoration: none;
|
34
|
-
}
|
35
|
-
/* icons */
|
36
|
-
.ke-icon-source {
|
37
|
-
background-position: 0px 0px;
|
38
|
-
width: 16px;
|
39
|
-
height: 16px;
|
40
|
-
}
|
41
|
-
.ke-icon-preview {
|
42
|
-
background-position: 0px -16px;
|
43
|
-
width: 16px;
|
44
|
-
height: 16px;
|
45
|
-
}
|
46
|
-
.ke-icon-print {
|
47
|
-
background-position: 0px -32px;
|
48
|
-
width: 16px;
|
49
|
-
height: 16px;
|
50
|
-
}
|
51
|
-
.ke-icon-undo {
|
52
|
-
background-position: 0px -48px;
|
53
|
-
width: 16px;
|
54
|
-
height: 16px;
|
55
|
-
}
|
56
|
-
.ke-icon-redo {
|
57
|
-
background-position: 0px -64px;
|
58
|
-
width: 16px;
|
59
|
-
height: 16px;
|
60
|
-
}
|
61
|
-
.ke-icon-cut {
|
62
|
-
background-position: 0px -80px;
|
63
|
-
width: 16px;
|
64
|
-
height: 16px;
|
65
|
-
}
|
66
|
-
.ke-icon-copy {
|
67
|
-
background-position: 0px -96px;
|
68
|
-
width: 16px;
|
69
|
-
height: 16px;
|
70
|
-
}
|
71
|
-
.ke-icon-paste {
|
72
|
-
background-position: 0px -112px;
|
73
|
-
width: 16px;
|
74
|
-
height: 16px;
|
75
|
-
}
|
76
|
-
.ke-icon-selectall {
|
77
|
-
background-position: 0px -128px;
|
78
|
-
width: 16px;
|
79
|
-
height: 16px;
|
80
|
-
}
|
81
|
-
.ke-icon-justifyleft {
|
82
|
-
background-position: 0px -144px;
|
83
|
-
width: 16px;
|
84
|
-
height: 16px;
|
85
|
-
}
|
86
|
-
.ke-icon-justifycenter {
|
87
|
-
background-position: 0px -160px;
|
88
|
-
width: 16px;
|
89
|
-
height: 16px;
|
90
|
-
}
|
91
|
-
.ke-icon-justifyright {
|
92
|
-
background-position: 0px -176px;
|
93
|
-
width: 16px;
|
94
|
-
height: 16px;
|
95
|
-
}
|
96
|
-
.ke-icon-justifyfull {
|
97
|
-
background-position: 0px -192px;
|
98
|
-
width: 16px;
|
99
|
-
height: 16px;
|
100
|
-
}
|
101
|
-
.ke-icon-insertorderedlist {
|
102
|
-
background-position: 0px -208px;
|
103
|
-
width: 16px;
|
104
|
-
height: 16px;
|
105
|
-
}
|
106
|
-
.ke-icon-insertunorderedlist {
|
107
|
-
background-position: 0px -224px;
|
108
|
-
width: 16px;
|
109
|
-
height: 16px;
|
110
|
-
}
|
111
|
-
.ke-icon-indent {
|
112
|
-
background-position: 0px -240px;
|
113
|
-
width: 16px;
|
114
|
-
height: 16px;
|
115
|
-
}
|
116
|
-
.ke-icon-outdent {
|
117
|
-
background-position: 0px -256px;
|
118
|
-
width: 16px;
|
119
|
-
height: 16px;
|
120
|
-
}
|
121
|
-
.ke-icon-subscript {
|
122
|
-
background-position: 0px -272px;
|
123
|
-
width: 16px;
|
124
|
-
height: 16px;
|
125
|
-
}
|
126
|
-
.ke-icon-superscript {
|
127
|
-
background-position: 0px -288px;
|
128
|
-
width: 16px;
|
129
|
-
height: 16px;
|
130
|
-
}
|
131
|
-
.ke-icon-date {
|
132
|
-
background-position: 0px -304px;
|
133
|
-
width: 25px;
|
134
|
-
height: 16px;
|
135
|
-
}
|
136
|
-
.ke-icon-time {
|
137
|
-
background-position: 0px -320px;
|
138
|
-
width: 25px;
|
139
|
-
height: 16px;
|
140
|
-
}
|
141
|
-
.ke-icon-formatblock {
|
142
|
-
background-position: 0px -336px;
|
143
|
-
width: 25px;
|
144
|
-
height: 16px;
|
145
|
-
}
|
146
|
-
.ke-icon-fontname {
|
147
|
-
background-position: 0px -352px;
|
148
|
-
width: 21px;
|
149
|
-
height: 16px;
|
150
|
-
}
|
151
|
-
.ke-icon-fontsize {
|
152
|
-
background-position: 0px -368px;
|
153
|
-
width: 23px;
|
154
|
-
height: 16px;
|
155
|
-
}
|
156
|
-
.ke-icon-forecolor {
|
157
|
-
background-position: 0px -384px;
|
158
|
-
width: 20px;
|
159
|
-
height: 16px;
|
160
|
-
}
|
161
|
-
.ke-icon-hilitecolor {
|
162
|
-
background-position: 0px -400px;
|
163
|
-
width: 23px;
|
164
|
-
height: 16px;
|
165
|
-
}
|
166
|
-
.ke-icon-bold {
|
167
|
-
background-position: 0px -416px;
|
168
|
-
width: 16px;
|
169
|
-
height: 16px;
|
170
|
-
}
|
171
|
-
.ke-icon-italic {
|
172
|
-
background-position: 0px -432px;
|
173
|
-
width: 16px;
|
174
|
-
height: 16px;
|
175
|
-
}
|
176
|
-
.ke-icon-underline {
|
177
|
-
background-position: 0px -448px;
|
178
|
-
width: 16px;
|
179
|
-
height: 16px;
|
180
|
-
}
|
181
|
-
.ke-icon-strikethrough {
|
182
|
-
background-position: 0px -464px;
|
183
|
-
width: 16px;
|
184
|
-
height: 16px;
|
185
|
-
}
|
186
|
-
.ke-icon-removeformat {
|
187
|
-
background-position: 0px -480px;
|
188
|
-
width: 16px;
|
189
|
-
height: 16px;
|
190
|
-
}
|
191
|
-
.ke-icon-image {
|
192
|
-
background-position: 0px -496px;
|
193
|
-
width: 16px;
|
194
|
-
height: 16px;
|
195
|
-
}
|
196
|
-
.ke-icon-flash {
|
197
|
-
background-position: 0px -512px;
|
198
|
-
width: 16px;
|
199
|
-
height: 16px;
|
200
|
-
}
|
201
|
-
.ke-icon-media {
|
202
|
-
background-position: 0px -528px;
|
203
|
-
width: 16px;
|
204
|
-
height: 16px;
|
205
|
-
}
|
206
|
-
.ke-icon-div {
|
207
|
-
background-position: 0px -544px;
|
208
|
-
width: 16px;
|
209
|
-
height: 16px;
|
210
|
-
}
|
211
|
-
.ke-icon-formula {
|
212
|
-
background-position: 0px -576px;
|
213
|
-
width: 16px;
|
214
|
-
height: 16px;
|
215
|
-
}
|
216
|
-
.ke-icon-hr {
|
217
|
-
background-position: 0px -592px;
|
218
|
-
width: 16px;
|
219
|
-
height: 16px;
|
220
|
-
}
|
221
|
-
.ke-icon-emoticons {
|
222
|
-
background-position: 0px -608px;
|
223
|
-
width: 16px;
|
224
|
-
height: 16px;
|
225
|
-
}
|
226
|
-
.ke-icon-link {
|
227
|
-
background-position: 0px -624px;
|
228
|
-
width: 16px;
|
229
|
-
height: 16px;
|
230
|
-
}
|
231
|
-
.ke-icon-unlink {
|
232
|
-
background-position: 0px -640px;
|
233
|
-
width: 16px;
|
234
|
-
height: 16px;
|
235
|
-
}
|
236
|
-
.ke-icon-fullscreen {
|
237
|
-
background-position: 0px -656px;
|
238
|
-
width: 16px;
|
239
|
-
height: 16px;
|
240
|
-
}
|
241
|
-
.ke-icon-about {
|
242
|
-
background-position: 0px -672px;
|
243
|
-
width: 16px;
|
244
|
-
height: 16px;
|
245
|
-
}
|
246
|
-
.ke-icon-plainpaste {
|
247
|
-
background-position: 0px -704px;
|
248
|
-
width: 16px;
|
249
|
-
height: 16px;
|
250
|
-
}
|
251
|
-
.ke-icon-wordpaste {
|
252
|
-
background-position: 0px -720px;
|
253
|
-
width: 16px;
|
254
|
-
height: 16px;
|
255
|
-
}
|
256
|
-
.ke-icon-table {
|
257
|
-
background-position: 0px -784px;
|
258
|
-
width: 16px;
|
259
|
-
height: 16px;
|
260
|
-
}
|
261
|
-
.ke-icon-tablemenu {
|
262
|
-
background-position: 0px -768px;
|
263
|
-
width: 16px;
|
264
|
-
height: 16px;
|
265
|
-
}
|
266
|
-
.ke-icon-tableinsert {
|
267
|
-
background-position: 0px -784px;
|
268
|
-
width: 16px;
|
269
|
-
height: 16px;
|
270
|
-
}
|
271
|
-
.ke-icon-tabledelete {
|
272
|
-
background-position: 0px -800px;
|
273
|
-
width: 16px;
|
274
|
-
height: 16px;
|
275
|
-
}
|
276
|
-
.ke-icon-tablecolinsertleft {
|
277
|
-
background-position: 0px -816px;
|
278
|
-
width: 16px;
|
279
|
-
height: 16px;
|
280
|
-
}
|
281
|
-
.ke-icon-tablecolinsertright {
|
282
|
-
background-position: 0px -832px;
|
283
|
-
width: 16px;
|
284
|
-
height: 16px;
|
285
|
-
}
|
286
|
-
.ke-icon-tablerowinsertabove {
|
287
|
-
background-position: 0px -848px;
|
288
|
-
width: 16px;
|
289
|
-
height: 16px;
|
290
|
-
}
|
291
|
-
.ke-icon-tablerowinsertbelow {
|
292
|
-
background-position: 0px -864px;
|
293
|
-
width: 16px;
|
294
|
-
height: 16px;
|
295
|
-
}
|
296
|
-
.ke-icon-tablecoldelete {
|
297
|
-
background-position: 0px -880px;
|
298
|
-
width: 16px;
|
299
|
-
height: 16px;
|
300
|
-
}
|
301
|
-
.ke-icon-tablerowdelete {
|
302
|
-
background-position: 0px -896px;
|
303
|
-
width: 16px;
|
304
|
-
height: 16px;
|
305
|
-
}
|
306
|
-
.ke-icon-tablecellprop {
|
307
|
-
background-position: 0px -912px;
|
308
|
-
width: 16px;
|
309
|
-
height: 16px;
|
310
|
-
}
|
311
|
-
.ke-icon-tableprop {
|
312
|
-
background-position: 0px -928px;
|
313
|
-
width: 16px;
|
314
|
-
height: 16px;
|
315
|
-
}
|
316
|
-
.ke-icon-checked {
|
317
|
-
background-position: 0px -944px;
|
318
|
-
width: 16px;
|
319
|
-
height: 16px;
|
320
|
-
}
|
321
|
-
.ke-icon-code {
|
322
|
-
background-position: 0px -960px;
|
323
|
-
width: 16px;
|
324
|
-
height: 16px;
|
325
|
-
}
|
326
|
-
.ke-icon-map {
|
327
|
-
background-position: 0px -976px;
|
328
|
-
width: 16px;
|
329
|
-
height: 16px;
|
330
|
-
}
|
331
|
-
.ke-icon-baidumap {
|
332
|
-
background-position: 0px -976px;
|
333
|
-
width: 16px;
|
334
|
-
height: 16px;
|
335
|
-
}
|
336
|
-
.ke-icon-lineheight {
|
337
|
-
background-position: 0px -992px;
|
338
|
-
width: 16px;
|
339
|
-
height: 16px;
|
340
|
-
}
|
341
|
-
.ke-icon-clearhtml {
|
342
|
-
background-position: 0px -1008px;
|
343
|
-
width: 16px;
|
344
|
-
height: 16px;
|
345
|
-
}
|
346
|
-
.ke-icon-pagebreak {
|
347
|
-
background-position: 0px -1024px;
|
348
|
-
width: 16px;
|
349
|
-
height: 16px;
|
350
|
-
}
|
351
|
-
.ke-icon-insertfile {
|
352
|
-
background-position: 0px -1040px;
|
353
|
-
width: 16px;
|
354
|
-
height: 16px;
|
355
|
-
}
|
356
|
-
.ke-icon-quickformat {
|
357
|
-
background-position: 0px -1056px;
|
358
|
-
width: 16px;
|
359
|
-
height: 16px;
|
360
|
-
}
|
361
|
-
.ke-icon-template {
|
362
|
-
background-position: 0px -1072px;
|
363
|
-
width: 16px;
|
364
|
-
height: 16px;
|
365
|
-
}
|
366
|
-
.ke-icon-tablecellsplit {
|
367
|
-
background-position: 0px -1088px;
|
368
|
-
width: 16px;
|
369
|
-
height: 16px;
|
370
|
-
}
|
371
|
-
.ke-icon-tablerowmerge {
|
372
|
-
background-position: 0px -1104px;
|
373
|
-
width: 16px;
|
374
|
-
height: 16px;
|
375
|
-
}
|
376
|
-
.ke-icon-tablerowsplit {
|
377
|
-
background-position: 0px -1120px;
|
378
|
-
width: 16px;
|
379
|
-
height: 16px;
|
380
|
-
}
|
381
|
-
.ke-icon-tablecolmerge {
|
382
|
-
background-position: 0px -1136px;
|
383
|
-
width: 16px;
|
384
|
-
height: 16px;
|
385
|
-
}
|
386
|
-
.ke-icon-tablecolsplit {
|
387
|
-
background-position: 0px -1152px;
|
388
|
-
width: 16px;
|
389
|
-
height: 16px;
|
390
|
-
}
|
391
|
-
.ke-icon-anchor {
|
392
|
-
background-position: 0px -1168px;
|
393
|
-
width: 16px;
|
394
|
-
height: 16px;
|
395
|
-
}
|
396
|
-
.ke-icon-search {
|
397
|
-
background-position: 0px -1184px;
|
398
|
-
width: 16px;
|
399
|
-
height: 16px;
|
400
|
-
}
|
401
|
-
.ke-icon-new {
|
402
|
-
background-position: 0px -1200px;
|
403
|
-
width: 16px;
|
404
|
-
height: 16px;
|
405
|
-
}
|
406
|
-
.ke-icon-specialchar {
|
407
|
-
background-position: 0px -1216px;
|
408
|
-
width: 16px;
|
409
|
-
height: 16px;
|
410
|
-
}
|
411
|
-
.ke-icon-multiimage {
|
412
|
-
background-position: 0px -1232px;
|
413
|
-
width: 16px;
|
414
|
-
height: 16px;
|
415
|
-
}
|
416
|
-
/* container */
|
417
|
-
.ke-container {
|
418
|
-
display: block;
|
419
|
-
border: 1px solid #CCCCCC;
|
420
|
-
background-color: #FFF;
|
421
|
-
overflow: hidden;
|
422
|
-
margin: 0;
|
423
|
-
padding: 0;
|
424
|
-
}
|
425
|
-
/* toolbar */
|
426
|
-
.ke-toolbar {
|
427
|
-
border-bottom: 1px solid #CCC;
|
428
|
-
background-color: #F0F0EE;
|
429
|
-
padding: 2px 5px;
|
430
|
-
text-align: left;
|
431
|
-
overflow: hidden;
|
432
|
-
zoom: 1;
|
433
|
-
}
|
434
|
-
.ke-toolbar-icon {
|
435
|
-
background-repeat: no-repeat;
|
436
|
-
font-size: 0;
|
437
|
-
line-height: 0;
|
438
|
-
overflow: hidden;
|
439
|
-
display: block;
|
440
|
-
}
|
441
|
-
.ke-toolbar-icon-url {
|
442
|
-
background-image: url(default.png);
|
443
|
-
}
|
444
|
-
.ke-toolbar .ke-outline {
|
445
|
-
border: 1px solid #F0F0EE;
|
446
|
-
margin: 1px;
|
447
|
-
padding: 1px 2px;
|
448
|
-
font-size: 0;
|
449
|
-
line-height: 0;
|
450
|
-
overflow: hidden;
|
451
|
-
cursor: pointer;
|
452
|
-
display: block;
|
453
|
-
float: left;
|
454
|
-
}
|
455
|
-
.ke-toolbar .ke-on {
|
456
|
-
border: 1px solid #5690D2;
|
457
|
-
}
|
458
|
-
.ke-toolbar .ke-selected {
|
459
|
-
border: 1px solid #5690D2;
|
460
|
-
background-color: #E9EFF6;
|
461
|
-
}
|
462
|
-
.ke-toolbar .ke-disabled {
|
463
|
-
cursor: default;
|
464
|
-
}
|
465
|
-
.ke-toolbar .ke-separator {
|
466
|
-
height: 16px;
|
467
|
-
margin: 2px 3px;
|
468
|
-
border-left: 1px solid #A0A0A0;
|
469
|
-
border-right: 1px solid #FFFFFF;
|
470
|
-
border-top:0;
|
471
|
-
border-bottom:0;
|
472
|
-
width: 0;
|
473
|
-
font-size: 0;
|
474
|
-
line-height: 0;
|
475
|
-
overflow: hidden;
|
476
|
-
display: block;
|
477
|
-
float: left;
|
478
|
-
}
|
479
|
-
.ke-toolbar .ke-hr {
|
480
|
-
overflow: hidden;
|
481
|
-
height: 1px;
|
482
|
-
clear: both;
|
483
|
-
}
|
484
|
-
/* edit */
|
485
|
-
.ke-edit {
|
486
|
-
padding: 0;
|
487
|
-
}
|
488
|
-
.ke-edit-iframe,
|
489
|
-
.ke-edit-textarea {
|
490
|
-
border: 0;
|
491
|
-
margin: 0;
|
492
|
-
padding: 0;
|
493
|
-
overflow: auto;
|
494
|
-
}
|
495
|
-
.ke-edit-textarea {
|
496
|
-
font: 12px/1.5 "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
|
497
|
-
color: #000;
|
498
|
-
overflow: auto;
|
499
|
-
resize: none;
|
500
|
-
}
|
501
|
-
.ke-edit-textarea:focus {
|
502
|
-
outline: none;
|
503
|
-
}
|
504
|
-
/* statusbar */
|
505
|
-
.ke-statusbar {
|
506
|
-
position: relative;
|
507
|
-
background-color: #F0F0EE;
|
508
|
-
border-top: 1px solid #CCCCCC;
|
509
|
-
font-size: 0;
|
510
|
-
line-height: 0;
|
511
|
-
*height: 12px;
|
512
|
-
overflow: hidden;
|
513
|
-
text-align: center;
|
514
|
-
cursor: s-resize;
|
515
|
-
}
|
516
|
-
.ke-statusbar-center-icon {
|
517
|
-
background-position: -0px -754px;
|
518
|
-
width: 15px;
|
519
|
-
height: 11px;
|
520
|
-
background-image: url(default.png);
|
521
|
-
}
|
522
|
-
.ke-statusbar-right-icon {
|
523
|
-
position: absolute;
|
524
|
-
right: 0;
|
525
|
-
bottom: 0;
|
526
|
-
cursor: se-resize;
|
527
|
-
background-position: -5px -741px;
|
528
|
-
width: 11px;
|
529
|
-
height: 11px;
|
530
|
-
background-image: url(default.png);
|
531
|
-
}
|
532
|
-
/* menu */
|
533
|
-
.ke-menu {
|
534
|
-
border: 1px solid #A0A0A0;
|
535
|
-
background-color: #F1F1F1;
|
536
|
-
color: #222222;
|
537
|
-
padding: 2px;
|
538
|
-
font-family: "sans serif",tahoma,verdana,helvetica;
|
539
|
-
font-size: 12px;
|
540
|
-
text-align: left;
|
541
|
-
overflow: hidden;
|
542
|
-
}
|
543
|
-
.ke-menu-item {
|
544
|
-
border: 1px solid #F1F1F1;
|
545
|
-
background-color: #F1F1F1;
|
546
|
-
color: #222222;
|
547
|
-
height: 24px;
|
548
|
-
overflow: hidden;
|
549
|
-
cursor: pointer;
|
550
|
-
}
|
551
|
-
.ke-menu-item-on {
|
552
|
-
border: 1px solid #5690D2;
|
553
|
-
background-color: #E9EFF6;
|
554
|
-
}
|
555
|
-
.ke-menu-item-left {
|
556
|
-
width: 27px;
|
557
|
-
text-align: center;
|
558
|
-
overflow: hidden;
|
559
|
-
}
|
560
|
-
.ke-menu-item-center {
|
561
|
-
width: 0;
|
562
|
-
height: 24px;
|
563
|
-
border-left: 1px solid #E3E3E3;
|
564
|
-
border-right: 1px solid #FFFFFF;
|
565
|
-
border-top: 0;
|
566
|
-
border-bottom: 0;
|
567
|
-
}
|
568
|
-
.ke-menu-item-center-on {
|
569
|
-
border-left: 1px solid #E9EFF6;
|
570
|
-
border-right: 1px solid #E9EFF6;
|
571
|
-
}
|
572
|
-
.ke-menu-item-right {
|
573
|
-
border: 0;
|
574
|
-
padding: 0 0 0 5px;
|
575
|
-
line-height: 24px;
|
576
|
-
text-align: left;
|
577
|
-
overflow: hidden;
|
578
|
-
}
|
579
|
-
.ke-menu-separator {
|
580
|
-
margin: 2px 0;
|
581
|
-
height: 0;
|
582
|
-
overflow: hidden;
|
583
|
-
border-top: 1px solid #CCCCCC;
|
584
|
-
border-bottom: 1px solid #FFFFFF;
|
585
|
-
border-left: 0;
|
586
|
-
border-right: 0;
|
587
|
-
}
|
588
|
-
/* colorpicker */
|
589
|
-
.ke-colorpicker {
|
590
|
-
border: 1px solid #A0A0A0;
|
591
|
-
background-color: #F1F1F1;
|
592
|
-
color: #222222;
|
593
|
-
padding: 2px;
|
594
|
-
}
|
595
|
-
.ke-colorpicker-table {
|
596
|
-
border:0;
|
597
|
-
margin:0;
|
598
|
-
padding:0;
|
599
|
-
border-collapse: separate;
|
600
|
-
}
|
601
|
-
.ke-colorpicker-cell {
|
602
|
-
font-size: 0;
|
603
|
-
line-height: 0;
|
604
|
-
border: 1px solid #F0F0EE;
|
605
|
-
cursor: pointer;
|
606
|
-
margin:3px;
|
607
|
-
padding:0;
|
608
|
-
}
|
609
|
-
.ke-colorpicker-cell-top {
|
610
|
-
font-family: "sans serif",tahoma,verdana,helvetica;
|
611
|
-
font-size: 12px;
|
612
|
-
line-height: 24px;
|
613
|
-
border: 1px solid #F0F0EE;
|
614
|
-
cursor: pointer;
|
615
|
-
margin:0;
|
616
|
-
padding:0;
|
617
|
-
text-align: center;
|
618
|
-
}
|
619
|
-
.ke-colorpicker-cell-on {
|
620
|
-
border: 1px solid #5690D2;
|
621
|
-
}
|
622
|
-
.ke-colorpicker-cell-selected {
|
623
|
-
border: 1px solid #2446AB;
|
624
|
-
}
|
625
|
-
.ke-colorpicker-cell-color {
|
626
|
-
width: 14px;
|
627
|
-
height: 14px;
|
628
|
-
margin: 3px;
|
629
|
-
padding: 0;
|
630
|
-
border: 0;
|
631
|
-
}
|
632
|
-
/* dialog */
|
633
|
-
.ke-dialog {
|
634
|
-
position: absolute;
|
635
|
-
margin: 0;
|
636
|
-
padding: 0;
|
637
|
-
}
|
638
|
-
.ke-dialog .ke-header {
|
639
|
-
width: 100%;
|
640
|
-
margin-bottom: 10px;
|
641
|
-
}
|
642
|
-
.ke-dialog .ke-header .ke-left {
|
643
|
-
float: left;
|
644
|
-
}
|
645
|
-
.ke-dialog .ke-header .ke-right {
|
646
|
-
float: right;
|
647
|
-
}
|
648
|
-
.ke-dialog .ke-header label {
|
649
|
-
margin-right: 0;
|
650
|
-
cursor: pointer;
|
651
|
-
font-weight: normal;
|
652
|
-
display: inline;
|
653
|
-
vertical-align: top;
|
654
|
-
}
|
655
|
-
.ke-dialog-content {
|
656
|
-
background-color: #FFF;
|
657
|
-
width: 100%;
|
658
|
-
height: 100%;
|
659
|
-
color: #333;
|
660
|
-
border: 1px solid #A0A0A0;
|
661
|
-
}
|
662
|
-
.ke-dialog-shadow {
|
663
|
-
position: absolute;
|
664
|
-
z-index: -1;
|
665
|
-
top: 0;
|
666
|
-
left: 0;
|
667
|
-
width: 100%;
|
668
|
-
height: 100%;
|
669
|
-
box-shadow: 3px 3px 7px #999;
|
670
|
-
-moz-box-shadow: 3px 3px 7px #999;
|
671
|
-
-webkit-box-shadow: 3px 3px 7px #999;
|
672
|
-
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.4');
|
673
|
-
background-color: #F0F0EE;
|
674
|
-
}
|
675
|
-
.ke-dialog-header {
|
676
|
-
border:0;
|
677
|
-
margin:0;
|
678
|
-
padding: 0 10px;
|
679
|
-
background: url(background.png) repeat scroll 0 0 #F0F0EE;
|
680
|
-
border-bottom: 1px solid #CFCFCF;
|
681
|
-
height: 24px;
|
682
|
-
font: 12px/24px "sans serif",tahoma,verdana,helvetica;
|
683
|
-
text-align: left;
|
684
|
-
color: #222;
|
685
|
-
cursor: move;
|
686
|
-
}
|
687
|
-
.ke-dialog-icon-close {
|
688
|
-
display: block;
|
689
|
-
background: url(default.png) no-repeat scroll 0px -688px;
|
690
|
-
width: 16px;
|
691
|
-
height: 16px;
|
692
|
-
position: absolute;
|
693
|
-
right: 6px;
|
694
|
-
top: 6px;
|
695
|
-
cursor: pointer;
|
696
|
-
}
|
697
|
-
.ke-dialog-body {
|
698
|
-
font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
|
699
|
-
text-align: left;
|
700
|
-
overflow: hidden;
|
701
|
-
width: 100%;
|
702
|
-
}
|
703
|
-
.ke-dialog-body textarea {
|
704
|
-
display: block;
|
705
|
-
overflow: auto;
|
706
|
-
padding: 0;
|
707
|
-
resize: none;
|
708
|
-
}
|
709
|
-
.ke-dialog-body textarea:focus,
|
710
|
-
.ke-dialog-body input:focus,
|
711
|
-
.ke-dialog-body select:focus {
|
712
|
-
outline: none;
|
713
|
-
}
|
714
|
-
.ke-dialog-body label {
|
715
|
-
margin-right: 10px;
|
716
|
-
cursor: pointer;
|
717
|
-
display: -moz-inline-stack;
|
718
|
-
display: inline-block;
|
719
|
-
vertical-align: middle;
|
720
|
-
zoom: 1;
|
721
|
-
*display: inline;
|
722
|
-
}
|
723
|
-
.ke-dialog-body img {
|
724
|
-
display: -moz-inline-stack;
|
725
|
-
display: inline-block;
|
726
|
-
vertical-align: middle;
|
727
|
-
zoom: 1;
|
728
|
-
*display: inline;
|
729
|
-
}
|
730
|
-
.ke-dialog-body select {
|
731
|
-
display: -moz-inline-stack;
|
732
|
-
display: inline-block;
|
733
|
-
vertical-align: middle;
|
734
|
-
zoom: 1;
|
735
|
-
*display: inline;
|
736
|
-
width: auto;
|
737
|
-
}
|
738
|
-
.ke-dialog-body .ke-textarea {
|
739
|
-
display: block;
|
740
|
-
width: 408px;
|
741
|
-
height: 260px;
|
742
|
-
font-family: "sans serif",tahoma,verdana,helvetica;
|
743
|
-
font-size: 12px;
|
744
|
-
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
|
745
|
-
border-style: solid;
|
746
|
-
border-width: 1px;
|
747
|
-
}
|
748
|
-
.ke-dialog-body .ke-form {
|
749
|
-
margin: 0;
|
750
|
-
padding: 0;
|
751
|
-
}
|
752
|
-
.ke-dialog-loading {
|
753
|
-
position: absolute;
|
754
|
-
top: 0;
|
755
|
-
left: 1px;
|
756
|
-
z-index: 1;
|
757
|
-
text-align: center;
|
758
|
-
}
|
759
|
-
.ke-dialog-loading-content {
|
760
|
-
background: url("../common/loading.gif") no-repeat;
|
761
|
-
color: #666;
|
762
|
-
font-size: 14px;
|
763
|
-
font-weight: bold;
|
764
|
-
height: 31px;
|
765
|
-
line-height: 31px;
|
766
|
-
padding-left: 36px;
|
767
|
-
}
|
768
|
-
.ke-dialog-row {
|
769
|
-
margin-bottom: 10px;
|
770
|
-
}
|
771
|
-
.ke-dialog-footer {
|
772
|
-
font: 12px/1 "sans serif",tahoma,verdana,helvetica;
|
773
|
-
text-align: right;
|
774
|
-
padding:0 0 5px 0;
|
775
|
-
background-color: #FFF;
|
776
|
-
width: 100%;
|
777
|
-
}
|
778
|
-
.ke-dialog-preview,
|
779
|
-
.ke-dialog-yes {
|
780
|
-
margin: 5px;
|
781
|
-
}
|
782
|
-
.ke-dialog-no {
|
783
|
-
margin: 5px 10px 5px 5px;
|
784
|
-
}
|
785
|
-
.ke-dialog-mask {
|
786
|
-
background-color:#FFF;
|
787
|
-
filter:alpha(opacity=50);
|
788
|
-
opacity:0.5;
|
789
|
-
}
|
790
|
-
.ke-button-common {
|
791
|
-
background: url(background.png) no-repeat
|
792
|
-
cursor: pointer;
|
793
|
-
height: 23px;
|
794
|
-
line-height: 23px;
|
795
|
-
overflow: visible;
|
796
|
-
display: inline-block;
|
797
|
-
vertical-align: top;
|
798
|
-
cursor: pointer;
|
799
|
-
}
|
800
|
-
.ke-button-outer {
|
801
|
-
background-position: 0 -25px;
|
802
|
-
padding: 0;
|
803
|
-
|
804
|
-
display:
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
border-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
list-style-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
border-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
.
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
border-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
border-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
}
|
1149
|
-
|
1
|
+
/* common */
|
2
|
+
.ke-inline-block {
|
3
|
+
display: -moz-inline-stack;
|
4
|
+
display: inline-block;
|
5
|
+
vertical-align: middle;
|
6
|
+
zoom: 1;
|
7
|
+
*display: inline;
|
8
|
+
}
|
9
|
+
.ke-clearfix {
|
10
|
+
zoom: 1;
|
11
|
+
}
|
12
|
+
.ke-clearfix:after {
|
13
|
+
content: ".";
|
14
|
+
display: block;
|
15
|
+
clear: both;
|
16
|
+
font-size: 0;
|
17
|
+
height: 0;
|
18
|
+
line-height: 0;
|
19
|
+
visibility: hidden;
|
20
|
+
}
|
21
|
+
.ke-shadow {
|
22
|
+
box-shadow: 1px 1px 3px #A0A0A0;
|
23
|
+
-moz-box-shadow: 1px 1px 3px #A0A0A0;
|
24
|
+
-webkit-box-shadow: 1px 1px 3px #A0A0A0;
|
25
|
+
filter: progid:DXImageTransform.Microsoft.Shadow(color='#A0A0A0', Direction=135, Strength=3);
|
26
|
+
background-color: #F0F0EE;
|
27
|
+
}
|
28
|
+
.ke-menu a,
|
29
|
+
.ke-menu a:hover,
|
30
|
+
.ke-dialog a,
|
31
|
+
.ke-dialog a:hover {
|
32
|
+
color: #337FE5;
|
33
|
+
text-decoration: none;
|
34
|
+
}
|
35
|
+
/* icons */
|
36
|
+
.ke-icon-source {
|
37
|
+
background-position: 0px 0px;
|
38
|
+
width: 16px;
|
39
|
+
height: 16px;
|
40
|
+
}
|
41
|
+
.ke-icon-preview {
|
42
|
+
background-position: 0px -16px;
|
43
|
+
width: 16px;
|
44
|
+
height: 16px;
|
45
|
+
}
|
46
|
+
.ke-icon-print {
|
47
|
+
background-position: 0px -32px;
|
48
|
+
width: 16px;
|
49
|
+
height: 16px;
|
50
|
+
}
|
51
|
+
.ke-icon-undo {
|
52
|
+
background-position: 0px -48px;
|
53
|
+
width: 16px;
|
54
|
+
height: 16px;
|
55
|
+
}
|
56
|
+
.ke-icon-redo {
|
57
|
+
background-position: 0px -64px;
|
58
|
+
width: 16px;
|
59
|
+
height: 16px;
|
60
|
+
}
|
61
|
+
.ke-icon-cut {
|
62
|
+
background-position: 0px -80px;
|
63
|
+
width: 16px;
|
64
|
+
height: 16px;
|
65
|
+
}
|
66
|
+
.ke-icon-copy {
|
67
|
+
background-position: 0px -96px;
|
68
|
+
width: 16px;
|
69
|
+
height: 16px;
|
70
|
+
}
|
71
|
+
.ke-icon-paste {
|
72
|
+
background-position: 0px -112px;
|
73
|
+
width: 16px;
|
74
|
+
height: 16px;
|
75
|
+
}
|
76
|
+
.ke-icon-selectall {
|
77
|
+
background-position: 0px -128px;
|
78
|
+
width: 16px;
|
79
|
+
height: 16px;
|
80
|
+
}
|
81
|
+
.ke-icon-justifyleft {
|
82
|
+
background-position: 0px -144px;
|
83
|
+
width: 16px;
|
84
|
+
height: 16px;
|
85
|
+
}
|
86
|
+
.ke-icon-justifycenter {
|
87
|
+
background-position: 0px -160px;
|
88
|
+
width: 16px;
|
89
|
+
height: 16px;
|
90
|
+
}
|
91
|
+
.ke-icon-justifyright {
|
92
|
+
background-position: 0px -176px;
|
93
|
+
width: 16px;
|
94
|
+
height: 16px;
|
95
|
+
}
|
96
|
+
.ke-icon-justifyfull {
|
97
|
+
background-position: 0px -192px;
|
98
|
+
width: 16px;
|
99
|
+
height: 16px;
|
100
|
+
}
|
101
|
+
.ke-icon-insertorderedlist {
|
102
|
+
background-position: 0px -208px;
|
103
|
+
width: 16px;
|
104
|
+
height: 16px;
|
105
|
+
}
|
106
|
+
.ke-icon-insertunorderedlist {
|
107
|
+
background-position: 0px -224px;
|
108
|
+
width: 16px;
|
109
|
+
height: 16px;
|
110
|
+
}
|
111
|
+
.ke-icon-indent {
|
112
|
+
background-position: 0px -240px;
|
113
|
+
width: 16px;
|
114
|
+
height: 16px;
|
115
|
+
}
|
116
|
+
.ke-icon-outdent {
|
117
|
+
background-position: 0px -256px;
|
118
|
+
width: 16px;
|
119
|
+
height: 16px;
|
120
|
+
}
|
121
|
+
.ke-icon-subscript {
|
122
|
+
background-position: 0px -272px;
|
123
|
+
width: 16px;
|
124
|
+
height: 16px;
|
125
|
+
}
|
126
|
+
.ke-icon-superscript {
|
127
|
+
background-position: 0px -288px;
|
128
|
+
width: 16px;
|
129
|
+
height: 16px;
|
130
|
+
}
|
131
|
+
.ke-icon-date {
|
132
|
+
background-position: 0px -304px;
|
133
|
+
width: 25px;
|
134
|
+
height: 16px;
|
135
|
+
}
|
136
|
+
.ke-icon-time {
|
137
|
+
background-position: 0px -320px;
|
138
|
+
width: 25px;
|
139
|
+
height: 16px;
|
140
|
+
}
|
141
|
+
.ke-icon-formatblock {
|
142
|
+
background-position: 0px -336px;
|
143
|
+
width: 25px;
|
144
|
+
height: 16px;
|
145
|
+
}
|
146
|
+
.ke-icon-fontname {
|
147
|
+
background-position: 0px -352px;
|
148
|
+
width: 21px;
|
149
|
+
height: 16px;
|
150
|
+
}
|
151
|
+
.ke-icon-fontsize {
|
152
|
+
background-position: 0px -368px;
|
153
|
+
width: 23px;
|
154
|
+
height: 16px;
|
155
|
+
}
|
156
|
+
.ke-icon-forecolor {
|
157
|
+
background-position: 0px -384px;
|
158
|
+
width: 20px;
|
159
|
+
height: 16px;
|
160
|
+
}
|
161
|
+
.ke-icon-hilitecolor {
|
162
|
+
background-position: 0px -400px;
|
163
|
+
width: 23px;
|
164
|
+
height: 16px;
|
165
|
+
}
|
166
|
+
.ke-icon-bold {
|
167
|
+
background-position: 0px -416px;
|
168
|
+
width: 16px;
|
169
|
+
height: 16px;
|
170
|
+
}
|
171
|
+
.ke-icon-italic {
|
172
|
+
background-position: 0px -432px;
|
173
|
+
width: 16px;
|
174
|
+
height: 16px;
|
175
|
+
}
|
176
|
+
.ke-icon-underline {
|
177
|
+
background-position: 0px -448px;
|
178
|
+
width: 16px;
|
179
|
+
height: 16px;
|
180
|
+
}
|
181
|
+
.ke-icon-strikethrough {
|
182
|
+
background-position: 0px -464px;
|
183
|
+
width: 16px;
|
184
|
+
height: 16px;
|
185
|
+
}
|
186
|
+
.ke-icon-removeformat {
|
187
|
+
background-position: 0px -480px;
|
188
|
+
width: 16px;
|
189
|
+
height: 16px;
|
190
|
+
}
|
191
|
+
.ke-icon-image {
|
192
|
+
background-position: 0px -496px;
|
193
|
+
width: 16px;
|
194
|
+
height: 16px;
|
195
|
+
}
|
196
|
+
.ke-icon-flash {
|
197
|
+
background-position: 0px -512px;
|
198
|
+
width: 16px;
|
199
|
+
height: 16px;
|
200
|
+
}
|
201
|
+
.ke-icon-media {
|
202
|
+
background-position: 0px -528px;
|
203
|
+
width: 16px;
|
204
|
+
height: 16px;
|
205
|
+
}
|
206
|
+
.ke-icon-div {
|
207
|
+
background-position: 0px -544px;
|
208
|
+
width: 16px;
|
209
|
+
height: 16px;
|
210
|
+
}
|
211
|
+
.ke-icon-formula {
|
212
|
+
background-position: 0px -576px;
|
213
|
+
width: 16px;
|
214
|
+
height: 16px;
|
215
|
+
}
|
216
|
+
.ke-icon-hr {
|
217
|
+
background-position: 0px -592px;
|
218
|
+
width: 16px;
|
219
|
+
height: 16px;
|
220
|
+
}
|
221
|
+
.ke-icon-emoticons {
|
222
|
+
background-position: 0px -608px;
|
223
|
+
width: 16px;
|
224
|
+
height: 16px;
|
225
|
+
}
|
226
|
+
.ke-icon-link {
|
227
|
+
background-position: 0px -624px;
|
228
|
+
width: 16px;
|
229
|
+
height: 16px;
|
230
|
+
}
|
231
|
+
.ke-icon-unlink {
|
232
|
+
background-position: 0px -640px;
|
233
|
+
width: 16px;
|
234
|
+
height: 16px;
|
235
|
+
}
|
236
|
+
.ke-icon-fullscreen {
|
237
|
+
background-position: 0px -656px;
|
238
|
+
width: 16px;
|
239
|
+
height: 16px;
|
240
|
+
}
|
241
|
+
.ke-icon-about {
|
242
|
+
background-position: 0px -672px;
|
243
|
+
width: 16px;
|
244
|
+
height: 16px;
|
245
|
+
}
|
246
|
+
.ke-icon-plainpaste {
|
247
|
+
background-position: 0px -704px;
|
248
|
+
width: 16px;
|
249
|
+
height: 16px;
|
250
|
+
}
|
251
|
+
.ke-icon-wordpaste {
|
252
|
+
background-position: 0px -720px;
|
253
|
+
width: 16px;
|
254
|
+
height: 16px;
|
255
|
+
}
|
256
|
+
.ke-icon-table {
|
257
|
+
background-position: 0px -784px;
|
258
|
+
width: 16px;
|
259
|
+
height: 16px;
|
260
|
+
}
|
261
|
+
.ke-icon-tablemenu {
|
262
|
+
background-position: 0px -768px;
|
263
|
+
width: 16px;
|
264
|
+
height: 16px;
|
265
|
+
}
|
266
|
+
.ke-icon-tableinsert {
|
267
|
+
background-position: 0px -784px;
|
268
|
+
width: 16px;
|
269
|
+
height: 16px;
|
270
|
+
}
|
271
|
+
.ke-icon-tabledelete {
|
272
|
+
background-position: 0px -800px;
|
273
|
+
width: 16px;
|
274
|
+
height: 16px;
|
275
|
+
}
|
276
|
+
.ke-icon-tablecolinsertleft {
|
277
|
+
background-position: 0px -816px;
|
278
|
+
width: 16px;
|
279
|
+
height: 16px;
|
280
|
+
}
|
281
|
+
.ke-icon-tablecolinsertright {
|
282
|
+
background-position: 0px -832px;
|
283
|
+
width: 16px;
|
284
|
+
height: 16px;
|
285
|
+
}
|
286
|
+
.ke-icon-tablerowinsertabove {
|
287
|
+
background-position: 0px -848px;
|
288
|
+
width: 16px;
|
289
|
+
height: 16px;
|
290
|
+
}
|
291
|
+
.ke-icon-tablerowinsertbelow {
|
292
|
+
background-position: 0px -864px;
|
293
|
+
width: 16px;
|
294
|
+
height: 16px;
|
295
|
+
}
|
296
|
+
.ke-icon-tablecoldelete {
|
297
|
+
background-position: 0px -880px;
|
298
|
+
width: 16px;
|
299
|
+
height: 16px;
|
300
|
+
}
|
301
|
+
.ke-icon-tablerowdelete {
|
302
|
+
background-position: 0px -896px;
|
303
|
+
width: 16px;
|
304
|
+
height: 16px;
|
305
|
+
}
|
306
|
+
.ke-icon-tablecellprop {
|
307
|
+
background-position: 0px -912px;
|
308
|
+
width: 16px;
|
309
|
+
height: 16px;
|
310
|
+
}
|
311
|
+
.ke-icon-tableprop {
|
312
|
+
background-position: 0px -928px;
|
313
|
+
width: 16px;
|
314
|
+
height: 16px;
|
315
|
+
}
|
316
|
+
.ke-icon-checked {
|
317
|
+
background-position: 0px -944px;
|
318
|
+
width: 16px;
|
319
|
+
height: 16px;
|
320
|
+
}
|
321
|
+
.ke-icon-code {
|
322
|
+
background-position: 0px -960px;
|
323
|
+
width: 16px;
|
324
|
+
height: 16px;
|
325
|
+
}
|
326
|
+
.ke-icon-map {
|
327
|
+
background-position: 0px -976px;
|
328
|
+
width: 16px;
|
329
|
+
height: 16px;
|
330
|
+
}
|
331
|
+
.ke-icon-baidumap {
|
332
|
+
background-position: 0px -976px;
|
333
|
+
width: 16px;
|
334
|
+
height: 16px;
|
335
|
+
}
|
336
|
+
.ke-icon-lineheight {
|
337
|
+
background-position: 0px -992px;
|
338
|
+
width: 16px;
|
339
|
+
height: 16px;
|
340
|
+
}
|
341
|
+
.ke-icon-clearhtml {
|
342
|
+
background-position: 0px -1008px;
|
343
|
+
width: 16px;
|
344
|
+
height: 16px;
|
345
|
+
}
|
346
|
+
.ke-icon-pagebreak {
|
347
|
+
background-position: 0px -1024px;
|
348
|
+
width: 16px;
|
349
|
+
height: 16px;
|
350
|
+
}
|
351
|
+
.ke-icon-insertfile {
|
352
|
+
background-position: 0px -1040px;
|
353
|
+
width: 16px;
|
354
|
+
height: 16px;
|
355
|
+
}
|
356
|
+
.ke-icon-quickformat {
|
357
|
+
background-position: 0px -1056px;
|
358
|
+
width: 16px;
|
359
|
+
height: 16px;
|
360
|
+
}
|
361
|
+
.ke-icon-template {
|
362
|
+
background-position: 0px -1072px;
|
363
|
+
width: 16px;
|
364
|
+
height: 16px;
|
365
|
+
}
|
366
|
+
.ke-icon-tablecellsplit {
|
367
|
+
background-position: 0px -1088px;
|
368
|
+
width: 16px;
|
369
|
+
height: 16px;
|
370
|
+
}
|
371
|
+
.ke-icon-tablerowmerge {
|
372
|
+
background-position: 0px -1104px;
|
373
|
+
width: 16px;
|
374
|
+
height: 16px;
|
375
|
+
}
|
376
|
+
.ke-icon-tablerowsplit {
|
377
|
+
background-position: 0px -1120px;
|
378
|
+
width: 16px;
|
379
|
+
height: 16px;
|
380
|
+
}
|
381
|
+
.ke-icon-tablecolmerge {
|
382
|
+
background-position: 0px -1136px;
|
383
|
+
width: 16px;
|
384
|
+
height: 16px;
|
385
|
+
}
|
386
|
+
.ke-icon-tablecolsplit {
|
387
|
+
background-position: 0px -1152px;
|
388
|
+
width: 16px;
|
389
|
+
height: 16px;
|
390
|
+
}
|
391
|
+
.ke-icon-anchor {
|
392
|
+
background-position: 0px -1168px;
|
393
|
+
width: 16px;
|
394
|
+
height: 16px;
|
395
|
+
}
|
396
|
+
.ke-icon-search {
|
397
|
+
background-position: 0px -1184px;
|
398
|
+
width: 16px;
|
399
|
+
height: 16px;
|
400
|
+
}
|
401
|
+
.ke-icon-new {
|
402
|
+
background-position: 0px -1200px;
|
403
|
+
width: 16px;
|
404
|
+
height: 16px;
|
405
|
+
}
|
406
|
+
.ke-icon-specialchar {
|
407
|
+
background-position: 0px -1216px;
|
408
|
+
width: 16px;
|
409
|
+
height: 16px;
|
410
|
+
}
|
411
|
+
.ke-icon-multiimage {
|
412
|
+
background-position: 0px -1232px;
|
413
|
+
width: 16px;
|
414
|
+
height: 16px;
|
415
|
+
}
|
416
|
+
/* container */
|
417
|
+
.ke-container {
|
418
|
+
display: block;
|
419
|
+
border: 1px solid #CCCCCC;
|
420
|
+
background-color: #FFF;
|
421
|
+
overflow: hidden;
|
422
|
+
margin: 0;
|
423
|
+
padding: 0;
|
424
|
+
}
|
425
|
+
/* toolbar */
|
426
|
+
.ke-toolbar {
|
427
|
+
border-bottom: 1px solid #CCC;
|
428
|
+
background-color: #F0F0EE;
|
429
|
+
padding: 2px 5px;
|
430
|
+
text-align: left;
|
431
|
+
overflow: hidden;
|
432
|
+
zoom: 1;
|
433
|
+
}
|
434
|
+
.ke-toolbar-icon {
|
435
|
+
background-repeat: no-repeat;
|
436
|
+
font-size: 0;
|
437
|
+
line-height: 0;
|
438
|
+
overflow: hidden;
|
439
|
+
display: block;
|
440
|
+
}
|
441
|
+
.ke-toolbar-icon-url {
|
442
|
+
background-image: url(default.png);
|
443
|
+
}
|
444
|
+
.ke-toolbar .ke-outline {
|
445
|
+
border: 1px solid #F0F0EE;
|
446
|
+
margin: 1px;
|
447
|
+
padding: 1px 2px;
|
448
|
+
font-size: 0;
|
449
|
+
line-height: 0;
|
450
|
+
overflow: hidden;
|
451
|
+
cursor: pointer;
|
452
|
+
display: block;
|
453
|
+
float: left;
|
454
|
+
}
|
455
|
+
.ke-toolbar .ke-on {
|
456
|
+
border: 1px solid #5690D2;
|
457
|
+
}
|
458
|
+
.ke-toolbar .ke-selected {
|
459
|
+
border: 1px solid #5690D2;
|
460
|
+
background-color: #E9EFF6;
|
461
|
+
}
|
462
|
+
.ke-toolbar .ke-disabled {
|
463
|
+
cursor: default;
|
464
|
+
}
|
465
|
+
.ke-toolbar .ke-separator {
|
466
|
+
height: 16px;
|
467
|
+
margin: 2px 3px;
|
468
|
+
border-left: 1px solid #A0A0A0;
|
469
|
+
border-right: 1px solid #FFFFFF;
|
470
|
+
border-top:0;
|
471
|
+
border-bottom:0;
|
472
|
+
width: 0;
|
473
|
+
font-size: 0;
|
474
|
+
line-height: 0;
|
475
|
+
overflow: hidden;
|
476
|
+
display: block;
|
477
|
+
float: left;
|
478
|
+
}
|
479
|
+
.ke-toolbar .ke-hr {
|
480
|
+
overflow: hidden;
|
481
|
+
height: 1px;
|
482
|
+
clear: both;
|
483
|
+
}
|
484
|
+
/* edit */
|
485
|
+
.ke-edit {
|
486
|
+
padding: 0;
|
487
|
+
}
|
488
|
+
.ke-edit-iframe,
|
489
|
+
.ke-edit-textarea {
|
490
|
+
border: 0;
|
491
|
+
margin: 0;
|
492
|
+
padding: 0;
|
493
|
+
overflow: auto;
|
494
|
+
}
|
495
|
+
.ke-edit-textarea {
|
496
|
+
font: 12px/1.5 "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
|
497
|
+
color: #000;
|
498
|
+
overflow: auto;
|
499
|
+
resize: none;
|
500
|
+
}
|
501
|
+
.ke-edit-textarea:focus {
|
502
|
+
outline: none;
|
503
|
+
}
|
504
|
+
/* statusbar */
|
505
|
+
.ke-statusbar {
|
506
|
+
position: relative;
|
507
|
+
background-color: #F0F0EE;
|
508
|
+
border-top: 1px solid #CCCCCC;
|
509
|
+
font-size: 0;
|
510
|
+
line-height: 0;
|
511
|
+
*height: 12px;
|
512
|
+
overflow: hidden;
|
513
|
+
text-align: center;
|
514
|
+
cursor: s-resize;
|
515
|
+
}
|
516
|
+
.ke-statusbar-center-icon {
|
517
|
+
background-position: -0px -754px;
|
518
|
+
width: 15px;
|
519
|
+
height: 11px;
|
520
|
+
background-image: url(default.png);
|
521
|
+
}
|
522
|
+
.ke-statusbar-right-icon {
|
523
|
+
position: absolute;
|
524
|
+
right: 0;
|
525
|
+
bottom: 0;
|
526
|
+
cursor: se-resize;
|
527
|
+
background-position: -5px -741px;
|
528
|
+
width: 11px;
|
529
|
+
height: 11px;
|
530
|
+
background-image: url(default.png);
|
531
|
+
}
|
532
|
+
/* menu */
|
533
|
+
.ke-menu {
|
534
|
+
border: 1px solid #A0A0A0;
|
535
|
+
background-color: #F1F1F1;
|
536
|
+
color: #222222;
|
537
|
+
padding: 2px;
|
538
|
+
font-family: "sans serif",tahoma,verdana,helvetica;
|
539
|
+
font-size: 12px;
|
540
|
+
text-align: left;
|
541
|
+
overflow: hidden;
|
542
|
+
}
|
543
|
+
.ke-menu-item {
|
544
|
+
border: 1px solid #F1F1F1;
|
545
|
+
background-color: #F1F1F1;
|
546
|
+
color: #222222;
|
547
|
+
height: 24px;
|
548
|
+
overflow: hidden;
|
549
|
+
cursor: pointer;
|
550
|
+
}
|
551
|
+
.ke-menu-item-on {
|
552
|
+
border: 1px solid #5690D2;
|
553
|
+
background-color: #E9EFF6;
|
554
|
+
}
|
555
|
+
.ke-menu-item-left {
|
556
|
+
width: 27px;
|
557
|
+
text-align: center;
|
558
|
+
overflow: hidden;
|
559
|
+
}
|
560
|
+
.ke-menu-item-center {
|
561
|
+
width: 0;
|
562
|
+
height: 24px;
|
563
|
+
border-left: 1px solid #E3E3E3;
|
564
|
+
border-right: 1px solid #FFFFFF;
|
565
|
+
border-top: 0;
|
566
|
+
border-bottom: 0;
|
567
|
+
}
|
568
|
+
.ke-menu-item-center-on {
|
569
|
+
border-left: 1px solid #E9EFF6;
|
570
|
+
border-right: 1px solid #E9EFF6;
|
571
|
+
}
|
572
|
+
.ke-menu-item-right {
|
573
|
+
border: 0;
|
574
|
+
padding: 0 0 0 5px;
|
575
|
+
line-height: 24px;
|
576
|
+
text-align: left;
|
577
|
+
overflow: hidden;
|
578
|
+
}
|
579
|
+
.ke-menu-separator {
|
580
|
+
margin: 2px 0;
|
581
|
+
height: 0;
|
582
|
+
overflow: hidden;
|
583
|
+
border-top: 1px solid #CCCCCC;
|
584
|
+
border-bottom: 1px solid #FFFFFF;
|
585
|
+
border-left: 0;
|
586
|
+
border-right: 0;
|
587
|
+
}
|
588
|
+
/* colorpicker */
|
589
|
+
.ke-colorpicker {
|
590
|
+
border: 1px solid #A0A0A0;
|
591
|
+
background-color: #F1F1F1;
|
592
|
+
color: #222222;
|
593
|
+
padding: 2px;
|
594
|
+
}
|
595
|
+
.ke-colorpicker-table {
|
596
|
+
border:0;
|
597
|
+
margin:0;
|
598
|
+
padding:0;
|
599
|
+
border-collapse: separate;
|
600
|
+
}
|
601
|
+
.ke-colorpicker-cell {
|
602
|
+
font-size: 0;
|
603
|
+
line-height: 0;
|
604
|
+
border: 1px solid #F0F0EE;
|
605
|
+
cursor: pointer;
|
606
|
+
margin:3px;
|
607
|
+
padding:0;
|
608
|
+
}
|
609
|
+
.ke-colorpicker-cell-top {
|
610
|
+
font-family: "sans serif",tahoma,verdana,helvetica;
|
611
|
+
font-size: 12px;
|
612
|
+
line-height: 24px;
|
613
|
+
border: 1px solid #F0F0EE;
|
614
|
+
cursor: pointer;
|
615
|
+
margin:0;
|
616
|
+
padding:0;
|
617
|
+
text-align: center;
|
618
|
+
}
|
619
|
+
.ke-colorpicker-cell-on {
|
620
|
+
border: 1px solid #5690D2;
|
621
|
+
}
|
622
|
+
.ke-colorpicker-cell-selected {
|
623
|
+
border: 1px solid #2446AB;
|
624
|
+
}
|
625
|
+
.ke-colorpicker-cell-color {
|
626
|
+
width: 14px;
|
627
|
+
height: 14px;
|
628
|
+
margin: 3px;
|
629
|
+
padding: 0;
|
630
|
+
border: 0;
|
631
|
+
}
|
632
|
+
/* dialog */
|
633
|
+
.ke-dialog {
|
634
|
+
position: absolute;
|
635
|
+
margin: 0;
|
636
|
+
padding: 0;
|
637
|
+
}
|
638
|
+
.ke-dialog .ke-header {
|
639
|
+
width: 100%;
|
640
|
+
margin-bottom: 10px;
|
641
|
+
}
|
642
|
+
.ke-dialog .ke-header .ke-left {
|
643
|
+
float: left;
|
644
|
+
}
|
645
|
+
.ke-dialog .ke-header .ke-right {
|
646
|
+
float: right;
|
647
|
+
}
|
648
|
+
.ke-dialog .ke-header label {
|
649
|
+
margin-right: 0;
|
650
|
+
cursor: pointer;
|
651
|
+
font-weight: normal;
|
652
|
+
display: inline;
|
653
|
+
vertical-align: top;
|
654
|
+
}
|
655
|
+
.ke-dialog-content {
|
656
|
+
background-color: #FFF;
|
657
|
+
width: 100%;
|
658
|
+
height: 100%;
|
659
|
+
color: #333;
|
660
|
+
border: 1px solid #A0A0A0;
|
661
|
+
}
|
662
|
+
.ke-dialog-shadow {
|
663
|
+
position: absolute;
|
664
|
+
z-index: -1;
|
665
|
+
top: 0;
|
666
|
+
left: 0;
|
667
|
+
width: 100%;
|
668
|
+
height: 100%;
|
669
|
+
box-shadow: 3px 3px 7px #999;
|
670
|
+
-moz-box-shadow: 3px 3px 7px #999;
|
671
|
+
-webkit-box-shadow: 3px 3px 7px #999;
|
672
|
+
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.4');
|
673
|
+
background-color: #F0F0EE;
|
674
|
+
}
|
675
|
+
.ke-dialog-header {
|
676
|
+
border:0;
|
677
|
+
margin:0;
|
678
|
+
padding: 0 10px;
|
679
|
+
background: url(background.png) repeat scroll 0 0 #F0F0EE;
|
680
|
+
border-bottom: 1px solid #CFCFCF;
|
681
|
+
height: 24px;
|
682
|
+
font: 12px/24px "sans serif",tahoma,verdana,helvetica;
|
683
|
+
text-align: left;
|
684
|
+
color: #222;
|
685
|
+
cursor: move;
|
686
|
+
}
|
687
|
+
.ke-dialog-icon-close {
|
688
|
+
display: block;
|
689
|
+
background: url(default.png) no-repeat scroll 0px -688px;
|
690
|
+
width: 16px;
|
691
|
+
height: 16px;
|
692
|
+
position: absolute;
|
693
|
+
right: 6px;
|
694
|
+
top: 6px;
|
695
|
+
cursor: pointer;
|
696
|
+
}
|
697
|
+
.ke-dialog-body {
|
698
|
+
font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
|
699
|
+
text-align: left;
|
700
|
+
overflow: hidden;
|
701
|
+
width: 100%;
|
702
|
+
}
|
703
|
+
.ke-dialog-body textarea {
|
704
|
+
display: block;
|
705
|
+
overflow: auto;
|
706
|
+
padding: 0;
|
707
|
+
resize: none;
|
708
|
+
}
|
709
|
+
.ke-dialog-body textarea:focus,
|
710
|
+
.ke-dialog-body input:focus,
|
711
|
+
.ke-dialog-body select:focus {
|
712
|
+
outline: none;
|
713
|
+
}
|
714
|
+
.ke-dialog-body label {
|
715
|
+
margin-right: 10px;
|
716
|
+
cursor: pointer;
|
717
|
+
display: -moz-inline-stack;
|
718
|
+
display: inline-block;
|
719
|
+
vertical-align: middle;
|
720
|
+
zoom: 1;
|
721
|
+
*display: inline;
|
722
|
+
}
|
723
|
+
.ke-dialog-body img {
|
724
|
+
display: -moz-inline-stack;
|
725
|
+
display: inline-block;
|
726
|
+
vertical-align: middle;
|
727
|
+
zoom: 1;
|
728
|
+
*display: inline;
|
729
|
+
}
|
730
|
+
.ke-dialog-body select {
|
731
|
+
display: -moz-inline-stack;
|
732
|
+
display: inline-block;
|
733
|
+
vertical-align: middle;
|
734
|
+
zoom: 1;
|
735
|
+
*display: inline;
|
736
|
+
width: auto;
|
737
|
+
}
|
738
|
+
.ke-dialog-body .ke-textarea {
|
739
|
+
display: block;
|
740
|
+
width: 408px;
|
741
|
+
height: 260px;
|
742
|
+
font-family: "sans serif",tahoma,verdana,helvetica;
|
743
|
+
font-size: 12px;
|
744
|
+
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
|
745
|
+
border-style: solid;
|
746
|
+
border-width: 1px;
|
747
|
+
}
|
748
|
+
.ke-dialog-body .ke-form {
|
749
|
+
margin: 0;
|
750
|
+
padding: 0;
|
751
|
+
}
|
752
|
+
.ke-dialog-loading {
|
753
|
+
position: absolute;
|
754
|
+
top: 0;
|
755
|
+
left: 1px;
|
756
|
+
z-index: 1;
|
757
|
+
text-align: center;
|
758
|
+
}
|
759
|
+
.ke-dialog-loading-content {
|
760
|
+
background: url("../common/loading.gif") no-repeat;
|
761
|
+
color: #666;
|
762
|
+
font-size: 14px;
|
763
|
+
font-weight: bold;
|
764
|
+
height: 31px;
|
765
|
+
line-height: 31px;
|
766
|
+
padding-left: 36px;
|
767
|
+
}
|
768
|
+
.ke-dialog-row {
|
769
|
+
margin-bottom: 10px;
|
770
|
+
}
|
771
|
+
.ke-dialog-footer {
|
772
|
+
font: 12px/1 "sans serif",tahoma,verdana,helvetica;
|
773
|
+
text-align: right;
|
774
|
+
padding:0 0 5px 0;
|
775
|
+
background-color: #FFF;
|
776
|
+
width: 100%;
|
777
|
+
}
|
778
|
+
.ke-dialog-preview,
|
779
|
+
.ke-dialog-yes {
|
780
|
+
margin: 5px;
|
781
|
+
}
|
782
|
+
.ke-dialog-no {
|
783
|
+
margin: 5px 10px 5px 5px;
|
784
|
+
}
|
785
|
+
.ke-dialog-mask {
|
786
|
+
background-color:#FFF;
|
787
|
+
filter:alpha(opacity=50);
|
788
|
+
opacity:0.5;
|
789
|
+
}
|
790
|
+
.ke-button-common {
|
791
|
+
background: url(background.png) no-repeat;
|
792
|
+
cursor: pointer;
|
793
|
+
height: 23px;
|
794
|
+
line-height: 23px;
|
795
|
+
overflow: visible;
|
796
|
+
display: inline-block;
|
797
|
+
vertical-align: top;
|
798
|
+
cursor: pointer;
|
799
|
+
}
|
800
|
+
.ke-button-outer {
|
801
|
+
background-position: 0 -25px;
|
802
|
+
padding: 0;
|
803
|
+
display: -moz-inline-stack;
|
804
|
+
display: inline-block;
|
805
|
+
vertical-align: middle;
|
806
|
+
zoom: 1;
|
807
|
+
*display: inline;
|
808
|
+
}
|
809
|
+
.ke-button {
|
810
|
+
background-position: right -25px;
|
811
|
+
padding: 0 14px 0 12px;
|
812
|
+
margin: 0 0 0 2px;
|
813
|
+
font-family: "sans serif",tahoma,verdana,helvetica;
|
814
|
+
border: 0 none;
|
815
|
+
color: #333;
|
816
|
+
font-size: 12px;
|
817
|
+
text-decoration: none;
|
818
|
+
}
|
819
|
+
/* inputbox */
|
820
|
+
.ke-input-text {
|
821
|
+
background-color:#FFFFFF;
|
822
|
+
font-family: "sans serif",tahoma,verdana,helvetica;
|
823
|
+
font-size: 12px;
|
824
|
+
line-height: 17px;
|
825
|
+
height: 17px;
|
826
|
+
padding: 2px 4px;
|
827
|
+
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
|
828
|
+
border-style: solid;
|
829
|
+
border-width: 1px;
|
830
|
+
display: -moz-inline-stack;
|
831
|
+
display: inline-block;
|
832
|
+
vertical-align: middle;
|
833
|
+
zoom: 1;
|
834
|
+
*display: inline;
|
835
|
+
}
|
836
|
+
.ke-input-number {
|
837
|
+
width: 50px;
|
838
|
+
}
|
839
|
+
.ke-input-color {
|
840
|
+
border: 1px solid #A0A0A0;
|
841
|
+
background-color: #FFFFFF;
|
842
|
+
font-size: 12px;
|
843
|
+
width: 60px;
|
844
|
+
height: 20px;
|
845
|
+
line-height: 20px;
|
846
|
+
padding-left: 5px;
|
847
|
+
overflow: hidden;
|
848
|
+
cursor: pointer;
|
849
|
+
display: -moz-inline-stack;
|
850
|
+
display: inline-block;
|
851
|
+
vertical-align: middle;
|
852
|
+
zoom: 1;
|
853
|
+
*display: inline;
|
854
|
+
}
|
855
|
+
.ke-upload-button {
|
856
|
+
position: relative;
|
857
|
+
}
|
858
|
+
.ke-upload-area {
|
859
|
+
position: relative;
|
860
|
+
overflow: hidden;
|
861
|
+
margin: 0;
|
862
|
+
padding: 0;
|
863
|
+
*height: 25px;
|
864
|
+
}
|
865
|
+
.ke-upload-area .ke-upload-file {
|
866
|
+
position: absolute;
|
867
|
+
font-size: 60px;
|
868
|
+
top: 0;
|
869
|
+
right: 0;
|
870
|
+
padding: 0;
|
871
|
+
margin: 0;
|
872
|
+
z-index: 811212;
|
873
|
+
border: 0 none;
|
874
|
+
opacity: 0;
|
875
|
+
filter: alpha(opacity=0);
|
876
|
+
}
|
877
|
+
/* tabs */
|
878
|
+
.ke-tabs {
|
879
|
+
font: 12px/1 "sans serif",tahoma,verdana,helvetica;
|
880
|
+
border-bottom:1px solid #A0A0A0;
|
881
|
+
padding-left:5px;
|
882
|
+
margin-bottom:20px;
|
883
|
+
}
|
884
|
+
.ke-tabs-ul {
|
885
|
+
list-style-image:none;
|
886
|
+
list-style-position:outside;
|
887
|
+
list-style-type:none;
|
888
|
+
margin:0;
|
889
|
+
padding:0;
|
890
|
+
}
|
891
|
+
.ke-tabs-li {
|
892
|
+
position: relative;
|
893
|
+
border: 1px solid #A0A0A0;
|
894
|
+
background-color: #F0F0EE;
|
895
|
+
margin: 0 2px -1px 0;
|
896
|
+
padding: 0 20px;
|
897
|
+
float: left;
|
898
|
+
line-height: 25px;
|
899
|
+
text-align: center;
|
900
|
+
color: #555555;
|
901
|
+
cursor: pointer;
|
902
|
+
}
|
903
|
+
.ke-tabs-li-selected {
|
904
|
+
background-color: #FFF;
|
905
|
+
border-bottom: 1px solid #FFF;
|
906
|
+
color: #000;
|
907
|
+
cursor: default;
|
908
|
+
}
|
909
|
+
.ke-tabs-li-on {
|
910
|
+
background-color: #FFF;
|
911
|
+
color: #000;
|
912
|
+
}
|
913
|
+
/* progressbar */
|
914
|
+
.ke-progressbar {
|
915
|
+
position: relative;
|
916
|
+
margin: 0;
|
917
|
+
padding: 0;
|
918
|
+
}
|
919
|
+
.ke-progressbar-bar {
|
920
|
+
border: 1px solid #6FA5DB;
|
921
|
+
width: 80px;
|
922
|
+
height: 5px;
|
923
|
+
margin: 10px 10px 0 10px;
|
924
|
+
padding: 0;
|
925
|
+
}
|
926
|
+
.ke-progressbar-bar-inner {
|
927
|
+
width: 0;
|
928
|
+
height: 5px;
|
929
|
+
background-color: #6FA5DB;
|
930
|
+
overflow: hidden;
|
931
|
+
margin: 0;
|
932
|
+
padding: 0;
|
933
|
+
}
|
934
|
+
.ke-progressbar-percent {
|
935
|
+
position: absolute;
|
936
|
+
top: 0;
|
937
|
+
left: 40%;
|
938
|
+
display: none;
|
939
|
+
}
|
940
|
+
/* swfupload */
|
941
|
+
.ke-swfupload-top {
|
942
|
+
position: relative;
|
943
|
+
margin-bottom: 10px;
|
944
|
+
_width: 608px;
|
945
|
+
}
|
946
|
+
.ke-swfupload-button {
|
947
|
+
height: 23px;
|
948
|
+
line-height: 23px;
|
949
|
+
}
|
950
|
+
.ke-swfupload-desc {
|
951
|
+
padding: 0 10px;
|
952
|
+
height: 23px;
|
953
|
+
line-height: 23px;
|
954
|
+
}
|
955
|
+
.ke-swfupload-startupload {
|
956
|
+
position: absolute;
|
957
|
+
top: 0;
|
958
|
+
right: 0;
|
959
|
+
}
|
960
|
+
.ke-swfupload-body {
|
961
|
+
overflow: scroll;
|
962
|
+
background-color:#FFFFFF;
|
963
|
+
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
|
964
|
+
border-style: solid;
|
965
|
+
border-width: 1px;
|
966
|
+
width: auto;
|
967
|
+
height: 370px;
|
968
|
+
padding: 5px;
|
969
|
+
}
|
970
|
+
.ke-swfupload-body .ke-item {
|
971
|
+
width: 100px;
|
972
|
+
margin: 5px;
|
973
|
+
}
|
974
|
+
.ke-swfupload-body .ke-photo {
|
975
|
+
position: relative;
|
976
|
+
border: 1px solid #DDDDDD;
|
977
|
+
background-color:#FFFFFF;
|
978
|
+
padding: 10px;
|
979
|
+
}
|
980
|
+
.ke-swfupload-body .ke-delete {
|
981
|
+
display: block;
|
982
|
+
background: url(default.png) no-repeat scroll 0px -688px;
|
983
|
+
width: 16px;
|
984
|
+
height: 16px;
|
985
|
+
position: absolute;
|
986
|
+
right: 0;
|
987
|
+
top: 0;
|
988
|
+
cursor: pointer;
|
989
|
+
}
|
990
|
+
.ke-swfupload-body .ke-status {
|
991
|
+
position: absolute;
|
992
|
+
left: 0;
|
993
|
+
bottom: 5px;
|
994
|
+
width: 100px;
|
995
|
+
height: 17px;
|
996
|
+
}
|
997
|
+
.ke-swfupload-body .ke-message {
|
998
|
+
width: 100px;
|
999
|
+
text-align: center;
|
1000
|
+
overflow: hidden;
|
1001
|
+
height:17px;
|
1002
|
+
}
|
1003
|
+
.ke-swfupload-body .ke-error {
|
1004
|
+
color: red;
|
1005
|
+
}
|
1006
|
+
.ke-swfupload-body .ke-name {
|
1007
|
+
width: 100px;
|
1008
|
+
text-align: center;
|
1009
|
+
overflow: hidden;
|
1010
|
+
height:16px;
|
1011
|
+
}
|
1012
|
+
.ke-swfupload-body .ke-on {
|
1013
|
+
border: 1px solid #5690D2;
|
1014
|
+
background-color: #E9EFF6;
|
1015
|
+
}
|
1016
|
+
|
1017
|
+
/* emoticons */
|
1018
|
+
.ke-plugin-emoticons {
|
1019
|
+
position: relative;
|
1020
|
+
}
|
1021
|
+
.ke-plugin-emoticons .ke-preview {
|
1022
|
+
position: absolute;
|
1023
|
+
text-align: center;
|
1024
|
+
margin: 2px;
|
1025
|
+
padding: 10px;
|
1026
|
+
top: 0;
|
1027
|
+
border: 1px solid #A0A0A0;
|
1028
|
+
background-color: #FFFFFF;
|
1029
|
+
display: none;
|
1030
|
+
}
|
1031
|
+
.ke-plugin-emoticons .ke-preview-img {
|
1032
|
+
border:0;
|
1033
|
+
margin:0;
|
1034
|
+
padding:0;
|
1035
|
+
}
|
1036
|
+
.ke-plugin-emoticons .ke-table {
|
1037
|
+
border:0;
|
1038
|
+
margin:0;
|
1039
|
+
padding:0;
|
1040
|
+
border-collapse:separate;
|
1041
|
+
}
|
1042
|
+
.ke-plugin-emoticons .ke-cell {
|
1043
|
+
margin:0;
|
1044
|
+
padding:1px;
|
1045
|
+
border:1px solid #F0F0EE;
|
1046
|
+
cursor:pointer;
|
1047
|
+
}
|
1048
|
+
.ke-plugin-emoticons .ke-on {
|
1049
|
+
border: 1px solid #5690D2;
|
1050
|
+
background-color: #E9EFF6;
|
1051
|
+
}
|
1052
|
+
.ke-plugin-emoticons .ke-img {
|
1053
|
+
display:block;
|
1054
|
+
background-repeat:no-repeat;
|
1055
|
+
overflow:hidden;
|
1056
|
+
margin:2px;
|
1057
|
+
width:24px;
|
1058
|
+
height:24px;
|
1059
|
+
margin: 0;
|
1060
|
+
padding: 0;
|
1061
|
+
border: 0;
|
1062
|
+
}
|
1063
|
+
.ke-plugin-emoticons .ke-page {
|
1064
|
+
text-align: right;
|
1065
|
+
margin: 5px;
|
1066
|
+
padding: 0;
|
1067
|
+
border: 0;
|
1068
|
+
font: 12px/1 "sans serif",tahoma,verdana,helvetica;
|
1069
|
+
color: #333;
|
1070
|
+
text-decoration: none;
|
1071
|
+
}
|
1072
|
+
.ke-plugin-plainpaste-textarea,
|
1073
|
+
.ke-plugin-wordpaste-iframe {
|
1074
|
+
display: block;
|
1075
|
+
width: 408px;
|
1076
|
+
height: 260px;
|
1077
|
+
font-family: "sans serif",tahoma,verdana,helvetica;
|
1078
|
+
font-size: 12px;
|
1079
|
+
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
|
1080
|
+
border-style: solid;
|
1081
|
+
border-width: 1px;
|
1082
|
+
}
|
1083
|
+
/* filemanager */
|
1084
|
+
.ke-plugin-filemanager-header {
|
1085
|
+
width: 100%;
|
1086
|
+
margin-bottom: 10px;
|
1087
|
+
}
|
1088
|
+
.ke-plugin-filemanager-header .ke-left {
|
1089
|
+
float: left;
|
1090
|
+
}
|
1091
|
+
.ke-plugin-filemanager-header .ke-right {
|
1092
|
+
float: right;
|
1093
|
+
}
|
1094
|
+
.ke-plugin-filemanager-body {
|
1095
|
+
overflow: scroll;
|
1096
|
+
background-color:#FFFFFF;
|
1097
|
+
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
|
1098
|
+
border-style: solid;
|
1099
|
+
border-width: 1px;
|
1100
|
+
width: auto;
|
1101
|
+
height: 370px;
|
1102
|
+
padding: 5px;
|
1103
|
+
}
|
1104
|
+
.ke-plugin-filemanager-body .ke-item {
|
1105
|
+
width: 100px;
|
1106
|
+
margin: 5px;
|
1107
|
+
}
|
1108
|
+
.ke-plugin-filemanager-body .ke-photo {
|
1109
|
+
border: 1px solid #DDDDDD;
|
1110
|
+
background-color:#FFFFFF;
|
1111
|
+
padding: 10px;
|
1112
|
+
}
|
1113
|
+
.ke-plugin-filemanager-body .ke-name {
|
1114
|
+
width: 100px;
|
1115
|
+
text-align: center;
|
1116
|
+
overflow: hidden;
|
1117
|
+
height:16px;
|
1118
|
+
}
|
1119
|
+
.ke-plugin-filemanager-body .ke-on {
|
1120
|
+
border: 1px solid #5690D2;
|
1121
|
+
background-color: #E9EFF6;
|
1122
|
+
}
|
1123
|
+
.ke-plugin-filemanager-body .ke-table {
|
1124
|
+
width: 95%;
|
1125
|
+
border: 0;
|
1126
|
+
margin: 0;
|
1127
|
+
padding: 0;
|
1128
|
+
border-collapse: separate;
|
1129
|
+
}
|
1130
|
+
.ke-plugin-filemanager-body .ke-table .ke-cell {
|
1131
|
+
margin: 0;
|
1132
|
+
padding: 0;
|
1133
|
+
border: 0;
|
1134
|
+
}
|
1135
|
+
.ke-plugin-filemanager-body .ke-table .ke-name {
|
1136
|
+
width: 55%;
|
1137
|
+
text-align: left;
|
1138
|
+
}
|
1139
|
+
.ke-plugin-filemanager-body .ke-table .ke-size {
|
1140
|
+
width: 15%;
|
1141
|
+
text-align: left;
|
1142
|
+
}
|
1143
|
+
.ke-plugin-filemanager-body .ke-table .ke-datetime {
|
1144
|
+
width: 30%;
|
1145
|
+
text-align: center;
|
1146
|
+
}
|
1147
|
+
|