]> git.0d.be Git - empathy.git/blob - data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css
themes: improve readability of 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   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 }
37
38 .message.action {
39   color: #8b2323;
40   font-style: italic;
41 }
42
43 .message.action .sender {
44   display: none;
45 }
46
47 .message.action .actionMessageUserName {
48   display: inline;
49 }
50
51 div.message.action span.message::before {
52   content: " * ";
53 }
54
55 .message.action .actionMessageBody::before,
56 .message.action .actionMessageBody::after {
57   content: " ";
58 }
59
60 ::selection {
61   background: #4a90d9;
62 }
63
64 div.message {
65   padding: 0.3ex 0;
66   line-height: 130%;
67 }