Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
1067 gduche 1
/* STYLE SPECIFIQUE DE l'UNIVERS RÉSEAU */
2
* {
3
	font-family:arial;}
4
body {
5
	background:url(../images/graphisme/bandeau_reseau_trait.png) repeat-x;}
6
a {
7
	color:#7B9C35}
8
h2 {
9
	margin:0px 0 12px;}
10
th {
11
	height:40px;}
12
/*+-----------------------------------------------------------------------------------------------------------------+*/
13
/* Mots clefs Reseau */
14
#zone-reseau .motsclefs	.mot1 {
15
	font-size:32px;
16
	margin:-25px 0 0 -102px;}
17
#zone-reseau .motsclefs	.mot2 {
18
	font-size:26px;
19
	margin:0px 0 0 -81px;}
20
#zone-reseau .motsclefs	.mot3 {
21
	font-size:20px;
22
	margin:3px 0 0 39px;}
23
#zone-reseau {
24
	/*Commenté pour le don, a enlever après la campagne*/
1088 aurelien 25
	background:url(../images/graphisme/bandeau_reseau_image.png) right center no-repeat;
1068 gduche 26
}
1067 gduche 27
/*+-----------------------------------------------------------------------------------------------------------------+*/
28
/* Logos de droite (facebook, delicious etc...) */
29
.contenu_centre {
30
	text-align:center;}
31
.logo_externe {
32
	padding:15px;
33
	float:left;}
34
.rss_site_titre {
35
	display:none;}
36
/*+-----------------------------------------------------------------------------------------------------------------+*/
37
/** Affichage des flux RSS **/
38
.flux_RSS .contenu_RSS .actualites1 {
39
	width:674px;
40
	padding-top:5px;
41
	padding-bottom:5px;
42
	height:auto;
43
	border-bottom:1px dotted #c2c0ad;}
44
.texteActualites1 {
45
	width:535px;
46
	height:auto;
47
	text-align:justify;
48
	margin-bottom:5px}
49
.texteActualites1 p,#texteActualites1 a {
50
	display:inline;
51
	text-align:justify}
52
.texteActualites1 br {
53
	position:absolute}
54
.imageActualites1 {
55
	width:130px;
56
	text-align:center;
57
	margin-top:0px;
58
	float:right;}
59
.contenu_RSS img {
60
	width:90px}
61
.flux_simple h1 {
62
	display:none;}
63
.flux_simple h3 {
64
	margin-bottom:0px;}
65
.categorie {
66
	font-variant:small-caps;
67
	color:#6C6865;
68
	font-family:arial;
69
	font-size:12px;
70
	font-weight:bold;
71
	letter-spacing:0;
72
	margin-bottom:0px;
73
	margin-top:0px;}
74
.contributions {
75
	margin-bottom:10px;}
76
.contributions h3{font-size:12px}
77
.importance2, .importance3 {
78
border:solid 1px red
79
}
80
#nouvelles_du_reseau .categorie {
81
	display:none;}
82
#rejoindre_reseau h1 {
83
	margin-top:0px;}
84
#rejoindre_reseau li {
85
	margin-left:-30px;
86
	padding:5px 0 0 30px;}
87
/*+-----------------------------------------------------------------------------------------------------------------+*/
88
/** Pages de l'annuaire */
89
/** Fiche utilisateur */
90
#fiche_utilisateur, #form_modification_inscription, #recherche_annuaire,#form_inscription {
91
	padding-left:30px;
92
	float:left;
93
	margin-left:0;
94
	margin-top:5px;
95
	padding:20px;
96
	width:90%;}
97
textarea.annuaire {
98
	width:400px !important;
99
	height:100px !important;}
100
#recherche_annuaire {
101
	margin-bottom:20px;}
102
 
103
.resultat_recherche {
104
	width: 700px;
105
}
106
 
107
.resultat_recherche .element_resultat {
108
	height: 85px;
109
	margin: 10px;
110
	margin-bottom: 15px;
111
	font-size: 12px;
112
	text-align: justify;
113
}
114
 
115
.resultat_recherche .element_resultat:hover {
116
	background-color: #CAAC5D;
117
	cursor: pointer;
118
}
119
 
120
.resultat_recherche .nom_prenom {
121
	font-size: 1.5em;
122
}
123
 
124
.resultat_recherche .profil_avatar {
125
	width: 100px;
126
}
127
 
128
.resultat_recherche .selection_destinataire {
129
	margin-left: 15px;
130
}
131
 
132
.resultat_recherche .profil_informations {
133
	display:inline;
134
	float:left;
1088 aurelien 135
	width:540px;
1067 gduche 136
}
137
 
138
.resultat_recherche .description {
139
	color: #555555;
1088 aurelien 140
	text-overflow: ellipsis;
1067 gduche 141
}
142
 
143
.resultat_recherche .experience {
144
	font-style: italic;
145
	font-weight: normal;
146
	color: #999999;
147
}
148
 
149
.resultat_recherche .experience .niveau {
150
	color: #E16039;
151
	font-style: normal;
152
}
153
 
154
.resultat_recherche .localisation {
155
	font-weight: bold;
156
}
157
 
158
#fiche_utilisateur {
159
	padding:0;
160
}
161
 
162
#fiche_utilisateur .importance4 {
163
	margin-left:0px;
164
	padding-left: 5px;
165
}
166
 
167
 
168
.nom_prenom_pseudo {
169
	padding-bottom:10px;
170
}
171
 
172
.element_profil {
173
	padding-left:20px;
174
	padding-bottom:2px;}
175
.label_profil {
176
	font-size:0.9em;
177
	color:#999999;
178
}
179
.valeur_profil {
180
	white-space:pre-line;}
181
.liste_horizontale {
182
	clear:both;}
183
.liste_horizontale_simple li {
184
	float:left;
185
	margin-right:20px !important;
186
	margin-left:2px !important;
187
	float:left; /*pour IE*/
188
	background:none !important;
189
	list-style-image:none;}
190
.liste_horizontale li {
191
	float:left;
192
	margin-right:20px !important;
193
	margin-left:2px !important;
194
	float:left; /*pour IE*/
195
	background:none !important;
196
	list-style-image:none !important;}
197
.liste_horizontale,.liste_horizontale_simple {
198
	padding:0;
199
	margin:0;
200
	list-style-type:none !important;}
201
.liste_horizontale_simple li span {
202
	margin-right:20px;}
203
.liste_horizontale li a {
204
	display:block;
205
	float:left;
206
	color:black;
207
	text-decoration:none;
208
	text-align:center;
209
	font-weight:bold;
210
	padding:5px;
211
	margin-left:10px;
212
	-moz-border-radius:0.9em;
213
	border-color:#6C6865;}
214
.lien_participer#page_en_cours a {
215
	background-color:#E16039 !important;
216
	border-color:#F2F2F2 !important;}
217
 
218
.separation {
219
	visibility:hidden;
220
	clear:both;
221
	margin-bottom:4px;
222
	margin-top:4px;}
223
#modification {
224
	padding-top:10px;
225
	float:left;}
226
/** Profil prive **/
227
#fiche_privee {
228
	background-color:#C2C0AD;
229
	border:1px solid #E16039;
230
	max-width:800px;
231
	height:50px;}
232
#texte_profil_prive {
233
	margin-top:15px;
234
	margin-left:5px;
235
	width:100%;
236
	text-align:center;}
237
#fiche_privee img {
238
	margin-top:-6px;}
239
/** Carte id **/
240
#carte_id {
241
	margin-top:10px;
242
	margin-bottom:10px;
243
	margin-left:0px;
244
	padding-bottom:30px;
245
	padding-left:5px;
246
	padding-top:10px;
247
	width:350px;
248
	height:90px;}
249
.avatar_petit {
250
	max-height:60px;
251
	max-width:60px;}
252
/** Page mes contributions **/
253
#resume {
254
	min-height:1600px;}
255
.resume_conteneur {
256
	display:block;
257
	margin-left:10px;
258
	padding:10px;
259
	clear:left;
260
	float:left;
261
	margin-left:0;
262
	margin-top:5px;
263
	padding:20px;
264
	width:90%;}
265
 
266
#resume_une_colonne{
267
	width: 95%;
268
}
269
.gestion_conteneur {
270
	width:50%;}
271
.titre_gestion {
272
	margin-top:20px;}
273
.colonne_resume, .colonne_resume {
274
	width:48%;}
275
.resume {
276
	width:100%;
277
	clear:both;}
278
.gestion_conteneur {
279
	width:80%;
280
	margin-left:10px;
281
	padding:0px;}
282
.resume_conteneur>h3 {
283
	font-weight:normal;}
284
.resume_conteneur a {
285
	text-align:center;}
286
.resume_conteneur a:hover {
287
	border-bottom:1px solid #7B9C35;}
288
.resume_conteneur tbody {
289
	border:none;}
290
.resume>h3>a {
291
	font-size:12px;
292
	font-family:arial;
293
	font-weight:normal;
294
	letter-spacing:0;
295
	margin:8px 0 1px;}
296
/** Page de gestion **/
297
.gestion>.form_bouton {
298
	text-align:right;}
299
/** Mise en page générique pour l'annuaire **/
300
.centre {
301
	margin-top:10%;
302
	margin-left:20%;
303
	min-height:500px;}
304
/*.gauche {
305
	float:left;
306
	margin-right:20px;}
307
.droite {
308
	float:right;
309
	clear:right;}*/
310
 
311
/*Spécifique à la page d'accueil réseau*/
312
#zone-accueil #zone-colonne-droite {
313
	width:55%;
314
}
315
#zone-accueil #zone-colonne-droite {
316
	width:45%;
317
}
318
#profil {
319
	border:5px solid #F2F2F2;
320
	margin:10px;
321
	padding-bottom:10px;}
322
.resume_conteneur h3 {
323
	font-size:12px;
324
	font-family:arial;
325
	font-weight:bold;
326
	letter-spacing:0;
327
	margin:8px 0 1px;}
328
.gestion {
329
	max-width:600px;
330
	clear:left;}
331
.gestion h2 {
332
	padding-top:10px;}
333
.gestion td {
334
	padding-top:5px;
335
	padding-bottom:5px;
336
	padding-right:15px;
337
	border:none ;}
338
/** Formulaire d'inscription et de modification **/
339
form#suppression, form#modification, form#blocage {
340
	display:inline;
341
	border:none;
342
	background-color:inherit}
343
#inscription_modification input, #inscription_modification select {
344
	display:block;}
345
#inscription_modification input[type="checkbox"], #inscription_modification input[type="radio"], #inscription_modification input[type="submit"] {
346
	display:inline;}
347
#inscription_modification label {
348
	padding-left:3px;}
349
#inscription_modification label_champ_annuaire {
350
	display:block;}
351
form.form_bouton {
352
	background-color:none !important;
353
	border:none !important;}
354
/** Moteur de recherche **/
355
.liste {
356
	border-collapse:collapse;}
357
.liste th, .liste td {
358
	text-align:center;
359
	border:none;
360
	padding-top:3px;
361
	padding-bottom:3px;
362
	border-top-width:1px;
363
	border-top-style:dotted;
364
	border-bottom-width:1px;
365
	border-bottom-style:dotted;}
366
.liste th {
367
	border-width:1px;
368
	border-style:solid;}
369
.liste th,.liste th a {
370
	color:black;
371
	margin:0 5px;}
372
.liste th {
373
	text-align:center;}
374
 
375
/** Pagination **/
376
.page_courante {
377
	font-size: 1.5em;
378
}
379
 
380
.page_courante a {
381
	color: black;
382
}
383
 
384
.nb_resultats {
385
	float:right;
386
	margin-top: 10px;
387
}
388
 
389
/** Messagerie **/
390
#contenu_message {
391
	width:500px;
392
	height:200px;}
393
#sujet_message {
394
	width:500px;
395
	height:25px;}
396
/** Présentation du nombre d'inscrits **/
397
.infosInscrits {
398
	-moz-border-radius:10px 10px 10px 10px;
399
	text-align:center;
400
	float:left;
401
	margin-left:0;
402
	margin-top:5px;
403
	padding:5px;
404
	width:200px;}
405
#conteneur_infos_inscrits {
406
	text-align:center;
407
	padding-left:55px;
408
	margin-top:0px;}
409
#choix_utilisateur {
410
	padding-left:25px;}
411
.orientation {
412
	width:45%;
413
	padding:5px;
414
	margin-bottom:20px;
415
	color:#FFFFFF;
416
	font-family:helveticaneue, helveticaneue2;
417
	font-size:13px;
418
	height:145px;}
419
.orientation strong {
420
	font-size:15px;}
421
.orientation h3 {
422
	margin-top:0px;
423
	margin-bottom:5px;}
424
.orientation span {
425
	margin-bottom:5px;}
426
.orientation ul {
427
	padding-top:5px;}
428
.label_champ_annuaire {
429
	font-weight : bold;}
430
#choix_utilisateur a {
431
	color:#3E4F18;}
432
#orientation_reseau {
433
	background-color:#E16039;}
434
#orientation_actu {
435
	background-color:#C2C0AD;}
436
#orientation_projets {
437
	background-color:#CAAC5D;}
438
#orientation_eflore {
439
	background-color:#9AC243;}
440
#zone_contenu_corps {
441
	width:710px;}
442
#menu_2_22 {
443
	display:none;}
1075 aurelien 444
.conteneur_lien_acces_formulaire_message {
445
    margin-bottom: 15px;
446
    margin-top: 20px;
447
}