-
Notifications
You must be signed in to change notification settings - Fork 214
/
customdoxygen.css
90 lines (70 loc) · 1.4 KB
/
customdoxygen.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body {
color: #51626f;
}
body, table, div, p, dl {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.title {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.textblock ul {
list-style: none outside url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAF0lEQVQIHWP8uZXhPwMWwIRFDCxEDwkAjygCuZMRiw4AAAAASUVORK5CYII=");
}
h1, h2.groupheader {
color: #51626f;
font-size: 21px;
}
h1 {
font-weight: 600;
}
h2 {
font-size: 18px;
}
.tablist a,
.tablist a:hover {
text-shadow: none;
background-image: none;
}
.tablist a {
color: #ffffff;
}
.tablist a:hover {
background-color: #f2f2f5;
color: #007088;
}
.tablist li.current a {
text-shadow: none;
background-image: none;
background-color: #ffffff;
color: #777777;
}
.navpath ul {
background-image: none;
background-color: #e6e6e6;
color: #646464;
}
.tabs, .tabs2, .tabs3,
.tablist li {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1b635, #e4942a) repeat scroll 0 0;
}
a {
color: #5e89c1;
}
#nav-tree .selected {
text-shadow: none;
background-image: none;
background-color: #e6e6e6;
color: #646464;
}
#nav-tree .selected a {
color: #646464;
}
#titlearea {
border-bottom: 1px solid #51626f;
}
#projectname {
font: 32px "Helvetica Neue", Helvetica, Arial;
}
.image {
text-align: center;
}