Índice:Los Shelknam.pdf/styles.css

De Wikisource, la biblioteca libre.
h3{
	line-height:2;
}
dd{
	text-indent:-2em;
	margin-left:2em;
}
.prospecto {
	border-collapse:collapse;
	margin:0 auto;
	width:75%;
}
.prospecto tr:first-child td{
	border-top:2px solid;
	border-bottom:1px solid;
	border-left:3px double;
	text-align:center;
	font-weight: bold;
}
.prospecto tr:nth-child(n+2) td:nth-child(n+2) {
	border-left:3px double;
	font-weight: bold;
}
.prospecto tr td:first-child{
	border-left:none;
}
.dict {
	border-collapse:collapse;
	margin:0 auto;
	min-width:32em;
}
.dict tr:first-child{
	border-top:3px double;
	border-bottom:1px solid;
	text-align:center
}
.dict tr:nth-child(n+2) td:first-child{
	font-weight:bold;
}