@pubann/textae 14.0.0 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -4
- package/dist/lib/css/images/btn_adjust_lineheight_16.png +0 -0
- package/dist/lib/css/images/btn_auto_adjust_lineheight_16.png +0 -0
- package/dist/lib/css/images/btn_auto_replicate_16.png +0 -0
- package/dist/lib/css/images/btn_block_edit_mode_16.png +0 -0
- package/dist/lib/css/images/btn_boundary_detection_16.png +0 -0
- package/dist/lib/css/images/btn_copy_16.png +0 -0
- package/dist/lib/css/images/btn_create_span_by_touch_16.png +0 -0
- package/dist/lib/css/images/btn_cut_16.png +0 -0
- package/dist/lib/css/images/btn_delete_16.png +0 -0
- package/dist/lib/css/images/btn_edit_properties_16.png +0 -0
- package/dist/lib/css/images/btn_edit_text_by_touch_16.png +0 -0
- package/dist/lib/css/images/btn_expand_span_by_touch_16.png +0 -0
- package/dist/lib/css/images/btn_help_16.png +0 -0
- package/dist/lib/css/images/btn_import_16.png +0 -0
- package/dist/lib/css/images/btn_new_entity_16.png +0 -0
- package/dist/lib/css/images/btn_pallet_16.png +0 -0
- package/dist/lib/css/images/btn_pallet_modified_16.png +0 -0
- package/dist/lib/css/images/btn_paste_16.png +0 -0
- package/dist/lib/css/images/btn_redo_16.png +0 -0
- package/dist/lib/css/images/btn_relation_edit_mode_16.png +0 -0
- package/dist/lib/css/images/btn_replicate_span_annotation_16.png +0 -0
- package/dist/lib/css/images/btn_setting_16.png +0 -0
- package/dist/lib/css/images/btn_shrink_span_by_touch_16.png +0 -0
- package/dist/lib/css/images/btn_simple_view_16.png +0 -0
- package/dist/lib/css/images/btn_term_edit_mode_16.png +0 -0
- package/dist/lib/css/images/btn_text_edit_mode_16.png +0 -0
- package/dist/lib/css/images/btn_undo_16.png +0 -0
- package/dist/lib/css/images/btn_upload_16.png +0 -0
- package/dist/lib/css/images/btn_upload_automatically_16.png +0 -0
- package/dist/lib/css/images/btn_upload_modified_16.png +0 -0
- package/dist/lib/css/images/btn_view_mode_16.png +0 -0
- package/dist/lib/css/images/keyhelp.png +0 -0
- package/dist/lib/css/images/link.png +0 -0
- package/dist/lib/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- package/dist/lib/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- package/dist/lib/css/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- package/dist/lib/css/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- package/dist/lib/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- package/dist/lib/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- package/dist/lib/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- package/dist/lib/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- package/dist/lib/css/images/ui-icons_222222_256x240.png +0 -0
- package/dist/lib/css/images/ui-icons_228ef1_256x240.png +0 -0
- package/dist/lib/css/images/ui-icons_ef8c08_256x240.png +0 -0
- package/dist/lib/css/images/ui-icons_ffd27a_256x240.png +0 -0
- package/dist/lib/css/images/ui-icons_ffffff_256x240.png +0 -0
- package/dist/lib/css/textae-14.1.0.css +4506 -0
- package/dist/lib/css/textae-14.1.0.min.css +5 -0
- package/dist/lib/fonts/FontAwesome.otf +0 -0
- package/dist/lib/fonts/fontawesome-webfont.eot +0 -0
- package/dist/lib/fonts/fontawesome-webfont.svg +2671 -0
- package/dist/lib/fonts/fontawesome-webfont.ttf +0 -0
- package/dist/lib/fonts/fontawesome-webfont.woff +0 -0
- package/dist/lib/fonts/fontawesome-webfont.woff2 +0 -0
- package/dist/lib/textae-14.1.0.js +112479 -0
- package/dist/lib/textae-14.1.0.min.js +1131 -0
- package/package.json +12 -15
|
@@ -0,0 +1,4506 @@
|
|
|
1
|
+
/* FONT PATH
|
|
2
|
+
* -------------------------- */
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: 'FontAwesome';
|
|
5
|
+
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
|
|
6
|
+
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
|
7
|
+
font-weight: normal;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
}
|
|
10
|
+
/*! jQuery UI - v1.12.1 - 2017-07-12
|
|
11
|
+
* http://jqueryui.com
|
|
12
|
+
* Includes: draggable.css, core.css, resizable.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, theme.css
|
|
13
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=ui-lightness&cornerRadiusShadow=5px&offsetLeftShadow=-5px&offsetTopShadow=-5px&thicknessShadow=5px&opacityShadow=20&bgImgOpacityShadow=10&bgTextureShadow=flat&bgColorShadow=000000&opacityOverlay=50&bgImgOpacityOverlay=20&bgTextureOverlay=diagonals_thick&bgColorOverlay=666666&iconColorError=ffd27a&fcError=ffffff&borderColorError=cd0a0a&bgImgOpacityError=18&bgTextureError=diagonals_thick&bgColorError=b81900&iconColorHighlight=228ef1&fcHighlight=363636&borderColorHighlight=fed22f&bgImgOpacityHighlight=75&bgTextureHighlight=highlight_soft&bgColorHighlight=ffe45c&iconColorActive=ef8c08&fcActive=eb8f00&borderColorActive=fbd850&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ef8c08&fcHover=c77405&borderColorHover=fbcb09&bgImgOpacityHover=100&bgTextureHover=glass&bgColorHover=fdf5ce&iconColorDefault=ef8c08&fcDefault=1c94c4&borderColorDefault=cccccc&bgImgOpacityDefault=100&bgTextureDefault=glass&bgColorDefault=f6f6f6&iconColorContent=222222&fcContent=333333&borderColorContent=dddddd&bgImgOpacityContent=100&bgTextureContent=highlight_soft&bgColorContent=eeeeee&iconColorHeader=ffffff&fcHeader=ffffff&borderColorHeader=e78f08&bgImgOpacityHeader=35&bgTextureHeader=gloss_wave&bgColorHeader=f6a828&cornerRadius=4px&fsDefault=1.1em&fwDefault=bold&ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif
|
|
14
|
+
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
15
|
+
.ui-draggable-handle {
|
|
16
|
+
-ms-touch-action: none;
|
|
17
|
+
touch-action: none;
|
|
18
|
+
}
|
|
19
|
+
.ui-helper-hidden {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
.ui-helper-hidden-accessible {
|
|
23
|
+
border: 0;
|
|
24
|
+
clip: rect(0 0 0 0);
|
|
25
|
+
height: 1px;
|
|
26
|
+
margin: -1px;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
padding: 0;
|
|
29
|
+
position: absolute;
|
|
30
|
+
width: 1px;
|
|
31
|
+
}
|
|
32
|
+
.ui-helper-reset {
|
|
33
|
+
margin: 0;
|
|
34
|
+
padding: 0;
|
|
35
|
+
border: 0;
|
|
36
|
+
outline: 0;
|
|
37
|
+
line-height: 1.3;
|
|
38
|
+
text-decoration: none;
|
|
39
|
+
font-size: 100%;
|
|
40
|
+
list-style: none;
|
|
41
|
+
}
|
|
42
|
+
.ui-helper-clearfix:before,
|
|
43
|
+
.ui-helper-clearfix:after {
|
|
44
|
+
content: "";
|
|
45
|
+
display: table;
|
|
46
|
+
border-collapse: collapse;
|
|
47
|
+
}
|
|
48
|
+
.ui-helper-clearfix:after {
|
|
49
|
+
clear: both;
|
|
50
|
+
}
|
|
51
|
+
.ui-helper-zfix {
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 100%;
|
|
54
|
+
top: 0;
|
|
55
|
+
left: 0;
|
|
56
|
+
position: absolute;
|
|
57
|
+
opacity: 0;
|
|
58
|
+
filter: alpha(opacity=0);
|
|
59
|
+
}
|
|
60
|
+
.ui-front {
|
|
61
|
+
z-index: 100;
|
|
62
|
+
}
|
|
63
|
+
.ui-state-disabled {
|
|
64
|
+
cursor: default!important;
|
|
65
|
+
pointer-events: none;
|
|
66
|
+
}
|
|
67
|
+
.ui-icon {
|
|
68
|
+
display: inline-block;
|
|
69
|
+
vertical-align: middle;
|
|
70
|
+
margin-top: -0.25em;
|
|
71
|
+
position: relative;
|
|
72
|
+
text-indent: -99999px;
|
|
73
|
+
overflow: hidden;
|
|
74
|
+
background-repeat: no-repeat;
|
|
75
|
+
}
|
|
76
|
+
.ui-widget-icon-block {
|
|
77
|
+
left: 50%;
|
|
78
|
+
margin-left: -8px;
|
|
79
|
+
display: block;
|
|
80
|
+
}
|
|
81
|
+
.ui-widget-overlay {
|
|
82
|
+
position: fixed;
|
|
83
|
+
top: 0;
|
|
84
|
+
left: 0;
|
|
85
|
+
width: 100%;
|
|
86
|
+
height: 100%;
|
|
87
|
+
}
|
|
88
|
+
.ui-resizable {
|
|
89
|
+
position: relative;
|
|
90
|
+
}
|
|
91
|
+
.ui-resizable-handle {
|
|
92
|
+
position: absolute;
|
|
93
|
+
font-size: 0.1px;
|
|
94
|
+
display: block;
|
|
95
|
+
-ms-touch-action: none;
|
|
96
|
+
touch-action: none;
|
|
97
|
+
}
|
|
98
|
+
.ui-resizable-disabled .ui-resizable-handle,
|
|
99
|
+
.ui-resizable-autohide .ui-resizable-handle {
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
102
|
+
.ui-resizable-n {
|
|
103
|
+
cursor: n-resize;
|
|
104
|
+
height: 7px;
|
|
105
|
+
width: 100%;
|
|
106
|
+
top: -5px;
|
|
107
|
+
left: 0;
|
|
108
|
+
}
|
|
109
|
+
.ui-resizable-s {
|
|
110
|
+
cursor: s-resize;
|
|
111
|
+
height: 7px;
|
|
112
|
+
width: 100%;
|
|
113
|
+
bottom: -5px;
|
|
114
|
+
left: 0;
|
|
115
|
+
}
|
|
116
|
+
.ui-resizable-e {
|
|
117
|
+
cursor: e-resize;
|
|
118
|
+
width: 7px;
|
|
119
|
+
right: -5px;
|
|
120
|
+
top: 0;
|
|
121
|
+
height: 100%;
|
|
122
|
+
}
|
|
123
|
+
.ui-resizable-w {
|
|
124
|
+
cursor: w-resize;
|
|
125
|
+
width: 7px;
|
|
126
|
+
left: -5px;
|
|
127
|
+
top: 0;
|
|
128
|
+
height: 100%;
|
|
129
|
+
}
|
|
130
|
+
.ui-resizable-se {
|
|
131
|
+
cursor: se-resize;
|
|
132
|
+
width: 12px;
|
|
133
|
+
height: 12px;
|
|
134
|
+
right: 1px;
|
|
135
|
+
bottom: 1px;
|
|
136
|
+
}
|
|
137
|
+
.ui-resizable-sw {
|
|
138
|
+
cursor: sw-resize;
|
|
139
|
+
width: 9px;
|
|
140
|
+
height: 9px;
|
|
141
|
+
left: -5px;
|
|
142
|
+
bottom: -5px;
|
|
143
|
+
}
|
|
144
|
+
.ui-resizable-nw {
|
|
145
|
+
cursor: nw-resize;
|
|
146
|
+
width: 9px;
|
|
147
|
+
height: 9px;
|
|
148
|
+
left: -5px;
|
|
149
|
+
top: -5px;
|
|
150
|
+
}
|
|
151
|
+
.ui-resizable-ne {
|
|
152
|
+
cursor: ne-resize;
|
|
153
|
+
width: 9px;
|
|
154
|
+
height: 9px;
|
|
155
|
+
right: -5px;
|
|
156
|
+
top: -5px;
|
|
157
|
+
}
|
|
158
|
+
.ui-autocomplete {
|
|
159
|
+
position: absolute;
|
|
160
|
+
top: 0;
|
|
161
|
+
left: 0;
|
|
162
|
+
cursor: default;
|
|
163
|
+
}
|
|
164
|
+
.ui-menu {
|
|
165
|
+
list-style: none;
|
|
166
|
+
padding: 0;
|
|
167
|
+
margin: 0;
|
|
168
|
+
display: block;
|
|
169
|
+
outline: 0;
|
|
170
|
+
}
|
|
171
|
+
.ui-menu .ui-menu {
|
|
172
|
+
position: absolute;
|
|
173
|
+
}
|
|
174
|
+
.ui-menu .ui-menu-item {
|
|
175
|
+
margin: 0;
|
|
176
|
+
cursor: pointer;
|
|
177
|
+
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
178
|
+
}
|
|
179
|
+
.ui-menu .ui-menu-item-wrapper {
|
|
180
|
+
position: relative;
|
|
181
|
+
padding: 3px 1em 3px 0.4em;
|
|
182
|
+
}
|
|
183
|
+
.ui-menu .ui-menu-divider {
|
|
184
|
+
margin: 5px 0;
|
|
185
|
+
height: 0;
|
|
186
|
+
font-size: 0;
|
|
187
|
+
line-height: 0;
|
|
188
|
+
border-width: 1px 0 0 0;
|
|
189
|
+
}
|
|
190
|
+
.ui-menu .ui-state-focus,
|
|
191
|
+
.ui-menu .ui-state-active {
|
|
192
|
+
margin: -1px;
|
|
193
|
+
}
|
|
194
|
+
.ui-menu-icons {
|
|
195
|
+
position: relative;
|
|
196
|
+
}
|
|
197
|
+
.ui-menu-icons .ui-menu-item-wrapper {
|
|
198
|
+
padding-left: 2em;
|
|
199
|
+
}
|
|
200
|
+
.ui-menu .ui-icon {
|
|
201
|
+
position: absolute;
|
|
202
|
+
top: 0;
|
|
203
|
+
bottom: 0;
|
|
204
|
+
left: 0.2em;
|
|
205
|
+
margin: auto 0;
|
|
206
|
+
}
|
|
207
|
+
.ui-menu .ui-menu-icon {
|
|
208
|
+
left: auto;
|
|
209
|
+
right: 0;
|
|
210
|
+
}
|
|
211
|
+
.ui-button {
|
|
212
|
+
padding: 0.4em 1em;
|
|
213
|
+
display: inline-block;
|
|
214
|
+
position: relative;
|
|
215
|
+
line-height: normal;
|
|
216
|
+
margin-right: 0.1em;
|
|
217
|
+
cursor: pointer;
|
|
218
|
+
vertical-align: middle;
|
|
219
|
+
text-align: center;
|
|
220
|
+
-webkit-user-select: none;
|
|
221
|
+
-moz-user-select: none;
|
|
222
|
+
-ms-user-select: none;
|
|
223
|
+
user-select: none;
|
|
224
|
+
overflow: visible;
|
|
225
|
+
}
|
|
226
|
+
.ui-button,
|
|
227
|
+
.ui-button:link,
|
|
228
|
+
.ui-button:visited,
|
|
229
|
+
.ui-button:hover,
|
|
230
|
+
.ui-button:active {
|
|
231
|
+
text-decoration: none;
|
|
232
|
+
}
|
|
233
|
+
.ui-button-icon-only {
|
|
234
|
+
width: 2em;
|
|
235
|
+
box-sizing: border-box;
|
|
236
|
+
text-indent: -9999px;
|
|
237
|
+
white-space: nowrap;
|
|
238
|
+
}
|
|
239
|
+
input.ui-button.ui-button-icon-only {
|
|
240
|
+
text-indent: 0;
|
|
241
|
+
}
|
|
242
|
+
.ui-button-icon-only .ui-icon {
|
|
243
|
+
position: absolute;
|
|
244
|
+
top: 50%;
|
|
245
|
+
left: 50%;
|
|
246
|
+
margin-top: -8px;
|
|
247
|
+
margin-left: -8px;
|
|
248
|
+
}
|
|
249
|
+
.ui-button.ui-icon-notext .ui-icon {
|
|
250
|
+
padding: 0;
|
|
251
|
+
width: 2.1em;
|
|
252
|
+
height: 2.1em;
|
|
253
|
+
text-indent: -9999px;
|
|
254
|
+
white-space: nowrap;
|
|
255
|
+
}
|
|
256
|
+
input.ui-button.ui-icon-notext .ui-icon {
|
|
257
|
+
width: auto;
|
|
258
|
+
height: auto;
|
|
259
|
+
text-indent: 0;
|
|
260
|
+
white-space: normal;
|
|
261
|
+
padding: 0.4em 1em;
|
|
262
|
+
}
|
|
263
|
+
input.ui-button::-moz-focus-inner,
|
|
264
|
+
button.ui-button::-moz-focus-inner {
|
|
265
|
+
border: 0;
|
|
266
|
+
padding: 0;
|
|
267
|
+
}
|
|
268
|
+
.ui-controlgroup {
|
|
269
|
+
vertical-align: middle;
|
|
270
|
+
display: inline-block;
|
|
271
|
+
}
|
|
272
|
+
.ui-controlgroup > .ui-controlgroup-item {
|
|
273
|
+
float: left;
|
|
274
|
+
margin-left: 0;
|
|
275
|
+
margin-right: 0;
|
|
276
|
+
}
|
|
277
|
+
.ui-controlgroup > .ui-controlgroup-item:focus,
|
|
278
|
+
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
|
|
279
|
+
z-index: 9999;
|
|
280
|
+
}
|
|
281
|
+
.ui-controlgroup-vertical > .ui-controlgroup-item {
|
|
282
|
+
display: block;
|
|
283
|
+
float: none;
|
|
284
|
+
width: 100%;
|
|
285
|
+
margin-top: 0;
|
|
286
|
+
margin-bottom: 0;
|
|
287
|
+
text-align: left;
|
|
288
|
+
}
|
|
289
|
+
.ui-controlgroup-vertical .ui-controlgroup-item {
|
|
290
|
+
box-sizing: border-box;
|
|
291
|
+
}
|
|
292
|
+
.ui-controlgroup .ui-controlgroup-label {
|
|
293
|
+
padding: 0.4em 1em;
|
|
294
|
+
}
|
|
295
|
+
.ui-controlgroup .ui-controlgroup-label span {
|
|
296
|
+
font-size: 80%;
|
|
297
|
+
}
|
|
298
|
+
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
|
|
299
|
+
border-left: none;
|
|
300
|
+
}
|
|
301
|
+
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
|
|
302
|
+
border-top: none;
|
|
303
|
+
}
|
|
304
|
+
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
|
|
305
|
+
border-right: none;
|
|
306
|
+
}
|
|
307
|
+
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
|
308
|
+
border-bottom: none;
|
|
309
|
+
}
|
|
310
|
+
.ui-controlgroup-vertical .ui-spinner-input {
|
|
311
|
+
width: 75%;
|
|
312
|
+
width: calc(100% - 2.4em);
|
|
313
|
+
}
|
|
314
|
+
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
|
315
|
+
border-top-style: solid;
|
|
316
|
+
}
|
|
317
|
+
.ui-checkboxradio-label .ui-icon-background {
|
|
318
|
+
box-shadow: inset 1px 1px 1px #ccc;
|
|
319
|
+
border-radius: 0.12em;
|
|
320
|
+
border: none;
|
|
321
|
+
}
|
|
322
|
+
.ui-checkboxradio-radio-label .ui-icon-background {
|
|
323
|
+
width: 16px;
|
|
324
|
+
height: 16px;
|
|
325
|
+
border-radius: 1em;
|
|
326
|
+
overflow: visible;
|
|
327
|
+
border: none;
|
|
328
|
+
}
|
|
329
|
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
|
|
330
|
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
|
|
331
|
+
background-image: none;
|
|
332
|
+
width: 8px;
|
|
333
|
+
height: 8px;
|
|
334
|
+
border-width: 4px;
|
|
335
|
+
border-style: solid;
|
|
336
|
+
}
|
|
337
|
+
.ui-checkboxradio-disabled {
|
|
338
|
+
pointer-events: none;
|
|
339
|
+
}
|
|
340
|
+
.ui-datepicker {
|
|
341
|
+
width: 17em;
|
|
342
|
+
padding: 0.2em 0.2em 0;
|
|
343
|
+
display: none;
|
|
344
|
+
}
|
|
345
|
+
.ui-datepicker .ui-datepicker-header {
|
|
346
|
+
position: relative;
|
|
347
|
+
padding: 0.2em 0;
|
|
348
|
+
}
|
|
349
|
+
.ui-datepicker .ui-datepicker-prev,
|
|
350
|
+
.ui-datepicker .ui-datepicker-next {
|
|
351
|
+
position: absolute;
|
|
352
|
+
top: 2px;
|
|
353
|
+
width: 1.8em;
|
|
354
|
+
height: 1.8em;
|
|
355
|
+
}
|
|
356
|
+
.ui-datepicker .ui-datepicker-prev-hover,
|
|
357
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
|
358
|
+
top: 1px;
|
|
359
|
+
}
|
|
360
|
+
.ui-datepicker .ui-datepicker-prev {
|
|
361
|
+
left: 2px;
|
|
362
|
+
}
|
|
363
|
+
.ui-datepicker .ui-datepicker-next {
|
|
364
|
+
right: 2px;
|
|
365
|
+
}
|
|
366
|
+
.ui-datepicker .ui-datepicker-prev-hover {
|
|
367
|
+
left: 1px;
|
|
368
|
+
}
|
|
369
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
|
370
|
+
right: 1px;
|
|
371
|
+
}
|
|
372
|
+
.ui-datepicker .ui-datepicker-prev span,
|
|
373
|
+
.ui-datepicker .ui-datepicker-next span {
|
|
374
|
+
display: block;
|
|
375
|
+
position: absolute;
|
|
376
|
+
left: 50%;
|
|
377
|
+
margin-left: -8px;
|
|
378
|
+
top: 50%;
|
|
379
|
+
margin-top: -8px;
|
|
380
|
+
}
|
|
381
|
+
.ui-datepicker .ui-datepicker-title {
|
|
382
|
+
margin: 0 2.3em;
|
|
383
|
+
line-height: 1.8em;
|
|
384
|
+
text-align: center;
|
|
385
|
+
}
|
|
386
|
+
.ui-datepicker .ui-datepicker-title select {
|
|
387
|
+
font-size: 1em;
|
|
388
|
+
margin: 1px 0;
|
|
389
|
+
}
|
|
390
|
+
.ui-datepicker select.ui-datepicker-month,
|
|
391
|
+
.ui-datepicker select.ui-datepicker-year {
|
|
392
|
+
width: 45%;
|
|
393
|
+
}
|
|
394
|
+
.ui-datepicker table {
|
|
395
|
+
width: 100%;
|
|
396
|
+
font-size: 0.9em;
|
|
397
|
+
border-collapse: collapse;
|
|
398
|
+
margin: 0 0 0.4em;
|
|
399
|
+
}
|
|
400
|
+
.ui-datepicker th {
|
|
401
|
+
padding: 0.7em 0.3em;
|
|
402
|
+
text-align: center;
|
|
403
|
+
font-weight: bold;
|
|
404
|
+
border: 0;
|
|
405
|
+
}
|
|
406
|
+
.ui-datepicker td {
|
|
407
|
+
border: 0;
|
|
408
|
+
padding: 1px;
|
|
409
|
+
}
|
|
410
|
+
.ui-datepicker td span,
|
|
411
|
+
.ui-datepicker td a {
|
|
412
|
+
display: block;
|
|
413
|
+
padding: 0.2em;
|
|
414
|
+
text-align: right;
|
|
415
|
+
text-decoration: none;
|
|
416
|
+
}
|
|
417
|
+
.ui-datepicker .ui-datepicker-buttonpane {
|
|
418
|
+
background-image: none;
|
|
419
|
+
margin: 0.7em 0 0 0;
|
|
420
|
+
padding: 0 0.2em;
|
|
421
|
+
border-left: 0;
|
|
422
|
+
border-right: 0;
|
|
423
|
+
border-bottom: 0;
|
|
424
|
+
}
|
|
425
|
+
.ui-datepicker .ui-datepicker-buttonpane button {
|
|
426
|
+
float: right;
|
|
427
|
+
margin: 0.5em 0.2em 0.4em;
|
|
428
|
+
cursor: pointer;
|
|
429
|
+
padding: 0.2em 0.6em 0.3em 0.6em;
|
|
430
|
+
width: auto;
|
|
431
|
+
overflow: visible;
|
|
432
|
+
}
|
|
433
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
|
434
|
+
float: left;
|
|
435
|
+
}
|
|
436
|
+
.ui-datepicker.ui-datepicker-multi {
|
|
437
|
+
width: auto;
|
|
438
|
+
}
|
|
439
|
+
.ui-datepicker-multi .ui-datepicker-group {
|
|
440
|
+
float: left;
|
|
441
|
+
}
|
|
442
|
+
.ui-datepicker-multi .ui-datepicker-group table {
|
|
443
|
+
width: 95%;
|
|
444
|
+
margin: 0 auto 0.4em;
|
|
445
|
+
}
|
|
446
|
+
.ui-datepicker-multi-2 .ui-datepicker-group {
|
|
447
|
+
width: 50%;
|
|
448
|
+
}
|
|
449
|
+
.ui-datepicker-multi-3 .ui-datepicker-group {
|
|
450
|
+
width: 33.3%;
|
|
451
|
+
}
|
|
452
|
+
.ui-datepicker-multi-4 .ui-datepicker-group {
|
|
453
|
+
width: 25%;
|
|
454
|
+
}
|
|
455
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
|
456
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
|
457
|
+
border-left-width: 0;
|
|
458
|
+
}
|
|
459
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
|
460
|
+
clear: left;
|
|
461
|
+
}
|
|
462
|
+
.ui-datepicker-row-break {
|
|
463
|
+
clear: both;
|
|
464
|
+
width: 100%;
|
|
465
|
+
font-size: 0;
|
|
466
|
+
}
|
|
467
|
+
.ui-datepicker-rtl {
|
|
468
|
+
direction: rtl;
|
|
469
|
+
}
|
|
470
|
+
.ui-datepicker-rtl .ui-datepicker-prev {
|
|
471
|
+
right: 2px;
|
|
472
|
+
left: auto;
|
|
473
|
+
}
|
|
474
|
+
.ui-datepicker-rtl .ui-datepicker-next {
|
|
475
|
+
left: 2px;
|
|
476
|
+
right: auto;
|
|
477
|
+
}
|
|
478
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
|
479
|
+
right: 1px;
|
|
480
|
+
left: auto;
|
|
481
|
+
}
|
|
482
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
|
483
|
+
left: 1px;
|
|
484
|
+
right: auto;
|
|
485
|
+
}
|
|
486
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
|
487
|
+
clear: right;
|
|
488
|
+
}
|
|
489
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
|
490
|
+
float: left;
|
|
491
|
+
}
|
|
492
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
|
493
|
+
.ui-datepicker-rtl .ui-datepicker-group {
|
|
494
|
+
float: right;
|
|
495
|
+
}
|
|
496
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
|
497
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
|
498
|
+
border-right-width: 0;
|
|
499
|
+
border-left-width: 1px;
|
|
500
|
+
}
|
|
501
|
+
.ui-datepicker .ui-icon {
|
|
502
|
+
display: block;
|
|
503
|
+
text-indent: -99999px;
|
|
504
|
+
overflow: hidden;
|
|
505
|
+
background-repeat: no-repeat;
|
|
506
|
+
left: 0.5em;
|
|
507
|
+
top: 0.3em;
|
|
508
|
+
}
|
|
509
|
+
.ui-dialog {
|
|
510
|
+
position: absolute;
|
|
511
|
+
top: 0;
|
|
512
|
+
left: 0;
|
|
513
|
+
padding: 0.2em;
|
|
514
|
+
outline: 0;
|
|
515
|
+
}
|
|
516
|
+
.ui-dialog .ui-dialog-titlebar {
|
|
517
|
+
padding: 0.4em 1em;
|
|
518
|
+
position: relative;
|
|
519
|
+
}
|
|
520
|
+
.ui-dialog .ui-dialog-title {
|
|
521
|
+
float: left;
|
|
522
|
+
margin: 0.1em 0;
|
|
523
|
+
white-space: nowrap;
|
|
524
|
+
width: 90%;
|
|
525
|
+
overflow: hidden;
|
|
526
|
+
text-overflow: ellipsis;
|
|
527
|
+
}
|
|
528
|
+
.ui-dialog .ui-dialog-titlebar-close {
|
|
529
|
+
position: absolute;
|
|
530
|
+
right: 0.3em;
|
|
531
|
+
top: 50%;
|
|
532
|
+
width: 20px;
|
|
533
|
+
margin: -10px 0 0 0;
|
|
534
|
+
padding: 1px;
|
|
535
|
+
height: 20px;
|
|
536
|
+
}
|
|
537
|
+
.ui-dialog .ui-dialog-content {
|
|
538
|
+
position: relative;
|
|
539
|
+
border: 0;
|
|
540
|
+
padding: 0.5em 1em;
|
|
541
|
+
background: none;
|
|
542
|
+
overflow: auto;
|
|
543
|
+
}
|
|
544
|
+
.ui-dialog .ui-dialog-buttonpane {
|
|
545
|
+
text-align: left;
|
|
546
|
+
border-width: 1px 0 0 0;
|
|
547
|
+
background-image: none;
|
|
548
|
+
margin-top: 0.5em;
|
|
549
|
+
padding: 0.3em 1em 0.5em 0.4em;
|
|
550
|
+
}
|
|
551
|
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
552
|
+
float: right;
|
|
553
|
+
}
|
|
554
|
+
.ui-dialog .ui-dialog-buttonpane button {
|
|
555
|
+
margin: 0.5em 0.4em 0.5em 0;
|
|
556
|
+
cursor: pointer;
|
|
557
|
+
}
|
|
558
|
+
.ui-dialog .ui-resizable-n {
|
|
559
|
+
height: 2px;
|
|
560
|
+
top: 0;
|
|
561
|
+
}
|
|
562
|
+
.ui-dialog .ui-resizable-e {
|
|
563
|
+
width: 2px;
|
|
564
|
+
right: 0;
|
|
565
|
+
}
|
|
566
|
+
.ui-dialog .ui-resizable-s {
|
|
567
|
+
height: 2px;
|
|
568
|
+
bottom: 0;
|
|
569
|
+
}
|
|
570
|
+
.ui-dialog .ui-resizable-w {
|
|
571
|
+
width: 2px;
|
|
572
|
+
left: 0;
|
|
573
|
+
}
|
|
574
|
+
.ui-dialog .ui-resizable-se,
|
|
575
|
+
.ui-dialog .ui-resizable-sw,
|
|
576
|
+
.ui-dialog .ui-resizable-ne,
|
|
577
|
+
.ui-dialog .ui-resizable-nw {
|
|
578
|
+
width: 7px;
|
|
579
|
+
height: 7px;
|
|
580
|
+
}
|
|
581
|
+
.ui-dialog .ui-resizable-se {
|
|
582
|
+
right: 0;
|
|
583
|
+
bottom: 0;
|
|
584
|
+
}
|
|
585
|
+
.ui-dialog .ui-resizable-sw {
|
|
586
|
+
left: 0;
|
|
587
|
+
bottom: 0;
|
|
588
|
+
}
|
|
589
|
+
.ui-dialog .ui-resizable-ne {
|
|
590
|
+
right: 0;
|
|
591
|
+
top: 0;
|
|
592
|
+
}
|
|
593
|
+
.ui-dialog .ui-resizable-nw {
|
|
594
|
+
left: 0;
|
|
595
|
+
top: 0;
|
|
596
|
+
}
|
|
597
|
+
.ui-draggable .ui-dialog-titlebar {
|
|
598
|
+
cursor: move;
|
|
599
|
+
}
|
|
600
|
+
.ui-widget {
|
|
601
|
+
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
602
|
+
font-size: 1.1em;
|
|
603
|
+
}
|
|
604
|
+
.ui-widget .ui-widget {
|
|
605
|
+
font-size: 1em;
|
|
606
|
+
}
|
|
607
|
+
.ui-widget input,
|
|
608
|
+
.ui-widget select,
|
|
609
|
+
.ui-widget textarea,
|
|
610
|
+
.ui-widget button {
|
|
611
|
+
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
612
|
+
font-size: 1em;
|
|
613
|
+
}
|
|
614
|
+
.ui-widget.ui-widget-content {
|
|
615
|
+
border: 1px solid #ccc;
|
|
616
|
+
}
|
|
617
|
+
.ui-widget-content {
|
|
618
|
+
border: 1px solid #ddd;
|
|
619
|
+
background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
|
|
620
|
+
color: #333;
|
|
621
|
+
}
|
|
622
|
+
.ui-widget-content a {
|
|
623
|
+
color: #333;
|
|
624
|
+
}
|
|
625
|
+
.ui-widget-header {
|
|
626
|
+
border: 1px solid #e78f08;
|
|
627
|
+
background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
|
|
628
|
+
color: #fff;
|
|
629
|
+
font-weight: bold;
|
|
630
|
+
}
|
|
631
|
+
.ui-widget-header a {
|
|
632
|
+
color: #fff;
|
|
633
|
+
}
|
|
634
|
+
.ui-state-default,
|
|
635
|
+
.ui-widget-content .ui-state-default,
|
|
636
|
+
.ui-widget-header .ui-state-default,
|
|
637
|
+
.ui-button,
|
|
638
|
+
html .ui-button.ui-state-disabled:hover,
|
|
639
|
+
html .ui-button.ui-state-disabled:active {
|
|
640
|
+
border: 1px solid #ccc;
|
|
641
|
+
background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
|
|
642
|
+
font-weight: bold;
|
|
643
|
+
color: #1c94c4;
|
|
644
|
+
}
|
|
645
|
+
.ui-state-default a,
|
|
646
|
+
.ui-state-default a:link,
|
|
647
|
+
.ui-state-default a:visited,
|
|
648
|
+
a.ui-button,
|
|
649
|
+
a:link.ui-button,
|
|
650
|
+
a:visited.ui-button,
|
|
651
|
+
.ui-button {
|
|
652
|
+
color: #1c94c4;
|
|
653
|
+
text-decoration: none;
|
|
654
|
+
}
|
|
655
|
+
.ui-state-hover,
|
|
656
|
+
.ui-widget-content .ui-state-hover,
|
|
657
|
+
.ui-widget-header .ui-state-hover,
|
|
658
|
+
.ui-state-focus,
|
|
659
|
+
.ui-widget-content .ui-state-focus,
|
|
660
|
+
.ui-widget-header .ui-state-focus,
|
|
661
|
+
.ui-button:hover,
|
|
662
|
+
.ui-button:focus {
|
|
663
|
+
border: 1px solid #fbcb09;
|
|
664
|
+
background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
|
|
665
|
+
font-weight: bold;
|
|
666
|
+
color: #c77405;
|
|
667
|
+
}
|
|
668
|
+
.ui-state-hover a,
|
|
669
|
+
.ui-state-hover a:hover,
|
|
670
|
+
.ui-state-hover a:link,
|
|
671
|
+
.ui-state-hover a:visited,
|
|
672
|
+
.ui-state-focus a,
|
|
673
|
+
.ui-state-focus a:hover,
|
|
674
|
+
.ui-state-focus a:link,
|
|
675
|
+
.ui-state-focus a:visited,
|
|
676
|
+
a.ui-button:hover,
|
|
677
|
+
a.ui-button:focus {
|
|
678
|
+
color: #c77405;
|
|
679
|
+
text-decoration: none;
|
|
680
|
+
}
|
|
681
|
+
.ui-visual-focus {
|
|
682
|
+
box-shadow: 0 0 3px 1px #5e9ed6;
|
|
683
|
+
}
|
|
684
|
+
.ui-state-active,
|
|
685
|
+
.ui-widget-content .ui-state-active,
|
|
686
|
+
.ui-widget-header .ui-state-active,
|
|
687
|
+
a.ui-button:active,
|
|
688
|
+
.ui-button:active,
|
|
689
|
+
.ui-button.ui-state-active:hover {
|
|
690
|
+
border: 1px solid #fbd850;
|
|
691
|
+
background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
|
|
692
|
+
font-weight: bold;
|
|
693
|
+
color: #eb8f00;
|
|
694
|
+
}
|
|
695
|
+
.ui-icon-background,
|
|
696
|
+
.ui-state-active .ui-icon-background {
|
|
697
|
+
border: #fbd850;
|
|
698
|
+
background-color: #eb8f00;
|
|
699
|
+
}
|
|
700
|
+
.ui-state-active a,
|
|
701
|
+
.ui-state-active a:link,
|
|
702
|
+
.ui-state-active a:visited {
|
|
703
|
+
color: #eb8f00;
|
|
704
|
+
text-decoration: none;
|
|
705
|
+
}
|
|
706
|
+
.ui-state-highlight,
|
|
707
|
+
.ui-widget-content .ui-state-highlight,
|
|
708
|
+
.ui-widget-header .ui-state-highlight {
|
|
709
|
+
border: 1px solid #fed22f;
|
|
710
|
+
background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
|
|
711
|
+
color: #363636;
|
|
712
|
+
}
|
|
713
|
+
.ui-state-checked {
|
|
714
|
+
border: 1px solid #fed22f;
|
|
715
|
+
background: #ffe45c;
|
|
716
|
+
}
|
|
717
|
+
.ui-state-highlight a,
|
|
718
|
+
.ui-widget-content .ui-state-highlight a,
|
|
719
|
+
.ui-widget-header .ui-state-highlight a {
|
|
720
|
+
color: #363636;
|
|
721
|
+
}
|
|
722
|
+
.ui-state-error,
|
|
723
|
+
.ui-widget-content .ui-state-error,
|
|
724
|
+
.ui-widget-header .ui-state-error {
|
|
725
|
+
border: 1px solid #cd0a0a;
|
|
726
|
+
background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
|
|
727
|
+
color: #fff;
|
|
728
|
+
}
|
|
729
|
+
.ui-state-error a,
|
|
730
|
+
.ui-widget-content .ui-state-error a,
|
|
731
|
+
.ui-widget-header .ui-state-error a {
|
|
732
|
+
color: #fff;
|
|
733
|
+
}
|
|
734
|
+
.ui-state-error-text,
|
|
735
|
+
.ui-widget-content .ui-state-error-text,
|
|
736
|
+
.ui-widget-header .ui-state-error-text {
|
|
737
|
+
color: #fff;
|
|
738
|
+
}
|
|
739
|
+
.ui-priority-primary,
|
|
740
|
+
.ui-widget-content .ui-priority-primary,
|
|
741
|
+
.ui-widget-header .ui-priority-primary {
|
|
742
|
+
font-weight: bold;
|
|
743
|
+
}
|
|
744
|
+
.ui-priority-secondary,
|
|
745
|
+
.ui-widget-content .ui-priority-secondary,
|
|
746
|
+
.ui-widget-header .ui-priority-secondary {
|
|
747
|
+
opacity: 0.7;
|
|
748
|
+
filter: alpha(opacity=70);
|
|
749
|
+
font-weight: normal;
|
|
750
|
+
}
|
|
751
|
+
.ui-state-disabled,
|
|
752
|
+
.ui-widget-content .ui-state-disabled,
|
|
753
|
+
.ui-widget-header .ui-state-disabled {
|
|
754
|
+
opacity: 0.35;
|
|
755
|
+
filter: alpha(opacity=35);
|
|
756
|
+
background-image: none;
|
|
757
|
+
}
|
|
758
|
+
.ui-state-disabled .ui-icon {
|
|
759
|
+
filter: alpha(opacity=35);
|
|
760
|
+
}
|
|
761
|
+
.ui-icon {
|
|
762
|
+
width: 16px;
|
|
763
|
+
height: 16px;
|
|
764
|
+
}
|
|
765
|
+
.ui-icon,
|
|
766
|
+
.ui-widget-content .ui-icon {
|
|
767
|
+
background-image: url("images/ui-icons_222222_256x240.png");
|
|
768
|
+
}
|
|
769
|
+
.ui-widget-header .ui-icon {
|
|
770
|
+
background-image: url("images/ui-icons_ffffff_256x240.png");
|
|
771
|
+
}
|
|
772
|
+
.ui-state-hover .ui-icon,
|
|
773
|
+
.ui-state-focus .ui-icon,
|
|
774
|
+
.ui-button:hover .ui-icon,
|
|
775
|
+
.ui-button:focus .ui-icon {
|
|
776
|
+
background-image: url("images/ui-icons_ef8c08_256x240.png");
|
|
777
|
+
}
|
|
778
|
+
.ui-state-active .ui-icon,
|
|
779
|
+
.ui-button:active .ui-icon {
|
|
780
|
+
background-image: url("images/ui-icons_ef8c08_256x240.png");
|
|
781
|
+
}
|
|
782
|
+
.ui-state-highlight .ui-icon,
|
|
783
|
+
.ui-button .ui-state-highlight.ui-icon {
|
|
784
|
+
background-image: url("images/ui-icons_228ef1_256x240.png");
|
|
785
|
+
}
|
|
786
|
+
.ui-state-error .ui-icon,
|
|
787
|
+
.ui-state-error-text .ui-icon {
|
|
788
|
+
background-image: url("images/ui-icons_ffd27a_256x240.png");
|
|
789
|
+
}
|
|
790
|
+
.ui-button .ui-icon {
|
|
791
|
+
background-image: url("images/ui-icons_ef8c08_256x240.png");
|
|
792
|
+
}
|
|
793
|
+
.ui-icon-blank {
|
|
794
|
+
background-position: 16px 16px;
|
|
795
|
+
}
|
|
796
|
+
.ui-icon-caret-1-n {
|
|
797
|
+
background-position: 0 0;
|
|
798
|
+
}
|
|
799
|
+
.ui-icon-caret-1-ne {
|
|
800
|
+
background-position: -16px 0;
|
|
801
|
+
}
|
|
802
|
+
.ui-icon-caret-1-e {
|
|
803
|
+
background-position: -32px 0;
|
|
804
|
+
}
|
|
805
|
+
.ui-icon-caret-1-se {
|
|
806
|
+
background-position: -48px 0;
|
|
807
|
+
}
|
|
808
|
+
.ui-icon-caret-1-s {
|
|
809
|
+
background-position: -65px 0;
|
|
810
|
+
}
|
|
811
|
+
.ui-icon-caret-1-sw {
|
|
812
|
+
background-position: -80px 0;
|
|
813
|
+
}
|
|
814
|
+
.ui-icon-caret-1-w {
|
|
815
|
+
background-position: -96px 0;
|
|
816
|
+
}
|
|
817
|
+
.ui-icon-caret-1-nw {
|
|
818
|
+
background-position: -112px 0;
|
|
819
|
+
}
|
|
820
|
+
.ui-icon-caret-2-n-s {
|
|
821
|
+
background-position: -128px 0;
|
|
822
|
+
}
|
|
823
|
+
.ui-icon-caret-2-e-w {
|
|
824
|
+
background-position: -144px 0;
|
|
825
|
+
}
|
|
826
|
+
.ui-icon-triangle-1-n {
|
|
827
|
+
background-position: 0 -16px;
|
|
828
|
+
}
|
|
829
|
+
.ui-icon-triangle-1-ne {
|
|
830
|
+
background-position: -16px -16px;
|
|
831
|
+
}
|
|
832
|
+
.ui-icon-triangle-1-e {
|
|
833
|
+
background-position: -32px -16px;
|
|
834
|
+
}
|
|
835
|
+
.ui-icon-triangle-1-se {
|
|
836
|
+
background-position: -48px -16px;
|
|
837
|
+
}
|
|
838
|
+
.ui-icon-triangle-1-s {
|
|
839
|
+
background-position: -65px -16px;
|
|
840
|
+
}
|
|
841
|
+
.ui-icon-triangle-1-sw {
|
|
842
|
+
background-position: -80px -16px;
|
|
843
|
+
}
|
|
844
|
+
.ui-icon-triangle-1-w {
|
|
845
|
+
background-position: -96px -16px;
|
|
846
|
+
}
|
|
847
|
+
.ui-icon-triangle-1-nw {
|
|
848
|
+
background-position: -112px -16px;
|
|
849
|
+
}
|
|
850
|
+
.ui-icon-triangle-2-n-s {
|
|
851
|
+
background-position: -128px -16px;
|
|
852
|
+
}
|
|
853
|
+
.ui-icon-triangle-2-e-w {
|
|
854
|
+
background-position: -144px -16px;
|
|
855
|
+
}
|
|
856
|
+
.ui-icon-arrow-1-n {
|
|
857
|
+
background-position: 0 -32px;
|
|
858
|
+
}
|
|
859
|
+
.ui-icon-arrow-1-ne {
|
|
860
|
+
background-position: -16px -32px;
|
|
861
|
+
}
|
|
862
|
+
.ui-icon-arrow-1-e {
|
|
863
|
+
background-position: -32px -32px;
|
|
864
|
+
}
|
|
865
|
+
.ui-icon-arrow-1-se {
|
|
866
|
+
background-position: -48px -32px;
|
|
867
|
+
}
|
|
868
|
+
.ui-icon-arrow-1-s {
|
|
869
|
+
background-position: -65px -32px;
|
|
870
|
+
}
|
|
871
|
+
.ui-icon-arrow-1-sw {
|
|
872
|
+
background-position: -80px -32px;
|
|
873
|
+
}
|
|
874
|
+
.ui-icon-arrow-1-w {
|
|
875
|
+
background-position: -96px -32px;
|
|
876
|
+
}
|
|
877
|
+
.ui-icon-arrow-1-nw {
|
|
878
|
+
background-position: -112px -32px;
|
|
879
|
+
}
|
|
880
|
+
.ui-icon-arrow-2-n-s {
|
|
881
|
+
background-position: -128px -32px;
|
|
882
|
+
}
|
|
883
|
+
.ui-icon-arrow-2-ne-sw {
|
|
884
|
+
background-position: -144px -32px;
|
|
885
|
+
}
|
|
886
|
+
.ui-icon-arrow-2-e-w {
|
|
887
|
+
background-position: -160px -32px;
|
|
888
|
+
}
|
|
889
|
+
.ui-icon-arrow-2-se-nw {
|
|
890
|
+
background-position: -176px -32px;
|
|
891
|
+
}
|
|
892
|
+
.ui-icon-arrowstop-1-n {
|
|
893
|
+
background-position: -192px -32px;
|
|
894
|
+
}
|
|
895
|
+
.ui-icon-arrowstop-1-e {
|
|
896
|
+
background-position: -208px -32px;
|
|
897
|
+
}
|
|
898
|
+
.ui-icon-arrowstop-1-s {
|
|
899
|
+
background-position: -224px -32px;
|
|
900
|
+
}
|
|
901
|
+
.ui-icon-arrowstop-1-w {
|
|
902
|
+
background-position: -240px -32px;
|
|
903
|
+
}
|
|
904
|
+
.ui-icon-arrowthick-1-n {
|
|
905
|
+
background-position: 1px -48px;
|
|
906
|
+
}
|
|
907
|
+
.ui-icon-arrowthick-1-ne {
|
|
908
|
+
background-position: -16px -48px;
|
|
909
|
+
}
|
|
910
|
+
.ui-icon-arrowthick-1-e {
|
|
911
|
+
background-position: -32px -48px;
|
|
912
|
+
}
|
|
913
|
+
.ui-icon-arrowthick-1-se {
|
|
914
|
+
background-position: -48px -48px;
|
|
915
|
+
}
|
|
916
|
+
.ui-icon-arrowthick-1-s {
|
|
917
|
+
background-position: -64px -48px;
|
|
918
|
+
}
|
|
919
|
+
.ui-icon-arrowthick-1-sw {
|
|
920
|
+
background-position: -80px -48px;
|
|
921
|
+
}
|
|
922
|
+
.ui-icon-arrowthick-1-w {
|
|
923
|
+
background-position: -96px -48px;
|
|
924
|
+
}
|
|
925
|
+
.ui-icon-arrowthick-1-nw {
|
|
926
|
+
background-position: -112px -48px;
|
|
927
|
+
}
|
|
928
|
+
.ui-icon-arrowthick-2-n-s {
|
|
929
|
+
background-position: -128px -48px;
|
|
930
|
+
}
|
|
931
|
+
.ui-icon-arrowthick-2-ne-sw {
|
|
932
|
+
background-position: -144px -48px;
|
|
933
|
+
}
|
|
934
|
+
.ui-icon-arrowthick-2-e-w {
|
|
935
|
+
background-position: -160px -48px;
|
|
936
|
+
}
|
|
937
|
+
.ui-icon-arrowthick-2-se-nw {
|
|
938
|
+
background-position: -176px -48px;
|
|
939
|
+
}
|
|
940
|
+
.ui-icon-arrowthickstop-1-n {
|
|
941
|
+
background-position: -192px -48px;
|
|
942
|
+
}
|
|
943
|
+
.ui-icon-arrowthickstop-1-e {
|
|
944
|
+
background-position: -208px -48px;
|
|
945
|
+
}
|
|
946
|
+
.ui-icon-arrowthickstop-1-s {
|
|
947
|
+
background-position: -224px -48px;
|
|
948
|
+
}
|
|
949
|
+
.ui-icon-arrowthickstop-1-w {
|
|
950
|
+
background-position: -240px -48px;
|
|
951
|
+
}
|
|
952
|
+
.ui-icon-arrowreturnthick-1-w {
|
|
953
|
+
background-position: 0 -64px;
|
|
954
|
+
}
|
|
955
|
+
.ui-icon-arrowreturnthick-1-n {
|
|
956
|
+
background-position: -16px -64px;
|
|
957
|
+
}
|
|
958
|
+
.ui-icon-arrowreturnthick-1-e {
|
|
959
|
+
background-position: -32px -64px;
|
|
960
|
+
}
|
|
961
|
+
.ui-icon-arrowreturnthick-1-s {
|
|
962
|
+
background-position: -48px -64px;
|
|
963
|
+
}
|
|
964
|
+
.ui-icon-arrowreturn-1-w {
|
|
965
|
+
background-position: -64px -64px;
|
|
966
|
+
}
|
|
967
|
+
.ui-icon-arrowreturn-1-n {
|
|
968
|
+
background-position: -80px -64px;
|
|
969
|
+
}
|
|
970
|
+
.ui-icon-arrowreturn-1-e {
|
|
971
|
+
background-position: -96px -64px;
|
|
972
|
+
}
|
|
973
|
+
.ui-icon-arrowreturn-1-s {
|
|
974
|
+
background-position: -112px -64px;
|
|
975
|
+
}
|
|
976
|
+
.ui-icon-arrowrefresh-1-w {
|
|
977
|
+
background-position: -128px -64px;
|
|
978
|
+
}
|
|
979
|
+
.ui-icon-arrowrefresh-1-n {
|
|
980
|
+
background-position: -144px -64px;
|
|
981
|
+
}
|
|
982
|
+
.ui-icon-arrowrefresh-1-e {
|
|
983
|
+
background-position: -160px -64px;
|
|
984
|
+
}
|
|
985
|
+
.ui-icon-arrowrefresh-1-s {
|
|
986
|
+
background-position: -176px -64px;
|
|
987
|
+
}
|
|
988
|
+
.ui-icon-arrow-4 {
|
|
989
|
+
background-position: 0 -80px;
|
|
990
|
+
}
|
|
991
|
+
.ui-icon-arrow-4-diag {
|
|
992
|
+
background-position: -16px -80px;
|
|
993
|
+
}
|
|
994
|
+
.ui-icon-extlink {
|
|
995
|
+
background-position: -32px -80px;
|
|
996
|
+
}
|
|
997
|
+
.ui-icon-newwin {
|
|
998
|
+
background-position: -48px -80px;
|
|
999
|
+
}
|
|
1000
|
+
.ui-icon-refresh {
|
|
1001
|
+
background-position: -64px -80px;
|
|
1002
|
+
}
|
|
1003
|
+
.ui-icon-shuffle {
|
|
1004
|
+
background-position: -80px -80px;
|
|
1005
|
+
}
|
|
1006
|
+
.ui-icon-transfer-e-w {
|
|
1007
|
+
background-position: -96px -80px;
|
|
1008
|
+
}
|
|
1009
|
+
.ui-icon-transferthick-e-w {
|
|
1010
|
+
background-position: -112px -80px;
|
|
1011
|
+
}
|
|
1012
|
+
.ui-icon-folder-collapsed {
|
|
1013
|
+
background-position: 0 -96px;
|
|
1014
|
+
}
|
|
1015
|
+
.ui-icon-folder-open {
|
|
1016
|
+
background-position: -16px -96px;
|
|
1017
|
+
}
|
|
1018
|
+
.ui-icon-document {
|
|
1019
|
+
background-position: -32px -96px;
|
|
1020
|
+
}
|
|
1021
|
+
.ui-icon-document-b {
|
|
1022
|
+
background-position: -48px -96px;
|
|
1023
|
+
}
|
|
1024
|
+
.ui-icon-note {
|
|
1025
|
+
background-position: -64px -96px;
|
|
1026
|
+
}
|
|
1027
|
+
.ui-icon-mail-closed {
|
|
1028
|
+
background-position: -80px -96px;
|
|
1029
|
+
}
|
|
1030
|
+
.ui-icon-mail-open {
|
|
1031
|
+
background-position: -96px -96px;
|
|
1032
|
+
}
|
|
1033
|
+
.ui-icon-suitcase {
|
|
1034
|
+
background-position: -112px -96px;
|
|
1035
|
+
}
|
|
1036
|
+
.ui-icon-comment {
|
|
1037
|
+
background-position: -128px -96px;
|
|
1038
|
+
}
|
|
1039
|
+
.ui-icon-person {
|
|
1040
|
+
background-position: -144px -96px;
|
|
1041
|
+
}
|
|
1042
|
+
.ui-icon-print {
|
|
1043
|
+
background-position: -160px -96px;
|
|
1044
|
+
}
|
|
1045
|
+
.ui-icon-trash {
|
|
1046
|
+
background-position: -176px -96px;
|
|
1047
|
+
}
|
|
1048
|
+
.ui-icon-locked {
|
|
1049
|
+
background-position: -192px -96px;
|
|
1050
|
+
}
|
|
1051
|
+
.ui-icon-unlocked {
|
|
1052
|
+
background-position: -208px -96px;
|
|
1053
|
+
}
|
|
1054
|
+
.ui-icon-bookmark {
|
|
1055
|
+
background-position: -224px -96px;
|
|
1056
|
+
}
|
|
1057
|
+
.ui-icon-tag {
|
|
1058
|
+
background-position: -240px -96px;
|
|
1059
|
+
}
|
|
1060
|
+
.ui-icon-home {
|
|
1061
|
+
background-position: 0 -112px;
|
|
1062
|
+
}
|
|
1063
|
+
.ui-icon-flag {
|
|
1064
|
+
background-position: -16px -112px;
|
|
1065
|
+
}
|
|
1066
|
+
.ui-icon-calendar {
|
|
1067
|
+
background-position: -32px -112px;
|
|
1068
|
+
}
|
|
1069
|
+
.ui-icon-cart {
|
|
1070
|
+
background-position: -48px -112px;
|
|
1071
|
+
}
|
|
1072
|
+
.ui-icon-pencil {
|
|
1073
|
+
background-position: -64px -112px;
|
|
1074
|
+
}
|
|
1075
|
+
.ui-icon-clock {
|
|
1076
|
+
background-position: -80px -112px;
|
|
1077
|
+
}
|
|
1078
|
+
.ui-icon-disk {
|
|
1079
|
+
background-position: -96px -112px;
|
|
1080
|
+
}
|
|
1081
|
+
.ui-icon-calculator {
|
|
1082
|
+
background-position: -112px -112px;
|
|
1083
|
+
}
|
|
1084
|
+
.ui-icon-zoomin {
|
|
1085
|
+
background-position: -128px -112px;
|
|
1086
|
+
}
|
|
1087
|
+
.ui-icon-zoomout {
|
|
1088
|
+
background-position: -144px -112px;
|
|
1089
|
+
}
|
|
1090
|
+
.ui-icon-search {
|
|
1091
|
+
background-position: -160px -112px;
|
|
1092
|
+
}
|
|
1093
|
+
.ui-icon-wrench {
|
|
1094
|
+
background-position: -176px -112px;
|
|
1095
|
+
}
|
|
1096
|
+
.ui-icon-gear {
|
|
1097
|
+
background-position: -192px -112px;
|
|
1098
|
+
}
|
|
1099
|
+
.ui-icon-heart {
|
|
1100
|
+
background-position: -208px -112px;
|
|
1101
|
+
}
|
|
1102
|
+
.ui-icon-star {
|
|
1103
|
+
background-position: -224px -112px;
|
|
1104
|
+
}
|
|
1105
|
+
.ui-icon-link {
|
|
1106
|
+
background-position: -240px -112px;
|
|
1107
|
+
}
|
|
1108
|
+
.ui-icon-cancel {
|
|
1109
|
+
background-position: 0 -128px;
|
|
1110
|
+
}
|
|
1111
|
+
.ui-icon-plus {
|
|
1112
|
+
background-position: -16px -128px;
|
|
1113
|
+
}
|
|
1114
|
+
.ui-icon-plusthick {
|
|
1115
|
+
background-position: -32px -128px;
|
|
1116
|
+
}
|
|
1117
|
+
.ui-icon-minus {
|
|
1118
|
+
background-position: -48px -128px;
|
|
1119
|
+
}
|
|
1120
|
+
.ui-icon-minusthick {
|
|
1121
|
+
background-position: -64px -128px;
|
|
1122
|
+
}
|
|
1123
|
+
.ui-icon-close {
|
|
1124
|
+
background-position: -80px -128px;
|
|
1125
|
+
}
|
|
1126
|
+
.ui-icon-closethick {
|
|
1127
|
+
background-position: -96px -128px;
|
|
1128
|
+
}
|
|
1129
|
+
.ui-icon-key {
|
|
1130
|
+
background-position: -112px -128px;
|
|
1131
|
+
}
|
|
1132
|
+
.ui-icon-lightbulb {
|
|
1133
|
+
background-position: -128px -128px;
|
|
1134
|
+
}
|
|
1135
|
+
.ui-icon-scissors {
|
|
1136
|
+
background-position: -144px -128px;
|
|
1137
|
+
}
|
|
1138
|
+
.ui-icon-clipboard {
|
|
1139
|
+
background-position: -160px -128px;
|
|
1140
|
+
}
|
|
1141
|
+
.ui-icon-copy {
|
|
1142
|
+
background-position: -176px -128px;
|
|
1143
|
+
}
|
|
1144
|
+
.ui-icon-contact {
|
|
1145
|
+
background-position: -192px -128px;
|
|
1146
|
+
}
|
|
1147
|
+
.ui-icon-image {
|
|
1148
|
+
background-position: -208px -128px;
|
|
1149
|
+
}
|
|
1150
|
+
.ui-icon-video {
|
|
1151
|
+
background-position: -224px -128px;
|
|
1152
|
+
}
|
|
1153
|
+
.ui-icon-script {
|
|
1154
|
+
background-position: -240px -128px;
|
|
1155
|
+
}
|
|
1156
|
+
.ui-icon-alert {
|
|
1157
|
+
background-position: 0 -144px;
|
|
1158
|
+
}
|
|
1159
|
+
.ui-icon-info {
|
|
1160
|
+
background-position: -16px -144px;
|
|
1161
|
+
}
|
|
1162
|
+
.ui-icon-notice {
|
|
1163
|
+
background-position: -32px -144px;
|
|
1164
|
+
}
|
|
1165
|
+
.ui-icon-help {
|
|
1166
|
+
background-position: -48px -144px;
|
|
1167
|
+
}
|
|
1168
|
+
.ui-icon-check {
|
|
1169
|
+
background-position: -64px -144px;
|
|
1170
|
+
}
|
|
1171
|
+
.ui-icon-bullet {
|
|
1172
|
+
background-position: -80px -144px;
|
|
1173
|
+
}
|
|
1174
|
+
.ui-icon-radio-on {
|
|
1175
|
+
background-position: -96px -144px;
|
|
1176
|
+
}
|
|
1177
|
+
.ui-icon-radio-off {
|
|
1178
|
+
background-position: -112px -144px;
|
|
1179
|
+
}
|
|
1180
|
+
.ui-icon-pin-w {
|
|
1181
|
+
background-position: -128px -144px;
|
|
1182
|
+
}
|
|
1183
|
+
.ui-icon-pin-s {
|
|
1184
|
+
background-position: -144px -144px;
|
|
1185
|
+
}
|
|
1186
|
+
.ui-icon-play {
|
|
1187
|
+
background-position: 0 -160px;
|
|
1188
|
+
}
|
|
1189
|
+
.ui-icon-pause {
|
|
1190
|
+
background-position: -16px -160px;
|
|
1191
|
+
}
|
|
1192
|
+
.ui-icon-seek-next {
|
|
1193
|
+
background-position: -32px -160px;
|
|
1194
|
+
}
|
|
1195
|
+
.ui-icon-seek-prev {
|
|
1196
|
+
background-position: -48px -160px;
|
|
1197
|
+
}
|
|
1198
|
+
.ui-icon-seek-end {
|
|
1199
|
+
background-position: -64px -160px;
|
|
1200
|
+
}
|
|
1201
|
+
.ui-icon-seek-start {
|
|
1202
|
+
background-position: -80px -160px;
|
|
1203
|
+
}
|
|
1204
|
+
.ui-icon-seek-first {
|
|
1205
|
+
background-position: -80px -160px;
|
|
1206
|
+
}
|
|
1207
|
+
.ui-icon-stop {
|
|
1208
|
+
background-position: -96px -160px;
|
|
1209
|
+
}
|
|
1210
|
+
.ui-icon-eject {
|
|
1211
|
+
background-position: -112px -160px;
|
|
1212
|
+
}
|
|
1213
|
+
.ui-icon-volume-off {
|
|
1214
|
+
background-position: -128px -160px;
|
|
1215
|
+
}
|
|
1216
|
+
.ui-icon-volume-on {
|
|
1217
|
+
background-position: -144px -160px;
|
|
1218
|
+
}
|
|
1219
|
+
.ui-icon-power {
|
|
1220
|
+
background-position: 0 -176px;
|
|
1221
|
+
}
|
|
1222
|
+
.ui-icon-signal-diag {
|
|
1223
|
+
background-position: -16px -176px;
|
|
1224
|
+
}
|
|
1225
|
+
.ui-icon-signal {
|
|
1226
|
+
background-position: -32px -176px;
|
|
1227
|
+
}
|
|
1228
|
+
.ui-icon-battery-0 {
|
|
1229
|
+
background-position: -48px -176px;
|
|
1230
|
+
}
|
|
1231
|
+
.ui-icon-battery-1 {
|
|
1232
|
+
background-position: -64px -176px;
|
|
1233
|
+
}
|
|
1234
|
+
.ui-icon-battery-2 {
|
|
1235
|
+
background-position: -80px -176px;
|
|
1236
|
+
}
|
|
1237
|
+
.ui-icon-battery-3 {
|
|
1238
|
+
background-position: -96px -176px;
|
|
1239
|
+
}
|
|
1240
|
+
.ui-icon-circle-plus {
|
|
1241
|
+
background-position: 0 -192px;
|
|
1242
|
+
}
|
|
1243
|
+
.ui-icon-circle-minus {
|
|
1244
|
+
background-position: -16px -192px;
|
|
1245
|
+
}
|
|
1246
|
+
.ui-icon-circle-close {
|
|
1247
|
+
background-position: -32px -192px;
|
|
1248
|
+
}
|
|
1249
|
+
.ui-icon-circle-triangle-e {
|
|
1250
|
+
background-position: -48px -192px;
|
|
1251
|
+
}
|
|
1252
|
+
.ui-icon-circle-triangle-s {
|
|
1253
|
+
background-position: -64px -192px;
|
|
1254
|
+
}
|
|
1255
|
+
.ui-icon-circle-triangle-w {
|
|
1256
|
+
background-position: -80px -192px;
|
|
1257
|
+
}
|
|
1258
|
+
.ui-icon-circle-triangle-n {
|
|
1259
|
+
background-position: -96px -192px;
|
|
1260
|
+
}
|
|
1261
|
+
.ui-icon-circle-arrow-e {
|
|
1262
|
+
background-position: -112px -192px;
|
|
1263
|
+
}
|
|
1264
|
+
.ui-icon-circle-arrow-s {
|
|
1265
|
+
background-position: -128px -192px;
|
|
1266
|
+
}
|
|
1267
|
+
.ui-icon-circle-arrow-w {
|
|
1268
|
+
background-position: -144px -192px;
|
|
1269
|
+
}
|
|
1270
|
+
.ui-icon-circle-arrow-n {
|
|
1271
|
+
background-position: -160px -192px;
|
|
1272
|
+
}
|
|
1273
|
+
.ui-icon-circle-zoomin {
|
|
1274
|
+
background-position: -176px -192px;
|
|
1275
|
+
}
|
|
1276
|
+
.ui-icon-circle-zoomout {
|
|
1277
|
+
background-position: -192px -192px;
|
|
1278
|
+
}
|
|
1279
|
+
.ui-icon-circle-check {
|
|
1280
|
+
background-position: -208px -192px;
|
|
1281
|
+
}
|
|
1282
|
+
.ui-icon-circlesmall-plus {
|
|
1283
|
+
background-position: 0 -208px;
|
|
1284
|
+
}
|
|
1285
|
+
.ui-icon-circlesmall-minus {
|
|
1286
|
+
background-position: -16px -208px;
|
|
1287
|
+
}
|
|
1288
|
+
.ui-icon-circlesmall-close {
|
|
1289
|
+
background-position: -32px -208px;
|
|
1290
|
+
}
|
|
1291
|
+
.ui-icon-squaresmall-plus {
|
|
1292
|
+
background-position: -48px -208px;
|
|
1293
|
+
}
|
|
1294
|
+
.ui-icon-squaresmall-minus {
|
|
1295
|
+
background-position: -64px -208px;
|
|
1296
|
+
}
|
|
1297
|
+
.ui-icon-squaresmall-close {
|
|
1298
|
+
background-position: -80px -208px;
|
|
1299
|
+
}
|
|
1300
|
+
.ui-icon-grip-dotted-vertical {
|
|
1301
|
+
background-position: 0 -224px;
|
|
1302
|
+
}
|
|
1303
|
+
.ui-icon-grip-dotted-horizontal {
|
|
1304
|
+
background-position: -16px -224px;
|
|
1305
|
+
}
|
|
1306
|
+
.ui-icon-grip-solid-vertical {
|
|
1307
|
+
background-position: -32px -224px;
|
|
1308
|
+
}
|
|
1309
|
+
.ui-icon-grip-solid-horizontal {
|
|
1310
|
+
background-position: -48px -224px;
|
|
1311
|
+
}
|
|
1312
|
+
.ui-icon-gripsmall-diagonal-se {
|
|
1313
|
+
background-position: -64px -224px;
|
|
1314
|
+
}
|
|
1315
|
+
.ui-icon-grip-diagonal-se {
|
|
1316
|
+
background-position: -80px -224px;
|
|
1317
|
+
}
|
|
1318
|
+
.ui-corner-all,
|
|
1319
|
+
.ui-corner-top,
|
|
1320
|
+
.ui-corner-left,
|
|
1321
|
+
.ui-corner-tl {
|
|
1322
|
+
border-top-left-radius: 4px;
|
|
1323
|
+
}
|
|
1324
|
+
.ui-corner-all,
|
|
1325
|
+
.ui-corner-top,
|
|
1326
|
+
.ui-corner-right,
|
|
1327
|
+
.ui-corner-tr {
|
|
1328
|
+
border-top-right-radius: 4px;
|
|
1329
|
+
}
|
|
1330
|
+
.ui-corner-all,
|
|
1331
|
+
.ui-corner-bottom,
|
|
1332
|
+
.ui-corner-left,
|
|
1333
|
+
.ui-corner-bl {
|
|
1334
|
+
border-bottom-left-radius: 4px;
|
|
1335
|
+
}
|
|
1336
|
+
.ui-corner-all,
|
|
1337
|
+
.ui-corner-bottom,
|
|
1338
|
+
.ui-corner-right,
|
|
1339
|
+
.ui-corner-br {
|
|
1340
|
+
border-bottom-right-radius: 4px;
|
|
1341
|
+
}
|
|
1342
|
+
.ui-widget-overlay {
|
|
1343
|
+
background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
|
|
1344
|
+
opacity: 0.5;
|
|
1345
|
+
filter: alpha(opacity=50);
|
|
1346
|
+
}
|
|
1347
|
+
.ui-widget-shadow {
|
|
1348
|
+
-webkit-box-shadow: -5px -5px 5px #000;
|
|
1349
|
+
box-shadow: -5px -5px 5px #000;
|
|
1350
|
+
}
|
|
1351
|
+
/**
|
|
1352
|
+
* alertifyjs 1.14.0 http://alertifyjs.com
|
|
1353
|
+
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
1354
|
+
* Copyright 2024 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
1355
|
+
* Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
|
|
1356
|
+
.alertify .ajs-dimmer {
|
|
1357
|
+
position: fixed;
|
|
1358
|
+
z-index: 1981;
|
|
1359
|
+
top: 0;
|
|
1360
|
+
right: 0;
|
|
1361
|
+
bottom: 0;
|
|
1362
|
+
left: 0;
|
|
1363
|
+
padding: 0;
|
|
1364
|
+
margin: 0;
|
|
1365
|
+
background-color: #252525;
|
|
1366
|
+
opacity: 0.5;
|
|
1367
|
+
}
|
|
1368
|
+
.alertify .ajs-modal {
|
|
1369
|
+
position: fixed;
|
|
1370
|
+
top: 0;
|
|
1371
|
+
right: 0;
|
|
1372
|
+
left: 0;
|
|
1373
|
+
bottom: 0;
|
|
1374
|
+
padding: 0;
|
|
1375
|
+
overflow-y: auto;
|
|
1376
|
+
z-index: 1981;
|
|
1377
|
+
}
|
|
1378
|
+
.alertify .ajs-dialog {
|
|
1379
|
+
position: relative;
|
|
1380
|
+
margin: 5% auto;
|
|
1381
|
+
min-height: 110px;
|
|
1382
|
+
max-width: 500px;
|
|
1383
|
+
padding: 24px 24px 0 24px;
|
|
1384
|
+
outline: 0;
|
|
1385
|
+
background-color: #fff;
|
|
1386
|
+
}
|
|
1387
|
+
.alertify .ajs-dialog.ajs-capture:before {
|
|
1388
|
+
content: '';
|
|
1389
|
+
position: absolute;
|
|
1390
|
+
top: 0;
|
|
1391
|
+
right: 0;
|
|
1392
|
+
bottom: 0;
|
|
1393
|
+
left: 0;
|
|
1394
|
+
display: block;
|
|
1395
|
+
z-index: 1;
|
|
1396
|
+
}
|
|
1397
|
+
.alertify .ajs-reset {
|
|
1398
|
+
position: absolute !important;
|
|
1399
|
+
display: inline !important;
|
|
1400
|
+
width: 0 !important;
|
|
1401
|
+
height: 0 !important;
|
|
1402
|
+
opacity: 0 !important;
|
|
1403
|
+
}
|
|
1404
|
+
.alertify .ajs-commands {
|
|
1405
|
+
position: absolute;
|
|
1406
|
+
right: 4px;
|
|
1407
|
+
margin: -14px 24px 0 0;
|
|
1408
|
+
z-index: 2;
|
|
1409
|
+
}
|
|
1410
|
+
.alertify .ajs-commands button {
|
|
1411
|
+
display: none;
|
|
1412
|
+
width: 10px;
|
|
1413
|
+
height: 10px;
|
|
1414
|
+
margin-left: 10px;
|
|
1415
|
+
padding: 10px;
|
|
1416
|
+
border: 0;
|
|
1417
|
+
background-color: transparent;
|
|
1418
|
+
background-repeat: no-repeat;
|
|
1419
|
+
background-position: center;
|
|
1420
|
+
cursor: pointer;
|
|
1421
|
+
}
|
|
1422
|
+
.alertify .ajs-commands button.ajs-close {
|
|
1423
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
|
|
1424
|
+
}
|
|
1425
|
+
.alertify .ajs-commands button.ajs-maximize {
|
|
1426
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
|
|
1427
|
+
}
|
|
1428
|
+
.alertify .ajs-header {
|
|
1429
|
+
margin: -24px;
|
|
1430
|
+
margin-bottom: 0;
|
|
1431
|
+
padding: 16px 24px;
|
|
1432
|
+
background-color: #fff;
|
|
1433
|
+
}
|
|
1434
|
+
.alertify .ajs-body {
|
|
1435
|
+
min-height: 56px;
|
|
1436
|
+
}
|
|
1437
|
+
.alertify .ajs-body .ajs-content {
|
|
1438
|
+
padding: 16px 24px 16px 16px;
|
|
1439
|
+
}
|
|
1440
|
+
.alertify .ajs-footer {
|
|
1441
|
+
padding: 4px;
|
|
1442
|
+
margin-left: -24px;
|
|
1443
|
+
margin-right: -24px;
|
|
1444
|
+
min-height: 43px;
|
|
1445
|
+
background-color: #fff;
|
|
1446
|
+
}
|
|
1447
|
+
.alertify .ajs-footer .ajs-buttons.ajs-primary {
|
|
1448
|
+
text-align: right;
|
|
1449
|
+
}
|
|
1450
|
+
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
|
|
1451
|
+
margin: 4px;
|
|
1452
|
+
}
|
|
1453
|
+
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
|
|
1454
|
+
float: left;
|
|
1455
|
+
clear: none;
|
|
1456
|
+
text-align: left;
|
|
1457
|
+
}
|
|
1458
|
+
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
|
|
1459
|
+
margin: 4px;
|
|
1460
|
+
}
|
|
1461
|
+
.alertify .ajs-footer .ajs-buttons .ajs-button {
|
|
1462
|
+
min-width: 88px;
|
|
1463
|
+
min-height: 35px;
|
|
1464
|
+
}
|
|
1465
|
+
.alertify .ajs-handle {
|
|
1466
|
+
position: absolute;
|
|
1467
|
+
display: none;
|
|
1468
|
+
width: 10px;
|
|
1469
|
+
height: 10px;
|
|
1470
|
+
right: 0;
|
|
1471
|
+
bottom: 0;
|
|
1472
|
+
z-index: 1;
|
|
1473
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
|
|
1474
|
+
-webkit-transform: scaleX(1) /*rtl:scaleX(-1)*/;
|
|
1475
|
+
transform: scaleX(1) /*rtl:scaleX(-1)*/;
|
|
1476
|
+
cursor: se-resize;
|
|
1477
|
+
}
|
|
1478
|
+
.alertify.ajs-no-overflow .ajs-body .ajs-content {
|
|
1479
|
+
overflow: hidden !important;
|
|
1480
|
+
}
|
|
1481
|
+
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
|
|
1482
|
+
left: 0;
|
|
1483
|
+
right: 0;
|
|
1484
|
+
padding: 0;
|
|
1485
|
+
}
|
|
1486
|
+
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
|
|
1487
|
+
margin-left: -24px;
|
|
1488
|
+
margin-right: -24px;
|
|
1489
|
+
}
|
|
1490
|
+
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
|
|
1491
|
+
padding: 0;
|
|
1492
|
+
}
|
|
1493
|
+
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
|
|
1494
|
+
left: 0;
|
|
1495
|
+
right: 0;
|
|
1496
|
+
}
|
|
1497
|
+
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
|
|
1498
|
+
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
|
|
1499
|
+
display: inline-block;
|
|
1500
|
+
}
|
|
1501
|
+
.alertify.ajs-closable .ajs-commands button.ajs-close {
|
|
1502
|
+
display: inline-block;
|
|
1503
|
+
}
|
|
1504
|
+
.alertify.ajs-maximized .ajs-dialog {
|
|
1505
|
+
width: 100% !important;
|
|
1506
|
+
height: 100% !important;
|
|
1507
|
+
max-width: none !important;
|
|
1508
|
+
margin: 0 auto !important;
|
|
1509
|
+
top: 0 !important;
|
|
1510
|
+
left: 0 !important;
|
|
1511
|
+
}
|
|
1512
|
+
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
|
|
1513
|
+
position: fixed !important;
|
|
1514
|
+
min-height: 100% !important;
|
|
1515
|
+
max-height: none !important;
|
|
1516
|
+
margin: 0 !important;
|
|
1517
|
+
}
|
|
1518
|
+
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
|
|
1519
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
|
|
1520
|
+
}
|
|
1521
|
+
.alertify.ajs-resizable .ajs-dialog,
|
|
1522
|
+
.alertify.ajs-maximized .ajs-dialog {
|
|
1523
|
+
padding: 0;
|
|
1524
|
+
}
|
|
1525
|
+
.alertify.ajs-resizable .ajs-commands,
|
|
1526
|
+
.alertify.ajs-maximized .ajs-commands {
|
|
1527
|
+
margin: 14px 24px 0 0;
|
|
1528
|
+
}
|
|
1529
|
+
.alertify.ajs-resizable .ajs-header,
|
|
1530
|
+
.alertify.ajs-maximized .ajs-header {
|
|
1531
|
+
position: absolute;
|
|
1532
|
+
top: 0;
|
|
1533
|
+
left: 0;
|
|
1534
|
+
right: 0;
|
|
1535
|
+
margin: 0;
|
|
1536
|
+
padding: 16px 24px;
|
|
1537
|
+
}
|
|
1538
|
+
.alertify.ajs-resizable .ajs-body,
|
|
1539
|
+
.alertify.ajs-maximized .ajs-body {
|
|
1540
|
+
min-height: 224px;
|
|
1541
|
+
display: inline-block;
|
|
1542
|
+
}
|
|
1543
|
+
.alertify.ajs-resizable .ajs-body .ajs-content,
|
|
1544
|
+
.alertify.ajs-maximized .ajs-body .ajs-content {
|
|
1545
|
+
position: absolute;
|
|
1546
|
+
top: 50px;
|
|
1547
|
+
right: 24px;
|
|
1548
|
+
bottom: 50px;
|
|
1549
|
+
left: 24px;
|
|
1550
|
+
overflow: auto;
|
|
1551
|
+
}
|
|
1552
|
+
.alertify.ajs-resizable .ajs-footer,
|
|
1553
|
+
.alertify.ajs-maximized .ajs-footer {
|
|
1554
|
+
position: absolute;
|
|
1555
|
+
left: 0;
|
|
1556
|
+
right: 0;
|
|
1557
|
+
bottom: 0;
|
|
1558
|
+
margin: 0;
|
|
1559
|
+
}
|
|
1560
|
+
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
|
|
1561
|
+
min-width: 548px;
|
|
1562
|
+
}
|
|
1563
|
+
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
|
|
1564
|
+
display: block;
|
|
1565
|
+
}
|
|
1566
|
+
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
|
|
1567
|
+
cursor: move;
|
|
1568
|
+
}
|
|
1569
|
+
.alertify.ajs-modeless .ajs-dimmer,
|
|
1570
|
+
.alertify.ajs-modeless .ajs-reset {
|
|
1571
|
+
display: none;
|
|
1572
|
+
}
|
|
1573
|
+
.alertify.ajs-modeless .ajs-modal {
|
|
1574
|
+
overflow: visible;
|
|
1575
|
+
max-width: none;
|
|
1576
|
+
max-height: 0;
|
|
1577
|
+
}
|
|
1578
|
+
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
|
|
1579
|
+
display: inline-block;
|
|
1580
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
|
|
1581
|
+
}
|
|
1582
|
+
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
|
|
1583
|
+
position: absolute;
|
|
1584
|
+
}
|
|
1585
|
+
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
|
|
1586
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
|
|
1587
|
+
}
|
|
1588
|
+
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
|
|
1589
|
+
max-height: 500px;
|
|
1590
|
+
overflow: auto;
|
|
1591
|
+
}
|
|
1592
|
+
.alertify.ajs-basic .ajs-header {
|
|
1593
|
+
opacity: 0;
|
|
1594
|
+
}
|
|
1595
|
+
.alertify.ajs-basic .ajs-footer {
|
|
1596
|
+
visibility: hidden;
|
|
1597
|
+
}
|
|
1598
|
+
.alertify.ajs-frameless .ajs-header {
|
|
1599
|
+
position: absolute;
|
|
1600
|
+
top: 0;
|
|
1601
|
+
left: 0;
|
|
1602
|
+
right: 0;
|
|
1603
|
+
min-height: 60px;
|
|
1604
|
+
margin: 0;
|
|
1605
|
+
padding: 0;
|
|
1606
|
+
opacity: 0;
|
|
1607
|
+
z-index: 1;
|
|
1608
|
+
}
|
|
1609
|
+
.alertify.ajs-frameless .ajs-footer {
|
|
1610
|
+
display: none;
|
|
1611
|
+
}
|
|
1612
|
+
.alertify.ajs-frameless .ajs-body .ajs-content {
|
|
1613
|
+
position: absolute;
|
|
1614
|
+
top: 0;
|
|
1615
|
+
right: 0;
|
|
1616
|
+
bottom: 0;
|
|
1617
|
+
left: 0;
|
|
1618
|
+
}
|
|
1619
|
+
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
|
|
1620
|
+
padding-top: 0;
|
|
1621
|
+
}
|
|
1622
|
+
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
|
|
1623
|
+
margin-top: 0;
|
|
1624
|
+
}
|
|
1625
|
+
.ajs-no-overflow {
|
|
1626
|
+
overflow: hidden !important;
|
|
1627
|
+
outline: none;
|
|
1628
|
+
}
|
|
1629
|
+
.ajs-no-overflow.ajs-fixed {
|
|
1630
|
+
position: fixed;
|
|
1631
|
+
top: 0;
|
|
1632
|
+
right: 0;
|
|
1633
|
+
bottom: 0;
|
|
1634
|
+
left: 0;
|
|
1635
|
+
overflow-y: scroll!important;
|
|
1636
|
+
}
|
|
1637
|
+
.ajs-no-selection,
|
|
1638
|
+
.ajs-no-selection * {
|
|
1639
|
+
-webkit-user-select: none;
|
|
1640
|
+
-moz-user-select: none;
|
|
1641
|
+
-ms-user-select: none;
|
|
1642
|
+
user-select: none;
|
|
1643
|
+
}
|
|
1644
|
+
@media screen and (max-width: 568px) {
|
|
1645
|
+
.alertify .ajs-dialog {
|
|
1646
|
+
min-width: 150px;
|
|
1647
|
+
}
|
|
1648
|
+
.alertify:not(.ajs-maximized) .ajs-modal {
|
|
1649
|
+
padding: 0 5%;
|
|
1650
|
+
}
|
|
1651
|
+
.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
|
|
1652
|
+
min-width: initial;
|
|
1653
|
+
min-width: auto /*IE fallback*/;
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
@-moz-document url-prefix() {
|
|
1657
|
+
.alertify button:focus {
|
|
1658
|
+
outline: 1px dotted #3593D2;
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
.alertify .ajs-dimmer,
|
|
1662
|
+
.alertify .ajs-modal {
|
|
1663
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1664
|
+
transform: translate3d(0, 0, 0);
|
|
1665
|
+
-webkit-transition-property: opacity, visibility;
|
|
1666
|
+
transition-property: opacity, visibility;
|
|
1667
|
+
-webkit-transition-timing-function: linear;
|
|
1668
|
+
transition-timing-function: linear;
|
|
1669
|
+
-webkit-transition-duration: 250ms;
|
|
1670
|
+
transition-duration: 250ms;
|
|
1671
|
+
}
|
|
1672
|
+
.alertify.ajs-hidden .ajs-dimmer,
|
|
1673
|
+
.alertify.ajs-hidden .ajs-modal {
|
|
1674
|
+
visibility: hidden;
|
|
1675
|
+
opacity: 0;
|
|
1676
|
+
}
|
|
1677
|
+
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
1678
|
+
-webkit-animation-duration: 500ms;
|
|
1679
|
+
animation-duration: 500ms;
|
|
1680
|
+
}
|
|
1681
|
+
.alertify.ajs-out.ajs-hidden .ajs-dialog {
|
|
1682
|
+
-webkit-animation-duration: 250ms;
|
|
1683
|
+
animation-duration: 250ms;
|
|
1684
|
+
}
|
|
1685
|
+
.alertify .ajs-dialog.ajs-shake {
|
|
1686
|
+
-webkit-animation-name: ajs-shake;
|
|
1687
|
+
animation-name: ajs-shake;
|
|
1688
|
+
-webkit-animation-duration: 0.1s;
|
|
1689
|
+
animation-duration: 0.1s;
|
|
1690
|
+
-webkit-animation-fill-mode: both;
|
|
1691
|
+
animation-fill-mode: both;
|
|
1692
|
+
}
|
|
1693
|
+
@-webkit-keyframes ajs-shake {
|
|
1694
|
+
0%,
|
|
1695
|
+
100% {
|
|
1696
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1697
|
+
transform: translate3d(0, 0, 0);
|
|
1698
|
+
}
|
|
1699
|
+
10%,
|
|
1700
|
+
30%,
|
|
1701
|
+
50%,
|
|
1702
|
+
70%,
|
|
1703
|
+
90% {
|
|
1704
|
+
-webkit-transform: translate3d(-10px, 0, 0);
|
|
1705
|
+
transform: translate3d(-10px, 0, 0);
|
|
1706
|
+
}
|
|
1707
|
+
20%,
|
|
1708
|
+
40%,
|
|
1709
|
+
60%,
|
|
1710
|
+
80% {
|
|
1711
|
+
-webkit-transform: translate3d(10px, 0, 0);
|
|
1712
|
+
transform: translate3d(10px, 0, 0);
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
@keyframes ajs-shake {
|
|
1716
|
+
0%,
|
|
1717
|
+
100% {
|
|
1718
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1719
|
+
transform: translate3d(0, 0, 0);
|
|
1720
|
+
}
|
|
1721
|
+
10%,
|
|
1722
|
+
30%,
|
|
1723
|
+
50%,
|
|
1724
|
+
70%,
|
|
1725
|
+
90% {
|
|
1726
|
+
-webkit-transform: translate3d(-10px, 0, 0);
|
|
1727
|
+
transform: translate3d(-10px, 0, 0);
|
|
1728
|
+
}
|
|
1729
|
+
20%,
|
|
1730
|
+
40%,
|
|
1731
|
+
60%,
|
|
1732
|
+
80% {
|
|
1733
|
+
-webkit-transform: translate3d(10px, 0, 0);
|
|
1734
|
+
transform: translate3d(10px, 0, 0);
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1737
|
+
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
1738
|
+
-webkit-animation-name: ajs-slideIn;
|
|
1739
|
+
animation-name: ajs-slideIn;
|
|
1740
|
+
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
1741
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
1742
|
+
}
|
|
1743
|
+
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
|
|
1744
|
+
-webkit-animation-name: ajs-slideOut;
|
|
1745
|
+
animation-name: ajs-slideOut;
|
|
1746
|
+
-webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
|
|
1747
|
+
animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
|
|
1748
|
+
}
|
|
1749
|
+
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
1750
|
+
-webkit-animation-name: ajs-zoomIn;
|
|
1751
|
+
animation-name: ajs-zoomIn;
|
|
1752
|
+
}
|
|
1753
|
+
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
|
|
1754
|
+
-webkit-animation-name: ajs-zoomOut;
|
|
1755
|
+
animation-name: ajs-zoomOut;
|
|
1756
|
+
}
|
|
1757
|
+
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
1758
|
+
-webkit-animation-name: ajs-fadeIn;
|
|
1759
|
+
animation-name: ajs-fadeIn;
|
|
1760
|
+
}
|
|
1761
|
+
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
|
|
1762
|
+
-webkit-animation-name: ajs-fadeOut;
|
|
1763
|
+
animation-name: ajs-fadeOut;
|
|
1764
|
+
}
|
|
1765
|
+
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
1766
|
+
-webkit-animation-name: ajs-pulseIn;
|
|
1767
|
+
animation-name: ajs-pulseIn;
|
|
1768
|
+
}
|
|
1769
|
+
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
|
|
1770
|
+
-webkit-animation-name: ajs-pulseOut;
|
|
1771
|
+
animation-name: ajs-pulseOut;
|
|
1772
|
+
}
|
|
1773
|
+
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
1774
|
+
-webkit-animation-name: ajs-flipInX;
|
|
1775
|
+
animation-name: ajs-flipInX;
|
|
1776
|
+
}
|
|
1777
|
+
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
|
|
1778
|
+
-webkit-animation-name: ajs-flipOutX;
|
|
1779
|
+
animation-name: ajs-flipOutX;
|
|
1780
|
+
}
|
|
1781
|
+
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
|
|
1782
|
+
-webkit-animation-name: ajs-flipInY;
|
|
1783
|
+
animation-name: ajs-flipInY;
|
|
1784
|
+
}
|
|
1785
|
+
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
|
|
1786
|
+
-webkit-animation-name: ajs-flipOutY;
|
|
1787
|
+
animation-name: ajs-flipOutY;
|
|
1788
|
+
}
|
|
1789
|
+
@-webkit-keyframes ajs-pulseIn {
|
|
1790
|
+
0%,
|
|
1791
|
+
20%,
|
|
1792
|
+
40%,
|
|
1793
|
+
60%,
|
|
1794
|
+
80%,
|
|
1795
|
+
100% {
|
|
1796
|
+
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1797
|
+
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1798
|
+
}
|
|
1799
|
+
0% {
|
|
1800
|
+
opacity: 0;
|
|
1801
|
+
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
1802
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
1803
|
+
}
|
|
1804
|
+
20% {
|
|
1805
|
+
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
1806
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
1807
|
+
}
|
|
1808
|
+
40% {
|
|
1809
|
+
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
1810
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
1811
|
+
}
|
|
1812
|
+
60% {
|
|
1813
|
+
opacity: 1;
|
|
1814
|
+
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
1815
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
|
1816
|
+
}
|
|
1817
|
+
80% {
|
|
1818
|
+
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
1819
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
|
1820
|
+
}
|
|
1821
|
+
100% {
|
|
1822
|
+
opacity: 1;
|
|
1823
|
+
-webkit-transform: scale3d(1, 1, 1);
|
|
1824
|
+
transform: scale3d(1, 1, 1);
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
@keyframes ajs-pulseIn {
|
|
1828
|
+
0%,
|
|
1829
|
+
20%,
|
|
1830
|
+
40%,
|
|
1831
|
+
60%,
|
|
1832
|
+
80%,
|
|
1833
|
+
100% {
|
|
1834
|
+
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1835
|
+
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1836
|
+
}
|
|
1837
|
+
0% {
|
|
1838
|
+
opacity: 0;
|
|
1839
|
+
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
1840
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
1841
|
+
}
|
|
1842
|
+
20% {
|
|
1843
|
+
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
1844
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
1845
|
+
}
|
|
1846
|
+
40% {
|
|
1847
|
+
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
1848
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
1849
|
+
}
|
|
1850
|
+
60% {
|
|
1851
|
+
opacity: 1;
|
|
1852
|
+
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
1853
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
|
1854
|
+
}
|
|
1855
|
+
80% {
|
|
1856
|
+
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
1857
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
|
1858
|
+
}
|
|
1859
|
+
100% {
|
|
1860
|
+
opacity: 1;
|
|
1861
|
+
-webkit-transform: scale3d(1, 1, 1);
|
|
1862
|
+
transform: scale3d(1, 1, 1);
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
@-webkit-keyframes ajs-pulseOut {
|
|
1866
|
+
20% {
|
|
1867
|
+
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
1868
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
1869
|
+
}
|
|
1870
|
+
50%,
|
|
1871
|
+
55% {
|
|
1872
|
+
opacity: 1;
|
|
1873
|
+
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
1874
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
1875
|
+
}
|
|
1876
|
+
100% {
|
|
1877
|
+
opacity: 0;
|
|
1878
|
+
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
1879
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
@keyframes ajs-pulseOut {
|
|
1883
|
+
20% {
|
|
1884
|
+
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
1885
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
1886
|
+
}
|
|
1887
|
+
50%,
|
|
1888
|
+
55% {
|
|
1889
|
+
opacity: 1;
|
|
1890
|
+
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
1891
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
1892
|
+
}
|
|
1893
|
+
100% {
|
|
1894
|
+
opacity: 0;
|
|
1895
|
+
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
1896
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
@-webkit-keyframes ajs-zoomIn {
|
|
1900
|
+
0% {
|
|
1901
|
+
opacity: 0;
|
|
1902
|
+
-webkit-transform: scale3d(0.25, 0.25, 0.25);
|
|
1903
|
+
transform: scale3d(0.25, 0.25, 0.25);
|
|
1904
|
+
}
|
|
1905
|
+
100% {
|
|
1906
|
+
opacity: 1;
|
|
1907
|
+
-webkit-transform: scale3d(1, 1, 1);
|
|
1908
|
+
transform: scale3d(1, 1, 1);
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
@keyframes ajs-zoomIn {
|
|
1912
|
+
0% {
|
|
1913
|
+
opacity: 0;
|
|
1914
|
+
-webkit-transform: scale3d(0.25, 0.25, 0.25);
|
|
1915
|
+
transform: scale3d(0.25, 0.25, 0.25);
|
|
1916
|
+
}
|
|
1917
|
+
100% {
|
|
1918
|
+
opacity: 1;
|
|
1919
|
+
-webkit-transform: scale3d(1, 1, 1);
|
|
1920
|
+
transform: scale3d(1, 1, 1);
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
@-webkit-keyframes ajs-zoomOut {
|
|
1924
|
+
0% {
|
|
1925
|
+
opacity: 1;
|
|
1926
|
+
-webkit-transform: scale3d(1, 1, 1);
|
|
1927
|
+
transform: scale3d(1, 1, 1);
|
|
1928
|
+
}
|
|
1929
|
+
100% {
|
|
1930
|
+
opacity: 0;
|
|
1931
|
+
-webkit-transform: scale3d(0.25, 0.25, 0.25);
|
|
1932
|
+
transform: scale3d(0.25, 0.25, 0.25);
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
@keyframes ajs-zoomOut {
|
|
1936
|
+
0% {
|
|
1937
|
+
opacity: 1;
|
|
1938
|
+
-webkit-transform: scale3d(1, 1, 1);
|
|
1939
|
+
transform: scale3d(1, 1, 1);
|
|
1940
|
+
}
|
|
1941
|
+
100% {
|
|
1942
|
+
opacity: 0;
|
|
1943
|
+
-webkit-transform: scale3d(0.25, 0.25, 0.25);
|
|
1944
|
+
transform: scale3d(0.25, 0.25, 0.25);
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
@-webkit-keyframes ajs-fadeIn {
|
|
1948
|
+
0% {
|
|
1949
|
+
opacity: 0;
|
|
1950
|
+
}
|
|
1951
|
+
100% {
|
|
1952
|
+
opacity: 1;
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
@keyframes ajs-fadeIn {
|
|
1956
|
+
0% {
|
|
1957
|
+
opacity: 0;
|
|
1958
|
+
}
|
|
1959
|
+
100% {
|
|
1960
|
+
opacity: 1;
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
@-webkit-keyframes ajs-fadeOut {
|
|
1964
|
+
0% {
|
|
1965
|
+
opacity: 1;
|
|
1966
|
+
}
|
|
1967
|
+
100% {
|
|
1968
|
+
opacity: 0;
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
1971
|
+
@keyframes ajs-fadeOut {
|
|
1972
|
+
0% {
|
|
1973
|
+
opacity: 1;
|
|
1974
|
+
}
|
|
1975
|
+
100% {
|
|
1976
|
+
opacity: 0;
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
@-webkit-keyframes ajs-flipInX {
|
|
1980
|
+
0% {
|
|
1981
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
1982
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
1983
|
+
-webkit-transition-timing-function: ease-in;
|
|
1984
|
+
transition-timing-function: ease-in;
|
|
1985
|
+
opacity: 0;
|
|
1986
|
+
}
|
|
1987
|
+
40% {
|
|
1988
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
1989
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
1990
|
+
-webkit-transition-timing-function: ease-in;
|
|
1991
|
+
transition-timing-function: ease-in;
|
|
1992
|
+
}
|
|
1993
|
+
60% {
|
|
1994
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
1995
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
1996
|
+
opacity: 1;
|
|
1997
|
+
}
|
|
1998
|
+
80% {
|
|
1999
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
2000
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
2001
|
+
}
|
|
2002
|
+
100% {
|
|
2003
|
+
-webkit-transform: perspective(400px);
|
|
2004
|
+
transform: perspective(400px);
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
@keyframes ajs-flipInX {
|
|
2008
|
+
0% {
|
|
2009
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
2010
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
2011
|
+
-webkit-transition-timing-function: ease-in;
|
|
2012
|
+
transition-timing-function: ease-in;
|
|
2013
|
+
opacity: 0;
|
|
2014
|
+
}
|
|
2015
|
+
40% {
|
|
2016
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
2017
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
2018
|
+
-webkit-transition-timing-function: ease-in;
|
|
2019
|
+
transition-timing-function: ease-in;
|
|
2020
|
+
}
|
|
2021
|
+
60% {
|
|
2022
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
2023
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
2024
|
+
opacity: 1;
|
|
2025
|
+
}
|
|
2026
|
+
80% {
|
|
2027
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
2028
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
2029
|
+
}
|
|
2030
|
+
100% {
|
|
2031
|
+
-webkit-transform: perspective(400px);
|
|
2032
|
+
transform: perspective(400px);
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
@-webkit-keyframes ajs-flipOutX {
|
|
2036
|
+
0% {
|
|
2037
|
+
-webkit-transform: perspective(400px);
|
|
2038
|
+
transform: perspective(400px);
|
|
2039
|
+
}
|
|
2040
|
+
30% {
|
|
2041
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
2042
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
2043
|
+
opacity: 1;
|
|
2044
|
+
}
|
|
2045
|
+
100% {
|
|
2046
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
2047
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
2048
|
+
opacity: 0;
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
@keyframes ajs-flipOutX {
|
|
2052
|
+
0% {
|
|
2053
|
+
-webkit-transform: perspective(400px);
|
|
2054
|
+
transform: perspective(400px);
|
|
2055
|
+
}
|
|
2056
|
+
30% {
|
|
2057
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
2058
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
2059
|
+
opacity: 1;
|
|
2060
|
+
}
|
|
2061
|
+
100% {
|
|
2062
|
+
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
2063
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
2064
|
+
opacity: 0;
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
@-webkit-keyframes ajs-flipInY {
|
|
2068
|
+
0% {
|
|
2069
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2070
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2071
|
+
-webkit-transition-timing-function: ease-in;
|
|
2072
|
+
transition-timing-function: ease-in;
|
|
2073
|
+
opacity: 0;
|
|
2074
|
+
}
|
|
2075
|
+
40% {
|
|
2076
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
2077
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
2078
|
+
-webkit-transition-timing-function: ease-in;
|
|
2079
|
+
transition-timing-function: ease-in;
|
|
2080
|
+
}
|
|
2081
|
+
60% {
|
|
2082
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
2083
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
2084
|
+
opacity: 1;
|
|
2085
|
+
}
|
|
2086
|
+
80% {
|
|
2087
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
2088
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
2089
|
+
}
|
|
2090
|
+
100% {
|
|
2091
|
+
-webkit-transform: perspective(400px);
|
|
2092
|
+
transform: perspective(400px);
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
@keyframes ajs-flipInY {
|
|
2096
|
+
0% {
|
|
2097
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2098
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2099
|
+
-webkit-transition-timing-function: ease-in;
|
|
2100
|
+
transition-timing-function: ease-in;
|
|
2101
|
+
opacity: 0;
|
|
2102
|
+
}
|
|
2103
|
+
40% {
|
|
2104
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
2105
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
2106
|
+
-webkit-transition-timing-function: ease-in;
|
|
2107
|
+
transition-timing-function: ease-in;
|
|
2108
|
+
}
|
|
2109
|
+
60% {
|
|
2110
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
2111
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
2112
|
+
opacity: 1;
|
|
2113
|
+
}
|
|
2114
|
+
80% {
|
|
2115
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
2116
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
2117
|
+
}
|
|
2118
|
+
100% {
|
|
2119
|
+
-webkit-transform: perspective(400px);
|
|
2120
|
+
transform: perspective(400px);
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
@-webkit-keyframes ajs-flipOutY {
|
|
2124
|
+
0% {
|
|
2125
|
+
-webkit-transform: perspective(400px);
|
|
2126
|
+
transform: perspective(400px);
|
|
2127
|
+
}
|
|
2128
|
+
30% {
|
|
2129
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
2130
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
2131
|
+
opacity: 1;
|
|
2132
|
+
}
|
|
2133
|
+
100% {
|
|
2134
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2135
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2136
|
+
opacity: 0;
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
@keyframes ajs-flipOutY {
|
|
2140
|
+
0% {
|
|
2141
|
+
-webkit-transform: perspective(400px);
|
|
2142
|
+
transform: perspective(400px);
|
|
2143
|
+
}
|
|
2144
|
+
30% {
|
|
2145
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
2146
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
2147
|
+
opacity: 1;
|
|
2148
|
+
}
|
|
2149
|
+
100% {
|
|
2150
|
+
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2151
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
2152
|
+
opacity: 0;
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
@-webkit-keyframes ajs-slideIn {
|
|
2156
|
+
0% {
|
|
2157
|
+
margin-top: -100%;
|
|
2158
|
+
}
|
|
2159
|
+
100% {
|
|
2160
|
+
margin-top: 5%;
|
|
2161
|
+
}
|
|
2162
|
+
}
|
|
2163
|
+
@keyframes ajs-slideIn {
|
|
2164
|
+
0% {
|
|
2165
|
+
margin-top: -100%;
|
|
2166
|
+
}
|
|
2167
|
+
100% {
|
|
2168
|
+
margin-top: 5%;
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2171
|
+
@-webkit-keyframes ajs-slideOut {
|
|
2172
|
+
0% {
|
|
2173
|
+
margin-top: 5%;
|
|
2174
|
+
}
|
|
2175
|
+
100% {
|
|
2176
|
+
margin-top: -100%;
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
@keyframes ajs-slideOut {
|
|
2180
|
+
0% {
|
|
2181
|
+
margin-top: 5%;
|
|
2182
|
+
}
|
|
2183
|
+
100% {
|
|
2184
|
+
margin-top: -100%;
|
|
2185
|
+
}
|
|
2186
|
+
}
|
|
2187
|
+
.alertify-notifier {
|
|
2188
|
+
position: fixed;
|
|
2189
|
+
width: 0;
|
|
2190
|
+
overflow: visible;
|
|
2191
|
+
z-index: 1982;
|
|
2192
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
2193
|
+
transform: translate3d(0, 0, 0);
|
|
2194
|
+
}
|
|
2195
|
+
.alertify-notifier .ajs-message {
|
|
2196
|
+
position: relative;
|
|
2197
|
+
width: 260px;
|
|
2198
|
+
max-height: 0;
|
|
2199
|
+
padding: 0;
|
|
2200
|
+
opacity: 0;
|
|
2201
|
+
margin: 0;
|
|
2202
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
2203
|
+
transform: translate3d(0, 0, 0);
|
|
2204
|
+
-webkit-transition-duration: 250ms;
|
|
2205
|
+
transition-duration: 250ms;
|
|
2206
|
+
-webkit-transition-timing-function: linear;
|
|
2207
|
+
transition-timing-function: linear;
|
|
2208
|
+
}
|
|
2209
|
+
.alertify-notifier .ajs-message.ajs-visible {
|
|
2210
|
+
-webkit-transition-duration: 500ms;
|
|
2211
|
+
transition-duration: 500ms;
|
|
2212
|
+
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
2213
|
+
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
2214
|
+
opacity: 1;
|
|
2215
|
+
max-height: 100%;
|
|
2216
|
+
padding: 15px;
|
|
2217
|
+
margin-top: 10px;
|
|
2218
|
+
}
|
|
2219
|
+
.alertify-notifier .ajs-message.ajs-success {
|
|
2220
|
+
background: rgba(91, 189, 114, 0.95);
|
|
2221
|
+
}
|
|
2222
|
+
.alertify-notifier .ajs-message.ajs-error {
|
|
2223
|
+
background: rgba(217, 92, 92, 0.95);
|
|
2224
|
+
}
|
|
2225
|
+
.alertify-notifier .ajs-message.ajs-warning {
|
|
2226
|
+
background: rgba(252, 248, 215, 0.95);
|
|
2227
|
+
}
|
|
2228
|
+
.alertify-notifier .ajs-message .ajs-close {
|
|
2229
|
+
position: absolute;
|
|
2230
|
+
top: 0;
|
|
2231
|
+
right: 0;
|
|
2232
|
+
width: 16px;
|
|
2233
|
+
height: 16px;
|
|
2234
|
+
cursor: pointer;
|
|
2235
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
|
|
2236
|
+
background-repeat: no-repeat;
|
|
2237
|
+
background-position: center center;
|
|
2238
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
2239
|
+
border-top-right-radius: 2px;
|
|
2240
|
+
}
|
|
2241
|
+
.alertify-notifier.ajs-top {
|
|
2242
|
+
top: 10px;
|
|
2243
|
+
}
|
|
2244
|
+
.alertify-notifier.ajs-bottom {
|
|
2245
|
+
bottom: 10px;
|
|
2246
|
+
}
|
|
2247
|
+
.alertify-notifier.ajs-right {
|
|
2248
|
+
right: 10px;
|
|
2249
|
+
}
|
|
2250
|
+
.alertify-notifier.ajs-right .ajs-message {
|
|
2251
|
+
right: -320px;
|
|
2252
|
+
}
|
|
2253
|
+
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
|
|
2254
|
+
right: 290px;
|
|
2255
|
+
}
|
|
2256
|
+
.alertify-notifier.ajs-left {
|
|
2257
|
+
left: 10px;
|
|
2258
|
+
}
|
|
2259
|
+
.alertify-notifier.ajs-left .ajs-message {
|
|
2260
|
+
left: -300px;
|
|
2261
|
+
}
|
|
2262
|
+
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
|
|
2263
|
+
left: 0;
|
|
2264
|
+
}
|
|
2265
|
+
.alertify-notifier.ajs-center {
|
|
2266
|
+
left: 50%;
|
|
2267
|
+
}
|
|
2268
|
+
.alertify-notifier.ajs-center .ajs-message {
|
|
2269
|
+
-webkit-transform: translateX(-50%);
|
|
2270
|
+
transform: translateX(-50%);
|
|
2271
|
+
}
|
|
2272
|
+
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
|
|
2273
|
+
left: 50%;
|
|
2274
|
+
-webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
|
|
2275
|
+
transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
|
|
2276
|
+
}
|
|
2277
|
+
.alertify-notifier.ajs-center.ajs-top .ajs-message {
|
|
2278
|
+
top: -300px;
|
|
2279
|
+
}
|
|
2280
|
+
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
|
|
2281
|
+
top: 0;
|
|
2282
|
+
}
|
|
2283
|
+
.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
|
|
2284
|
+
bottom: -300px;
|
|
2285
|
+
}
|
|
2286
|
+
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
|
|
2287
|
+
bottom: 0;
|
|
2288
|
+
}
|
|
2289
|
+
.ajs-no-transition.alertify .ajs-dimmer,
|
|
2290
|
+
.ajs-no-transition.alertify .ajs-modal,
|
|
2291
|
+
.ajs-no-transition.alertify .ajs-dialog {
|
|
2292
|
+
-webkit-transition: none!important;
|
|
2293
|
+
transition: none!important;
|
|
2294
|
+
-webkit-animation: none!important;
|
|
2295
|
+
animation: none!important;
|
|
2296
|
+
}
|
|
2297
|
+
.ajs-no-transition.alertify-notifier .ajs-message {
|
|
2298
|
+
-webkit-transition: none!important;
|
|
2299
|
+
transition: none!important;
|
|
2300
|
+
-webkit-animation: none!important;
|
|
2301
|
+
animation: none!important;
|
|
2302
|
+
}
|
|
2303
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2304
|
+
.alertify .ajs-dimmer,
|
|
2305
|
+
.alertify .ajs-modal,
|
|
2306
|
+
.alertify .ajs-dialog {
|
|
2307
|
+
-webkit-transition: none!important;
|
|
2308
|
+
transition: none!important;
|
|
2309
|
+
-webkit-animation: none!important;
|
|
2310
|
+
animation: none!important;
|
|
2311
|
+
}
|
|
2312
|
+
.alertify-notifier .ajs-message {
|
|
2313
|
+
-webkit-transition: none!important;
|
|
2314
|
+
transition: none!important;
|
|
2315
|
+
-webkit-animation: none!important;
|
|
2316
|
+
animation: none!important;
|
|
2317
|
+
}
|
|
2318
|
+
}
|
|
2319
|
+
/**
|
|
2320
|
+
* alertifyjs 1.14.0 http://alertifyjs.com
|
|
2321
|
+
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
2322
|
+
* Copyright 2024 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
2323
|
+
* Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
|
|
2324
|
+
.alertify .ajs-dialog {
|
|
2325
|
+
background-color: white;
|
|
2326
|
+
-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
|
|
2327
|
+
box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
|
|
2328
|
+
border-radius: 2px;
|
|
2329
|
+
}
|
|
2330
|
+
.alertify .ajs-header {
|
|
2331
|
+
color: black;
|
|
2332
|
+
font-weight: bold;
|
|
2333
|
+
background: #fafafa;
|
|
2334
|
+
border-bottom: #eee 1px solid;
|
|
2335
|
+
border-radius: 2px 2px 0 0;
|
|
2336
|
+
}
|
|
2337
|
+
.alertify .ajs-body {
|
|
2338
|
+
color: black;
|
|
2339
|
+
}
|
|
2340
|
+
.alertify .ajs-body .ajs-content .ajs-input {
|
|
2341
|
+
display: block;
|
|
2342
|
+
width: 100%;
|
|
2343
|
+
padding: 8px;
|
|
2344
|
+
margin: 4px;
|
|
2345
|
+
border-radius: 2px;
|
|
2346
|
+
border: 1px solid #CCC;
|
|
2347
|
+
}
|
|
2348
|
+
.alertify .ajs-body .ajs-content p {
|
|
2349
|
+
margin: 0;
|
|
2350
|
+
}
|
|
2351
|
+
.alertify .ajs-footer {
|
|
2352
|
+
background: #fbfbfb;
|
|
2353
|
+
border-top: #eee 1px solid;
|
|
2354
|
+
border-radius: 0 0 2px 2px;
|
|
2355
|
+
}
|
|
2356
|
+
.alertify .ajs-footer .ajs-buttons .ajs-button {
|
|
2357
|
+
background-color: transparent;
|
|
2358
|
+
color: #000;
|
|
2359
|
+
border: 0;
|
|
2360
|
+
font-size: 14px;
|
|
2361
|
+
font-weight: bold;
|
|
2362
|
+
text-transform: uppercase;
|
|
2363
|
+
}
|
|
2364
|
+
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
|
|
2365
|
+
color: #3593D2;
|
|
2366
|
+
}
|
|
2367
|
+
.alertify-notifier .ajs-message {
|
|
2368
|
+
background: rgba(255, 255, 255, 0.95);
|
|
2369
|
+
color: #000;
|
|
2370
|
+
text-align: center;
|
|
2371
|
+
border: solid 1px #ddd;
|
|
2372
|
+
border-radius: 2px;
|
|
2373
|
+
}
|
|
2374
|
+
.alertify-notifier .ajs-message.ajs-success {
|
|
2375
|
+
color: #fff;
|
|
2376
|
+
background: rgba(91, 189, 114, 0.95);
|
|
2377
|
+
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
|
|
2378
|
+
}
|
|
2379
|
+
.alertify-notifier .ajs-message.ajs-error {
|
|
2380
|
+
color: #fff;
|
|
2381
|
+
background: rgba(217, 92, 92, 0.95);
|
|
2382
|
+
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
|
|
2383
|
+
}
|
|
2384
|
+
.alertify-notifier .ajs-message.ajs-warning {
|
|
2385
|
+
background: rgba(252, 248, 215, 0.95);
|
|
2386
|
+
border-color: #999;
|
|
2387
|
+
}
|
|
2388
|
+
.jsondiffpatch-delta {
|
|
2389
|
+
font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Courier, monospace;
|
|
2390
|
+
font-size: 12px;
|
|
2391
|
+
margin: 0;
|
|
2392
|
+
padding: 0 0 0 12px;
|
|
2393
|
+
display: inline-block;
|
|
2394
|
+
}
|
|
2395
|
+
.jsondiffpatch-delta pre {
|
|
2396
|
+
font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Courier, monospace;
|
|
2397
|
+
font-size: 12px;
|
|
2398
|
+
margin: 0;
|
|
2399
|
+
padding: 0;
|
|
2400
|
+
display: inline-block;
|
|
2401
|
+
}
|
|
2402
|
+
ul.jsondiffpatch-delta {
|
|
2403
|
+
list-style-type: none;
|
|
2404
|
+
padding: 0 0 0 20px;
|
|
2405
|
+
margin: 0;
|
|
2406
|
+
}
|
|
2407
|
+
.jsondiffpatch-delta ul {
|
|
2408
|
+
list-style-type: none;
|
|
2409
|
+
padding: 0 0 0 20px;
|
|
2410
|
+
margin: 0;
|
|
2411
|
+
}
|
|
2412
|
+
.jsondiffpatch-added .jsondiffpatch-property-name,
|
|
2413
|
+
.jsondiffpatch-added .jsondiffpatch-value pre,
|
|
2414
|
+
.jsondiffpatch-modified .jsondiffpatch-right-value pre,
|
|
2415
|
+
.jsondiffpatch-textdiff-added {
|
|
2416
|
+
background: #bbffbb;
|
|
2417
|
+
}
|
|
2418
|
+
.jsondiffpatch-deleted .jsondiffpatch-property-name,
|
|
2419
|
+
.jsondiffpatch-deleted pre,
|
|
2420
|
+
.jsondiffpatch-modified .jsondiffpatch-left-value pre,
|
|
2421
|
+
.jsondiffpatch-textdiff-deleted {
|
|
2422
|
+
background: #ffbbbb;
|
|
2423
|
+
text-decoration: line-through;
|
|
2424
|
+
}
|
|
2425
|
+
.jsondiffpatch-unchanged,
|
|
2426
|
+
.jsondiffpatch-movedestination {
|
|
2427
|
+
color: gray;
|
|
2428
|
+
}
|
|
2429
|
+
.jsondiffpatch-unchanged,
|
|
2430
|
+
.jsondiffpatch-movedestination > .jsondiffpatch-value {
|
|
2431
|
+
transition: all 0.5s;
|
|
2432
|
+
-webkit-transition: all 0.5s;
|
|
2433
|
+
overflow-y: hidden;
|
|
2434
|
+
}
|
|
2435
|
+
.jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged,
|
|
2436
|
+
.jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination > .jsondiffpatch-value {
|
|
2437
|
+
max-height: 100px;
|
|
2438
|
+
}
|
|
2439
|
+
.jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged,
|
|
2440
|
+
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
|
|
2441
|
+
max-height: 0;
|
|
2442
|
+
}
|
|
2443
|
+
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value,
|
|
2444
|
+
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
|
|
2445
|
+
display: block;
|
|
2446
|
+
}
|
|
2447
|
+
.jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged,
|
|
2448
|
+
.jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination > .jsondiffpatch-value {
|
|
2449
|
+
max-height: 100px;
|
|
2450
|
+
}
|
|
2451
|
+
.jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged,
|
|
2452
|
+
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value {
|
|
2453
|
+
max-height: 0;
|
|
2454
|
+
}
|
|
2455
|
+
.jsondiffpatch-unchanged-showing .jsondiffpatch-arrow,
|
|
2456
|
+
.jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow {
|
|
2457
|
+
display: none;
|
|
2458
|
+
}
|
|
2459
|
+
.jsondiffpatch-value {
|
|
2460
|
+
display: inline-block;
|
|
2461
|
+
}
|
|
2462
|
+
.jsondiffpatch-property-name {
|
|
2463
|
+
display: inline-block;
|
|
2464
|
+
padding-right: 5px;
|
|
2465
|
+
vertical-align: top;
|
|
2466
|
+
}
|
|
2467
|
+
.jsondiffpatch-property-name:after {
|
|
2468
|
+
content: ": ";
|
|
2469
|
+
}
|
|
2470
|
+
.jsondiffpatch-child-node-type-array > .jsondiffpatch-property-name:after {
|
|
2471
|
+
content: ": [";
|
|
2472
|
+
}
|
|
2473
|
+
.jsondiffpatch-child-node-type-array:after {
|
|
2474
|
+
content: "],";
|
|
2475
|
+
}
|
|
2476
|
+
div.jsondiffpatch-child-node-type-array:before {
|
|
2477
|
+
content: "[";
|
|
2478
|
+
}
|
|
2479
|
+
div.jsondiffpatch-child-node-type-array:after {
|
|
2480
|
+
content: "]";
|
|
2481
|
+
}
|
|
2482
|
+
.jsondiffpatch-child-node-type-object > .jsondiffpatch-property-name:after {
|
|
2483
|
+
content: ": {";
|
|
2484
|
+
}
|
|
2485
|
+
.jsondiffpatch-child-node-type-object:after {
|
|
2486
|
+
content: "},";
|
|
2487
|
+
}
|
|
2488
|
+
div.jsondiffpatch-child-node-type-object:before {
|
|
2489
|
+
content: "{";
|
|
2490
|
+
}
|
|
2491
|
+
div.jsondiffpatch-child-node-type-object:after {
|
|
2492
|
+
content: "}";
|
|
2493
|
+
}
|
|
2494
|
+
.jsondiffpatch-value pre:after {
|
|
2495
|
+
content: ",";
|
|
2496
|
+
}
|
|
2497
|
+
li:last-child > .jsondiffpatch-value pre:after,
|
|
2498
|
+
.jsondiffpatch-modified > .jsondiffpatch-left-value pre:after {
|
|
2499
|
+
content: "";
|
|
2500
|
+
}
|
|
2501
|
+
.jsondiffpatch-modified .jsondiffpatch-value {
|
|
2502
|
+
display: inline-block;
|
|
2503
|
+
}
|
|
2504
|
+
.jsondiffpatch-modified .jsondiffpatch-right-value {
|
|
2505
|
+
margin-left: 5px;
|
|
2506
|
+
}
|
|
2507
|
+
.jsondiffpatch-moved .jsondiffpatch-property-name {
|
|
2508
|
+
text-decoration: line-through;
|
|
2509
|
+
text-decoration-color: gray;
|
|
2510
|
+
}
|
|
2511
|
+
.jsondiffpatch-moved .jsondiffpatch-value {
|
|
2512
|
+
display: none;
|
|
2513
|
+
}
|
|
2514
|
+
.jsondiffpatch-moved .jsondiffpatch-moved-destination {
|
|
2515
|
+
display: inline-block;
|
|
2516
|
+
background: #ffffbb;
|
|
2517
|
+
color: #888;
|
|
2518
|
+
}
|
|
2519
|
+
.jsondiffpatch-moved .jsondiffpatch-moved-destination:before {
|
|
2520
|
+
content: " => ";
|
|
2521
|
+
}
|
|
2522
|
+
ul.jsondiffpatch-textdiff {
|
|
2523
|
+
padding: 0;
|
|
2524
|
+
}
|
|
2525
|
+
.jsondiffpatch-textdiff-location {
|
|
2526
|
+
color: #bbb;
|
|
2527
|
+
display: inline-block;
|
|
2528
|
+
min-width: 60px;
|
|
2529
|
+
}
|
|
2530
|
+
.jsondiffpatch-textdiff-line {
|
|
2531
|
+
display: inline-block;
|
|
2532
|
+
}
|
|
2533
|
+
.jsondiffpatch-textdiff-line-number:after {
|
|
2534
|
+
content: ",";
|
|
2535
|
+
}
|
|
2536
|
+
.jsondiffpatch-error {
|
|
2537
|
+
background: red;
|
|
2538
|
+
color: white;
|
|
2539
|
+
font-weight: bold;
|
|
2540
|
+
}
|
|
2541
|
+
/* common css of controls */
|
|
2542
|
+
.textae-control {
|
|
2543
|
+
white-space: normal;
|
|
2544
|
+
/*== Elements inside the textae_control ==*/
|
|
2545
|
+
}
|
|
2546
|
+
.textae-control-title {
|
|
2547
|
+
font-family: 'Helvetica Neue', Arial;
|
|
2548
|
+
font-weight: 600;
|
|
2549
|
+
font-size: 18px;
|
|
2550
|
+
letter-spacing: 2px;
|
|
2551
|
+
line-height: normal;
|
|
2552
|
+
margin: 2px 10px 0 0;
|
|
2553
|
+
overflow-wrap: normal;
|
|
2554
|
+
width: 65px;
|
|
2555
|
+
}
|
|
2556
|
+
.textae-control-title a {
|
|
2557
|
+
text-decoration: none;
|
|
2558
|
+
}
|
|
2559
|
+
.textae-control-separator {
|
|
2560
|
+
margin: 6px 2px 0 2px;
|
|
2561
|
+
}
|
|
2562
|
+
.textae-control-icon {
|
|
2563
|
+
cursor: pointer;
|
|
2564
|
+
margin: 6px 4px 0 4px;
|
|
2565
|
+
}
|
|
2566
|
+
.textae-control-icon--disabled {
|
|
2567
|
+
cursor: auto;
|
|
2568
|
+
opacity: 0.3;
|
|
2569
|
+
}
|
|
2570
|
+
.textae-control-icon--pushed {
|
|
2571
|
+
cursor: auto;
|
|
2572
|
+
-moz-box-shadow: inset 1px 1px 3px #000;
|
|
2573
|
+
-webkit-box-shadow: inset 1px 1px 3px #000;
|
|
2574
|
+
box-shadow: inset 1px 1px 3px #000;
|
|
2575
|
+
}
|
|
2576
|
+
.textae-control-view-mode-button {
|
|
2577
|
+
background: url('./images/btn_view_mode_16.png');
|
|
2578
|
+
}
|
|
2579
|
+
.textae-control-term-edit-mode-button {
|
|
2580
|
+
background: url('./images/btn_term_edit_mode_16.png');
|
|
2581
|
+
}
|
|
2582
|
+
.textae-control-block-edit-mode-button {
|
|
2583
|
+
background: url('./images/btn_block_edit_mode_16.png');
|
|
2584
|
+
}
|
|
2585
|
+
.textae-control-relation-edit-mode-button {
|
|
2586
|
+
background: url('./images/btn_relation_edit_mode_16.png');
|
|
2587
|
+
}
|
|
2588
|
+
.textae-control-text-edit-mode-button {
|
|
2589
|
+
background: url('./images/btn_text_edit_mode_16.png');
|
|
2590
|
+
}
|
|
2591
|
+
.textae-control-simple-view-button {
|
|
2592
|
+
background: url('./images/btn_simple_view_16.png');
|
|
2593
|
+
}
|
|
2594
|
+
.textae-control-import-button {
|
|
2595
|
+
background: url('./images/btn_import_16.png');
|
|
2596
|
+
}
|
|
2597
|
+
.textae-control-upload-button {
|
|
2598
|
+
background: url('./images/btn_upload_16.png');
|
|
2599
|
+
}
|
|
2600
|
+
.textae-control-upload-button.textae-control-icon--transit {
|
|
2601
|
+
background: url('./images/btn_upload_modified_16.png');
|
|
2602
|
+
}
|
|
2603
|
+
.textae-control-upload-automatically-button {
|
|
2604
|
+
background: url('./images/btn_upload_automatically_16.png');
|
|
2605
|
+
}
|
|
2606
|
+
.textae-control-undo-button {
|
|
2607
|
+
background: url('./images/btn_undo_16.png');
|
|
2608
|
+
}
|
|
2609
|
+
.textae-control-redo-button {
|
|
2610
|
+
background: url('./images/btn_redo_16.png');
|
|
2611
|
+
}
|
|
2612
|
+
.textae-control-replicate-span-annotation-button {
|
|
2613
|
+
background: url('./images/btn_replicate_span_annotation_16.png');
|
|
2614
|
+
}
|
|
2615
|
+
.textae-control-auto-replicate-button {
|
|
2616
|
+
background: url('./images/btn_auto_replicate_16.png');
|
|
2617
|
+
}
|
|
2618
|
+
.textae-control-boundary-detection-button {
|
|
2619
|
+
background: url('./images/btn_boundary_detection_16.png');
|
|
2620
|
+
}
|
|
2621
|
+
.textae-control-create-span-by-touch-button {
|
|
2622
|
+
background: url('./images/btn_create_span_by_touch_16.png');
|
|
2623
|
+
}
|
|
2624
|
+
.textae-control-expand-span-by-touch-button {
|
|
2625
|
+
background: url('./images/btn_expand_span_by_touch_16.png');
|
|
2626
|
+
}
|
|
2627
|
+
.textae-control-shrink-span-by-touch-button {
|
|
2628
|
+
background: url('./images/btn_shrink_span_by_touch_16.png');
|
|
2629
|
+
}
|
|
2630
|
+
.textae-control-edit-text-by-touch-button {
|
|
2631
|
+
background: url('./images/btn_edit_text_by_touch_16.png');
|
|
2632
|
+
}
|
|
2633
|
+
.textae-control-new-entity-button {
|
|
2634
|
+
background: url('./images/btn_new_entity_16.png');
|
|
2635
|
+
}
|
|
2636
|
+
.textae-control-pallet-button {
|
|
2637
|
+
background: url('./images/btn_pallet_16.png');
|
|
2638
|
+
}
|
|
2639
|
+
.textae-control-pallet-button.textae-control-icon--transit {
|
|
2640
|
+
background: url('./images/btn_pallet_modified_16.png');
|
|
2641
|
+
}
|
|
2642
|
+
.textae-control-edit-properties-button {
|
|
2643
|
+
background: url('./images/btn_edit_properties_16.png');
|
|
2644
|
+
}
|
|
2645
|
+
.textae-control-delete-button {
|
|
2646
|
+
background: url('./images/btn_delete_16.png');
|
|
2647
|
+
}
|
|
2648
|
+
.textae-control-copy-button {
|
|
2649
|
+
background: url('./images/btn_copy_16.png');
|
|
2650
|
+
}
|
|
2651
|
+
.textae-control-cut-button {
|
|
2652
|
+
background: url('./images/btn_cut_16.png');
|
|
2653
|
+
}
|
|
2654
|
+
.textae-control-paste-button {
|
|
2655
|
+
background: url('./images/btn_paste_16.png');
|
|
2656
|
+
}
|
|
2657
|
+
.textae-control-help-button {
|
|
2658
|
+
background: url('./images/btn_help_16.png');
|
|
2659
|
+
}
|
|
2660
|
+
.textae-control-setting-button {
|
|
2661
|
+
background: url('./images/btn_setting_16.png');
|
|
2662
|
+
}
|
|
2663
|
+
.textae-control-adjust-lineheight-button {
|
|
2664
|
+
background: url('./images/btn_adjust_lineheight_16.png');
|
|
2665
|
+
}
|
|
2666
|
+
.textae-control-auto-adjust-lineheight-button {
|
|
2667
|
+
background: url('./images/btn_auto_adjust_lineheight_16.png');
|
|
2668
|
+
}
|
|
2669
|
+
.textae-control .textae-control-details--hide-logo > :nth-of-type(1),
|
|
2670
|
+
.textae-control .textae-control-details--hide-logo > :nth-of-type(2) {
|
|
2671
|
+
display: none;
|
|
2672
|
+
}
|
|
2673
|
+
[mode='edit'].textae-editor--active .textae-control {
|
|
2674
|
+
visibility: visible;
|
|
2675
|
+
}
|
|
2676
|
+
.textae-editor--control-visible .textae-control {
|
|
2677
|
+
visibility: visible !important;
|
|
2678
|
+
}
|
|
2679
|
+
.textae-editor--control-hidden .textae-control {
|
|
2680
|
+
display: none;
|
|
2681
|
+
}
|
|
2682
|
+
/* control bar */
|
|
2683
|
+
.textae-control-bar,
|
|
2684
|
+
.textae-touch-bar {
|
|
2685
|
+
background-color: #ddf;
|
|
2686
|
+
padding: 2px 10px 5px 10px;
|
|
2687
|
+
position: sticky;
|
|
2688
|
+
top: 0;
|
|
2689
|
+
z-index: 8;
|
|
2690
|
+
/*== Elements inside the textae_control ==*/
|
|
2691
|
+
}
|
|
2692
|
+
.textae-control-bar .textae-control-title,
|
|
2693
|
+
.textae-touch-bar .textae-control-title {
|
|
2694
|
+
display: block;
|
|
2695
|
+
}
|
|
2696
|
+
.textae-control-bar .textae-control-separator,
|
|
2697
|
+
.textae-touch-bar .textae-control-separator {
|
|
2698
|
+
display: block;
|
|
2699
|
+
border: 2px solid #aad;
|
|
2700
|
+
}
|
|
2701
|
+
.textae-control-bar .textae-control-icon,
|
|
2702
|
+
.textae-touch-bar .textae-control-icon {
|
|
2703
|
+
display: block;
|
|
2704
|
+
}
|
|
2705
|
+
.textae-control-bar {
|
|
2706
|
+
display: flex;
|
|
2707
|
+
}
|
|
2708
|
+
.textae-control-bar .textae-control-separator {
|
|
2709
|
+
height: 16px;
|
|
2710
|
+
}
|
|
2711
|
+
.textae-control-bar .textae-control-icon {
|
|
2712
|
+
height: 16px;
|
|
2713
|
+
width: 16px;
|
|
2714
|
+
}
|
|
2715
|
+
@media screen and (max-width: 768px) {
|
|
2716
|
+
.textae-touch-bar {
|
|
2717
|
+
left: 1px;
|
|
2718
|
+
max-width: 752px;
|
|
2719
|
+
position: absolute;
|
|
2720
|
+
width: 100%;
|
|
2721
|
+
}
|
|
2722
|
+
}
|
|
2723
|
+
.textae-touch-bar .textae-control-title {
|
|
2724
|
+
line-height: 48px;
|
|
2725
|
+
}
|
|
2726
|
+
.textae-touch-bar .textae-control-separator {
|
|
2727
|
+
height: 32px;
|
|
2728
|
+
}
|
|
2729
|
+
.textae-touch-bar .textae-control-icon {
|
|
2730
|
+
background-size: cover;
|
|
2731
|
+
height: 32px;
|
|
2732
|
+
margin: 8px 8px;
|
|
2733
|
+
width: 32px;
|
|
2734
|
+
}
|
|
2735
|
+
.textae-touch-bar .textae-control-summary {
|
|
2736
|
+
display: flex;
|
|
2737
|
+
flex-wrap: wrap;
|
|
2738
|
+
justify-content: space-between;
|
|
2739
|
+
}
|
|
2740
|
+
@media screen and (min-width: 769px) {
|
|
2741
|
+
.textae-touch-bar .textae-control-summary {
|
|
2742
|
+
display: none;
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
@media screen and (max-width: 768px) {
|
|
2746
|
+
.textae-touch-bar .textae-control-details {
|
|
2747
|
+
display: none;
|
|
2748
|
+
}
|
|
2749
|
+
.textae-touch-bar .textae-control-details--force-show {
|
|
2750
|
+
display: flex;
|
|
2751
|
+
}
|
|
2752
|
+
.textae-touch-bar .textae-control-details--force-show > :nth-of-type(1),
|
|
2753
|
+
.textae-touch-bar .textae-control-details--force-show > :nth-of-type(2) {
|
|
2754
|
+
display: none;
|
|
2755
|
+
}
|
|
2756
|
+
}
|
|
2757
|
+
.textae-control-hamburger-menu-button {
|
|
2758
|
+
background-color: transparent;
|
|
2759
|
+
border-color: rgba(0, 0, 0, 0.5);
|
|
2760
|
+
border-radius: 0.25em;
|
|
2761
|
+
color: rgba(0, 0, 0, 0.5);
|
|
2762
|
+
cursor: pointer;
|
|
2763
|
+
height: 32px;
|
|
2764
|
+
margin-top: 10px;
|
|
2765
|
+
padding: 2px 0;
|
|
2766
|
+
width: 32px;
|
|
2767
|
+
}
|
|
2768
|
+
.textae-control-summary {
|
|
2769
|
+
display: none;
|
|
2770
|
+
}
|
|
2771
|
+
.textae-control-details {
|
|
2772
|
+
display: flex;
|
|
2773
|
+
flex-wrap: wrap;
|
|
2774
|
+
justify-content: flex-start;
|
|
2775
|
+
}
|
|
2776
|
+
/* context menu */
|
|
2777
|
+
.textae-context-menu,
|
|
2778
|
+
.textae-android-context-menu {
|
|
2779
|
+
display: none;
|
|
2780
|
+
position: absolute;
|
|
2781
|
+
padding: 10px;
|
|
2782
|
+
border: solid 1px gray;
|
|
2783
|
+
box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
|
|
2784
|
+
background-color: white;
|
|
2785
|
+
z-index: 7;
|
|
2786
|
+
}
|
|
2787
|
+
.textae-context-menu--show,
|
|
2788
|
+
.textae-android-context-menu--show {
|
|
2789
|
+
display: block;
|
|
2790
|
+
}
|
|
2791
|
+
.textae-context-menu--hide,
|
|
2792
|
+
.textae-android-context-menu--hide {
|
|
2793
|
+
display: none;
|
|
2794
|
+
}
|
|
2795
|
+
.textae-context-menu > p:not(.textae-control-title):not(.textae-control -icon--disabled):focus,
|
|
2796
|
+
.textae-android-context-menu > p:not(.textae-control-title):not(.textae-control -icon--disabled):focus,
|
|
2797
|
+
.textae-context-menu > p:not(.textae-control-title):not(.textae-control -icon--disabled):active,
|
|
2798
|
+
.textae-android-context-menu > p:not(.textae-control-title):not(.textae-control -icon--disabled):active,
|
|
2799
|
+
.textae-context-menu > p:not(.textae-control-title):not(.textae-control -icon--disabled):hover,
|
|
2800
|
+
.textae-android-context-menu > p:not(.textae-control-title):not(.textae-control -icon--disabled):hover {
|
|
2801
|
+
background-color: #c4c4f0;
|
|
2802
|
+
color: white;
|
|
2803
|
+
}
|
|
2804
|
+
.textae-context-menu .textae-control-icon,
|
|
2805
|
+
.textae-android-context-menu .textae-control-icon {
|
|
2806
|
+
margin-top: 0;
|
|
2807
|
+
padding-left: 20px;
|
|
2808
|
+
background-size: 16px;
|
|
2809
|
+
background-repeat: no-repeat;
|
|
2810
|
+
background-position: left center;
|
|
2811
|
+
}
|
|
2812
|
+
.textae-context-menu .textae-control-separator,
|
|
2813
|
+
.textae-android-context-menu .textae-control-separator {
|
|
2814
|
+
border: 1px solid #aad;
|
|
2815
|
+
}
|
|
2816
|
+
.textae-context-menu > p {
|
|
2817
|
+
line-height: 1.5em;
|
|
2818
|
+
}
|
|
2819
|
+
.textae-android-context-menu > p {
|
|
2820
|
+
line-height: 3em;
|
|
2821
|
+
}
|
|
2822
|
+
.ui-widget-overlay.textae-editor__load-dialog__overlay-dropzone--maximized {
|
|
2823
|
+
background-color: #eee;
|
|
2824
|
+
background-image: none;
|
|
2825
|
+
opacity: 0.8;
|
|
2826
|
+
padding: 10px;
|
|
2827
|
+
}
|
|
2828
|
+
.ui-widget-overlay.textae-editor__load-dialog__overlay-dropzone--maximized::before {
|
|
2829
|
+
border: 3px dashed;
|
|
2830
|
+
border-radius: 10px;
|
|
2831
|
+
content: 'Drop here';
|
|
2832
|
+
display: block;
|
|
2833
|
+
font-size: 10em;
|
|
2834
|
+
height: calc(100% - 40px);
|
|
2835
|
+
line-height: 3em;
|
|
2836
|
+
position: absolute;
|
|
2837
|
+
text-align: center;
|
|
2838
|
+
width: calc(100% - 40px);
|
|
2839
|
+
}
|
|
2840
|
+
/* dialog */
|
|
2841
|
+
.textae-editor__dialog {
|
|
2842
|
+
text-align: left;
|
|
2843
|
+
}
|
|
2844
|
+
.textae-editor__dialog button:disabled {
|
|
2845
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2846
|
+
color: #999;
|
|
2847
|
+
cursor: initial;
|
|
2848
|
+
}
|
|
2849
|
+
.textae-editor__dialog button:disabled:hover {
|
|
2850
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2851
|
+
border-color: #ccc;
|
|
2852
|
+
}
|
|
2853
|
+
.textae-editor__create-attribute-definition-dialog__container,
|
|
2854
|
+
.textae-editor__edit-attribute-definition-dialog__container {
|
|
2855
|
+
display: flex;
|
|
2856
|
+
flex-direction: column;
|
|
2857
|
+
}
|
|
2858
|
+
.textae-editor__create-attribute-definition-dialog__container > div,
|
|
2859
|
+
.textae-editor__edit-attribute-definition-dialog__container > div {
|
|
2860
|
+
margin-bottom: 16px;
|
|
2861
|
+
}
|
|
2862
|
+
.textae-editor__create-attribute-definition-dialog__row,
|
|
2863
|
+
.textae-editor__edit-attribute-definition-dialog__row {
|
|
2864
|
+
display: flex;
|
|
2865
|
+
flex-direction: column;
|
|
2866
|
+
width: calc(100% - 7px);
|
|
2867
|
+
}
|
|
2868
|
+
.textae-editor__create-attribute-definition-dialog__row input[type='button'],
|
|
2869
|
+
.textae-editor__edit-attribute-definition-dialog__row input[type='button'],
|
|
2870
|
+
.textae-editor__create-attribute-definition-dialog__row button,
|
|
2871
|
+
.textae-editor__edit-attribute-definition-dialog__row button,
|
|
2872
|
+
.textae-editor__create-attribute-definition-dialog__row a,
|
|
2873
|
+
.textae-editor__edit-attribute-definition-dialog__row a {
|
|
2874
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2875
|
+
border: 1px solid #ccc;
|
|
2876
|
+
border-radius: 4px;
|
|
2877
|
+
color: #1c94c4;
|
|
2878
|
+
cursor: pointer;
|
|
2879
|
+
display: inline-block;
|
|
2880
|
+
font-weight: bold;
|
|
2881
|
+
line-height: normal;
|
|
2882
|
+
overflow: visible;
|
|
2883
|
+
padding: 0.4em 1em;
|
|
2884
|
+
position: relative;
|
|
2885
|
+
vertical-align: middle;
|
|
2886
|
+
text-align: center;
|
|
2887
|
+
text-decoration: none;
|
|
2888
|
+
user-select: none;
|
|
2889
|
+
}
|
|
2890
|
+
.textae-editor__create-attribute-definition-dialog__row input[type='button']:disabled,
|
|
2891
|
+
.textae-editor__edit-attribute-definition-dialog__row input[type='button']:disabled,
|
|
2892
|
+
.textae-editor__create-attribute-definition-dialog__row button:disabled,
|
|
2893
|
+
.textae-editor__edit-attribute-definition-dialog__row button:disabled,
|
|
2894
|
+
.textae-editor__create-attribute-definition-dialog__row a:disabled,
|
|
2895
|
+
.textae-editor__edit-attribute-definition-dialog__row a:disabled {
|
|
2896
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2897
|
+
color: #999;
|
|
2898
|
+
cursor: initial;
|
|
2899
|
+
}
|
|
2900
|
+
.textae-editor__create-attribute-definition-dialog__row input[type='button']:disabled:hover,
|
|
2901
|
+
.textae-editor__edit-attribute-definition-dialog__row input[type='button']:disabled:hover,
|
|
2902
|
+
.textae-editor__create-attribute-definition-dialog__row button:disabled:hover,
|
|
2903
|
+
.textae-editor__edit-attribute-definition-dialog__row button:disabled:hover,
|
|
2904
|
+
.textae-editor__create-attribute-definition-dialog__row a:disabled:hover,
|
|
2905
|
+
.textae-editor__edit-attribute-definition-dialog__row a:disabled:hover {
|
|
2906
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2907
|
+
border-color: #ccc;
|
|
2908
|
+
}
|
|
2909
|
+
.textae-editor__create-attribute-definition-dialog__value-type-row,
|
|
2910
|
+
.textae-editor__edit-attribute-definition-dialog__value-type-row {
|
|
2911
|
+
display: flex;
|
|
2912
|
+
justify-content: space-between;
|
|
2913
|
+
}
|
|
2914
|
+
.textae-editor__create-attribute-definition-dialog__value-type--flag:before,
|
|
2915
|
+
.textae-editor__edit-attribute-definition-dialog__value-type--flag:before {
|
|
2916
|
+
position: relative;
|
|
2917
|
+
display: inline-block;
|
|
2918
|
+
font-family: FontAwesome;
|
|
2919
|
+
content: '\f024';
|
|
2920
|
+
}
|
|
2921
|
+
.textae-editor__create-attribute-definition-dialog__value-type--selection:before,
|
|
2922
|
+
.textae-editor__edit-attribute-definition-dialog__value-type--selection:before {
|
|
2923
|
+
position: relative;
|
|
2924
|
+
display: inline-block;
|
|
2925
|
+
font-family: FontAwesome;
|
|
2926
|
+
content: '\f0ca';
|
|
2927
|
+
}
|
|
2928
|
+
.textae-editor__create-attribute-definition-dialog__value-type--numeric:before,
|
|
2929
|
+
.textae-editor__edit-attribute-definition-dialog__value-type--numeric:before {
|
|
2930
|
+
position: relative;
|
|
2931
|
+
display: inline-block;
|
|
2932
|
+
font-family: FontAwesome;
|
|
2933
|
+
content: '\f2c9';
|
|
2934
|
+
}
|
|
2935
|
+
.textae-editor__create-attribute-definition-dialog__value-type--string:before,
|
|
2936
|
+
.textae-editor__edit-attribute-definition-dialog__value-type--string:before {
|
|
2937
|
+
position: relative;
|
|
2938
|
+
display: inline-block;
|
|
2939
|
+
font-family: FontAwesome;
|
|
2940
|
+
content: '\f27a';
|
|
2941
|
+
}
|
|
2942
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__container {
|
|
2943
|
+
display: flex;
|
|
2944
|
+
flex-direction: column;
|
|
2945
|
+
}
|
|
2946
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__container > div {
|
|
2947
|
+
margin-bottom: 16px;
|
|
2948
|
+
}
|
|
2949
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row {
|
|
2950
|
+
display: flex;
|
|
2951
|
+
flex-direction: column;
|
|
2952
|
+
width: calc(100% - 7px);
|
|
2953
|
+
}
|
|
2954
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row input[type='button'],
|
|
2955
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row button,
|
|
2956
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row a {
|
|
2957
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2958
|
+
border: 1px solid #ccc;
|
|
2959
|
+
border-radius: 4px;
|
|
2960
|
+
color: #1c94c4;
|
|
2961
|
+
cursor: pointer;
|
|
2962
|
+
display: inline-block;
|
|
2963
|
+
font-weight: bold;
|
|
2964
|
+
line-height: normal;
|
|
2965
|
+
overflow: visible;
|
|
2966
|
+
padding: 0.4em 1em;
|
|
2967
|
+
position: relative;
|
|
2968
|
+
vertical-align: middle;
|
|
2969
|
+
text-align: center;
|
|
2970
|
+
text-decoration: none;
|
|
2971
|
+
user-select: none;
|
|
2972
|
+
}
|
|
2973
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row input[type='button']:disabled,
|
|
2974
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row button:disabled,
|
|
2975
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row a:disabled {
|
|
2976
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2977
|
+
color: #999;
|
|
2978
|
+
cursor: initial;
|
|
2979
|
+
}
|
|
2980
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row input[type='button']:disabled:hover,
|
|
2981
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row button:disabled:hover,
|
|
2982
|
+
.textae-editor__create-or-edit-value-of-attribute-definition-dialog__row a:disabled:hover {
|
|
2983
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
2984
|
+
border-color: #ccc;
|
|
2985
|
+
}
|
|
2986
|
+
.textae-editor__edit-type-values-dialog__table {
|
|
2987
|
+
border-collapse: collapse;
|
|
2988
|
+
border-spacing: 0px;
|
|
2989
|
+
border-style: solid;
|
|
2990
|
+
border-width: 1px;
|
|
2991
|
+
table-layout: fixed;
|
|
2992
|
+
width: calc(100% - 2px);
|
|
2993
|
+
}
|
|
2994
|
+
.textae-editor__edit-type-values-dialog__table th {
|
|
2995
|
+
border-style: solid;
|
|
2996
|
+
border-width: 1px;
|
|
2997
|
+
}
|
|
2998
|
+
.textae-editor__edit-type-values-dialog__table th:nth-child(1) {
|
|
2999
|
+
width: 20px;
|
|
3000
|
+
}
|
|
3001
|
+
.textae-editor__edit-type-values-dialog__table tr:nth-child(odd) {
|
|
3002
|
+
border-top-style: solid;
|
|
3003
|
+
border-width: 1px;
|
|
3004
|
+
}
|
|
3005
|
+
.textae-editor__edit-type-values-dialog__table tr:nth-child(even) {
|
|
3006
|
+
border-bottom-style: solid;
|
|
3007
|
+
border-width: 1px;
|
|
3008
|
+
}
|
|
3009
|
+
.textae-editor__edit-type-values-dialog__table tr:nth-child(even) button {
|
|
3010
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3011
|
+
border: 1px solid #ccc;
|
|
3012
|
+
border-radius: 4px;
|
|
3013
|
+
color: #1c94c4;
|
|
3014
|
+
cursor: pointer;
|
|
3015
|
+
display: inline-block;
|
|
3016
|
+
font-weight: bold;
|
|
3017
|
+
line-height: normal;
|
|
3018
|
+
overflow: visible;
|
|
3019
|
+
padding: 0.4em 1em;
|
|
3020
|
+
position: relative;
|
|
3021
|
+
vertical-align: middle;
|
|
3022
|
+
text-align: center;
|
|
3023
|
+
text-decoration: none;
|
|
3024
|
+
user-select: none;
|
|
3025
|
+
}
|
|
3026
|
+
.textae-editor__edit-type-values-dialog__table tr:nth-child(even) button:disabled {
|
|
3027
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3028
|
+
color: #999;
|
|
3029
|
+
cursor: initial;
|
|
3030
|
+
}
|
|
3031
|
+
.textae-editor__edit-type-values-dialog__table tr:nth-child(even) button:disabled:hover {
|
|
3032
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3033
|
+
border-color: #ccc;
|
|
3034
|
+
}
|
|
3035
|
+
.textae-editor__edit-type-values-dialog__table td {
|
|
3036
|
+
border-top-style: dashed;
|
|
3037
|
+
border-right-style: solid;
|
|
3038
|
+
border-bottom-style: dashed;
|
|
3039
|
+
border-left-style: solid;
|
|
3040
|
+
border-width: 1px;
|
|
3041
|
+
word-break: break-all;
|
|
3042
|
+
}
|
|
3043
|
+
.textae-editor__edit-type-values-dialog__table td.shortcut-key {
|
|
3044
|
+
text-align: center;
|
|
3045
|
+
}
|
|
3046
|
+
.textae-editor__edit-type-values-dialog__table td:nth-child(2) span,
|
|
3047
|
+
.textae-editor__edit-type-values-dialog__table td:nth-child(3) span {
|
|
3048
|
+
margin-left: 4px;
|
|
3049
|
+
}
|
|
3050
|
+
.textae-editor__edit-type-values-dialog__table td:nth-child(3) input {
|
|
3051
|
+
width: calc(100% - 8px);
|
|
3052
|
+
}
|
|
3053
|
+
.textae-editor__edit-type-values-dialog__attribute-predicate--flag:before {
|
|
3054
|
+
position: relative;
|
|
3055
|
+
display: inline-block;
|
|
3056
|
+
font-family: FontAwesome;
|
|
3057
|
+
content: '\f024';
|
|
3058
|
+
}
|
|
3059
|
+
.textae-editor__edit-type-values-dialog__attribute-predicate--selection:before {
|
|
3060
|
+
position: relative;
|
|
3061
|
+
display: inline-block;
|
|
3062
|
+
font-family: FontAwesome;
|
|
3063
|
+
content: '\f0ca';
|
|
3064
|
+
}
|
|
3065
|
+
.textae-editor__edit-type-values-dialog__attribute-predicate--numeric:before {
|
|
3066
|
+
position: relative;
|
|
3067
|
+
display: inline-block;
|
|
3068
|
+
font-family: FontAwesome;
|
|
3069
|
+
content: '\f2c9';
|
|
3070
|
+
}
|
|
3071
|
+
.textae-editor__edit-type-values-dialog__attribute-predicate--string:before {
|
|
3072
|
+
position: relative;
|
|
3073
|
+
display: inline-block;
|
|
3074
|
+
font-family: FontAwesome;
|
|
3075
|
+
content: '\f27a';
|
|
3076
|
+
}
|
|
3077
|
+
.textae-editor__edit-type-values-dialog__add-attribute--flag:before {
|
|
3078
|
+
position: relative;
|
|
3079
|
+
display: inline-block;
|
|
3080
|
+
font-family: FontAwesome;
|
|
3081
|
+
content: '\f024';
|
|
3082
|
+
}
|
|
3083
|
+
.textae-editor__edit-type-values-dialog__add-attribute--selection:before {
|
|
3084
|
+
position: relative;
|
|
3085
|
+
display: inline-block;
|
|
3086
|
+
font-family: FontAwesome;
|
|
3087
|
+
content: '\f0ca';
|
|
3088
|
+
}
|
|
3089
|
+
.textae-editor__edit-type-values-dialog__add-attribute--numeric:before {
|
|
3090
|
+
position: relative;
|
|
3091
|
+
display: inline-block;
|
|
3092
|
+
font-family: FontAwesome;
|
|
3093
|
+
content: '\f2c9';
|
|
3094
|
+
}
|
|
3095
|
+
.textae-editor__edit-type-values-dialog__add-attribute--string:before {
|
|
3096
|
+
position: relative;
|
|
3097
|
+
display: inline-block;
|
|
3098
|
+
font-family: FontAwesome;
|
|
3099
|
+
content: '\f27a';
|
|
3100
|
+
}
|
|
3101
|
+
.textae-editor__edit-type-values-dialog__edit-attribute:before {
|
|
3102
|
+
position: relative;
|
|
3103
|
+
display: inline-block;
|
|
3104
|
+
font-family: FontAwesome;
|
|
3105
|
+
content: '\f040';
|
|
3106
|
+
}
|
|
3107
|
+
.textae-editor__edit-type-values-dialog__remove-attribute:before {
|
|
3108
|
+
position: relative;
|
|
3109
|
+
display: inline-block;
|
|
3110
|
+
font-family: FontAwesome;
|
|
3111
|
+
content: '\f1f8';
|
|
3112
|
+
}
|
|
3113
|
+
.textae-editor__edit-type-values-dialog__open-pallet {
|
|
3114
|
+
background: url(./images/btn_pallet_16.png);
|
|
3115
|
+
cursor: pointer;
|
|
3116
|
+
display: inline-block;
|
|
3117
|
+
height: 16px;
|
|
3118
|
+
margin-left: 6px;
|
|
3119
|
+
width: 16px;
|
|
3120
|
+
}
|
|
3121
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons {
|
|
3122
|
+
line-height: 2.3em;
|
|
3123
|
+
max-height: 4.7em;
|
|
3124
|
+
overflow-y: auto;
|
|
3125
|
+
}
|
|
3126
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button {
|
|
3127
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3128
|
+
border: 1px solid #ccc;
|
|
3129
|
+
border-radius: 4px;
|
|
3130
|
+
color: #1c94c4;
|
|
3131
|
+
cursor: pointer;
|
|
3132
|
+
display: inline-block;
|
|
3133
|
+
font-weight: bold;
|
|
3134
|
+
line-height: normal;
|
|
3135
|
+
overflow: visible;
|
|
3136
|
+
padding: 0.4em 1em;
|
|
3137
|
+
position: relative;
|
|
3138
|
+
vertical-align: middle;
|
|
3139
|
+
text-align: center;
|
|
3140
|
+
text-decoration: none;
|
|
3141
|
+
user-select: none;
|
|
3142
|
+
}
|
|
3143
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:disabled {
|
|
3144
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3145
|
+
color: #999;
|
|
3146
|
+
cursor: initial;
|
|
3147
|
+
}
|
|
3148
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:disabled:hover {
|
|
3149
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3150
|
+
border-color: #ccc;
|
|
3151
|
+
}
|
|
3152
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button::after {
|
|
3153
|
+
background-color: #1c94c4;
|
|
3154
|
+
border-radius: 50%;
|
|
3155
|
+
color: #fff;
|
|
3156
|
+
display: block;
|
|
3157
|
+
font-weight: normal;
|
|
3158
|
+
left: 1px;
|
|
3159
|
+
padding-left: 3px;
|
|
3160
|
+
padding-right: 3px;
|
|
3161
|
+
position: absolute;
|
|
3162
|
+
top: 8px;
|
|
3163
|
+
}
|
|
3164
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:disabled::after {
|
|
3165
|
+
background-color: #999;
|
|
3166
|
+
}
|
|
3167
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(1)::after {
|
|
3168
|
+
content: '1';
|
|
3169
|
+
}
|
|
3170
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(2)::after {
|
|
3171
|
+
content: '2';
|
|
3172
|
+
}
|
|
3173
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(3)::after {
|
|
3174
|
+
content: '3';
|
|
3175
|
+
}
|
|
3176
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(4)::after {
|
|
3177
|
+
content: '4';
|
|
3178
|
+
}
|
|
3179
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(5)::after {
|
|
3180
|
+
content: '5';
|
|
3181
|
+
}
|
|
3182
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(6)::after {
|
|
3183
|
+
content: '6';
|
|
3184
|
+
}
|
|
3185
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(7)::after {
|
|
3186
|
+
content: '7';
|
|
3187
|
+
}
|
|
3188
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(8)::after {
|
|
3189
|
+
content: '8';
|
|
3190
|
+
}
|
|
3191
|
+
.textae-editor__edit-type-values-dialog__add-attribute-buttons button:nth-child(9)::after {
|
|
3192
|
+
content: '9';
|
|
3193
|
+
}
|
|
3194
|
+
.textae-editor__edit-numeric-attribute-dialog__container,
|
|
3195
|
+
.textae-editor__edit-string-attribute-dialog__container {
|
|
3196
|
+
display: flex;
|
|
3197
|
+
flex-direction: column;
|
|
3198
|
+
}
|
|
3199
|
+
.textae-editor__edit-numeric-attribute-dialog__container > div,
|
|
3200
|
+
.textae-editor__edit-string-attribute-dialog__container > div {
|
|
3201
|
+
margin-bottom: 16px;
|
|
3202
|
+
}
|
|
3203
|
+
.textae-editor__edit-numeric-attribute-dialog__row,
|
|
3204
|
+
.textae-editor__edit-string-attribute-dialog__row {
|
|
3205
|
+
display: flex;
|
|
3206
|
+
flex-direction: column;
|
|
3207
|
+
width: calc(100% - 7px);
|
|
3208
|
+
}
|
|
3209
|
+
.textae-editor__edit-numeric-attribute-dialog__row input[type='button'],
|
|
3210
|
+
.textae-editor__edit-string-attribute-dialog__row input[type='button'],
|
|
3211
|
+
.textae-editor__edit-numeric-attribute-dialog__row button,
|
|
3212
|
+
.textae-editor__edit-string-attribute-dialog__row button,
|
|
3213
|
+
.textae-editor__edit-numeric-attribute-dialog__row a,
|
|
3214
|
+
.textae-editor__edit-string-attribute-dialog__row a {
|
|
3215
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3216
|
+
border: 1px solid #ccc;
|
|
3217
|
+
border-radius: 4px;
|
|
3218
|
+
color: #1c94c4;
|
|
3219
|
+
cursor: pointer;
|
|
3220
|
+
display: inline-block;
|
|
3221
|
+
font-weight: bold;
|
|
3222
|
+
line-height: normal;
|
|
3223
|
+
overflow: visible;
|
|
3224
|
+
padding: 0.4em 1em;
|
|
3225
|
+
position: relative;
|
|
3226
|
+
vertical-align: middle;
|
|
3227
|
+
text-align: center;
|
|
3228
|
+
text-decoration: none;
|
|
3229
|
+
user-select: none;
|
|
3230
|
+
}
|
|
3231
|
+
.textae-editor__edit-numeric-attribute-dialog__row input[type='button']:disabled,
|
|
3232
|
+
.textae-editor__edit-string-attribute-dialog__row input[type='button']:disabled,
|
|
3233
|
+
.textae-editor__edit-numeric-attribute-dialog__row button:disabled,
|
|
3234
|
+
.textae-editor__edit-string-attribute-dialog__row button:disabled,
|
|
3235
|
+
.textae-editor__edit-numeric-attribute-dialog__row a:disabled,
|
|
3236
|
+
.textae-editor__edit-string-attribute-dialog__row a:disabled {
|
|
3237
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3238
|
+
color: #999;
|
|
3239
|
+
cursor: initial;
|
|
3240
|
+
}
|
|
3241
|
+
.textae-editor__edit-numeric-attribute-dialog__row input[type='button']:disabled:hover,
|
|
3242
|
+
.textae-editor__edit-string-attribute-dialog__row input[type='button']:disabled:hover,
|
|
3243
|
+
.textae-editor__edit-numeric-attribute-dialog__row button:disabled:hover,
|
|
3244
|
+
.textae-editor__edit-string-attribute-dialog__row button:disabled:hover,
|
|
3245
|
+
.textae-editor__edit-numeric-attribute-dialog__row a:disabled:hover,
|
|
3246
|
+
.textae-editor__edit-string-attribute-dialog__row a:disabled:hover {
|
|
3247
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3248
|
+
border-color: #ccc;
|
|
3249
|
+
}
|
|
3250
|
+
.textae-editor__edit-numeric-attribute-dialog__subject-row,
|
|
3251
|
+
.textae-editor__edit-string-attribute-dialog__subject-row {
|
|
3252
|
+
display: flex;
|
|
3253
|
+
width: 100%;
|
|
3254
|
+
}
|
|
3255
|
+
.textae-editor__edit-numeric-attribute-dialog__subject-input,
|
|
3256
|
+
.textae-editor__edit-string-attribute-dialog__subject-input {
|
|
3257
|
+
width: calc(100% - 58px);
|
|
3258
|
+
}
|
|
3259
|
+
.textae-editor__edit-numeric-attribute-dialog__remove-attribute:before,
|
|
3260
|
+
.textae-editor__edit-string-attribute-dialog__remove-attribute:before {
|
|
3261
|
+
position: relative;
|
|
3262
|
+
display: inline-block;
|
|
3263
|
+
font-family: FontAwesome;
|
|
3264
|
+
content: '\f1f8';
|
|
3265
|
+
}
|
|
3266
|
+
.textae-editor__load-dialog__container {
|
|
3267
|
+
display: flex;
|
|
3268
|
+
flex-direction: column;
|
|
3269
|
+
}
|
|
3270
|
+
.textae-editor__load-dialog__container > div {
|
|
3271
|
+
margin-bottom: 16px;
|
|
3272
|
+
}
|
|
3273
|
+
.textae-editor__load-dialog__row {
|
|
3274
|
+
display: flex;
|
|
3275
|
+
flex-direction: column;
|
|
3276
|
+
width: calc(100% - 7px);
|
|
3277
|
+
}
|
|
3278
|
+
.textae-editor__load-dialog__row input[type='button'],
|
|
3279
|
+
.textae-editor__load-dialog__row button,
|
|
3280
|
+
.textae-editor__load-dialog__row a {
|
|
3281
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3282
|
+
border: 1px solid #ccc;
|
|
3283
|
+
border-radius: 4px;
|
|
3284
|
+
color: #1c94c4;
|
|
3285
|
+
cursor: pointer;
|
|
3286
|
+
display: inline-block;
|
|
3287
|
+
font-weight: bold;
|
|
3288
|
+
line-height: normal;
|
|
3289
|
+
overflow: visible;
|
|
3290
|
+
padding: 0.4em 1em;
|
|
3291
|
+
position: relative;
|
|
3292
|
+
vertical-align: middle;
|
|
3293
|
+
text-align: center;
|
|
3294
|
+
text-decoration: none;
|
|
3295
|
+
user-select: none;
|
|
3296
|
+
}
|
|
3297
|
+
.textae-editor__load-dialog__row input[type='button']:disabled,
|
|
3298
|
+
.textae-editor__load-dialog__row button:disabled,
|
|
3299
|
+
.textae-editor__load-dialog__row a:disabled {
|
|
3300
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3301
|
+
color: #999;
|
|
3302
|
+
cursor: initial;
|
|
3303
|
+
}
|
|
3304
|
+
.textae-editor__load-dialog__row input[type='button']:disabled:hover,
|
|
3305
|
+
.textae-editor__load-dialog__row button:disabled:hover,
|
|
3306
|
+
.textae-editor__load-dialog__row a:disabled:hover {
|
|
3307
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3308
|
+
border-color: #ccc;
|
|
3309
|
+
}
|
|
3310
|
+
.textae-editor__load-dialog__dropzone {
|
|
3311
|
+
border: 3px dashed;
|
|
3312
|
+
border-radius: 10px;
|
|
3313
|
+
cursor: pointer;
|
|
3314
|
+
height: 4em;
|
|
3315
|
+
transition-duration: 0.3s;
|
|
3316
|
+
}
|
|
3317
|
+
.textae-editor__load-dialog__dropzone:hover {
|
|
3318
|
+
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
|
|
3319
|
+
transform: scale(1.05);
|
|
3320
|
+
}
|
|
3321
|
+
.textae-editor__load-dialog__dropzone .dz-message {
|
|
3322
|
+
font-weight: bold;
|
|
3323
|
+
line-height: 4em;
|
|
3324
|
+
text-align: center;
|
|
3325
|
+
}
|
|
3326
|
+
.textae-editor__load-dialog__dz-file-preview .dz-filename span {
|
|
3327
|
+
overflow: hidden;
|
|
3328
|
+
text-overflow: ellipsis;
|
|
3329
|
+
white-space: nowrap;
|
|
3330
|
+
}
|
|
3331
|
+
.textae-editor__load-dialog__textarea {
|
|
3332
|
+
height: 60px;
|
|
3333
|
+
}
|
|
3334
|
+
.textae-editor__load-dialog--expanded {
|
|
3335
|
+
left: 25px !important;
|
|
3336
|
+
max-width: calc(100% - 64px) !important;
|
|
3337
|
+
height: calc(100% - 50px) !important;
|
|
3338
|
+
overflow-y: scroll !important;
|
|
3339
|
+
position: fixed !important;
|
|
3340
|
+
top: 25px !important;
|
|
3341
|
+
width: calc(100% - 64px) !important;
|
|
3342
|
+
}
|
|
3343
|
+
.textae-editor__load-dialog--expanded .edit {
|
|
3344
|
+
display: none;
|
|
3345
|
+
}
|
|
3346
|
+
.textae-editor__load-dialog__format {
|
|
3347
|
+
display: flex;
|
|
3348
|
+
}
|
|
3349
|
+
.textae-editor__save-dialog__container {
|
|
3350
|
+
display: flex;
|
|
3351
|
+
flex-direction: column;
|
|
3352
|
+
}
|
|
3353
|
+
.textae-editor__save-dialog__container > div {
|
|
3354
|
+
margin-bottom: 16px;
|
|
3355
|
+
}
|
|
3356
|
+
.textae-editor__save-dialog__row {
|
|
3357
|
+
display: flex;
|
|
3358
|
+
flex-direction: column;
|
|
3359
|
+
width: calc(100% - 7px);
|
|
3360
|
+
}
|
|
3361
|
+
.textae-editor__save-dialog__row input[type='button'],
|
|
3362
|
+
.textae-editor__save-dialog__row button,
|
|
3363
|
+
.textae-editor__save-dialog__row a {
|
|
3364
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3365
|
+
border: 1px solid #ccc;
|
|
3366
|
+
border-radius: 4px;
|
|
3367
|
+
color: #1c94c4;
|
|
3368
|
+
cursor: pointer;
|
|
3369
|
+
display: inline-block;
|
|
3370
|
+
font-weight: bold;
|
|
3371
|
+
line-height: normal;
|
|
3372
|
+
overflow: visible;
|
|
3373
|
+
padding: 0.4em 1em;
|
|
3374
|
+
position: relative;
|
|
3375
|
+
vertical-align: middle;
|
|
3376
|
+
text-align: center;
|
|
3377
|
+
text-decoration: none;
|
|
3378
|
+
user-select: none;
|
|
3379
|
+
}
|
|
3380
|
+
.textae-editor__save-dialog__row input[type='button']:disabled,
|
|
3381
|
+
.textae-editor__save-dialog__row button:disabled,
|
|
3382
|
+
.textae-editor__save-dialog__row a:disabled {
|
|
3383
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3384
|
+
color: #999;
|
|
3385
|
+
cursor: initial;
|
|
3386
|
+
}
|
|
3387
|
+
.textae-editor__save-dialog__row input[type='button']:disabled:hover,
|
|
3388
|
+
.textae-editor__save-dialog__row button:disabled:hover,
|
|
3389
|
+
.textae-editor__save-dialog__row a:disabled:hover {
|
|
3390
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3391
|
+
border-color: #ccc;
|
|
3392
|
+
}
|
|
3393
|
+
.textae-editor__save-dialog__diff-add-legend,
|
|
3394
|
+
.textae-editor__save-dialog__diff-remove-legend {
|
|
3395
|
+
display: inline-block;
|
|
3396
|
+
margin-left: 5px;
|
|
3397
|
+
padding: 0 5px;
|
|
3398
|
+
font-size: 0.8em;
|
|
3399
|
+
}
|
|
3400
|
+
.textae-editor__save-dialog__diff-add-legend {
|
|
3401
|
+
background-color: #bbffbb;
|
|
3402
|
+
}
|
|
3403
|
+
.textae-editor__save-dialog__diff-remove-legend {
|
|
3404
|
+
background-color: #ffbbbb;
|
|
3405
|
+
text-decoration: line-through;
|
|
3406
|
+
}
|
|
3407
|
+
.textae-editor__save-dialog__diff-viewer {
|
|
3408
|
+
overflow-x: scroll;
|
|
3409
|
+
padding: 10px 0;
|
|
3410
|
+
border: solid 1px lightgray;
|
|
3411
|
+
border-radius: 4px;
|
|
3412
|
+
}
|
|
3413
|
+
.textae-editor__save-dialog__format {
|
|
3414
|
+
display: flex;
|
|
3415
|
+
}
|
|
3416
|
+
.textae-editor__save-dialog__format-button {
|
|
3417
|
+
margin-right: 5px;
|
|
3418
|
+
}
|
|
3419
|
+
.textae-editor__setting-dialog__container {
|
|
3420
|
+
display: flex;
|
|
3421
|
+
flex-direction: column;
|
|
3422
|
+
}
|
|
3423
|
+
.textae-editor__setting-dialog__container > div {
|
|
3424
|
+
margin-bottom: 16px;
|
|
3425
|
+
}
|
|
3426
|
+
.textae-editor__setting-dialog__row {
|
|
3427
|
+
display: flex;
|
|
3428
|
+
flex-direction: column;
|
|
3429
|
+
width: calc(100% - 7px);
|
|
3430
|
+
}
|
|
3431
|
+
.textae-editor__setting-dialog__row input[type='button'],
|
|
3432
|
+
.textae-editor__setting-dialog__row button,
|
|
3433
|
+
.textae-editor__setting-dialog__row a {
|
|
3434
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3435
|
+
border: 1px solid #ccc;
|
|
3436
|
+
border-radius: 4px;
|
|
3437
|
+
color: #1c94c4;
|
|
3438
|
+
cursor: pointer;
|
|
3439
|
+
display: inline-block;
|
|
3440
|
+
font-weight: bold;
|
|
3441
|
+
line-height: normal;
|
|
3442
|
+
overflow: visible;
|
|
3443
|
+
padding: 0.4em 1em;
|
|
3444
|
+
position: relative;
|
|
3445
|
+
vertical-align: middle;
|
|
3446
|
+
text-align: center;
|
|
3447
|
+
text-decoration: none;
|
|
3448
|
+
user-select: none;
|
|
3449
|
+
}
|
|
3450
|
+
.textae-editor__setting-dialog__row input[type='button']:disabled,
|
|
3451
|
+
.textae-editor__setting-dialog__row button:disabled,
|
|
3452
|
+
.textae-editor__setting-dialog__row a:disabled {
|
|
3453
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3454
|
+
color: #999;
|
|
3455
|
+
cursor: initial;
|
|
3456
|
+
}
|
|
3457
|
+
.textae-editor__setting-dialog__row input[type='button']:disabled:hover,
|
|
3458
|
+
.textae-editor__setting-dialog__row button:disabled:hover,
|
|
3459
|
+
.textae-editor__setting-dialog__row a:disabled:hover {
|
|
3460
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3461
|
+
border-color: #ccc;
|
|
3462
|
+
}
|
|
3463
|
+
.textae-editor__setting-dialog__details {
|
|
3464
|
+
display: flex;
|
|
3465
|
+
width: calc(100% - 7px);
|
|
3466
|
+
flex-direction: column;
|
|
3467
|
+
}
|
|
3468
|
+
.textae-editor__setting-dialog__details table {
|
|
3469
|
+
border-collapse: collapse;
|
|
3470
|
+
}
|
|
3471
|
+
.textae-editor__setting-dialog__details table td {
|
|
3472
|
+
width: 100%;
|
|
3473
|
+
}
|
|
3474
|
+
.textae-editor__setting-dialog__details table input {
|
|
3475
|
+
width: 100%;
|
|
3476
|
+
}
|
|
3477
|
+
.textae-editor__setting-dialog__details label {
|
|
3478
|
+
display: block;
|
|
3479
|
+
margin-bottom: 5px;
|
|
3480
|
+
}
|
|
3481
|
+
.textae-editor__setting-dialog__delimiter-character,
|
|
3482
|
+
.textae-editor__setting-dialog__blank-character {
|
|
3483
|
+
display: inline-block;
|
|
3484
|
+
width: 100%;
|
|
3485
|
+
height: 20.5px;
|
|
3486
|
+
line-height: 20.5px;
|
|
3487
|
+
background-color: white;
|
|
3488
|
+
white-space: pre;
|
|
3489
|
+
border: solid 1px #767676;
|
|
3490
|
+
border-radius: 2px;
|
|
3491
|
+
padding: 2px;
|
|
3492
|
+
}
|
|
3493
|
+
.textae-editor__setting-dialog__function-availability-list {
|
|
3494
|
+
display: grid;
|
|
3495
|
+
grid-template-columns: 1fr 1fr;
|
|
3496
|
+
gap: 2px;
|
|
3497
|
+
}
|
|
3498
|
+
.textae-editor__type-definition-dialog__container {
|
|
3499
|
+
display: flex;
|
|
3500
|
+
flex-direction: column;
|
|
3501
|
+
}
|
|
3502
|
+
.textae-editor__type-definition-dialog__container > div {
|
|
3503
|
+
margin-bottom: 16px;
|
|
3504
|
+
}
|
|
3505
|
+
.textae-editor__type-definition-dialog__row {
|
|
3506
|
+
display: flex;
|
|
3507
|
+
flex-direction: column;
|
|
3508
|
+
width: calc(100% - 7px);
|
|
3509
|
+
}
|
|
3510
|
+
.textae-editor__type-definition-dialog__row input[type='button'],
|
|
3511
|
+
.textae-editor__type-definition-dialog__row button,
|
|
3512
|
+
.textae-editor__type-definition-dialog__row a {
|
|
3513
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3514
|
+
border: 1px solid #ccc;
|
|
3515
|
+
border-radius: 4px;
|
|
3516
|
+
color: #1c94c4;
|
|
3517
|
+
cursor: pointer;
|
|
3518
|
+
display: inline-block;
|
|
3519
|
+
font-weight: bold;
|
|
3520
|
+
line-height: normal;
|
|
3521
|
+
overflow: visible;
|
|
3522
|
+
padding: 0.4em 1em;
|
|
3523
|
+
position: relative;
|
|
3524
|
+
vertical-align: middle;
|
|
3525
|
+
text-align: center;
|
|
3526
|
+
text-decoration: none;
|
|
3527
|
+
user-select: none;
|
|
3528
|
+
}
|
|
3529
|
+
.textae-editor__type-definition-dialog__row input[type='button']:disabled,
|
|
3530
|
+
.textae-editor__type-definition-dialog__row button:disabled,
|
|
3531
|
+
.textae-editor__type-definition-dialog__row a:disabled {
|
|
3532
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3533
|
+
color: #999;
|
|
3534
|
+
cursor: initial;
|
|
3535
|
+
}
|
|
3536
|
+
.textae-editor__type-definition-dialog__row input[type='button']:disabled:hover,
|
|
3537
|
+
.textae-editor__type-definition-dialog__row button:disabled:hover,
|
|
3538
|
+
.textae-editor__type-definition-dialog__row a:disabled:hover {
|
|
3539
|
+
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
3540
|
+
border-color: #ccc;
|
|
3541
|
+
}
|
|
3542
|
+
.textae-editor__type-definition-dialog__row:first-child {
|
|
3543
|
+
z-index: 101;
|
|
3544
|
+
}
|
|
3545
|
+
.textae-editor__validate-dialog__content h1 {
|
|
3546
|
+
font-size: 1em;
|
|
3547
|
+
font-weight: normal;
|
|
3548
|
+
}
|
|
3549
|
+
.textae-editor__validate-dialog__content h2 {
|
|
3550
|
+
font-size: 1em;
|
|
3551
|
+
font-weight: normal;
|
|
3552
|
+
}
|
|
3553
|
+
.textae-editor__validate-dialog__content table {
|
|
3554
|
+
border-collapse: collapse;
|
|
3555
|
+
font-size: 0.65em;
|
|
3556
|
+
margin-bottom: 20px;
|
|
3557
|
+
width: 100%;
|
|
3558
|
+
}
|
|
3559
|
+
.textae-editor__validate-dialog__content table th {
|
|
3560
|
+
border: 1px solid #b9b9b9;
|
|
3561
|
+
padding: 3px;
|
|
3562
|
+
background-color: #ddd;
|
|
3563
|
+
color: #333;
|
|
3564
|
+
}
|
|
3565
|
+
.textae-editor__validate-dialog__content table th.sourceProperty {
|
|
3566
|
+
width: 105px;
|
|
3567
|
+
}
|
|
3568
|
+
.textae-editor__validate-dialog__content table th.id {
|
|
3569
|
+
width: 32px;
|
|
3570
|
+
}
|
|
3571
|
+
.textae-editor__validate-dialog__content table th.range {
|
|
3572
|
+
width: 50px;
|
|
3573
|
+
}
|
|
3574
|
+
.textae-editor__validate-dialog__content table th.referencedItem {
|
|
3575
|
+
width: 105px;
|
|
3576
|
+
}
|
|
3577
|
+
.textae-editor__validate-dialog__content table td {
|
|
3578
|
+
border: 1px solid #b9b9b9;
|
|
3579
|
+
padding: 3px;
|
|
3580
|
+
background-color: #fff;
|
|
3581
|
+
line-break: anywhere;
|
|
3582
|
+
}
|
|
3583
|
+
.textae-editor__validate-dialog__content table td.alert {
|
|
3584
|
+
color: red;
|
|
3585
|
+
}
|
|
3586
|
+
.textae-editor__tips-dialog__table {
|
|
3587
|
+
border-collapse: collapse;
|
|
3588
|
+
border-spacing: 0px;
|
|
3589
|
+
margin: 8px auto;
|
|
3590
|
+
table-layout: fixed;
|
|
3591
|
+
width: calc(100% - 262px);
|
|
3592
|
+
}
|
|
3593
|
+
.textae-editor__tips-dialog__table th {
|
|
3594
|
+
border-style: solid;
|
|
3595
|
+
border-width: 1px;
|
|
3596
|
+
}
|
|
3597
|
+
.textae-editor__tips-dialog__table th:first-child {
|
|
3598
|
+
border-style: none;
|
|
3599
|
+
width: 76px;
|
|
3600
|
+
}
|
|
3601
|
+
.textae-editor__tips-dialog__table td {
|
|
3602
|
+
border-style: solid;
|
|
3603
|
+
border-width: 1px;
|
|
3604
|
+
text-align: center;
|
|
3605
|
+
}
|
|
3606
|
+
.textae-editor__help-dialog__icon {
|
|
3607
|
+
vertical-align: bottom;
|
|
3608
|
+
}
|
|
3609
|
+
.textae-editor__dialog {
|
|
3610
|
+
/* To show candidates of the autocomplete, overwrite a style of the jQuery-ui dialog */
|
|
3611
|
+
}
|
|
3612
|
+
.textae-editor__dialog.ui-dialog {
|
|
3613
|
+
overflow: visible;
|
|
3614
|
+
}
|
|
3615
|
+
.textae-editor__dialog .ui-menu-item {
|
|
3616
|
+
max-width: 100%;
|
|
3617
|
+
}
|
|
3618
|
+
.textae-editor__dialog .ui-menu-item div {
|
|
3619
|
+
overflow: hidden;
|
|
3620
|
+
text-overflow: ellipsis;
|
|
3621
|
+
white-space: nowrap;
|
|
3622
|
+
}
|
|
3623
|
+
.textae-editor__dialog .ui-state-focus {
|
|
3624
|
+
margin: -1px 0;
|
|
3625
|
+
}
|
|
3626
|
+
.textae-editor__dialog .ui-menu-item:hover div {
|
|
3627
|
+
overflow: visible;
|
|
3628
|
+
}
|
|
3629
|
+
.textae-editor__dialog .popover-autocomplete-container {
|
|
3630
|
+
list-style-type: none;
|
|
3631
|
+
padding: 0;
|
|
3632
|
+
margin: 0;
|
|
3633
|
+
border: 1px solid #ccc;
|
|
3634
|
+
background-color: #f3f3f3;
|
|
3635
|
+
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
|
|
3636
|
+
}
|
|
3637
|
+
.textae-editor__dialog .popover-autocomplete-item {
|
|
3638
|
+
color: #333333;
|
|
3639
|
+
padding: 3px 1em 3px 0.4em;
|
|
3640
|
+
cursor: pointer;
|
|
3641
|
+
}
|
|
3642
|
+
.textae-editor__dialog .popover-autocomplete-item-highlighted {
|
|
3643
|
+
color: orange;
|
|
3644
|
+
box-shadow: inset 0 0 0 1px orange;
|
|
3645
|
+
background-color: white;
|
|
3646
|
+
}
|
|
3647
|
+
.textae-editor__edit-type-values-dialog__type-name .ui-widget.ui-autocomplete {
|
|
3648
|
+
width: 381px;
|
|
3649
|
+
}
|
|
3650
|
+
.textae-editor__edit-string-attribute-dialog__row .ui-widget.ui-autocomplete {
|
|
3651
|
+
width: 522px;
|
|
3652
|
+
}
|
|
3653
|
+
.textae-editor__type-definition-dialog__row:nth-child(1) .ui-widget.ui-autocomplete {
|
|
3654
|
+
width: 522px;
|
|
3655
|
+
}
|
|
3656
|
+
.textae-editor__type-definition-dialog__row:nth-child(2) .ui-widget.ui-autocomplete {
|
|
3657
|
+
width: 522px;
|
|
3658
|
+
}
|
|
3659
|
+
/* pallet */
|
|
3660
|
+
.textae-editor__pallet {
|
|
3661
|
+
background-color: rgba(200, 255, 255, 0.9);
|
|
3662
|
+
border: solid 2px #333;
|
|
3663
|
+
border-radius: 5px;
|
|
3664
|
+
box-shadow: gray 10px 10px 10px 0;
|
|
3665
|
+
font-size: x-small;
|
|
3666
|
+
margin: 0;
|
|
3667
|
+
line-height: normal;
|
|
3668
|
+
padding: 5px;
|
|
3669
|
+
position: absolute !important;
|
|
3670
|
+
-webkit-touch-callout: none;
|
|
3671
|
+
width: auto;
|
|
3672
|
+
white-space: normal;
|
|
3673
|
+
z-index: 90;
|
|
3674
|
+
}
|
|
3675
|
+
.textae-editor__pallet__container {
|
|
3676
|
+
display: flex;
|
|
3677
|
+
flex-direction: column;
|
|
3678
|
+
max-height: 450px;
|
|
3679
|
+
}
|
|
3680
|
+
.textae-editor__pallet__title-bar {
|
|
3681
|
+
font-size: 1.7em;
|
|
3682
|
+
padding: 0.4em 1em;
|
|
3683
|
+
position: relative;
|
|
3684
|
+
}
|
|
3685
|
+
.textae-editor__pallet__title-bar .ui-dialog-titlebar-close {
|
|
3686
|
+
position: absolute;
|
|
3687
|
+
right: 0.3em;
|
|
3688
|
+
top: 50%;
|
|
3689
|
+
width: 20px;
|
|
3690
|
+
margin: -10px 0 0 0;
|
|
3691
|
+
padding: 1px;
|
|
3692
|
+
height: 20px;
|
|
3693
|
+
}
|
|
3694
|
+
.textae-editor__pallet__title-string {
|
|
3695
|
+
margin: 0.1em 0;
|
|
3696
|
+
white-space: nowrap;
|
|
3697
|
+
width: 90%;
|
|
3698
|
+
overflow: hidden;
|
|
3699
|
+
text-overflow: ellipsis;
|
|
3700
|
+
}
|
|
3701
|
+
.textae-editor__pallet__content {
|
|
3702
|
+
overflow-x: auto;
|
|
3703
|
+
overflow-y: auto;
|
|
3704
|
+
}
|
|
3705
|
+
.textae-editor__pallet__header-first-row {
|
|
3706
|
+
display: flex;
|
|
3707
|
+
justify-content: space-between;
|
|
3708
|
+
}
|
|
3709
|
+
.textae-editor__pallet__header-second-row {
|
|
3710
|
+
display: flex;
|
|
3711
|
+
padding-left: 1px;
|
|
3712
|
+
}
|
|
3713
|
+
.textae-editor__pallet__information {
|
|
3714
|
+
font-size: 1.4em;
|
|
3715
|
+
margin-bottom: -3px;
|
|
3716
|
+
margin-top: 4px;
|
|
3717
|
+
}
|
|
3718
|
+
.textae-editor__pallet__information__selected-entity-label {
|
|
3719
|
+
font-size: small;
|
|
3720
|
+
}
|
|
3721
|
+
.textae-editor__pallet__lock-icon {
|
|
3722
|
+
margin-left: 10px;
|
|
3723
|
+
font-size: 0.8em;
|
|
3724
|
+
color: orangered;
|
|
3725
|
+
}
|
|
3726
|
+
.textae-editor__pallet__lock-icon:before {
|
|
3727
|
+
position: relative;
|
|
3728
|
+
display: inline-block;
|
|
3729
|
+
font-family: FontAwesome;
|
|
3730
|
+
content: '\f023';
|
|
3731
|
+
top: 2px;
|
|
3732
|
+
left: 0;
|
|
3733
|
+
width: 16px;
|
|
3734
|
+
height: 16px;
|
|
3735
|
+
font-size: 1.5em;
|
|
3736
|
+
}
|
|
3737
|
+
.textae-editor__pallet__predicate {
|
|
3738
|
+
border: 1px solid;
|
|
3739
|
+
font-size: 1.3em;
|
|
3740
|
+
padding-left: 1ex;
|
|
3741
|
+
}
|
|
3742
|
+
.textae-editor__pallet__predicate__value-type--flag:before {
|
|
3743
|
+
position: relative;
|
|
3744
|
+
display: inline-block;
|
|
3745
|
+
font-family: FontAwesome;
|
|
3746
|
+
content: '\f024';
|
|
3747
|
+
}
|
|
3748
|
+
.textae-editor__pallet__predicate__value-type--selection:before {
|
|
3749
|
+
position: relative;
|
|
3750
|
+
display: inline-block;
|
|
3751
|
+
font-family: FontAwesome;
|
|
3752
|
+
content: '\f0ca';
|
|
3753
|
+
}
|
|
3754
|
+
.textae-editor__pallet__predicate__value-type--numeric:before {
|
|
3755
|
+
position: relative;
|
|
3756
|
+
display: inline-block;
|
|
3757
|
+
font-family: FontAwesome;
|
|
3758
|
+
content: '\f2c9';
|
|
3759
|
+
}
|
|
3760
|
+
.textae-editor__pallet__predicate__value-type--string:before {
|
|
3761
|
+
position: relative;
|
|
3762
|
+
display: inline-block;
|
|
3763
|
+
font-family: FontAwesome;
|
|
3764
|
+
content: '\f27a';
|
|
3765
|
+
}
|
|
3766
|
+
.textae-editor__pallet__attribute {
|
|
3767
|
+
border: dashed 1px;
|
|
3768
|
+
border-bottom: none;
|
|
3769
|
+
border-color: black;
|
|
3770
|
+
border-top-left-radius: 9px;
|
|
3771
|
+
border-top-right-radius: 9px;
|
|
3772
|
+
color: gray;
|
|
3773
|
+
height: 30px;
|
|
3774
|
+
line-height: 30px;
|
|
3775
|
+
margin-bottom: 0;
|
|
3776
|
+
margin-left: -1px;
|
|
3777
|
+
margin-top: 25px;
|
|
3778
|
+
overflow: hidden;
|
|
3779
|
+
text-align: center;
|
|
3780
|
+
-webkit-user-select: none;
|
|
3781
|
+
user-select: none;
|
|
3782
|
+
width: 59px;
|
|
3783
|
+
}
|
|
3784
|
+
.textae-editor__pallet__attribute--selected {
|
|
3785
|
+
background-color: #7ce0f6;
|
|
3786
|
+
color: blue;
|
|
3787
|
+
}
|
|
3788
|
+
.textae-editor__pallet__attribute--selected[draggable='true'] {
|
|
3789
|
+
cursor: move;
|
|
3790
|
+
}
|
|
3791
|
+
.textae-editor__pallet__create-predicate__button:before {
|
|
3792
|
+
position: relative;
|
|
3793
|
+
display: inline-block;
|
|
3794
|
+
font-family: FontAwesome;
|
|
3795
|
+
content: '\f067';
|
|
3796
|
+
}
|
|
3797
|
+
.textae-editor__pallet__buttons {
|
|
3798
|
+
float: right;
|
|
3799
|
+
display: flex;
|
|
3800
|
+
margin-bottom: 6px;
|
|
3801
|
+
}
|
|
3802
|
+
.textae-editor__pallet__button {
|
|
3803
|
+
display: inline-block;
|
|
3804
|
+
margin: 6px 4px 0 4px;
|
|
3805
|
+
width: 16px;
|
|
3806
|
+
height: 16px;
|
|
3807
|
+
cursor: pointer;
|
|
3808
|
+
}
|
|
3809
|
+
.textae-editor__pallet__add-button,
|
|
3810
|
+
.textae-editor__pallet__add-attribute-value-button {
|
|
3811
|
+
cursor: pointer;
|
|
3812
|
+
}
|
|
3813
|
+
.textae-editor__pallet__add-button:before,
|
|
3814
|
+
.textae-editor__pallet__add-attribute-value-button:before {
|
|
3815
|
+
position: relative;
|
|
3816
|
+
display: inline-block;
|
|
3817
|
+
font-family: FontAwesome;
|
|
3818
|
+
content: '\f067';
|
|
3819
|
+
top: 1px;
|
|
3820
|
+
left: 0;
|
|
3821
|
+
color: #444;
|
|
3822
|
+
}
|
|
3823
|
+
.textae-editor__pallet__import-button {
|
|
3824
|
+
background: url(images/btn_import_16.png);
|
|
3825
|
+
}
|
|
3826
|
+
.textae-editor__pallet__upload-button {
|
|
3827
|
+
background: url(images/btn_upload_16.png);
|
|
3828
|
+
}
|
|
3829
|
+
.textae-editor__pallet__upload-button--transit {
|
|
3830
|
+
background: url(images/btn_upload_modified_16.png);
|
|
3831
|
+
}
|
|
3832
|
+
.textae-editor__pallet__label {
|
|
3833
|
+
cursor: pointer;
|
|
3834
|
+
}
|
|
3835
|
+
.textae-editor__pallet__label,
|
|
3836
|
+
.textae-editor__pallet__attribute-label,
|
|
3837
|
+
.textae-editor__pallet__selection-attribute-label,
|
|
3838
|
+
.textae-editor__pallet__short-label,
|
|
3839
|
+
.textae-editor__pallet__no-config {
|
|
3840
|
+
overflow-x: hidden;
|
|
3841
|
+
padding: 1ex;
|
|
3842
|
+
max-width: 500px;
|
|
3843
|
+
text-align: left;
|
|
3844
|
+
}
|
|
3845
|
+
.textae-editor__pallet__use-number {
|
|
3846
|
+
padding: 2px;
|
|
3847
|
+
text-align: center;
|
|
3848
|
+
}
|
|
3849
|
+
.textae-editor__pallet__no-config {
|
|
3850
|
+
font-weight: bold;
|
|
3851
|
+
height: 27px;
|
|
3852
|
+
}
|
|
3853
|
+
.textae-editor__pallet__table-buttons,
|
|
3854
|
+
.textae-editor__pallet__table-attribute-buttons {
|
|
3855
|
+
padding: 2px;
|
|
3856
|
+
text-align: center;
|
|
3857
|
+
}
|
|
3858
|
+
.textae-editor__pallet__table-attribute-buttons {
|
|
3859
|
+
width: 60px;
|
|
3860
|
+
}
|
|
3861
|
+
.textae-editor__pallet__default-icon {
|
|
3862
|
+
display: inline-block;
|
|
3863
|
+
position: relative;
|
|
3864
|
+
top: 1px;
|
|
3865
|
+
width: 10px;
|
|
3866
|
+
height: 10px;
|
|
3867
|
+
border: 2px solid darkgray;
|
|
3868
|
+
border-radius: 50%;
|
|
3869
|
+
background: radial-gradient(ellipse at center, black 0%, #dcdcdc 70%, #dcdcdc 100%);
|
|
3870
|
+
}
|
|
3871
|
+
.textae-editor__pallet__table-button {
|
|
3872
|
+
background-color: #eee;
|
|
3873
|
+
border-color: #d8d8d8 #d1d1d1 #bababa;
|
|
3874
|
+
border-style: solid;
|
|
3875
|
+
border-width: 1px;
|
|
3876
|
+
border-radius: 4px;
|
|
3877
|
+
display: inline-block;
|
|
3878
|
+
line-height: 1.5;
|
|
3879
|
+
margin: 0.1rem 0.05rem;
|
|
3880
|
+
padding: 0.1rem 0.4rem;
|
|
3881
|
+
text-align: center;
|
|
3882
|
+
}
|
|
3883
|
+
.textae-editor__pallet__table-button:before {
|
|
3884
|
+
font-size: 1.2em;
|
|
3885
|
+
color: #333333;
|
|
3886
|
+
}
|
|
3887
|
+
.textae-editor__pallet__table-button--disabled {
|
|
3888
|
+
cursor: auto !important;
|
|
3889
|
+
}
|
|
3890
|
+
.textae-editor__pallet__table-button--disabled:hover,
|
|
3891
|
+
.textae-editor__pallet__table-button--disabled:active,
|
|
3892
|
+
.textae-editor__pallet__table-button--disabled:focus {
|
|
3893
|
+
outline: none;
|
|
3894
|
+
}
|
|
3895
|
+
.textae-editor__pallet__table-button--disabled:before {
|
|
3896
|
+
color: #bbbbbb;
|
|
3897
|
+
}
|
|
3898
|
+
.textae-editor__pallet__select-all:before {
|
|
3899
|
+
position: relative;
|
|
3900
|
+
display: inline-block;
|
|
3901
|
+
font-family: FontAwesome;
|
|
3902
|
+
content: '\f046';
|
|
3903
|
+
}
|
|
3904
|
+
.textae-editor__pallet__edit-type:before,
|
|
3905
|
+
.textae-editor__pallet__edit-value:before {
|
|
3906
|
+
position: relative;
|
|
3907
|
+
display: inline-block;
|
|
3908
|
+
font-family: FontAwesome;
|
|
3909
|
+
content: '\f040';
|
|
3910
|
+
}
|
|
3911
|
+
.textae-editor__pallet__edit-predicate:before {
|
|
3912
|
+
position: relative;
|
|
3913
|
+
display: inline-block;
|
|
3914
|
+
font-family: FontAwesome;
|
|
3915
|
+
content: '\f040';
|
|
3916
|
+
}
|
|
3917
|
+
.textae-editor__pallet__remove:before,
|
|
3918
|
+
.textae-editor__pallet__remove-value:before,
|
|
3919
|
+
.textae-editor__pallet__delete-predicate:before {
|
|
3920
|
+
position: relative;
|
|
3921
|
+
display: inline-block;
|
|
3922
|
+
font-family: FontAwesome;
|
|
3923
|
+
content: '\f1f8';
|
|
3924
|
+
}
|
|
3925
|
+
.textae-editor__pallet__add {
|
|
3926
|
+
margin: 2px 0;
|
|
3927
|
+
padding: 3px 5px;
|
|
3928
|
+
}
|
|
3929
|
+
.textae-editor__pallet__row {
|
|
3930
|
+
opacity: 0.8;
|
|
3931
|
+
}
|
|
3932
|
+
.textae-editor__pallet__row:hover {
|
|
3933
|
+
opacity: 1;
|
|
3934
|
+
}
|
|
3935
|
+
.textae-editor__pallet__row__radio,
|
|
3936
|
+
.textae-editor__pallet__row__label {
|
|
3937
|
+
cursor: pointer;
|
|
3938
|
+
}
|
|
3939
|
+
.textae-editor__pallet__link {
|
|
3940
|
+
background: url('./images/link.png');
|
|
3941
|
+
display: inline-block;
|
|
3942
|
+
vertical-align: middle;
|
|
3943
|
+
height: 16px;
|
|
3944
|
+
width: 16px;
|
|
3945
|
+
}
|
|
3946
|
+
.textae-editor__pallet__hide-when-locked--hide {
|
|
3947
|
+
display: none;
|
|
3948
|
+
}
|
|
3949
|
+
.textae-editor__pallet table {
|
|
3950
|
+
border-collapse: collapse;
|
|
3951
|
+
border-color: #aaa;
|
|
3952
|
+
border-style: solid;
|
|
3953
|
+
border-width: 1px;
|
|
3954
|
+
margin: 0;
|
|
3955
|
+
width: 100%;
|
|
3956
|
+
}
|
|
3957
|
+
.textae-editor__pallet tr {
|
|
3958
|
+
border-collapse: collapse;
|
|
3959
|
+
border-color: #aaa;
|
|
3960
|
+
border-style: solid;
|
|
3961
|
+
border-width: 1px;
|
|
3962
|
+
margin: 0;
|
|
3963
|
+
}
|
|
3964
|
+
.textae-editor__pallet th {
|
|
3965
|
+
font-size: 1.3em;
|
|
3966
|
+
height: 2em;
|
|
3967
|
+
}
|
|
3968
|
+
.textae-editor__pallet td {
|
|
3969
|
+
border-collapse: collapse;
|
|
3970
|
+
border-color: #aaa;
|
|
3971
|
+
border-style: solid;
|
|
3972
|
+
border-width: 1px;
|
|
3973
|
+
margin: 0;
|
|
3974
|
+
word-break: break-word;
|
|
3975
|
+
}
|
|
3976
|
+
.textae-editor__pallet td input,
|
|
3977
|
+
.textae-editor__pallet td button[type='button'] {
|
|
3978
|
+
cursor: pointer;
|
|
3979
|
+
}
|
|
3980
|
+
.textae-editor__pallet__content--dragging .textae-editor__pallet__drop-target:before {
|
|
3981
|
+
content: '\f063';
|
|
3982
|
+
color: grey;
|
|
3983
|
+
font-family: FontAwesome;
|
|
3984
|
+
font-size: 2em;
|
|
3985
|
+
padding: 0 10px 20px 10px;
|
|
3986
|
+
position: absolute;
|
|
3987
|
+
transform: translateX(-19px);
|
|
3988
|
+
}
|
|
3989
|
+
.textae-editor {
|
|
3990
|
+
line-height: 41px;
|
|
3991
|
+
position: relative;
|
|
3992
|
+
border: 1px solid black;
|
|
3993
|
+
/* active editor color */
|
|
3994
|
+
/* relation */
|
|
3995
|
+
}
|
|
3996
|
+
.textae-editor:focus {
|
|
3997
|
+
outline-style: none;
|
|
3998
|
+
}
|
|
3999
|
+
.textae-editor--active.textae-editor__mode--view-with-relation,
|
|
4000
|
+
.textae-editor--active.textae-editor__mode--view-without-relation,
|
|
4001
|
+
.textae-editor--active.textae-editor__mode--denotation-with-relation,
|
|
4002
|
+
.textae-editor--active.textae-editor__mode--denotation-without-relation {
|
|
4003
|
+
background-color: #ffd;
|
|
4004
|
+
}
|
|
4005
|
+
.textae-editor--active.textae-editor__mode--block-with-relation,
|
|
4006
|
+
.textae-editor--active.textae-editor__mode--block-without-relation {
|
|
4007
|
+
background-color: #eef;
|
|
4008
|
+
}
|
|
4009
|
+
.textae-editor--active.textae-editor__mode--relation {
|
|
4010
|
+
background-color: #ffedee;
|
|
4011
|
+
}
|
|
4012
|
+
.textae-editor--active.textae-editor__mode--text-with-relation,
|
|
4013
|
+
.textae-editor--active.textae-editor__mode--text-without-relation {
|
|
4014
|
+
background-color: #cfc;
|
|
4015
|
+
}
|
|
4016
|
+
.textae-editor__body {
|
|
4017
|
+
position: relative;
|
|
4018
|
+
white-space: normal;
|
|
4019
|
+
}
|
|
4020
|
+
.textae-editor__text-box {
|
|
4021
|
+
overflow: hidden;
|
|
4022
|
+
position: relative;
|
|
4023
|
+
padding-left: 16px;
|
|
4024
|
+
padding-right: 108px;
|
|
4025
|
+
white-space: pre-wrap;
|
|
4026
|
+
}
|
|
4027
|
+
.textae-editor__relation-box {
|
|
4028
|
+
pointer-events: none;
|
|
4029
|
+
position: absolute;
|
|
4030
|
+
top: 0;
|
|
4031
|
+
}
|
|
4032
|
+
.textae-editor__relation-box path {
|
|
4033
|
+
fill: none;
|
|
4034
|
+
pointer-events: visiblePainted;
|
|
4035
|
+
}
|
|
4036
|
+
.textae-editor__relation-box polyline {
|
|
4037
|
+
fill: none;
|
|
4038
|
+
stroke: #6464d7;
|
|
4039
|
+
}
|
|
4040
|
+
.textae-editor__relation-box polygon {
|
|
4041
|
+
stroke: #6464d7;
|
|
4042
|
+
pointer-events: visiblePainted;
|
|
4043
|
+
}
|
|
4044
|
+
.textae-editor__relation-box .textae-editor__relation-bollard-aura {
|
|
4045
|
+
fill-opacity: 0;
|
|
4046
|
+
stroke-opacity: 0;
|
|
4047
|
+
}
|
|
4048
|
+
.textae-editor__footer {
|
|
4049
|
+
background: linear-gradient(to left, #ffffff, #ddddff);
|
|
4050
|
+
height: 20px;
|
|
4051
|
+
line-height: normal;
|
|
4052
|
+
opacity: 0.9;
|
|
4053
|
+
overflow-y: hidden;
|
|
4054
|
+
position: relative;
|
|
4055
|
+
white-space: normal;
|
|
4056
|
+
}
|
|
4057
|
+
.textae-editor__footer__message {
|
|
4058
|
+
color: gray;
|
|
4059
|
+
font-style: italic;
|
|
4060
|
+
margin-left: 10px;
|
|
4061
|
+
}
|
|
4062
|
+
.textae-editor__footer__message__link {
|
|
4063
|
+
display: inline-block;
|
|
4064
|
+
overflow: hidden;
|
|
4065
|
+
text-overflow: ellipsis;
|
|
4066
|
+
vertical-align: bottom;
|
|
4067
|
+
white-space: nowrap;
|
|
4068
|
+
width: calc(100% - 5em);
|
|
4069
|
+
}
|
|
4070
|
+
.textae-editor__span {
|
|
4071
|
+
background-color: rgba(100, 100, 215, 0.8);
|
|
4072
|
+
border-color: #6464d7;
|
|
4073
|
+
border-style: solid;
|
|
4074
|
+
border-width: 1px 0;
|
|
4075
|
+
white-space: nowrap;
|
|
4076
|
+
}
|
|
4077
|
+
.textae-editor__span:hover {
|
|
4078
|
+
text-shadow: 1px 1px 1px #00d;
|
|
4079
|
+
padding: 1px 0;
|
|
4080
|
+
}
|
|
4081
|
+
.textae-editor__span:focus {
|
|
4082
|
+
outline-style: none;
|
|
4083
|
+
}
|
|
4084
|
+
.textae-editor__span.ui-selected {
|
|
4085
|
+
background-color: rgba(255, 200, 100, 0.9);
|
|
4086
|
+
border-color: red;
|
|
4087
|
+
color: #00d;
|
|
4088
|
+
}
|
|
4089
|
+
.textae-editor__block {
|
|
4090
|
+
display: inline-block;
|
|
4091
|
+
width: 100%;
|
|
4092
|
+
}
|
|
4093
|
+
.textae-editor__block-bg {
|
|
4094
|
+
border-color: #6464d7;
|
|
4095
|
+
border-style: dotted;
|
|
4096
|
+
border-width: 1px 0;
|
|
4097
|
+
position: absolute;
|
|
4098
|
+
}
|
|
4099
|
+
.textae-editor__block-bg.ui-selected {
|
|
4100
|
+
background-color: rgba(255, 200, 100, 0.9);
|
|
4101
|
+
border-color: red;
|
|
4102
|
+
color: #00d;
|
|
4103
|
+
}
|
|
4104
|
+
.textae-editor__block-hit-area {
|
|
4105
|
+
z-index: 1;
|
|
4106
|
+
}
|
|
4107
|
+
.textae-editor__relation__signboard-location {
|
|
4108
|
+
display: flex;
|
|
4109
|
+
justify-content: center;
|
|
4110
|
+
position: absolute;
|
|
4111
|
+
width: 0px;
|
|
4112
|
+
}
|
|
4113
|
+
.textae-editor__relation {
|
|
4114
|
+
fill: none;
|
|
4115
|
+
stroke-opacity: 0.5;
|
|
4116
|
+
}
|
|
4117
|
+
.textae-editor__relation--isBold {
|
|
4118
|
+
stroke-opacity: 1;
|
|
4119
|
+
stroke-width: 4;
|
|
4120
|
+
}
|
|
4121
|
+
.textae-editor__relation-label--isBold {
|
|
4122
|
+
font-weight: bold;
|
|
4123
|
+
}
|
|
4124
|
+
.textae-editor__mode--view-without-relation .textae-editor__relation-box,
|
|
4125
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__relation-box,
|
|
4126
|
+
.textae-editor__mode--block-without-relation .textae-editor__relation-box {
|
|
4127
|
+
display: none;
|
|
4128
|
+
}
|
|
4129
|
+
.textae-editor__mode--view-with-relation .textae-editor__relation-label--isLink {
|
|
4130
|
+
cursor: pointer;
|
|
4131
|
+
fill: blue;
|
|
4132
|
+
text-decoration: underline;
|
|
4133
|
+
}
|
|
4134
|
+
.textae-editor__mode--view-with-relation .textae-editor__block-hit-area {
|
|
4135
|
+
z-index: 0;
|
|
4136
|
+
}
|
|
4137
|
+
.textae-editor__mode--view-with-relation .textae-editor__relation-bollard-aura {
|
|
4138
|
+
stroke-width: 9;
|
|
4139
|
+
}
|
|
4140
|
+
.textae-editor__mode--relation .textae-editor__relation-box {
|
|
4141
|
+
z-index: 1;
|
|
4142
|
+
}
|
|
4143
|
+
.textae-editor__mode--relation .textae-editor__span:hover {
|
|
4144
|
+
text-shadow: none;
|
|
4145
|
+
padding: 0;
|
|
4146
|
+
}
|
|
4147
|
+
.textae-editor__mode--relation .textae-editor__relation-box path,
|
|
4148
|
+
.textae-editor__mode--relation .textae-editor__relation-box polygon,
|
|
4149
|
+
.textae-editor__mode--relation .textae-editor__relation-box text,
|
|
4150
|
+
.textae-editor__mode--relation .textae-editor__relation-box rect {
|
|
4151
|
+
cursor: pointer;
|
|
4152
|
+
}
|
|
4153
|
+
.textae-editor__mode--relation .textae-editor__relation-box .textae-editor__relation-aura {
|
|
4154
|
+
fill: none;
|
|
4155
|
+
stroke-width: 28;
|
|
4156
|
+
stroke-opacity: 0.05;
|
|
4157
|
+
}
|
|
4158
|
+
.textae-editor__mode--relation .textae-editor__relation-box .textae-editor__relation-bollard-aura {
|
|
4159
|
+
stroke-width: 9;
|
|
4160
|
+
}
|
|
4161
|
+
.textae-editor-veil {
|
|
4162
|
+
cursor: wait;
|
|
4163
|
+
height: 100%;
|
|
4164
|
+
left: 0;
|
|
4165
|
+
opacity: 0;
|
|
4166
|
+
position: fixed;
|
|
4167
|
+
top: 0;
|
|
4168
|
+
width: 100%;
|
|
4169
|
+
z-index: 200;
|
|
4170
|
+
}
|
|
4171
|
+
.textae-editor__style--italic {
|
|
4172
|
+
font-style: italic;
|
|
4173
|
+
}
|
|
4174
|
+
.textae-editor__style--bold {
|
|
4175
|
+
font-weight: bold;
|
|
4176
|
+
}
|
|
4177
|
+
.textae-editor__style--subscript {
|
|
4178
|
+
font-size: smaller;
|
|
4179
|
+
vertical-align: sub;
|
|
4180
|
+
}
|
|
4181
|
+
.textae-editor__style--superscript {
|
|
4182
|
+
font-size: smaller;
|
|
4183
|
+
vertical-align: super;
|
|
4184
|
+
}
|
|
4185
|
+
.textae-editor {
|
|
4186
|
+
/* denotation without relation mode */
|
|
4187
|
+
/* relation edit mode */
|
|
4188
|
+
}
|
|
4189
|
+
.textae-editor__grid {
|
|
4190
|
+
border-color: #6464d7;
|
|
4191
|
+
border-style: solid;
|
|
4192
|
+
border-width: 0 1px;
|
|
4193
|
+
overflow: visible;
|
|
4194
|
+
padding: 0;
|
|
4195
|
+
position: absolute;
|
|
4196
|
+
}
|
|
4197
|
+
.textae-editor__grid.textae-editor__block-hit-area {
|
|
4198
|
+
background-color: rgba(100, 100, 215, 0.1);
|
|
4199
|
+
border-radius: 0 10px 10px 0;
|
|
4200
|
+
border-width: 1px 0 1px 0;
|
|
4201
|
+
display: flex;
|
|
4202
|
+
flex-direction: column-reverse;
|
|
4203
|
+
padding-bottom: 15px;
|
|
4204
|
+
}
|
|
4205
|
+
.textae-editor__signboard {
|
|
4206
|
+
font-size: small;
|
|
4207
|
+
pointer-events: none;
|
|
4208
|
+
position: relative;
|
|
4209
|
+
text-align: center;
|
|
4210
|
+
white-space: nowrap;
|
|
4211
|
+
z-index: 1;
|
|
4212
|
+
}
|
|
4213
|
+
.textae-editor__signboard__type-values {
|
|
4214
|
+
border-color: #6464d7;
|
|
4215
|
+
border-radius: 4px;
|
|
4216
|
+
border-style: solid;
|
|
4217
|
+
border-width: 1px 0;
|
|
4218
|
+
line-height: 16px;
|
|
4219
|
+
opacity: 1;
|
|
4220
|
+
overflow: visible;
|
|
4221
|
+
pointer-events: auto;
|
|
4222
|
+
position: relative;
|
|
4223
|
+
-webkit-user-select: none;
|
|
4224
|
+
-khtml-user-select: none;
|
|
4225
|
+
-moz-user-select: none;
|
|
4226
|
+
-ms-user-select: none;
|
|
4227
|
+
user-select: none;
|
|
4228
|
+
-webkit-touch-callout: none;
|
|
4229
|
+
}
|
|
4230
|
+
.textae-editor__signboard__type-label {
|
|
4231
|
+
border-width: 1px;
|
|
4232
|
+
border-radius: 1px;
|
|
4233
|
+
border-bottom-style: dashed;
|
|
4234
|
+
border-bottom-color: white;
|
|
4235
|
+
border-left-color: gray;
|
|
4236
|
+
border-left-style: dashed;
|
|
4237
|
+
border-right-color: gray;
|
|
4238
|
+
border-right-style: dashed;
|
|
4239
|
+
display: inline-block;
|
|
4240
|
+
padding: 0 4px;
|
|
4241
|
+
}
|
|
4242
|
+
.textae-editor__signboard__type-label:focus {
|
|
4243
|
+
outline-style: none;
|
|
4244
|
+
}
|
|
4245
|
+
.textae-editor__signboard[data-entity-type='denotation']:hover .textae-editor__signboard__type-values,
|
|
4246
|
+
.textae-editor__signboard[data-entity-type='block']:hover .textae-editor__signboard__type-values {
|
|
4247
|
+
overflow: visible;
|
|
4248
|
+
}
|
|
4249
|
+
.textae-editor__signboard[data-entity-type='denotation']:hover .textae-editor__signboard__type-label,
|
|
4250
|
+
.textae-editor__signboard[data-entity-type='block']:hover .textae-editor__signboard__type-label,
|
|
4251
|
+
.textae-editor__signboard[data-entity-type='denotation']:hover .textae-editor__signboard__attribute-label,
|
|
4252
|
+
.textae-editor__signboard[data-entity-type='block']:hover .textae-editor__signboard__attribute-label {
|
|
4253
|
+
border-width: 1px;
|
|
4254
|
+
border-radius: 1px;
|
|
4255
|
+
border-bottom-style: dashed;
|
|
4256
|
+
border-bottom-color: white;
|
|
4257
|
+
border-left-color: gray;
|
|
4258
|
+
border-left-style: dashed;
|
|
4259
|
+
border-right-color: gray;
|
|
4260
|
+
border-right-style: dashed;
|
|
4261
|
+
display: inline-block;
|
|
4262
|
+
padding: 0 4px;
|
|
4263
|
+
}
|
|
4264
|
+
.textae-editor__signboard[data-entity-type='relation'] .textae-editor__signboard__type-label {
|
|
4265
|
+
padding: 0 4px;
|
|
4266
|
+
}
|
|
4267
|
+
.textae-editor__signboard--hovered[data-entity-type='relation'] {
|
|
4268
|
+
z-index: 3;
|
|
4269
|
+
}
|
|
4270
|
+
.textae-editor__signboard--cutting .textae-editor__signboard__type-values {
|
|
4271
|
+
opacity: 0.5;
|
|
4272
|
+
}
|
|
4273
|
+
.textae-editor__mode--view-with-relation .textae-editor__text-box,
|
|
4274
|
+
.textae-editor__mode--view-without-relation .textae-editor__text-box {
|
|
4275
|
+
pointer-events: none;
|
|
4276
|
+
}
|
|
4277
|
+
.textae-editor__mode--view-with-relation .textae-editor__signboard[data-entity-type='denotation'],
|
|
4278
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard[data-entity-type='denotation'] {
|
|
4279
|
+
z-index: 0;
|
|
4280
|
+
}
|
|
4281
|
+
.textae-editor__mode--view-with-relation .textae-editor__signboard[data-entity-type='denotation']:hover,
|
|
4282
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard[data-entity-type='denotation']:hover {
|
|
4283
|
+
z-index: 3;
|
|
4284
|
+
}
|
|
4285
|
+
.textae-editor__mode--view-with-relation .textae-editor__signboard[data-entity-type='block'],
|
|
4286
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard[data-entity-type='block'] {
|
|
4287
|
+
z-index: 2;
|
|
4288
|
+
}
|
|
4289
|
+
.textae-editor__mode--view-with-relation .textae-editor__signboard[data-entity-type='block']:hover,
|
|
4290
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard[data-entity-type='block']:hover {
|
|
4291
|
+
z-index: 3;
|
|
4292
|
+
}
|
|
4293
|
+
.textae-editor__mode--view-with-relation .textae-editor__signboard[data-entity-type='relation'],
|
|
4294
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard[data-entity-type='relation'] {
|
|
4295
|
+
z-index: 0;
|
|
4296
|
+
opacity: 0.5;
|
|
4297
|
+
}
|
|
4298
|
+
.textae-editor__mode--view-with-relation .textae-editor__signboard[data-entity-type='relation']:hover,
|
|
4299
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard[data-entity-type='relation']:hover {
|
|
4300
|
+
z-index: 3;
|
|
4301
|
+
opacity: 1;
|
|
4302
|
+
}
|
|
4303
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='denotation'],
|
|
4304
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='denotation'],
|
|
4305
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='denotation'],
|
|
4306
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='denotation'],
|
|
4307
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='block'],
|
|
4308
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='block'],
|
|
4309
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='block'],
|
|
4310
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='block'] {
|
|
4311
|
+
z-index: 2;
|
|
4312
|
+
}
|
|
4313
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='denotation']:hover,
|
|
4314
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='denotation']:hover,
|
|
4315
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='denotation']:hover,
|
|
4316
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='denotation']:hover,
|
|
4317
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='block']:hover,
|
|
4318
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='block']:hover,
|
|
4319
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='block']:hover,
|
|
4320
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='block']:hover {
|
|
4321
|
+
z-index: 3;
|
|
4322
|
+
}
|
|
4323
|
+
.textae-editor__mode--relation .textae-editor__signboard[data-entity-type='relation'] {
|
|
4324
|
+
z-index: 2;
|
|
4325
|
+
}
|
|
4326
|
+
.textae-editor__signboard__attribute {
|
|
4327
|
+
margin: 0 2px;
|
|
4328
|
+
width: calc(100% - 4px);
|
|
4329
|
+
}
|
|
4330
|
+
.textae-editor__signboard__attribute-label {
|
|
4331
|
+
border-width: 1px;
|
|
4332
|
+
border-radius: 1px;
|
|
4333
|
+
border-bottom-style: dashed;
|
|
4334
|
+
border-bottom-color: white;
|
|
4335
|
+
border-left-color: gray;
|
|
4336
|
+
border-left-style: dashed;
|
|
4337
|
+
border-right-color: gray;
|
|
4338
|
+
border-right-style: dashed;
|
|
4339
|
+
display: inline-block;
|
|
4340
|
+
padding: 0 4px;
|
|
4341
|
+
}
|
|
4342
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='denotation'] .textae-editor__signboard__type-values,
|
|
4343
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='denotation'] .textae-editor__signboard__type-values {
|
|
4344
|
+
cursor: pointer;
|
|
4345
|
+
}
|
|
4346
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='denotation']:hover .textae-editor__signboard__type-values,
|
|
4347
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='denotation']:hover .textae-editor__signboard__type-values,
|
|
4348
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='denotation'].textae-editor__signboard--hovered .textae-editor__signboard__type-values,
|
|
4349
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='denotation'].textae-editor__signboard--hovered .textae-editor__signboard__type-values {
|
|
4350
|
+
box-shadow: 1px 1px 10px #600;
|
|
4351
|
+
}
|
|
4352
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='denotation'].textae-editor__signboard--selected,
|
|
4353
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='denotation'].textae-editor__signboard--selected {
|
|
4354
|
+
z-index: 3;
|
|
4355
|
+
}
|
|
4356
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard[data-entity-type='denotation'].textae-editor__signboard--selected .textae-editor__signboard__type-values,
|
|
4357
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='denotation'].textae-editor__signboard--selected .textae-editor__signboard__type-values {
|
|
4358
|
+
box-shadow: 0 0 0 2pt red;
|
|
4359
|
+
}
|
|
4360
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='block'] .textae-editor__signboard__type-values,
|
|
4361
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='block'] .textae-editor__signboard__type-values {
|
|
4362
|
+
cursor: pointer;
|
|
4363
|
+
}
|
|
4364
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='block']:hover .textae-editor__signboard__type-values,
|
|
4365
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='block']:hover .textae-editor__signboard__type-values,
|
|
4366
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='block'].textae-editor__signboard--hovered .textae-editor__signboard__type-values,
|
|
4367
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='block'].textae-editor__signboard--hovered .textae-editor__signboard__type-values {
|
|
4368
|
+
box-shadow: 1px 1px 10px #600;
|
|
4369
|
+
}
|
|
4370
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='block'].textae-editor__signboard--selected,
|
|
4371
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='block'].textae-editor__signboard--selected {
|
|
4372
|
+
z-index: 3;
|
|
4373
|
+
}
|
|
4374
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard[data-entity-type='block'].textae-editor__signboard--selected .textae-editor__signboard__type-values,
|
|
4375
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='block'].textae-editor__signboard--selected .textae-editor__signboard__type-values {
|
|
4376
|
+
box-shadow: 0 0 0 2pt red;
|
|
4377
|
+
}
|
|
4378
|
+
.textae-editor__mode--relation .textae-editor__signboard .textae-editor__signboard__type-values {
|
|
4379
|
+
cursor: pointer;
|
|
4380
|
+
}
|
|
4381
|
+
.textae-editor__mode--relation .textae-editor__signboard:hover .textae-editor__signboard__type-values,
|
|
4382
|
+
.textae-editor__mode--relation .textae-editor__signboard.textae-editor__signboard--hovered .textae-editor__signboard__type-values {
|
|
4383
|
+
box-shadow: 1px 1px 10px #600;
|
|
4384
|
+
}
|
|
4385
|
+
.textae-editor__mode--relation .textae-editor__signboard.textae-editor__signboard--selected {
|
|
4386
|
+
z-index: 3;
|
|
4387
|
+
}
|
|
4388
|
+
.textae-editor__mode--relation .textae-editor__signboard.textae-editor__signboard--selected .textae-editor__signboard__type-values {
|
|
4389
|
+
box-shadow: 0 0 0 2pt red;
|
|
4390
|
+
}
|
|
4391
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard__type-values,
|
|
4392
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard__type-values,
|
|
4393
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard__type-values,
|
|
4394
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard__type-values,
|
|
4395
|
+
.textae-editor__mode--relation .textae-editor__signboard__type-values {
|
|
4396
|
+
box-shadow: none;
|
|
4397
|
+
overflow: hidden;
|
|
4398
|
+
}
|
|
4399
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard__type-label,
|
|
4400
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard__type-label,
|
|
4401
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard__type-label,
|
|
4402
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard__type-label,
|
|
4403
|
+
.textae-editor__mode--relation .textae-editor__signboard__type-label,
|
|
4404
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard__attribute-label,
|
|
4405
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard__attribute-label,
|
|
4406
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard__attribute-label,
|
|
4407
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard__attribute-label,
|
|
4408
|
+
.textae-editor__mode--relation .textae-editor__signboard__attribute-label {
|
|
4409
|
+
border-width: 0;
|
|
4410
|
+
border-radius: 0;
|
|
4411
|
+
border-bottom-style: none;
|
|
4412
|
+
padding: 0;
|
|
4413
|
+
}
|
|
4414
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard__type-label a,
|
|
4415
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard__type-label a,
|
|
4416
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard__type-label a,
|
|
4417
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard__type-label a,
|
|
4418
|
+
.textae-editor__mode--relation .textae-editor__signboard__type-label a,
|
|
4419
|
+
.textae-editor__mode--denotation-with-relation .textae-editor__signboard__attribute-label a,
|
|
4420
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard__attribute-label a,
|
|
4421
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard__attribute-label a,
|
|
4422
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard__attribute-label a,
|
|
4423
|
+
.textae-editor__mode--relation .textae-editor__signboard__attribute-label a {
|
|
4424
|
+
color: black;
|
|
4425
|
+
pointer-events: none;
|
|
4426
|
+
text-decoration: none;
|
|
4427
|
+
}
|
|
4428
|
+
.textae-editor__mode--view-without-relation .textae-editor__grid,
|
|
4429
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__grid,
|
|
4430
|
+
.textae-editor__mode--block-without-relation .textae-editor__grid {
|
|
4431
|
+
border-style: none;
|
|
4432
|
+
}
|
|
4433
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard,
|
|
4434
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard,
|
|
4435
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard {
|
|
4436
|
+
margin-bottom: 0;
|
|
4437
|
+
padding-top: 0;
|
|
4438
|
+
}
|
|
4439
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard[data-entity-type='relation'],
|
|
4440
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard[data-entity-type='relation'],
|
|
4441
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard[data-entity-type='relation'] {
|
|
4442
|
+
visibility: hidden;
|
|
4443
|
+
}
|
|
4444
|
+
.textae-editor__mode--view-without-relation .textae-editor__signboard__type-label,
|
|
4445
|
+
.textae-editor__mode--denotation-without-relation .textae-editor__signboard__type-label,
|
|
4446
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard__type-label {
|
|
4447
|
+
border-width: 1px 0 0 0;
|
|
4448
|
+
}
|
|
4449
|
+
.textae-editor__mode--block-with-relation .textae-editor__block-hit-area,
|
|
4450
|
+
.textae-editor__mode--block-without-relation .textae-editor__block-hit-area {
|
|
4451
|
+
background-color: rgba(100, 100, 215, 0.25);
|
|
4452
|
+
cursor: pointer;
|
|
4453
|
+
}
|
|
4454
|
+
.textae-editor__mode--block-with-relation .textae-editor__block-hit-area:hover,
|
|
4455
|
+
.textae-editor__mode--block-without-relation .textae-editor__block-hit-area:hover {
|
|
4456
|
+
box-shadow: 1px 1px 10px #600;
|
|
4457
|
+
}
|
|
4458
|
+
.textae-editor__mode--block-with-relation .textae-editor__signboard.ui-selected .textae-editor__signboard__type-values,
|
|
4459
|
+
.textae-editor__mode--block-without-relation .textae-editor__signboard.ui-selected .textae-editor__signboard__type-values {
|
|
4460
|
+
box-shadow: 0 0 0 2pt red;
|
|
4461
|
+
}
|
|
4462
|
+
.textae-editor__mode--relation .textae-editor__signboard:hover .textae-editor__signboard__type-label {
|
|
4463
|
+
box-shadow: none;
|
|
4464
|
+
}
|
|
4465
|
+
.textae-editor__text-edit-dialog {
|
|
4466
|
+
width: calc(100% - 300px);
|
|
4467
|
+
min-width: 360px;
|
|
4468
|
+
padding: 10px;
|
|
4469
|
+
border: 1px solid black;
|
|
4470
|
+
border-radius: 5px;
|
|
4471
|
+
background-color: #f0f0f0;
|
|
4472
|
+
}
|
|
4473
|
+
.textae-editor__text-edit-dialog__title-bar {
|
|
4474
|
+
display: flex;
|
|
4475
|
+
justify-content: space-between;
|
|
4476
|
+
align-items: flex-start;
|
|
4477
|
+
margin-bottom: 10px;
|
|
4478
|
+
}
|
|
4479
|
+
.textae-editor__text-edit-dialog__text-box {
|
|
4480
|
+
width: 100%;
|
|
4481
|
+
margin-bottom: 10px;
|
|
4482
|
+
min-height: 150px;
|
|
4483
|
+
}
|
|
4484
|
+
.textae-editor__text-edit-dialog__button-bar {
|
|
4485
|
+
display: flex;
|
|
4486
|
+
justify-content: flex-end;
|
|
4487
|
+
}
|
|
4488
|
+
.textae-editor {
|
|
4489
|
+
font-family: verdana, arial, helvetica, sans-serif;
|
|
4490
|
+
}
|
|
4491
|
+
@media screen and (max-width: 768px) {
|
|
4492
|
+
.textae-editor.textae-editor--android {
|
|
4493
|
+
padding-top: 60px;
|
|
4494
|
+
}
|
|
4495
|
+
}
|
|
4496
|
+
.textae-editor,
|
|
4497
|
+
.textae-editor * {
|
|
4498
|
+
box-sizing: border-box;
|
|
4499
|
+
-moz-box-sizing: border-box;
|
|
4500
|
+
}
|
|
4501
|
+
.textae-tool__key-help {
|
|
4502
|
+
background: url('./images/keyhelp.png');
|
|
4503
|
+
height: 240px;
|
|
4504
|
+
width: 480px;
|
|
4505
|
+
color: #ddd;
|
|
4506
|
+
}
|