Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 909 Rev 1462
Line 4... Line 4...
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
	background-color:#4A4B4C;
9
	background-color:#DDDDDD;
10
	color:#CCC;
10
	color:black;
11
}
11
}
12
.cel-photo-contenu h1 {
12
.cel-photo-contenu h1 {
13
	margin:5px !important;
13
	margin:5px !important;
14
	padding:0 !important;
14
	padding:0 !important;
15
	font-size:16px !important;
15
	font-size:16px !important;
16
	color:white !important;
16
	color:black !important;
17
	background-color:transparent !important;
17
	background-color:transparent !important;
18
	background-image:none !important;
18
	background-image:none !important;
19
	text-transform:none !important;
19
	text-transform:none !important;
20
	text-align:left !important;
20
	text-align:left !important;
21
}
21
}
22
.cel-photo-contenu h1 a{
22
.cel-photo-contenu h1 a{
23
	color:#CCC !important;
23
	color: #AAAAAA !important
24
}
24
}
25
.cel-photo-contenu h1 a:hover {
25
.cel-photo-contenu h1 a:hover {
26
	color:#56B80E !important;
26
	color:#56B80E !important;
27
	border-bottom:1px dotted #56B80E;
27
	border-bottom:1px dotted #56B80E;
28
}
28
}
Line 35... Line 35...
35
	padding:0 !important;
35
	padding:0 !important;
36
	margin:0 !important;
36
	margin:0 !important;
37
}
37
}
38
.cel-photo-contenu a, .cel-photo-contenu a:active, .cel-photo-contenu a:visited {
38
.cel-photo-contenu a, .cel-photo-contenu a:active, .cel-photo-contenu a:visited {
39
	border-bottom:1px dotted #666;
39
	border-bottom:1px dotted #666;
40
	color:#CCC;
40
	color: black;
41
	text-decoration:none;
41
	text-decoration:none;
42
	background-image:none;
42
	background-image:none;
43
}
43
}
44
.cel-photo-contenu a:active {
44
.cel-photo-contenu a:active {
45
	outline:none;
45
	outline:none;