Fix first image

This commit is contained in:
Kenwood 2025-07-03 14:58:03 -04:00
parent 5370e12afb
commit 46d0008b72
2 changed files with 155 additions and 186 deletions

View File

@ -7,17 +7,11 @@
"url": "https://www.f-list.net/c/alice%20prairie"
},
{
"name": "Zae & Kan'vi Cum",
"volume": 81,
"name": "Zae",
"volume": 39,
"color": "#FF56BD",
"url": "https://www.f-list.net/c/Zae",
"image": "characters/zae.png"
},
{
"name": "Dog Cum",
"volume": 8,
"color": "#940619",
"url": "https://www.f-list.net/c/maxene%20sita/"
}
],
"settings": {

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cumtanks.snowusne.net</title>
@ -16,52 +17,30 @@
<meta name="twitter:image" content="/preview.png" />
<link rel="stylesheet" href="styles.css" />
</head>
</head>
<body>
<body>
<img src="preview.png" alt="Preview" style="display:none;" aria-hidden="true" />
<div class="container">
<div class="tank-container">
<img
src="Alice_close_up_sheath_background.png"
alt="Tank Background Back"
class="background-image background-image-back"
/>
<img
src="Alice_close_up_sheath_shot.png"
alt="Tank Background Foreground"
class="background-image background-image-fore"
/>
<img src="Alice_close_up_sheath_background.png" alt="Tank Background Back"
class="background-image background-image-back" />
<img src="Alice_close_up_sheath_shot.png" alt="Tank Background Foreground"
class="background-image background-image-fore" />
<!-- Liquid layers will be inserted here by JavaScript! -->
<div class="artist-link">
<a
href="https://x.com/Raven4Seth"
target="_blank"
rel="noopener noreferrer"
>Art by SethRaven4</a
>
<a href="https://x.com/Raven4Seth" target="_blank" rel="noopener noreferrer">Art by SethRaven4</a>
</div>
</div>
<div class="settings">
<h2>Settings</h2>
<label>
Tank Top Offset (px):
<input
type="number"
id="tankTopOffset"
value="22"
min="0"
max="800"
/>
<input type="number" id="tankTopOffset" value="22" min="0" max="800" />
</label>
<label>
Tank Bottom Offset (px):
<input
type="number"
id="tankBottomOffset"
value="40"
min="0"
max="800"
/>
<input type="number" id="tankBottomOffset" value="40" min="0" max="800" />
</label>
</div>
</div>
@ -178,16 +157,12 @@
<footer class="tiny-footer">
<span>
Art by
<a
href="https://x.com/Raven4Seth"
target="_blank"
rel="noopener noreferrer"
>SethRave4</a
>
<a href="https://x.com/Raven4Seth" target="_blank" rel="noopener noreferrer">SethRave4</a>
&bull; Message
<a href="mailto:vixi@snowsune.net">vixi@snowsune.net</a> for
questions/comments/anything!
</span>
</footer>
</body>
</body>
</html>