integ/iri/css/iri-buzz.css
author veltr
Thu, 30 May 2013 16:08:07 +0200
changeset 73 0519097d6177
parent 67 cff3bbe9e539
permissions -rw-r--r--
Loop Replay

.wrap-buzz {
    padding-top: 80px;
}

.timeline-head {
    position: fixed;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.timeline-head-wrap {
    display: inline-block;
}
.timer-wrap {
    float: left;
    margin-left: 24px;
    margin-top: 2px;
}
.timer-bar {
    width: 500px;
    height: 8px;
    background-color: #151515;
    border-bottom: 1px solid #474747;
}
.timer-bar-value {
    width: 0;
    height: 100%;
    background-color: #6b6b6b;
    -webkit-box-shadow: inset 0px 1px 1px 0px #8d8d8d;
    box-shadow: inset 0px 1px 1px 0px #8d8d8d;
}
.hours {
    position: relative;
}
.hours li {
    position: absolute;
    top: 0;
    width: 50px;
    text-align: center;
    margin-left: -25px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    color: #919191;
    font-size: 12px;
    font-weight: bold;
}
.hours li:before {
    content: "";
    width: 1px;
    height: 5px;
    margin: 2px 24px;
    background: #909090;
    block-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    display: block;
}

.control-button {
    float: left;
    margin-right: 12px;
    height: 17px;
    padding: 8px 9px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}
.control-button i {
    display: inline-block; width: 16px; height: 17px; background: url(../img/buzz-play-sprite.png);
}
.play-pause { 
    background: #1899e1;
    background: -moz-linear-gradient(top,  #1899e1 0%, #126ae3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899e1), color-stop(100%,#126ae3));
    background: -webkit-linear-gradient(top,  #1899e1 0%,#126ae3 100%);
    background: -o-linear-gradient(top,  #1899e1 0%,#126ae3 100%);
    background: -ms-linear-gradient(top,  #1899e1 0%,#126ae3 100%);
    background: linear-gradient(to bottom,  #1899e1 0%,#126ae3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899e1', endColorstr='#126ae3',GradientType=0 );
}
.play-pause:hover {
    background: #126ae3;
    background: -moz-linear-gradient(top,  #126ae3 0%, #1899e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#126ae3), color-stop(100%,#1899e1));
    background: -webkit-linear-gradient(top,  #126ae3 0%,#1899e1 100%);
    background: -o-linear-gradient(top,  #126ae3 0%,#1899e1 100%);
    background: -ms-linear-gradient(top,  #126ae3 0%,#1899e1 100%);
    background: linear-gradient(to bottom,  #126ae3 0%,#1899e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126ae3', endColorstr='#1899e1',GradientType=0 );
}
.restart{
    background: #7a7a7a;
    background: -moz-linear-gradient(top,  #7a7a7a 0%, #555555 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(100%,#555555));
    background: -webkit-linear-gradient(top,  #7a7a7a 0%,#555555 100%);
    background: -o-linear-gradient(top,  #7a7a7a 0%,#555555 100%);
    background: -ms-linear-gradient(top,  #7a7a7a 0%,#555555 100%);
    background: linear-gradient(to bottom,  #7a7a7a 0%,#555555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#555555',GradientType=0 );
}
.restart:hover{
    background: #555555;
    background: -moz-linear-gradient(top,  #555555 0%, #7a7a7a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#7a7a7a));
    background: -webkit-linear-gradient(top,  #555555 0%,#7a7a7a 100%);
    background: -o-linear-gradient(top,  #555555 0%,#7a7a7a 100%);
    background: -ms-linear-gradient(top,  #555555 0%,#7a7a7a 100%);
    background: linear-gradient(to bottom,  #555555 0%,#7a7a7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}

.pause i {
    background-position: -16px 0;
}
.play i {
    background-position: -32px 0;
}

.poster {
    float: left;
    position: relative;
    width: 150px;
    height: 200px;
}

.poster-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; top: 0; cursor: pointer;
}

.poster-datainfo {
    position: absolute; bottom: 0; left: 0; right: 0; top: 0;
    background: rgba(30,30,30,.65); display: none;
}

.poster-overlay:hover .poster-datainfo {
    display:block;
}

.poster-distribution {
    position: absolute; top: 50%; margin-top: -60px; left: 40px; width: 70px;
}

.poster-distribution li {
    height: 28px; line-height: 28px; color: #FFFFFF; font-size: 16px; font-weight: bold;
    margin: 5px; padding-left: 40px; background-image: url(../img/buzz-sprite.png); background-repeat: no-repeat;
    text-shadow: 1px 1px 0 #000000;
}

.poster-0 {
    background-position: bottom left;
}
.poster-1 {
    background-position: center left;
}
.poster-2 {
    background-position: top left;
}

#data-viz {
    padding-top: 50px;
}

#data-viz h3 {
    padding-left: 50px;
    line-height: 50px;
    color: #909090;
    font-weight: bold;
    font-size: 40px;
}

#comment {
    z-index: 20;
    position: absolute;
    display: none;
}
#comment .comment-content {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #323232;
    width: 470px;
    background-color: rgba(0,0,0,.9);
    padding: 12px 0;
    position: absolute;
    left: -235px;
    top: 8px;
    z-index: 1;
}
#comment.left .comment-content {
    left: -30px;
}
#comment.right .comment-content {
    left: -439px;
}
.comment-content .date {
    color: #626262;
    font-size: 10px;
}
.comment-content .username {
    color: #ffb500;
    font-size: 15px;
    font-weight: bold;
}
.comment-content .avatar {
    width: 52px;
    margin: 4px 9px;
    float: left;
    overflow: hidden;
}
.comment-content .avatar img {
    max-width: 50px;
    max-height: 50px;
    border: 1px solid #a4a3a8;
    margin: 0 auto; display: block;
}
.comment-right {
    margin-left: 70px;
    margin-right: 15px;
}
.action-userreview .stars-rating {
    float: right;
}
.action-userreview .stars-rating li {
    margin-right: 2px;
    background: url(../img/review-rating-star-sprite.png) top left no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block;
}
.action-rate .stars-rating li {
    margin-right: 3px;
    background: url(../img/rating-stars-large.png) top left no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
}
.action-wanttosee .stars-rating {
    display: none;
}
.stars-rating li:last-child {
    margin-right: 0;
}
.rate-0\.0 li:nth-child(n+1),
.rate-0\.5 li:nth-child(n+1),
.rate-1\.0 li:nth-child(n+2),
.rate-1\.5 li:nth-child(n+2),
.rate-2\.0 li:nth-child(n+3),
.rate-2\.5 li:nth-child(n+3),
.rate-3\.0 li:nth-child(n+4),
.rate-3\.5 li:nth-child(n+4),
.rate-4\.0 li:nth-child(n+5),
.rate-4\.5 li:nth-child(n+5) {
    background-position: top right;
}

.rate-0\.5 li:first-child,
.rate-1\.5 li:nth-child(2),
.rate-2\.5 li:nth-child(3),
.rate-3\.5 li:nth-child(4),
.rate-4\.5 li:nth-child(5) {
    background-position: top center;
}

.review-content {
    color: #ededed;
    font-size: 13px;
    margin: 8px 0 4px;
}

.action-wanttosee .review-content {
    line-height: 19px; height: 19px; padding-left: 30px;
    background: url(../img/wanttosee.png) left no-repeat;
}

#comment .comment-arrow {
    top: 0;
    left: -5px;
    display: block;
    width: 10px;
    height: 11px;
    background: url(../img/comment-arrow.png) 0 0 no-repeat;
    position: absolute;
    z-index: 2;
}

.comment-list .comment-arrow {
    margin: 2px 10px 4px; height: 1px; background-color: #171717; border-bottom: 1px solid #313131;
}

.comment-list {
    position: absolute; top: 45px; left: 0; right: 0; bottom: 0;
    overflow: auto;
}