Index:The Book of the Thousand Nights and a Night - Volume 3.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* table of contents */
._toc {
	margin: 0 auto;
}

._toc th{
	font-weight: normal;
	font-variant: all-small-caps;
	text-align: right;
}

._toc td{
	/* hanging indent */
	padding-left: 1em;
	text-indent: -1em;
}

/* content column */
._toc td:nth-child(1){
	vertical-align: top;
}

/* page number column */
._toc td:nth-child(2){
	text-align: right;
	vertical-align: bottom;
}

/* center notes in toc */
._toc ._centernote{
	text-align: center;
	font-style: italic;
}