forked from ddbourgin/numpy-ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
58 lines (48 loc) · 1.08 KB
/
custom.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
body {
font-size: 15px !important;
}
/* gray background for parameters */
table.field-list {
background-color: #f9f9f9 !important;
}
/* style the footnote display */
table.footnote td {
padding: 0.3em 0.5em !important;
line-height: 1.4em !important;
}
table li {
padding-bottom: 0.5em;
}
table.field-list th,
table.field-list td {
padding: 0.5em !important;
border: 1px solid #888 !important;
}
p.rubric {
margin-top: 0px !important;
}
/* recolor the code snippets in sidebar */
@media screen and (max-width: 875px) {
div.sphinxsidebar h3,
div.sphinxsidebar h4,
div.sphinxsidebar p,
div.sphinxsidebar h3,
div.sphinxsidebar .pre {
color: #fff !important;
}
}
/* sidebar pinned to the top of the page */
div.sphinxsidebar {
position: absolute;
}
/* don't show table delimiters */
table.docutils {
border: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
table.docutils td, table.docutils th {
border: none;
padding: 0.0em 0.0em;
}