front_idill/src/mosaic/css/mosaic.less
author cavaliet
Thu, 20 Sep 2012 15:49:03 +0200
changeset 103 12ec16a88ef2
parent 100 db42ef1faa7a
permissions -rw-r--r--
update css for info and credits.
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
}
103
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    68
@font-face
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    69
{
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    70
    font-family: "PT Sans"; src: url(fonts/PT_Sans-Web-Regular.ttf);
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    71
}
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    72
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    73
@font-face
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    74
{
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    75
    font-family: "PT Sans"; font-weight: bold; src: url(fonts/PT_Sans-Web-Bold.ttf);
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    76
}
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    77
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    78
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    79
 * Style du corps.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
    80
*/
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    81
body
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    82
{
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    83
    overflow: hidden;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    84
    background-color: @black;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    85
	background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    86
	background-repeat: repeat;
103
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
    87
	font-family: "PT Sans", sans-serif;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    88
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    89
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    90
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    91
 * Il s'agit des propriétés de la mosaïque en elle même.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    92
 * 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
    93
 * Son fond se répète.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    94
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    95
#mainPanel
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    96
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    97
    overflow: hidden;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    98
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    99
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   100
    top: 0px;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   101
    left: 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   102
	background: transparent;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   103
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   104
    //background-repeat: repeat;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   105
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   106
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   107
/*
45
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   108
 * 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
   109
*/
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   110
#ghostPanel
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   111
{
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   112
	position: absolute;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   113
	opacity: 0;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   114
	width: 100%;
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   115
	height: 100%;
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   116
	z-index: 2000;
45
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   117
}
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   118
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
   119
/*
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   120
 * 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
   121
 * qu'ils ont atteint la bordure de fenêtre de droite.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   122
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   123
.snapshotDivs, .neighbourDivs
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   124
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   125
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   126
    margin: @snapshots-margin;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   127
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   128
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   129
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   130
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   131
 * Les snapshots sont des images, elles doivent remplir l'intégralité de leurs divs (snapshotDivs).
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   132
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   133
.snapshots
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   134
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   135
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   136
    height: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   137
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   138
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   139
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   140
 * 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
   141
 * à 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
   142
 * 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
   143
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   144
.prezoomContainers
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   145
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   146
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   147
    display: none;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   148
    background-image: @selected-snapshot-background-image-path;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   149
    background-repeat: repeat;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   150
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   151
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   152
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   153
 * Cette classe est attachée à des divs destinés à remplir les bordures d'une mosaïque locale.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   154
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   155
.blacks
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   156
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   157
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   158
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   159
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   160
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   161
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   162
 * 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
   163
 * 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
   164
 * ne contenant pas d'image.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   165
 * 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
   166
 */
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   167
.neighbourFrame
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   168
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   169
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   170
    //background-color: #94C6C5;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   171
    //background-color: rgba(148, 198, 197, 1);
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   172
	background-image: @selected-snapshot-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   173
    background-repeat: repeat;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   174
	opacity: 0;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   175
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   176
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   177
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   178
 * Style du fond d'un snapshot de voisin.
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   179
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   180
.neighbourImgBg
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   181
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   182
    position: absolute;
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   183
	background-image: @mosaic-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   184
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   185
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   186
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   187
 * Style d'un snapshot de voisin.
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   188
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   189
.neighbourImg
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   190
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   191
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   192
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   193
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   194
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   195
 * Style commun aux notifications.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   196
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   197
.notifications
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   198
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   199
	position: absolute;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   200
	width: 200px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   201
	height: 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   202
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   203
	background-position: 0px 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   204
	background-size: 200px 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   205
	opacity: 0;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   206
	margin: 15px;
79
9eff85166868 Front IDILL :
bastiena
parents: 77
diff changeset
   207
	z-index: 600;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   208
	text-align: center;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   209
	font-family: "DINMedium";
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   210
    font-weight:10;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   211
    font-size:30px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   212
	color: #fff;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   213
	padding-top: 5px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   214
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   215
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   216
/*
77
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   217
 * Notifications affichées pendant une recherche en cours.
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   218
*/
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   219
.notification_curves
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   220
{
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   221
	position: relative;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   222
	float: left;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   223
	width: 200px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   224
	height: 200px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   225
	background-repeat: no-repeat;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   226
	background-position: 0px 0px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   227
	background-size: 200px 200px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   228
	opacity: 0;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   229
	margin: 15px;
79
9eff85166868 Front IDILL :
bastiena
parents: 77
diff changeset
   230
	z-index: 600;
77
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   231
	text-align: center;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   232
	font-family: "DINMedium";
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   233
    font-weight:10;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   234
    font-size:30px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   235
	color: #fff;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   236
	padding-top: 5px;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   237
}
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   238
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   239
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   240
 * Style commun aux notifications lors d'une recherche par courbes en cours.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   241
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   242
.notifications_inSearch
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   243
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   244
	position: relative;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   245
	float: left;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   246
	width: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   247
	height: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   248
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   249
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   250
	background-size: 100px 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   251
	opacity: 0;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   252
	margin: 15px;
79
9eff85166868 Front IDILL :
bastiena
parents: 77
diff changeset
   253
	z-index: 600;
35
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
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   257
 * Div contenant les notifications lors d'une recherche par courbes en cours.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   258
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   259
.notifications_inSearch_container
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   260
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   261
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   262
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   263
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   264
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   265
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   266
/*
77
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   267
 * Container pour les notifications de courbes lors d'un tracé en cours.
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   268
*/
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   269
#notify_curves_container
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   270
{
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   271
	position: absolute;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   272
	width: 100%;
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   273
}
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   274
205409da0f32 Front IDILL:
bastiena
parents: 55
diff changeset
   275
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   276
 * Notification de sélection.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   277
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   278
#notify_selection
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   279
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   280
	background-image: @notify-selection-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   281
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   282
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   283
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   284
 * Notification de recherche.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   285
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   286
#notify_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   287
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   288
	background-image: @notify-search-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   289
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   290
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   291
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   292
 * Notification de confirmation.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   293
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   294
#notify_point
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   295
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   296
	background-image: @notify-point-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   297
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   298
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   299
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   300
 * Notification de déplacement dans la timeline.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   301
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   302
#notify_timeline
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   303
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   304
	background-image: @notify-timeline-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   305
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   306
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   307
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   308
 * Panneau d'aide
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   309
 */
89
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   310
#notify_help
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   311
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   312
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   313
	margin: @notify-help-margin;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   314
	border-style: solid;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   315
	border-width: @notify-help-border-width;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   316
	border-color: #fff;
100
db42ef1faa7a Front IDILL:
bastiena
parents: 98
diff changeset
   317
	color: #fff;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   318
	background-color: @notify-help-background-color;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   319
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   320
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   321
/*
89
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   322
 * Crédits
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   323
 */
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   324
#notify_credits
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   325
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   326
	position: absolute;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   327
	margin: @notify-help-margin;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   328
	padding: @notify-help-margin;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   329
	border-style: solid;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   330
	border-width: @notify-help-border-width;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   331
	border-color: #fff;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   332
	background-color: #D1D2D4;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   333
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   334
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   335
/*
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   336
 * Flèches pour naviguer dans les crédits.
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   337
*/
93
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   338
.credits_arrows, .help_details_arrows
89
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   339
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   340
	position: absolute;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   341
	width: 50px;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   342
	height: 50px;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   343
	background-size: 50px 50px;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   344
	background-repeat: no-repeat;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   345
	opacity: 0;
100
db42ef1faa7a Front IDILL:
bastiena
parents: 98
diff changeset
   346
	z-index: 1100;
89
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   347
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   348
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   349
/*
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   350
 * Flèche du haut pour naviguer dans les crédits.
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   351
*/
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   352
#credits_upArrow
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   353
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   354
	background-image: url('../../img/upArrow.png');
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   355
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   356
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   357
/*
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   358
 * Flèche du bas pour naviguer dans les crédits.
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   359
*/
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   360
#credits_downArrow
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   361
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   362
	background-image: url('../../img/downArrow.png');
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   363
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   364
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   365
/*
93
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   366
 * Flèche du haut pour naviguer dans les détails du panneau d'aide.
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   367
*/
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   368
#help_details_upArrow
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   369
{
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   370
	background-image: url('../../img/upArrow.png');
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   371
}
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   372
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   373
/*
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   374
 * Flèche du bas pour naviguer dans les détails du panneau d'aide.
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   375
*/
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   376
#help_details_downArrow
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   377
{
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   378
	background-image: url('../../img/downArrow.png');
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   379
}
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   380
417d4b573bc8 Front IDILL:
bastiena
parents: 85
diff changeset
   381
/*
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   382
 * Colonne de recherche du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   383
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   384
#help_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   385
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   386
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   387
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   388
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   389
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   390
	background: transparent;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   391
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   392
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   393
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   394
 * Colonne des controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   395
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   396
#help_controls
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   397
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   398
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   399
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   400
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   401
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   402
	background: transparent;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   403
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   404
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   405
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   406
 * Séparateur vertical du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   407
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   408
#help_sep
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   409
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   410
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   411
	top: 10%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   412
	left: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   413
	width: 1px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   414
	height: 80%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   415
	background-color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   416
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   417
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   418
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   419
 * Titres des colonnes du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   420
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   421
#search_title, #controls_title
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   422
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   423
	position: relative;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   424
	color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   425
	//font-family: DIN-Medium, Fallback, sans-serif;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   426
	font-size: 30px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   427
	text-align: center;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   428
	font-weight: bold;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   429
	margin-top: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   430
	margin-bottom: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   431
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   432
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   433
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   434
 * Image de recherche du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   435
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   436
#search_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   437
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   438
	background-image: @notify-help-search-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   439
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   440
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   441
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   442
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   443
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   444
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   445
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   446
 * Image des controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   447
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   448
#controls_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   449
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   450
	background-image: @notify-help-controls-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   451
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   452
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   453
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   454
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   455
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   456
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   457
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   458
 * Textes des zones de recherche et controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   459
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   460
#search_2hands_text, #search_body_text, #controls_1hand_text
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   461
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   462
	position: relative;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   463
	clear: both;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   464
	color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   465
	//font-family: DIN-Medium, Fallback, sans-serif;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   466
	font-size: 20px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   467
	text-align: center;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   468
	font-weight: bold;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   469
	margin-top: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   470
	margin-bottom: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   471
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   472
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   473
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   474
 * Images des gestures de recherche et controles du panneau d'aide.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   475
*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   476
.notify_imgs_small
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   477
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   478
	float: left;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   479
	width: 120px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   480
	height: 120px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   481
	background-position: 0px 0px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   482
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   483
	margin: 4px;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   484
	text-align: center;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   485
	font-family: "DINMedium";
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   486
    font-weight:10;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   487
    font-size:20px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   488
	color: #fff;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   489
	padding: 5px;
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   490
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   491
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   492
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   493
 * Masques de non sélection qui s'appliquent sur une mosaique filtrée.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   494
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   495
.filterHiders
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   496
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   497
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   498
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   499
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   500
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   501
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   502
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   503
 * Style du pointeur principal.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   504
*/
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   505
#mainPointer
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   506
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   507
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   508
	width: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   509
	height: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   510
	background-image: @mainPointer-background-image-path;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   511
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   512
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   513
	z-index: 500;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   514
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   515
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   516
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   517
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   518
 * Style du pointeur secondaire.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   519
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   520
#secondPointer
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   521
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   522
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   523
	width: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   524
	height: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   525
	background-image: @secondPointer-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   526
	background-position: 0px 0px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   527
	background-repeat: no-repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   528
	z-index: 500;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   529
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   530
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   531
52
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   532
/*
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   533
 * Style des voisins additionnels.
277c94533395 Front IDILL :
bastiena
parents: 45
diff changeset
   534
*/
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   535
.borderNeighbours
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   536
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   537
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   538
    background-color: #fff;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   539
    margin: @snapshots-margin;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   540
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   541
	background-color: @black;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   542
	background-repeat: repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   543
	background-position: 0px 0px;
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   544
}
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   545
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   546
/*
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   547
 * Icone permettant d'afficher l'aide dans le mode d'interaction souris.
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   548
*/
85
b244a7bc0844 Front IDILL:
bastiena
parents: 79
diff changeset
   549
#helpIcon, #creditsIcon, #exitIcon, #homeIcon, #searchExitIcon
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   550
{
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   551
	width: 50px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   552
	height: 50px;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   553
	position: absolute;
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
   554
	margin: 20px;
89
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   555
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   556
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   557
#credits_title
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   558
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   559
	font-weight: bold;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   560
	font-size: 30px;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   561
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   562
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   563
#credits_subtitle
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   564
{
103
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
   565
	font-size: 16px;
89
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   566
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   567
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   568
.credits_film
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   569
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   570
	font-weight: bold;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   571
	font-size: 22px;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   572
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   573
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   574
.credits_body
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   575
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   576
	font-size: 20px;
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   577
}
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   578
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   579
.credits_text
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   580
{
b6a115568b52 Front IDILL:
bastiena
parents: 85
diff changeset
   581
	color: #000000;
103
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
   582
}
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
   583
#help_details_left_container table td, #help_details_right_container table td{
12ec16a88ef2 update css for info and credits.
cavaliet
parents: 100
diff changeset
   584
    padding-right: 10px;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   585
}