comparison pidgin/themes/Contents/Resources/main.css @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 1c0d9e817dcc
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
1 body {
2 word-wrap: break-word;
3 word-break: break-word;
4
5 font-size: 13px;
6 margin: 2px;
7 overflow-y: scroll;
8 }
9
10 .x-container,
11 .x-status_container
12 {
13 line-height: 1.3em;
14 margin-bottom: 4px;
15 }
16
17 .x-container .x-time,
18 .x-status_container .x-time
19 {
20 display: inline;
21 font-size: 12px;
22 }
23
24 .x-container .x-sender
25 {
26 display: inline;
27 font-weight: bold;
28 }
29
30 .x-container .x-message,
31 .x-status_container .x-message
32 {
33 display: inline;
34 }
35
36 /* Colour-ify things */
37
38 .x-container.incoming .x-time,
39 .x-container.incoming .x-sender
40 {
41 color: #cc0000;
42 }
43
44 .x-container.outgoing .x-time,
45 .x-container.outgoing .x-sender
46 {
47 color: #204a87;
48 }
49
50 .x-container.mention .x-time,
51 .x-container.mention .x-sender
52 {
53 color: #AF7F00;
54 }
55
56 .x-status_container
57 {
58 color: #777777;
59 }
60
61 .x-status_container.error
62 {
63 color: #ff0000;
64 font-weight: bold;
65 }
66