]> git.0d.be Git - empathy.git/blob - data/themes/Boxes.AdiumMessageStyle/Contents/Resources/main.css
2890556e8a82b4e19ae5b46ab219f8423b92e531
[empathy.git] / data / themes / Boxes.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 .content {
17   width: 98%;
18   margin: 0;
19   padding: 0;
20   margin-bottom: 6px;
21 }
22
23 .header {
24   width: 100%;
25   height: 24px;
26   padding: 3px;
27   margin: 0;
28 }
29
30 .header .avatar {
31   height: 24px;
32   width: auto;
33   float: left;
34 }
35
36 .header .sender {
37   font-weight: bold;
38   padding-left: 3px;
39 }
40
41 .header .timestamp {
42   float: right;
43   font-style: italic;
44   margin-right: 3px;
45 }
46
47 .message, .status {
48   padding: 3px;
49   width: 100%;
50 }
51
52 .status {
53   font-style: italic;
54   color: #939373;
55 }
56
57 div.action.message {
58   font-style: italic;
59 }
60
61 .actionMessageUserName {
62   display: inline;
63 }
64
65 .actionMessageUserName::before {
66   content: " * ";
67 }
68
69 .actionMessageUserName::after {
70   content: " ";
71 }
72
73 div.message.action span.message::before {
74   content: " * ";
75 }
76
77 .actionMessageBody::before,
78 .actionMessageBody::after {
79   content: " ";
80 }
81
82 ::selection {
83   background: #4a90d9;
84 }