
Untitled
By: a guest on
May 7th, 2012 | syntax:
None | size: 0.53 KB | hits: 12 | expires: Never
/** http://docs.sublimevideo.net/playlists **/
/*
* You probably want to set the same width and height
* that you have set to your <video> elements.
*/
.playlist .video_wrap {
width:640px;
height:360px;
display:none;
}
.playlist .video_wrap.active {
display:block;
}
/* This will make distinguishable the currently selected thumbnail */
.playlist li.active {
background:#000;
}
/* This will create a simple hover effect */
.playlist li img {
opacity:.7;
}
.playlist li a:hover img, .playlist li.active img {
opacity:1;
}