Index:Alphabet Cipher (Carroll).pdf/styles.css
Jump to navigation
Jump to search
.__alphabet-table{
margin: 0 auto;
border-collapse:collapse;
text-align: center;
}
.__alphabet-table tr:first-child,.__alphabet-table tr:last-child, .__alphabet-table tr > td:first-child,.__alphabet-table tr > td:last-child{
font-weight:bold;
}
.__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;
}
.__sample-table{
text-align: center;
margin: 0 auto;
border-collapse:collapse;
}
.__sample-table td{
width: 1em;
}