front_js/gestures/gestures/css/gestures.css
changeset 41 d2f735d7763f
child 48 983d7be910c1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_js/gestures/gestures/css/gestures.css	Fri Jun 29 15:37:26 2012 +0200
@@ -0,0 +1,39 @@
+/*
+* This file is part of the TraKERS\Front JS package.
+*
+* (c) IRI <http://www.iri.centrepompidou.fr/>
+*
+* For the full copyright and license information, please view the LICENSE
+* file that was distributed with this source code.
+*/
+
+/*
+ * Projet : TraKERS
+ * Module : Front JS
+ * Fichier : gestures.css
+ * 
+ * Auteur : alexandre.bastien@iri.centrepompidou.fr
+ * 
+ * Fonctionnalités : Définit les styles de la classe de gestion des gestes.
+ */
+
+body
+{
+    background-color: #000;
+    overflow: hidden;
+}
+
+#textPanel
+{
+    position: relative;
+    height: 50px;
+    width: 100%;
+    color: #fff;
+    font-size: 40px;
+    text-align: center;
+}
+
+#imagePanel
+{
+    position: absolute;
+}
\ No newline at end of file