Template:3-bit Walsh permutation/cycle shapes/style.css

From Wikiversity
Jump to navigation Jump to search
/* intro */

ul.inline-list li {display: inline; margin-right: 20px;}
ul.inline-list li::before {content: '•'; padding: 8px;}

/* table */

table.fano-patterns {
	text-align: center;
	border-collapse: collapse;
}
table.fano-patterns > tbody > tr > td {
	border: 1px solid lightgray;
	padding: 10px;
}
table.fano-patterns table.fano-pattern {margin: 0 auto;}


table.fano-patterns .hidden {display: none;}
table.fano-patterns .light {color: lightgray;}

table.fano-patterns td.cycles, table.fano-patterns td.fixed {letter-spacing: .2em;}

table.fano-patterns td.size {white-space: nowrap;}

/* graphs */

table.fano-patterns td.graph span.polygon {
	color: gray;
	margin-top: 30px;
	display: block;
}
table.fano-patterns td.graph span.name {display: block; font-weight: bold; font-style: italic;}
table.fano-patterns td.graph span.name span.compare {display: block; font-weight: normal; font-style: normal; font-size: 70%;}

table.fano-patterns td.graph span.polygon {display: block; color: gray;}
table.fano-patterns td.graph span.polygon span.suffix {color: black; font-weight: bold;}