-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathstyle.css
More file actions
117 lines (94 loc) · 1.86 KB
/
style.css
File metadata and controls
117 lines (94 loc) · 1.86 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
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
/* To stick the footer to the bottom of the page */
html {
}
body {
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4 {
font-weight: 300;
font-family: "Open Sans",sans-serif;
}
h1 {
font-size: 200%;
}
.sidebar-title {
margin-top: 10px;
margin-bottom: 0px;
}
.banner {
padding-bottom: 60px;
text-align: center;
}
.banner img {
margin-bottom: 40px;
}
.api-module {
margin-bottom: 80px;
}
.youtube-embed {
max-width: 600px;
margin-bottom: 24px;
}
.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.wy-nav-content {
max-width: 1000px;
}
.wy-nav-top {
background-color: #555555;
}
.wy-side-nav-search {
background-color: #555555;
}
.wy-side-nav-search > a img.logo {
width: 50%;
}
.wy-side-nav-search input[type="text"] {
border-color: #555555;
}
/* Remove the padding from the Parameters table */
.rst-content table.field-list .field-name {
padding-left: 0px;
}
/* Lign up the Parameters section with the descriptions */
.rst-content table.field-list td {
padding-top: 8px;
}
.rst-content .highlight > pre {
font-size: 14px;
}
.rst-content img {
max-width: 100%;
}
.source-link {
float: right;
}
.strike {
text-decoration: line-through;
}
/* Don't let the edit and notebook download links disappear on mobile. */
@media screen and (max-width: 480px) {
.wy-breadcrumbs li.source-link {
float:none;
display: block;
margin-top: 20px;
}
}
/* Sphinx-Gallery */
/****************************************************************************/
/* Don't let captions be italic */
.rst-content div.figure p.caption {
font-style: normal;
}