Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 670 | Rev 714 | Go to most recent revision | 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
}
61
hr.nettoyage{
62
	clear: both;
63
	width: 0;
64
}
65
.citation {
66
	font-size: 9px;
67
}
68
.deux-colonnes {
69
	width:48%;
70
	float:left;
71
	text-align: center;
72
}
689 mathilde 73
.italique {
74
	font-style:italic;
75
}
656 mathilde 76
/* DESCRIPTION spécifique */
77
.desc td {
78
	width: 50%;
79
	vertical-align: top;
80
	border: 1px dasharray #36560B;
81
	padding: 7px 5px;
82
}
83
 
84
/* BIBLIOGRAPHIE spécifique */
85
li.item_biblio_flore {
86
	background: none;
87
	list-style: square;
88
	padding-left: 15px;
89
	color : #FC8912;
90
}
91
/* ECOLOGIE spécifique*/
92
.graphique {
93
	width:500px;
94
	margin-left:auto;
95
	margin-right:auto;
96
	text-align:center;
97
}
98
 
99
.fond_graphique {
100
	background-color:#F8F8F8;
101
	padding-top: 10px;
102
	padding-bottom: 10px;
103
}
104
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
105
	font-size: 8px;
106
	background:none;
107
	border:none;
108
}
109
.svg_clim, .svg_sol {
110
	width: 500px;
111
	height: 200px;
112
}
113
.svg_sol {
114
	width: 500px;
115
	height: 250px;
116
}
117
.legende_formes {
118
	width : 348px;
119
	height : 30px;
120
	display: block;
121
	margin-right : auto;
122
	margin-left: auto;
123
	padding : 5px;
124
}
125
/* REPARTITION spécifique*/
126
.bloc_legende_repartition {
127
	float:left;
128
	margin-right:5px;
129
	margin-bottom:3px;
130
	width:15px;
131
	height:15px;
132
	border:1px  solid  black;
133
 
134
}
135
.texte_legende_repartition {
136
	float:left;
137
	font-size :10px;
138
	width: 160px;
139
	text-align:left;
140
 
141
}
142
.legende_r {
143
	 width: 190px;
144
	 margin-right: auto;
145
	 margin-left: auto;
146
}
147
.repartition_observations {
666 mathilde 148
    width: 250px;
656 mathilde 149
    margin-bottom: 5px;
150
	margin-right: auto;
151
	margin-left: auto;
152
	text-align: center;
153
}
154
.repartition_observations object {
155
    display: block;
156
	padding: 0px;
666 mathilde 157
	height:200px;
656 mathilde 158
	margin-right: auto;
159
	margin-left: auto;
160
}
161
 
162
/* NOMENCLATURE spécifique*/
163
.legende_nom_retenu {
164
	background-color: #E6FFA2;
165
}
166
 
167
.surlignage {
168
	background-color: #E6FFA2;
169
}
170
.couleur_legende {
171
    display: inline-block;
172
    height: 12px;
173
    width: 30px;
174
    margin-right: 5px;
175
    margin-top: 2px;
176
    border: 1px dashed black;
177
}
178
.legende {
179
	border:dashed 1px #AAA;
180
	padding:5px 10px;
181
}
182
.onglet_marge_gauche {
183
	margin-top: 7px;
184
	padding-left: 30px;
185
}
186
li.item_nomenclature {
187
	background: none;
188
	list-style: square;
189
	padding-left: 15px;
190
	color : #FC8912;
191
}
192
 
193
 
194
.nom {
195
	vertical-align: top;
196
	color: black;
197
}
198
 
199
.retenu, .synonyme{
200
	font-size:0.8em;
201
}
202
.retenu{
203
	font-weight:bold;
204
}
205
.basionyme_complet {
206
	margin-left:20px;
207
	display:block;
208
}
209
 
210
/* ILLUSTRATION spécifique*/
211
#illustrations {
212
	width:196px;
213
	height:196px;
214
	margin-right: auto;
215
	margin-left: auto;
216
	text-align:center;
217
	border:0.5px dotted black;
218
 
219
}
220
 
221
.liste-illustrations{
222
	list-style-type:none;
223
	padding:0;
224
}
225
.liste-illustrations li {
226
	list-style-image:none !important;
227
	background:none;
228
	text-align:center;
229
	font-size:11px;
230
	float: left;
231
	width:210px;
232
	height:285px;
233
}
234
 
235
#illustrations .liste-illustrations li{
236
	height: 215px;
237
	}
238
 
239
.liste-illustrations li p{
240
	margin:2px 2px 5px 2px;
241
	width:206px;
242
	font-size:11px;
243
}
244
.liste-illustrations strong{
245
	font-weight:bold;
246
	text-align: center;
247
 
248
}
249
.liste-illustrations img{
250
	display:block;
251
	border:1px solid white;
252
	text-align: center;
253
	padding:2px;
254
	max-height:196px;
255
	max-width:196px;
256
	margin-right: auto;
257
	margin-left: auto;
258
}
259
 
260
.liste-illustrations a:hover img{
261
    border:1px dotted #FD8C13;
262
}
263
 
264
/* WIKI spécifique*/
265
 
670 mathilde 266
.wiki { font-size : 10px;
656 mathilde 267
 
268
}