source: companies/serpro/instant_messenger/templates/default/_css.css @ 903

Revision 903, 7.6 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1b.rnd
2{
3   background:  #fff;
4   display:     block;
5   font-size:   1px;
6}
7b.rnd b
8{
9   display:     block;
10   height:              1px;
11   overflow:    hidden;
12}
13b.rnd1
14{
15   border-color:     #809aa9;
16   border-width:     1px 1px 0px 1px;
17   border-style:     solid;
18   background:                                          #cbdae4;
19   margin:                                                      0px 2px;
20}
21b.rnd2
22{
23      border-color:     #809aa9;
24      border-width:     0px 1px 0px 1px;
25      border-style:     solid;
26      background:                                          #cbdae4;
27          margin:                                                       0px 1px;
28}
29
30/* IM:WINDOW - ADD USER */
31
32select.add_user
33{
34   font-family:   Tahoma, Verdana, sans-serif;
35   font-size:     8pt;
36   font-weight:   normal;
37   border-color:  #809aa9;
38   border-width:  1px 1px;
39   border-style:  solid;
40   margin:        2px 2px 2px 2px;
41   width:         493px;
42
43
44}
45
46/* IM:WINDOW */
47
48.im_window_fantom
49{
50        position: absolute;
51        padding: 0px;
52        border-style: dashed;
53        border-width: 1px 1px 1px 1px;
54        border-color: #000000;
55        background-color: #ffffff;
56        overflow: hidden;
57}
58
59.im-windowfantom-des
60{
61        position: absolute;
62        padding: 0px;
63        overflow: hidden;
64}
65
66.im-window
67{
68    background: transparent;
69        position:   absolute;
70}
71
72.im-window-resizehandle
73{
74        position: absolute;
75        overflow: hidden;
76        width: 15px;
77        height: 15px;
78    background-image: url(images/img/winresize2.gif);
79}
80
81.im-window-sel {
82        z-index: 100;
83}
84
85.im-window-des {
86        z-index: 50;
87}
88
89/* IM:WINDOWHEAD */
90
91.im_window_head
92{
93   background:    #cbdae4;
94   border-color:  #809aa9;
95   border-width:  0px 1px;
96   border-style:  solid;
97   height:        24px;
98        margin:        0px;
99        overflow:      hidden;
100        width:         258px;
101}
102
103.im-window-sel .im-windowhead {
104        background-position: 0 0;
105}
106
107.im-window-des .im-windowhead {
108        background-position: 0 -25px;
109}
110
111.im-window-flash .im-windowhead {
112        background-position: 0 0px;
113        background-image: url(images/img/flash_win_top_left2.gif);
114}
115
116.im-windowhead-right{
117        padding-right: 5px;
118        margin: 0;
119        background: 100% 0 transparent no-repeat;
120        background-image: url(images/img/win_top_right.gif);
121        overflow: hidden;
122}
123
124.im-window-sel .im-windowhead-right{
125        background-position: 100% 0;
126}
127
128.im-window-des .im-windowhead-right{
129        background-position: 100% -25px;
130}
131
132.im-window-flash .im-windowhead-right{
133        background-position: 100% 0;
134        background-image: url(images/img/flash_win_top_right2.gif);
135}
136
137.im-windowhead-mid {
138        position: relative;
139        background-position: 0 0;
140        background-image: url(images/img/win_top_mid.gif);
141        background-repeat: repeat-x;
142        overflow: hidden;
143        line-height: 25px;
144        height: 25px;
145        cursor: auto;
146        font-weight: bold;
147        padding-left: 24px;
148}
149
150.im-window-sel .im-windowhead-mid {
151        background-position: 0 0;
152        color: #000000;
153}
154
155.im-window-des .im-windowhead-mid {
156        background-position: 0 -25px;
157        color: #aaaaaa;
158}
159
160.im-window-flash .im-windowhead-mid {
161        background-position: 0 0;
162        background-image: url(images/img/flash_win_top_mid2.gif);
163        color: #aaaaaa;
164}
165
166.im_window_title
167{
168   cursor:        move;
169   float:         left;
170   font-weight:   bolder;
171   height:        16px;
172   left:          8px;
173   overflow:      hidden;
174   position:      relative;
175   top:           3px;
176   width:         166px;
177}
178.im_window_icon
179{
180    background: url(images/img/favicon.ico) 0 0 no-repeat;
181    float:      left;
182        height:     16px;
183    left:       4px;
184        overflow:   hidden;
185    position:   relative;
186    top:        3px;
187        width:      16px;
188}
189
190
191/* IM:WINDOWBODY */
192
193
194.im_window_body
195{
196        background-color: #cbdae4;
197        border-color:     #809aa9;
198        border-style:     solid;
199        border-width:     0px 1px 1px 1px;
200}
201
202.im_window_body_inner
203{
204        background: #fff;
205    border:     1px solid #809aa9;
206    margin:  0px 3px;
207        overflow: auto;
208}
209
210.im-window-des .im-windowbody {
211        border-color: #d0dfe5;
212        background-color: #f0f5f8;
213
214}
215
216.im-window-flash .im-windowbody {
217        border-color: #d0dfe5;
218        background-color: #f0f5f8;
219    background-image: url(images/img/flash_window_background.gif);
220}
221
222.im-window-des .im-windowbody-inner {
223        border-color: #b9cfd8;
224}
225
226.edit_message
227{
228        background-color: #fff;
229    border:           2px solid #c9d9e8;
230        color:            #000;
231        font-family:      Tahoma, Verdana, sans-serif;
232        font-size:        10pt;
233        font-weight:      normal;
234    padding:          0px;
235}
236
237/* WINDOWBUTTONS */
238
239.im_window_head_buttons
240{
241    display:       block;
242    float:         left;
243        height:        15px;
244    padding-top:   6px;
245        position:      relative;
246        right:         0px;
247        width:         53px;
248}
249
250.im-window-sel .im-windowbutton-container {
251        background-position: 0 0;
252}
253
254.im-window-des .im-windowbutton-container {
255        background-position: 0 -25px;
256}
257
258.im-window-button {
259        margin: 1px 2px 0 2px;
260        float: right;
261        height: 13px;
262        width: 13px;
263        overflow: hidden;
264        cursor: pointer;
265
266}
267
268.im-window-sel .im-window-button {
269        background-position: 0 0;
270}
271
272.im-window-sel .im-window-button-hov {
273        background-position: 0 -13px;
274}
275
276.im-window-sel .im-window-button-pres {
277        background-position: 0 -26px;
278}
279
280.im-window-des .im-window-button {
281        background-position: 0 -39px;
282}
283
284.im-window-des .im-window-button-hov {
285        background-position: 0 -52px;
286}
287
288.im-window-des .im-window-button-pres {
289        background-position: 0 -65px;
290}
291
292.im-window-closebutton {
293   background-image: url(images/img/close.gif);
294}
295
296.im-window-maximizerestorebutton {
297   background-image: url(images/img/max.gif);
298}
299
300.im-window-minimizebutton {
301   background-image: url(images/img/min.gif);
302}
303
304/* IM:TASKBAR */
305
306.im-taskbar
307{
308        position: absolute;
309        width: 100%;
310        height: 27px;
311        z-index: 101;
312        background-position: 0 0;
313        background-repeat: repeat;
314    overflow: hidden;
315}
316
317/* IM:TASKBARITEM */
318
319.im-taskbaritem-des {
320        position: absolute;
321        top: 0;
322        right: 0;
323        width: 150px;
324        height: 22px;
325    border-style: solid;
326        border-width: 1px 1px 1px 1px;
327        border-color: #B9CFD8;
328    background-position: 0 -4px;
329    background-image: url(images/img/win_top_mid.gif);
330    padding: 3px 10px;
331    color: #555555;
332    -moz-box-sizing: border-box;
333    cursor:pointer ;
334}
335
336.im-taskbaritem-flash {
337        position: absolute;
338        top: 0;
339        right: 0;
340        width: 150px;
341        height: 22px;
342        border-style: solid;
343        border-color: #B9CFD8;
344        border-width: 1px 1px 1px 1px;
345        background-position: 0 0;
346        background-image: url(images/img/flash_window_background.gif);
347        background-repeat: repeat;
348        padding: 3px 10px;
349        color: #555555;
350        -moz-box-sizing: border-box;
351        cursor:pointer ;
352}
353
354.im-taskbaritem {
355    position: absolute;
356        top: 0;
357        right: 0;
358        width: 150px;
359        height: 22px;
360    border-style: solid;
361        border-width: 1px 1px 1px 1px;
362        border-color: #B9CFD8;
363        background-position: 0 -26px;
364        background-image: url(images/img/win_top_mid.gif);
365        padding: 3px 10px;
366        color: #999999;
367        -moz-box-sizing: border-box;
368        cursor:pointer;
369}
370
371.menu_im
372{
373   /*border-bottom: 1px solid #ccc;*/
374   display:       none;
375   /*float:         left;*/
376   list-style:    none;
377   margin:        0px;
378   padding:       0px;
379   position:      absolute;
380   width:         150px; /* Width of Menu Items */
381        z-index:       1000;
382}
383
384.menu_im dt a
385{
386   background:      #cbdae4;
387   border:          1px solid #b9cfd8;
388   border-bottom:   0px;
389   color:           #000;
390   display:         block;
391   padding:         2px;
392   text-decoration: none;
393}
394
395.menu_im dt a:hover
396{
397   color:      #e2144a;
398   background: #f9f9f9;
399}
400
401.contato_hover
402{
403   background-color: #cbdae4;
404}
Note: See TracBrowser for help on using the repository browser.