Skip to content

Instantly share code, notes, and snippets.

@rymai
Created June 23, 2011 12:58
Show Gist options
  • Save rymai/1042487 to your computer and use it in GitHub Desktop.
Save rymai/1042487 to your computer and use it in GitHub Desktop.
SublimeVideo: Interactive thumbnails CSS rules
#interactive .video_wrap {
width:640px;
height:360px;
display:none;
}
#interactive .video_wrap.active {
display:block;
}
#interactive li.active {
background:#000;
}
#interactive li img {
opacity:.7;
}
#interactive li a:hover img,#interactive li.active img {
opacity:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment