ok finishing up the blur stuff and also building

This commit is contained in:
2026-03-27 12:33:35 -07:00
parent c6dcdacbec
commit 073ad660e4
283 changed files with 9821 additions and 5296 deletions

View File

@ -378,6 +378,11 @@ pre[class*=language-]::selection {
grid-area: img;
}
.blur {
filter: blur(.75rem);
clip-path: inset(0 round 1rem);
}
.tag-imgs {
display: grid;
grid-template-columns: repeat(2, 1fr);
@ -393,7 +398,7 @@ pre[class*=language-]::selection {
width: 100%;
aspect-ratio: 3 / 2;
background-color: var(--color-bg-alt);
border-radius: calc(1rem);
border-radius: 1rem;
}
.taglink:focus-visible .missing-image {
@ -1481,12 +1486,14 @@ export { HeadingAnchors }</script>
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
<ol id="postlist">
<li class="post">
<li class="post">
<a class="postlink" href="/shrimp/">
<img src="/img/shrimp-print.jpg" alt="A print of a small shrimp with slender little leggies in orange ink." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="shrimp">shrimp</h2>
<h2 data-ha-exclude="" id="shrimp">shrimp
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1501,12 +1508,14 @@ export { HeadingAnchors }</script>
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/queer/">
<img src="/img/queer-print.jpg" alt="A print of the word queer in black ink. The letters are rounded with elongated oval negative space." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="queer">queer</h2>
<h2 data-ha-exclude="" id="queer">queer
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1523,12 +1532,14 @@ export { HeadingAnchors }</script>
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/girldick/">
<img src="/img/girldick-shirt.jpg" alt="A butch cooking and wearing a cropped tee with blue cap sleeves that reads girldick in blue G.I.Joe font." loading="lazy" decoding="async" width="1000" height="750">
<img src="/img/girldick-shirt.jpg" alt="A butch cooking and wearing a cropped tee with blue cap sleeves that reads girldick in blue G.I.Joe font." class="blur" loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="girldick">girldick</h2>
<h2 data-ha-exclude="" id="girldick-mature">girldick
(mature)
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1576,6 +1587,6 @@ export { HeadingAnchors }</script>
</footer>
<!-- This page `/stickers/` was built on 2026-03-25T20:02:54.049Z -->
<!-- This page `/stickers/` was built on 2026-03-27T19:32:39.864Z -->
</body>
</html>