Skip to content

Commit 9a3d88c

Browse files
author
committed
Deployed 900eb27 with MkDocs version: 1.6.1
0 parents  commit 9a3d88c

File tree

728 files changed

+400465
-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.

728 files changed

+400465
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
95.9 KB

_static/NBLAST_score_mat.png

85.8 KB

_static/NBLAST_score_mat_inv.png

84.6 KB

_static/_old_style.css

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
/* This style sheet is from the excellent seaborn library: */
2+
/* https://seaborn.pydata.org (https://github.com/mwaskom/seaborn) */
3+
4+
body { color: #444444 !important; }
5+
6+
h1 { font-size: 40px !important; }
7+
h2 { font-size: 32px !important; }
8+
h3 { font-size: 24px !important; }
9+
h4 { font-size: 18px !important; }
10+
h5 { font-size: 14px !important; }
11+
h6 { font-size: 10px !important; }
12+
13+
footer a{
14+
15+
color: #4c72b0 !important;
16+
}
17+
a.reference {
18+
color: #4c72b0 !important;
19+
}
20+
21+
blockquote p {
22+
font-size: 14px !important;
23+
}
24+
25+
blockquote {
26+
padding-top: 4px !important;
27+
padding-bottom: 4px !important;
28+
margin: 0 0 0px !important;
29+
}
30+
31+
pre {
32+
background-color: #f6f6f9 !important;
33+
width: 90% !important;
34+
padding-top: 4px !important;
35+
padding-bottom: 4px !important;
36+
}
37+
38+
code {
39+
color: #49759c !important;
40+
background-color: #ffffff !important;
41+
}
42+
43+
code.descclassname {
44+
padding-right: 0px !important;
45+
}
46+
47+
code.descname {
48+
padding-left: 0px !important;
49+
}
50+
51+
dt:target, span.highlighted {
52+
background-color: #ffffff !important;
53+
}
54+
55+
ul {
56+
padding-left: 20px !important;
57+
}
58+
59+
ul.dropdown-menu {
60+
padding-left: 0px !important;
61+
}
62+
63+
.alert-info {
64+
background-color: #adb8cb !important;
65+
border-color: #adb8cb !important;
66+
color: #2c3e50 !important;
67+
}
68+
69+
.topic {
70+
background-color: #e8e8e8 !important;
71+
border-color: #e8e8e8 !important;
72+
color: #444444 !important;
73+
border-radius: 5px !important;
74+
}
75+
76+
.panel-title{
77+
background-color: #adb8cb !important;
78+
}
79+
80+
.panel-heading{
81+
background-color: #adb8cb !important;
82+
}
83+
84+
.alert-danger {
85+
color: #444444;
86+
background-color: #ce9f9f !important;
87+
border-color: #ce9f9f !important;
88+
}
89+
90+
.alert-trim {
91+
display: block !important;
92+
/*width: 50%; */
93+
}
94+
95+
.red {
96+
color: #C0392B !important;
97+
font-weight: bold !important;
98+
}
99+
100+
/* From https://github.com/twbs/bootstrap/issues/1768 */
101+
*[id]:before {
102+
display: block;
103+
content: " ";
104+
margin-top: -75px;
105+
height: 75px;
106+
visibility: hidden;
107+
}
108+
109+
table {
110+
/*Uncomment to center tables horizontally*/
111+
/* margin-left: auto; */
112+
/* margin-right: auto; */
113+
border: none;
114+
border-collapse: collapse;
115+
border-spacing: 0;
116+
font-size: 12px;
117+
/*table-layout: fixed;*/
118+
}
119+
120+
thead {
121+
border-bottom: 1px solid;
122+
vertical-align: bottom;
123+
}
124+
125+
tr, th, td {
126+
text-align: left;
127+
vertical-align: middle;
128+
padding: 0.5em 0.5em;
129+
line-height: normal;
130+
white-space: normal;
131+
max-width: none;
132+
border: none;
133+
}
134+
135+
th {
136+
font-weight: bold;
137+
}
138+
139+
tbody tr:nth-child(odd) {
140+
background: #f5f5f5;
141+
}
142+
143+
tbody tr:hover {
144+
background: rgba(66, 165, 245, 0.2);
145+
}
146+
147+
/* This prevents default style limit max width*/
148+
div.body {
149+
min-width: 450px;
150+
max-width: 1200px !important;
151+
}

_static/b3d_screenshot.jpg

759 KB

_static/barcode.afdesign

31.2 KB
Binary file not shown.

_static/barcode.png

106 KB

_static/blender_console.png

1.59 MB

0 commit comments

Comments
 (0)