Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

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