Sha256: a629dd389909036d3603ed2f0eb161c4a5d60879086b7aa3dfa08a01f2ed59bd
Contents?: true
Size: 1012 Bytes
Versions: 94
Compression:
Stored size: 1012 Bytes
Contents
$module_path: '/assets/common/module-video-thumbnail'; ///////////////////////////////////////////////////////////////////////////////////////// .module-video-thumbnail { display:inline-block; position:relative; .video-thumb { vertical-align:bottom; height:77px; width:138px; overflow:hidden; @include border-radius(2px); display:inline-block; position:relative; img { top:0; min-height:77px; min-width:138px; display:block; position:absolute; left:0; } } .video-time { position:absolute; right:2px; bottom:2px; padding:0 4px; @include opacity(.75); line-height:14px; height:14px; font-weight:bold; font-size:11px; color:#ffffff; @include border-radius(3px); background:#000000; } .play { width:55px; height:35px; position:absolute; left:50%; margin-left:-23px; top:50%; margin-top:-17px; display:none; background:url(#{$module_path}/icon-play.png) 0 0 no-repeat; z-index:5; &:hover { background-position:0 -35px; } } &:hover { .play { display:block; cursor:pointer; cursor:hand; } } }
Version data entries
94 entries across 94 versions & 2 rubygems