Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1954 Rev 1960
Line 31... Line 31...
31
.discretion {
31
.discretion {
32
	color: grey;
32
	color: grey;
33
	font-family: arial;
33
	font-family: arial;
34
	font-size: 11px;
34
	font-size: 11px;
35
}
35
}
-
 
36
 
36
.nom-sci {
37
.nom-sci {
37
	font-style: italic;
38
	font-style: italic;
38
}
39
}
-
 
40
 
-
 
41
.modal-fenetre {
-
 
42
	position: fixed;
-
 
43
	z-index: 1000;
-
 
44
	top: 0;
-
 
45
	left: 0;
-
 
46
	height: 100%;
-
 
47
	width: 100%;
-
 
48
	background: #777;
-
 
49
	background: rgba(90,86,93,0.7);
-
 
50
	text-align: center;
-
 
51
}
-
 
52
 
-
 
53
.modal-contenu {
-
 
54
	position: relative;
-
 
55
	width: 30%;
-
 
56
	margin: 0 auto;
-
 
57
	top: 30%;
-
 
58
}
-
 
59
 
39
/*+--------------------------------------------------------------------------------------------------------+*/
60
/*+--------------------------------------------------------------------------------------------------------+*/
40
/* Positionnement général */
61
/* Positionnement général */
41
#zone-appli {
62
#zone-appli {
42
	margin: 0 auto;
63
	margin: 0 auto;
43
	width: 600px;
64
	width: 600px;