Subversion Repositories eFlore/Applications.cel

Rev

Rev 3630 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1480 aurelien 1
@CHARSET "UTF-8";
2
 
3
body {
4
	color: black !important;
5
    font-size: 16px !important;
6
    font-weight: bold;
7
    font-family: Arial,verdana,sans-serif;
8
}
9
 
10
hr.nettoyage {
11
	visibility:hidden;
12
}
13
 
14
/*----------------------------------------------------------------------------------------------------------*/
15
/* Disposition */
16
#zone-pied {
17
	text-align:center;
18
}
19
#eflore_pied_page {
20
	text-align:center;
21
}
22
#zone-debug {
23
	background-color:grey;
24
	color:white;
25
}
26
 
27
/*----------------------------------------------------------------------------------------------------------*/
28
/* Spécifiques popup : ILLUSTRATION */
29
#info-img .img-cadre {
30
	text-align:center;
31
}
32
#info-img img {
33
	display:inline;
34
	vertical-align:middle;
35
	margin:0;
36
	border:0;
37
	border: 1px solid lightgrey;
38
	padding:2px;
39
}
40
 
41
/*----------------------------------------------------------------------------------------------------------*/
42
/* Spécifiques popup : GALERIE */
43
#info-img-galerie .conteneur-precedent {
44
	float:left;
45
	width:50px;
46
	position: absolute;
47
	top: 50%;
48
}
49
 
50
#info-img-galerie .conteneur-suivant {
51
	position: absolute;
52
	top: 50%;
53
	right:10px;
54
	width:50px;
55
	float:right;
56
}
57
 
58
#info-img-galerie .conteneur-precedent #precedent, #info-img-galerie .conteneur-suivant #suivant {
59
	position:relative;
60
	top:50%;
61
	font-size:1.3em;
62
	border:none;
63
}
64
 
65
#info-img-galerie .conteneur-suivant #suivant {
66
	float:right;
67
	text-align:right;
68
}
69
 
70
#info-img-galerie .img-cadre {
71
	float:left;
72
	left: 60px;
73
    position: absolute;
74
	height:100%;
75
}
76
 
77
#info-img-galerie #lien-voir-meta {
78
	text-align: center;
79
}
80
 
81
#bloc-infos-img {
82
	position: absolute;
83
	bottom: 10px;
84
	left: 60px;
85
}