-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdark.css
67 lines (53 loc) · 1.07 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
* {
background: black !important;
color: white !important;
font-family: monospace !important;
font-size: 14pt !important; /* min font size hack */
text-shadow: none !important;
}
.groupheader {
color: #888 !important;
}
div.memdoc p, td.mdescRight {
color: #888 !important;
}
table.memberdecls {
border-spacing: 0.5em !important;
}
body {
margin: 0;
}
div.fragment {
padding: 1em;
margin: 1em 1em 1em 0;
}
a, div.dynheader.closed {
color: #09f !important;
}
a:hover, a:focus, div.dynheader:hover {
color: #0f9 !important;
}
a.active, div.dynheader.opened {
color: #0f0 !important;
}
/* never change external link colors */
a[href^="http"] {
color: #99c !important;
}
div#projectname a {
font-size: inherit !important;
color: inherit !important;
text-decoration: none;
}
#nav-tree .label a.nolink {
color: #fa0 !important; /* dir links */
}
#nav-tree .label a.nolink::after {
content: "\\"; /* namespace-dirs */
}
#projectlogo img {
width: 100px;
}
#projectname {
font-size: 300% !important;
}