~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/lime/css/xtheme-gray.css

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 0.30
 
3
 * Copyright(c) 2006-2009, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 */
 
8
 
 
9
/*
 
10
 * Ext JS Library 2.0
 
11
 * Copyright(c) 2006-2007, Ext JS, LLC.
 
12
 * licensing@extjs.com
 
13
 * 
 
14
 * http://extjs.com/license
 
15
 */
 
16
 
 
17
.x-panel {
 
18
    border-style: solid;
 
19
    border-color: #d0d0d0;
 
20
}
 
21
.x-panel-header {
 
22
    color:#333;
 
23
        border:1px solid #d0d0d0;
 
24
    background-image:url(../images/gray/panel/white-top-bottom.gif);
 
25
}
 
26
 
 
27
.x-panel-body {
 
28
    border-color:#d0d0d0;
 
29
}
 
30
 
 
31
.x-panel-bbar .x-toolbar {
 
32
    border-color:#d0d0d0;
 
33
}
 
34
 
 
35
.x-panel-tbar .x-toolbar {
 
36
    border-color:#d0d0d0;
 
37
}
 
38
 
 
39
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
 
40
    border-color:#d0d0d0;
 
41
}
 
42
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
 
43
    border-color:#d0d0d0;
 
44
}
 
45
.x-panel-tl .x-panel-header {
 
46
    color:#333;
 
47
}
 
48
.x-panel-tc {
 
49
        background-image:url(../images/gray/panel/top-bottom.gif);
 
50
}
 
51
.x-panel-tl {
 
52
        background-image:url(../images/gray/panel/corners-sprite.gif);
 
53
    border-color:#d0d0d0;
 
54
}
 
55
.x-panel-tr {
 
56
        background-image:url(../images/gray/panel/corners-sprite.gif);
 
57
}
 
58
.x-panel-bc {
 
59
        background-image:url(../images/gray/panel/top-bottom.gif);
 
60
}
 
61
.x-panel-bl {
 
62
        background-image:url(../images/gray/panel/corners-sprite.gif);
 
63
}
 
64
.x-panel-br {
 
65
        background-image:url(../images/gray/panel/corners-sprite.gif);
 
66
}
 
67
.x-panel-mc {
 
68
    background:#f1f1f1;
 
69
}
 
70
.x-panel-mc .x-panel-body {
 
71
    background:transparent;
 
72
    border: 0 none;
 
73
}
 
74
.x-panel-ml {
 
75
        background-image:url(../images/gray/panel/left-right.gif);
 
76
}
 
77
.x-panel-mr {
 
78
        background-image:url(../images/gray/panel/left-right.gif);
 
79
}
 
80
 
 
81
/* Tools */
 
82
.x-tool {
 
83
    background-image:url(../images/gray/panel/tool-sprites.gif);
 
84
}
 
85
 
 
86
/* Ghosting */
 
87
.x-panel-ghost {
 
88
    background:#e0e0e0;
 
89
}
 
90
 
 
91
.x-panel-ghost ul {
 
92
    border-color:#b0b0b0;
 
93
}
 
94
 
 
95
.x-grid-panel .x-panel-mc .x-panel-body {
 
96
    border:1px solid #d0d0d0;
 
97
}
 
98
 
 
99
/* Buttons */
 
100
 
 
101
.x-btn-left{
 
102
        background-image:url(../images/gray/button/btn-sprite.gif);
 
103
}
 
104
.x-btn-right{
 
105
        background-image:url(../images/gray/button/btn-sprite.gif);
 
106
}
 
107
.x-btn-center{
 
108
        background-image:url(../images/gray/button/btn-sprite.gif);
 
109
}
 
110
 
 
111
/* Layout classes */
 
112
 
 
113
.x-border-layout-ct {
 
114
    background:#f0f0f0;
 
115
}
 
116
 
 
117
.x-accordion-hd {
 
118
        background-image:url(../images/gray/panel/light-hd.gif);
 
119
}
 
120
 
 
121
.x-layout-collapsed{
 
122
    background-color:#eee;
 
123
    border-color:#e0e0e0;
 
124
}
 
125
.x-layout-collapsed-over{
 
126
         background-color:#fbfbfb;
 
127
}
 
128
 
 
129
 
 
130
/* qtips */
 
131
.x-tip .x-tip-top {
 
132
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
133
}
 
134
.x-tip .x-tip-top-left {
 
135
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
136
}
 
137
.x-tip .x-tip-top-right {
 
138
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
139
}
 
140
.x-tip .x-tip-ft {
 
141
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
142
}
 
143
.x-tip .x-tip-ft-left {
 
144
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
145
}
 
146
.x-tip .x-tip-ft-right {
 
147
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
148
}
 
149
.x-tip .x-tip-bd-left {
 
150
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
151
}
 
152
.x-tip .x-tip-bd-right {
 
153
        background-image:url(../images/gray/qtip/tip-sprite.gif);
 
154
}
 
155
 
 
156
/* Toolbars */
 
157
 
 
158
.x-toolbar{
 
159
        border-color:#d0d0d0;
 
160
    background:#f0f4f5 url(../images/gray/toolbar/bg.gif) repeat-x top left;
 
161
}
 
162
.x-toolbar button {
 
163
    color:#444;
 
164
}
 
165
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
 
166
    background-image:url(../images/gray/toolbar/btn-arrow.gif);
 
167
}
 
168
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
 
169
    background-image:url(../images/gray/toolbar/btn-arrow.gif);
 
170
}
 
171
.x-toolbar .x-btn-over .x-btn-left{
 
172
        background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
 
173
}
 
174
.x-toolbar .x-btn-over .x-btn-right{
 
175
        background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
 
176
}
 
177
.x-toolbar .x-btn-over .x-btn-center{
 
178
        background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
 
179
}
 
180
.x-toolbar .x-btn-over button {
 
181
    color:#111;
 
182
}
 
183
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
 
184
        background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
 
185
}
 
186
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
 
187
        background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
 
188
}
 
189
 
 
190
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
 
191
        background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
 
192
}
 
193
.x-toolbar .ytb-sep {
 
194
        background-image: url(../images/default/grid/grid-split.gif);
 
195
}
 
196
 
 
197
/* Tabs */
 
198
 
 
199
.x-tab-panel-header, .x-tab-panel-footer {
 
200
        background: #EAEAEA;
 
201
        border-color:#d0d0d0;
 
202
}
 
203
 
 
204
 
 
205
.x-tab-panel-header {
 
206
        border-color:#d0d0d0;
 
207
}
 
208
 
 
209
.x-tab-panel-footer {
 
210
        border-color:#d0d0d0;
 
211
}
 
212
 
 
213
ul.x-tab-strip-top{
 
214
        background:#dbdbdb url(../images/gray/tabs/tab-strip-bg.gif) repeat-x left top;
 
215
        border-color:#d0d0d0;
 
216
    padding-top: 2px;
 
217
}
 
218
 
 
219
ul.x-tab-strip-bottom{
 
220
        background-image:url(../images/gray/tabs/tab-strip-btm-bg.gif);
 
221
        border-color:#d0d0d0;
 
222
}
 
223
 
 
224
.x-tab-strip span.x-tab-strip-text {
 
225
        color:#333;
 
226
}
 
227
.x-tab-strip-over span.x-tab-strip-text {
 
228
        color:#111;
 
229
}
 
230
 
 
231
.x-tab-strip-active span.x-tab-strip-text {
 
232
        color:#333;
 
233
}
 
234
 
 
235
.x-tab-strip-disabled .x-tabs-text {
 
236
        color:#aaaaaa;
 
237
}
 
238
 
 
239
.x-tab-strip-top .x-tab-right {
 
240
        background-image:url(../images/gray/tabs/tabs-sprite.gif);
 
241
}
 
242
 
 
243
.x-tab-strip-top .x-tab-left {
 
244
        background-image:url(../images/gray/tabs/tabs-sprite.gif);
 
245
}
 
246
.x-tab-strip-top .x-tab-strip-inner {
 
247
        background-image:url(../images/gray/tabs/tabs-sprite.gif);
 
248
}
 
249
 
 
250
.x-tab-strip-bottom .x-tab-right {
 
251
        background-image:url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
 
252
}
 
253
 
 
254
.x-tab-strip-bottom .x-tab-left {
 
255
        background-image:url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
 
256
}
 
257
 
 
258
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
 
259
        background-image:url(../images/gray/tabs/tab-btm-right-bg.gif);
 
260
}
 
261
 
 
262
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
 
263
        background-image:url(../images/gray/tabs/tab-btm-left-bg.gif);
 
264
}
 
265
 
 
266
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
 
267
        background-image:url(../images/gray/tabs/tab-close.gif);
 
268
}
 
269
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
 
270
        background-image:url(../images/gray/tabs/tab-close.gif);
 
271
}
 
272
 
 
273
.x-tab-panel-body {
 
274
    border-color:#d0d0d0;
 
275
    background:#fff;
 
276
}
 
277
.x-tab-panel-bbar .x-toolbar {
 
278
    border-color: #d0d0d0;
 
279
}
 
280
 
 
281
.x-tab-panel-tbar .x-toolbar {
 
282
    border-color: #d0d0d0;
 
283
}
 
284
 
 
285
.x-tab-panel-header-plain .x-tab-strip-spacer {
 
286
    border-color:#d0d0d0;
 
287
    background: #eaeaea;
 
288
}
 
289
 
 
290
.x-tab-scroller-left {
 
291
    background-image: url(../images/gray/tabs/scroll-left.gif);
 
292
    border-color:#aeaeae;
 
293
}
 
294
.x-tab-scroller-right {
 
295
    background-image: url(../images/gray/tabs/scroll-right.gif);
 
296
    border-color:#aeaeae;
 
297
}
 
298
 
 
299
/* Window */
 
300
 
 
301
.x-window-proxy {
 
302
    background:#e0e0e0;
 
303
    border-color:#b0b0b0;
 
304
}
 
305
 
 
306
.x-window-tl .x-window-header {
 
307
    color:#555;
 
308
}
 
309
.x-window-tc {
 
310
        background-image:url(../images/gray/window/top-bottom.png);
 
311
}
 
312
.x-window-tl {
 
313
        background-image:url(../images/gray/window/left-corners.png);
 
314
}
 
315
.x-window-tr {
 
316
        background-image:url(../images/gray/window/right-corners.png);
 
317
}
 
318
.x-window-bc {
 
319
        background-image:url(../images/gray/window/top-bottom.png);
 
320
}
 
321
.x-window-bl {
 
322
        background-image:url(../images/gray/window/left-corners.png);
 
323
}
 
324
.x-window-br {
 
325
        background-image:url(../images/gray/window/right-corners.png);
 
326
}
 
327
.x-window-mc {
 
328
    border:1px solid #d0d0d0;
 
329
    background:#e8e8e8;
 
330
}
 
331
 
 
332
.x-window-ml {
 
333
        background-image:url(../images/gray/window/left-right.png);
 
334
}
 
335
.x-window-mr {
 
336
        background-image:url(../images/gray/window/left-right.png);
 
337
}
 
338
.x-panel-ghost .x-window-tl {
 
339
    border-color:#d0d0d0;
 
340
}
 
341
.x-panel-collapsed .x-window-tl {
 
342
    border-color:#d0d0d0;
 
343
}
 
344
 
 
345
.x-window-plain .x-window-mc {
 
346
    background: #e8e8e8;
 
347
    border-right:1px solid #eee;
 
348
    border-bottom:1px solid #eee;
 
349
    border-top:1px solid #d0d0d0;
 
350
    border-left:1px solid #d0d0d0;
 
351
}
 
352
 
 
353
.x-window-plain .x-window-body {
 
354
    border-left:1px solid #eee;
 
355
    border-top:1px solid #eee;
 
356
    border-bottom:1px solid #d0d0d0;
 
357
    border-right:1px solid #d0d0d0;
 
358
    background:transparent !important;
 
359
}
 
360
 
 
361
body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
 
362
    background-color: #e4e4e4;
 
363
}
 
364
 
 
365
 
 
366
/* misc */
 
367
.x-html-editor-wrap {
 
368
    border-color:#d0d0d0;
 
369
}
 
370
 
 
371
/* Borders go last for specificity */
 
372
.x-panel-noborder .x-panel-body-noborder {
 
373
    border-width:0;
 
374
}
 
375
 
 
376
.x-panel-noborder .x-panel-header-noborder {
 
377
    border-width:0;
 
378
    border-bottom:1px solid #d0d0d0;
 
379
}
 
380
 
 
381
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
 
382
    border-width:0;
 
383
    border-bottom:1px solid #d0d0d0;
 
384
}
 
385
 
 
386
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
 
387
    border-width:0;
 
388
    border-top:1px solid #d0d0d0;
 
389
}
 
390
 
 
391
.x-window-noborder .x-window-mc {
 
392
    border-width:0;
 
393
}
 
394
.x-window-plain .x-window-body-noborder {
 
395
    border-width:0;
 
396
}
 
397
 
 
398
.x-tab-panel-noborder .x-tab-panel-body-noborder {
 
399
        border-width:0;
 
400
}
 
401
 
 
402
.x-tab-panel-noborder .x-tab-panel-header-noborder {
 
403
        border-top-width:0;
 
404
        border-left-width:0;
 
405
        border-right-width:0;
 
406
}
 
407
 
 
408
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
 
409
        border-bottom-width:0;
 
410
        border-left-width:0;
 
411
        border-right-width:0;
 
412
}
 
413
 
 
414
 
 
415
.x-tab-panel-bbar-noborder .x-toolbar {
 
416
    border-width:0;
 
417
    border-top:1px solid #d0d0d0;
 
418
}
 
419
 
 
420
.x-tab-panel-tbar-noborder .x-toolbar {
 
421
    border-width:0;
 
422
    border-bottom:1px solid #d0d0d0;
 
423
}
 
 
b'\\ No newline at end of file'