From 3910b6fd65ef736efabcb0ee27ff7736bbe4f875 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Sun, 29 Jun 2025 15:03:31 +0200 Subject: [PATCH] pragraaassss --- themes/basspistol2025/assets/css/style.css | 23 ++++++++------- .../layouts/_default/index.html | 9 +++--- .../layouts/partials/body/discog.html | 28 ++++++++----------- .../layouts/partials/body/gang.html | 6 ++-- .../layouts/partials/body/navigation.html | 27 ++++++++++++++---- .../layouts/partials/svg/gang1.svg | 1 - .../layouts/partials/svg/headphones.svg | 5 ---- .../layouts/partials/svg/paw.svg | 5 ---- 8 files changed, 54 insertions(+), 50 deletions(-) delete mode 100644 themes/basspistol2025/layouts/partials/svg/gang1.svg delete mode 100644 themes/basspistol2025/layouts/partials/svg/headphones.svg delete mode 100644 themes/basspistol2025/layouts/partials/svg/paw.svg diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css index efdb61e..d0aed27 100644 --- a/themes/basspistol2025/assets/css/style.css +++ b/themes/basspistol2025/assets/css/style.css @@ -34,16 +34,7 @@ body { #navigation { -* { - filter: grayscale(100%); - transition: filter 17s linear; -} - -*:hover { - filter: grayscale(0%) !important; - transition: filter .1s linear; -} position: fixed; bottom: 20px; left: 20px; @@ -52,6 +43,18 @@ width: calc(100vw - 40px); height: 100px; box-shadow: 0 4px 15px rgba(0,0,0,.3); z-index: 1000; + + * { + filter: grayscale(100%); + transition: filter 17s linear; + + } + + *:hover { + filter: grayscale(0%) !important; + transition: filter .1s linear; + } + } nav { @@ -148,7 +151,7 @@ strong { } .section-headers { - border-radius: 300px; + border-radius: 100px; } /* Screen size root */ diff --git a/themes/basspistol2025/layouts/_default/index.html b/themes/basspistol2025/layouts/_default/index.html index fe06d3a..371aa7a 100644 --- a/themes/basspistol2025/layouts/_default/index.html +++ b/themes/basspistol2025/layouts/_default/index.html @@ -11,15 +11,16 @@ {{ define "main" }}
-{{ partial "body/peertube.html" . }} - {{ partial "body/discog.html" . }} -{{ partial "body/gancio.html" . }} - {{ partial "body/radio.html" . }} +{{ partial "body/gancio.html" . }} + {{ partial "body/gang.html" . }} + +{{ partial "body/peertube.html" . }} +
{{ end }} diff --git a/themes/basspistol2025/layouts/partials/body/discog.html b/themes/basspistol2025/layouts/partials/body/discog.html index f0618d2..a02ad17 100644 --- a/themes/basspistol2025/layouts/partials/body/discog.html +++ b/themes/basspistol2025/layouts/partials/body/discog.html @@ -36,7 +36,11 @@ justify-content: space-between; p { flex: 1 1 100%; font-size: 1.5em; - line-height: 1em; + line-height: 1.75em; + + strong { + font-size: 1.5em; + } } @media screen and (max-width: 1024px) { h2 { @@ -79,20 +83,7 @@ figcaption { line-height: 1.25em; overflow-y: hidden; - p { - font-size: .5em; - line-height: 1.75em; - strong { - font-size: 1.5em; - line-height: 1.2em; - } - } - @media screen and (max-width: 1024px) { - p { - font-size: .9em; - } - } } .section-headers { @@ -114,8 +105,11 @@ figcaption {

Discography

-

The sound of freedom
- Powerful. Syndicated. Music.

+

The sound of freedom
+ The Basspistol catalogue is an aggregation of records from independent musicians. Getting your music from here implies 100% of your support is channeled straight to the artist. +

+ They are not sorted by date or importance. Instead, every 30 minutes the order is reshuffled. You being here now, implies the random gods have something to tell you. +

{{ with $data.channel }}

{{ .description }}
{{ .generator }}

@@ -135,7 +129,7 @@ figcaption { {{ with $data.channel.item }} - {{ range . }} + {{ range . | shuffle }}
diff --git a/themes/basspistol2025/layouts/partials/body/gang.html b/themes/basspistol2025/layouts/partials/body/gang.html index 3386a4a..7fa0ea2 100644 --- a/themes/basspistol2025/layouts/partials/body/gang.html +++ b/themes/basspistol2025/layouts/partials/body/gang.html @@ -104,8 +104,10 @@

Gung

-

Ordinary people with extraordinary visions.
- Powerful. Syndicated. Artists.

+

Powerful Syndicated Artists. +
+ asdasdkjaslkdn +

{{/* prebuild/layouts/index.html */}} diff --git a/themes/basspistol2025/layouts/partials/body/navigation.html b/themes/basspistol2025/layouts/partials/body/navigation.html index 884c84f..0cc9566 100644 --- a/themes/basspistol2025/layouts/partials/body/navigation.html +++ b/themes/basspistol2025/layouts/partials/body/navigation.html @@ -2,22 +2,37 @@
diff --git a/themes/basspistol2025/layouts/partials/svg/gang1.svg b/themes/basspistol2025/layouts/partials/svg/gang1.svg deleted file mode 100644 index b3f2d3b..0000000 --- a/themes/basspistol2025/layouts/partials/svg/gang1.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/themes/basspistol2025/layouts/partials/svg/headphones.svg b/themes/basspistol2025/layouts/partials/svg/headphones.svg deleted file mode 100644 index a2e33eb..0000000 --- a/themes/basspistol2025/layouts/partials/svg/headphones.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/themes/basspistol2025/layouts/partials/svg/paw.svg b/themes/basspistol2025/layouts/partials/svg/paw.svg deleted file mode 100644 index 62ef531..0000000 --- a/themes/basspistol2025/layouts/partials/svg/paw.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - -