From 4e34691814d038d232ff21f489e8aa9a72121b35 Mon Sep 17 00:00:00 2001 From: TheWiiArchivist wmt <51-TheWiiArchivist@users.noreply.wiilab.wiimart.org> Date: Wed, 13 Aug 2025 07:40:29 -0500 Subject: [PATCH] fix wednesday box errors with loader & fishie wednesday box issue --- fishiemart.html | 13 +++++++------ index.html | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/fishiemart.html b/fishiemart.html index d891f46..dfacb4e 100644 --- a/fishiemart.html +++ b/fishiemart.html @@ -30,17 +30,17 @@ figcaption {padding-left:15px;text-align:left} hr {border-style:dashed} .arrow {filter:hue-rotate(215deg);} /* filter dont work on old browsers, womp womp */ - div#bgmplayer {border: 2px solid #fab62a;}#bgmplayer #bgmplrtitle {color:#db7012 !important;}#bgmplayer button {outline: 1px solid #fab62a;}#bgmplayer button:hover {box-shadow: inset 0 0 0 3px #fab62a;} + div#bgmplayer {top:0 !important; border: 2px solid #fab62a;}#bgmplayer #bgmplrtitle {color:#db7012 !important;}#bgmplayer button {outline: 1px solid #fab62a;}#bgmplayer button:hover {box-shadow: inset 0 0 0 3px #fab62a;} -

bgm plr..

+ +

bgm plr..

FishieMart - + - - + +
Important Info:
@@ -158,6 +158,7 @@ shoploop.loop = true; shoploop.volume = 0.1; // prevent clipping function activatebgmplayer() { + document.getElementById("shopbgm").innerHTML = "Play"; document.getElementById('bgmplayer').classList.add('bgmplayerdisplayed'); document.getElementById("bgmplrtitle").innerText="BGM player"; document.getElementById("bgmplrtitle").style.marginTop="0px"; } diff --git a/index.html b/index.html index 20e3296..c83cd71 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ - +