blob: 8c7ede71f6bac2fbf4c76a28e87d6f70c0c99d84 (
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
|
html,
body {
background: #fde89d;
color: #301000;
}
.rep {
color: #301000;
}
a,
a .name,
.nav label {
color: #ec4b55;
}
a:hover,
a:hover .name,
.nav label:hover {
color: #b30a09;
}
hr {
border: 0;
border-bottom: 1px solid #edd88d;
}
.replymode,
.extramode {
background: #dc9856;
color: #fff;
}
.postblock {
background: #fec;
border: 1px solid #edd88d;
}
.q {
color: #ec4953;
}
.fs {
text-decoration: none;
}
.subj {
color: #900100;
}
.name {
color: #b30a09;
}
.reply,
#q-p {
background: #edd88d;
}
.omitted,
.abbrev {
color: #a2938c;
}
.highlight {
background: #f4a960;
outline: 1px dashed #b30a09;
}
.managertable td {
background: #edd88d;
}
.managertable th {
background: #fec;
border: 1px solid #edd88d;
}
.yt {
background: #fec;
border: 1px solid #ec4b55;
}
.quoted {
border-color: #fde89d;
color: #988880;
}
.pg,
.pg span {
background: #fec;
border: 1px solid #b30a09;
}
|