Files
post-self.ink/content/gallery.md
Madison Scott-Clary b71c0b8c8e Spoiler image
2022-12-17 10:08:01 -08:00

2.6 KiB

title, type
title type
Gallery page
<style> img { display: inline-block; max-height: 200px; } .merge { display: inline-block; position: relative; } .merge img { position: relative; filter: url(#pixelate); } .merge span { width: 80%; text-align: center; position: absolute; text-indent: 0; top: 70px; left: 20%; color: #fff; font-weight: bold; text-decoration: none; font-family: sans-serif; text-shadow: 2px 2px 0px #000; background-color: rgba(0,0,0,0); } </style>

Art by Iris Jay Art by Cadmium Tea Art by Cadmium Tea Art by johnny d. Art by Iris Jay

Toledot

Art by Iris Jay Art by Kris Weaver Art by JAIYANDT Art by Iris Jay

Nevi'im

Art by Iris Jay Art by johnny d. Art by JAIYANDT Art by Iris Jay

Mitzvot and Selected Letters

Art by Iris Jay Art by Iris Jay Art by Iris JaySpoiler Art by Iris Jay

Additional art

Art by Iris Jay

<script type="text/javascript"> // There has to be a better way to do this with markdown :P document.querySelectorAll('a').forEach(link => { if (link.attributes.href.textContent.substring(0,4) === '/img') { link.setAttribute('target', '_blank'); } }); </script>