Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 937 Rev 945
Line 105... Line 105...
105
/* TODO : voir comment changer les classes ci-dessous en automatique (RegExp) */
105
/* TODO : voir comment changer les classes ci-dessous en automatique (RegExp) */
106
a.lien-ext:after {
106
a.lien-ext:after {
107
	content:" "url(/sites/commun/generique/images/icones/fleche_externe.png);
107
	content:" "url(/sites/commun/generique/images/icones/fleche_externe.png);
108
}
108
}
Line -... Line 109...
-
 
109
 
-
 
110
/* Les liens externes doivent être précédés d'une icone */
-
 
111
a[href^="http://www."][target]:before{
-
 
112
	content:url(/sites/commun/generique/images/icones/fichier_htm.png)" ";
-
 
113
}
-
 
114
 
-
 
115
/* Les liens internes ne doivent pas être précédés d'une icone */
-
 
116
a[href^="http://www.tela-botanica.org"][target]:before{
-
 
117
	content:" ";
-
 
118
}
109
 
119
 
110
/*TODO : virer la classe .pdf*/
120
/* Gestion des fichiers PDF */
111
a[href$=".pdf"]:before , a.pdf:before {
121
a[href$=".pdf"]:before , a.pdf:before {
112
	content:url(/sites/commun/generique/images/icones/fichier_pdf.png)" ";
122
	content:url(/sites/commun/generique/images/icones/fichier_pdf.png)" ";
Line 113... Line 123...
113
}
123
}
Line 117... Line 127...
117
}
127
}
Line 118... Line 128...
118
 
128
 
119
 
129
 
120
/*+-----------------------------------------------------------------------------------------------------------------+*/
130
/*+-----------------------------------------------------------------------------------------------------------------+*/
121
/* Classes & couleurs */
131
/* Classes & couleurs */
122
.icone-erable {
132
.rejoindre {
123
	display:inline-block;
133
	display:inline-block;
124
	line-height:30px;
134
	line-height:30px;
125
	padding-left:30px;
135
	padding-left:30px;
Line 228... Line 238...
228
	
238
	
229
.floatLeft {
239
.floatLeft {
230
	float:left;
240
	float:left;
Line 231... Line 241...
231
}
241
}
232
 
242
 
233
.petitcarre {
243
.petitcarre, .lire-suite {
234
	padding-left:15px;
244
	padding-left:15px;
-
 
245
	background:url(../images/petitCarre.jpg) no-repeat 5px 4px;
-
 
246
}
-
 
247
 
-
 
248
.voir-tout {
-
 
249
	padding:10px 0 0 30px;
-
 
250
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
235
	background:url(../images/petitCarre.jpg) no-repeat 5px 4px;
251
}
236
}
252
 
237
.troiscarre {
253
.troiscarre {
238
	padding-left:30px;
254
	padding-left:30px;
-
 
255
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
-
 
256
}
-
 
257
 
-
 
258
.voir-tout, .telecharger, .acceder {
-
 
259
	padding:10px 0 0 30px;
-
 
260
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
-
 
261
}
239
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
262
 
240
}
263
/* OBSOLETE : A ENLEVER*/
241
#contenu .puceFleche, #zone_contenu_corps .puceFleche, .puceFleche {
264
#contenu .puceFleche, #zone_contenu_corps .puceFleche, .puceFleche {
242
	padding:10px 0 0 30px;
265
	padding:10px 0 0 30px;
Line 255... Line 278...
255
	border:dotted 1px #7b9c35;
278
	border:dotted 1px #7b9c35;
256
	color:#fd8c13;
279
	color:#fd8c13;
257
	margin-left:242px;
280
	margin-left:242px;
258
	font-variant:small-caps;
281
	font-variant:small-caps;
259
}
282
}
-
 
283
 
260
.clear,.nettoyage {
284
.nettoyage {
261
	clear:both;
285
	clear:both;
262
}
286
}
Line -... Line 287...
-
 
287
 
-
 
288
hr.nettoyage {
-
 
289
	visibility:hidden;
263
 
290
}
264
/* Taille des cadres */
291
/* Taille des cadres */
265
.demi {
292
.demi {
266
	width:50%;
293
	width:50%;
267
}
294
}
Line 270... Line 297...
270
	
297
	
271
}
298
}
272
.deux-tiers {
299
.deux-tiers {
273
	width:66%;
300
	width:66%;
274
}
301
}
275
.plein {
302
/*.plein {
276
	width:620px;
303
	width:620px;
277
}
304
}*/
278
/* Typographies */
305
/* Typographies */
279
.orange {
306
/*.orange {
280
	color:#fd8c13;
307
	color:#fd8c13;
281
	font-family:arial;
308
	font-family:arial;
282
}
309
}*/
283
p.orange {
310
/*p.orange {
284
	line-height:12px;
311
	line-height:12px;
285
}
312
}*/
286
.blanc {
313
/*.blanc {
287
	color:#fff;
314
	color:#fff;
288
}
315
}
289
p.blanc {
316
p.blanc {
290
	font-size:11px;
317
	font-size:11px;
291
	line-height:12px;
318
	line-height:12px;
292
}
319
}*/
293
.vertpetit {
320
.vertpetit {
294
	color:#598000;
321
	color:#598000;
295
	font-family:arial;
322
	font-family:arial;
296
	font-size:11px;
323
	font-size:11px;
297
	font-weight:bold;
324
	font-weight:bold;
298
}
325
}
299
.grispetit {
326
.discretion {
300
	color:#3a3633;
327
	color:#3a3633;
301
	font-family:arial;
328
	font-family:arial;
302
	font-size:11px;
329
	font-size:11px;
303
	font-weight:bold;
330
	font-weight:bold;
304
}
331
}
305
.gris {
332
/*.gris {
306
	color:#3a3633;
333
	color:#3a3633;
307
	font-family:arial;
334
	font-family:arial;
308
	font-size:12px;
335
	font-size:12px;
309
}
336
}*/
310
.overflow-hidden {
337
/*.overflow-hidden {
311
	overflow:hidden;
338
	overflow:hidden;
312
}
339
}*/
313
#zone_contenu_corps h2 a, #zone_contenu_corps h1 a, #contenu h2 a, #contenu h1 a {
340
#zone_contenu_corps h2 a, #zone_contenu_corps h1 a, #contenu h2 a, #contenu h1 a {
314
	color:#FD8C13;
341
	color:#FD8C13;
315
}
342
}
316
.boutonJaune {
343
.acceder-outil {
317
	background:url(/sites/commun/generique/images/telaBlancJaune.png) no-repeat #ECCB12;
344
	background:url(/sites/commun/generique/images/telaBlancJaune.png) no-repeat #ECCB12;
318
	padding:4px 10px 4px 30px;
345
	padding:4px 10px 4px 30px;
319
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
346
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
320
	color:#6C6865;
347
	color:#6C6865;
Line 824... Line 851...
824
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
851
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
825
	list-style:upper-alpha inside;
852
	list-style:upper-alpha inside;
826
	background:none;
853
	background:none;
827
	padding:0;
854
	padding:0;
828
}
855
}
-
 
856
 
-
 
857
.listeNumerique li h3 {
-
 
858
	display:inline;
-
 
859
}
-
 
860
 
-
 
861
 
829
#zone_contenu_corps ul li ul {
862
#zone_contenu_corps ul li ul {
830
	margin-bottom:10px;
863
	margin-bottom:10px;
831
}
864
}
832
.filetVert {
865
.filetVert {
833
	width:300px;
866
	width:300px;
Line 841... Line 874...
841
.filetVert h1 {
874
.filetVert h1 {
842
	margin:0 0 10px 0;
875
	margin:0 0 10px 0;
843
}
876
}
844
/*+-----------------------------------------------------------------------------------------------------------------+*/
877
/*+-----------------------------------------------------------------------------------------------------------------+*/
845
/*Onglets*/
878
/*Onglets*/
846
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets {
879
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets { 
847
	display:inline-block;
880
	display:inline-block;
848
	padding:0;
881
	padding:0;
849
}
882
}
850
.onglets a {border:none
883
.onglets a {border:none
851
}
884
}
Line 891... Line 924...
891
	color:#6C6865;
924
	color:#6C6865;
892
}
925
}
893
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
926
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
894
	color:#FD8C13;
927
	color:#FD8C13;
895
}
928
}
896
#zone_contenu_corps .onglets li:hover{ background:white; border-bottom:0}
929
#zone_contenu_corps .onglets li:hover, #zone_contenu_corps .menu_classique_n3 li:hover{ background:white; border-bottom:0}
897
#zone_contenu_corps .onglets li a:hover {color:#FD8C13; background:white}
930
#zone_contenu_corps .onglets li a:hover,  #zone_contenu_corps .menu_classique_n3 a:hover {color:#FD8C13; background:white}
Line 898... Line 931...
898
 
931
 
899
#cartographieVolante {
932
#cartographieVolante {
900
	position:absolute;
933
	position:absolute;
901
	z-index:10;
934
	z-index:10;
Line 1106... Line 1139...
1106
	width:860px;
1139
	width:860px;
1107
}
1140
}
1108
.grid_12 {
1141
.grid_12 {
1109
	width:940px;
1142
	width:940px;
1110
}
1143
}
1111
.column {
1144
.column, .colonne {
1112
	margin:0 10px;
1145
	margin:0 10px;
1113
	overflow:hidden;
1146
	overflow:hidden;
1114
	float:left;
1147
	float:left;
1115
	display:inline;
1148
	display:inline;
1116
}
1149
}
1117
.row {
1150
.row, .ligne {
1118
	width:695px;
1151
	width:695px;
1119
	margin:0 auto;
1152
	margin:0 auto;
1120
	overflow:hidden;
1153
	overflow:hidden;
1121
}
1154
}
1122
.row .row {
1155
.row .row, .ligne .ligne {
1123
	margin:0 -10px;
1156
	margin:0 -10px;
1124
	display:inline-block;
1157
	display:inline-block;
1125
}
1158
}
1126
1159