experimented with some custom CSS - online edit of handbook/geartape.html

This commit is contained in:
Expo on server 2024-07-14 15:56:04 +01:00
parent a5ba0adfb0
commit aa692c837b

View File

@ -50,6 +50,22 @@
blue ,
purple
);
}
.gear.zac{
color: red;
background: linear-gradient(
to right,
white,
white 20%,
black 20%,
black 40%,
white 40%,
white 60%,
black 60%,
black 80%,
red 80%
);
text-indent: -9999px;
}
</style>
<table class="geartable" cellspacing="0">
@ -219,6 +235,14 @@
<td><div class="gear black">black</div></td><td><div class="gear red">red</div></td>
</tr>
<tr>
<td>Zac Woodford</td>
<td><div class="gear zac">_____</div></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>&nbsp;</td>
<td>&nbsp;</td>