# HG changeset patch
# User veltr
# Date 1353951776 -3600
# Node ID 89e152523cb686787a20c92366e943e5f4107395
# Parent a21b851538b20f588993779dade9684fa7a9c5de
Improving media page
diff -r a21b851538b2 -r 89e152523cb6 .hgignore
--- a/.hgignore Fri Nov 23 19:13:50 2012 +0100
+++ b/.hgignore Mon Nov 26 18:42:56 2012 +0100
@@ -2,4 +2,6 @@
syntax: regexp
^\.project$
syntax: regexp
-^\.hgcheck$
\ No newline at end of file
+^\.hgcheck$
+syntax: regexp
+^integration/js/hashcut\.js$
\ No newline at end of file
diff -r a21b851538b2 -r 89e152523cb6 integration/css/common.css
--- a/integration/css/common.css Fri Nov 23 19:13:50 2012 +0100
+++ b/integration/css/common.css Mon Nov 26 18:42:56 2012 +0100
@@ -194,7 +194,6 @@
.content{
width: 960px;
min-height: 750px;
- background: url(../img/bg-degrade.png) 0 0 repeat-x;
}
/* popin */
.popin{
@@ -533,20 +532,9 @@
height: 100%;
}
.mashup-frise .frise-segment {
- background-image: url(../img/border-right-segment.png);
- background-repeat: repeat-y;
- background-position: right top;
- -moz-box-shadow: inset 0px 1px 1px 0px #666;
- -webkit-box-shadow: inset 0px 1px 1px 0px #666;
- box-shadow: inset 0px 1px 1px 0px #666;
-}
-.mashup-frise .frise-segment:first-child{
- -moz-box-shadow: inset 1px 1px 1px 0px #666;
- -webkit-box-shadow: inset 1px 1px 1px 0px #666;
- box-shadow: inset 1px 1px 1px 0px #666;
-}
-.mashup-frise .frise-segment:last-child{
- background-image: none;
+ -moz-box-shadow: inset 1px 1px 1px #333333;
+ -webkit-box-shadow: inset 1px 1px 1px #333333;
+ box-shadow: inset 1px 1px 1px #333333;
}
.frise-segment.active, .mashup-frise .frise-segment.active {
background-image: url(../img/pinstripe-purple.png);
@@ -948,3 +936,30 @@
a.Ldt-Social-Mail:hover {
background-position: -72px -24px;
}
+
+
+.media-segment-list-inner {
+ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/bg-segments.png);
+}
+
+.media-segment-section {
+ position: absolute; height: 8px; cursor: pointer;
+ -moz-box-shadow: inset 1px 1px 1px #808080;
+ -webkit-box-shadow: inset 1px 1px 1px #808080;
+ box-shadow: inset 1px 1px 1px #808080;
+}
+
+.media-segment-popin h3, .media-found-popin h3{
+ padding: 0;
+ color: #de2500;
+ margin-bottom: 4px;
+ font-weight: 600;
+}
+
+.media-segment-popin p{
+ font-size: 12px;
+}
+
+.media-segment-popin span{
+ color: #7628df;
+}
diff -r a21b851538b2 -r 89e152523cb6 integration/css/edition.css
--- a/integration/css/edition.css Fri Nov 23 19:13:50 2012 +0100
+++ b/integration/css/edition.css Mon Nov 26 18:42:56 2012 +0100
@@ -163,7 +163,6 @@
position: absolute; right: 10px; bottom: 10px;
}
-
.media-segments h2{
color: #30036d;
font-size: 14px;
@@ -177,6 +176,21 @@
position: relative;
}
+.media-segment-popin .pointer{
+ margin-left: 140px
+}
+
+.media-segment-popin {
+ padding-top: 12px; overflow: hidden;
+ top: 2px; width: 300px; margin-left: -151px;
+ display: none;
+}
+
+.media-segment-popin p{
+ margin-right: 155px;
+ font-size: 12px;
+}
+
.media-found-segments {
clear: both; padding-top: 5px;
}
@@ -189,42 +203,12 @@
padding-bottom: 1px; position: relative;
}
-.media-segment-list-inner {
- position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/bg-segments.png);
-}
-
-.media-segment-section {
- position: absolute; height: 8px;
-}
-
.media-current-section {
background: url(../img/pinstripe-purple.png);
top: -2px; bottom: -2px; margin-left: -1px; padding: 2px 1px;
position: absolute;
}
-.media-segment-popin .pointer{
- margin-left: 140px
-}
-.media-segment-popin {
- padding-top: 12px; overflow: hidden;
- top: 2px; width: 300px; margin-left: -151px;
- display: none;
-}
-.media-segment-popin h3, .media-found-popin h3{
- padding: 0;
- color: #de2500;
- margin-bottom: 4px;
- font-weight: 600;
-}
-.media-segment-popin p{
- margin-right: 155px;
- font-size: 12px;
-}
-.media-segment-popin span{
- color: #7628df;
-}
-
.media-found-popin {
padding-top: 12px; overflow: hidden;
top: 2px; width: 170px; display: none;
diff -r a21b851538b2 -r 89e152523cb6 integration/css/hashcut.css
--- a/integration/css/hashcut.css Fri Nov 23 19:13:50 2012 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,88 +0,0 @@
-.more-info-wrap{
- padding-right: 10px;
-}
-.more-info{
- text-align: left;
-}
-.more-info th{
- font-weight: 600;
- font-style: normal;
- font-size: 12px;
- width: 78px;
-}
-.more-info td{
- padding-bottom: 12px;
- font-size: 12px;
-}
-.more-info a{
- text-decoration: underline;
-}
-.more-info a:hover{
- text-decoration: none;
-}
-.info-title a{
- color:#30036d;
- font-size: 14px;
- font-weight: bold;
-}
-.info-duration td{
- color: #de2500;
-}
-.info-author a{
- color: #7628df;
-}
-.cloner{
- float: right; margin-bottom: 8px;
-}
-.list-video{
- height: auto;
- margin-left: -10px;
-}
-.item-video:hover,
-.item-video.active{
- background: url(../img/arrow-item-video-sprite.png) left center no-repeat;
-}
-.time-length{
- margin-bottom: 5px;
-}
-.item-video .frise{
- width: 100%;
- height: 8px;
- background-color: #999999;
- display: block;
-}
-.title-video a {
- color: #30036d;
-}
-.item-video .title-video a:hover {
- text-decoration: underline;
-}
-.item-video .frise{
- border:none;
-}
-.bloc-video{
- padding-left: 10px;
-}
-.video {
- height: 400px;
- width: 620px;
-}
-.bloc-pvw{
- margin-top: 7px;
-}
-.popin-content h2{
- margin: 0;
- border:none;
-}
-.Ldt-Ctrl {
- margin-bottom: 6px;
-}
-.Ldt-Slider {
- margin: 0;
-}
-.frise-segment {
- cursor: pointer;
-}
-.segment-info .pointer {
- margin-left: -10px;
-}
diff -r a21b851538b2 -r 89e152523cb6 integration/css/players.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/integration/css/players.css Mon Nov 26 18:42:56 2012 +0100
@@ -0,0 +1,128 @@
+.more-info-wrap{
+ padding-right: 10px;
+}
+.more-info{
+ text-align: left;
+}
+.more-info th{
+ font-weight: 600;
+ font-style: normal;
+ font-size: 12px;
+ width: 78px;
+}
+.more-info td{
+ padding-bottom: 12px;
+ font-size: 12px;
+}
+.more-info a{
+ text-decoration: underline;
+}
+.more-info a:hover{
+ text-decoration: none;
+}
+.info-title a{
+ color:#30036d;
+ font-size: 14px;
+ font-weight: bold;
+}
+.info-duration td{
+ color: #de2500;
+}
+.info-author a{
+ color: #7628df;
+}
+.cloner{
+ float: right; margin-bottom: 8px;
+}
+.list-video{
+ height: auto;
+ margin-left: -10px;
+ max-height: 450px;
+}
+.item-video:hover,
+.item-video.active{
+ background: url(../img/arrow-item-video-sprite.png) left center no-repeat;
+}
+.time-length{
+ margin-bottom: 5px;
+}
+.item-video .frise{
+ width: 100%;
+ height: 8px;
+ background-color: #999999;
+ display: block;
+}
+.title-video a {
+ color: #30036d;
+}
+.item-video .title-video a:hover {
+ text-decoration: underline;
+}
+.item-video .frise{
+ border:none;
+}
+.bloc-video{
+ padding-left: 10px;
+}
+.video {
+ height: 400px;
+ width: 620px;
+}
+.bloc-pvw{
+ margin-top: 7px;
+}
+.popin-content h2{
+ margin: 0;
+ border:none;
+}
+.Ldt-Ctrl {
+ margin-bottom: 6px;
+}
+.Ldt-Slider {
+ margin: 0;
+}
+.frise-segment {
+ cursor: pointer;
+}
+.segment-info .pointer {
+ margin-left: -10px;
+}
+
+.media-segment-popin .pointer{
+ margin-left: 105px
+}
+
+.media-segment-popin {
+ padding-top: 12px; overflow: hidden;
+ top: 2px; width: 230px; margin-left: -116px;
+ display: none;
+}
+
+.media-segment-list {
+ margin: 8px 0 0;
+ padding-bottom: 1px;
+ position: relative;
+}
+
+.active .media-segment-section, .media-segment:hover .media-segment-section {
+ -moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+ -webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+ box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+}
+
+.mashup-link {
+ display: none;
+ font-size: 13px;
+ color: #30036D;
+ margin-top: 5px;
+}
+
+.mashup-link a {
+ color: #30036D;
+ font-weight: 600;
+ text-decoration: underline;
+}
+
+.mashup-link a:hover {
+ text-decoration: none;
+}
diff -r a21b851538b2 -r 89e152523cb6 integration/edition.html
--- a/integration/edition.html Fri Nov 23 19:13:50 2012 +0100
+++ b/integration/edition.html Mon Nov 26 18:42:56 2012 +0100
@@ -352,16 +352,7 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+