Add stylesheet
This commit is contained in:
parent
98e3d1264e
commit
1838744321
33
style.css
Normal file
33
style.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
.dataframe {
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin: 25px 0;
|
||||||
|
font-size: 0.9em;
|
||||||
|
font-family: sans-serif;
|
||||||
|
min-width: 400px;
|
||||||
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
|
||||||
|
float: left;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataframe thead tr {
|
||||||
|
background-color: #e4004e;
|
||||||
|
color: #ffffff;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataframe th,
|
||||||
|
.dataframe td {
|
||||||
|
padding: 12px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataframe tbody tr {
|
||||||
|
border-bottom: 1px solid #dddddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataframe tbody tr:nth-of-type(even) {
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataframe tbody tr:last-of-type {
|
||||||
|
border-bottom: 2px solid #000000;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user