Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2108 mathias 1
/*
2
 * Ext JS Library 2.0.2
3
 * Copyright(c) 2006-2008, Ext JS, LLC.
4
 * licensing@extjs.com
5
 *
6
 * http://extjs.com/license
7
 */
8
 
9
.ext-el-mask {
10
    z-index: 20000;
11
    position: absolute;
12
    top:0;
13
    left:0;
14
    -moz-opacity: 0.5;
15
    opacity: .50;
16
    filter: alpha(opacity=50);
17
    background-color: #CCC;
18
    width: 100%;
19
    height: 100%;
20
    zoom: 1;
21
}
22
.ext-el-mask-msg {
23
    z-index: 20001;
24
    position: absolute;
25
    top: 0;
26
    left: 0;
27
    border:1px solid #6593cf;
28
    background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
29
    padding:2px;
30
}
31
.ext-el-mask-msg div {
32
    padding:5px 10px 5px 10px;
33
    background: #eee;
34
    border:1px solid #a3bad9;
35
    color:#222;
36
    font:normal 11px tahoma, arial, helvetica, sans-serif;
37
    cursor:wait;
38
}
39
 
40
.ext-shim {
41
    position:absolute;
42
    visibility:hidden;
43
    left:0;
44
    top:0;
45
    overflow:hidden;
46
}
47
.ext-ie .ext-shim {
48
    filter: alpha(opacity=0);
49
}
50
.ext-ie6 .ext-shim {
51
    margin-left: 5px;
52
    margin-top: 3px;
53
}
54
 
55
.x-mask-loading div {
56
    padding:5px 10px 5px 25px;
57
    background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
58
    line-height: 16px;
59
}
60
/* class for hiding elements without using display:none */
61
.x-hidden, .x-hide-offsets {
62
    position:absolute;
63
    left:-10000px;
64
    top:-10000px;
65
    visibility:hidden;
66
}
67
.x-hide-display {
68
    display:none !important;
69
}
70
 
71
.x-hide-visibility {
72
    visibility:hidden !important;
73
}
74
 
75
.x-masked {
76
    overflow: hidden !important;
77
}
78
 
79
.x-masked select, .x-masked object, .x-masked embed {
80
    visibility: hidden;
81
}
82
 
83
.x-layer {
84
    visibility: hidden;
85
}
86
 
87
.x-unselectable, .x-unselectable * {
88
    -moz-user-select: none;
89
    -khtml-user-select: none;
90
}
91
 
92
.x-repaint {
93
    zoom: 1;
94
    background-color: transparent;
95
    -moz-outline: none;
96
}
97
 
98
.x-item-disabled {
99
    color: gray;
100
    cursor: default;
101
    opacity: .6;
102
    -moz-opacity: .6;
103
    filter: alpha(opacity=60);
104
}
105
 
106
.x-item-disabled * {
107
    color: gray !important;
108
    cursor: default !important;
109
}
110
 
111
.x-splitbar-proxy {
112
    position: absolute;
113
    visibility: hidden;
114
    z-index: 20001;
115
    background: #aaa;
116
    zoom: 1;
117
    line-height: 1px;
118
    font-size: 1px;
119
    overflow: hidden;
120
}
121
 
122
.x-splitbar-h, .x-splitbar-proxy-h {
123
    cursor: e-resize;
124
    cursor: col-resize;
125
}
126
 
127
.x-splitbar-v, .x-splitbar-proxy-v {
128
    cursor: s-resize;
129
    cursor: row-resize;
130
}
131
 
132
.x-color-palette {
133
    width: 150px;
134
    height: 92px;
135
    cursor: pointer;
136
}
137
 
138
.x-color-palette a {
139
    border: 1px solid #fff;
140
    float: left;
141
    padding: 2px;
142
    text-decoration: none;
143
    -moz-outline: 0 none;
144
    outline: 0 none;
145
    cursor: pointer;
146
}
147
 
148
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
149
    border: 1px solid #8BB8F3;
150
    background: #deecfd;
151
}
152
 
153
.x-color-palette em {
154
    display: block;
155
    border: 1px solid #ACA899;
156
}
157
 
158
.x-color-palette em span {
159
    cursor: pointer;
160
    display: block;
161
    height: 10px;
162
    line-height: 10px;
163
    width: 10px;
164
}
165
 
166
.x-ie-shadow {
167
    display: none;
168
    position: absolute;
169
    overflow: hidden;
170
    left:0;
171
    top:0;
172
    background:#777;
173
    zoom:1;
174
}
175
 
176
.x-shadow {
177
    display: none;
178
    position: absolute;
179
    overflow: hidden;
180
    left:0;
181
    top:0;
182
}
183
 
184
.x-shadow * {
185
    overflow: hidden;
186
}
187
 
188
.x-shadow * {
189
    padding: 0;
190
    border: 0;
191
    margin: 0;
192
    clear: none;
193
    zoom: 1;
194
}
195
 
196
/* top  bottom */
197
.x-shadow .xstc, .x-shadow .xsbc {
198
    height: 6px;
199
    float: left;
200
}
201
 
202
/* corners */
203
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
204
    width: 6px;
205
    height: 6px;
206
    float: left;
207
}
208
 
209
/* sides */
210
.x-shadow .xsc {
211
    width: 100%;
212
}
213
 
214
.x-shadow .xsml, .x-shadow .xsmr {
215
    width: 6px;
216
    float: left;
217
    height: 100%;
218
}
219
 
220
.x-shadow .xsmc {
221
    float: left;
222
    height: 100%;
223
    background: transparent url( ../images/default/shadow-c.png );
224
}
225
 
226
.x-shadow .xst, .x-shadow .xsb {
227
    height: 6px;
228
    overflow: hidden;
229
    width: 100%;
230
}
231
 
232
.x-shadow .xsml {
233
    background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
234
}
235
 
236
.x-shadow .xsmr {
237
    background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
238
}
239
 
240
.x-shadow .xstl {
241
    background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
242
}
243
 
244
.x-shadow .xstc {
245
    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
246
}
247
 
248
.x-shadow .xstr {
249
    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
250
}
251
 
252
.x-shadow .xsbl {
253
    background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
254
}
255
 
256
.x-shadow .xsbc {
257
    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
258
}
259
 
260
.x-shadow .xsbr {
261
    background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
262
}
263
 
264
.loading-indicator {
265
    font-size: 11px;
266
    background-image: url(../images/default/grid/loading.gif);
267
    background-repeat: no-repeat;
268
    background-position: left;
269
    padding-left: 20px;
270
    line-height: 16px;
271
    margin: 3px;
272
}
273
 
274
.x-text-resize {
275
    position: absolute;
276
    left: -1000px;
277
    top: -1000px;
278
    visibility: hidden;
279
    zoom: 1;
280
}
281
 
282
.x-drag-overlay {
283
    width: 100%;
284
    height: 100%;
285
    display: none;
286
    position: absolute;
287
    left: 0;
288
    top: 0;
289
    background-image:url(../images/default/s.gif);
290
    z-index: 20000;
291
}
292
 
293
.x-clear {
294
    clear:both;
295
    height:0;
296
    overflow:hidden;
297
    line-height:0;
298
    font-size:0;
299
}
300
 
301
 
302
.x-spotlight {
303
    z-index: 8999;
304
    position: absolute;
305
    top:0;
306
    left:0;
307
    -moz-opacity: 0.5;
308
    opacity: .50;
309
    filter: alpha(opacity=50);
310
    background-color: #CCC;
311
    width:0;
312
    height:0;
313
    zoom: 1;
314
}