Index:Admiral Phillip.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
.c2span td {
    text-align: center;
    padding-top: 1em;
    font-size: 120%;
}

.appx td {
    font-variant: normal;
    padding-left: 4em;
    text-indent: -2em;
}

/* Index table: colspan first, with centred headings; second is two columns, L(indent)-R aligned */
.work_TOC,
.table   {
	margin: auto;
    max-width: 38em;
}

.work_TOC  {
    font-variant: small-caps;
}

.work_TOC tr:not(.c2span):not(.appx) td:nth-child(1) {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 130%;
}

.work_TOC tr:not(.c2span) td:nth-child(2)  {
	text-align: right;
	vertical-align: bottom;
    padding-left: 1em;
}

/* Top and bottom borders */
.horizborder {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
}


div.reflist {
    line-height: 130%;
}

._valign tr,
._valign tr td,
._valign tr th{
 vertical-align:top;	
}