FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
matplotlib.github.com/3.3.3/_static/gallery-dataframe.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.3.3
/
_static
/
gallery-dataframe.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (35 loc) · 829 Bytes
Breadcrumbs
matplotlib.github.com
/
3.3.3
/
_static
/
gallery-dataframe.css
Copy path
File metadata and controls
36 lines (35 loc) · 829 Bytes
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
/* Pandas dataframe css */
/* Taken from: https://github.com/spatialaudio/nbsphinx/blob/fb3ba670fc1ba5f54d4c487573dbc1b4ecf7e9ff/src/nbsphinx.py#L587-L619 */
table
.
dataframe
{
border
:
none
!important
;
border-collapse
:
collapse;
border-spacing
:
0
;
border-color
:
transparent;
color
:
black;
font-size
:
12
px
;
table-layout
:
fixed;
}
table
.
dataframe
thead
{
border-bottom
:
1
px
solid black;
vertical-align
:
bottom;
}
table
.
dataframe
tr
,
table
.
dataframe
th
,
table
.
dataframe
td
{
text-align
:
right;
vertical-align
:
middle;
padding
:
0.5
em
0.5
em
;
line-height
:
normal;
white-space
:
normal;
max-width
:
none;
border
:
none;
}
table
.
dataframe
th
{
font-weight
:
bold;
}
table
.
dataframe
tbody
tr
:
nth-child
(odd) {
background
:
#
f5f5f5
;
}
table
.
dataframe
tbody
tr
:
hover
{
background
:
rgba
(
66
,
165
,
245
,
0.2
);
}
Back
|
FazBrowse Home
|
New Git URL