Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 789 Rev 807
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
}
-
 
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;
Line 76... Line 63...
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{