fix 還原版本

This commit is contained in:
2026-05-13 15:42:22 +08:00
parent b1f948f2d8
commit 12c0f3e482
7 changed files with 275 additions and 14 deletions
+79 -1
View File
@@ -640,6 +640,72 @@ a {
transform: rotate(-30deg);
}
/* 跨時空軌跡:2016 六六歌節點 — 強調電子書 CTA */
.merged-storyline .story-node.story-node--ebook-ssg2 {
border: 2px solid rgba(255, 204, 0, 0.55);
box-shadow:
0 0 0 1px rgba(255, 250, 220, 0.85),
0 14px 36px rgba(255, 193, 7, 0.2),
0 10px 24px rgba(0, 0, 0, 0.1);
background: linear-gradient(145deg, #fffdf0 0%, #fff 55%, #fff9e8 100%);
}
.merged-storyline .story-node.story-node--ebook-ssg2 p:last-of-type {
margin-bottom: 0;
}
.merged-storyline .timeline-ebook-cta {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-top: 0.95rem;
padding: 0.6rem 1.1rem 0.6rem 0.9rem;
font-size: 0.86rem;
font-weight: 800;
letter-spacing: 0.05em;
color: #1a1400;
text-decoration: none;
background: linear-gradient(180deg, #ffe566 0%, #ffcc00 52%, #e6b800 100%);
border-radius: 999px;
border: 2px solid rgba(255, 255, 255, 0.9);
box-shadow: 0 4px 16px rgba(230, 184, 0, 0.42);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.merged-storyline .timeline-ebook-cta:hover {
transform: translateY(-2px);
box-shadow: 0 8px 22px rgba(230, 184, 0, 0.55);
color: #1a1400;
}
.merged-storyline .timeline-ebook-cta:focus-visible {
outline: 3px solid #1a1a1a;
outline-offset: 3px;
}
.merged-storyline .timeline-ebook-cta .fa-hand-pointer {
font-size: 1.1em;
animation: timeline-finger-nudge 1.15s ease-in-out infinite;
}
@keyframes timeline-finger-nudge {
0%,
100% {
transform: translate(0, 0);
}
50% {
transform: translate(4px, 1px);
}
}
@media (prefers-reduced-motion: reduce) {
.merged-storyline .timeline-ebook-cta .fa-hand-pointer {
animation: none;
}
}
.story-node h3 {
color: #303030;
margin-bottom: 8px;
@@ -1381,4 +1447,16 @@ body.ebook-ssg2-page .flip-ebook-aspect iframe {
body.ebook-ssg2-page .ebook-back-link {
text-align: center;
margin: 0 0 2.5rem;
}
}
/* classic.html — #classic-albums Spotify 引導 */
#classic-albums .classic-stream-lead {
margin: 0 0 1rem;
font-size: 0.95rem;
line-height: 1.65;
color: #444;
}
#classic-albums .classic-stream-lead a {
font-weight: 700;
}