Index:The progress of the colony of Victoria.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
.table {
	margin: auto;
	max-width: 38em;
}

.header td {
    text-align: center;
    font-size: 83%;
    padding-left: 0.5em;
}

.colsr tr:nth-child(n+2) td:nth-child(n+2),
.colsp tr:nth-child(n+3) td:nth-child(n+2) {
    text-align: right;
    padding-left: 0.5em;
}

.colsp td {
    padding-right: 0.5em;
}

.colsp td:nth-child(1) {
    text-align: center;
    padding-left: 1em;
}

/* borders around table/columns/<th>; centre <th>; <td> align left with padding */
._tablecolhdborder {
	border-collapse: collapse;
	border: 1px solid;
	margin:0 auto 0 auto;
}
._tablecolhdborder th {
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
}
._tablecolhdborder td {
	border-left: 1px solid;
	padding-left: 5px;
}