source: trunk/instant_messenger/templates/default/css/window.css @ 151

Revision 151, 1.7 KB checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

Line 
1/***** Cantos Arredondados *****/
2.corner { display: block; }
3.corner * { display: block; height: 1px; overflow: hidden; font-size: 0; }
4.corner1 { padding: 0 1px; margin: 0 3px; }
5.corner2 { padding: 0 1px; margin: 0 1px; }
6.corner3 { margin: 0 1px; }
7.blackcorner *{ background: #b4cfe5; }
8/***** Cantos Arredondados *****/
9
10/***** Window  *****/
11.window
12{
13        font: 10pt Verdana, Arial, Helvetica, sans-serif;
14        margin: 0px;
15        position: absolute;
16}
17
18#instant_messenger_content .body
19{
20        background: #b4cfe5;
21}
22
23#instant_messenger_content .titulo
24{
25        font: 8pt Verdana, Arial, Helvetica, sans-serif;
26        background: #b4cfe5;
27        margin: 0px 0px;
28        padding: 0px 0px 0px 5px;
29        cursor: pointer;
30        height: 20px;
31}
32
33#instant_messenger_content .titulo div div
34{
35        cursor: pointer;
36        float: left;
37        margin-right: 2px;
38        position: relative;
39        width: 13px;
40        height:13px;
41}
42
43#instant_messenger_content .button_minimize
44{
45        background: #b4cfe5 url(../images/window_min.gif) no-repeat top center;
46}
47
48#instant_messenger_content .button_maximize1
49{
50        background: #b4cfe5 url(../images/window_max1.gif) no-repeat top center;
51}
52
53#instant_messenger_content .button_maximize
54{
55        background: #b4cfe5 url(../images/window_max.gif) no-repeat top center;
56}
57
58#instant_messenger_content .button_close
59{
60        background: #b4cfe5 url(../images/window_close.gif) no-repeat top center;
61        margin-right: 0px;
62}
63
64#instant_messenger_content .content
65{
66        font: 9pt Verdana, Arial, Helvetica, sans-serif;
67        background: #fff;
68        border: 1px solid;
69        border-color: #b3b3b3 #c1d6eb #c1d6eb #b3b3b3;
70        margin: 0px 5px;
71        cursor: default;
72}
73
74#instant_messenger_content .rodape
75{
76        background: #b4cfe5 url(../images/handle.gif) no-repeat bottom right;
77        height: 15px;
78}
79
80/***** Window - *****/
Note: See TracBrowser for help on using the repository browser.