Index:Description of the Abattoirs of Paris.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
table.__table{
	border-collapse:collapse;
	width: 100%;
	font-size:0.9em;
	border-top:2px solid black;
	border-bottom:2px solid black;
}

.__table th{
	text-align:center;	
	font-weight:normal;
}

.__table th:nth-child(n+2){
	border-left:1px solid black;
}

.__table td:nth-child(n+2){
	border-left:1px solid black;
	vertical-align:bottom;
	text-align:right;
}

/* Generic style for table consisting of mostly figures (right-aligned) 
TODO: Full Ledger style  ; */

/* Row format */
table.wst-ts__ft tr,
table.__ft tr{
	vertical-align:bottom;
	text-align:right;
}

/* format of headers (centered) */

table.wst-ts__ft th,
table.__ft th{
	text-align:center;	
}