aboutsummaryrefslogtreecommitdiff
path: root/static/css/fennec.css
blob: 39bbb3a503251c49420061e4e6554801fe85eb5f (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: #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;
  font-weight: bold;
}
.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;
}
#catalog .thread:hover {
  background: #edd88d;
  box-shadow: 0 0 5px 5px #edd88d;
}
#catalog .replies {
  color: #909090;
  font-weight: bold;
}
.yt {
  background: #fec;
  border: 1px solid #ec4b55;
}
.quoted {
  border-color: #fde89d;
  color: #988880;
}
.pg,
.pg span {
  background: #fec;
  border: 1px solid #b30a09;
}