Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastHawaii committed Feb 3, 2024
1 parent 2458044 commit e6034d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 48 deletions.
28 changes: 4 additions & 24 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,43 +81,23 @@
top: 0px;
line-height: 29px;
list-style: none;
animation: ticker 45s infinite linear;
animation: ticker 8s infinite linear;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul:hover {
animation-play-state: paused
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(9) {
animation-delay: -5s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(8) {
animation-delay: -10s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(7) {
animation-delay: -15s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(6) {
animation-delay: -20s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(5) {
animation-delay: -25s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(4) {
animation-delay: -30s;
animation-delay: -2s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(3) {
animation-delay: -35s;
animation-delay: -4s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(2) {
animation-delay: -40s;
animation-delay: -6s;
}

html.theme-mode-dark {
Expand Down
28 changes: 4 additions & 24 deletions src/www/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,43 +81,23 @@
top: 0px;
line-height: 29px;
list-style: none;
animation: ticker 45s infinite linear;
animation: ticker 8s infinite linear;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul:hover {
animation-play-state: paused
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(9) {
animation-delay: -5s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(8) {
animation-delay: -10s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(7) {
animation-delay: -15s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(6) {
animation-delay: -20s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(5) {
animation-delay: -25s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(4) {
animation-delay: -30s;
animation-delay: -2s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(3) {
animation-delay: -35s;
animation-delay: -4s;
}

#motivierende-sätze-zum-erhalt-unserer-lebensgrundlage+ul li:nth-child(2) {
animation-delay: -40s;
animation-delay: -6s;
}

html.theme-mode-dark {
Expand Down

0 comments on commit e6034d7

Please sign in to comment.