]> git.0d.be Git - empathy.git/blob - data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css
classic theme: more colour updates
[empathy.git] / data / themes / Classic.AdiumMessageStyle / Contents / Resources / main.css
1 * {
2   word-wrap: break-word;
3   word-break: break-word;
4 }
5
6 html {
7   padding: 0;
8   margin: 0;
9 }
10
11 body {
12   padding: 6px;
13   margin: 0;
14   color: #2e3436;
15 }
16
17 .incoming .sender {
18   color: #4a708b;
19 }
20
21 .outgoing .sender {
22   color: #2e8b57;
23 }
24
25 .mention .sender {
26   color: #8b2323;
27   font-weight: bold;
28 }
29
30 .status {
31   color: #939373;
32 }
33
34 a {
35   color: #4682b4;
36 }