blob: 4057ed3ce1b2ba769a0f1461f2421d134d74899a (
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
81
82
83
84
|
html,
body {
background: #171e24;
color: #979ea3;
font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
a,
a .name,
.nav label {
color: #c0c4c8;
}
a.rep {
color: #979ea3;
text-decoration: underline;
}
a:hover,
a:hover .name,
.nav label:hover {
color: #888c90;
}
.replymode,
.extramode {
color: #ddd;
}
.replymode {
background: #b40d00;
}
.extramode {
background: #001f6e;
}
.postblock {
background: #2b3843;
}
.q {
color: #789922;
}
.subj {
background: inherit;
color: #962e5f;
font-weight: bold;
}
.name {
color: #5f962e;
}
.name a {
color: #2e5f96;
}
.name a:hover {
color: #426fa0;
}
.reply {
background: #2f3d48;
border: 1px solid #1c242b;
}
.abbrev {
color: #707070;
}
.highlight {
background: #1d1d21;
border: 1px dashed #7a848c;
}
hr {
border: none;
border-top: 1px solid #979ea3;
height: 0;
}
#catalog .thread:hover {
background: #2f3d48;
box-shadow: 0 0 5px 5px #2f3d48;
}
#catalog .replies {
color: #909090;
font-weight: bold;
}
.yt {
background: #52626d;
border: 1px solid #131d25;
}
#q-p {
background: #2f3d48;
}
.quoted {
border-color: #171e24;
}
|