front_idill/src/mosaic/css/mosaic.less
changeset 89 b6a115568b52
parent 85 b244a7bc0844
child 95 63aaf895ea3a
child 97 be87091be54e
--- a/front_idill/src/mosaic/css/mosaic.less	Wed Aug 29 11:29:14 2012 +0200
+++ b/front_idill/src/mosaic/css/mosaic.less	Sun Sep 09 15:11:32 2012 +0200
@@ -297,7 +297,7 @@
 /*
  * Panneau d'aide
  */
-#notify_help, #notify_credits
+#notify_help
 {
 	position: absolute;
 	margin: @notify-help-margin;
@@ -308,6 +308,49 @@
 }
 
 /*
+ * Crédits
+ */
+#notify_credits
+{
+	position: absolute;
+	margin: @notify-help-margin;
+	padding: @notify-help-margin;
+	border-style: solid;
+	border-width: @notify-help-border-width;
+	border-color: #fff;
+	background-color: #D1D2D4;
+}
+
+/*
+ * Flèches pour naviguer dans les crédits.
+*/
+.credits_arrows
+{
+	position: absolute;
+	width: 50px;
+	height: 50px;
+	background-size: 50px 50px;
+	background-repeat: no-repeat;
+	opacity: 0;
+}
+
+/*
+ * Flèche du haut pour naviguer dans les crédits.
+*/
+#credits_upArrow
+{
+	background-image: url('../../img/upArrow.png');
+}
+
+/*
+ * Flèche du bas pour naviguer dans les crédits.
+*/
+#credits_downArrow
+{
+	background-image: url('../../img/downArrow.png');
+}
+
+/*
  * Colonne de recherche du panneau d'aide.
 */
 #help_search
@@ -481,4 +524,31 @@
 	height: 50px;
 	position: absolute;
 	margin: 20px;
+}
+
+#credits_title
+{
+	font-weight: bold;
+	font-size: 30px;
+}
+
+#credits_subtitle
+{
+	font-size: 25px;
+}
+
+.credits_film
+{
+	font-weight: bold;
+	font-size: 22px;
+}
+
+.credits_body
+{
+	font-size: 20px;
+}
+
+.credits_text
+{
+	color: #000000;
 }
\ No newline at end of file