[e5f1db]: / docs / _static / css / overwrite.css

Download this file

85 lines (70 with data), 1.7 kB

 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
/*
Furo CSS variables
https://github.com/pradyunsg/furo/blob/main/src/furo/assets/styles/variables/_index.scss
https://github.com/pradyunsg/furo/blob/main/src/furo/theme/partials/_head_css_variables.html
https://github.com/streamlink/streamlink/blob/17a4088c38709123c0bcab4a150549bd16d19e07/docs/_static/styles/custom.css
*/
/* for the sphinx design cards */
body {
--sd-color-shadow: dimgrey;
}
dt:target,
span.highlighted {
background-color: #f0f0f0;
}
dl.citation > dt {
float: left;
margin-right: 15px;
font-weight: bold;
}
/* Parameters normalize size and captialized, */
dl .field-list dt {
font-size: var(--font-size--normal) !important;
text-transform: none !important;
}
/* examples and headings in classes */
p.rubric {
font-size: var(--font-size--normal);
text-transform: none;
font-weight: 500;
}
/* adapted from https://github.com/dask/dask-sphinx-theme/blob/main/dask_sphinx_theme/static/css/nbsphinx.css */
.nbinput .prompt,
.nboutput .prompt {
display: none;
}
.nboutput .stderr {
display: none;
}
div.nblast.container {
padding-bottom: 10px !important;
padding-right: 0px;
padding-left: 0px;
}
div.nbinput.container {
padding-top: 10px !important;
padding-right: 0px;
padding-left: 0px;
}
div.nbinput.container div.input_area div[class*="highlight"] > pre {
padding: 10px !important;
margin: 0;
}
p.topic-title {
margin-top: 0;
}
/* so that api methods are small in sidebar */
li.toctree-l3 {
font-size: 81.25% !important;
}
li.toctree-l4 {
font-size: 75% !important;
}
.sidebar-logo {
max-width: 80px;
height: auto;
}
#furo-main-content img[alt="ehrapy logo"] {
max-width: 300px;
height: auto;
}