ดัชนี:แบบหัดพูดภาษาเตี้ยจิว (แต้จิ๋ว) - ไต้เงี้ยบ - ๒๔๕๕.pdf/styles.css

จาก วิกิซอร์ซ
/* vocabulary and sentence table */
table {
	display: table;
	margin:0 auto 0 auto !important;
	width: 30em;
}
th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
td {
	vertical-align: top;
}

/* table of contents */
.basicWS {
	display: table;
}

._index table {
	width: 13em;
}

._index td:nth-child(1) {
	border-right: 1px solid black;
	padding-right: 1em;
	width: 50%;
}

._index td:nth-child(2) {
	padding-left: 1em;
	width: 50%;
}

._indexLetter {
	font-weight: bold;
	font-size: 120%;
	border-right: initial;
	text-align: center;
}

._indexLetter td:nth-child(1) {
	border-right: inherit;
	padding-right: inherit;
}

._indexVocab td:nth-child(1) {
	border-right: inherit;
	padding-right: inherit;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

._indexGuide {
	font-style: italic;
	text-align: center;
}

._indexGuide td:nth-child(1) {
	border-right: inherit;
	padding-right: inherit;
}

._notBold {
    font-weight: normal;
}