thumb="${_BASE}/video/${CHANNEL_ID}/${VIDEO_ID}_thumb.jpg"
[ "$NAME" = \\ ] && NAME="(Unnamed Video)"
printf '[div .video .thumb
- [h3 [a href="%s/channel/%s/%s/" . %s]]
- [figure [img src="%s" alt=""]]
- [span .duration . %i:%02i]
- [div .description . %s]
+ [a href="%s/channel/%s/%s/"
+ [h3 . %s]
+ [figure [img src="%s" alt=""]]
+ [span .duration . %i:%02i]
+ [div .description . %s]
+ ]
]' "$_BASE" "$CHANNEL_ID" "$VIDEO_ID" \
"$(HTML "${VIDEO_NAME:-(Unnamed Video)}")" \
"$thumb" \
@media(min-width: 84em) { .channel > .description, .video.thumb, .newvideo { max-width: 19%; } }
@media(min-width: 104em) { .channel > .description, .video.thumb, .newvideo { max-width: 19em; } }
+.video.thumb > a {
+ display: block;
+ color: inherit;
+ font-style: inherit;
+ text-decoration: inherit;
+}
+
.video.thumb figure {
position: absolute; top: 0;
height: 11em; width: 100%;