Jump to content

Index:Alphabet cipher.djvu/styles.css

From Wikisource
#__alphabet-table{
    margin: 1em auto;
	border-collapse: collapse;
	text-align: center;
}

#__alphabet-table tr:first-child,#__alphabet-table tr:last-child, #__alphabet-table td:first-child,#__alphabet-table td:last-child{
	font-size:120%;
	vertical-align: bottom;
}

#__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;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

#__alphabet-table tr:nth-child(-5n+22) td:nth-child(n+2):nth-child(-n+27),
#__alphabet-table tr:nth-child(28) td:nth-child(n+2):nth-child(-n+27){
	border-top:4px solid black;
}

#__alphabet-table tr:nth-child(n+2):nth-child(-n+27) td:nth-child(-5n+22),
#__alphabet-table tr:nth-child(n+2):nth-child(-n+27) td:nth-child(28){
	border-left:4px solid black;
}

#__sample-table{
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

#__sample-table td{
	width: 1em;
}