Révision 15
Portal/configurations/demo/css/DBP.css (revision 15) | ||
---|---|---|
1 |
/* |
|
2 |
* PATCH CSS DBP pour TXM |
|
3 |
*/ |
|
4 |
|
|
5 |
.txmeditionpage { |
|
6 |
font-family:Times; |
|
7 |
} |
|
8 |
|
|
9 |
.editionpage { |
|
10 |
display:block; |
|
11 |
text-align:center; |
|
12 |
color:gray; |
|
13 |
font-size:80% |
|
14 |
} |
|
15 |
|
|
16 |
span[title*="lapsus"] { |
|
17 |
color:#B8860B !important; |
|
18 |
} |
|
19 |
|
|
20 |
/* =========================================================================================== |
|
21 |
* Feuille de style pour les documents TEI du site de l'édition électronique des dossiers de Bouvard et Pécuchet |
|
22 |
* url : http://www.dossiers-flaubert.fr/ |
|
23 |
* auteurs : Nathalie Arlin, Stéphanie Dord-Crouslé, Emmanuelle Morlock |
|
24 |
* date : 2012-12-02 |
|
25 |
* modifications : |
|
26 |
* - EM le 2014-11-11 : ajout d'une marge négative sur le "dd.type-fragment" |
|
27 |
* - EM le 2014-11-11 : modif width (auto au lieu de 12%) sur "normalise dt.vedettes" pour éviter retour à la ligne |
|
28 |
* |
|
29 |
* =========================================================================================== */ |
|
30 |
body, |
|
31 |
div, |
|
32 |
dl, |
|
33 |
dt, |
|
34 |
dd, |
|
35 |
ul, |
|
36 |
ol, |
|
37 |
li, |
|
38 |
h1, |
|
39 |
h2, |
|
40 |
h3, |
|
41 |
h4, |
|
42 |
h5, |
|
43 |
h6, |
|
44 |
pre, |
|
45 |
form, |
|
46 |
fieldset, |
|
47 |
p, |
|
48 |
blockquote, |
|
49 |
th, |
|
50 |
td{ |
|
51 |
margin:0; |
|
52 |
padding:0; |
|
53 |
list-style:none; |
|
54 |
xfont-size:1em; |
|
55 |
color:inherit; |
|
56 |
text-shadow:0; |
|
57 |
} |
|
58 |
/* Infos et reset du site englobant */ |
|
59 |
/* police de base du site englobant : 12px*/ |
|
60 |
/* |
|
61 |
* cf. from http://drewish.com/tools/vertical-rhythm |
|
62 |
* |
|
63 |
*/ |
|
64 |
a{ |
|
65 |
font-family:inherit; |
|
66 |
font-size:inherit; |
|
67 |
} |
|
68 |
a:hover, |
|
69 |
a:focus, |
|
70 |
a:active{ |
|
71 |
border:0; |
|
72 |
} |
|
73 |
/* Layout ====================================================== */ |
|
74 |
html{ |
|
75 |
font:100%/112.5% "Nimbus Sans L", "URW Gothic L", Verdana, Tahoma, Helvetica, "Lucida Grande", Geneva, "DejaVu Sans", "Microsoft Sans Serif", sans-serif; |
|
76 |
|
|
77 |
/*mis en commentaire pour TXM*/ |
|
78 |
} |
|
79 |
/*body{ |
|
80 |
min-width:1195px; |
|
81 |
}*/ |
|
82 |
|
|
83 |
#transcription_tei{ |
|
84 |
margin:0; |
|
85 |
position:relative; |
|
86 |
text-align:left; |
|
87 |
font-size:12px; |
|
88 |
line-height:1em; |
|
89 |
width:550px; |
|
90 |
min-width:590px; |
|
91 |
} |
|
92 |
#transcription_tei .clearfix{ |
|
93 |
clear:both; |
|
94 |
} |
|
95 |
/* ----------------------------------------------------- Structure */ |
|
96 |
/* #infos_transcription |
|
97 |
* #content |
|
98 |
* dl etc. |
|
99 |
* #infos_transcripteur |
|
100 |
* #footnotes |
|
101 |
* |
|
102 |
* structure d'un fragment : |
|
103 |
* |
|
104 |
* dl |
|
105 |
* dt.fragment-header |
|
106 |
* dt.vedettes |
|
107 |
* dd.marques |
|
108 |
* dd.type-fragment |
|
109 |
* /dl |
|
110 |
* |
|
111 |
* exemple : |
|
112 |
* dd.type-fragment : margin-left : 30% - width: 60% |
|
113 |
* dt.fragment-header + dt.vedettes + dd.marques : sommme ne doit pas la marge de dd.fragment ici 30% |
|
114 |
*/ |
|
115 |
.message, |
|
116 |
#infos_transcription, |
|
117 |
#infos_transcripteur, |
|
118 |
#footnotes{ |
|
119 |
position:relative; |
|
120 |
background:inherit; |
|
121 |
padding:1em; |
|
122 |
background:#fbf6ed; |
|
123 |
line-height:1.8em; |
|
124 |
border:1px dotted #a7a7a7; |
|
125 |
border-width:0 1px 1px; |
|
126 |
font-family:verdana, sans-serif; |
|
127 |
} |
|
128 |
#infos_transcripteur{ |
|
129 |
border-top:1px dotted #a7a7a7; |
|
130 |
} |
|
131 |
#infos_transcripteur, |
|
132 |
#infos_transcription{ |
|
133 |
text-align:right; |
|
134 |
} |
|
135 |
#infos_transcripteur p, |
|
136 |
#infos_transcription p{ |
|
137 |
margin:0; |
|
138 |
padding:0; |
|
139 |
} |
|
140 |
#infos_transcription dl, |
|
141 |
#infos_transcripteur dl{ |
|
142 |
background:inherit; |
|
143 |
display:block; |
|
144 |
position:relative; |
|
145 |
left:50%; |
|
146 |
width:50%; |
|
147 |
} |
|
148 |
#infos_transcription dt, |
|
149 |
#infos_transcripteur dt{ |
|
150 |
font-weight:normal; |
|
151 |
} |
|
152 |
#infos_transcription dd, |
|
153 |
#infos_transcripteur dd{ |
|
154 |
font-weight:bold; |
|
155 |
} |
|
156 |
#infos_transcription dt, |
|
157 |
#infos_transcripteur dt, |
|
158 |
#infos_transcription dd, |
|
159 |
#infos_transcripteur dd{ |
|
160 |
position:relative; |
|
161 |
margin:0; |
|
162 |
padding:0; |
|
163 |
text-align:left; |
|
164 |
display:inline; |
|
165 |
} |
|
166 |
#infos_transcription dd:after, |
|
167 |
#infos_transcripteur dd:after{ |
|
168 |
content:' | '; |
|
169 |
} |
|
170 |
#infos_transcription dd.last:after #infos_transcripteur dd.last:after{ |
|
171 |
content:''; |
|
172 |
} |
|
173 |
#infos_transcription .rendition-entete-page, |
|
174 |
#infos_transcription *{ |
|
175 |
font-family:verdana, sans-serif !important; |
|
176 |
font-size:inherit; |
|
177 |
text-decoration:none; |
|
178 |
} |
|
179 |
#content{ |
|
180 |
position:relative; |
|
181 |
margin:0; |
|
182 |
padding:1.5em 1em; |
|
183 |
background:white; |
|
184 |
height:auto; |
|
185 |
min-height:570px; |
|
186 |
} |
|
187 |
#footnotes{ |
|
188 |
text-align:left; |
|
189 |
margin-bottom:2.5em; |
|
190 |
xfont-size:.9em; |
|
191 |
xline-height:1.8em; |
|
192 |
xmargin-top:1.5em; |
|
193 |
text-align:justify; |
|
194 |
} |
|
195 |
#footnotes h2.section{ |
|
196 |
margin-top:2.5em; |
|
197 |
} |
|
198 |
/* ------------------------------------------------------------------------------Eléments affichés en bloc */ |
|
199 |
.label, |
|
200 |
.item, |
|
201 |
.fragment-header, |
|
202 |
.body, |
|
203 |
.div, |
|
204 |
.titre, |
|
205 |
.imprime{ |
|
206 |
display:block; |
|
207 |
} |
|
208 |
/* ------------------------------------------------------------------------------Pour le positionnement */ |
|
209 |
.type-commentaire, |
|
210 |
.span .term, |
|
211 |
.quote .term{ |
|
212 |
display:inline; |
|
213 |
} |
|
214 |
.quote, |
|
215 |
.front{ |
|
216 |
position:relative; |
|
217 |
} |
|
218 |
/* ------------------------------------------------------------------------------Elements */ |
|
219 |
p, |
|
220 |
dd{ |
|
221 |
line-height:1.8em; |
|
222 |
margin:0; |
|
223 |
padding:0; |
|
224 |
} |
|
225 |
dd dd{ |
|
226 |
font-size:1.125em; |
|
227 |
color:red; |
|
228 |
} |
|
229 |
dd dd:before{ |
|
230 |
content:'attention dd dd'; |
|
231 |
} |
|
232 |
dl{ |
|
233 |
position:relative; |
|
234 |
width:100%; |
|
235 |
} |
|
236 |
dd, |
|
237 |
dt{ |
|
238 |
display:block; |
|
239 |
position:relative; |
|
240 |
} |
|
241 |
dt.fragment-header{ |
|
242 |
position:absolute; |
|
243 |
float:left; |
|
244 |
width:5%; |
|
245 |
color:#7a7a7a; |
|
246 |
overflow:hidden; |
|
247 |
} |
|
248 |
dt.vedettes{ |
|
249 |
float:left; |
|
250 |
width:12%; |
|
251 |
margin-left:8%; |
|
252 |
xpadding-top:.9em; /* pour alignement avec le fragment-header, décalé vers le bas à cause de l'appel de note */ |
|
253 |
line-height:1.5em; |
|
254 |
} |
|
255 |
.dd.marques{ |
|
256 |
float:left; |
|
257 |
width:4%; |
|
258 |
min-width:30px; |
|
259 |
display:block; |
|
260 |
margin:0; |
|
261 |
z-index:10 !important; |
|
262 |
} |
|
263 |
dd.marques .type-selection{ |
|
264 |
position:relative; |
|
265 |
display:block; |
|
266 |
xtext-align:right; /*2013-03-30*/ |
|
267 |
} |
|
268 |
dd.type-fragment{ |
|
269 |
margin-left:25%; |
|
270 |
width:75%; |
|
271 |
margin-bottom:0; |
|
272 |
padding-top:4px; |
|
273 |
} |
|
274 |
/* gestion des flottants et des dépassements */ |
|
275 |
hr, |
|
276 |
.type-fragment hr{ |
|
277 |
clear:both; |
|
278 |
visibility:hidden; |
|
279 |
} |
|
280 |
ul.listBibl{ |
|
281 |
display:block; |
|
282 |
text-align:left; |
|
283 |
} |
|
284 |
dl{ |
|
285 |
clear:both; |
|
286 |
} |
|
287 |
/* ----------------------------------------------------- polices et arrières-plans */ |
|
288 |
#infos_transcription, |
|
289 |
#infos_transcripteur, |
|
290 |
#footnotes{ |
|
291 |
color:#333; |
|
292 |
} |
|
293 |
p, |
|
294 |
ul, |
|
295 |
blockquote, |
|
296 |
.lg{ |
|
297 |
display:block; |
|
298 |
margin-bottom:.5em; |
|
299 |
} |
|
300 |
.p{ |
|
301 |
display:block; |
|
302 |
text-indent:1.5em; |
|
303 |
padding-bottom:.5em; |
|
304 |
} |
|
305 |
/* Typographie ====================================================== */ |
|
306 |
.del{ |
|
307 |
text-decoration:line-through; |
|
308 |
} |
|
309 |
/* ---------------------------------------- Rend */ |
|
310 |
/* Styles */ |
|
311 |
.rend-underline, |
|
312 |
.underline{ |
|
313 |
text-decoration:underline; |
|
314 |
} |
|
315 |
.rend-italic{ |
|
316 |
font-style:italic; |
|
317 |
} |
|
318 |
.rend-small-caps{ |
|
319 |
font-variant:small-caps; |
|
320 |
} |
|
321 |
/* Filets */ |
|
322 |
.rend-border-top{ |
|
323 |
border-top:1px solid; |
|
324 |
} |
|
325 |
.rend-border-bottom{ |
|
326 |
border-bottom:1px solid; |
|
327 |
} |
|
328 |
.rend-border-top-bottom{ |
|
329 |
border-top:1px solid; |
|
330 |
border-bottom:1px solid; |
|
331 |
} |
|
332 |
.rend-border{ |
|
333 |
border:1px solid; |
|
334 |
} |
|
335 |
.rend-sup{ |
|
336 |
vertical-align:super; |
|
337 |
xtext-decoration:none; |
|
338 |
line-height:.8em; |
|
339 |
font-size:.9em; |
|
340 |
} |
|
341 |
.list-head .rend-sup, |
|
342 |
#infos_transcription .rend-sup{ |
|
343 |
font-size:.75em; |
|
344 |
line-height:.75em; |
|
345 |
} |
|
346 |
/* ----------------------------------------------------- Liens */ |
|
347 |
#transcription_tei a{ |
|
348 |
text-decoration:none; |
|
349 |
color:#000; |
|
350 |
} |
|
351 |
#transcription_tei a:hover, |
|
352 |
#transcription_tei a:focus, |
|
353 |
#transcription_tei a:active{ |
|
354 |
color:#F38630; |
|
355 |
color:#3c68b2; |
|
356 |
border:0; /* reset styles site bp*/ |
|
357 |
} |
|
358 |
/* Pas de bordure autour des images dans les liens */ |
|
359 |
a img{ |
|
360 |
border:none; |
|
361 |
} |
|
362 |
/* ref bibl*/ |
|
363 |
a.ref-bibl, |
|
364 |
a.ref-bibl:link{ |
|
365 |
z-index:1; |
|
366 |
position:relative; |
|
367 |
display:inline-block; |
|
368 |
text-decoration:none; |
|
369 |
margin:0; |
|
370 |
padding:0; |
|
371 |
padding-left:.3em; |
|
372 |
top:.25em; |
|
373 |
} |
|
374 |
a.ref-bibl:after{ |
|
375 |
display:none; |
|
376 |
position:absolute; |
|
377 |
top:-1.3em; |
|
378 |
right:-1.3em; |
|
379 |
background:#009; |
|
380 |
color:#FFF; |
|
381 |
border:2px solid #FFF; |
|
382 |
font:bold 0.6em verdana, helvetica, arial, sans-serif; |
|
383 |
padding:0.4em 0.5em; |
|
384 |
-moz-border-radius:50%; |
|
385 |
-webkit-border-radius:1.3em; |
|
386 |
border-radius:1.3em; |
|
387 |
background:#900; |
|
388 |
background:#b22780; /*couleurs de bp*/ |
|
389 |
background:-moz-radial-gradient(35% 35% 0deg, ellipse cover, #E00 0%, #800, 90%); |
|
390 |
background:radial-gradient(35% 35% 0deg, ellipse cover, #E00 0%, #800, 90%); |
|
391 |
-webkit-box-shadow:rgba(0, 0, 0, .8) 0 2px 5px; |
|
392 |
-moz-box-shadow:rgba(0, 0, 0, .8) 0 2px 5px, rgba(255, 247, 0, .9) 0 0 3px inset; |
|
393 |
box-shadow:rgba(0, 0, 0, .8) 0 2px 5px, rgba(255, 247, 0, .9) 0 0 3px inset; |
|
394 |
/* à modifier avec les couleurs de bp*/ |
|
395 |
-moz-box-shadow:rgba(0, 0, 0, .8) 0 2px 5px, rgba(255, 247, 0, .9) 0 0 3px inset; |
|
396 |
box-shadow:rgba(0, 0, 0, .8) 0 2px 5px, rgba(255, 247, 0, .9) 0 0 3px inset; |
|
397 |
} |
|
398 |
.bibl-non-exprim{ |
|
399 |
color:white; |
|
400 |
font-size:0; |
|
401 |
} |
|
402 |
.bibl-non-exprim:after{ |
|
403 |
content:url('../images/ref.bib-volume.png'); |
|
404 |
} |
|
405 |
a.ref-bibl:hover:after{ |
|
406 |
content:url('../images/ref.bib-volume.png'); |
|
407 |
display:block; |
|
408 |
} |
|
409 |
a.ref-bibl span[class |= bibl]:hover{ |
|
410 |
background:#E0E4CC; |
|
411 |
background:#CCD; |
|
412 |
background:rgba(128, 128, 160, .4); |
|
413 |
-moz-border-radius:1.3em; |
|
414 |
-webkit-border-radius:1.3em; |
|
415 |
border-radius:1.3em; |
|
416 |
} |
|
417 |
.normalise a.ref-bibl{ |
|
418 |
display:block; |
|
419 |
text-align:right; |
|
420 |
} |
|
421 |
.diplomatic a.ref-bibl{ |
|
422 |
display:inline; |
|
423 |
} |
|
424 |
/* notes critiques et appel de notes*/ |
|
425 |
/* l'appel */ |
|
426 |
#transcription_tei a.appel-note{ |
|
427 |
color:#F38630; |
|
428 |
font-weight:bold; |
|
429 |
} |
|
430 |
#transcription_tei a.appel-note:link{ |
|
431 |
color:#F38630; |
|
432 |
font-weight:bold; |
|
433 |
} |
|
434 |
#transcription_tei a.appel-note:visited{ |
|
435 |
color:#A7DBD8; |
|
436 |
} |
|
437 |
#transcription_tei a.appel-note:hover, |
|
438 |
#transcription_tei a.appel-note:focus, |
|
439 |
#transcription_tei a.appel-note:active{ |
|
440 |
color:#FA6900; |
|
441 |
} |
|
442 |
#transcription_tei a.appel-note:hover{ |
|
443 |
background:#E0E4CC; |
|
444 |
} |
|
445 |
.note:hover appel-note{ |
|
446 |
display:block; |
|
447 |
} |
|
448 |
#transcription_tei .fragment-header a.appel-note, |
|
449 |
#transcription_tei .fragment-header a.appel-note:link{ |
|
450 |
font-size:.75em |
|
451 |
} |
|
452 |
/* le retour */ |
|
453 |
#transcription_tei a.retour-note, |
|
454 |
#transcription_tei a.retour-note:link{ |
|
455 |
font-weight:bold; |
|
456 |
color:#F38630; |
|
457 |
font-weight:bold; |
|
458 |
position:absolute; |
|
459 |
left:0; |
|
460 |
} |
|
461 |
#transcription_tei a.retour-note:visited{ |
|
462 |
color:#A7DBD8; |
|
463 |
} |
|
464 |
#transcription_tei a.retour-note:hover, |
|
465 |
#transcription_tei a.retour-note:focus, |
|
466 |
#transcription_tei a.retour-note:active{ |
|
467 |
color:#FA6900; |
|
468 |
} |
|
469 |
#footnotes a, |
|
470 |
#footnotes a:link .message a, |
|
471 |
.message a:link{ |
|
472 |
color:#3c68b2; |
|
473 |
} |
|
474 |
#footnotes a:visited, |
|
475 |
.message a:visited{ |
|
476 |
color:#FA6900; |
|
477 |
} |
|
478 |
#footnotes a:hover, |
|
479 |
#footnotes a:focus, |
|
480 |
#footnotes a:active, |
|
481 |
.message a:hover, |
|
482 |
.message a:focus, |
|
483 |
.message a:active{ |
|
484 |
color:#f38630; |
|
485 |
} |
|
486 |
/* ---------------------------------------- traits et signes graphiques */ |
|
487 |
/* milestone separateur et ornements */ |
|
488 |
/* cf. http://www.sovavsiti.cz/css/hr.html */ |
|
489 |
/* div.hr { height: 2px; background: #fff url(hr1.gif) no-repeat scroll center;} |
|
490 |
div.hr hr { display: none;} */ |
|
491 |
.type-separateur hr, |
|
492 |
.type-filet hr{ |
|
493 |
visibility:visible; |
|
494 |
} |
|
495 |
.type-fragment hr{ |
|
496 |
clear:both; |
|
497 |
visibility:hidden; |
|
498 |
} |
|
499 |
.rendition-trait hr{ |
|
500 |
color:black; |
|
501 |
background:black; |
|
502 |
border-top:1px solid black; |
|
503 |
width:20%; |
|
504 |
} |
|
505 |
/*traits de sélection */ |
|
506 |
.type-selection-traitVertical{ |
|
507 |
border-left:1px solid; |
|
508 |
display:block; |
|
509 |
margin-left:-.3em; |
|
510 |
padding-left:.5em; |
|
511 |
} |
|
512 |
.hand-GF-crayon + span.type-selection-traitVertical{ |
|
513 |
border-color:#999; |
|
514 |
} |
|
515 |
/* crochets de sélection*/ |
|
516 |
.rend-crochet-marge-droite:after{ |
|
517 |
content:"]"; |
|
518 |
} |
|
519 |
.rend-crochet-marge-gauche:after{ |
|
520 |
content:"["; |
|
521 |
} |
|
522 |
/* --------------------------------------- Différenciation mains et imprimés */ |
|
523 |
/* familles de style : cf. http://www.sitepoint.com/eight-definitive-font-stacks/*/ |
|
524 |
.imprime, |
|
525 |
span[class ~= type-print], |
|
526 |
.type-print{ |
|
527 |
font-family:"URW Palladio L", "URW Bookman L", "Century Schoolbook", Georgia, Times, "Times New Roman", "Palatino Linotype", serif !important; |
|
528 |
color:black; |
|
529 |
background:#ccc !important; |
|
530 |
padding:1em; |
|
531 |
display:block; /* permet l'affichage du background */ |
|
532 |
} |
|
533 |
.imprime .titre, |
|
534 |
span[class ~= type-print] .titre, |
|
535 |
.type-print .titre{ |
|
536 |
display:block; |
|
537 |
font-weight:bold; |
|
538 |
padding-bottom:1em; |
|
539 |
} |
|
540 |
.type-print .p .titre{ |
|
541 |
text-indent:0; |
|
542 |
} |
|
543 |
span[class ~= hand-GF-encre], |
|
544 |
span[class ~= hand-GF-crayon], |
|
545 |
.hand-GF-encre, |
|
546 |
.hand-GF-encre, |
|
547 |
.hand-GF-crayon, |
|
548 |
.hand-GF-crayon, |
|
549 |
.hand-GF-encre .bibl, |
|
550 |
.hand-GF-crayon .bibl, |
|
551 |
.normalisation, |
|
552 |
.vedette-implicite{ |
|
553 |
font-family:"Times New Roman", "Palatino Linotype", serif !important; |
|
554 |
} |
|
555 |
span[class ~= hand-EL-encre], |
|
556 |
span[class ~= hand-EL-crayon], |
|
557 |
.hand-EL-encre, |
|
558 |
.hand-EL-crayon, |
|
559 |
.hand-EL-encre .bibl, |
|
560 |
.hand-EL-crayon .bibl{ |
|
561 |
font-family:'Lucida Calligraphy', cursive !important; |
|
562 |
font-size:.9em; |
|
563 |
} |
|
564 |
span[class ~= hand-ED-encre], |
|
565 |
span[class ~= hand-ED-crayon], |
|
566 |
.hand-ED-encre, |
|
567 |
.hand-ED-crayon, |
|
568 |
.hand-ED-encre .bibl, |
|
569 |
.hand-ED-crayon .bibl{ |
|
570 |
font-family:"Marked Fool", Junkyard, Balker, Papyrus, Haettenschweiler, Impact, fantasy !important; |
|
571 |
} |
|
572 |
span[class ~= hand-LB-encre], |
|
573 |
span[class ~= hand-LB-crayon], |
|
574 |
.hand-LB-encre, |
|
575 |
.hand-LB-crayon, |
|
576 |
.hand-LB-encre .bibl, |
|
577 |
.hand-LB-crayon .bibl{ |
|
578 |
font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important; |
|
579 |
} |
|
580 |
span[class ~= hand-JD-encre], |
|
581 |
span[class ~= hand-JD-crayon], |
|
582 |
.hand-JD-encre, |
|
583 |
.hand-JD-crayon, |
|
584 |
.hand-JD-encre .bibl, |
|
585 |
.hand-JD-crayon .bibl{ |
|
586 |
font-family:"Domestic Manners", "URW Chancery L", "Brush Script MT", Zapfino, "Apple Chancery", "Bradley Hand ITC", "Monotype Corsiva", "Comic Sans MS", cursive !important; |
|
587 |
} |
|
588 |
span[class ~= hand-GF-crayon], |
|
589 |
span[class ~= hand-EL-crayon], |
|
590 |
span[class ~= hand-ED-crayon], |
|
591 |
span[class ~= hand-LB-crayon], |
|
592 |
span[class ~= hand-JD-crayon], |
|
593 |
.hand-EL-crayon, |
|
594 |
.hand-GF-crayon, |
|
595 |
.hand-ED-crayon, |
|
596 |
.hand-LB-crayon, |
|
597 |
.hand-JD-crayon{ |
|
598 |
color:#999 !important; |
|
599 |
} |
|
600 |
.normalise .hand-EL-encre .rend-italic, |
|
601 |
.normalise .hand-EL-encre a .rend-italic, |
|
602 |
.normalise .hand-EL-encre span.title, |
|
603 |
.normalise .hand-EL-encre a span.title, |
|
604 |
.normalise span[class ~= hand-EL-encre] .rend-italic, |
|
605 |
.normalise span[class ~= hand-EL-encre] a .rend-italic, |
|
606 |
.normalise .hand-EL-crayon .rend-italic, |
|
607 |
.normalise .hand-EL-crayon a .rend-italic, |
|
608 |
.normalise .hand-EL-crayon span.title, |
|
609 |
.normalise .hand-EL-crayon a span.title, |
|
610 |
.normalise span[class ~= hand-EL-crayon] a .rend-italic span[class ~= hand-EL-crayon] .rend-italic{ |
|
611 |
font-style:normal !important; |
|
612 |
/* affichage en romain pour les titres d'ouvrages dans la main de laporte (police cursive déjà en italique) */ |
|
613 |
-ms-transform:skew(12deg); /* IE 9 */ |
|
614 |
-webkit-transform:skew(12deg); /* Safari and Chrome */ |
|
615 |
-o-transform:skew(12deg); /* Opera */ |
|
616 |
-moz-transform:skewX(12deg); /* Firefox */ |
|
617 |
display:inline-block; |
|
618 |
} |
|
619 |
/*pour les main portant uniquement sur le rend*/ |
|
620 |
span[class ^= "rend-underline-hand"]{ |
|
621 |
font-family:inherit !important; |
|
622 |
color:inherit; |
|
623 |
border-bottom:1px solid; |
|
624 |
} |
|
625 |
span[class $= "-crayon"]{ |
|
626 |
border-color:silver; |
|
627 |
} |
|
628 |
/* croix et mains ---------------------------------------------------------------------------------------------*/ |
|
629 |
/* encre */ |
|
630 |
#transcription_tei .ref-croix:before{ |
|
631 |
content:url('../images/croix_encre_20_20.png'); |
|
632 |
background-repeat:no-repeat; |
|
633 |
} |
|
634 |
#transcription_tei .ref-croix-parenthetique:before{ |
|
635 |
content:url("../images/croix_parenthese_encre_30_20.png"); |
|
636 |
background-repeat:no-repeat; |
|
637 |
} |
|
638 |
#transcription_tei .ref-croix-parenthetique-trait:before{ |
|
639 |
content:url("../images/trait_barre_parenthese_encre_35_20.png"); |
|
640 |
background-repeat:no-repeat; |
|
641 |
} |
|
642 |
/*crayon */ |
|
643 |
#transcription_tei .hand-GF-crayon .ref-croix-parenthetique:before{ |
|
644 |
content:url("../images/croix_parenthese_crayon_30_20.png"); |
|
645 |
background-repeat:no-repeat; |
|
646 |
} |
|
647 |
#transcription_tei .hand-GF-crayon .ref-croix:before{ |
|
648 |
content:url('../images/croix_crayon.png'); |
|
649 |
background-repeat:no-repeat; |
|
650 |
} |
|
651 |
/* Varia ============================================================================================ */ |
|
652 |
.fw{ |
|
653 |
display:block; |
|
654 |
} |
|
655 |
.NL .normalise .type-pageNum{ |
|
656 |
display:inline; |
|
657 |
position:absolute; |
|
658 |
right:0; |
|
659 |
} |
|
660 |
.place-top-right{ |
|
661 |
position:absolute; |
|
662 |
right:0; |
|
663 |
top:0; |
|
664 |
} |
|
665 |
.supplied, |
|
666 |
.type-entre-crochets, |
|
667 |
.normalisation, |
|
668 |
.vedette-implicite{ |
|
669 |
color:#B8860B !important; |
|
670 |
} |
|
671 |
/* |
|
672 |
dt.vedettes .vedette-implicite{ |
|
673 |
display:block; |
|
674 |
} |
|
675 |
*/ |
|
676 |
.omission:before, |
|
677 |
.superposition:before, |
|
678 |
.ellipse:before, |
|
679 |
.reason-omission:before, |
|
680 |
.reason-superposition:before, |
|
681 |
.reason-ellipse:before, |
|
682 |
.type-entre-crochets:before, |
|
683 |
a .reason-omission:before, |
|
684 |
a .reason-superposition:before, |
|
685 |
a .reason-ellipse:before, |
|
686 |
a .type-entre-crochets:before{ |
|
687 |
content:"["; |
|
688 |
color:#B8860B; |
|
689 |
font-family:serif; |
|
690 |
display:inline; |
|
691 |
} |
|
692 |
.reason-omission:after, |
|
693 |
.reason-superposition:after, |
|
694 |
.reason-ellipse:after, |
|
695 |
.omission:after, |
|
696 |
.superposition:after, |
|
697 |
.ellipse:after, |
|
698 |
.type-entre-crochets:after, |
|
699 |
a .reason-omission:after, |
|
700 |
a .reason-superposition:after, |
|
701 |
a .reason-ellipse:after, |
|
702 |
a .type-entre-crochets:after{ |
|
703 |
content:"]"; |
|
704 |
color:#B8860B; |
|
705 |
font-family:serif; |
|
706 |
display:inline; |
|
707 |
} |
|
708 |
/* bug affichage */ |
|
709 |
.sans-crochet .term{ |
|
710 |
color:black; |
|
711 |
} |
|
712 |
.sans-crochet .term:before{ |
|
713 |
color:black; |
|
714 |
content:''; |
|
715 |
} |
|
716 |
.sans-crochet .term:after{ |
|
717 |
content:''; |
|
718 |
} |
|
719 |
/* omission + abbr type-conventionnel*/ |
|
720 |
.type-conventionnel:before{ |
|
721 |
content:''; |
|
722 |
} |
|
723 |
.type-classement, |
|
724 |
.type-regie, |
|
725 |
.type-renvoi, |
|
726 |
.type-commentaire{ |
|
727 |
color:blue; |
|
728 |
} |
|
729 |
.type-classement:hover, |
|
730 |
.type-regie:hover, |
|
731 |
.type-renvoi:hover, |
|
732 |
.type-commentaire:hover{ |
|
733 |
background:#E0E4CC; |
|
734 |
background:white; |
|
735 |
} |
|
736 |
.type-commentaire{ |
|
737 |
border:1px solid #E0E4CC; |
|
738 |
} |
|
739 |
/* from http://jeremie.patonnier.net/post/2010/06/23/Ameliorez-vos-liens-avec-la-generation-de-contenu-CSS*/ |
|
740 |
.type-classement, |
|
741 |
.type-regie, |
|
742 |
.type-renvoi, |
|
743 |
.type-commentaire{ |
|
744 |
position:relative; |
|
745 |
cursor:pointer; |
|
746 |
} |
|
747 |
.type-classement:after, |
|
748 |
.type-regie:after, |
|
749 |
.type-renvoi:after, |
|
750 |
.type-commentaire:after{ |
|
751 |
display:none; |
|
752 |
} |
|
753 |
/* On affiche le contenu de l'attribut class */ |
|
754 |
.type-classement:hover:after, |
|
755 |
.type-regie:hover:after, |
|
756 |
.type-renvoi:hover:after, |
|
757 |
.type-commentaire:hover:after{ |
|
758 |
content:attr(class); |
|
759 |
display:inline; |
|
760 |
padding:.25em; |
|
761 |
width:auto; |
|
762 |
white-space:nowrap; |
|
763 |
text-align:left; |
|
764 |
top:2.5em; |
|
765 |
left:2.8em; |
|
766 |
line-height:1.1em; |
|
767 |
color:black; |
|
768 |
font-family:verdana, sans-serif; |
|
769 |
font-size:10px; /* pour une fois, en px*/ |
|
770 |
font-weight:normal; |
|
771 |
position:absolute; |
|
772 |
border:1px solid #a7a7a7; |
|
773 |
background:#FFFFCC; |
|
774 |
z-index:10; |
|
775 |
} |
|
776 |
.type-classement:hover:after{ |
|
777 |
content:'Note de type classement'; |
|
778 |
} |
|
779 |
.type-regie:hover:after{ |
|
780 |
content:'Note de type régie'; |
|
781 |
} |
|
782 |
.type-renvoi:hover:after{ |
|
783 |
content:'Note de type renvoi'; |
|
784 |
} |
|
785 |
.type-commentaire:hover:after{ |
|
786 |
content:'Note de type commentaire'; |
|
787 |
} |
|
788 |
/* ------------------------------------------------------------------------------------notes critiques */ |
|
789 |
p.footnote{ |
|
790 |
margin:2em 0 1.5em; |
|
791 |
display:block; |
|
792 |
position:relative; |
|
793 |
padding-left:20px; |
|
794 |
font-size:.95em; |
|
795 |
position:relative; |
|
796 |
} |
|
797 |
/* ------------------------------------------------------------------------------------tests */ |
|
798 |
.footnote .lb{ |
|
799 |
display:none |
|
800 |
} |
|
801 |
.numero{ |
|
802 |
font-size:0.8333em; |
|
803 |
} |
|
804 |
span.type-ornement{ |
|
805 |
height:15px; |
|
806 |
background:#fff url(hr1.gif) no-repeat scroll center; |
|
807 |
} |
|
808 |
span.type-ornement hr{ |
|
809 |
display:none; |
|
810 |
} |
|
811 |
cit .type-print{ |
|
812 |
} |
|
813 |
/* styles selon le mode de lecture (diplo, normalise, enrichi) ============================================================================================ */ |
|
814 |
/* -------------------------------------------------------------- normalise */ |
|
815 |
.normalise dt.fragment-header{ |
|
816 |
position:absolute; |
|
817 |
float:left; |
|
818 |
width:6%; |
|
819 |
color:#7a7a7a; |
|
820 |
overflow:hidden; |
|
821 |
} |
|
822 |
.normalise dt.vedettes{ |
|
823 |
float:left; |
|
824 |
width:12%; |
|
825 |
display:block; |
|
826 |
margin-left:8%; |
|
827 |
xpadding-top:.9em; /* pour alignement avec le fragment-header, décalé vers le bas à cause de l'appel de note */ |
|
828 |
line-height:1.5em; |
|
829 |
word-wrap:normal; |
|
830 |
width:auto; /* ajout par EM 2014-11-11*/ |
|
831 |
} |
|
832 |
.normalise dt.vedettes .term{ |
|
833 |
display:inline-block; |
|
834 |
display:block; /* 20130219 */ |
|
835 |
display:inline-block; /* 20130320 */ |
|
836 |
} |
|
837 |
/*test*/ |
|
838 |
.normalise dt.vedettes .vedette-implicite .term, |
|
839 |
.normalise dt.vedettes .normalisation .term{ |
|
840 |
display:inline; |
|
841 |
} |
|
842 |
/*fin test*/ |
|
843 |
.normalise dd.marques{ |
|
844 |
float:left; |
|
845 |
width:4%; |
|
846 |
min-width:30px; |
|
847 |
display:block; |
|
848 |
margin:0; |
|
849 |
} |
|
850 |
.normalise dd.marques .type-selection{ |
|
851 |
display:inline-block; |
|
852 |
text-align:right; |
|
853 |
} |
|
854 |
.normalise dd.type-fragment{ |
|
855 |
margin-left:25%; |
|
856 |
width:75%; |
|
857 |
padding-top:4px; |
|
858 |
display:block; |
|
859 |
text-align:justify; |
|
860 |
margin-bottom:-12px; /* ajout par EM le 2014-11-11 */ |
|
861 |
} |
|
862 |
.normalise dt.fragment-header, |
|
863 |
.normalise dt.vedettes, |
|
864 |
.normalise dd.type-fragment{ |
|
865 |
border-top:1px dotted #E0E4CC; |
|
866 |
} |
|
867 |
/* pour les bequets on ne peut pas faire d'encadré (sauf background ?) */ |
|
868 |
.normalise dt.bequet, |
|
869 |
.normalise dd.bequet{ |
|
870 |
border-top:2px dashed #E0E4CC; |
|
871 |
border-bottom:2px dashed #E0E4CC; |
|
872 |
height:auto; |
|
873 |
} |
|
874 |
.normalise dt.bequet{ |
|
875 |
border-bottom:0; |
|
876 |
} |
|
877 |
/* fin béquet*/ |
|
878 |
.normalise .fragment-header .numero{ |
|
879 |
xfont-size:.75em; |
|
880 |
padding:0; |
|
881 |
margin:0; |
|
882 |
} |
|
883 |
.normalise .type-regie, |
|
884 |
.normalise .type-classement, |
|
885 |
.normalise .type-regie, |
|
886 |
.normalise .type-renvoi{ |
|
887 |
} |
|
888 |
.normalise .list-head{ |
|
889 |
font-weight:bold; |
|
890 |
} |
|
891 |
.normalise .list-head .type-regie, |
|
892 |
.normalise .list-head .type-classement, |
|
893 |
.normalise .list-head .type-regie, |
|
894 |
.normalise .list-head .type-renvoi, |
|
895 |
.normalise .list-head .term{ |
|
896 |
display:block; |
|
897 |
} |
|
898 |
.normalise .type-lapsus, |
|
899 |
.normalise .type-repetition{ |
|
900 |
color:#B8860B !important; |
|
901 |
} |
|
902 |
.normalise a.ref-bibl .rend-underline{ |
|
903 |
text-decoration:none; |
|
904 |
} |
|
905 |
/* |
|
906 |
.normalise .type-commentaire + .normalise .type-commentaire:before{ |
|
907 |
content:'|' à tester |
|
908 |
} |
|
909 |
*/ |
|
910 |
.normalise .title, |
|
911 |
#infos_transcription .title{ |
|
912 |
font-style:italic; |
|
913 |
} |
|
914 |
/* -------------------------------------------------------------- enrichie*/ |
|
915 |
.enrichie .orig, |
|
916 |
.enrichie .type-conventionnel, |
|
917 |
.enrichie .sic{ |
|
918 |
color:fuchsia; |
|
919 |
} |
|
920 |
.enrichie .type-lapsus, |
|
921 |
.enrichie .type-repetition{ |
|
922 |
color:olive; |
|
923 |
} |
|
924 |
.enrichie .expan{ |
|
925 |
color:green; |
|
926 |
} |
|
927 |
.enrichie .ex{ |
|
928 |
xcolor:#FF5B2B; |
|
929 |
color:inherit; |
|
930 |
} |
|
931 |
.enrichie .ex:before{ |
|
932 |
font-family:serif; |
|
933 |
content:"<"; |
|
934 |
} |
|
935 |
.enrichie .ex:after{ |
|
936 |
font-family:serif; |
|
937 |
content:">"; |
|
938 |
} |
|
939 |
.enrichie .reg{ |
|
940 |
color:red; |
|
941 |
} |
|
942 |
.enrichie .corr{ |
|
943 |
color:red; |
|
944 |
} |
|
945 |
.enrichie .type-hyphen-orig{ |
|
946 |
border:1px solid fuchsia; |
|
947 |
} |
|
948 |
.enrichie .choice, |
|
949 |
.enrichie a .choice{ |
|
950 |
border:1px solid #E0E4CC; |
|
951 |
} |
|
952 |
.enrichie .lb:before{ |
|
953 |
content:'⎪'; |
|
954 |
color:#E0E4CC; |
|
955 |
font-family:serif; |
|
956 |
display:inline; |
|
957 |
} |
|
958 |
.enrichie .ponctuation{ |
|
959 |
color:#B8860B !important; |
|
960 |
border:1px solid; |
|
961 |
} |
|
962 |
/* -------------------------------------------------------------- diplomatic */ |
|
963 |
.diplomatic{ |
|
964 |
white-space:nowrap; |
|
965 |
} |
|
966 |
.diplomatic .note, |
|
967 |
.diplomatic .type-classement, |
|
968 |
.diplomatic .type-regie, |
|
969 |
.diplomatic .type-renvoi{ |
|
970 |
display:inline; |
|
971 |
} |
|
972 |
.diplomatic .add{ |
|
973 |
font-size:.75em |
|
974 |
} |
|
975 |
/* remplace le soulignement des vedettes de Laporte */ |
|
976 |
.diplomatic .rendition-entete-page{ |
|
977 |
text-decoration:none; |
|
978 |
padding-bottom:1em; |
|
979 |
border-bottom:2px solid; |
|
980 |
} |
|
981 |
.diplomatic .rendition-entete-page .rend-underline{ |
|
982 |
text-decoration:none; |
|
983 |
} |
|
984 |
/* fin remplacement */ |
|
985 |
.diplomatic .barre-oblique{ |
|
986 |
text-decoration:line-through; |
|
987 |
} |
|
988 |
.diplomatic .rend-romain{ |
|
989 |
text-decoration:none; |
|
990 |
} |
|
991 |
.diplomatic .l{ |
|
992 |
white-space:nowrap; |
|
993 |
display:block; |
|
994 |
} |
|
995 |
.diplomatic .place-inline{ |
|
996 |
/*font-size:.75em;*/ |
|
997 |
xfont-size:9px; |
|
998 |
display:inline; |
|
999 |
} |
|
1000 |
.diplomatic .place-above, |
|
1001 |
.diplomatic .rend-sup{ |
|
1002 |
vertical-align:super; |
|
1003 |
line-height:.8em; |
|
1004 |
} |
|
1005 |
.diplomatic .place-below{ |
|
1006 |
vertical-align:sub; |
|
1007 |
line-height:.8em; |
|
1008 |
} |
|
1009 |
.diplomatic .subst{ |
|
1010 |
position:relative; |
|
1011 |
} |
|
1012 |
.diplomatic .subst .rend-overwritten{ |
|
1013 |
/* à revoir*/ |
|
1014 |
position:absolute; |
|
1015 |
top:1em; |
|
1016 |
display:block; |
|
1017 |
} |
|
1018 |
.diplomatic .subst > .add{ |
|
1019 |
font-size:inherit; |
|
1020 |
} |
|
1021 |
.diplomatic .lb{ |
|
1022 |
} |
|
1023 |
.diplomatic .type-fragment{ |
|
1024 |
display:block; |
|
1025 |
} |
|
1026 |
.diplomatic .type-commentaire{ |
|
1027 |
border:0; |
|
1028 |
} |
|
1029 |
.diplomatic .rend-center{ |
|
1030 |
text-align:center; |
|
1031 |
} |
|
1032 |
.diplomatic .fw{ |
|
1033 |
display:block; |
|
1034 |
right:0; |
|
1035 |
top:0; |
|
1036 |
} |
|
1037 |
.diplomatic{ |
|
1038 |
line-height:1.5em; |
|
1039 |
position:relative; |
|
1040 |
} |
|
1041 |
.diplomatic .rend-decalage-right, |
|
1042 |
.diplomatic .decalage-right{ |
|
1043 |
position:relative; |
|
1044 |
left:5em; |
|
1045 |
} |
|
1046 |
.diplomatic .rend-decalage-left, |
|
1047 |
.diplomatic .decalage-left{ |
|
1048 |
position:relative; |
|
1049 |
left:-5em; |
|
1050 |
} |
|
1051 |
.diplomatic .place-above .g{ |
|
1052 |
position:relative; |
|
1053 |
/*top:-2em;*/ |
|
1054 |
top:-3.25em; |
|
1055 |
left:-5em; |
|
1056 |
} |
|
1057 |
.diplomatic .rend-decalage-right .g{ |
|
1058 |
position:relative; |
|
1059 |
top:-2em; |
|
1060 |
left:5em; |
|
1061 |
} |
|
1062 |
.diplomatic .rend-decalage-center{ |
|
1063 |
position:relative; |
|
1064 |
left:20em; |
|
1065 |
} |
|
1066 |
/* styles selon le type de texte ============================================================================================ */ |
|
1067 |
/* -------------------------------------------------------------- NL */ |
|
1068 |
/*suppression 2013-03-21*/ |
|
1069 |
/* |
|
1070 |
.NL .diplomatic dt.vedettes{ |
|
1071 |
line-height:1.2em; |
|
1072 |
} |
|
1073 |
.NL .diplomatic dd.marques{ |
|
1074 |
} |
|
1075 |
.NL .diplomatic dd.marques .type-selection{ |
|
1076 |
position:relative; |
|
1077 |
left:-2em; |
|
1078 |
top:2em; |
|
1079 |
text-align:left; |
|
1080 |
} |
|
1081 |
.NL .diplomatic dd.type-fragment{ |
|
1082 |
line-height:1.2em; |
|
1083 |
} |
|
1084 |
*/ |
|
1085 |
/*substitution à reclasser*/ |
|
1086 |
.diplomatic dt.vedettes, |
|
1087 |
.diplomatic dd.type-fragme, |
|
1088 |
t{ |
|
1089 |
line-height:1.2em; |
|
1090 |
} |
|
1091 |
.NL a.ref-bibl{ |
|
1092 |
display:inline; |
|
1093 |
} |
|
1094 |
.NL .list-head{ |
|
1095 |
text-align:left; |
|
1096 |
position:relative; |
|
1097 |
margin-left:5em; |
|
1098 |
margin-left:25%; |
|
1099 |
line-height:1em; |
|
1100 |
margin-top:1.5em; |
|
1101 |
margin-bottom:1em; |
|
1102 |
} |
|
1103 |
.NL h2.list-head{ |
|
1104 |
font-size:1.2em; /* 18px */ |
|
1105 |
line-height:1em; |
|
1106 |
margin-top:1.5em; |
|
1107 |
margin-bottom:1em; |
|
1108 |
} |
|
1109 |
.NL h3.list-head{ |
|
1110 |
font-size:1.1em; |
|
1111 |
line-height:1.3em; |
|
1112 |
margin-top:1.5em; |
|
1113 |
margin-bottom:1em; |
|
1114 |
} |
|
1115 |
.NL .diplomatic h2.list-head, |
|
1116 |
.NL .diplomatic h3.list-head{ |
|
1117 |
margin-left:40%; |
|
1118 |
font-size:1em; |
|
1119 |
text-align:left; |
|
1120 |
} |
|
1121 |
.NL .diplomatic .listeMargeGauche dt.vedettes{ |
|
1122 |
width:12%; |
|
1123 |
} |
|
1124 |
.NL .diplomatic .listeMargeGauche dd.marques{ |
|
1125 |
width:4%; |
|
1126 |
min-width:30px; |
|
1127 |
} |
|
1128 |
.NL .diplomatic .listeMargeGauche dd.type-fragment{ |
|
1129 |
margin-left:25%; |
|
1130 |
width:75%; |
|
1131 |
} |
|
1132 |
.NL .diplomatic{ |
|
1133 |
position:relative; |
|
1134 |
} |
|
1135 |
.NL .diplomatic .rendition-trait hr{ |
|
1136 |
color:black; |
|
1137 |
background:black; |
|
1138 |
border-top:1px solid black; |
|
1139 |
width:5%; |
|
1140 |
left:-10%; |
|
1141 |
position:relative; |
|
1142 |
} |
|
1143 |
/* PP */ |
|
1144 |
.PP .diplomatic dt.vedettes{ |
|
1145 |
float:left; |
|
1146 |
width:12%; |
|
1147 |
xpadding-right:1.5em; |
|
1148 |
xmargin-left:10%; /*2012-10-15*/ |
|
1149 |
} |
|
1150 |
.PP .diplomatic a.ref-bibl{ |
|
1151 |
display:inline-block; |
|
1152 |
text-align:center; |
|
1153 |
margin:0 0 0 5em; |
|
1154 |
text-decoration:none; |
|
1155 |
} |
|
1156 |
.PP .diplomatic dd.marques{ |
|
1157 |
float:left; |
|
1158 |
width:4%; |
|
1159 |
min-width:30px; |
|
1160 |
display:block; |
|
1161 |
margin:0; |
|
1162 |
margin-left:13%; |
|
1163 |
} |
|
1164 |
.PP .diplomatic dd.marques .type-selection{ |
|
1165 |
position:relative; |
|
1166 |
display:block; |
|
1167 |
text-align:right; |
|
1168 |
top:1em; |
|
1169 |
} |
|
1170 |
/* jusqu'au 2012-10-28 |
|
1171 |
.PP .normalise dt.vedettes .term, |
|
1172 |
.RE .normalise dt.vedettes .term{ |
|
1173 |
display:block; |
|
1174 |
} |
|
1175 |
*/ |
|
1176 |
/* -------------------------------------------------------------- PP */ |
|
1177 |
.PP .diplomatic a.ref-bibl{ |
|
1178 |
display:block; |
|
1179 |
} |
|
1180 |
.PP .normalise a.ref-bibl{ |
|
1181 |
margin-left:5em; |
|
1182 |
} |
|
1183 |
.PP .normalise dd.type-fragment{ |
|
1184 |
margin-bottom:0; |
|
1185 |
padding-top:0; |
|
1186 |
} |
|
1187 |
.PP .diplomatic dd.type-fragment{ |
|
1188 |
margin-left:25%; |
|
1189 |
width:75%; |
|
1190 |
xmargin-bottom:1em; |
|
1191 |
xpadding-top:4px; |
|
1192 |
display:block; |
|
1193 |
} |
|
1194 |
/* 2013-03-21 */ |
|
1195 |
/* |
|
1196 |
.PP .diplomatic .quote .rend-marge-left, |
|
1197 |
.PP .diplomatic .quote .marge-left{ |
|
1198 |
position:absolute; |
|
1199 |
left:-20%; |
|
1200 |
} |
|
1201 |
.PP .diplomatic .quote .rend-marge-right, |
|
1202 |
.PP .diplomatic .quote .marge-right{ |
|
1203 |
position:absolute; |
|
1204 |
right:-25%; |
|
1205 |
} |
|
1206 |
.PP .diplomatic .quote .rend-marge-left, |
|
1207 |
.PP .diplomatic .quote .marge-left{ |
|
1208 |
position:absolute; |
|
1209 |
left:-20%; |
|
1210 |
} |
|
1211 |
.PP .diplomatic dd.rend-marge-left, |
|
1212 |
.PP .diplomatic dd.marge-left{ |
|
1213 |
left:-25%; |
|
1214 |
} |
|
1215 |
*/ |
|
1216 |
/* pour les listes bibliographiques (listBibl)*/ |
|
1217 |
/*LB - diplomatic*/ |
|
1218 |
.RE .diplomatic ul.rend-marge-left, |
|
1219 |
.LB .RE .diplomatic ul.rend-marge-left, |
|
1220 |
.RE .diplomatic ul.marge-left, |
|
1221 |
.LB .RE .diplomatic ul.marge-left{ |
|
1222 |
margin-left:-40%; |
|
1223 |
xborder:1px solid red; |
|
1224 |
} |
|
1225 |
/*LB - normalise */ |
|
1226 |
/* -------------------------------------------------------------- RE */ |
|
1227 |
/*à revoir*/ |
|
1228 |
.RE .diplomatic dt.marques{ |
|
1229 |
float:left; |
|
1230 |
width:4%; |
|
1231 |
min-width:30px; |
|
1232 |
display:block; |
|
1233 |
margin:0; |
|
1234 |
} |
|
1235 |
.RE .diplomatic dt.vedettes{ |
|
1236 |
position:relative; |
|
1237 |
display:block; |
|
1238 |
text-align:right; |
|
1239 |
top:2em; |
|
1240 |
left:0; |
|
1241 |
margin-left:25%; |
|
1242 |
width:75%; |
|
1243 |
margin-bottom:1em; |
|
1244 |
display:inline; |
|
1245 |
} |
|
1246 |
.RE .diplomatic a.ref-bibl{ |
|
1247 |
display:inline-block; |
|
1248 |
text-align:center; |
|
1249 |
margin:0 0 0 5em; |
|
1250 |
text-decoration:none; |
|
1251 |
} |
|
1252 |
.RE .diplomatic dt.vedettes{ |
|
1253 |
float:left; |
|
1254 |
width:12%; |
|
1255 |
xpadding-right:1.5em; |
|
1256 |
xmargin-left:10%; /*2012-10-15*/ |
|
1257 |
} |
|
1258 |
/* -------------------------------------------------------------- varia type-renvoi */ |
|
1259 |
.RE .listbibl + .type-renvoi a.ref-bibl, |
|
1260 |
.RE .type-renvoi a.ref-bibl, |
|
1261 |
.NL .type-renvoi a.ref-bibl .listbibl li a.ref-bibl{ |
|
1262 |
text-align:left; |
|
1263 |
display:inline; |
|
1264 |
} |
|
1265 |
/* à -----------------------------------------------------------------------confirmer */ |
|
1266 |
.gap, |
|
1267 |
.biffe{ |
|
1268 |
text-decoration:line-through; |
|
1269 |
} |
|
1270 |
.gap{ |
|
1271 |
font-style:normal; |
|
1272 |
} |
|
1273 |
.unclear:before{ |
|
1274 |
content:"*"; |
|
1275 |
color:#40E0D0; |
|
1276 |
} |
|
1277 |
.hand-JD, |
|
1278 |
.hand-indefini, |
|
1279 |
.hand-GM-encre{ |
|
1280 |
font-family:'monotype corsiva'; |
|
1281 |
font-size:16px; |
|
1282 |
text-decoration:none; |
|
1283 |
color:black; |
|
1284 |
} |
|
1285 |
.gloss-head{ |
|
1286 |
border:1px solid green; |
|
1287 |
} |
|
1288 |
.note .hi{ |
|
1289 |
color:blue; |
|
1290 |
} |
|
1291 |
.entree{ /* ??? */ |
|
1292 |
font-weight:bold; |
|
1293 |
} |
|
1294 |
/* à ----------------------------------------------------------------------- nov 2012 */ |
|
1295 |
.obliqueStrikeAntislash, |
|
1296 |
.enrichie .obliqueStrikeAntislash{ |
|
1297 |
background:url("../images/obliqueStrikeAntislash.png") repeat-x; |
|
1298 |
display:inline-block; |
|
1299 |
} |
|
1300 |
.normalise .obliqueStrikeAntislash, |
|
1301 |
.normalise .obliqueStrikeAntislash *{ |
|
1302 |
visibility:hidden; |
|
1303 |
background:none; |
|
1304 |
} |
|
1305 |
.enrichie .obliqueStrikeAntislash, |
|
1306 |
.enrichie .obliqueStrikeAntislash *{ |
|
1307 |
visibility:visible; |
|
1308 |
background:url("../images/obliqueStrikeAntislash.png") repeat-x; |
|
1309 |
display:inline-block; |
|
1310 |
} |
|
1311 |
.obliqueStrikeSlash, |
|
1312 |
.enrichie .obliqueStrikeSlash{ |
|
1313 |
background:url("../images/obliqueStrikeSlash.png") repeat-x; |
|
1314 |
display:inline-block; |
|
1315 |
} |
|
1316 |
.normalise .obliqueStrikeSlash, |
|
1317 |
.normalise .obliqueStrikeSlash *{ |
|
1318 |
visibility:hidden; |
|
1319 |
background:none; |
|
1320 |
} |
|
1321 |
.enrichie .obliqueStrikeSlash, |
|
1322 |
.enrichie .obliqueStrikeSlash *{ |
|
1323 |
visibility:visible; |
|
1324 |
background:url("../images/obliqueStrikeSlash.png") repeat-x; |
|
1325 |
display:inline-block; |
|
1326 |
} |
|
1327 |
.jaune{ |
|
1328 |
color:orange; |
|
1329 |
background:yellow; |
|
1330 |
} |
|
1331 |
.diplomatic .type-regie, |
|
1332 |
.diplomatic .type-renvoi{ |
|
1333 |
text-align:right; |
|
1334 |
display:inline-block; |
|
1335 |
/* pour aligner sur les bibl, à confirmer*/ |
|
1336 |
} |
|
1337 |
/* suppression 2012-03-21 |
|
1338 |
.diplomatic dd{ |
|
1339 |
line-height:2.2em |
|
1340 |
}*/ |
|
1341 |
/* ajout 9 décembre 2012 */ |
|
1342 |
.NL .diplomatic dd.type-fragment{ |
|
1343 |
clear:left; |
|
1344 |
} |
|
1345 |
.bold, |
|
1346 |
.rend-bold{ |
|
1347 |
font-weight:bold; |
|
1348 |
} |
|
1349 |
.normalisation .term{ |
|
1350 |
display:block; |
|
1351 |
} |
|
1352 |
/*-------------------------------------*/ |
|
1353 |
/*nouvelles règles pour lb*/ |
|
1354 |
.LB a.ref-bibl{ |
|
1355 |
text-align:left; |
|
1356 |
} |
|
1357 |
.LB .diplomatic div.marge-gauche{ |
|
1358 |
padding-left:25%; |
|
1359 |
} |
|
1360 |
.LB .diplomatic div.marge-gauche dt.vedettes{ |
|
1361 |
margin-left:-25%; |
|
1362 |
width:25%; |
|
1363 |
} |
|
1364 |
/*-------------------------------------*/ |
|
1365 |
/* rendition= marge gauche */ |
|
1366 |
.diplomatic .rendition-marge-gauche dt.vedettes{ |
|
1367 |
float:left; |
|
1368 |
width:12%; |
|
1369 |
} |
|
1370 |
.diplomatic .rendition-marge-gauche dd.type-fragment{ |
|
1371 |
margin-left:25%; |
|
1372 |
width:75%; |
|
1373 |
margin-bottom:0; |
|
1374 |
line-height:1.2em; |
|
1375 |
} |
|
1376 |
.diplomatic .rendition-marge-gauche a.ref-bibl{ |
|
1377 |
display:inline-block; |
|
1378 |
text-align:center; |
|
1379 |
margin:0 0 0 5em; |
|
1380 |
text-decoration:none; |
|
1381 |
} |
|
1382 |
.diplomatic .rendition-marge-gauche dd.marques{ |
|
1383 |
float:left; |
|
1384 |
width:4%; |
|
1385 |
min-width:30px; |
|
1386 |
display:block; |
|
1387 |
margin:0; |
|
1388 |
} |
|
1389 |
.diplomatic .rendition-marge-gauche dd.marques .type-selection{ |
|
1390 |
position:relative; |
|
1391 |
display:inline-block; |
|
1392 |
text-align:right; |
|
1393 |
top:1.2em; |
|
1394 |
left:-1em; |
|
1395 |
} |
|
1396 |
/*-------------------------------------*/ |
|
1397 |
/* mise en page*/ |
|
1398 |
.centre{ |
|
1399 |
text-align:center; |
|
1400 |
} |
|
1401 |
.left{ |
|
1402 |
text-align:left; |
|
1403 |
} |
|
1404 |
.right{ |
|
1405 |
text-align:right; |
|
1406 |
} |
|
1407 |
.rend-right{ |
|
1408 |
float:right; |
|
1409 |
} |
|
1410 |
.rend-top-right, |
|
1411 |
.place-top-right{ |
|
1412 |
float:right; |
|
1413 |
position:absolute; |
|
1414 |
top:-2em; |
|
1415 |
} |
|
1416 |
.LB .diplomatic h3{ |
|
1417 |
font-weight:normal; |
|
1418 |
margin-bottom:1.8em; |
|
1419 |
} |
|
1420 |
.LB .normalise h3{ |
|
1421 |
font-weight:bold; |
|
1422 |
margin-bottom:1.8em; |
|
1423 |
} |
|
1424 |
.LB .diplomatic .rendition-tdm{ |
|
1425 |
display:inline-block; |
|
1426 |
vertical-align:middle; |
|
1427 |
width:100%; |
|
1428 |
text-align:center; |
|
1429 |
} |
|
1430 |
.LB .normalise .rendition-tdm{ |
|
1431 |
display:inline-block; |
|
1432 |
vertical-align:middle; |
|
1433 |
xwidth:100%; |
|
1434 |
text-align:left; |
|
1435 |
} |
|
1436 |
.LB .diplomatic .rendition-tdm .type-puce{ |
|
1437 |
display:inline-block; |
|
1438 |
vertical-align:middle; |
|
1439 |
margin-left:.1em; |
|
1440 |
float:left; |
|
1441 |
} |
|
1442 |
.LB .normalise .rendition-tdm .type-puce{ |
|
1443 |
display:inline; |
|
1444 |
vertical-align:middle; |
|
1445 |
margin-left:0; |
|
1446 |
float:none; |
|
1447 |
} |
|
1448 |
.LB .diplomatic .rendition-tdm .title{ |
|
1449 |
display:inline-block; |
|
1450 |
vertical-align:middle; |
|
1451 |
margin-left:.1em; |
|
1452 |
float:left; |
|
1453 |
xtext-align:left; |
|
1454 |
} |
|
1455 |
.LB .normalise .rendition-tdm .title{ |
|
1456 |
display:inline-block; |
|
1457 |
vertical-align:middle; |
|
1458 |
margin:0; |
|
1459 |
float:none; |
|
1460 |
} |
|
1461 |
.LB .diplomatic .rendition-tdm .author{ |
|
1462 |
display:inline-block; |
|
1463 |
xvertical-align:middle; |
|
1464 |
margin-left:.1em; |
|
1465 |
float:right; |
|
1466 |
xborder:1px solid red; |
|
1467 |
} |
|
1468 |
.LB .normalise .rendition-tdm .author{ |
|
1469 |
display:inline-block; |
|
1470 |
vertical-align:middle; |
|
1471 |
margin:0; |
|
1472 |
float:none; |
|
1473 |
} |
|
1474 |
.LB .diplomatic .type-point-de-suite{ |
|
1475 |
xdisplay:inline-block; |
|
1476 |
xvertical-align:middle; |
|
1477 |
margin:0; |
|
1478 |
} |
|
1479 |
.reste{ |
|
1480 |
clear:right; |
|
1481 |
min-height:15%; |
|
1482 |
} |
|
1483 |
.LB .normalise dd.type-bibl{ |
|
1484 |
margin-left:25%; |
|
1485 |
} |
|
1486 |
.LB .diplomatic .title, |
|
1487 |
.LB .diplomatic .author, |
|
1488 |
.LB .diplomatic .type-point-de-suite{ |
|
1489 |
margin:0; |
|
1490 |
paddig:0; |
|
1491 |
border:0; |
|
1492 |
position:relative |
|
1493 |
} |
|
1494 |
.LB .diplomatic .bibl{ |
|
1495 |
white-space:normal; |
|
1496 |
/* pour firefox*/ |
Formats disponibles : Unified diff