Index:Grieksche Spraakkunst.djvu/styles.css

Uit Wikisource
/* Opmaak voor het alfabet op pagina 5.
 *
 * De buitenste tabel:
 */
.ws-grieksche-spraakkunst-alfabet-plus-opmerking {
	border-collapse: collapse;
	border: medium solid;
	width: 36em;
	max-width: 100%;
	margin: 0 auto;
}
.ws-grieksche-spraakkunst-alfabet-plus-opmerking > tbody > tr > td {
	border: thin solid;
	padding: 0.5em;
	vertical-align: top;
}

/*
 * De binnenste tabel:
 *
 * De eerste drie kolommen zijn schuingedrukt.
 */
.ws-grieksche-spraakkunst-alfabet td:nth-child(-n+3) {
	font-style: italic;
}

/* De derde kolom wordt zo breed mogelijk, om de laatste kolom naar rechts
 * op te schuiven.
 */
.ws-grieksche-spraakkunst-alfabet td:nth-child(3) {
	width: 100%;
}

/* Als laatst nog een beetje padding aan alle elementen: */
.ws-grieksche-spraakkunst-alfabet td {
	padding: 0.1em 0.2em;
}


/* grieks schuingedrukt */
.ws-taal-grc {
	font-style: italic;
}


.ws-grieksche-spraakkunst-inline-ol {
	list-style-position: inside;
	margin: 0;
}

.ws-grieksche-spraakkunst-inline-ol li {
	margin: 0.5em 0;
}

.ws-grieksche-spraakkunst-p7-tabel {
	text-align: center;
}
.ws-grieksche-spraakkunst-p7-tabel td:nth-child(4) {
	text-align: left;
}
.ws-grieksche-spraakkunst-p7-tabel td:last-child {
	text-align: left;
}