source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-access/panel.css
@
79
Revision 76, 1.9 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | /*! |
2 | * Ext JS Library 3.4.0 |
3 | * Copyright(c) 2006-2011 Sencha Inc. |
4 | * licensing@sencha.com |
5 | * http://www.sencha.com/license |
6 | */ |
7 | .x-panel { |
8 | border-color: #18181a; |
9 | font-size: 14px; |
10 | } |
11 | |
12 | .x-panel-header { |
13 | color:#fff; |
14 | font-weight:bold; |
15 | font-size: 14px; |
16 | font-family: tahoma,arial,verdana,sans-serif; |
17 | border-color:#18181a; |
18 | background-image: url(../images/access/panel/white-top-bottom.gif); |
19 | } |
20 | |
21 | .x-panel-body { |
22 | color: #fffff6; |
23 | border-color:#18181a; |
24 | background-color:#232d38; |
25 | } |
26 | |
27 | .x-tab-panel .x-panel-body { |
28 | color: #fffff6; |
29 | border-color:#18181a; |
30 | background-color:#1f2730; |
31 | } |
32 | |
33 | .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar { |
34 | border-color:#223; |
35 | } |
36 | |
37 | .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { |
38 | border-top-color:#223; |
39 | } |
40 | |
41 | .x-panel-body-noheader, .x-panel-mc .x-panel-body { |
42 | border-top-color:#223; |
43 | } |
44 | |
45 | .x-panel-tl .x-panel-header { |
46 | color:#fff; |
47 | font:bold 14px tahoma,arial,verdana,sans-serif; |
48 | } |
49 | |
50 | .x-panel-tc { |
51 | background-image: url(../images/access/panel/top-bottom.gif); |
52 | } |
53 | |
54 | .x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br{ |
55 | background-image: url(../images/access/panel/corners-sprite.gif); |
56 | border-bottom-color:#222224; |
57 | } |
58 | |
59 | .x-panel-bc { |
60 | background-image: url(../images/access/panel/top-bottom.gif); |
61 | } |
62 | |
63 | .x-panel-mc { |
64 | font: normal 14px tahoma,arial,helvetica,sans-serif; |
65 | background-color:#3f4757; |
66 | } |
67 | |
68 | .x-panel-ml { |
69 | background-image:url(../images/access/panel/left-right.gif); |
70 | } |
71 | |
72 | .x-panel-mr { |
73 | background-image: url(../images/access/panel/left-right.gif); |
74 | } |
75 | |
76 | .x-tool { |
77 | background-image:url(../images/access/panel/tool-sprites.gif); |
78 | } |
79 | |
80 | .x-panel-ghost { |
81 | background-color:#3f4757; |
82 | } |
83 | |
84 | .x-panel-ghost ul { |
85 | border-color:#18181a; |
86 | } |
87 | |
88 | .x-panel-dd-spacer { |
89 | border-color:#18181a; |
90 | } |
91 | |
92 | .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{ |
93 | font:normal 14px arial,tahoma, helvetica, sans-serif; |
94 | } |
Note: See TracBrowser
for help on using the repository browser.