summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/im/messages/simple/main.css
blob: 3baf44d1ab9c03da5d102f4419b0bb1c6b442a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#Chat {
  white-space: normal;
}

.pseudo {
  font-weight: bold;
}

.outgoing .pseudo {
  color: rgb(80,80,200);
}

.incoming .pseudo {
  color: rgb(200,80,80);
}

.date {
  font-style: normal;
  font-weight: normal;
}

span.date::after {
  content: " - ";
}

.action > span.date::after {
  content: " * ";
}

span.pseudo::after {
  content: ": ";
}

.action > span.pseudo::after {
  content: " ";
}

.event > span.pseudo::after {
  content: none;
}

.event {
  color: rgb(170,170,170);
}

.nick {
  font-weight: bold;
}

.action {
  font-style: italic;
}

.context {
  color: rgb(91,91,91);
}

p.context > .pseudo,
p.context .ib-nick {
  opacity: 0.7;
}

p {
  margin: 0px auto;
}

p *:any-link img {
  margin-bottom: 1px;
  border-bottom: solid 1px;
}

.ib-sender.message-encrypted {
  position: relative;
}

.ib-sender.message-encrypted::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 11px;
  height: 10px;
  opacity: 0.5;
  background: url("chrome://messenger/skin/icons/connection-secure.svg") no-repeat center;
  background-size: contain;
  margin-inline-end: 4px;
}