Updated show along with cosmetic tweaks

This commit is contained in:
2026-06-07 10:06:58 -04:00
parent abe884337a
commit 8c38d9da48
7 changed files with 7 additions and 12 deletions
+2 -2
View File
@@ -2591,9 +2591,9 @@ input, select, textarea {
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
background-color: #1f1815;
background-color: #362621;
background-attachment: scroll, scroll;
background-image: url("images/overlay.png"), url("../../images/bg.jpg");
background-image: url("images/overlay.png"), url("../../images/bg.png");
background-position: top left, top left;
background-repeat: repeat, no-repeat;
background-size: auto, 150%;
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 522 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

+4 -9
View File
@@ -69,13 +69,6 @@
<hr>
<p><h3>Now playing</h3>
<!-- SELECT ICON FOR SHOW -->
<!-- <span class="image right"><img src="images/cosmo-icon.jpg" alt="" /></span></p> -->
<!-- <span class="image right"><img src="images/omorains-icon.jpg" alt="" /></span></p> -->
<!-- <span class="image right"><img src="images/bisexual-icon.jpg" alt="" /></span></p> -->
<div class="player-wrapper">
<div id="now-playing">Loading current song...</div>
@@ -116,7 +109,7 @@
<!-- THE SPIN -->
<p><span class="image left"><img src="images/the-spin.jpg" alt="The Spin Logo" /></span>
<h3>The Spin<br>Wednesday May 27, 2026<br>9:30am Eastern</h3>
<h3>The Spin<br>Friday June 5, 2026<br>9:00am Eastern (13:00 UTC)</h3>
<p>Welcome to my new music playlist!</p>
@@ -206,7 +199,9 @@
<li><a href="https://cyberpunklibrarian.nohost.me/gitea/Public/radio-free-elsewhere" class="icon brands fa-gitlab"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>&copy; 2025 CC-By-NC-SA Tanglewood Hill Studio</li><li><a href="http://html5up.net">HTML5 UP</a></li>
<li>&copy; 2025 CC-By-NC-SA</li>
<li>Tanglewood Hill Studio</li>
<li><a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
+1 -1
View File
@@ -52,7 +52,7 @@ if ($response === FALSE) {
}
} else {
echo "RFE is currently offline! Please check back later!";
echo "RFE is currently offline!<br>Please check back later!";
}
}
?>