aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/void.css
blob: 50d82752f7ce0aa0e4819b91471a2984e23ad82b (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
*,
input[type="submit"],
input[type="button"],
button,
input[type="text"],
textarea,
select {
  color: #888;
}
body {
  background: #000;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
input[type="text"],
input[type="submit"],
input[type="button"],
textarea,
button,
select,
form .msg {
  background: #000;
  border: 1px solid #222;
}
a:active,
a:active b,
.yt:active,
#n2:active,
input[type="submit"]:active,
input[type="button"]:active,
button:active,
h4,
.name,
.name b,
.date,
.del a,
.pblock,
.postform span,
#size,
.abbrev,
.end,
#footer,
#footer a,
#threads th {
  color: #333;
}
.reply {
  border-bottom: 1px solid #151515;
  margin-top: 0.5em;
}
.hidden {
  margin: 0;
}
h4 a {
  text-decoration: none;
}
.q {
  color: #555;
}
#q-p, .yt {
  background: #000;
  border: 1px solid #111;
}
hr {
  border: 0;
  border-top: 1px solid #151515;
}
.yt:hover {
  text-decoration: none;
}