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

Revision 3436, 4.9 KB checked in by amuller, 13 years ago (diff)

Ticket #1395 - Implementação da janela no Expresso

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