Index:Complete Works of Lewis Carroll.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-heading{
	text-align: center;
}

.wst-heading._poem-title{
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.wst-heading._sylvie-chapter-num{
	margin-top: 3em;
	font-variant: small-caps;
}

.wst-heading._sylvie-chapter-title{
	margin-top: 1em;
	margin-bottom: 1em;
}

.wst-heading._story-title{
	letter-spacing: 0.15em;
}

.wst-heading._miscellany-title{
	letter-spacing: 0.15em;
}

.__alphabet-table{
    margin: 0 auto;
	border-collapse:collapse;
	text-align: center;
}

.__alphabet-table tr:nth-child(n+2):nth-child(-n+27) td:nth-child(n+2):nth-child(-n+27){
	border-right:1px solid black;
	border-bottom:1px solid black;
}
/* for some reason :where isn't working? */
.__alphabet-table tr:nth-child(-5n+22) td:nth-child(n+2):nth-child(-n+27){
	border-top:3px solid black;
}
.__alphabet-table tr:nth-child(28) td:nth-child(n+2):nth-child(-n+27){
	border-top:3px solid black;
}
.__alphabet-table tr:nth-child(n+2):nth-child(-n+27) td:nth-child(-5n+22){
	border-left:3px solid black;
}
.__alphabet-table tr:nth-child(n+2):nth-child(-n+27) td:nth-child(28){
	border-left:3px solid black;
}