diff -r 4d6f57d4571c -r 2169ca441eb3 integ/iri/css/iri-buzz.css --- a/integ/iri/css/iri-buzz.css Tue Apr 30 18:22:21 2013 +0200 +++ b/integ/iri/css/iri-buzz.css Thu May 02 14:52:38 2013 +0200 @@ -1,41 +1,231 @@ -.wrap-buzz{padding-top: 80px;} +.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-right:34px;} -.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;} -.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;} +.timeline-head { + position: fixed; + width: 100%; + z-index: 10; + text-align: center; +} +.timeline-head-wrap { + display: inline-block; +} +.timer-wrap { + float: left; + margin-right: 34px; +} +.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; +} +.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; +} -a.rejouer{float:left;width: 92px; height: 32px; display: inline-block; text-align: center; line-height: 32px; 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; 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 );} -a.rejouer: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 );} +a.rejouer { + float: left; + width: 92px; + height: 32px; + display: inline-block; + text-align: center; + line-height: 32px; + 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; + 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 ); +} +a.rejouer: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 ); +} -.posters li{float: left;width: 150px; height: 200px;overflow: hidden;} +.posters li { + float: left; + width: 150px; + height: 200px; + overflow: hidden; +} -#data-viz{padding-top: 50px;line-height: 50px; text-align: center; color: #909090; font-weight: bold; font-size: 40px;} +#data-viz { + padding-top: 50px; + line-height: 50px; + text-align: center; + color: #909090; + font-weight: bold; + font-size: 40px; +} -.comment{z-index:20;position:absolute;-webkit-border-radius: 6px;border-radius: 6px;border:2px solid #323232;width: 470px; min-height: 80px; background-color:rgba(0,0,0,.9); padding-top: 12px;} -.comment-info{margin-bottom: 8px;} -.comment .date{color: #626262; font-size: 10px;} -.comment .username{color: #ffb500; font-size: 15px; font-weight: bold;} -.comment .avatar{margin-left: 10px;float: left;width: 50px; height: 50px; border:1px solid #a4a3a8; overflow: hidden;} -.comment-right{padding-bottom: 12px;width: 380px; padding-right: 15px;float: right;} -.comment .rating{display: inline-block; float: right;} -.comment .rating li{margin-right: 2px;background: url(../img/review-rating-star-sprite.png) top right no-repeat; width:19px; height: 16px;display: inline-block;} -.comment .rating li:last-child{margin-right: 0;} -.rating.rate-1 li:first-child{background-position: top left;} -.rating.rate-1_5 li:first-child{background-position: top left;}.rating.rate-1_5 li:nth-child(2){background-position: top center;} -.rating.rate-2 li:first-child,.rating.rate-2 li:nth-child(2){background-position: top left;} -.rating.rate-2_5 li:first-child,.rating.rate-2_5 li:nth-child(2){background-position: top left;}.rating.rate-2_5 li:nth-child(3){background-position: top center;} -.rating.rate-3 li:first-child,.rating.rate-3 li:nth-child(2),.rating.rate-3 li:nth-child(3){background-position: top left;} -.rating.rate-3_5 li:first-child,.rating.rate-3_5 li:nth-child(2),.rating.rate-3_5 li:nth-child(3){background-position: top left;}.rating.rate-3_5 li:nth-child(4){background-position: top center;} -.rating.rate-4 li:first-child,.rating.rate-4 li:nth-child(2),.rating.rate-4 li:nth-child(3),.rating.rate-4 li:nth-child(4){background-position: top left;} -.rating.rate-4_5 li:first-child,.rating.rate-4_5 li:nth-child(2),.rating.rate-4_5 li:nth-child(3), .rating.rate-4_5 li:nth-child(4){background-position: top left;}.rating.rate-4_5 li:nth-child(5){background-position: top center;} -.rating.rate-5 li{background-position: top left;} -.comment p{color: #ededed; font-size: 13px; } +#comment { + z-index: 20; + position: absolute; + display: none; +} +.comment-content { + -webkit-border-radius: 6px; + border-radius: 6px; + border: 2px solid #323232; + width: 470px; + background-color: rgba(0,0,0,.9); + padding-top: 12px; + position: absolute; + left: -235px; + top: 10px; + z-index: 1; +} +.left .comment-content { + left: -30px; +} +.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 { + margin-left: 10px; + float: left; + border: 1px solid #a4a3a8; + overflow: hidden; +} +.comment-content .avatar img { + max-width: 50px; + max-height: 50px; + margin: 0 auto; display: block; +} +.comment-right { + padding-bottom: 12px; + width: 380px; + padding-right: 15px; + float: right; +} +.userreview .stars-rating { + float: right; +} +.userreview .stars-rating li { + margin-right: 2px; + background: url(../img/review-rating-star-sprite.png) top right no-repeat; + width: 19px; + height: 16px; + display: inline-block; +} +.rate .stars-rating li { + margin-right: 3px; + background: url(../img/rating-stars-large.png) top right no-repeat; + width: 21px; + height: 21px; + display: inline-block; +} +.wanttosee .stars-rating { + display: none; +} +.stars-rating li:last-child { + margin-right: 0; +} +.rate-1\.0 li:first-child, +.rate-1\.5 li:first-child, +.rate-2\.0 li:first-child, +.rate-2\.0 li:nth-child(2), +.rate-2\.5 li:first-child, +.rate-2\.5 li:nth-child(2), +.rate-3\.0 li:first-child, +.rate-3\.0 li:nth-child(2), +.rate-3\.0 li:nth-child(3), +.rate-3\.5 li:first-child, +.rate-3\.5 li:nth-child(2), +.rate-3\.5 li:nth-child(3), +.rate-4\.0 li:first-child, +.rate-4\.0 li:nth-child(2), +.rate-4\.0 li:nth-child(3), +.rate-4\.0 li:nth-child(4), +.rate-4\.5 li:first-child, +.rate-4\.5 li:nth-child(2), +.rate-4\.5 li:nth-child(3), +.rate-4\.5 li:nth-child(4), +.rate-5\.0 li { + background-position: top left; +} -.comment{display: none;} -.comment-arrow{top:-10px; left:30px;display: block;width: 10px; height: 11px; background: url(../img/comment-arrow.png) 0 0 no-repeat; position: absolute;} +.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 { + clear: both; + color: #ededed; + font-size: 13px; + margin: 8px 0 4px; +} +.wanttosee .review-content { + line-height: 19px; height: 19px; padding-left: 30px; + background: url(../img/wanttosee.png) left no-repeat; +} + +.comment-arrow { + top: 2px; + left: -5px; + display: block; + width: 10px; + height: 11px; + background: url(../img/comment-arrow.png) 0 0 no-repeat; + position: absolute; + z-index: 2; +} +