Created
June 23, 2011 12:58
-
-
Save rymai/1042487 to your computer and use it in GitHub Desktop.
SublimeVideo: Interactive thumbnails CSS rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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