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

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