-
Notifications
You must be signed in to change notification settings - Fork 0
/
doxstyle.css
70 lines (53 loc) · 950 Bytes
/
doxstyle.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
body {
background: black;
color: white;
}
blockquote {
background: #111111 !important;
color: white !important;
}
pre {
background: #111111 !important;
color: white !important;
}
.header {
background: black !important;
}
a, a:visited {
color: cyan !important;
}
h2 {
color: magenta !important;
}
.sm-dox, .sm-dox ul, .sm-dox ul a, .navpath ul {
background: black !important;
border: white 1px solid;
}
tr.even {
background: transparent !important;
}
tr {
}
.doxtable th {
background: cyan !important;
color: black !important;
}
.memberdecls td {
background: transparent !important;
}
.mdescRight, .memproto, .memdoc, .memtitle {
background: black !important;
}
.memname {
color: white !important;
}
.paramname {
color: magenta !important;
}
.mdescRight {
color: white !important;
}
.doxtable td {
background: transparent !important;
border: 1px solid cyan !important;
}