source: trunk/jabberit_messenger/templates/default/css/window_azul.css @ 1530

Revision 1530, 4.9 KB checked in by alexandrecorreia, 15 years ago (diff)

Ticket #370 - Melhoria do layout das janelas, para criação de preferencia(on/offline).

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
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    z-index     : 1;
248    position : relative;
249        overflow : hidden;
250    zoom        : 1;
251    left : 0;
252    top : 0;
253}
254
255.x-window-tc
256{
257        background: transparent repeat-x 0 0;
258        background-image: url(../images/azul/top-bottom.png);
259        overflow:hidden;
260    zoom:1;
261}
262
263.x-window-tl
264{
265        background: transparent no-repeat 0 0;
266        background-image: url(../images/azul/left-corners.png);
267        padding-left:6px;
268    zoom:1;
269    z-index:1;
270    position:relative;
271}
272
273.x-window-tr
274{
275        background: transparent no-repeat right 0;
276        background-image: url(../images/azul/right-corners.png);
277        padding-right:6px;
278}
279
280.x-window-bl
281{
282        background: transparent no-repeat 0 bottom;
283        background-image: url(../images/azul/left-corners.png);
284        padding-left:6px;
285    zoom:1;
286}
287
288.x-window-br
289{
290        background: transparent no-repeat right bottom;
291        background-image: url(../images/azul/right-corners.png);
292        padding-right:6px;
293    zoom:1;
294}
295
296.x-window-mc
297{
298    background-color:#dfe8f6;
299        border:1px solid;
300        border-color:#99bbe8;
301        font: normal 11px tahoma,arial,helvetica,sans-serif;
302    padding:0;
303    margin:0;
304}
305
306.x-window-ml
307{
308        background: transparent repeat-y 0 0;
309        background-image: url(../images/azul/left-right.png);
310        padding-left:6px;
311    zoom:1;
312}
313
314.x-window-mr
315{
316        background: transparent repeat-y right 0;
317        background-image: url(../images/azul/left-right.png);
318        padding-right:6px;
319    zoom:1;
320}
321
322.x-window-noborder .x-window-mc
323{
324    border-width:0;
325}
326
327.x-window-tl .x-window-header
328{
329    color:#15428b;
330        font:bold 11px tahoma,arial,verdana,sans-serif;
331        padding:5px 0 4px 0;
332}
Note: See TracBrowser for help on using the repository browser.