--- a/integration/css/common.css Tue Nov 27 13:55:27 2012 +0100
+++ b/integration/css/common.css Tue Nov 27 13:56:35 2012 +0100
@@ -171,24 +171,37 @@
}
.header .profil-wrap a{
width: 160px;
- display: block;
+ display: inline-block;
text-align: right;
- position: absolute;
right: 0;
- font-size: 14px;
+ font-size: 13px;
color: #30036d;
padding-right: 18px;
}
+.profil-wrap li{
+ text-align: right;
+ line-height: 18px;
+}
.header .profil-wrap a:hover{
color: #FF00FC;
}
.header .profil-wrap a.all-hashcut{
- top: 12px;
- background: url(../img/arrow-top.png) right 2px no-repeat;
+ top: 2px;
+ background: url(../img/arrow-top.png) right 3px no-repeat;
}
.header .profil-wrap a.my-profil{
- top: 32px;
- background: url(../img/arrow-bot.png) right 4px no-repeat;
+ top: 42px;
+ background: url(../img/arrow-bot.png) right 6px no-repeat;
+}
+.space-top{
+ padding-top: 10px;
+}
+.space-top-2{
+ padding-top: 30px;
+}
+.header .profil-wrap a.new-hashcut{
+ top: 22px;
+ background: url(../img/pencil-icon.png) right 0px no-repeat;
}
/* content */
.content{
--- a/integration/css/home.css Tue Nov 27 13:55:27 2012 +0100
+++ b/integration/css/home.css Tue Nov 27 13:56:35 2012 +0100
@@ -9,6 +9,8 @@
font-size: 24px;
text-decoration: underline;
font-weight: bold;
+ background: url(../img/pencil-icon.png) right 12px no-repeat;
+ padding-right: 22px;
}
.title-header h2 a:hover{
text-decoration: none;
@@ -20,8 +22,6 @@
margin-right: 0;
}
-
-
.last .video-item:nth-child(4n+4){
margin-right: 0;
}
@@ -48,39 +48,41 @@
.definition p a:hover{
text-decoration: none;
}
-.how-to li{
+.how-to li{
background-image: url(../img/how-to-sprite.png);
background-repeat: no-repeat;
margin-bottom: 2px;
}
-.how-to li h3{
- color: #de2500;
+.how-to h3{
font-size: 18px;
font-weight: bold;
margin-bottom: 12px;
}
-.how-to li p{
+.how-to h3 a{
+ color: #de2500;
+}
+
+.how-to h3 a:hover{
+ text-decoration: underline;
+}
+.how-to p{
font-size: 12px;
word-wrap: break-word;
width: 210px;
}
-.how-to li.inscription{
+.inscription{
height: 84px;
background-position: 212px 0;
}
-.how-to li.creation{
+.creation{
height: 100px;
background-position: 212px -128px;
}
-.how-to li.creation{
- height: 100px;
- background-position: 212px -128px;
-}
-.how-to li.publier{
+.publier{
height: 90px;
background-position: 212px -266px;
}
-.how-to li.next-step{
+.next-step{
height: 24px;
background-position: 212px -377px;
}
\ No newline at end of file
--- a/integration/edition.html Tue Nov 27 13:55:27 2012 +0100
+++ b/integration/edition.html Tue Nov 27 13:56:35 2012 +0100
@@ -123,8 +123,10 @@
<p class="time-length">Durée: <span class="mashup-total-duration">00:00</span></p>
</div>
<div class="profil-wrap">
- <a href="#" class="all-hashcut">Tous les Hashcuts</a>
- <a href="#user" class="my-profil open-popin">Mon profil</a>
+ <ul class="space-top">
+ <li><a href="#" class="all-hashcut">Tous les Hashcuts</a></li>
+ <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
+ </ul>
</div>
</div><!-- header -->
</div> <!-- wrap-header -->
@@ -338,8 +340,8 @@
<li><a href="#">Contacts</a></li>
</ul>
<ul class="links-right">
- <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
- <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
+ <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
+ <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
<li>© 2012</li>
</ul>
</div><!-- footer -->
@@ -353,6 +355,7 @@
<script type="text/javascript" src="lib/underscore-min.js"></script>
<script type="text/javascript" src="lib/popcorn-complete.min.js"></script>
<script type="text/javascript" src="js/hashcut.js"></script>
+ <script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
IriSP.endpoints = {
--- a/integration/hashcut.html Tue Nov 27 13:55:27 2012 +0100
+++ b/integration/hashcut.html Tue Nov 27 13:56:35 2012 +0100
@@ -112,8 +112,11 @@
<p class="title-video" href="#">Hashcut sans titre</p>
</div>
<div class="profil-wrap">
- <a href="#" class="all-hashcut">Tous les Hashcuts</a>
- <a href="#user" class="my-profil open-popin">Mon profil</a>
+ <ul>
+ <li><a href="#" class="all-hashcut">Tous les Hashcuts</a></li>
+ <li><a href="edition.html" class="new-hashcut">Créer un Hashcut</a></li>
+ <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
+ </ul>
</div>
</div><!-- header -->
</div><!-- wrap-header -->
@@ -245,8 +248,8 @@
<li><a href="#">Contacts</a></li>
</ul>
<ul class="links-right">
- <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
- <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
+ <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
+ <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
<li>© 2012</li>
</ul>
</div><!-- footer -->
@@ -259,6 +262,7 @@
<script type="text/javascript" src="lib/popcorn-complete.min.js"></script>
<script type="text/javascript" src="lib/ZeroClipboard.js"></script>
<script type="text/javascript" src="js/hashcut.js"></script>
+ <script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
IriSP.endpoints = {
--- a/integration/home.html Tue Nov 27 13:55:27 2012 +0100
+++ b/integration/home.html Tue Nov 27 13:56:35 2012 +0100
@@ -100,8 +100,9 @@
<h2><a href="#">Créer un hashcut !</a></h2>
</div>
<div class="profil-wrap">
-
- <a href="#user" class="my-profil open-popin">Mon profil</a>
+ <ul class="space-top-2">
+ <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
+ </ul>
</div>
</div><!-- header -->
</div><!-- wrap-header -->
@@ -172,25 +173,25 @@
<div class="right-content">
<div class="definition">
<h2>Hashcuts ?</h2>
- <p>Un <strong>Hashcut</strong> est à la fois une <a href="#">Hypervidéo</a> (ensemble de vidéos cliquable, permettant une navigation entre vidéos) et un <a href="#">Mashup</a> (mélange de médias, de l’anglais mash, «purée»).</p>
+ <p>Un <strong>Hashcut</strong> est à la fois une <a href="http://fr.wikipedia.org/wiki/Hypervid%C3%A9o" target="_blank">Hypervidéo</a> (vidéo cliquable) et un <a href="http://fr.wikipedia.org/wiki/Mashup_%28video%29" target="_blank">Mashup</a> (mélange de médias, de l’anglais mash, «purée»).</p>
<p>Un <strong>Hashcut</strong> est un assemblage de citations de vidéos, mises bout à bout, sans altération des médias d’origine, et permet à chacun de proposer un nouveau regard, une porte d’entrée éditorialisée sur ces médias.</p>
</div>
<div class="how-to">
<h2>Comment faire ?</h2>
<ul>
<li class="inscription">
- <h3>1. S’inscrire</h3>
+ <h3><a href="#">1. S’inscrire</a></h3>
<p>Commencez par créer votre espace personnel sur cette plateforme !</p>
</li>
<li class="next-step"></li>
<li class="creation">
- <h3>2. Créer un hashcut</h3>
+ <h3><a href="edition.html">2. Créer un hashcut</a></h3>
<p>Choisissez des médias, segmentez les, assemblez les segments et rajoutez des commentaires sur le Hashcut.</p>
</li>
<li class="next-step"></li>
<li class="publier">
- <h3>3. Publier et partager</h3>
- <p>Une fois le hashcut terminé, publiez-le sur cette plateforme etpartagez votre création sur les réseaux sociaux</p>
+ <h3><a href="#">3. Publier et partager</a></h3>
+ <p>Une fois le hashcut terminé, publiez-le sur cette plateforme et partagez votre création sur les réseaux sociaux</p>
</li>
</ul>
</div>
@@ -204,8 +205,8 @@
<li><a href="#">Contacts</a></li>
</ul>
<ul class="links-right">
- <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
- <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
+ <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
+ <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
<li>© 2012</li>
</ul>
</div><!-- footer -->
--- a/integration/media.html Tue Nov 27 13:55:27 2012 +0100
+++ b/integration/media.html Tue Nov 27 13:56:35 2012 +0100
@@ -13,7 +13,6 @@
<link rel="stylesheet" href="css/players.css" />
</head>
<body>
-
<div class="wrap-header-top">
<div class="wrap-header-top-content">
<a title="Bibliothèque Publique d'Information" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
@@ -112,8 +111,11 @@
<p class="title-video" href="#">Titre du Média</p>
</div>
<div class="profil-wrap">
- <a href="#" class="all-hashcut">Tous les Hashcuts</a>
- <a href="#user" class="my-profil open-popin">Mon profil</a>
+ <ul>
+ <li><a href="#" class="all-hashcut">Tous les Hashcuts</a></li>
+ <li><a href="edition.html" class="new-hashcut">Créer un Hashcut</a></li>
+ <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
+ </ul>
</div>
</div><!-- header -->
</div><!-- wrap-header -->
@@ -207,8 +209,8 @@
<li><a href="#">Contacts</a></li>
</ul>
<ul class="links-right">
- <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
- <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
+ <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
+ <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
<li>© 2012</li>
</ul>
</div><!-- footer -->
@@ -221,6 +223,7 @@
<script type="text/javascript" src="lib/popcorn-complete.min.js"></script>
<script type="text/javascript" src="lib/ZeroClipboard.js"></script>
<script type="text/javascript" src="js/hashcut.js"></script>
+ <script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
IriSP.endpoints = {
--- a/integration/profil.html Tue Nov 27 13:55:27 2012 +0100
+++ b/integration/profil.html Tue Nov 27 13:56:35 2012 +0100
@@ -98,8 +98,11 @@
</a></h1>
<div class="title-header"></div>
<div class="profil-wrap">
- <a href="#" class="all-hashcut">Tous les Hashcuts</a>
- <a href="#user" class="my-profil open-popin">Mon profil</a>
+ <ul>
+ <li><a href="#" class="all-hashcut">Tous les Hashcuts</a></li>
+ <li><a href="edition.html" class="new-hashcut">Créer un Hashcut</a></li>
+ <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
+ </ul>
</div>
</div><!-- header -->
</div><!-- wrap-header -->
@@ -152,8 +155,8 @@
<li><a href="#">Contacts</a></li>
</ul>
<ul class="links-right">
- <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
- <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
+ <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
+ <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
<li>© 2012</li>
</ul>
</div><!-- footer -->