.play-head, .play-second-line {
clear: both;
}
.play-second-line {
position: relative;
}
.play-head {
margin-top: 8px;
}
.title-block {
float: left; width: 248px; margin: 0 0 8px 8px;
}
.play-head h1 {
font-size: 28px; line-height: 30px;
}
.play-block {
width: 402px; height: 30px;
}
.button {
float: left; width: 18px; margin: 6px 4px;
height: 18px; background: url(../img/sprites.png);
}
.button:hover {
opacity: .5;
}
.play-button.playing {
background-position: -18px 0;
}
.next-button {
background-position: -36px 0;
}
.prev-button {
background-position: -54px 0;
}
.lock-button {
width: 72px; height: 24px; margin: 3px 4px; background-position: -36px -42px;
}
.lock-button.locked, .lock-button:hover {
background-position: -36px -18px;
}
.lock-button.locked:hover {
background-position: -36px -42px;
}
.duration, .time-separator, .current-time {
float: left; height: 30px;
font-size: 20px; line-height: 30px;
}
.time-separator {
width: 6px; text-align: center;
}
.duration, .current-time {
width: 100px; margin: 0 8px;
}
.current-time {
text-align: right; color: #CCCCCC;
}
.explain-block {
width: 340px; height: 30px; padding: 0 5px;
}
.keyword-search {
line-height: 20px; padding: 0 5px; margin-top: 4px; border: 1px solid #000000; width: 300px; font-size: 18px;
background: #666666; float: left;
}
.keyword-search a {
color: #FFFFFF; text-decoration: none;
}
a.placeholder {
color: #cccccc;
}
.shadow-block {
float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0;
}
.play-bottom {
position: absolute; left: 8px; top: 96px; bottom: 8px; right: 8px; overflow: hidden;
}
.home-button {
background-position: -72px 0;
}
.play-canvas {
position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.topics-block {
float: left; clear: both; width: 10000px; height: 50px; left: 20px;
}
.topics-list {
float: left;
}
.topic {
float: left; padding: 2px; cursor: pointer; background: #333333;
}
.topic-words li {
display: inline-block; color: #fff; padding: 2px 4px;
font-size: 14px; line-height: 16px;
}
.left-arrow, .right-arrow {
position: absolute; top: 0; width: 9px; height: 20px; padding: 13px 8px; cursor: pointer;
}
.left-arrow {
left: 0; background: -moz-linear-gradient(left, rgba(0,0,0,1), rgba(0,0,0,0));
}
.right-arrow {
right: 0; background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0));
}
.inside-arrow {
width: 9px; height: 20px; background: url(../img/sprites.png);
}
div:hover>.inside-arrow {
opacity: .5;
}
.left-arrow .inside-arrow {
background-position: 0 -54px;
}
.right-arrow .inside-arrow {
background-position: -9px -54px;
}
.highlight {
color: #333333; background: #ffff00;
}
.play-images {
left: 155px; position: absolute;
}
.play-images img {
position: absolute; left: 0; width: 80px; height: 45px;
}
.play-localtweets {
left: 390px;
width: 450px;
position: absolute;
z-index: 2;
}
.tweet {
background: #666666; padding: 4px; min-height: 32px;
}
.tweet img {
width: 32px; height: 32px; float: left;
}
.tweet p {
margin-left: 36px; font-size: 15px; text-shadow: 0 0 2px #000000; line-height: 16px;
}
.tweet a {
color: #ffffc0;
}
.play-tagcloud {
right: 0;
top: 5px;
position: absolute;
width: 140px;
}
.play-tagcloud li {
cursor: pointer;
height: 20px;
padding: 3px 0;
text-align: center;
}
.play-tagcloud li.selected {
background: #FFFF00; color: #000000;
}
.user-tweets {
position: absolute; left: 420px; top: 40px; bottom: 40px; right: 60px; display: none;
background: rgba(64,64,64,.8); border-radius: 10px; z-index: 4; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.user-tweets-head {
font-size: 14px; text-align: center; margin: 10px 0 0;
}
.user-tweets-list {
position: absolute; left: 10px; top: 30px; bottom: 10px; right: 10px; overflow: auto;
}
.close-user-tweets {
float: right; font-size: 20px; font-weight: bold; margin: 5px; text-decoration: none; color: #FFFFFF;
}
.user-tweets-list .tweet {
margin-bottom: 10px; cursor: hand;
}
.user-tweets-list .tweet:hover {
background: #808080; cursor: pointer;
}
.user-name {
font-weight: bold;
}