blob: b168c0e09d23a2432deff7ea7aacc8cf8d35ba57 (
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: #ffe;
color: #800000;
font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
a,
a .name,
a .name b,
.nav label {
color: #0000ee;
}
a.rep {
color: #800000;
text-decoration: underline;
}
a:hover,
a:hover .name,
a:hover .name b,
.nav label:hover {
color: #d00;
}
.replymode,
.extramode {
color: #fff;
}
.replymode {
background: #e04000;
}
.extramode {
background: #0040e0;
}
.postblock {
background: #eeaa88;
}
.q {
color: #789922;
}
.subj {
color: #cc1105;
}
.name {
color: #228854;
}
.name b {
color: #117743;
}
.omitted {
color: #707070;
}
.reply,
#q-p {
background: #f0e0d6;
}
.abbrev {
color: #707070;
}
.highlight {
background: #f0c0b0;
outline: 1px dashed #ea8;
}
.managertable td {
background: #eeeecc;
color: #800000;
}
.managertable th {
background: #aaaa66;
color: #400000;
}
.yt {
background: #f2e5dd;
border: 1px solid #e7cfc1;
color: #500000;
}
.quoted {
border-color: #ffe;
}
#main_nav.mob {
background: #f0e0d6;
}
|