mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
597 B
30 lines
597 B
body {
|
|
margin: 0;
|
|
font-family: Helvetica;
|
|
}
|
|
table.dataframe {
|
|
border-collapse: collapse;
|
|
border: none;
|
|
}
|
|
table.dataframe tr {
|
|
border: none;
|
|
}
|
|
table.dataframe td, table.dataframe th {
|
|
margin: 0;
|
|
border: 1px solid white;
|
|
padding-left: 0.25em;
|
|
padding-right: 0.25em;
|
|
}
|
|
table.dataframe th:not(:empty) {
|
|
background-color: #fec;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
}
|
|
table.dataframe tr:nth-child(2) th:empty {
|
|
border-left: none;
|
|
border-right: 1px dashed #888;
|
|
}
|
|
table.dataframe td {
|
|
border: 2px solid #ccf;
|
|
background-color: #f4f4ff;
|
|
}
|
|
|