summaryrefslogtreecommitdiff
path: root/_theme/scipy/static/scipy.css_t
blob: 3f197e15e66e9248dcc5b821c87dd62e5e485463 (plain)
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
/*
 * sphinxdoc.css_t
 * ~~~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- sphinxdoc theme.  Originally created by
 * Armin Ronacher for Werkzeug.
 *
 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

@import url("basic.css");

@import url("css/scipy-central.css");

div.container-navbar-bottom {
    margin-top: 0;
}

div.container-navbar-bottom div.spc-navbar {
    margin-top: 0;
}

tt {
    color: inherit;
    font: inherit;
}

tt.literal {
    font-family: monospace;
    padding-left: 2px;
    background-color: rgb(242, 242, 242);
}

a tt.literal {
    border-bottom: none;
    background-color: inherit;
}

tt.xref {
    font-family: inherit;
    border-bottom: none;
    background-color: inherit;
    font-weight: normal;
    padding-left: 0px;
}

tt.descname {
    font-size: 16px;
}

dl.class > dt > em {
    font-weight: normal;
}

dl.function > dt > em {
    font-weight: normal;
}

dl.method > dt > em {
    font-weight: normal;
}

table.field-list {
    border-collapse: collapse;
    border-spacing: 5px;
    margin-left: 1px;
    border-left: 5px solid rgb(238, 238, 238) !important;
}

table.field-list th.field-name {
    display: inline-block;
    padding: 1px 8px 1px 5px;
    white-space: nowrap;
    background-color: rgb(238, 238, 238);
}

table.field-list td.field-body {
    border-left: none !important;
}

table.field-list td.field-body > p {
    font-style: italic;
}

table.field-list td.field-body > p > strong {
    font-style: normal;
}

td.field-body blockquote {
    border-left: none;
    margin: 0;
    padding-left: 30px;
}

td.field-body blockquote p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

p.rubric {
    color: rgb(85, 85, 85);
    font-size: 120%;
    font-weight: normal;
    border-bottom: 1px solid rgb(204, 204, 204);
}

h1 a { color: rgb(85, 85, 85); }
h2 a { color: rgb(85, 85, 85); }
h3 a { color: rgb(85, 85, 85); }
h4 a { color: rgb(85, 85, 85); }
h5 a { color: rgb(85, 85, 85); }
h6 a { color: rgb(85, 85, 85); }

h1 tt { font: inherit; border-bottom: none; }
h2 tt { font: inherit; border-bottom: none; }
h3 tt { font: inherit; border-bottom: none; }
h4 tt { font: inherit; border-bottom: none; }
h5 tt { font: inherit; border-bottom: none; }
h6 tt { font: inherit; border-bottom: none; }

div#spc-section-body h1 { color: rgb(85, 85, 85); }
div#spc-section-body h2 { color: rgb(85, 85, 85); }
div#spc-section-body h3 { color: rgb(85, 85, 85); }
div#spc-section-body h4 { color: rgb(85, 85, 85); border-bottom: none; }
div#spc-section-body h5 { color: rgb(85, 85, 85); border-bottom: none; }
div#spc-section-body h6 { color: rgb(85, 85, 85); border-bottom: none; }

table.citation {
    border: none;
}

div.sphinxsidebarwrapper {
    overflow: hidden;
}

div.seealso {
    background-color: #ffc;
    border: 1px solid #ff6;
}

div.seealso dt {
    float: left;
    clear: left;
    min-width: 4em;
    padding-right: 1em;
}

div.seealso dd {
    margin-top: 0;
    margin-bottom: 0;
}

div.warning {
    background-color: #ffe4e4;
    border: 1px solid #f66;
}

p.admonition-title {
    display: inline;
}

p.admonition-title:after {
    content: ":";
}

pre {
    border-radius: 0;
    border: none;
    font-family: monospace;
}

div.spc-rightsidebar h3 {
    font-size: 120%;
    line-height: inherit;
    border-bottom: none;
}

div.spc-rightsidebar h4 {
    font-size: 120%;
    line-height: inherit;
    border-bottom: none;
}