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

Revision 311, 2.0 KB checked in by niltonneto, 16 years ago (diff)

Correções críticas para funcionalidades já existentes.

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 .icon
24{
25        position:absolute !important;
26        height: 15px;
27        width: 15px;
28}
29
30#instant_messenger_content .titulo
31{
32        background: #b4cfe5;
33        cursor: pointer;
34        font: 8pt Verdana, Arial, Helvetica, sans-serif;
35        height: 20px;
36        line-height: 1.5em;
37        margin: 0 0;
38        overflow: hidden;
39        padding: 0 0 0 5px;
40}
41
42#instant_messenger_content .titulo span
43{
44        float:left;
45        margin-left: 17px;
46}
47
48#instant_messenger_content .titulo div div
49{
50        cursor: pointer;
51        float: right;
52        margin-right: 2px;
53        position: relative;
54        width: 13px;
55        height:13px;
56}
57
58#instant_messenger_content .buttons
59{
60        position:absolute !important;
61        right:3px !important;
62        width:50px !important;
63}
64
65#instant_messenger_content .button_minimize
66{
67        background: #b4cfe5 url(../images/window_min.gif) no-repeat top center;
68}
69
70#instant_messenger_content .button_maximize1
71{
72        background: #b4cfe5 url(../images/window_max1.gif) no-repeat top center;
73}
74
75#instant_messenger_content .button_maximize
76{
77        background: #b4cfe5 url(../images/window_max.gif) no-repeat top center;
78}
79
80#instant_messenger_content .button_close
81{
82        background: #b4cfe5 url(../images/window_close.gif) no-repeat top center;
83        margin-right: 0px;
84}
85
86#instant_messenger_content .content
87{
88        font: 9pt Verdana, Arial, Helvetica, sans-serif;
89        background: #fff;
90        border: 1px solid;
91        border-color: #b3b3b3 #c1d6eb #c1d6eb #b3b3b3;
92        margin: 0px 5px;
93        cursor: default;
94        overflow: auto;
95}
96
97#instant_messenger_content .rodape
98{
99        background: #b4cfe5 url(../images/handle.gif) no-repeat bottom right;
100        height: 15px;
101}
102
103/***** Window - *****/
Note: See TracBrowser for help on using the repository browser.