blob: 0b991dbf54b032d96ef38c410c205396525a887b (
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
85
86
87
|
html,
body {
background: #1b3345;
color: #fff;
font-family: initial;
}
a,
a .name,
.nav label {
color: #efd279;
}
a.rep {
color: #fff;
}
a:hover,
a:hover .name,
.nav label:hover {
color: #d00;
}
.logo {
color: #ccffcc;
}
.replymode,
.extramode {
color: #fff;
}
.replymode {
background: #1d7548;
}
.extramode {
background: #0040e0;
}
.postblock {
background: #95cbe9;
color: #2c5700;
}
.q {
color: #bdf46c;
}
.fs {
text-decoration: none;
}
.subj {
color: #de9d7f;
font-weight: bold;
}
.name {
color: #afd775;
}
.omitted {
color: #909090;
}
.reply,
#q-p {
background: #3b6b94;
color: #fff;
}
.abbrev {
color: #bbb;
}
.highlight {
background: #5b8bb4;
outline: 1px dashed #afd775;
}
.managertable td {
background: #3b6b94;
color: #fff;
}
.managertable th {
background: #aaf;
color: #fff;
}
#catalog .thread:hover {
background: #3b6b94;
box-shadow: 0 0 5px 5px #3b6b94;
}
#catalog .replies {
color: #aaa;
font-weight: bold;
}
.yt {
background: #2f587a;
border: 1px solid #1b2933;
}
.quoted {
border-color: #1b3345;
}
|