Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 60 Rev 76
Line 1... Line 1...
1
/* =========================== Balises ============================ 
1
/* =========================== Balises ============================ 
Line -... Line 2...
-
 
2
 
-
 
3
 
2
 
4
 
Line 3... Line 5...
3
/* =========================== Style général ============================ */ 
5
/* =========================== Style général ============================ */ 
4
 
6
 
5
#wrapper #container {
7
#wrapper #container {
Line 12... Line 14...
12
 
14
 
13
.droite {
15
.droite {
14
	float:right;	
16
	float:right;	
Line -... Line 17...
-
 
17
}
-
 
18
 
-
 
19
.information {
-
 
20
	
-
 
21
	padding-left: 10px;
-
 
22
	border:1px solid #FF420F;
-
 
23
	max-width:600px;
-
 
24
	height: 50px;
-
 
25
	text-align: center;
-
 
26
	font-size: 1.3em;
-
 
27
	color: #000000;
-
 
28
	background: url("../images/attention.png") no-repeat scroll 1em 0.5em transparent;
-
 
29
	background-color:#EF9C86;
-
 
30
}
-
 
31
 
-
 
32
.information div {
-
 
33
	margin-top: 15px
Line 15... Line 34...
15
}
34
}
Line 16... Line 35...
16
 
35
 
17
 
36
 
Line 91... Line 110...
91
#annee_en_cours {
110
#annee_en_cours {
92
	font-size: 1.6em;
111
	font-size: 1.6em;
93
	color: #9AC343;	
112
	color: #9AC343;	
94
}
113
}
Line -... Line 114...
-
 
114
 
-
 
115
 
-
 
116
 
-
 
117
 
-
 
118
/* =========================== Formulaires d'inscription et d'identification ============================ */
-
 
119
 
-
 
120
#conteneur_formulaire_identification, #conteneur_formulaire_inscription {
-
 
121
	
-
 
122
	width:650px;
-
 
123
	border: 1px solid grey;
-
 
124
	margin-top: 10px;
-
 
125
	padding: 10px;
-
 
126
	text-align: left !important;
-
 
127
	-moz-border-radius: 0.9em;
-
 
128
}
-
 
129
 
-
 
130
#conteneur_formulaire_identification form {
-
 
131
	text-align: left !important;	
-
 
132
}
-
 
133
 
-
 
134
#conteneur_formulaire_identification input {
-
 
135
	text-align: left !important;
-
 
136
	width: 300px;	
-
 
137
}
-
 
138
 
-
 
139
#conteneur_formulaire_inscription input {
-
 
140
	text-align: left !important;
-
 
141
	width: 300px;	
-
 
142
}
-
 
143
 
-
 
144
.message_identification {
-
 
145
	font-weight: bold;
-
 
146
	padding-top: 5px;
-
 
147
	color: #435F06;
-
 
148
	font-size: 1.5em;	
-
 
149
}
-
 
150
 
95
 
151
 
Line 96... Line 152...
96
/* =========================== Formulaires ============================ */ 
152
/* =========================== Formulaires de l'application ============================ */
97
 
153
 
98
.element_formulaire_en_ligne {
154
.element_formulaire_en_ligne {
99
	padding-left: 10px;
155
	padding-left: 10px;
Line 227... Line 283...
227
.date_observation_individu {
283
.date_observation_individu {
228
	min-width: 140px;
284
	min-width: 140px;
229
	max-width: 140px;
285
	max-width: 140px;
230
}
286
}
Line -... Line 287...
-
 
287
 
231
 
288
 
Line 232... Line 289...
232
/* =========================== Tableaux d'évenements ============================ */ 
289
/* =========================== Tableaux d'évenements ============================ */ 
233
 
290
 
234
#saisie_liste_evenements, #saisie_modif_evenements {
291
#saisie_liste_evenements, #saisie_modif_evenements {
Line 253... Line 310...
253
 
310
 
254
.stade_evenement {
311
.stade_evenement {
255
	text-align: center;
312
	text-align: center;
Line -... Line 313...
-
 
313
}
256
}
314
 
Line 257... Line 315...
257
 
315
 
258
/* =========================== Styles des différents stades ============================ */ 
316
/* =========================== Styles des différents stades ============================ */ 
259
 
317
 
Line 275... Line 333...
275
 
333
 
276
.stade_1ere_apparition {
334
.stade_1ere_apparition {
277
	background-color: #F08080;
335
	background-color: #F08080;
Line -... Line 336...
-
 
336
}
278
}
337
 
Line 279... Line 338...
279
 
338
 
280
/* ============ Styles crées par des effets javascripts automatiques ===== */
339
/* ============ Styles crées par des effets javascripts automatiques ===== */
281
 
340