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