83 lines
1.4 KiB
CSS
83 lines
1.4 KiB
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.rangka {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
/* height: 500px; */
|
|
padding: 0px;
|
|
}
|
|
table {
|
|
border-bottom: 3px solid #000;
|
|
padding: 0px;
|
|
}
|
|
.tengah {
|
|
text-align: center;
|
|
line-height: 5px;
|
|
}
|
|
.border {
|
|
border: 1px solid #000;
|
|
|
|
}
|
|
tbody, tfoot{
|
|
font-weight: lighter;
|
|
font-size: x-small;
|
|
}
|
|
.content-table{
|
|
border-collapse: collapse;
|
|
margin: 20px 0;
|
|
font-size: 0.9em;
|
|
/* min-width: 300px; */
|
|
border-radius: 5px 5px 0 0;
|
|
overflow: hidden;
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.content-table thead tr th{
|
|
background-color: #58ae97;
|
|
color: #fff;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
.content-table td,
|
|
.content-table th{
|
|
padding: 9px 12px;
|
|
}
|
|
.content-table tbody tr,
|
|
.content-table tfoot tr{
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
|
|
.content-table tbody tr:nth-of-type(even) {
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
.content-table tbody tr:last-of-type{
|
|
border-bottom: 1px solid #009879;
|
|
}
|
|
.content-table tfoot {
|
|
background-color: #dddddd;
|
|
}
|
|
.content-table tfoot tr th{
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
.content-table tbody tr th{
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
.row {
|
|
margin-left:0px;
|
|
margin-right:0px;
|
|
}
|
|
|
|
.col {
|
|
float: left;
|
|
width: 50%;
|
|
padding: 1px;
|
|
}
|
|
.row::after {
|
|
content: "";
|
|
clear: both;
|
|
display: table;
|
|
} |