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 @@ - +