Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 616 Rev 879
Line 1... Line 1...
1
@charset "UTF-8";
1
@charset "UTF-8";
2
/*+-----------------------------------------------------------------------------------------------------------------+*/
2
/*+-----------------------------------------------------------------------------------------------------------------+*/
3
/* Widget */
3
/* Widget */
4
#cel-photo-contenu{
4
.cel-photo-contenu{
5
	position:relative;
5
	position:relative;
6
	padding:0 5px;
6
	padding:0 5px;
7
	margin:5px auto;
7
	margin:5px auto;
8
	font-family:Arial,verdana,sans-serif;
8
	font-family:Arial,verdana,sans-serif;
9
	font-size:12px;
9
	font-size:12px;
10
	background-color:#4A4B4C;
10
	background-color:#4A4B4C;
11
	color:#CCC;
11
	color:#CCC;
12
}
12
}
13
#cel-photo-contenu h1 {
13
.cel-photo-contenu h1 {
14
	margin:5px;
14
	margin:5px;
15
	padding:0;
15
	padding:0;
16
	font-size:1.6em;
16
	font-size:1.6em;
17
	color:white;
17
	color:white;
18
	background-color:transparent;
18
	background-color:transparent;
19
	background-image:none;
19
	background-image:none;
20
	text-transform:none;
20
	text-transform:none;
21
	text-align:left;
21
	text-align:left;
22
}
22
}
23
#cel-photo-contenu h1 a{
23
.cel-photo-contenu h1 a{
24
	color:#CCC;
24
	color:#CCC;
25
}
25
}
26
#cel-photo-contenu h1 #cel-photo-flux{
26
.cel-photo-contenu h1 .cel-photo-flux{
27
	width:16px;
27
	width:16px;
28
	height:20px;
28
	height:20px;
29
}
29
}
30
#cel-photo-contenu img {
30
.cel-photo-contenu img {
31
	border:0;
31
	border:0;
32
	padding:0;
32
	padding:0;
33
	margin:0;
33
	margin:0;
34
}
34
}
35
#cel-photo-contenu a, #cel-photo-contenu a:active, #cel-photo-contenu a:visited {
35
.cel-photo-contenu a, .cel-photo-contenu a:active, .cel-photo-contenu a:visited {
36
	border-bottom:1px dotted #666;
36
	border-bottom:1px dotted #666;
37
	color:#CCC;
37
	color:#CCC;
38
	text-decoration:none;
38
	text-decoration:none;
39
	background-image:none;
39
	background-image:none;
40
}
40
}
41
#cel-photo-contenu a:active {
41
.cel-photo-contenu a:active {
42
	outline:none;
42
	outline:none;
43
}
43
}
44
#cel-photo-contenu a:focus {
44
.cel-photo-contenu a:focus {
45
	outline:thin dotted;
45
	outline:thin dotted;
46
}
46
}
47
#cel-photo-contenu a:hover {
47
.cel-photo-contenu a:hover {
48
	color:#56B80E;
48
	color:#56B80E;
49
	border-bottom:1px dotted #56B80E;
49
	border-bottom:1px dotted #56B80E;
50
}
50
}
51
#cel-photo-date-generation{
51
.cel-photo-date-generation{
52
	text-align:right;
52
	float:right;
53
}
53
}
54
/*+-----------------------------------------------------------------------------------------------------------------+*/
54
/*+-----------------------------------------------------------------------------------------------------------------+*/
55
/* Général */
55
/* Général */
56
#cel-photo-contenu .discretion {
56
.cel-photo-contenu .discretion {
57
	color:grey;
57
	color:grey;
58
	font-family:arial;
58
	font-family:arial;
59
	font-size:11px;
59
	font-size:11px;
60
	font-weight:bold;
60
	font-weight:bold;
61
}
61
}
62
#cel-photo-contenu .nettoyage {
62
.cel-photo-contenu .nettoyage {
63
	clear:both;
63
	clear:both;
64
}
64
}
65
/*+-----------------------------------------------------------------------------------------------------------------+*/
65
/*+-----------------------------------------------------------------------------------------------------------------+*/
66
/* Galerie Photos CEL */
66
/* Galerie Photos CEL */
67
#cel-photo-contenu .cel-photo a{
67
.cel-photo-contenu .cel-photo a{
68
	float:left;
68
	float:left;
69
	padding:2px;
69
	padding:2px;
70
	border:1px solid white;
70
	border:1px solid white;
71
}
71
}
72
#cel-photo-contenu .cel-photo a:hover{
72
.cel-photo-contenu .cel-photo a:hover{
73
	border:1px dotted #FD8C13;
73
	border:1px dotted #FD8C13;
74
}
74
}
75
#cel-photo-contenu .cel-photo a img{
75
.cel-photo-contenu .cel-photo a img{
76
	float:left;
76
	float:left;
77
	width:63px;
77
	width:63px;
78
	height:63px;
78
	height:63px;
79
}
79
}
80
#cel-photo-contenu #cel-photo-extra img{
80
.cel-photo-contenu .cel-photo-extra a img{
81
	height:auto;
81
	height:auto;
82
}
82
}
83
#cel-photo-contenu .cel-infos {
83
.cel-photo-contenu .cel-infos {
84
	display:none;
84
	display:none;
85
}
85
}
86
/*+-----------------------------------------------------------------------------------------------------------------+*/
86
/*+-----------------------------------------------------------------------------------------------------------------+*/
87
/* Diaporama */
87
/* Diaporama */
88
#cel-legende{
88
.cel-legende{
89
	text-align:left;
89
	text-align:left;
90
}
90
}
91
#cel-legende-vei{
91
.cel-legende-vei{
92
	float:right;
92
	float:right;
93
}
93
}
94
#cel-legende p{
94
.cel-legende p{
95
	color:black;
95
	color:black;
96
	font-size:12px;
96
	font-size:12px;
97
	margin:5px 0;
97
	margin:5px 0;
98
}
98
}
99
#cel-legende a {
99
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
100
	color:#333;
-
 
101
	border-bottom:1px dotted gainsboro;
100
	border-bottom:1px dotted gainsboro;
-
 
101
	color:#333;
-
 
102
	text-decoration:none;
-
 
103
	background-image:none;
102
}
104
}
103
#cel-legende a:hover {
105
.cel-legende a:hover {
104
	color:#56B80E;
106
	color:#56B80E;
105
	border-bottom:1px dotted #56B80E;
107
	border-bottom:1px dotted #56B80E;
106
}
108
}
107
109