blob: 215f27f3bd092a8902eda42d8fc68657d4a9eef7 (
plain) (
blame)
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
|
html,
body {
background: #1a1d22;
color: #e0e0e0;
font-family: arial, helvetica, "nimbus sans l", sans-serif;
}
.rep {
color: #e0e0e0;
}
a,
a .name,
.nav label {
color: #b0ccde;
}
a:hover,
a:hover .name,
.nav label:hover {
color: #5c6a74;
}
.replymode,
.extramode {
color: #fff;
}
.replymode {
background: #2b2b2b;
}
.extramode {
background: #333;
}
.postblock {
background: #28282d;
border: 1px solid #333;
color: #ddd;
}
.q {
color: #789922;
}
.fs {
text-decoration: none;
}
.subj {
color: #a6b8d8;
font-weight: bold;
}
.name,
.omitted {
color: #a3a3a3;
}
.reply,
#q-p {
background: #373a44;
}
.abbrev {
color: #777;
}
.highlight {
background: #5b5f69;
outline: 1px dashed #888;
}
.managertable td {
background: #64697b;
}
.managertable th {
background: #252830;
color: #f8f8f8;
}
hr {
border: none;
border-top: 1px dotted #696969;
height: 0;
}
.yt {
background: #292c33;
border: 1px solid #5e6b7d;
color: #e0e0e0;
}
.quoted {
border-color: #1a1d22;
color: #aaa;
}
|