-
Notifications
You must be signed in to change notification settings - Fork 4
/
chat-osx.css
57 lines (46 loc) · 856 Bytes
/
chat-osx.css
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
p, div {
font-family: Helvetica;
}
p, div, .nameBlock p, .messageBlock p, .messageBlock div, .messageBlock pre {
/* These are %-based to enable text size scaling options. The default text size is defined
by a function on the WebPreferences object */
font-size: 90%;
line-height: 143%;
}
.messageBlock p {
color: #333333;
}
p.timeBlock {
font-size: 77%;
margin-right: 10px;
margin-left: 10px;
color: #aaaaaa;
}
.infoBlock p {
color: #999999;
}
.dateDivider {
font-size: 90%;
}
.nameBlock {
width: 130px;
}
.nameBlock p {
padding-right: 10px;
padding-left: 10px;
}
.image img {
max-width: 300px;
max-height: 250px;
}
.linkTitle {
font-weight: bold;
margin-left: 10px;
}
.linkDesc {
color: #888;
margin-left: 10px;
}
#loading_spinner {
background-color: #ffffff;
}