Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 210 Rev 238
1
#contenu_application {
1
#contenu_application {
2
 
2
 
3
}
3
}
-
 
4
 
-
 
5
.separation_invisible {
-
 
6
	clear:both;
-
 
7
	visibility:hidden;	
-
 
8
}
-
 
9
 
-
 
10
.droite {
-
 
11
	float: left;
-
 
12
	padding-left: 10px;	
-
 
13
}
-
 
14
 
-
 
15
.separation_en_deux > * {
-
 
16
	width: 49%;
-
 
17
}
4
 
18
 
5
.conteneur_carte {
19
.conteneur_carte {
6
	height: 450px;
20
	height: 450px;
-
 
21
	float: left;
7
	width: 100%;
22
	padding-top: 10px;
8
}
23
}
9
 
24
 
10
#table_dates {
25
#table_dates {
11
	width: 100%;	
26
	width: 100%;	
-
 
27
	border-collapse: collapse;
12
}
28
}
13
 
29
 
14
#table_dates tbody {
30
#table_dates tbody {
15
	border: none;
31
	border: none;
16
	margin-top: 0;
32
	margin-top: 0;
17
	padding-top: 0;
33
	padding-top: 0;
18
}
34
}
19
 
35
 
20
#conteneur_slider_date {
36
#conteneur_slider_date {
21
	padding-top:10px;	
37
	padding-top:10px;	
22
	width: 100%;
38
	width: 100%;
23
	padding-bottom: 0px;
39
	padding-bottom: 0px;
24
}
40
}
25
 
41
 
26
#slider_date .ui-slider-handle {
42
#slider_date .ui-slider-handle {
27
	background: none;
43
	background: none;
28
	background-color:#ACC700;
44
	background-color:#ACC700;
29
}
45
}
30
 
46
 
31
.selecteur_critere {
47
.selecteur_critere {
32
	padding-right: 5px;	
48
	padding-right: 5px;	
33
}
49
}
34
 
50
 
35
.criteres {
51
.criteres {
36
	padding-bottom: 10px;	
52
	padding-bottom: 10px;	
37
}
53
}
38
 
54
 
39
#conteneur_selecteur_liste_annees {
55
#conteneur_selecteur_liste_annees {
40
	padding-top: 10px;
56
	padding-top: 10px;
41
}
57
}
42
 
58
 
43
.conteneur_date {
59
.conteneur_date {
44
	display: table-cell;
60
	display: table-cell;
45
	text-align:center;		
61
	text-align:center;	
-
 
62
	border-left: 2px solid black;
-
 
63
	border-right: 2px solid black;	
-
 
64
}
-
 
65
 
-
 
66
.lien_vers_profil {
-
 
67
	cursor: pointer;
-
 
68
	text-decoration: underline;	
-
 
69
}
-
 
70
 
-
 
71
.legende {
-
 
72
    border: 1px solid black;
-
 
73
    display: block;
-
 
74
    float: left;
-
 
75
    height: 1em;
-
 
76
    width: 20px;
46
}
77
}
47
 
78
 
48
/* =========================== Styles des différents stades ============================ */ 
79
/* =========================== Styles des différents stades ============================ */ 
49
 
80
 
50
.stade_feuillaison {
81
.stade_feuillaison {
51
	background-color: #ACC700;
82
	background-color: #ACC700;
52
}
83
}
53
 
84
 
54
.stade_floraison {
85
.stade_floraison {
55
	background-color: #B549B9;	
86
	background-color: #B549B9;	
56
}
87
}
57
 
88
 
58
.stade_fructification {
89
.stade_fructification {
59
	background-color: #FF7F00;
90
	background-color: #FF7F00;
60
}
91
}
61
 
92
 
62
.stade_senescence {
93
.stade_senescence {
63
	background-color: #BF3600;
94
	background-color: #BF3600;
64
}
95
}
65
 
96
 
66
.stade_1ere_apparition {
97
.stade_1ere_apparition {
67
	background-color: #B549B9;
98
	background-color: #B549B9;
68
}
99
}