Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 739 Rev 789
Line 1... Line 1...
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
}
4
#cel-observation-contenu{
16
#cel-observation-contenu{
-
 
17
	width:350px;
5
	position:relative;
18
	position:relative;
6
	padding:0 5px;
19
	padding:0 5px;
7
	margin:5px auto;
20
	margin:5px auto;
8
	font-family:Arial,verdana,sans-serif;
21
	font-family:Arial,verdana,sans-serif;
9
	font-size:12px;
22
	font-size:12px;
Line 63... Line 76...
63
	clear:both;
76
	clear:both;
64
}
77
}
65
/*+-----------------------------------------------------------------------------------------------------------------+*/
78
/*+-----------------------------------------------------------------------------------------------------------------+*/
66
/* Galerie observations CEL */
79
/* Galerie observations CEL */
67
#cel-observation-contenu .cel-observation {
80
#cel-observation-contenu .cel-observation {
-
 
81
	width:350px;
68
	float:left;
82
	float:left;
69
	padding:2px;
83
	padding:2px;
70
	border:1px solid white;
84
	border:1px solid white;
71
}
85
}
72
#cel-observation-contenu .cel-observation h2{
86
#cel-observation-contenu .cel-observation h2{