Subversion Repositories eFlore/Applications.cel

Rev

Rev 615 | Rev 879 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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