source: sandbox/jabberit_messenger/trophy/css/trophyim.css @ 2271

Revision 2271, 2.1 KB checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Reimplementar interface mais leve para o IM, sem a necessidades de plugins adicionais.

  • Property svn:executable set to *
Line 
1div.trophyimtabclose {
2    color: #000000;
3    font-size: 8px;
4    text-align: right;
5    cursor: default;
6    float: right;
7    border: 1px black solid;
8    margin-left: 1px;
9    padding-left: 1px;
10}
11div#trophyimclient {
12}
13div#trophyimlogin {
14        text-align: center;
15}
16div#trophyimroster {
17        /*width: 200px;
18        height: 400px;*/
19        /*overflow: scroll;*/
20    clear: none;
21    float: left;
22}
23div#trophyimchat {
24        border: 1px black solid;
25    clear: right;
26    float: left;
27}
28div#trophyimstatus {
29    width: 200px;
30        border: 2px black solid;
31    clear: both;
32}
33div#trophyimlog {
34        width: 480px;
35        height: 300px;
36        overflow: auto;
37}
38div.trophyimlogitem {
39        border: 1px black solid;
40}
41div.trophyimrosteritem {
42        border: 1px black solid;
43}
44div.trophyimchattab_av { /*Available*/
45        color: #000000;
46}
47div.trophyimchattab_aw { /*Away*/
48        color: #a00000;
49}
50div.trophyimchattab_off { /*Offline*/
51        color: #808080;
52        font-style: italic;
53}
54div.trophyimrosteritem_av { /*Available*/
55        color: #000000;
56}
57div.trophyimrosteritem_aw { /*Away*/
58        color: #a00000;
59}
60div.trophyimrosteritem_off { /*Offline*/
61        color: #808080;
62        font-style: italic;
63}
64div.trophyimchattabjid {
65    display: none;
66}
67div.trophyimchattabname {
68    font-size: 11px;
69        margin-right: 1px;
70    padding: 2px;
71}
72div.trophyimrosterjid {
73    display: none;
74}
75div.trophyimrostername {
76    padding-left: 3px;
77}
78div.trophyimrostergroup {
79        border: 2px blue solid;
80}
81div.trophyimrosterlabel {
82        font-weight: bold;
83}
84div#trophyimchattabs {
85        border: 1px green solid;
86    width: 400px;
87    overflow: auto;
88}
89div.trophyimchattab {
90    clear: none;
91    float: left;
92    cursor: pointer;
93}
94div.trophyimchattab_f { /*Foreground*/
95        border: 2px blue solid;
96}
97div.trophyimchattab_b { /*Background*/
98        border: 1px green solid;
99    margin: 1px;
100}
101div.trophyimchattab_a { /*Alert (background/has new message)*/
102        border: 1px red solid;
103    margin: 1px;
104}
105div.trophyimchatbox { /*Collection of chat messages*/
106        height: 200px;
107        width: 380px;
108        overflow: scroll;
109}
110textarea.trophyimchatinput {
111}
112div.trophyimchatmessage { /*Each individual chat message*/
113        white-space: pre-wrap;
114        width: 100%;
115    border-bottom: 1px black dotted;
116}
117div#trophyimstatuslist {
118        text-align: center;
119}
Note: See TracBrowser for help on using the repository browser.