Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 868 Rev 870
Line 136... Line 136...
136
/* Mise en colonnes */
136
/* Mise en colonnes */
137
.importance1 {
137
.importance1 {
138
	margin:0 10px 20px 0;		
138
	margin:0 10px 20px 0;		
139
	background-color:#eaedcd;	
139
	background-color:#eaedcd;	
140
	padding:8px;
140
	padding:8px;
-
 
141
	font-family:arial;
-
 
142
	font-size:11px;
141
	
143
	color:#3a3633;
142
	border-radius:10px;
144
	border-radius:10px;
143
	-moz-border-radius:10px;
145
	-moz-border-radius:10px;
144
	-webkit-border-radius:10px;
146
	-webkit-border-radius:10px;
145
	box-shadow:7px 7px 11px #555;
147
	box-shadow:7px 7px 11px #555;
146
	-moz-box-shadow:2px 2px 5px #aaa;
148
	-moz-box-shadow:2px 2px 5px #aaa;
147
	-webkit-box-shadow:7px 7px 11px #aaa;
149
	-webkit-box-shadow:7px 7px 11px #aaa;
148
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
150
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
149
	zoom:1;/* pour ie8 */
151
	zoom:1;/* pour ie8 */
150
}
152
}
Line -... Line 153...
-
 
153
 
-
 
154
.importance1 input, .importance1 select {
-
 
155
	font-family:arial;
-
 
156
	font-size:11px;
-
 
157
	background-color:#fff;
-
 
158
	border:dotted 1px #7b9c35;
-
 
159
	color:#3a3633;
-
 
160
	margin-bottom:7px;
-
 
161
}
151
 
162
 
152
.importance1 .row .gauche	{
163
.importance1 .row .gauche	{
153
	width:45%;
164
	width:45%;
154
	padding-left:4%;
165
	padding-left:4%;
Line 299... Line 310...
299
#contenu .puceFleche, #zone_contenu_corps .puceFleche, .puceFleche {
310
#contenu .puceFleche, #zone_contenu_corps .puceFleche, .puceFleche {
300
	padding:10px 0 0 30px;
311
	padding:10px 0 0 30px;
301
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
312
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
302
}
313
}
Line 303... Line 314...
303
 
314
 
304
.champs {
-
 
305
	font-family:arial;
-
 
306
	font-size:11px;
-
 
307
	background-color:#fff;
-
 
308
	border:dotted 1px #7b9c35;
-
 
309
	color:#3a3633;
-
 
310
	margin-bottom:7px;
315
 
311
}
316
 
312
.champs2 {
-
 
313
	font-family:arial;
-
 
314
	font-size:11px;
-
 
315
	color:#3a3633;
317
	
316
}
318
 
317
.ok {
319
.ok {
318
	font-family:arial;
320
	font-family:arial;
319
	font-size:11px;
321
	font-size:11px;
320
	font-weight:bold;
322
	font-weight:bold;
Line 392... Line 394...
392
#zone_contenu_corps h1, #contenu h1 {
394
#zone_contenu_corps h1, #contenu h1 {
393
	background:url(../images/troisCarre.png) no-repeat 0 5px;
395
	background:url(../images/troisCarre.png) no-repeat 0 5px;
394
}
396
}
395
/*+-----------------------------------------------------------------------------------------------------------------+*/
397
/*+-----------------------------------------------------------------------------------------------------------------+*/
396
/* Tableau :encadr� */
398
/* Tableau :encadr� */
-
 
399
/* Ancien table_cadre */
397
.table_cadre {
400
table {
398
	border:1px solid #9ac342;
401
	border:1px solid #9ac342;
399
	border-collapse:collapse;
402
	border-collapse:collapse;
400
}
403
}
401
.table_cadre thead, .table_cadre tfoot {
404
table thead, table tfoot {
402
	background-color:#EEE;
405
	background-color:#EEE;
403
	border:1px solid #9ac342;
406
	border:1px solid #9ac342;
404
}
407
}
-
 
408
 
405
.table_cadre tbody {
409
table tbody {
406
	background-color:#FFF;
410
	background-color:#FFF;
407
	border:1px solid #9ac342;
411
	border:1px solid #9ac342;
408
}
412
}
-
 
413
 
409
.table_cadre th {
414
table th {
410
	font-family:monospace;
415
	font-family:monospace;
411
	border:1px dotted #9ac342;
416
	border:1px dotted #9ac342;
412
	padding:5px;
417
	padding:5px;
413
	background-color:#EEE;
418
	background-color:#EEE;
414
}
419
}
-
 
420
 
415
.table_cadre td {
421
table td {
416
	font-family:arial;
422
	font-family:arial;
417
	border:1px dotted #9ac342;
423
	border:1px dotted #9ac342;
418
	padding:5px;
424
	padding:5px;
419
	text-align:left;
425
	text-align:left;
420
}
426
}
-
 
427
 
421
.table_cadre caption {
428
table caption {
422
	font-family:sans-serif;
429
	font-family:sans-serif;
423
}
430
}
-
 
431
 
424
.table_cadre th[title]:after {
432
table th[title]:after {
425
	content:" "url(/sites/commun/generique/images/icones/aide.png);
433
	content:" "url(/sites/commun/generique/images/icones/aide.png);
426
}
434
}
-
 
435
 
427
/*+-----------------------------------------------------------------------------------------------------------------+*/
436
/*+-----------------------------------------------------------------------------------------------------------------+*/
428
/* D2fintion des styles de l'applette syndication */
437
/* D2fintion des styles de l'applette syndication */
429
.contenu_RSS h3 {
438
.contenu_RSS h3 {
430
	margin:0;
439
	margin:0;
431
	font-size:12px;
440
	font-size:12px;
Line 901... Line 910...
901
	display:inline-block;
910
	display:inline-block;
902
	padding:0;
911
	padding:0;
903
}
912
}
904
.onglets a {border:none
913
.onglets a {border:none
905
}
914
}
-
 
915
 
906
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
916
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
907
	list-style-image:none;
917
	list-style-image:none;
908
	padding:5px 3px 5px 3px;
918
	padding:5px 3px 5px 3px;
909
	margin-top:2px;
919
	margin-top:2px;
910
	background-color:#C2C0AD;
920
	background-color:#C2C0AD;
Line 924... Line 934...
924
	border:1px solid #c2c0ad;
934
	border:1px solid #c2c0ad;
925
	border-bottom:0px solid #c2c0ad;
935
	border-bottom:0px solid #c2c0ad;
926
	text-decoration:none;
936
	text-decoration:none;
927
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
937
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
928
}
938
}
-
 
939
.onglets li:hover{ color:#FD8C13}
929
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
940
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
930
	background:none;
941
	background:none;
931
	color:#FD8C13;
942
	color:#FD8C13;
932
	font-weight:bold;
943
	font-weight:bold;
933
}
944
}