-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme_overrides.css
388 lines (333 loc) · 7.06 KB
/
theme_overrides.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
@import 'pydata.css';
/* import fonts */
@font-face {
font-family: "Source Sans";
src: url("fonts/SourceSansPro-Regular.ttf");
}
@font-face {
font-family: "Source Sans";
font-style: italic;
src: url("fonts/SourceSansPro-Italic.ttf");
}
@font-face {
font-family: "Source Sans";
font-weight: bold;
src: url("fonts/SourceSansPro-Bold.ttf");
}
@font-face {
font-family: "Bitter";
src: url("fonts/Bitter-Regular.ttf");
}
@font-face {
font-family: "Bitter";
src: url("fonts/Bitter-Italic.ttf");
font-style: italic;
}
@font-face {
font-family: "Bitter";
src: url("fonts/Bitter-Bold.ttf");
font-weight: bold;
}
/* overhead navigation bar*/
.navbar {
background: #723D46;
font-size: 1rem;
}
/* navigation bar: text*/
.navbar a {
color: #ffffff;
font-family: "Bitter", sans-serif;
transition-duration: 0.4s;
margin-right: 10px;
}
/* navigation bar: text color of page titles when hovered*/
.navbar a:hover {
color: #2f401f;
transition-duration: 0.4s;
}
/* navigation bar: when page title is selected*/
.navbar-nav > .active > .nav-link {
background-color: #e6eddf;
color: #2f401f;
font-weight: normal;
transition-duration: 0.4s;
}
/* left side links */
.bd-links > .active a {
color: #3c81be;
transition-duration: 0.4s;
}
.bd-links > .active a:hover {
color: #5fb5dc;
transition-duration: 0.4s;
transform: translate(2px, 0px);
}
/* right side links */
.toc-entry > .nav-link.active {
font-weight: 600;
color: #344b39;
background-color: transparent;
border-left: 2px solid #da714a;
}
/* body text*/
a {
color: #0086b3;
}
a:hover {
color: #004d66;
text-decoration: none;
}
/* body links (external, add link icon) */
a.reference.external:after {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: ' \f35d';
font-size: 0.5rem;
vertical-align: super;
}
a.external-link:after {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: ' \f35d';
font-size: 0.5rem;
vertical-align: super;
}
p.card-reference {
margin: 0 0 0rem;
font-family: "Bitter", sans-serif;
font-weight: 400;
line-height: 1.15;
font-size: 1.1rem;
}
/* get rid of external link icon on linked images*/
a.reference.external.image-reference:after {
content: ' ';
font-size: 0.5em;
vertical-align: super;
}
/* header links */
a.headerlink {
color: white;
transition-duration: 0.2s;
}
a.headerlink:hover {
color: #ceacca;
background-color: white;
transition-duration: 0.2s;
}
/* text fonts and colors */
body {
margin-bottom: 1.15rem;
font-size: 1rem;
color: #242c16;
font-family: "Source Sans", sans-serif;
}
h1 {
margin: 2.75rem 0 1.05rem;
font-family: "Bitter", sans-serif;
font-weight: 400;
line-height: 1.15;
text-align: center;
margin-top: 0;
color: #242c16;
font-size: 2.2em;
}
h2 {
margin: 2.75rem 0 1.05rem;
font-family: "Bitter", sans-serif;
font-weight: 500;
line-height: 1.15;
color: #242c16;
font-size: 1.5em;
}
h3 {
margin: 0rem 0 1.05rem;
font-family: "Bitter", sans-serif;
font-weight: 400;
line-height: 1.15;
color: #242c16;
font-size: 1.3em;
}
h4 {
margin: 2.75rem 0 1.05rem;
font-family: "Bitter", sans-serif;
font-weight: 400;
line-height: 1.15;
color: #242c16;
font-size: 1.1em;
}
h5 {
margin: 2.75rem 0 1.05rem;
font-family: "Source Sans", sans-serif;
font-style: italic;
font-weight: 550;
line-height: 1.15;
color: #242c16;
font-size: 1.1em;
}
h6 {
margin: 2.75rem 0 1.05rem;
font-family: "Source Sans", sans-serif;
font-style: italic;
font-weight: 400;
line-height: 1.15;
color: #242c16;
font-size: 1em;
}
/* format search bar */
.bd-search {
position: relative;
padding: 1rem 15px;
margin-right: -15px;
margin-left: -15px;
outline: none;
}
.form-control {
outline: none;
box-shadow: none;
border: none;
}
.form-control:focus {
outline: black;
box-shadow: none;
border: 1px;
}
form:focus {
outline: black;
box-shadow: none;
border: 1px;
}
/* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
white-space: normal;
}
.wy-table-responsive {
overflow: visible;
}
}
/* list line spacing */
ol.simple {
margin-bottom: 1em;
}
ul.simple {
margin-bottom: 1em;
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.5;
}
/* List items in main area, but not in side bars */
body > li,
p {
line-height: 1.5;
margin: 0.3rem 0;
}
/* change color of Twitter logo */
i.fa-twitter-square:before {
color: #333;
}
/* logo */
.navbar-brand {
position: relative;
height: 60px;
width: auto;
}
/* Remove skip link from top of page */
.skip-link {
display: none
}
/* Make top level nav bar links a bit bigger */
.navbar {
font-size: 1.1em;
}
/* Bonsai workflows & copy button */
.download-copy-img
{
text-align: right;
}
.download-copy-img:active {
filter: invert(75%);
cursor: pointer;
}
.download-copy-img:hover {
cursor: pointer;
}
.bonsai-workflow-container {
display: grid;
grid-template-columns: 1fr max-content max-content min-content;
grid-template-rows: min-content min-content;
gap: 0px 0px;
grid-template-areas:
"workflow-filler workflow-download workflow-copy workflow-name"
"workflow-image workflow-image workflow-image workflow-image";
}
.bonsai-workflow-zip-container {
display: grid;
grid-template-columns: 1fr max-content max-content min-content;
grid-template-rows: min-content min-content;
gap: 0px 0px;
grid-template-areas:
"workflow-filler workflow-download workflow-name"
"workflow-image workflow-image workflow-image";
}
.workflow-filler {
grid-area: workflow-filler;
margin-top: 10px;
}
.workflow-download {
grid-area: workflow-download;
border-style: solid hidden hidden solid;
border-width: 1px;
padding-right: 0px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 10px;
background-color: #f0f0f0;
border-radius: 4px 0px 0px 0px;
}
.workflow-copy {
grid-area: workflow-copy;
border-style: solid hidden hidden hidden;
border-width: 1px;
padding-right: 0px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 10px;
background-color: #f0f0f0;
}
.workflow-name {
grid-area: workflow-name;
border-style: solid solid hidden hidden;
border-width: 1px;
padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom:2px;
margin-top: 10px;
background-color: #f0f0f0;
border-radius: 0px 4px 0px 0px;
white-space: nowrap;
}
.workflow-image {
grid-area: workflow-image;
border-style: solid solid solid solid;
border-width: 1px;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 15px;
border-radius: 4px 0px 4px 4px;
}
/* Quick links */
.quicklinks {
color: var(--onix-txt-color);
}