--- a/front_idill/src/mosaic/css/mosaic.less Fri Apr 27 14:38:23 2012 +0200
+++ b/front_idill/src/mosaic/css/mosaic.less Fri May 11 11:04:06 2012 +0200
@@ -25,13 +25,13 @@
@mosaic-background-image-path: url("../../img/background.png");
@selected-snapshot-background-image-path: url("../../img/selected_background.png");
@snapshots-background-color: #8D8D8D;
-@snapshots-margin-value: 5px;
+@snapshots-margin-value: 8px;
@snapshots-margin: @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value;
@black: #000000;
body
{
- overflow: hidden;
+ //overflow: hidden;
background-color: @black;
}
@@ -99,9 +99,34 @@
* ne contenant pas d'image.
* Au départ, l'opacité est à 0, ce qui signifie que ce div est invisible. L'opacité change lors d'intéractions avec cet objet. Le div apparaît alors.
*/
-.cyan
+.neighbourFrame
+{
+ position: absolute;
+ //background-color: #94C6C5;
+ //background-color: rgba(148, 198, 197, 1);
+ background-image: @selected-snapshot-background-image-path;
+ background-repeat: repeat;
+ opacity: 0;
+}
+
+/*
+ *
+ */
+.neighbourImgBg
{
position: absolute;
- background-color: #94C6C5;
- opacity: 0;
+ background-image: @mosaic-background-image-path;
+}
+
+/*
+ *
+ */
+.neighbourImg
+{
+ position: absolute;
+}
+
+video
+{
+ //position: absolute;
}
\ No newline at end of file