custom-tables-style.css
custom-tables-style.css
—
CSS stylesheet,
819 bytes
File contents
/* ############ Custom Table Styles ############ */
table.noborders{
width: 100%;
}
table.noborders td, table.noborders th, table.noborders{
border: 0 solid black;
padding: 0;
font-weight: normal;
vertical-align: text-top;
}
table.debug td, table.debug th, table.debug{
border: 1px dashed grey;
}
table.table-nbnhc{
border: 0px solid black;
}
table.table-nbnhc th, table.table-nbnhc td{
font-weight: normal;
text-align: center;
padding: 15px;
}
table.table-nbnhl th:hover, table.table-nbnhl td:hover, table.table-nbnhc th:hover, table.table-nbnhc td:hover{
background-color: #d5d6d2;
}
table.table-nbnhl{
text-align: left;
border: 0px solid black;
}
table.table-nbnhl th, table.table-nbnhl td{
text-align: left;
font-weight: normal;
padding: 15px;
}