Subversion Repositories Sites.obs-saisons.fr

Rev

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

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