Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 574 Rev 692
Line 130... Line 130...
130
  border: 1px solid red;
130
  border: 1px solid red;
131
  min-height: 30px;
131
  min-height: 30px;
132
  max-width: 800px;
132
  max-width: 800px;
133
  padding:10px 5px 5px 50px;}
133
  padding:10px 5px 5px 50px;}
134
.information {
134
.information {
135
  background: #e7ebfd url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/information.png) no-repeat 2% 50%;
135
 background: #e7ebfd url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/information.png) no-repeat 2% 50%;
136
  text-align:center;
136
  text-align:center;
137
  border:1px solid #5D81BA;
137
  border:1px solid #5D81BA;
138
  max-width: 800px;
138
  max-width: 800px;
139
  min-height:30px;
139
  min-height:30px;
140
  padding:10px 5px 5px 50px;}
140
  padding:10px 5px 5px 50px;}
Line 507... Line 507...
507
.question {
507
.question {
508
  font-weight:bold;}
508
  font-weight:bold;}
Line 509... Line 509...
509
 
509
 
510
/*Gestion de l'affichage du chronomètre des applications.*/
510
/*Gestion de l'affichage du chronomètre des applications.*/
-
 
511
#chrono{display:none;}
-
 
512
 
-
 
513
/* Gestion de l'affichage du bandeau */
-
 
514
#bandeau_annonce {
-
 
515
	height:28px;
-
 
516
	margin:0 0 0 0px;
-
 
517
	padding-right:20px;
-
 
518
	text-align:right;
-
 
519
}
-
 
520
 
-
 
521
#bandeau_annonce a {
-
 
522
 
-
 
523
	font-size: 15px;
-
 
524
	padding: 3px;
-
 
525
	font-weight:bold;
-
 
526
	vertical-align:middle;
-
 
527
}
-
 
528
 
-
 
529
#bandeau_annonce a:hover {
-
 
530
	background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);
-
 
531
	background-position:center bottom;
-
 
532
	background-repeat:repeat-x;
-
 
533
}
-
 
534
 
-
 
535
/*Selecteur de liens rapides pour l'utilisateur */
-
 
536
#selecteur_liens_rapides {
-
 
537
	margin-left: 15px; 
-
 
538
	border: 1px solid rgb(238, 238, 238); 
-
 
539
	color: black; 
-
 
540
	font: 0.8em Verdana,sans-serif; 
-
 
541
	padding: 1px; 
-
 
542
	width: 146px;	
511
#chrono{display:none;}
543
}