Episodes
.videowhisperVideoEdit
{
position: absolute;
top:34px;
right:0px;
margin:8px;
font-size: 11px;
color: #FFF;
text-shadow:1px 1px 1px #333;
background: rgba(0, 100, 255, 0.7);
padding: 3px;
border-radius: 3px;
z-index: 10;
}
.videowhisperVideo
{
position: relative;
display:inline-block;
border:1px solid #aaa;
background-color:#777;
padding: 0px;
margin: 2px;
width: 240px;
height: 180px;
overflow: hidden;
z-index: 0;
}
.videowhisperVideo:hover {
border:1px solid #fff;
}
.videowhisperVideo IMG
{
position: absolute;
left:0px;
top:0px;
padding: 0px;
margin: 0px;
border: 0px;
z-index: 1;
}
.videowhisperVideo VIDEO
{
position: absolute;
left:0px;
top:0px;
padding: 0px;
margin: 0px;
border: 0px;
z-index: 1;
}
.videowhisperVideoTitle
{
position: absolute;
top:0px;
left:0px;
right:40px;
margin:5px;
font-size: 12px;
color: #FFF;
text-shadow:1px 1px 1px #333;
z-index: 10;
}
.videowhisperVideoRating
{
position: absolute;
bottom: 25px;
left:5px;
font-size: 15px;
color: #FFF;
text-shadow:1px 1px 1px #333;
z-index: 10;
}
.videowhisperVideoDuration
{
position: absolute;
bottom:0px;
left:0px;
margin:5px;
font-size: 12px;
color: #FFF;
text-shadow:1px 1px 1px #333;
background: rgba(30, 30, 30, 0.5);
padding: 2px;
border-radius: 4px;
z-index: 10;
}
.videowhisperVideoResolution
{
position: absolute;
top:0px;
right:0px;
margin:5px;
font-size: 12px;
color: #FFF;
text-shadow:1px 1px 1px #333;
background: rgba(255, 50, 0, 0.5);
padding: 2px;
border-radius: 4px;
z-index: 10;
}
.videowhisperVideoDate
{
position: absolute;
bottom:0px;
right:0px;
margin: 5px;
padding: 2px;
font-size: 10px;
color: #FFF;
text-shadow:1px 1px 1px #333;
z-index: 10;
}
.videowhisperVideoViews
{
position: absolute;
bottom:10px;
right:0px;
margin: 5px;
padding: 2px;
font-size: 10px;
color: #FFF;
text-shadow:1px 1px 1px #333;
z-index: 10;
}