Add playlist link button to watchlist pages; fix LastCinema slug
- Each panel now has a full-width '→ OPEN FULL PLAYLIST ON YOUTUBE' link below the embed — resolves YouTube showing single video instead of playlist - Link inherits panel accent color, inverts on hover - Renamed TheLastCinema-watchlist.md → LastCinema-watchlist.md so build.py generates lastcinema.html (matching hub link) - Regenerated all 5 collection pages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -256,6 +256,24 @@
|
||||
.panel-teal { --border-color: var(--wl-teal); }
|
||||
.panel-green { --border-color: var(--wl-green); }
|
||||
.panel-toucan { --border-color: var(--wl-toucan); }
|
||||
|
||||
.playlist-link {
|
||||
display: block;
|
||||
padding: 0.85rem 1.25rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.9rem;
|
||||
letter-spacing: 0.08em;
|
||||
color: var(--border-color);
|
||||
text-decoration: none;
|
||||
border-top: 1px solid var(--border-color);
|
||||
transition: background 100ms ease, color 100ms ease;
|
||||
}
|
||||
|
||||
.playlist-link:hover {
|
||||
background: var(--border-color);
|
||||
color: var(--bg-void);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -290,6 +308,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLN_G7yTx9SXeR047RrbIuhsJFBeBZHaeO" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="playlist-panel panel-green">
|
||||
@@ -304,6 +325,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLnPbOOvxxh-cJNVhhQ05TldMrNv_ycNPW" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="playlist-panel panel-toucan">
|
||||
@@ -318,6 +342,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLg0P6LepONgLmkrXUQpIBjnvYoi_lolo0" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="playlist-panel panel-teal">
|
||||
@@ -332,6 +359,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLAsJFJTfcTKP-eGc0S6EbCfSoctELYM7t" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="playlist-panel panel-green">
|
||||
@@ -346,6 +376,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLezayui57fOezxQBXfB0YIvM2EgSFdoZO" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="playlist-panel panel-toucan">
|
||||
@@ -360,6 +393,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLCwOPk7IsaoA61VHcHD8M3rb5dRcLm7Dy" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="playlist-panel panel-teal">
|
||||
@@ -374,6 +410,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLNPzbTO0Qe116YhIxNIj083qeTlMpD32e" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="playlist-panel panel-green">
|
||||
@@ -388,6 +427,9 @@
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<a href="https://www.youtube.com/playlist?list=PLgvBz-Cwkzii_UJNJcU0Qtr5Gzu6tG66T" target="_blank" rel="noopener" class="playlist-link">
|
||||
→ OPEN FULL PLAYLIST ON YOUTUBE
|
||||
</a>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user