mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
🛠 Content updates
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
"Heute ist ein guter Tag um Sats zu stapeln",
|
"Heute ist ein guter Tag um Sats zu stapeln",
|
||||||
"Besseres Geld, bessere Welt",
|
"Besseres Geld, bessere Welt",
|
||||||
"Inflation ist eine versteckte Steuer",
|
"Inflation ist eine versteckte Steuer",
|
||||||
"Neues Specter Desktop Update veröffentlicht"
|
"Neues Specter Desktop Update veröffentlicht",
|
||||||
|
"Das Auto wird sich nicht durchsetzen, hoch lebe das Pferd!",
|
||||||
|
"\"Es wird nicht gekleckert, sondern geklotzt\" – Olaf Scholz läd die Bazooka nach",
|
||||||
|
"Mario Draghis Hitsingle \"Whatever it takes\" stürmt die Charts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,23 +11,14 @@
|
|||||||
margin: -15px 0 var(--space-xl);
|
margin: -15px 0 var(--space-xl);
|
||||||
padding: var(--space-m) 0;
|
padding: var(--space-m) 0;
|
||||||
|
|
||||||
& .inner {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
font-size: var(--font-size-s);
|
||||||
|
|
||||||
|
& pre {
|
||||||
animation-name: marquee;
|
animation-name: marquee;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
font-size: var(--font-size-s);
|
|
||||||
|
|
||||||
@media (--up_to_M) {
|
|
||||||
animation-duration: 10s;
|
|
||||||
}
|
|
||||||
@media (--M_to_L) {
|
|
||||||
animation-duration: 20s;
|
|
||||||
}
|
|
||||||
@media (--L_and_up) {
|
|
||||||
animation-duration: 30s;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -193,8 +193,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.player__button.amplitude-paused .player__button__icon--pause,
|
.player__button.amplitude-paused .player__button__icon--play,
|
||||||
.player__button.amplitude-playing .player__button__icon--play {
|
.player__button.amplitude-playing .player__button__icon--pause {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@ extends /template.pug
|
|||||||
|
|
||||||
block main
|
block main
|
||||||
- const ticker = shuffle(site.meta.ticker).join(" +++ ") + " +++ "
|
- const ticker = shuffle(site.meta.ticker).join(" +++ ") + " +++ "
|
||||||
|
- const duration = ticker.length / 4
|
||||||
.ticker
|
.ticker
|
||||||
.inner
|
pre(style=`animation-duration:${duration}s`)= ticker
|
||||||
pre= ticker
|
pre(style=`animation-duration:${duration}s`)= ticker
|
||||||
pre= ticker
|
|
||||||
|
|
||||||
.wrap
|
.wrap
|
||||||
section
|
section
|
||||||
|
|||||||
Reference in New Issue
Block a user