Subversion Repositories eFlore/Applications.cel

Rev

Rev 739 | Rev 807 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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