Subversion Repositories eFlore/Applications.cel

Rev

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

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