Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 835 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
656 mathilde 1
@CHARSET "UTF-8";
2
/* tout le css pour la mise en page du pdf d'exportation de fiches. */
3
/* GÉNÉRAL */
4
table{
5
	border-collapse: collapse;
6
	width:100%;
7
	margin:5px 0;
8
	/*page-break-inside : avoid;*/
9
	font-size:10px;
10
}
11
td,th{
12
	border:1px solid #36560B;
13
	padding:7px 5px;
14
}
15
th{
16
	background-color:#EEE;
17
}
18
h2 {
19
	font-weight: bold;
20
	letter-spacing: 0;
21
	margin: 20px 0 12px 0;
22
	font-size: 15px;
23
	color: #FD8C13;
24
}
25
body {
26
	font-family: Arial, Helvetica, Verdana, sans-serif;
27
	font-size: 0.75em;
28
	background-color: #fff;
29
}
30
.centrer {
31
	display : block;
32
	margin-left:auto;
33
	margin-right:auto;
34
}
35
.titre {
36
		color:#36560B;
37
		left:2px;
38
		position:relative;
39
		padding-right:5px;
40
}
41
.categorie {
42
	background-color: #F6AF3A;
43
	display: block;
44
	padding: 2mm;
45
	padding-left: 5mm;
46
	padding-right: 5mm;
47
	color: #fff;
48
	border-radius: 10px 10px 0 0;
49
	font-weight: bold;
50
}
51
.bloc {
52
	padding-left: 2mm;
53
	padding-bottom: 5mm;
54
}
55
.no-break {
56
	page-break-inside : avoid;
57
}
58
.allow-break {
59
	page-break-inside : auto;
60
}
835 mathilde 61
 
62
.italique {
63
	font-style: italic;
64
 }
65
 
66
 .gras {
67
 	font-weight: bold;
68
 }
656 mathilde 69
hr.nettoyage{
70
	clear: both;
71
	width: 0;
72
}
73
.citation {
74
	font-size: 9px;
75
}
76
.deux-colonnes {
77
	width:48%;
78
	float:left;
79
	text-align: center;
80
}
689 mathilde 81
.italique {
82
	font-style:italic;
83
}
714 mathilde 84
.version {
85
	float:right;
86
}
87
 
656 mathilde 88
/* DESCRIPTION spécifique */
89
.desc td {
90
	width: 50%;
91
	vertical-align: top;
92
	border: 1px dasharray #36560B;
93
	padding: 7px 5px;
94
}
95
 
96
/* BIBLIOGRAPHIE spécifique */
97
li.item_biblio_flore {
98
	background: none;
99
	list-style: square;
100
	padding-left: 15px;
101
	color : #FC8912;
102
}
103
/* ECOLOGIE spécifique*/
104
.graphique {
105
	width:500px;
106
	margin-left:auto;
107
	margin-right:auto;
108
	text-align:center;
109
}
110
 
111
.fond_graphique {
112
	background-color:#F8F8F8;
113
	padding-top: 10px;
114
	padding-bottom: 10px;
115
}
116
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
117
	font-size: 8px;
118
	background:none;
119
	border:none;
120
}
121
.svg_clim, .svg_sol {
122
	width: 500px;
123
	height: 200px;
124
}
125
.svg_sol {
126
	width: 500px;
127
	height: 250px;
128
}
129
.legende_formes {
130
	width : 348px;
131
	height : 30px;
132
	display: block;
133
	margin-right : auto;
134
	margin-left: auto;
135
	padding : 5px;
136
}
137
/* REPARTITION spécifique*/
138
.bloc_legende_repartition {
139
	float:left;
140
	margin-right:5px;
141
	margin-bottom:3px;
142
	width:15px;
143
	height:15px;
144
	border:1px  solid  black;
145
 
146
}
147
.texte_legende_repartition {
148
	float:left;
149
	font-size :10px;
150
	width: 160px;
151
	text-align:left;
152
 
153
}
154
.legende_r {
155
	 width: 190px;
156
	 margin-right: auto;
157
	 margin-left: auto;
158
}
159
.repartition_observations {
666 mathilde 160
    width: 250px;
656 mathilde 161
    margin-bottom: 5px;
162
	margin-right: auto;
163
	margin-left: auto;
164
	text-align: center;
165
}
166
.repartition_observations object {
167
    display: block;
168
	padding: 0px;
666 mathilde 169
	height:200px;
656 mathilde 170
	margin-right: auto;
171
	margin-left: auto;
172
}
173
 
174
/* NOMENCLATURE spécifique*/
175
.legende_nom_retenu {
176
	background-color: #E6FFA2;
177
}
178
 
179
.surlignage {
180
	background-color: #E6FFA2;
181
}
182
.couleur_legende {
183
    display: inline-block;
184
    height: 12px;
185
    width: 30px;
186
    margin-right: 5px;
187
    margin-top: 2px;
188
    border: 1px dashed black;
189
}
190
.legende {
191
	border:dashed 1px #AAA;
192
	padding:5px 10px;
193
}
194
.onglet_marge_gauche {
195
	margin-top: 7px;
196
	padding-left: 30px;
197
}
198
li.item_nomenclature {
199
	background: none;
200
	list-style: square;
201
	padding-left: 15px;
202
	color : #FC8912;
203
}
204
 
205
 
206
.nom {
207
	vertical-align: top;
208
	color: black;
209
}
210
 
211
.retenu, .synonyme{
212
	font-size:0.8em;
213
}
214
.retenu{
215
	font-weight:bold;
216
}
217
.basionyme_complet {
218
	margin-left:20px;
219
	display:block;
220
}
221
 
222
/* ILLUSTRATION spécifique*/
223
#illustrations {
224
	width:196px;
225
	height:196px;
226
	margin-right: auto;
227
	margin-left: auto;
228
	text-align:center;
229
	border:0.5px dotted black;
230
 
231
}
232
 
233
.liste-illustrations{
234
	list-style-type:none;
235
	padding:0;
236
}
237
.liste-illustrations li {
238
	list-style-image:none !important;
239
	background:none;
240
	text-align:center;
241
	font-size:11px;
242
	float: left;
243
	width:210px;
244
	height:285px;
245
}
246
 
247
#illustrations .liste-illustrations li{
248
	height: 215px;
249
	}
250
 
251
.liste-illustrations li p{
252
	margin:2px 2px 5px 2px;
253
	width:206px;
254
	font-size:11px;
255
}
256
.liste-illustrations strong{
257
	font-weight:bold;
258
	text-align: center;
259
 
260
}
261
.liste-illustrations img{
262
	display:block;
263
	border:1px solid white;
264
	text-align: center;
265
	padding:2px;
266
	max-height:196px;
267
	max-width:196px;
268
	margin-right: auto;
269
	margin-left: auto;
270
}
271
 
272
.liste-illustrations a:hover img{
273
    border:1px dotted #FD8C13;
274
}
275
 
276
/* WIKI spécifique*/
277
 
670 mathilde 278
.wiki { font-size : 10px;
656 mathilde 279
 
280
}