FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
matplotlib.github.com/3.10.0/_static/mpl.css at main · matplotlib/matplotlib.github.com · GitHub
matplotlib
/
matplotlib.github.com
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
29
Code
Issues
1
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
matplotlib.github.com
/
3.10.0
/
_static
/
mpl.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
209 lines (178 loc) · 4.42 KB
Breadcrumbs
matplotlib.github.com
/
3.10.0
/
_static
/
mpl.css
Copy path
File metadata and controls
209 lines (178 loc) · 4.42 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
:
root
{
--pst-color-link
:
var
(
--pst-color-primary
);
--pst-color-link-hover
:
var
(
--pst-color-secondary
);
--sd-color-primary
:
var
(
--pst-color-primary
);
--sd-color-primary-text
:
var
(
--pst-color-text-base
);
--sd-color-secondary
:
#
ee9040
;
--sd-color-success
:
#
28a745
;
--sd-color-dark
:
#
323232
;
--sd-color-danger
:
#
dc3545
;
--sd-color-light
:
#
c9c9c9
;
}
.
simple
li
>
p
{
margin
:
0
;
}
/* multi column TOC */
.
contents
ul
{
list-style-type
:
none;
padding-left
:
2
em
;
}
.
contents
>
ul
{
padding-left
:
0
;
}
.
multicol-toc
>
ul
{
column-width
:
250
px
;
column-gap
:
60
px
;
-webkit-column-width
:
250
px
;
-moz-column-width
:
250
px
;
column-rule
:
1
px
solid
#
ccc
;
}
.
multicol-toc
>
li
{
/* break inside is not yet broadly supported, but we just try */
break-inside
:
avoid-column;
-moz-break-inside
:
avoid-column;
-webkit-break-inside
:
avoid-column;
}
.
contents
>
ul
>
li
>
a
{
font-size
:
1.0
em
;
}
/* Hide red ¶ between the thumbnail and caption in gallery
Due the way that sphinx-gallery floats its captions the perma-link
does not float with it.
*/
.
sphx-glr-thumbcontainer
p
.
caption
:
hover
>
a
.
headerlink
{
visibility
:
hidden;
}
/* slightly reduce horizontal margin compared to gallery.css to
* get four columns of thumbnails in the pydata-sphinx-theme. */
.
sphx-glr-thumbcontainer
{
margin
:
5
px
2
px
;
}
html
[
data-theme
=
"dark"
] .
sphx-glr-thumbcontainer
{
background-color
:
rgb
(
63
,
63
,
63
);
}
/* Set a fixed height so that lazy loading does not change heights. Without a fixed
* height lazy loading of images interferes with anchor links: Clicking a link goes to
* a certain position, but then the loaded images add content and move the anchor to a
* different position.
*/
.
sphx-glr-thumbcontainer
img
{
height
:
112
px
;
}
/* hide download buttons in example headers
* https://sphinx-gallery.github.io/stable/advanced.html#hide-the-download-buttons-in-the-example-headers
*/
div
.
sphx-glr-download-link-note
{
display
:
none;
}
/* re-style the download button */
div
.
sphx-glr-download
a
{
background-color
:
#
E3F0F6
;
background-image
:
none;
color
:
#
11557c
;
border
:
0
;
}
div
.
sphx-glr-download
a
:
hover
{
background-color
:
#
BCD4DF
;
}
/* Do not fold multiple figures in examples into two column layout. */
img
.
sphx-glr-multi-img
{
max-width
:
100
%
;
}
table
.
property-table
th
,
table
.
property-table
td
{
padding
:
4
px
10
px
;
}
/* Fix selection of parameter names; remove when fixed in the theme
* https://github.com/sphinx-doc/sphinx/pull/9763
*/
.
classifier
:
before
{
display
:
inline-block;
margin
:
0
0.5
em
;
}
/* Make the code examples in the API reference index the same height. */
.
api-interface-example
pre
{
min-height
:
6.5
rem
;
}
/* Make inheritance images have a scroll bar if necessary. */
div
.
graphviz
{
border
:
1
px
solid lightgrey;
max-height
:
50
em
;
overflow
:
auto;
}
img
.
graphviz
.
inheritance
{
max-width
:
none;
}
/* Make tables in notes horizontally scrollable if too large. */
div
.
wide-table
{
overflow-x
:
auto;
}
div
.
wide-table
table
th
.
stub
{
background-color
:
var
(
--pst-color-background
);
background-clip
:
padding-box;
left
:
0
;
position
:
sticky;
}
.
imrot-img
{
display
:
flex;
margin
:
auto;
max-width
:
15
em
;
align-self
:
center;
}
.
imrot-cap
{
text-align
:
center;
font-style
:
italic;
font-size
:
large;
}
.
checklist
{
list-style
:
none;
padding
:
0
;
margin
:
0
;
}
.
checklist
li
{
margin-left
:
24
px
;
padding-left
:
23
px
;
margin-right
:
6
px
;
}
.
checklist
li
:
before
{
content
:
"\2610\2001"
;
margin-left
:
-24
px
;
}
.
checklist
li
p
{
display
:
inline;
}
/* sdd is a custom class that strips out styling from dropdowns
* Example usage:
*
* .. dropdown::
* :class-container: sdd
*
*/
.
sdd
.
sd-dropdown
{
box-shadow
:
none
!important
;
}
.
sdd
.
sd-dropdown
.
sd-card
{
border-style
:
solid
!important
;
border-color
:
var
(
--pst-color-border
)
!important
;
border-width
:
thin
!important
;
border-radius
:
.05
}
.
sdd
.
sd-dropdown
.
sd-card-header
{
--pst-sd-dropdown-color
:
none;
}
.
sdd
.
sd-dropdown
.
sd-card-header
+
.
sd-card-body
{
--pst-sd-dropdown-color
:
none;
}
/* section-toc is a custom class that removes the page title from a toctree listing
* Example usage:
*
* .. rst-class:: section-toc
* .. toctree::
*
*/
.
section-toc
.
toctree-wrapper
.
toctree-l1
>
a
{
display
:
none;
}
.
section-toc
.
toctree-wrapper
li
>
ul
{
padding-inline-start
:
0
;
}
Back
|
FazBrowse Home
|
New Git URL