]> git.0d.be Git - empathy.git/blob - data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css
Add 'Classic' theme
[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 }
15
16 .incoming .sender {
17   color: blue;
18 }
19
20 .outgoing .sender {
21   color: green;
22 }
23
24 .mention .sender {
25   color: red;
26   font-weight: bold;
27 }
28
29 .status {
30   color: #939373;
31 }