source: branches/2.2/filemanager/tp/expressowindow/css/window_azul.css @ 3569

Revision 3569, 4.9 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1395 - Padronizacao das janelas do filemanager com as do Expresso.

Line 
1.x-menu
2{
3        background-color : #ccd8e7 !important;
4        border          : 1px solid #8ea4c1;
5        color           : #15428b !important;
6        position        : absolute;
7}
8
9.x-subMenuChangeStatus
10{
11        background-color : #ccd8e7 !important;
12        border          : 1px solid #8ea4c1;
13        color           : #15428b !important;
14        float           : left;
15        margin          : -10px 5px 0px 0px;
16        position        : absolute;
17}
18
19.x-subMenuChangeStatusItens
20{
21        background-color        : #ccd8e7 !important;
22        border          : 1px solid #8ea4c1;
23        color           : #15428b !important;
24        float           : left;
25        position        : absolute;
26}
27
28.x-menuOnMouseOut
29{
30}
31
32.x-menuOnMouseOver
33{
34        background-color : #96bdf3 !important;
35        border : 1px solid #8ea4c1;
36}
37
38/* x-content */
39
40.x-content
41{
42        margin : 2px ;
43}
44
45/* x-panel */
46
47.x-panel
48{
49    border-color: #99bbe8;
50    border-style: solid;
51    border-width:0;
52}
53
54.x-panel-body
55{
56    background-color:#fff;
57    border:1px solid;
58    border-color:#99bbe8;
59    border-top:0 none;
60    position: relative;
61    overflow:hidden;
62    zoom:1;
63}
64
65.x-panel-body-noheader
66{
67    border-top-color: #99bbe8;
68}
69
70.x-panel-bwrap
71{
72    overflow:hidden;
73    zoom:1;
74    left:0;
75    top:0;
76}
77
78.x-panel-nofooter .x-btn-group-bc
79{
80        height:3px;
81    font-size:0;
82    line-height:0;
83}
84
85.x-panel-nofooter .x-window-bc
86{
87        height:6px;
88    font-size:0;
89    line-height:0;
90}
91
92.x-panel-noborder .x-panel-body-noborder
93{
94    border-width:0;
95}
96
97.x-panel-noborder .x-panel-header-noborder
98{
99    border-bottom-color:#99bbe8;
100    border-width:0 0 1px;
101    border-style:solid;
102}
103
104.x-panel-noborder .x-panel-bbar-noborder .x-toolbar
105{
106    border-width:1px 0 0 0;
107    border-style:solid;
108    border-top-color:#99bbe8;
109}
110
111.x-panel-noborder .x-panel-tbar-noborder .x-toolbar
112{
113    border-bottom-color:#99bbe8;
114        border-width:0 0 1px;
115    border-style:solid;
116}
117
118/* x-shadow */
119
120.x-shadow_Div
121{
122        border          : 1px dashed black;
123        position        : absolute;
124}
125
126/* x-tab */
127
128.x-tab-panel
129{
130    overflow:hidden;
131}
132
133.x-tab-panel-body
134{
135    border: 1px solid;
136    border-color:#8db2e3;
137    background-color:#fff;
138    overflow:hidden;
139}
140
141.x-tab-panel-body-top
142{
143    border-top: 0 none;
144}
145
146.x-tab-panel-bwrap
147{
148    overflow:hidden;
149}
150
151.x-tab-panel-noborder .x-tab-panel-body-noborder
152{
153        border-width:0;
154}
155
156.x-tab-panel-noborder .x-tab-panel-footer-noborder
157{
158    border-width: 1px 0 0 0;
159}
160
161.x-tab-panel-noborder .x-tab-panel-header-noborder
162{
163    border-width: 0 0 1px 0;
164}
165
166
167/* x-tool */
168.x-tool
169{
170    overflow    : hidden;
171    width               : 15px;
172    height              : 15px;
173    float               : right;
174    cursor              : pointer;
175    background  : transparent no-repeat;
176    background-image : url(../images/azul/tool-sprites.gif);
177    margin-left : 2px;
178    margin-top  : 5px;
179}
180
181.x-tool-close
182{
183    background-position : 0 -0;
184}
185
186/* x-unselectable */
187
188.x-unselectable, .x-unselectable *
189{
190    -moz-user-select    : none;
191    -khtml-user-select  : none;
192    -webkit-user-select : ignore;
193}
194
195/* x-window */
196
197.x-window
198{
199        visibility      : visible;
200        display         : block;
201}
202
203.x-window .x-resizable-handle
204{
205    opacity     :0;
206    -moz-opacity :0;
207    filter      :alpha(opacity=0);
208}
209
210.x-window-draggable, .x-window-draggable .x-window-header-text
211{
212    cursor      : move;
213}
214
215.x-window-header
216{
217    float               : left;
218    overflow    : hidden;
219    zoom                : 1;
220}
221
222.x-window-bc
223{
224        background      : transparent repeat-x 0 bottom;
225        background-image : url(../images/azul/top-bottom.png);
226    zoom : 1;
227}
228
229.x-window-bc .x-window-footer
230{
231    padding-bottom      :6px;
232    zoom        : 1;
233    font-size   : 0;
234    line-height : 0;
235}
236
237.x-window-body
238{
239    background  : transparent;
240    overflow    : hidden;
241}
242
243.x-window-bwrap
244{
245    position : relative;
246        overflow : hidden;
247    zoom        : 1;
248    left : 0;
249    top : 0;
250}
251
252.x-window-tc
253{
254        background: transparent repeat-x 0 0;
255        background-image: url(../images/azul/top-bottom.png);
256        overflow:hidden;
257    zoom:1;
258}
259
260.x-window-tl
261{
262        background: transparent no-repeat 0 0;
263        background-image: url(../images/azul/left-corners.png);
264        padding-left:6px;
265    zoom:1;
266    position:relative;
267}
268
269.x-window-tr
270{
271        background: transparent no-repeat right 0;
272        background-image: url(../images/azul/right-corners.png);
273        padding-right:6px;
274}
275
276.x-window-bl
277{
278        background: transparent no-repeat 0 bottom;
279        background-image: url(../images/azul/left-corners.png);
280        padding-left:6px;
281    zoom:1;
282}
283
284.x-window-br
285{
286        background: transparent no-repeat right bottom;
287        background-image: url(../images/azul/right-corners.png);
288        padding-right:6px;
289    zoom:1;
290}
291
292.x-window-mc
293{
294    background-color:#dfe8f6;
295        border:1px solid;
296        border-color:#99bbe8;
297        font: normal 11px tahoma,arial,helvetica,sans-serif;
298    padding:0;
299    margin:0;
300}
301
302.x-window-ml
303{
304        background: transparent repeat-y 0 0;
305        background-image: url(../images/azul/left-right.png);
306        padding-left:6px;
307    zoom:1;
308}
309
310.x-window-mr
311{
312        background: transparent repeat-y right 0;
313        background-image: url(../images/azul/left-right.png);
314        padding-right:6px;
315    zoom:1;
316}
317
318.x-window-noborder .x-window-mc
319{
320    border-width:0;
321}
322
323.x-window-tl .x-window-header
324{
325    color:#15428b;
326        font:bold 11px tahoma,arial,verdana,sans-serif;
327        padding:5px 0 4px 0;
328}
Note: See TracBrowser for help on using the repository browser.