aboutsummaryrefslogtreecommitdiff
path: root/static/css/rene.css
blob: a4f3b86d0dd762eadcb445348727517d7b43a700 (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
88
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;
}
#catalog .thread:hover {
  background: #373a44;
  box-shadow: 0 0 5px 5px #373a44;
}
#catalog .replies {
  color: #909090;
  font-weight: bold;
}
.yt {
  background: #292c33;
  border: 1px solid #5e6b7d;
  color: #e0e0e0;
}
.quoted {
  border-color: #1a1d22;
  color: #aaa;
}