--- a/front_idill/src/mosaic/css/mosaic.less Fri Jun 29 15:46:34 2012 +0200
+++ b/front_idill/src/mosaic/css/mosaic.less Fri Jun 29 16:16:24 2012 +0200
@@ -31,12 +31,14 @@
@notify-selection-background-image-path: url("../../pictos/notifications/selectionner.png");
@notify-search-background-image-path: url("../../pictos/notifications/rechercher.png");
@notify-point-background-image-path: url("../../pictos/notifications/confirmer.png");
+@notify-timeline-background-image-path: url("../../pictos/notifications/deplacer.png");
@notify-help-background-color: rgba(100, 100, 100, 0.9);
@notify-help-border-width: 2px;
@notify-help-margin: 15px;
@notify-help-search-background-image-path: url("../../pictos/help/recherche.png");
@notify-help-controls-background-image-path: url("../../pictos/help/controles.png");
-@mainPointer-background-image-path: url("../../img/pointer.png");
+@mainPointer-background-image-path: url("../../img/cursors/pointer.png");
+@secondPointer-background-image-path: url("../../img/cursors/pointer2.png");
html
{
@@ -47,6 +49,8 @@
{
overflow: hidden;
background-color: @black;
+ background-image: @mosaic-background-image-path;
+ background-repeat: repeat;
}
/*
@@ -61,8 +65,9 @@
width: 100%;
top: 0px;
left: 0px;
- background-image: @mosaic-background-image-path;
- background-repeat: repeat;
+ background: transparent;
+ //background-image: @mosaic-background-image-path;
+ //background-repeat: repeat;
}
/*
@@ -148,11 +153,11 @@
.notifications
{
position: absolute;
- width: 100px;
- height: 100px;
+ width: 200px;
+ height: 200px;
background-repeat: no-repeat;
background-position: 0px 0px;
- background-size: 100px 100px;
+ background-size: 200px 200px;
opacity: 0;
margin: 15px;
z-index: 400;
@@ -194,6 +199,11 @@
background-image: @notify-point-background-image-path;
}
+#notify_timeline
+{
+ background-image: @notify-timeline-background-image-path;
+}
+
/*
* Aide
*/
@@ -250,19 +260,19 @@
#search_img
{
background-image: @notify-help-search-background-image-path;
+ background-repeat: no-repeat;
background-position: center center;
- background-repeat: no-repeat;
- background-size: 150px 150px;
- height: 150px;
+ width: 100%;
+ height: 225px;
}
#controls_img
{
background-image: @notify-help-controls-background-image-path;
+ background-repeat: no-repeat;
background-position: center center;
- background-repeat: no-repeat;
- //background-size: 150px 150px;
- height: 150px;
+ width: 100%;
+ height: 225px;
}
#search_2hands_text, #search_body_text, #controls_1hand_text
@@ -278,18 +288,17 @@
margin-bottom: 10px;
}
-#search_2hands_imgs, #controls_1hand_imgs
+/*#search_2hands_imgs, #controls_1hand_imgs
{
padding-left: 40px;
-}
+}*/
.notify_imgs_small
{
float: left;
- width: 80px;
- height: 80px;
+ width: 130px;
+ height: 130px;
background-position: 0px 0px;
- //background-size: 80px 80px;
background-repeat: no-repeat;
}
@@ -314,5 +323,28 @@
background-position: 0px 0px;
background-repeat: no-repeat;
z-index: 500;
- display: none;
+ opacity: 0;
+}
+
+#secondPointer
+{
+ position: absolute;
+ width: 74px;
+ height: 74px;
+ background-image: @secondPointer-background-image-path;
+ background-position: 0px 0px;
+ background-repeat: no-repeat;
+ z-index: 500;
+ opacity: 0;
+}
+
+.borderNeighbours
+{
+ position: absolute;
+ background-color: #fff;
+ margin: @snapshots-margin;
+ //background-image: @mosaic-background-image-path;
+ background-color: @black;
+ background-repeat: repeat;
+ background-position: 0px 0px;
}
\ No newline at end of file