Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct format and top-left cell for Complicated Wires #1679

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@
.page-content * {
box-sizing: border-box;
}
table, .dark table, .led, .star, .color {
border: none;
table, .dark table, th.led, th.star, th.color {
border-width: 0;
}

th, td
{
th, td, caption {
min-width: 45px;
min-height: 45px;
height: 45px;
Expand All @@ -95,17 +94,22 @@
.yes, .no, .star {
font-size: 2.5em;
line-height: 0;
max-width: 45px;
}
.star {
padding-top: .07em;
}
.led, .star {
border-left: 1px solid black;
border-right: 1px solid black;
th.led, th.star {
border-left-width: 1px;
border-right-width: 1px;
}
.yes {
.yes, .dark .yes {
background-color: #bf9;
padding-top: .23em;
color: transparent;
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m20.77%201.936c-1.656%201e-7%20-2.863%200.4421-3.621%201.326-2.947%203.411-6.141%207.882-9.58%2013.41-0.1684%200.2526-0.3369%200.379-0.5053%200.379-0.2105%200-0.5604-0.7449-1.052-2.233-0.2526-0.786-0.6186-1.178-1.096-1.178-0.407%200-0.8702%200.1539-1.39%200.4627-0.8562%200.4772-1.284%200.9679-1.284%201.473%200%200.4772%200.3158%201.656%200.9474%203.537%200.5614%201.698%201.052%202.639%201.473%202.822%200.1684%200.08421%200.6948%200.1263%201.579%200.1263%200.8702%200%201.447-0.2251%201.727-0.6742%204.042-6.344%208.434-12.37%2013.18-18.06%200.407-0.4912%200.6111-0.8281%200.6111-1.011%200-0.1123-0.06965-0.203-0.21-0.2732-0.1263-0.07018-0.387-0.1058-0.78-0.1058z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: center;
}
.no {
background-color: #e55;
Expand Down Expand Up @@ -177,7 +181,7 @@ <h2>On the Subject of Complicated Wires</h2>
</th>
</tr>
<tr>
<td class="color"></td>
<td class="color corner"></td>
<th class="color">
<svg height="100%" viewBox="4 0 18 24">
<rect x="6" y="1" width="12" height="22" fill="#fff" stroke="#000"/>
Expand Down Expand Up @@ -220,7 +224,7 @@ <h2>On the Subject of Complicated Wires</h2>
<td class="serial">S</td><td class="no">×</td><td class="parallel">P</td><td class="parallel">P</td>
</tr>
<tr>
<td class="color"></td>
<td class="color corner"></td>
<th class="color">
<svg height="100%" viewBox="4 0 18 24">
<rect x="6" y="1" width="12" height="22" fill="#d00"/>
Expand All @@ -233,8 +237,19 @@ <h2>On the Subject of Complicated Wires</h2>
<td class="serial">S</td><td class="parallel">P</td><td class="serial">S</td><td class="no">×</td>
</tr>
<tr>
<td class="corner" colspan="2"></td><th class="star"></th>
<th class="star">★</th><th class="star"></th><th class="star">★</th>
<td class="corner" colspan="2"></td>
<th class="star"></th>
<th class="star">
<svg class="invertible" viewBox="-4 0 32 28">
<path d="m11.99 0.8983-2.765 8.483h-8.923l7.227 5.258-2.765 8.462 7.227-5.237 7.269 5.237-2.786-8.462 7.227-5.258h-8.923z"/>
</svg>
</th>
<th class="star"></th>
<th class="star">
<svg class="invertible" viewBox="-4 0 32 28">
<path d="m11.99 0.8983-2.765 8.483h-8.923l7.227 5.258-2.765 8.462 7.227-5.237 7.269 5.237-2.786-8.462 7.227-5.258h-8.923z"/>
</svg>
</th>
</tr>
</table>
<table id="venn-key">
Expand All @@ -251,4 +266,4 @@ <h2>On the Subject of Complicated Wires</h2>
</div>
</div>
</body>
</html>
</html>