Subversion Repositories Sites.tela-botanica.org

Rev

Rev 474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 474 Rev 600
Line 150... Line 150...
150
/* Page de resultat de l'Arbre des taxons*/
150
/* Page de resultat de l'Arbre des taxons*/
151
#liste_taxons img {
151
#liste_taxons img {
152
  border:0;
152
  border:0;
153
  margin-right:6px;}
153
  margin-right:6px;}
Line 154... Line 154...
154
 
154
 
155
/* Général : pour afficher des infos bulles améliorées*/
155
/* G�n�ral : pour afficher des infos bulles am�lior�es*/
156
.tooltip {
156
.tooltip {
157
 margin-right:5px;}
157
 margin-right:5px;}
158
.tooltip:after {
158
.tooltip:after {
159
  content: "+";
159
  content: "+";
Line 378... Line 378...
378
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left;   }
378
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left;   }
379
.tableFM TBODY TR { text-align: center;  }
379
.tableFM TBODY TR { text-align: center;  }
380
.tableFMCol1 { background-color: Aqua; }
380
.tableFMCol1 { background-color: Aqua; }
381
.tableFMCol2 { background-color: Yellow; }
381
.tableFMCol2 { background-color: Yellow; }
Line 382... Line 382...
382
 
382
 
383
/* Pour la bibliothèque JS DomToolTip */
383
/* Pour la biblioth�que JS DomToolTip */
384
div.niceTitle {
384
div.niceTitle {
385
	background-color: #333333;
385
	background-color: #333333;
386
	color: #FFFFFF;
386
	color: #FFFFFF;
387
	font-weight: bold;
387
	font-weight: bold;
Line 410... Line 410...
410
	color: #D17E62;
410
	color: #D17E62;
411
	font-size: 9px;
411
	font-size: 9px;
412
	padding: 3px 0 0 0;
412
	padding: 3px 0 0 0;
413
	margin: 0;
413
	margin: 0;
414
	text-align: left;
414
	text-align: left;
415
	-moz-opacity: 1;}
-
 
416
415
	-moz-opacity: 1;}
-
 
416
	
-
 
417
/* Un boite d'information */
-
 
418
 
-
 
419
.information_projet {
-
 
420
float:right;
-
 
421
width:250px;
-
 
422
text-align:left;
-
 
423
background: #e7ebfd;
-
 
424
 
-
 
425
  border:1px solid #5D81BA;
-
 
426
  max-width: 800px;
-
 
427
  padding:5px;
-
 
428
}
-
 
429
 
-
 
430