From c0bd932d579cf6a00884f7f00ef4e4d3257b3ef4 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Thu, 3 Jul 2025 23:56:49 +0200 Subject: [PATCH] almost there, but good enough for now --- themes/basspistol2025/assets/css/style.css | 201 +++++++++--------- .../layouts/partials/body/discog.html | 2 +- .../layouts/partials/body/gancio.html | 4 +- .../layouts/partials/body/gang.html | 4 +- .../layouts/partials/body/now.html | 8 +- .../layouts/partials/body/peertube.html | 2 +- .../layouts/partials/body/radio.html | 2 +- .../layouts/partials/footer/footer.html | 2 +- 8 files changed, 114 insertions(+), 111 deletions(-) diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css index 814f83f..c7e4010 100644 --- a/themes/basspistol2025/assets/css/style.css +++ b/themes/basspistol2025/assets/css/style.css @@ -117,7 +117,7 @@ footer { flex-wrap: wrap; padding: 0; - font-size: .75em; + font-size: .5em; overflow-x: hidden; } @@ -138,25 +138,23 @@ h1, h2, h3 { font-family: Outward, Space-Grotesk, 'Arial', 'Helvetica', sans-serif; } -h1 { - font-family: Outward, 'Arial', 'Helvetica', sans-serif; - font-size: 48em; - font-weight: 100; - font-style: italic; - /* letter-spacing: -0.1em;*/ - line-height: .75em; - rotate: -14deg; - margin: 50px 0 0 10px; - padding: 0; - text-align: center; + +h2 { + font-size: 10em; } h4 { text-transform: uppercase; + font-size: 1em; +} + +p { + font-size: .75em; } strong, b { font-weight: bold; + color: white; } article { @@ -164,7 +162,24 @@ article { flex: 1 1 300px; } +figcaption > h4 { + font-size: .75em; +} +figcaption > p { + font-size: .5em; +} + +time { + color: white; + font-size: .5em; +} +.news > h4 { + font-size: .75em; +} +.news > p { + font-size: .5em; +} .section-headers { margin: 2px 4px; border-radius: 100px; @@ -180,35 +195,12 @@ article { h2, h4, p { margin: 20px 0; - } - h2 { - font-size: 8em; - - line-height: 1.5em; flex: 1 1 100%; } p { - font-size: .75em; - flex: 1 1 100%; - line-height: 1.5em; - + max-width: 50%; } - - @media screen and (max-width: 1024px) { - h2 { - font-size: 8em; - } - - h4 { - - } - - p { - font-size: 1em; - } - } - } .section-footers { @@ -238,18 +230,6 @@ article { text-transform: uppercase; } -/* Screen size root */ - -@media screen and (max-width: 1024px) { - - h1 { - font-size: 12em; - } - footer { - font-size: .9em; - } -} - /* Sections Begin */ @@ -277,14 +257,6 @@ article { font-family: inherit; } } -#hero:hover { - - transition: all 2s linear; -} - - - - /* NOW */ #now { @@ -301,33 +273,44 @@ article { figure, div { flex: 1 1 300px; } - - figcaption { - font-size: .5em; + figure { + margin-right: 20px; } - .inf-rgpd { - font-size: .5em; - } - .inf-form > div { - background-color: black; - padding: 0; - } - .inf-input > input { - color: orange; - background-color: black; - border: 1px solid orange; + figure > img { + margin-bottom: 20px; } - @media screen and (max-width: 1024px) { +} - figcaption { - font-size: .6em; - } - .inf-rgpd { - font-size: .8em; - } - } +/* NEWSLETTER */ + +.inf-form > div { + background-color: black; + padding: 0; +} + +.inf-form > div > h4 { + color: orange !important; + font-size: 1.5em; +} +.inf-form > div > span { + color: orange; + font-size: 1em; +} + +.inf-rgpd { + font-size: .5em; + color: orange; +} +.inf-form > div { + background-color: black; + padding: 0; +} +.inf-input > input { + color: orange; + background-color: black; + border: 1px solid orange; } @@ -371,24 +354,10 @@ justify-content: space-between; height: 300px; padding: 20px; z-index: 100; - line-height: 1.5em; overflow-y: hidden; - font-size: .75em; } - @media screen and (max-width: 1024px) { - - figcaption { - h4 { - font-size: 2em; - } - } - .inf-rgpd { - font-size: .8em; - } - } - } /* RADIO */ @@ -402,25 +371,57 @@ justify-content: space-between; -@media screen and (max-width: 1024px) { +@media screen and (max-width: 720px) { + + + footer { + font-size: .9em; + } + h2 { font-size: 8em; } + h4 { + font-size: 1.25 + } p { - font-size: .9em; + font-size: 1em; max-width: unset !important; strong { font-size: 1.5em; } } - figcaption { - font-size: .9em; - p { font-size: .9em;} - date { - font-size: .7em; + + figcaption > h4 { + font-size: 1em; + } + + figcaption > p { + font-size: .75em; + } + + time { + color: white; + font-size: .75em; + } + .news > h4 { + font-size: 1em; + } + .news > p { + font-size: .75em; + } + + .inf-rgpd { + font-size: .8em; + } + + #now { + figure { + margin-right: 0px; + margin-bottom: 20px; } } } -} + diff --git a/themes/basspistol2025/layouts/partials/body/discog.html b/themes/basspistol2025/layouts/partials/body/discog.html index fd7e140..9a522da 100644 --- a/themes/basspistol2025/layouts/partials/body/discog.html +++ b/themes/basspistol2025/layouts/partials/body/discog.html @@ -4,7 +4,7 @@

Discography

-

The sound of freedom

+

π•Ώπ–π–Š π•Ύπ–”π–šπ–“π–‰ 𝖔𝖋 π•±π–—π–Šπ–Šπ–‰π–”π–’

Basspistol's discography is a non-possessive aggregation of cuts recoreded by independent musicians. Getting your music from here implies 100% of your support being channeled straight to the artist. (Minus whatever fees charged by the monetization service they leverage.)

The bellow selection is shuffled every 30 minutes. Anything pikcing your curiosity? The random gods may just have something to tell you... Check out the Tienda for more.

diff --git a/themes/basspistol2025/layouts/partials/body/gancio.html b/themes/basspistol2025/layouts/partials/body/gancio.html index c4871ab..69c652f 100644 --- a/themes/basspistol2025/layouts/partials/body/gancio.html +++ b/themes/basspistol2025/layouts/partials/body/gancio.html @@ -2,7 +2,7 @@

Agenda

-

Outernational events

+

π•Ίπ–šπ–™π–Šπ–—π–“π–†π–™π–Žπ–”π–“π–†π–‘ π•°π–›π–Šπ–“π–™π–˜

Through the power of federation, we aggregate event data from the deep-web to keep you in the loop of what's happening below the radars.

Want your event featured here? Head over to this page. No account required.

Full agenda πŸ—“οΈ @@ -31,7 +31,7 @@

{{ .title }}

- {{ .start_datetime | int | dateFormat "2006-01-02 15:04 CET" }} +

Organizer: {{ .place.name }}

Address: {{ .place.address }}

diff --git a/themes/basspistol2025/layouts/partials/body/gang.html b/themes/basspistol2025/layouts/partials/body/gang.html index 48f3bfc..04bb56e 100644 --- a/themes/basspistol2025/layouts/partials/body/gang.html +++ b/themes/basspistol2025/layouts/partials/body/gang.html @@ -86,8 +86,10 @@

Gung

-

Link Root

+

π•·π–Žπ–“π– 𝕽𝖔𝖔𝖙

The Basspistol network is composed of Powerful Syndicated Artists and Groups. These links are presented to you, ordered by the random god.

Follow the white Rabbit, Neo!

+ + Come say Hi! πŸ‡
{{/* prebuild/layouts/index.html */}} diff --git a/themes/basspistol2025/layouts/partials/body/now.html b/themes/basspistol2025/layouts/partials/body/now.html index 7e168f6..f8e1210 100644 --- a/themes/basspistol2025/layouts/partials/body/now.html +++ b/themes/basspistol2025/layouts/partials/body/now.html @@ -1,15 +1,15 @@

NOW

-

What's up, fellow space-time traveler!

-

Here's what's going down right now! Never been here before? This page might answer some of your questions.

+

π–‚π–Šπ–‘π–ˆπ–”π–’π–Š, π–˜π–•π–†π–ˆπ–Š-π–™π–Žπ–’π–Š π–™π–—π–†π–›π–Šπ–‘π–Šπ–—

+

Here's what's going down! Never been here before? This page might answer some of your questions.

{{ range first 2 (where .Site.RegularPages "Type" "news") }}
-
+
{{ .Params.image.alt }}

Artwork: {{ .Params.image.credits.name }} ({{ .Params.image.license }})

@@ -22,7 +22,7 @@
-
+

{{ .Title }}

{{ .Content | markdownify }} diff --git a/themes/basspistol2025/layouts/partials/body/peertube.html b/themes/basspistol2025/layouts/partials/body/peertube.html index b816ee6..aaf8952 100644 --- a/themes/basspistol2025/layouts/partials/body/peertube.html +++ b/themes/basspistol2025/layouts/partials/body/peertube.html @@ -101,7 +101,7 @@

BassTube

- Videos from the deepweb. + π–π–Žπ–‰π–Šπ–”π–˜ 𝖋𝖗𝖔𝖒 π–™π–π–Š π•―π–Šπ–Šπ–•π–œπ–Šπ–‡
Decentralized, peer-to-peer, for the people! All you saw was sound!

diff --git a/themes/basspistol2025/layouts/partials/body/radio.html b/themes/basspistol2025/layouts/partials/body/radio.html index 1b8e8a9..e3b1254 100644 --- a/themes/basspistol2025/layouts/partials/body/radio.html +++ b/themes/basspistol2025/layouts/partials/body/radio.html @@ -1,7 +1,7 @@

RadioStation

-

Basspistol Radio Station!

+

π•­π–†π–˜π–˜π–•π–Žπ–˜π–™π–”π–‘ π•½π–†π–‰π–Žπ–” π•Ύπ–™π–†π–™π–Žπ–”π–“

777% music, without commercials! RobotDJ-sets and live interventions! This is the sound of freedom.

Request song πŸ“»
diff --git a/themes/basspistol2025/layouts/partials/footer/footer.html b/themes/basspistol2025/layouts/partials/footer/footer.html index 259cc35..d9d6530 100644 --- a/themes/basspistol2025/layouts/partials/footer/footer.html +++ b/themes/basspistol2025/layouts/partials/footer/footer.html @@ -1,7 +1,7 @@