front_idill/src/mosaic/css/mosaic.less
author bastiena
Wed, 08 Aug 2012 18:40:40 +0200
changeset 77 205409da0f32
parent 55 afd60399a7b5
child 79 9eff85166868
permissions -rw-r--r--
Front IDILL: tablet interactions : zoom, unzoom, move, read a video, show markers for ipad but not android yet filter mosaic, draw curves but not search in video yet, show help
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");
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
    43
/* Image de fond de la timeline. */
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
    44
@timeline-background-image-path: url("../../img/timeline.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    45
/* Image de notification de confirmation. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    46
@notify-point-background-image-path: url("../../pictos/notifications/confirmer.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    47
/* Image de notification de déplacement dans la timeline. */
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    48
@notify-timeline-background-image-path: url("../../pictos/notifications/deplacer.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    49
/* Couleur de fond du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    50
@notify-help-background-color: rgba(100, 100, 100, 0.9);
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    51
/* Epaisseur de bordure du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    52
@notify-help-border-width: 2px;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    53
/* Valeur de marge du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    54
@notify-help-margin: 15px;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    55
/* Image de recherche du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    56
@notify-help-search-background-image-path: url("../../pictos/help/recherche.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    57
/* Image de controle du panneau d'aide. */
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    58
@notify-help-controls-background-image-path: url("../../pictos/help/controles.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    59
/* Image du pointeur principal. */
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    60
@mainPointer-background-image-path: url("../../img/cursors/pointer.png");
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    61
/* Image du pointeur secondaire. */
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    62
@secondPointer-background-image-path: url("../../img/cursors/pointer2.png");
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    63
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    64
html
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    65
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    66
	//cursor: none;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    67
}
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    68
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    69
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    70
 * Style du corps.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    71
*/
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    72
body
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    73
{
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    74
    overflow: hidden;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    75
    background-color: @black;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    76
	background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    77
	background-repeat: repeat;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    78
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    79
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    80
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    81
 * Il s'agit des propriétés de la mosaïque en elle même.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    82
 * 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
    83
 * Son fond se répète.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    84
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    85
#mainPanel
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    86
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    87
    overflow: hidden;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    88
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    89
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    90
    top: 0px;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    91
    left: 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    92
	background: transparent;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    93
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    94
    //background-repeat: repeat;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    95
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    96
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    97
/*
45
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
    98
 * 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
    99
*/
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   100
#ghostPanel
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   101
{
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   102
	position: absolute;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   103
	opacity: 0;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   104
	width: 100%;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   105
	height: 100%;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   106
	z-index: 2000;
45
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   107
}
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   108
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   109
/*
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   110
 * 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
   111
 * qu'ils ont atteint la bordure de fenêtre de droite.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   112
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   113
.snapshotDivs, .neighbourDivs
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   114
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   115
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   116
    margin: @snapshots-margin;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   117
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   118
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   119
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   120
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   121
 * Les snapshots sont des images, elles doivent remplir l'intégralité de leurs divs (snapshotDivs).
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   122
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   123
.snapshots
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   124
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   125
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   126
    height: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   127
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   128
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   129
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   130
 * 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
   131
 * à 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
   132
 * 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
   133
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   134
.prezoomContainers
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   135
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   136
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   137
    display: none;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   138
    background-image: @selected-snapshot-background-image-path;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   139
    background-repeat: repeat;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   140
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   141
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   142
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   143
 * Cette classe est attachée à des divs destinés à remplir les bordures d'une mosaïque locale.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   144
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   145
.blacks
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   146
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   147
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   148
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   149
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   150
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   151
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   152
 * 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
   153
 * 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
   154
 * ne contenant pas d'image.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   155
 * 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
   156
 */
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   157
.neighbourFrame
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   158
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   159
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   160
    //background-color: #94C6C5;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   161
    //background-color: rgba(148, 198, 197, 1);
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   162
	background-image: @selected-snapshot-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   163
    background-repeat: repeat;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   164
	opacity: 0;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   165
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   166
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   167
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   168
 * Style du fond d'un snapshot de voisin.
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   169
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   170
.neighbourImgBg
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   171
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   172
    position: absolute;
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   173
	background-image: @mosaic-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   174
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   175
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   176
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   177
 * Style d'un snapshot de voisin.
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   178
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   179
.neighbourImg
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   180
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   181
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   182
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   183
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   184
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   185
 * Style commun aux notifications.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   186
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   187
.notifications
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   188
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   189
	position: absolute;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   190
	width: 200px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   191
	height: 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   192
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   193
	background-position: 0px 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   194
	background-size: 200px 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   195
	opacity: 0;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   196
	margin: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   197
	z-index: 400;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   198
	text-align: center;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   199
	font-family: "DINMedium";
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   200
    font-weight:10;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   201
    font-size:30px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   202
	color: #fff;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   203
	padding-top: 5px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   204
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   205
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   206
/*
77
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   207
 * Notifications affichées pendant une recherche en cours.
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   208
*/
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   209
.notification_curves
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   210
{
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   211
	position: relative;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   212
	float: left;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   213
	width: 200px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   214
	height: 200px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   215
	background-repeat: no-repeat;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   216
	background-position: 0px 0px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   217
	background-size: 200px 200px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   218
	opacity: 0;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   219
	margin: 15px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   220
	z-index: 400;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   221
	text-align: center;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   222
	font-family: "DINMedium";
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   223
    font-weight:10;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   224
    font-size:30px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   225
	color: #fff;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   226
	padding-top: 5px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   227
}
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   228
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   229
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   230
 * Style commun aux notifications lors d'une recherche par courbes en cours.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   231
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   232
.notifications_inSearch
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   233
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   234
	position: relative;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   235
	float: left;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   236
	width: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   237
	height: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   238
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   239
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   240
	background-size: 100px 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   241
	opacity: 0;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   242
	margin: 15px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   243
	z-index: 400;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   244
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   245
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   246
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   247
 * Div contenant les notifications lors d'une recherche par courbes en cours.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   248
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   249
.notifications_inSearch_container
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   250
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   251
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   252
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   253
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   254
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   255
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   256
/*
77
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   257
 * Container pour les notifications de courbes lors d'un tracé en cours.
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   258
*/
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   259
#notify_curves_container
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   260
{
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   261
	position: absolute;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   262
	width: 100%;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   263
}
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   264
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   265
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   266
 * Notification de sélection.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   267
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   268
#notify_selection
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   269
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   270
	background-image: @notify-selection-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   271
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   272
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   273
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   274
 * Notification de recherche.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   275
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   276
#notify_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   277
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   278
	background-image: @notify-search-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   279
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   280
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   281
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   282
 * Notification de confirmation.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   283
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   284
#notify_point
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   285
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   286
	background-image: @notify-point-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   287
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   288
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   289
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   290
 * Notification de déplacement dans la timeline.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   291
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   292
#notify_timeline
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   293
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   294
	background-image: @notify-timeline-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   295
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   296
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   297
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   298
 * Panneau d'aide
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   299
 */
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   300
#notify_help
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   301
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   302
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   303
	margin: @notify-help-margin;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   304
	border-style: solid;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   305
	border-width: @notify-help-border-width;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   306
	border-color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   307
	background-color: @notify-help-background-color;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   308
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   309
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   310
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   311
 * Colonne de recherche du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   312
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   313
#help_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   314
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   315
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   316
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   317
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   318
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   319
	background: transparent;
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
 * Colonne des controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   324
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   325
#help_controls
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   326
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   327
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   328
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   329
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   330
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   331
	background: transparent;
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
 * Séparateur vertical du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   336
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   337
#help_sep
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   338
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   339
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   340
	top: 10%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   341
	left: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   342
	width: 1px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   343
	height: 80%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   344
	background-color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   345
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   346
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   347
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   348
 * Titres des colonnes du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   349
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   350
#search_title, #controls_title
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   351
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   352
	position: relative;
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: 30px;
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: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   359
	margin-bottom: 15px;
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
 * Image de recherche du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   364
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   365
#search_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   366
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   367
	background-image: @notify-help-search-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   368
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   369
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   370
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   371
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   372
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   373
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   374
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   375
 * Image des controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   376
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   377
#controls_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   378
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   379
	background-image: @notify-help-controls-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   380
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   381
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   382
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   383
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   384
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   385
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   386
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   387
 * Textes des zones de recherche et controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   388
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   389
#search_2hands_text, #search_body_text, #controls_1hand_text
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   390
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   391
	position: relative;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   392
	clear: both;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   393
	color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   394
	//font-family: DIN-Medium, Fallback, sans-serif;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   395
	font-size: 20px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   396
	text-align: center;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   397
	font-weight: bold;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   398
	margin-top: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   399
	margin-bottom: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   400
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   401
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   402
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   403
 * Images des gestures de recherche et controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   404
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   405
.notify_imgs_small
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   406
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   407
	float: left;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   408
	width: 120px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   409
	height: 120px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   410
	background-position: 0px 0px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   411
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   412
	margin: 4px;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   413
	text-align: center;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   414
	font-family: "DINMedium";
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   415
    font-weight:10;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   416
    font-size:20px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   417
	color: #fff;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   418
	padding: 5px;
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   419
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   420
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   421
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   422
 * Masques de non sélection qui s'appliquent sur une mosaique filtrée.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   423
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   424
.filterHiders
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   425
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   426
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   427
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   428
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   429
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   430
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   431
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   432
 * Style du pointeur principal.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   433
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   434
#mainPointer
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   435
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   436
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   437
	width: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   438
	height: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   439
	background-image: @mainPointer-background-image-path;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   440
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   441
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   442
	z-index: 500;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   443
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   444
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   445
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   446
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   447
 * Style du pointeur secondaire.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   448
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   449
#secondPointer
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   450
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   451
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   452
	width: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   453
	height: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   454
	background-image: @secondPointer-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   455
	background-position: 0px 0px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   456
	background-repeat: no-repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   457
	z-index: 500;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   458
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   459
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   460
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   461
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   462
 * Style des voisins additionnels.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   463
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   464
.borderNeighbours
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   465
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   466
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   467
    background-color: #fff;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   468
    margin: @snapshots-margin;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   469
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   470
	background-color: @black;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   471
	background-repeat: repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   472
	background-position: 0px 0px;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   473
}
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   474
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   475
/*
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   476
 * Icone permettant d'afficher l'aide dans le mode d'interaction souris.
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   477
*/
77
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   478
#helpIcon, #exitIcon, #homeIcon, #searchExitIcon
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   479
{
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   480
	width: 50px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   481
	height: 50px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   482
	position: absolute;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   483
	margin: 20px;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   484
}