# HG changeset patch # User veltr # Date 1351530669 -3600 # Node ID 7c394ea40f28aa35087d6a5e1529642defa3c156 # Parent eea45f9b124bdfcd43935ce7877c621a1dbafaaa# Parent 1fbf7d835dc2bbe1caed72774d4aaa247d944090 Merge with 1fbf7d835dc2bbe1caed72774d4aaa247d944090 diff -r eea45f9b124b -r 7c394ea40f28 integration/css/common.css --- a/integration/css/common.css Mon Oct 29 18:02:10 2012 +0100 +++ b/integration/css/common.css Mon Oct 29 18:11:09 2012 +0100 @@ -84,6 +84,11 @@ margin-bottom: 1px; } /* header */ +.title-header{ + width: 460px; + float: left; + height: 60px; +} .header{ position: relative; background-color: #e2dbfd; @@ -211,7 +216,8 @@ .button:hover{ background-color: #FF00FC } -.user.login h2, .user.signup h2 { +.user.login h2, +.user.signup h2 { color: #de2500; font-size: 14px; font-weight: 600; @@ -304,4 +310,52 @@ } .footer .links-right li img { vertical-align: middle; +} +/* video-item */ +.hashcut-video-wrap{ + padding-left: 10px; + overflow: hidden; + margin-bottom: 16px; +} +.video-item{ + width: 300px; + float: left; + margin-right: 20px; +} + +.video-item h3{ + font-size: 12px; +} +.video-item h3 strong{ + font-weight: 600; +} +.video-item h3 span{ + color: #de2500; +} +.video-item .screenshot{ + display: inline-block; + margin-bottom: 8px; +} +.video-item h3 a{ + border-bottom: 1px solid #bababa; + display: inline-block; + line-height: 12px; +} +.video-item h3 a:hover{ + border-bottom: none; +} +.pagination{ + text-align: center; +} +.pagination a{ + font-size: 14px; + color: #7628df; + text-decoration: underline; +} +.pagination a:hover{ + text-decoration: none; +} +.pagination a.active{ + color: #de2500; + text-decoration: none; } \ No newline at end of file diff -r eea45f9b124b -r 7c394ea40f28 integration/css/edition.css --- a/integration/css/edition.css Mon Oct 29 18:02:10 2012 +0100 +++ b/integration/css/edition.css Mon Oct 29 18:11:09 2012 +0100 @@ -126,6 +126,7 @@ width: 458px; position: relative; height: 22px; + overflow: hidden; } .frise .segment{ height: 22px; @@ -139,10 +140,29 @@ position: relative; border: 1px solid #333333; } +.segments,.indications{ + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; +} +.indications{ + z-index: 2; +} +.aucun-segment{ + font-weight: 600; + font-style: italic; + text-align: center; + line-height: 20px; + width: 100%; + z-index:0; +} .frise .segment{ - float: left; - margin-left: -1px; - border-right: 1px solid #333; + position: absolute; + background-image: url(../img/border-right-segment.png); + background-repeat: repeat-y; + background-position: right top; -moz-box-shadow: inset 0px 2px 2px 0px #333; -webkit-box-shadow: inset 0px 2px 2px 0px #333; box-shadow: inset 0px 2px 2px 0px #333; @@ -151,15 +171,15 @@ -moz-box-shadow: inset 2px 2px 2px 0px #333; -webkit-box-shadow: inset 2px 2px 2px 0px #333; box-shadow: inset 2px 2px 2px 0px #333; - margin-left: 0; } .frise .segment:last-child{ - border-right: 0; + background-image: none; } .frise span.indication{ display: inline-block; position: absolute; color: #FFF; + top:0; left: 0px; font-size: 10px; width: 30px; @@ -217,10 +237,12 @@ .time-tangle { color: #7628df; cursor: w-resize; position: relative; } -.time-tangle:hover, .time-tangle.active { +.time-tangle:hover, +.time-tangle.active { color: #FF00FC; border-bottom: 1px dashed #7628df; } -.time-tangle:hover:after, .time-tangle.active:after { +.time-tangle:hover:after, +.time-tangle.active:after { color: #7628DF; position: absolute; top: 18px; left: 50%; width: 160px; margin-left: -80px; font-size: 12px; text-align: center; content: "glisser pour modifier" @@ -370,7 +392,7 @@ } .col-left .item-video:hover, .col-left .item-video.active{ - background: url(../img/arrow-item-video-sprite.png) right top no-repeat; + background: url(../img/arrow-item-video-sprite.png) right center no-repeat; } /* col-right */ .col-right{ @@ -405,7 +427,7 @@ .col-right .item-video:hover, .col-right .item-video.active{ - background: url(../img/arrow-item-video-sprite.png) left top no-repeat; + background: url(../img/arrow-item-video-sprite.png) left center no-repeat; } /* popin - frise-description */ diff -r eea45f9b124b -r 7c394ea40f28 integration/css/home.css --- a/integration/css/home.css Mon Oct 29 18:02:10 2012 +0100 +++ b/integration/css/home.css Mon Oct 29 18:11:09 2012 +0100 @@ -1,9 +1,4 @@ /* header */ -.title-header{ - width: 460px; - float: left; - height: 60px; -} .title-header h2{ width: 100%; text-align: center; @@ -38,68 +33,21 @@ width: 630px; margin-right: 20px; } -.hashcut-video-wrap{ - padding-left: 10px; - overflow: hidden; - margin-bottom: 16px; -} -.news{ - width: 300px; - float: left; - margin-right: 20px; -} -.news:nth-child(2n+2){ +.news .video-item:nth-child(2n+2){ margin-right: 0; } -.hashcut-video-wrap h3{ - font-size: 12px; -} -.hashcut-video-wrap h3 strong{ - font-weight: 600; -} -.last h3 strong{ - margin-bottom: 2px; - font-weight: 600; - display: block; -} -.hashcut-video-wrap h3 a{ - border-bottom: 1px solid #bababa; - display: inline-block; - line-height: 12px; -} -.hashcut-video-wrap h3 a:hover{ - border-bottom: none; -} -.hashcut-video-wrap h3 span{ - color: #de2500; -} -.hashcut-video-wrap a.screenshot{ - display: inline-block; - margin-bottom: 8px; -} -.last:nth-child(4n+4){ + + + +.last .video-item:nth-child(4n+4){ margin-right: 0; } -.last{ +.last .video-item{ width: 140px; float: left; margin: 0 20px 12px 0; } -.pagination{ - text-align: center; -} -.pagination a{ - font-size: 14px; - color: #7628df; - text-decoration: underline; -} -.pagination a:hover{ - text-decoration: none; -} -.pagination a.active{ - color: #de2500; - text-decoration: none; -} + /* right-content */ .right-content{ width: 310px; diff -r eea45f9b124b -r 7c394ea40f28 integration/css/profil.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/css/profil.css Mon Oct 29 18:11:09 2012 +0100 @@ -0,0 +1,17 @@ +.title-content{ + padding: 20px 0 6px; + border-bottom: 1px solid #333333; + color: #30036d; + font-size: 18px; + font-weight: 600; + margin-bottom: 14px; +} +.title-content a{ + color: #ff00fc; +} +.profil .video-item{ + margin-bottom: 16px; +} +.profil .video-item:nth-child(3n+3){ + margin-right: 0; +} diff -r eea45f9b124b -r 7c394ea40f28 integration/edition.html --- a/integration/edition.html Mon Oct 29 18:02:10 2012 +0100 +++ b/integration/edition.html Mon Oct 29 18:11:09 2012 +0100 @@ -111,8 +111,8 @@ Le Mashup
Cliquable
- Hashcut sans titre -

Durée: 02:24

+ Hashcut sans titre +

Durée: 00:00

Tous les Hashcuts @@ -258,17 +258,19 @@
- 00:30 - 00:30 - 00:30 - 00:30 +
+ 00:30 + 00:30 + 00:30 + 00:30 +
-
-
-
-
-
+
+
+
+
+
@@ -277,10 +279,10 @@

Chargement de la capsule lunaire

@@ -310,17 +312,17 @@

Liste des segments

- +

Aucun segment

- 00:30 + 00:30 00:30
-
-
-
-
-
+
+
+
+
+
diff -r eea45f9b124b -r 7c394ea40f28 integration/home.html --- a/integration/home.html Mon Oct 29 18:02:10 2012 +0100 +++ b/integration/home.html Mon Oct 29 18:11:09 2012 +0100 @@ -99,52 +99,53 @@

Hashcuts à la Une

-
-
+
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

Derniers Hashcuts

-
-
+
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

-
+

Mon Hashcut par Hashcutter | 02:24

+