Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 917 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 917 Rev 922
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*----------------------------------------------------------------------------------------------------------*/
2
/*----------------------------------------------------------------------------------------------------------*/
3
/* Disposition */
3
/* Disposition */
4
#zone-pied{
4
#zone-pied{
5
	text-align:center;
5
	text-align:center;
6
}
6
}
7
#eflore_pied_page{
7
#eflore_pied_page{
8
	text-align:center;
8
	text-align:center;
9
}
9
}
10
#zone-debug{
10
#zone-debug{
11
	background-color:grey;
11
	background-color:grey;
12
	color:white;
12
	color:white;
13
}
13
}
14
/*----------------------------------------------------------------------------------------------------------*/
14
/*----------------------------------------------------------------------------------------------------------*/
15
/* Spécifiques popup : CONTACT */
15
/* Spécifiques popup : CONTACT */
16
input,textarea{
16
input,textarea{
17
	max-width:100%;
17
	max-width:100%;
18
	height:auto;
18
	height:auto;
19
	width: 100%;
19
	width: 100%;
20
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
20
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
21
}
21
}
22
/*----------------------------------------------------------------------------------------------------------*/
22
/*----------------------------------------------------------------------------------------------------------*/
23
/* Spécifiques popup : ILLUSTRATION */
23
/* Spécifiques popup : ILLUSTRATION */
24
#info-img .img-cadre {
24
#info-img .img-cadre {
25
	text-align:center;
25
	text-align:center;
26
}
26
}
27
#info-img img {
27
#info-img img {
28
	display:inline;
28
	display:inline;
29
	vertical-align:middle;
29
	vertical-align:middle;
30
	margin:0;
30
	margin:0;
31
	border:0;
31
	border:0;
32
	border: 1px solid lightgrey;
32
	border: 1px solid lightgrey;
33
	padding:2px;
33
	padding:2px;
34
}
34
}
35
 
35
 
36
/*----------------------------------------------------------------------------------------------------------*/
36
/*----------------------------------------------------------------------------------------------------------*/
37
/* Spécifiques popup : GALERIE */
37
/* Spécifiques popup : GALERIE */
38
#info-img .conteneur-precedent {
38
#info-img-galerie .conteneur-precedent {
39
	float:left;
39
	float:left;
40
	width:10%;
40
	width:10%;
41
	height:300px;
41
	height:300px;
42
}
42
}
43
 
43
 
44
#info-img .conteneur-suivant {
44
#info-img-galerie .conteneur-suivant {
45
	height:300px;
45
	height:300px;
46
	position:relative;
46
	position:relative;
47
	width:10%;
47
	width:10%;
48
	float:right;
48
	float:right;
49
}
49
}
50
 
50
 
51
#info-img .conteneur-precedent #precedent, #info-img .conteneur-suivant #suivant {
51
#info-img-galerie .conteneur-precedent #precedent, #info-img-galerie .conteneur-suivant #suivant {
52
	position:relative;
52
	position:relative;
53
	top:50%;
53
	top:50%;
54
	font-size:1.3em;
54
	font-size:1.3em;
55
	border:none;
55
	border:none;
56
}
56
}
57
 
57
 
58
#info-img .conteneur-suivant #suivant {
58
#info-img-galerie .conteneur-suivant #suivant {
59
	float:right;
59
	float:right;
60
	text-align:right;	
60
	text-align:right;	
61
}
61
}
62
 
62
 
63
#info-img .img-cadre {
63
#info-img-galerie .img-cadre {
64
	float:left;
64
	float:left;
65
	width:80%;
65
	width:80%;
66
	height:300px;
66
	height:300px;
-
 
67
	cursor: pointer;
-
 
68
}
-
 
69
 
-
 
70
#info-img-galerie #lien-voir-meta {
-
 
71
	text-align: center;
67
}
72
}