Skip to content

Commit f87367a

Browse files
committed
Move docs
0 parents  commit f87367a

File tree

12,188 files changed

+1300039
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,188 files changed

+1300039
-0
lines changed

annotated.html

Lines changed: 1459 additions & 0 deletions
Large diffs are not rendered by default.

bc_s.png

620 Bytes
Loading

bdwn.png

146 Bytes
Loading

classes.html

Lines changed: 2587 additions & 0 deletions
Large diffs are not rendered by default.

closed.png

132 Bytes
Loading

customdoxygen.css

Lines changed: 268 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
/* Keep the menu background black */
2+
.sm-dox {
3+
background-image:none;
4+
background-color: black;
5+
color: white;
6+
}
7+
8+
.sm-dox ul a,
9+
.sm-dox ul a:focus,
10+
.sm-dox ul a:hover,
11+
.sm-dox ul a:active,
12+
.sm-dox a,
13+
.sm-dox a:focus,
14+
.sm-dox a:hover,
15+
.sm-dox a:active
16+
{
17+
color: #F7F7F7;
18+
background-color: black;
19+
text-shadow:none;
20+
}
21+
22+
.sm-dox ul {
23+
border:none;
24+
background: black;
25+
}
26+
27+
.main-nav-landing {
28+
margin-bottom: 75px;
29+
margin-top: 7px;
30+
}
31+
32+
/* Sticky menue */
33+
@media (min-width: 768px) {
34+
.stickyHeader {
35+
position: fixed;
36+
top: 0;
37+
width: 100%;
38+
}
39+
40+
/* Do not cover the anchor text by the sticky menu */
41+
html {
42+
scroll-padding-top: 75px;
43+
}
44+
45+
.stickySearchResults {
46+
position: fixed !important;
47+
top: 30px !important;
48+
}
49+
}
50+
51+
/* Too wide page makes people uncomfortable, keep content in center */
52+
div.contents {
53+
max-width: 1200px;
54+
margin-left: auto;
55+
margin-right: auto;
56+
}
57+
58+
.title {
59+
text-align: center;
60+
}
61+
62+
/* Do not stick to screen borders */
63+
div.contents > * {
64+
margin-right: 13px;
65+
margin-left: 13px;
66+
max-width: calc(100% - 13px - 13px);
67+
}
68+
69+
/* Bigger margins to visually separate titles */
70+
div.contents > div.textblock > h1 {
71+
margin: 38px 0px 10px;
72+
font-size: 25px; /* default in insanely huge */
73+
}
74+
75+
div.contents > div.textblock > h2,
76+
div.contents > div.textblock > h3,
77+
div.contents > div.textblock > h4,
78+
div.contents > div.textblock > h5,
79+
div.contents > div.textblock > h6 {
80+
margin: 38px 0px 10px;
81+
}
82+
83+
/* Separate two consecutive titles by smaller margins */
84+
div.contents > div.textblock > h1 + h2,
85+
div.contents > div.textblock > h2 + h3,
86+
div.contents > div.textblock > h3 + h4,
87+
div.contents > div.textblock > h4 + h5,
88+
div.contents > div.textblock > h5 + h6
89+
{
90+
margin: 15px 0px 10px;
91+
}
92+
93+
/* Link that looks like text */
94+
a.titlelink {
95+
text-decoration: none;
96+
color: inherit;
97+
}
98+
99+
/* Side navigation */
100+
.sidenav {
101+
float: right;
102+
border: 1px solid #FDCC9A;
103+
padding: 13px 13px 13px 20px;
104+
margin: 13px 13px 13px 20px;
105+
max-width: 300px;
106+
}
107+
108+
.sidenav a {
109+
padding-left: 43px;
110+
display: block;
111+
overflow: hidden;
112+
}
113+
114+
/* Set svg logo size */
115+
#projectlogo {
116+
width: 80px;
117+
padding: 7px;
118+
}
119+
120+
/* Landing page */
121+
.landing-logo {
122+
width: 45%;
123+
margin-left: auto;
124+
margin-right: auto;
125+
margin-top: 3%;
126+
margin-bottom: 6%;
127+
}
128+
129+
.landing-description {
130+
margin: 30px;
131+
text-align: center;
132+
font-size: 32px;
133+
color: #F7F7F7;
134+
}
135+
136+
.landing-motto {
137+
text-align: right;
138+
font-size: 28px;
139+
}
140+
141+
.landing-text {
142+
font-size: 18px;
143+
line-height: 1.5;
144+
margin-top: 25px;
145+
margin-bottom: 25px;
146+
color: #F7F7F7;
147+
}
148+
149+
.landing-container {
150+
width: 100%;
151+
display: table;
152+
}
153+
154+
.landing-intro-left {
155+
font-size: 18px;
156+
line-height: 1.5;
157+
margin-top: 60px;
158+
margin-right: 60px;
159+
margin-bottom: 60px;
160+
color: #F7F7F7;
161+
width: 35%;
162+
float: left;
163+
text-align: justify;
164+
}
165+
166+
.landing-intro-right {
167+
font-size: 18px;
168+
line-height: 1.5;
169+
margin-top: 60px;
170+
margin-left: 60px;
171+
margin-bottom: 60px;
172+
color: #F7F7F7;
173+
width: 35%;
174+
float: right;
175+
text-align: justify;
176+
}
177+
178+
.landing-intro-center {
179+
font-size: 18px;
180+
line-height: 1.5;
181+
margin-top: 30px;
182+
margin-bottom: 30px;
183+
margin-left: auto;
184+
margin-right: auto;
185+
color: #F7F7F7;
186+
width: 35%;
187+
text-align: center;
188+
}
189+
190+
.image .landing-logo {
191+
text-align: center;
192+
font-size: 24px;
193+
}
194+
195+
/* Set logo background to black */
196+
#titlearea {
197+
background-color: black;
198+
color: #F7F7F7;
199+
}
200+
201+
/* Bigger font for menue */
202+
#main-nav > ul > li > a {
203+
font-size: 18px;
204+
}
205+
206+
/* More space and scrolling for code snippets */
207+
div.fragment {
208+
padding: 7px;
209+
overflow-x: auto;
210+
}
211+
212+
/* Do not put images in the middle */
213+
.image not(.landing-logo) {
214+
text-align: left;
215+
}
216+
217+
/* Scale down image to the page width */
218+
.image img {
219+
max-width: calc(100% - 7px - 7px - 1px - 1px);
220+
background-color: #FEFCF9; /* matches .fragment */
221+
border: 1px solid #FDCC9A; /* matches .fragment */
222+
padding: 7px; /* matches .fragment */
223+
}
224+
225+
/* Almost transparent link that becomes visible on hover */
226+
.hoverlink {
227+
opacity: 0.25;
228+
font-size: 80%; /* default in insanely huge */
229+
}
230+
231+
.hoverlink:hover {
232+
opacity: 1.0;
233+
text-decoration: none; /* do not undeline */
234+
}
235+
236+
/* Enlarge search box */
237+
#MSearchBox > span {
238+
transform: scale(1.3) translateX(-35px);
239+
}
240+
241+
#MSearchBox > span.right {
242+
transform: scale(1.3);
243+
}
244+
245+
#MSearchSelectWindow {
246+
transform: scale(1.3) translate(-35px, 20px);
247+
}
248+
249+
/* Force examples to have same proportions */
250+
div.fragment > div.line {
251+
line-height: unset;
252+
font-size: unset;
253+
}
254+
div.fragment > pre {
255+
margin-top: 0px;
256+
margin-bottom: 0px;
257+
}
258+
259+
/* Adjust Doxygen highlighting */
260+
span.keywordtype {
261+
color: #008000;
262+
}
263+
span.keywordflow {
264+
color: #008000;
265+
}
266+
span.stringliteral {
267+
color: #806000;
268+
}

0 commit comments

Comments
 (0)