source: trunk/instant_messenger/templates/default/css/chat.css @ 140

Revision 140, 1.6 KB checked in by niltonneto, 16 years ago (diff)

* empty log message *

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
Line 
1/***** Chat  *****/
2
3._avatar_
4{
5        background: url(../images/photo1.png);
6        width:  49px;
7        height: 65px;
8        float:  right;
9        position:       aboslute;
10        top:    0px;
11        margin: 2px;
12        border: 1px solid;
13        border-color: #cecece;
14
15}
16
17._button_bold_
18{
19        background: url(../images/bold.gif) no-repeat top center;
20        height: 20px;
21        width:  25px;
22        float: left;
23        position: relative;
24        margin-top: 2px;
25        margin-right: 2px;
26        cursor: pointer;
27}
28
29._button_italic_
30{
31        background: url(../images/italicize.gif) no-repeat top center;
32        height: 20px;
33        width:  25px;
34        float: left;
35        position: relative;
36        margin-top: 2px;
37        margin-right: 2px;
38        cursor: pointer;
39}
40
41._button_underline_
42{
43        background: url(../images/underline.gif) no-repeat top center;
44        height: 20px;
45        width:  25px;
46        float: left;
47        margin-top: 2px;
48        margin-right: 2px;
49        position: relative;
50        cursor: pointer;
51}
52
53._button_color_
54{
55        background: url(../images/color.gif) no-repeat top center;
56        height: 20px;
57        width: 25px;
58        float: left;
59        position: relative;
60        margin-top: 2px;
61        margin-right: 2px;
62        cursor: pointer;
63}
64
65._button_emoticons_
66{
67        background: url(../images/emoticonlabel.gif) no-repeat top center;
68        height: 20px;
69        width: 25px;
70        float: left;
71        position: relative;
72        margin-top: 2px;
73        cursor: pointer;
74}
75
76._history_
77{
78        background: #fff;
79        border: 1px solid;
80        border-color: #b3b3b3 #cecece #cecece #b3b3b3;
81        width:  289px;
82        height: 180px;
83        cursor: text;
84        overflow: auto;
85}
86
87._messages_
88{
89        background: #fff;
90        border: 1px solid;
91        border-color: #b3b3b3 #cecece #cecece #b3b3b3;
92        width:289px;
93        height:46px;
94        cursor: text;
95
96}
97
98._toolbar_buttons_
99{
100        width:289px;
101        height:29px;
102}
103
104/***** Chat  *****/
Note: See TracBrowser for help on using the repository browser.