front_idill/src/mosaic/css/mosaic.less
changeset 35 4267d6d27a7d
parent 33 2d9b15f99b4e
child 44 8393d3473b98
equal deleted inserted replaced
34:909dfe0c1dca 35:4267d6d27a7d
    34 @notify-help-background-color: rgba(100, 100, 100, 0.9);
    34 @notify-help-background-color: rgba(100, 100, 100, 0.9);
    35 @notify-help-border-width: 2px;
    35 @notify-help-border-width: 2px;
    36 @notify-help-margin: 15px;
    36 @notify-help-margin: 15px;
    37 @notify-help-search-background-image-path: url("../../pictos/help/recherche.png");
    37 @notify-help-search-background-image-path: url("../../pictos/help/recherche.png");
    38 @notify-help-controls-background-image-path: url("../../pictos/help/controles.png");
    38 @notify-help-controls-background-image-path: url("../../pictos/help/controles.png");
       
    39 @mainPointer-background-image-path: url("../../img/pointer.png");
       
    40 
       
    41 html
       
    42 {
       
    43 	//cursor: none;
       
    44 }
    39 
    45 
    40 body
    46 body
    41 {
    47 {
    42     overflow: hidden;
    48     overflow: hidden;
    43     background-color: @black;
    49     background-color: @black;
   148 	background-position: 0px 0px;
   154 	background-position: 0px 0px;
   149 	background-size: 100px 100px;
   155 	background-size: 100px 100px;
   150 	opacity: 0;
   156 	opacity: 0;
   151 	margin: 15px;
   157 	margin: 15px;
   152 	z-index: 400;
   158 	z-index: 400;
       
   159 }
       
   160 
       
   161 .notifications_inSearch
       
   162 {
       
   163 	position: relative;
       
   164 	float: left;
       
   165 	width: 100px;
       
   166 	height: 100px;
       
   167 	background-repeat: no-repeat;
       
   168 	background-position: 0px 0px;
       
   169 	background-size: 100px 100px;
       
   170 	opacity: 0;
       
   171 	margin: 15px;
       
   172 	z-index: 400;
       
   173 }
       
   174 
       
   175 .notifications_inSearch_container
       
   176 {
       
   177 	position: absolute;
       
   178 	background-color: #fff;
       
   179 	background: transparent;
   153 }
   180 }
   154 
   181 
   155 #notify_selection
   182 #notify_selection
   156 {
   183 {
   157 	background-image: @notify-selection-background-image-path;
   184 	background-image: @notify-selection-background-image-path;
   268 
   295 
   269 .notify_imgs_small
   296 .notify_imgs_small
   270 {
   297 {
   271 	margin: 4px;
   298 	margin: 4px;
   272 }
   299 }
       
   300 
       
   301 .filterHiders
       
   302 {
       
   303 	position: absolute;
       
   304 	background-color: #fff;
       
   305 	background: transparent;
       
   306 }
       
   307 
       
   308 #mainPointer
       
   309 {
       
   310 	position: absolute;
       
   311 	width: 74px;
       
   312 	height: 74px;
       
   313 	background-image: @mainPointer-background-image-path;
       
   314 	background-position: 0px 0px;
       
   315 	background-repeat: no-repeat;
       
   316 	z-index: 500;
       
   317 	display: none;
       
   318 }