diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css
index 96af19a..15baece 100644
--- a/themes/basspistol2025/assets/css/style.css
+++ b/themes/basspistol2025/assets/css/style.css
@@ -181,7 +181,7 @@ time {
font-size: .5em;
}
.section-headers {
- margin: 2px 4px;
+ margin: 2px;
border-radius: 100px;
padding: 80px 20px;
border-style: double;
@@ -210,7 +210,7 @@ time {
border-width: 10px;
flex: 1 1 100% !important;
border-radius: 0 0 100px 100px;
- margin: 2px 4px;
+ margin: 2px;
}
.border {
@@ -267,7 +267,7 @@ time {
flex: 1 1 100%;
background-position: center center;
background-size: cover;
- margin: 2px 4px;
+ margin: 2px;
}
.support {
@@ -364,7 +364,7 @@ justify-content: space-between;
img {
width: 100%;
object-fit: cover;
- max-height: 200px;
+ height: 200px;
}
@@ -384,13 +384,68 @@ justify-content: space-between;
#radio {
- .border {
- margin: 2px 4px;
+ .radioplayer {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
}
+
+ #recordPlayer {
+ flex: 1 1 300px;
+ background-size: cover;
+ background-position: center center;
+ margin-top:40px;
+
+ img {
+ border-radius:7px;
+ transition: all linear 1s;
+ width: 100%;
+ height: auto;
+ object-fit: cover;
+ }
+ }
+
+ .legend-container {
+ align-content: center;
+ display: flex;
+ flex-wrap: wrap;
+ flex: 1 1 300px;
+
+ }
+
+
+ .spinner {
+ border-radius: 2000px !important;
+ animation: rotate 10s linear infinite;
+ border-style: double;
+ border-color: purple;
+ border-width: 10px;
+ }
+ .stop {
+ animation-play-state: paused;
+ }
+
+ .legend {
+ width: 100%;
+ }
+
+ .border {
+ margin: 2px;
+ }
+ audio {
+ width: 100%;
+ }
+
+ #myBtn {
+ background: transparent;
+ border: none;
+ padding: 0;
+ margin: 0;
+ font-size: 3em;
+ }
+
}
-
-
@media screen and (max-width: 720px) {
@@ -453,6 +508,23 @@ justify-content: space-between;
}
}
}
+
+ #radio {
+
+
+ #myBtn {
+ font-size: 4em;
+ }
+ }
}
+/* ANIMATIONS */
+@keyframes rotate {
+ 0% {
+ transform: rotate(0deg)
+ }
+ 100% {
+ transform: rotate(360deg)
+ }
+}
diff --git a/themes/basspistol2025/layouts/partials/body/radio.html b/themes/basspistol2025/layouts/partials/body/radio.html
index e3b1254..1449423 100644
--- a/themes/basspistol2025/layouts/partials/body/radio.html
+++ b/themes/basspistol2025/layouts/partials/body/radio.html
@@ -1,15 +1,124 @@
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+