front_idill/src/mosaic/css/mosaic.less
author bastiena
Mon, 23 Jul 2012 16:59:35 +0200
changeset 52 277c94533395
parent 45 0e29ae4568a0
child 55 afd60399a7b5
permissions -rw-r--r--
Front IDILL : doc updated swipe factorized search bug fixed : when a search is not complete
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     1
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     2
* This file is part of the TraKERS\Front IDILL package.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     3
*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     4
* (c) IRI <http://www.iri.centrepompidou.fr/>
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     5
*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     6
* For the full copyright and license information, please view the LICENSE
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     7
* file that was distributed with this source code.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     8
*/
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
     9
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    10
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    11
 * Projet : TraKERS
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    12
 * Module : Front IDILL
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    13
 * Fichier : mosaic.less
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    14
 * 
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    15
 * Auteur : alexandre.bastien@iri.centrepompidou.fr
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    16
 * 
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    17
 * Fonctionnalités : Définit les propriétés d'apparence des éléments de base de la mosaïque (les snapshots, la mosaïque en elle-même).
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    18
 *
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    19
 * Avertissement : Afin que ce fichier puisse compiler, il est nécessaire de lancer index.html depuis un chemin ne commencant pas par file:///.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    20
 * C'est pourquoi j'utilise WAMP pour le lancer.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    21
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    22
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    23
/* Epaisseur de la bordure de la mosaique. */
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    24
@mosaic-border-tickness: 1px;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    25
/* Couleur de fond de la mosaique. */
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    26
@mosaic-background-color: #202020;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    27
/* Image de fond de la mosaique. */
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    28
@mosaic-background-image-path: url("../../img/background.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    29
/* Image de fond de prezoom ou de sélection de voisin. */
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    30
@selected-snapshot-background-image-path: url("../../img/selected_background.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    31
/* Couleur de fond des snapshots. */
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    32
@snapshots-background-color: #8D8D8D;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    33
/* Valeur de la marge des snapshots dans la mosaique. */
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
    34
@snapshots-margin-value: 8px;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    35
/* Marges des snapshots. */
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    36
@snapshots-margin: @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    37
/* Couleur noire. */
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    38
@black: #000000;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    39
/* Image de notification de sélection. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    40
@notify-selection-background-image-path: url("../../pictos/notifications/selectionner.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    41
/* Image de notification de recherche. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    42
@notify-search-background-image-path: url("../../pictos/notifications/rechercher.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    43
/* Image de notification de confirmation. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    44
@notify-point-background-image-path: url("../../pictos/notifications/confirmer.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    45
/* Image de notification de déplacement dans la timeline. */
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    46
@notify-timeline-background-image-path: url("../../pictos/notifications/deplacer.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    47
/* Couleur de fond du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    48
@notify-help-background-color: rgba(100, 100, 100, 0.9);
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    49
/* Epaisseur de bordure du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    50
@notify-help-border-width: 2px;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    51
/* Valeur de marge du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    52
@notify-help-margin: 15px;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    53
/* Image de recherche du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    54
@notify-help-search-background-image-path: url("../../pictos/help/recherche.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    55
/* Image de controle du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    56
@notify-help-controls-background-image-path: url("../../pictos/help/controles.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    57
/* Image du pointeur principal. */
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    58
@mainPointer-background-image-path: url("../../img/cursors/pointer.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    59
/* Image du pointeur secondaire. */
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    60
@secondPointer-background-image-path: url("../../img/cursors/pointer2.png");
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    61
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    62
html
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    63
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    64
	//cursor: none;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    65
}
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    66
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    67
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    68
 * Style du corps.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    69
*/
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    70
body
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    71
{
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    72
    overflow: hidden;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    73
    background-color: @black;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    74
	background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    75
	background-repeat: repeat;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    76
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    77
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    78
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    79
 * Il s'agit des propriétés de la mosaïque en elle même.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    80
 * On désactive les barres de défilement, on peut la placer à n'importe qu'elle position, elle doit être aussi large que la fenêtre du navigateur.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    81
 * Son fond se répète.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    82
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    83
#mainPanel
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    84
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    85
    overflow: hidden;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    86
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    87
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    88
    top: 0px;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    89
    left: 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    90
	background: transparent;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    91
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    92
    //background-repeat: repeat;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    93
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    94
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    95
/*
45
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
    96
 * C'est un div invisible qui s'étale sur l'écran afin d'empêcher l'utilisateur de faire des drag & drop sur les images ou de la sélection de texte.
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
    97
*/
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
    98
#ghostPanel
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
    99
{
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   100
	position: absolute;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   101
	opacity: 0;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   102
	width: 100%;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   103
	height: 100%;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   104
	z-index: 2000;
45
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   105
}
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   106
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   107
/*
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   108
 * Les divs contenant les snapshots (ou les "voisins" aussi en cas de zoom total). Ils se positionnent par défaut de gauche à droite, à l'horizontale et wrap dès
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   109
 * qu'ils ont atteint la bordure de fenêtre de droite.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   110
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   111
.snapshotDivs, .neighbourDivs
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   112
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   113
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   114
    margin: @snapshots-margin;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   115
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   116
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   117
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   118
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   119
 * Les snapshots sont des images, elles doivent remplir l'intégralité de leurs divs (snapshotDivs).
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   120
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   121
.snapshots
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   122
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   123
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   124
    height: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   125
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   126
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   127
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   128
 * Ce sont des divs créés spécialement lors d'un prézoom. Leur fonction est d'afficher un clone du snapshot, superposé au précédent et de grandir un peu de manière
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   129
 * à faire ressortir visuellement le snapshot pointé. Leur bordure est d'une couleur différente au fond, ce qui permet de les discerner plus facilement dans la mosaïque.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   130
 * au départ, lors de sa création, il est caché, mais apparaît dès que l'image est chargée.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   131
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   132
.prezoomContainers
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   133
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   134
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   135
    display: none;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   136
    background-image: @selected-snapshot-background-image-path;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   137
    background-repeat: repeat;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   138
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   139
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   140
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   141
 * Cette classe est attachée à des divs destinés à remplir les bordures d'une mosaïque locale.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   142
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   143
.blacks
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   144
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   145
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   146
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   147
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   148
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   149
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   150
 * C'est une classe appliquée aux divs "voisins", afin de les colorer lorsque l'utilisateur intéragit avec eux.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   151
 * Ils se positionnent exactement sur le voisin qu'ils représentent, à la manière du clone de prézoom (prezoomContainer), bien que celui-là n'est qu'un div simple
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   152
 * ne contenant pas d'image.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   153
 * 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.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   154
 */
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   155
.neighbourFrame
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   156
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   157
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   158
    //background-color: #94C6C5;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   159
    //background-color: rgba(148, 198, 197, 1);
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   160
	background-image: @selected-snapshot-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   161
    background-repeat: repeat;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   162
	opacity: 0;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   163
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   164
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   165
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   166
 * Style du fond d'un snapshot de voisin.
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   167
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   168
.neighbourImgBg
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   169
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   170
    position: absolute;
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   171
	background-image: @mosaic-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   172
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   173
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   174
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   175
 * Style d'un snapshot de voisin.
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   176
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   177
.neighbourImg
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   178
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   179
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   180
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   181
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   182
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   183
 * Style commun aux notifications.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   184
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   185
.notifications
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   186
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   187
	position: absolute;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   188
	width: 200px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   189
	height: 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   190
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   191
	background-position: 0px 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   192
	background-size: 200px 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   193
	opacity: 0;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   194
	margin: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   195
	z-index: 400;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   196
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   197
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   198
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   199
 * Style commun aux notifications lors d'une recherche par courbes en cours.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   200
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   201
.notifications_inSearch
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   202
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   203
	position: relative;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   204
	float: left;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   205
	width: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   206
	height: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   207
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   208
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   209
	background-size: 100px 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   210
	opacity: 0;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   211
	margin: 15px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   212
	z-index: 400;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   213
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   214
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   215
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   216
 * Div contenant les notifications lors d'une recherche par courbes en cours.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   217
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   218
.notifications_inSearch_container
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   219
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   220
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   221
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   222
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   223
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   224
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   225
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   226
 * Notification de sélection.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   227
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   228
#notify_selection
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   229
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   230
	background-image: @notify-selection-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   231
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   232
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   233
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   234
 * Notification de recherche.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   235
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   236
#notify_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   237
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   238
	background-image: @notify-search-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   239
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   240
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   241
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   242
 * Notification de confirmation.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   243
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   244
#notify_point
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   245
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   246
	background-image: @notify-point-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   247
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   248
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   249
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   250
 * Notification de déplacement dans la timeline.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   251
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   252
#notify_timeline
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   253
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   254
	background-image: @notify-timeline-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   255
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   256
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   257
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   258
 * Panneau d'aide
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   259
 */
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   260
#notify_help
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   261
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   262
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   263
	margin: @notify-help-margin;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   264
	border-style: solid;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   265
	border-width: @notify-help-border-width;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   266
	border-color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   267
	background-color: @notify-help-background-color;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   268
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   269
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   270
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   271
 * Colonne de recherche du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   272
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   273
#help_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   274
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   275
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   276
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   277
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   278
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   279
	background: transparent;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   280
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   281
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   282
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   283
 * Colonne des controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   284
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   285
#help_controls
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   286
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   287
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   288
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   289
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   290
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   291
	background: transparent;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   292
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   293
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   294
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   295
 * Séparateur vertical du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   296
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   297
#help_sep
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   298
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   299
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   300
	top: 10%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   301
	left: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   302
	width: 1px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   303
	height: 80%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   304
	background-color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   305
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   306
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   307
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   308
 * Titres des colonnes du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   309
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   310
#search_title, #controls_title
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   311
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   312
	position: relative;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   313
	color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   314
	//font-family: DIN-Medium, Fallback, sans-serif;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   315
	font-size: 30px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   316
	text-align: center;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   317
	font-weight: bold;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   318
	margin-top: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   319
	margin-bottom: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   320
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   321
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   322
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   323
 * Image de recherche du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   324
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   325
#search_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   326
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   327
	background-image: @notify-help-search-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   328
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   329
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   330
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   331
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   332
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   333
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   334
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   335
 * Image des controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   336
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   337
#controls_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   338
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   339
	background-image: @notify-help-controls-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   340
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   341
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   342
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   343
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   344
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   345
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   346
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   347
 * Textes des zones de recherche et controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   348
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   349
#search_2hands_text, #search_body_text, #controls_1hand_text
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   350
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   351
	position: relative;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   352
	clear: both;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   353
	color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   354
	//font-family: DIN-Medium, Fallback, sans-serif;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   355
	font-size: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   356
	text-align: center;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   357
	font-weight: bold;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   358
	margin-top: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   359
	margin-bottom: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   360
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   361
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   362
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   363
 * Images des gestures de recherche et controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   364
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   365
.notify_imgs_small
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   366
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   367
	float: left;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   368
	width: 130px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   369
	height: 130px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   370
	background-position: 0px 0px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   371
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   372
	margin: 4px;
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   373
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   374
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   375
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   376
 * Masques de non sélection qui s'appliquent sur une mosaique filtrée.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   377
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   378
.filterHiders
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   379
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   380
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   381
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   382
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   383
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   384
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   385
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   386
 * Style du pointeur principal.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   387
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   388
#mainPointer
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   389
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   390
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   391
	width: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   392
	height: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   393
	background-image: @mainPointer-background-image-path;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   394
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   395
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   396
	z-index: 500;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   397
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   398
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   399
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   400
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   401
 * Style du pointeur secondaire.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   402
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   403
#secondPointer
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   404
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   405
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   406
	width: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   407
	height: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   408
	background-image: @secondPointer-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   409
	background-position: 0px 0px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   410
	background-repeat: no-repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   411
	z-index: 500;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   412
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   413
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   414
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   415
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   416
 * Style des voisins additionnels.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   417
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   418
.borderNeighbours
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   419
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   420
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   421
    background-color: #fff;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   422
    margin: @snapshots-margin;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   423
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   424
	background-color: @black;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   425
	background-repeat: repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   426
	background-position: 0px 0px;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   427
}