forked from smart-on-fhir/client-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxystyle.css
85 lines (77 loc) · 1.42 KB
/
Doxystyle.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
/* Style overrides for our docs. */
body, table, div, p, dl {
font: 12pt/15pt "Open Sans", Calibri, Candara, Arial, sans-serif;
}
pre, pre.fragment {
font-size: 11pt;
}
hr {
margin-top: 2em; padding-top: 1em;
border-top: 1px solid #B9B9B9;
}
/* Header */
#titlearea {
padding: 0.5em 1em;
color: white;
border: none;
background: #6bb1d3;
}
#projectname {
font: inherit; font-size: 2em;
}
#MSearchBox {
right: 1em; top: 2em;
}
#MSearchField {
font: inherit;
}
/* Sidebar */
#nav-tree .selected {
text-shadow: none;
background: #6bb1d3;
}
#nav-tree .label {
font: inherit;
}
.ui-resizable-e {
background: #6bb1d3;
}
/* Main */
div.header {
background-image: none;
}
div.ah {
margin: 0; padding: 0;
color: black; font-size: 1.2em;
border: none;
background: transparent;
box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
h2.groupheader {
padding: inherit;
border: none;
}
.memproto {
background: #F8FBFD;
text-shadow: none;
box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.memdoc {
border-top: 1px solid #B9B9B9;
background: white;
box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
span.mlabel {
font-size: 0.85em;
border: none;
}
/* Footer */
.navpath ul {
padding: 1.5em 0;
color: white; font-size: small;
border: none;
background: #230a39;
}
.navpath li.navelem a, .navpath li.footer {
color: white; font: inherit; font-size: inherit; text-shadow: none;
}