-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathdark.css
71 lines (60 loc) · 1.04 KB
/
dark.css
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
body {
background: #1E1E1E;
font-family: sans-serif;
color: #999;
}
a {
text-decoration: none;
color: #CCC;
}
div#topbar {
background: #666;
border-bottom: 1px solid #999;
}
div#topbar a {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
}
header {
color: #32DD72;
}
div#content input:not(div#qrbuttons input),
div#content textarea, div#content select {
background: #333;
border: 1px solid #666;
color: #CCC;
}
th.postblock, table.mgmt-table tr:first-of-type th {
background: #282A2E;
border: 1px solid #888;
border-radius: 5px;
text-align: left;
}
div.reply,
div.postprev,
div.inlinepostprev {
background: #333;
border: 1px solid #555;
border-radius: 5px;
}
span.postername {
color: #32DD72;
font-weight: bold;
}
span.postername a {
text-decoration: underline;
}
span.tripcode {
color: #32DD72;
}
.dropdown-menu {
background: #666 !important;
}
.dropdown-menu b {
color: black;
}
span.subject {
color: #446655;
}
table#pages, table#pages * {
border: none;
}