zebra-report: deploy — lighter viewing-thumb overlay

This commit is contained in:
russell@unturf.com 2026-06-03 07:20:04 -04:00
parent 6f701dd060
commit 646b17e872
No known key found for this signature in database

View file

@ -275,15 +275,19 @@
.tile-thumb .viewing-badge {
position: absolute; inset: 0;
display: grid; place-items: center;
background: rgba(0,0,0,0.55); color: #fff;
background: rgba(0,0,0,0.22); color: #fff;
font-family: monospace; font-size: 0.75rem; letter-spacing: 0.05em;
text-transform: uppercase; pointer-events: none;
text-shadow: 0 1px 2px rgba(0,0,0,0.75);
opacity: 0; transition: opacity 0.12s;
z-index: 5;
}
.tile-thumb.viewing { cursor: default; }
.tile-thumb.viewing:hover { outline: none; }
.tile-thumb.viewing > video { opacity: 0.35; }
/* keep the underlying stream legible — a soft dim is enough to
* read as 'this is what's in the spotlight slot', no need to
* blacken it. */
.tile-thumb.viewing > video { opacity: 0.75; }
.tile-thumb.viewing .viewing-badge { opacity: 1; }
/* spotlight sizing — a camera in the spotlight uses contain so the
* whole frame is visible (not cropped like the thumb cover) */
@ -3783,9 +3787,9 @@ logLine('', 'ready — pick a handle, type a rendezvous code, enter the space');
</script>
<footer style="margin:2.2rem auto 0;font-size:0.65rem;color:#999;line-height:1.7;word-break:break-all;font-family:monospace">
<span id="pi-seal" style="color:#777;cursor:default;user-select:none" title="">page integrity</span> &nbsp;·&nbsp; built <span class="stamp-date">2026-06-02</span><br>
md5 <span class="stamp-md5">8da9880540fe8a461377b43b0cb44c39</span><br>
sha256 <span class="stamp-sha">c7203c63789971f8f30a79ce707c1fe6d0228aa9a2e3fd2318f02cded5eae7cb</span><br>
<span id="pi-seal" style="color:#777;cursor:default;user-select:none" title="">page integrity</span> &nbsp;·&nbsp; built <span class="stamp-date">2026-06-03</span><br>
md5 <span class="stamp-md5">045fa8c6dd802b26990191ba6165a1fb</span><br>
sha256 <span class="stamp-sha">6d545d390523ca090983f8e660072692c9702e71982664f962bddeef786355d6</span><br>
<span style="color:#bbb">hashes are of this page with these two fields zeroed — to verify, blank them and re-hash</span><br>
<span style="color:#bbb">one self-contained file — <strong>save a copy</strong> and verify against these hashes; point at your own servers with ?signal= and ?turncred=, or <a href="host-your-own.html" style="color:#999">host your own community</a></span>
</footer>