# HG changeset patch # User Edwin Razafimahatratra # Date 1355165308 -3600 # Node ID 1f10a9688c1bbe16e9d36181bb10369c3d516454 # Parent 6cd5bc3dc7a2174c7634941cc05a11a65471bd84 interchoix prologue diff -r 6cd5bc3dc7a2 -r 1f10a9688c1b web/index.html --- a/web/index.html Sun Dec 09 19:59:03 2012 +0100 +++ b/web/index.html Mon Dec 10 19:48:28 2012 +0100 @@ -22,8 +22,8 @@
- -
+ +

UNE EXPÉRIENCE DE CINÉMA

THE END, ETC.

@@ -35,8 +35,8 @@ - -
+ +
diff -r 6cd5bc3dc7a2 -r 1f10a9688c1b web/inter_choix.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/inter_choix.html Mon Dec 10 19:48:28 2012 +0100 @@ -0,0 +1,41 @@ + + + + + The End - @todo + + + + + + + + + + + + +
+ + +
+
+

3 ÉCRANS

+

CHOISISSEZ UN MOT PAR ÉCRANS

+

COMPOSEZ VOTRE FILM

+
+
+
+ + + + + + + + + \ No newline at end of file diff -r 6cd5bc3dc7a2 -r 1f10a9688c1b web/prologue.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/prologue.html Mon Dec 10 19:48:28 2012 +0100 @@ -0,0 +1,38 @@ + + + + + The End - @todo + + + + + + + + + + + + +
+ + +
+ +
+
+ + + + + + \ No newline at end of file diff -r 6cd5bc3dc7a2 -r 1f10a9688c1b web/static/res/css/style_1024.css --- a/web/static/res/css/style_1024.css Sun Dec 09 19:59:03 2012 +0100 +++ b/web/static/res/css/style_1024.css Mon Dec 10 19:48:28 2012 +0100 @@ -87,7 +87,7 @@ fieldset, img, button { border: 0; } -img, table, td, blockquote, code, pre, textarea, input, object, embed/*, video */ { /*edwin*/ +img, table, td, blockquote, code, pre, textarea, input, object, embed/*, video */ { max-width: 100%; } @@ -158,6 +158,8 @@ p, pre { margin: 1em 0; + font-family: Arial, sans-serif; + color: #ffffff; } dl, menu, @@ -221,6 +223,19 @@ .floatR { float: right; } +.big_txt { + font-family: "Arial Black", sans-serif; + font-size: 51px; + text-align: center; + margin: 109px 0; +} +.big_link { + font-family: "Arial Black", sans-serif; + font-size: 21px; + text-align: center; + padding: 14px 0 16px 0; + margin: 0; +} /*----------------------------------------------*/ /* site takes all the space of the browser */ /*----------------------------------------------*/ @@ -242,7 +257,6 @@ box-sizing: border-box; } footer { - position: absolute; bottom: 0; left: 0; @@ -254,6 +268,9 @@ -moz-box-sizing: border-box; box-sizing: border-box; } +#content.full_screen { + width: 100%; +} /*----------------------------------------------*/ /* the elements takes the full height of "content_top" */ /*----------------------------------------------*/ @@ -298,13 +315,6 @@ display:block; margin: 0 auto; } -.big_link { - font-family: "Arial Black", sans-serif; - font-size: 21px; - text-align: center; - padding: 14px 0 16px 0; - margin: 0; -} /*----------------------------------------------*/ /* 9- Footer HP */ /*----------------------------------------------*/ diff -r 6cd5bc3dc7a2 -r 1f10a9688c1b web/static/res/json/sequences.json --- a/web/static/res/json/sequences.json Sun Dec 09 19:59:03 2012 +0100 +++ b/web/static/res/json/sequences.json Mon Dec 10 19:48:28 2012 +0100 @@ -1,55 +1,18 @@ { - "part1" : [ - { - "src": "static/res/video/boucle/FOND1", - "in": 0, - "out": 2 - }, - { - "src": "static/res/video/boucle/FOND2", - "in": 0, - "out": 2 - }, - { - "src": "static/res/video/boucle/FOND3", - "in": 0, - "out": 2 - } + "words" : [ + "famille", "amour", "travail", "international", "dieu", "president", "actif", "passif", "corps", "charite", "patrie", "politique", "spleen", "ideal", "origines", "peur", "desir", "bonheur" ], - "part2" : [ - { - "src": "static/res/video/chants/CHANT 1", - "in": 0, - "out": 5 - }, - { - "src": "static/res/video/chants/CHANT 2", - "in": 0, - "out": 5 - }, + "videos" : [ { - "src": "static/res/video/chants/CHANT 3", - "in": 0, - "out": 5 - } - ], - - "part3" : [ - { - "src": "static/res/video/fiction/THE END_FICTION_APPELEZ MOI", - "in": 0, - "out": 5 + "name": "kristina1", + "src": "http://www.akamai.com/xxxxxxxxx/kristina1", + "wordscore": [0, 0, 0, 0, 0, 0, 7, 0, 8, 0, 0, 0, 4, 0, 8, 0, 0, 0] }, { - "src": "static/res/video/fiction/THE END_FICTION_AIMEZ MOI_120313", - "in": 0, - "out": 5 - }, - { - "src": "static/res/video/fiction/THE END_FICTION_DROIT", - "in": 0, - "out": 5 + "name": "kristina2", + "src": "http://www.akamai.com/xxxxxxxxx/kristina2", + "wordscore": [0, 0, 0, 0, 8, 5, 3, 3, 8, 0, 0, 2, 10, 1, 8, 1, 0, 0] } - ] -} \ No newline at end of file + ] +}