front_idill/src/mosaic/css/mosaic.less
author bastiena
Fri, 29 Jun 2012 16:16:24 +0200
changeset 44 8393d3473b98
parent 35 4267d6d27a7d
child 45 0e29ae4568a0
permissions -rw-r--r--
Front IDILL: Updated, mosaic spreaded into several files, new pictures and pictograms
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
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    23
@mosaic-border-tickness: 1px;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    24
@mosaic-background-color: #202020;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    25
@mosaic-background-image-path: url("../../img/background.png");
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    26
@selected-snapshot-background-image-path: url("../../img/selected_background.png");
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    27
@snapshots-background-color: #8D8D8D;
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
    28
@snapshots-margin-value: 8px;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    29
@snapshots-margin: @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    30
@black: #000000;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    31
@notify-selection-background-image-path: url("../../pictos/notifications/selectionner.png");
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    32
@notify-search-background-image-path: url("../../pictos/notifications/rechercher.png");
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    33
@notify-point-background-image-path: url("../../pictos/notifications/confirmer.png");
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    34
@notify-timeline-background-image-path: url("../../pictos/notifications/deplacer.png");
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    35
@notify-help-background-color: rgba(100, 100, 100, 0.9);
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    36
@notify-help-border-width: 2px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    37
@notify-help-margin: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    38
@notify-help-search-background-image-path: url("../../pictos/help/recherche.png");
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    39
@notify-help-controls-background-image-path: url("../../pictos/help/controles.png");
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    40
@mainPointer-background-image-path: url("../../img/cursors/pointer.png");
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    41
@secondPointer-background-image-path: url("../../img/cursors/pointer2.png");
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    42
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    43
html
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    44
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    45
	//cursor: none;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
    46
}
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    47
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    48
body
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    49
{
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
    50
    overflow: hidden;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    51
    background-color: @black;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    52
	background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    53
	background-repeat: repeat;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    54
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    55
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    56
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    57
 * Il s'agit des propriétés de la mosaïque en elle même.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    58
 * 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
    59
 * Son fond se répète.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    60
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    61
#mainPanel
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    62
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    63
    overflow: hidden;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    64
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    65
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    66
    top: 0px;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    67
    left: 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    68
	background: transparent;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    69
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    70
    //background-repeat: repeat;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    71
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    72
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    73
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    74
 * 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
    75
 * qu'ils ont atteint la bordure de fenêtre de droite.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    76
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    77
.snapshotDivs, .neighbourDivs
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    78
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    79
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    80
    margin: @snapshots-margin;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    81
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    82
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    83
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    84
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    85
 * Les snapshots sont des images, elles doivent remplir l'intégralité de leurs divs (snapshotDivs).
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    86
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    87
.snapshots
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    88
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    89
    width: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    90
    height: 100%;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    91
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    92
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    93
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    94
 * 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
    95
 * à 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
    96
 * 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
    97
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    98
.prezoomContainers
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
    99
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   100
    position: absolute;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   101
    display: none;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   102
    background-image: @selected-snapshot-background-image-path;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   103
    background-repeat: repeat;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   104
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   105
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   106
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   107
 * Cette classe est attachée à des divs destinés à remplir les bordures d'une mosaïque locale.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   108
 */
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   109
.blacks
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   110
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   111
    background-color: @black;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   112
    float: left;
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   113
}
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   114
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   115
/*
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   116
 * 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
   117
 * 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
   118
 * ne contenant pas d'image.
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   119
 * 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
   120
 */
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   121
.neighbourFrame
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   122
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   123
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   124
    //background-color: #94C6C5;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   125
    //background-color: rgba(148, 198, 197, 1);
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   126
	background-image: @selected-snapshot-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   127
    background-repeat: repeat;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   128
	opacity: 0;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   129
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   130
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   131
/*
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   132
 * 
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   133
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   134
.neighbourImgBg
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   135
{
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   136
    position: absolute;
31
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   137
	background-image: @mosaic-background-image-path;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   138
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   139
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   140
/*
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   141
 * 
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   142
 */
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   143
.neighbourImg
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   144
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   145
    position: absolute;
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   146
}
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   147
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   148
video
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   149
{
2c7fc855eba8 FRONT IDILL :
bastiena
parents: 30
diff changeset
   150
	//position: absolute;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   151
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   152
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   153
.notifications
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   154
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   155
	position: absolute;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   156
	width: 200px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   157
	height: 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   158
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   159
	background-position: 0px 0px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   160
	background-size: 200px 200px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   161
	opacity: 0;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   162
	margin: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   163
	z-index: 400;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   164
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   165
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   166
.notifications_inSearch
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   167
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   168
	position: relative;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   169
	float: left;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   170
	width: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   171
	height: 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   172
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   173
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   174
	background-size: 100px 100px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   175
	opacity: 0;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   176
	margin: 15px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   177
	z-index: 400;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   178
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   179
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   180
.notifications_inSearch_container
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   181
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   182
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   183
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   184
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   185
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   186
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   187
#notify_selection
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   188
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   189
	background-image: @notify-selection-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   190
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   191
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   192
#notify_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   193
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   194
	background-image: @notify-search-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   195
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   196
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   197
#notify_point
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   198
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   199
	background-image: @notify-point-background-image-path;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   200
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   201
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   202
#notify_timeline
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   203
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   204
	background-image: @notify-timeline-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   205
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   206
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   207
/*
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   208
 * Aide
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   209
 */
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   210
#notify_help
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   211
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   212
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   213
	margin: @notify-help-margin;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   214
	border-style: solid;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   215
	border-width: @notify-help-border-width;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   216
	border-color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   217
	background-color: @notify-help-background-color;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   218
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   219
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   220
#help_search
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   221
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   222
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   223
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   224
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   225
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   226
	background: transparent;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   227
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   228
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   229
#help_controls
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   230
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   231
	float: left;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   232
	top: 0%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   233
	width: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   234
	height: 100%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   235
	background: transparent;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   236
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   237
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   238
#help_sep
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   239
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   240
	position: absolute;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   241
	top: 10%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   242
	left: 50%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   243
	width: 1px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   244
	height: 80%;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   245
	background-color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   246
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   247
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   248
#search_title, #controls_title
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   249
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   250
	position: relative;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   251
	color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   252
	//font-family: DIN-Medium, Fallback, sans-serif;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   253
	font-size: 30px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   254
	text-align: center;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   255
	font-weight: bold;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   256
	margin-top: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   257
	margin-bottom: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   258
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   259
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   260
#search_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   261
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   262
	background-image: @notify-help-search-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   263
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   264
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   265
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   266
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   267
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   268
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   269
#controls_img
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   270
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   271
	background-image: @notify-help-controls-background-image-path;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   272
	background-repeat: no-repeat;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   273
	background-position: center center;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   274
	width: 100%;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   275
	height: 225px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   276
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   277
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   278
#search_2hands_text, #search_body_text, #controls_1hand_text
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   279
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   280
	position: relative;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   281
	clear: both;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   282
	color: #fff;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   283
	//font-family: DIN-Medium, Fallback, sans-serif;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   284
	font-size: 15px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   285
	text-align: center;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   286
	font-weight: bold;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   287
	margin-top: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   288
	margin-bottom: 10px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   289
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   290
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   291
/*#search_2hands_imgs, #controls_1hand_imgs
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   292
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   293
	padding-left: 40px;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   294
}*/
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   295
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   296
.notify_imgs_small
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   297
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   298
	float: left;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   299
	width: 130px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   300
	height: 130px;
33
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   301
	background-position: 0px 0px;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   302
	background-repeat: no-repeat;
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   303
}
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   304
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   305
.notify_imgs_small
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   306
{
2d9b15f99b4e Front IDILL :
bastiena
parents: 31
diff changeset
   307
	margin: 4px;
35
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   308
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   309
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   310
.filterHiders
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   311
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   312
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   313
	background-color: #fff;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   314
	background: transparent;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   315
}
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   316
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   317
#mainPointer
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   318
{
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   319
	position: absolute;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   320
	width: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   321
	height: 74px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   322
	background-image: @mainPointer-background-image-path;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   323
	background-position: 0px 0px;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   324
	background-repeat: no-repeat;
4267d6d27a7d Front IDILL :
bastiena
parents: 33
diff changeset
   325
	z-index: 500;
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   326
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   327
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   328
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   329
#secondPointer
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   330
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   331
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   332
	width: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   333
	height: 74px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   334
	background-image: @secondPointer-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   335
	background-position: 0px 0px;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   336
	background-repeat: no-repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   337
	z-index: 500;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   338
	opacity: 0;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   339
}
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   340
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   341
.borderNeighbours
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   342
{
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   343
	position: absolute;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   344
    background-color: #fff;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   345
    margin: @snapshots-margin;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   346
    //background-image: @mosaic-background-image-path;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   347
	background-color: @black;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   348
	background-repeat: repeat;
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
   349
	background-position: 0px 0px;
30
45c889eae324 Front IDILL :
bastiena
parents:
diff changeset
   350
}