forked from chartes/encpos-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css
executable file
·562 lines (533 loc) · 36.7 KB
/
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
/* Neutral HTML */
/* hacks */
/* table, td, code, dd { font-size: 100%; } */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/* the float fix */
article:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
article, aside, figure, figcaption, footer, header, hgroup, main, nav, section { display: block; }
body,html { min-height: 100%; margin: 0; padding: 0; }
/* fonts */
/* pas mûr -moz-hyphens: auto; -webkit-hyphens: auto; adobe-hyphenate: auto; hyphens: auto; */
body { font: 16px/24px Georgia, "Bitstream Vera Serif", Times, serif; }
.subtitle, textarea.readonly, .dialogue li, .titleStmt h1, .subtitle, textarea.readonly, .dialogue li, .titleStmt h1 { font-family: Georgia, "Bitstream Vera Serif", Times, serif; }
aside, .availability, .bar, .breadcrumb, .but, caption, .cb , .ed, .editionStmt, figcaption, .footnotes, form label, li.bibl, .marginalia, .note, #noterefover, .pb, .publicationStmt, smal, small.l, small.l-n, .small, .sourceDesc, .speaker, .stage, .tabs { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif; }
.availability, .editionStmt, figcaption, .footnotes, li.bibl, .marginalia, .note, #noterefover, .publicationStmt, .sourceDesc, .speaker, .stage { font-size: 13px; }
aside, .breadcrumb, .but, caption, .cb, form label, nav, .pb, .tabs { font-size: 12px; line-height: 1.1em; }
tt, pre{ font-family: "Andale Mono", "Lucida Console", Courier, "MS Courier New", monospace; }
.dingbat { font-family: "FreeSans", "DejaVu Sans", "Lucida Sans Unicode", "Arial Unicode MS", sans-serif }
blockquote, dd , p.p, .argument, .availability, div.bibl, li.bibl, .dialogue li , .justify, .note, div.stage { text-align: justify; }
@media screen {
body { color: #161616; }
p , .dialogue li { text-indent: 1.5rem; }
h1, h2, h3, h4, h5, h6 { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif; }
}
/* html5 default, in alphabetic order */
a:target, mark:target, b.mark:target { border-bottom: 3px #CCCCCC solid; background-color: #FFFFFF; border-radius-top-left: 0; }
.note:target { background-color: #FFFFFF; border-top: 1px solid #E2DED0; }
.note:target:before { content: "☞"; position: absolute; margin: 0 1ex 0 -7.5ex; font-size: 16px; }
section:target { background: transparent !important; border-left: none; }
a:target { }
a { text-decoration: none; border-bottom: dotted 1px #999; color: #336; }
a:hover { background-color: rgba(255,255,255,0.3); color: #000; -webkit-border-radius: 0.3ex; -moz-border-radius: 0.3ex; border-radius: 0.3ex; border-bottom-color: inherit; text-decoration: none; }
a img { border: none; }
a:visited { }
nav a { border-bottom: none; }
acronym { font-variant: small-caps; }
address { font-style: normal; line-height: 110%; }
article { margin-top: 1em; page-break-after: always; }
aside header { border: none; padding-right: 1em; margin: 1em 0 3em 0; }
big { font-weight: normal; font-size: 180%; }
blockquote { margin: 1.5em 0em 1.5em 7em; text-align: justify; line-height: 130%; font-size: 92%; padding: 0 ; }
.note blockquote { margin: 1ex 0em 1ex 2em; }
blockquote p { text-indent: 2em; }
cite { font-style: normal; }
code { font-size: 13px; }
dd { text-align: justify }
details { display: block; }
details > * { display: none; }
details.minus > * { display: inherit; }
details summary { display: inherit; }
dfn { font-style: normal; }
dl.dl dt { font-weight: 900; }
dl.dl dd { text-align: justify; color: #333; margin-top: 0em; margin-bottom: 0.5em; }
fieldset { margin: 2em 0 1em 0; padding: 0 1ex 1ex 1ex; }
fieldset div { line-height: 1.1em; margin: 0.5ex 0; }
fieldset blockquote { margin: 0.5ex 0 0 0; }
fieldset ul { margin: 0.5ex 0 0 0; }
figcaption { display: block; padding: 6px 8px; }
figcaption.head { background: #dddddd; text-align: center; }
figcaption a:hover { background-color: #FFFFFF; }
figcaption img { float: right; display: block; padding-left: 6px; margin-right: -10px; margin-top: -8px; }
figure { display: block; position: relative; padding: 6px 6px 6px 6px; line-height: 105%; background: white; margin: 0; border: solid 1px #888888; text-align: center; margin-top: 1em; margin-bottom: 1em; }
figure.left { float: left; margin: 15px 15px 8px 0; }
figure.right { float: right; margin: 15px 0 8px 15px; }
figure img { padding : 6px; }
figure a { text-decoration: none; border-bottom: none; }
figure a:hover { text-decoration: none; border-bottom: none; }
figure h1 { font-size: inherit; font-weight: bold; margin: 1em 0 1ex 0; text-align: center; }
figure h2 { font-size: inherit; font-weight: bold; margin: 1em 0 1ex 0; text-align: left; }
form label { padding: 0; line-height: 100%; }
form h1 { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { clear: both; -webkit-hyphens: none !important; adobe-hyphenate: none; -moz-hyphens: none; hyphens: none; page-break-after: avoid; page-break-inside: avoid; orphans: 0; }
h1 { font-size: 130%; font-weight: 900; padding-top: 1em; margin-top: 0; text-align: center; line-height: 115%; }
h1 small { font-weight: normal; font-size: 14px; opacity: 1; letter-spacing: normal; font-variant: normal; text-shadow: none; }
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited { color: inherit; text-decoration: none; border-bottom-color: transparent; }
h1 a:hover { border-bottom-color: inherit; }
h2 { clear: both; font-size: 130%; margin: 1em 0 1em 0; padding-top: 1em; line-height: 200%; text-align: center; }
h3 { clear: both; font-weight: bold; margin-top: 1em; margin-bottom: 1em; padding-top: 1em; }
h5, h6 { font-size: 100% }
header { clear: both; padding: 1ex; border: dashed #CCC 1px; -webkit-border-radius: 1ex; -moz-border-radius: 1ex; border-radius: 1ex; }
header ul { margin-top: 0; margin-bottom: 0; }
hr { color: #E2DED0; border-left: none; border-top: 1px solid #E2DED0; border-bottom: 1px solid #999; }
i i, i em, em i, em em { font-style: normal; }
img { max-width: 670px;}
input[readonly], input.readonly { background: #CCCCCC; }
kbd { font-family: inherit; font-variant: small-caps; }
li { line-height: 120%; margin-top: 0.5ex; margin-bottom: 0.5ex; }
li p { margin: 0; }
li pre { margin: 0; }
li blockquote { margin: 1em 0 1em 0; }
li blockquote p { text-indent: 2em; }
legend { background: #FFF; white-space: normal; font-size: 105%; color: #666; font-weight: bold; padding: 0 1ex; margin: 1ex 0; text-decoration: underline; }
mark, b.mark, a.mark { background-color: #FFFFFF; font-weight: bold;}
menu a { border-bottom-color: transparent; }
menu li { margin-bottom: 0; margin-top: 0; line-height: 110%; list-style: none; }
menu ul { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
menu ul li { line-height: 105%; padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
nav blockquote, nav dl { padding-left: 0; margin-left: 0; padding-right: 0; margin-right: 0; }
nav h1 { font-size: 15px; padding: 0.2ex; color: inherit; text-align: left; margin: 1em 1.3ex 1ex 0; letter-spacing: 0.7ex; }
nav hr { margin: 1em 0 0 0; width: 100%; border-top-color: #FFF; border-bottom-color: #E2DED0; }
nav li { text-align: left; }
nav header { display: block; padding: 1px 1ex; margin-bottom: 1ex; margin-top: 1ex; font-weight: bold; font-size: 120%; border: 1px #FFF solid; border-right: none; line-height: 110%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 1ex; -moz-border-top-left-radius: 1ex; border-top-left-radius: 1ex; -webkit-border-bottom-left-radius: 1ex; -moz-border-bottom-left-radius: 1ex; border-bottom-left-radius: 1ex; }
nav menu, nav ul { margin-left: 1em; padding-left: 0; }
p { margin: 0; text-align: justify; }
pre { white-space: pre; font-size: 13px; }
pre label { font-family: inherit; }
pre { width: 95%; line-height: 1em; border-left: 1px dotted #808080; padding-left: 10px; overflow: auto; overflow-y: hidden !important; }
q { quotes: '' ''; }
q q { font-style: italic; }
samp { font-family: inherit; font-style: italic; }
section { display: block; clear: both; }
select { padding: 0 0.5ex; }
small { font-weight: normal; }
sup, sub { height: 0; line-height: 1.2em; vertical-align: baseline; position: relative; z-index: inherit; font-variant: normal; font-size: 75%; }
sup { _vertical-align: top; bottom: 1.5ex; font-size: 0.58em; }
sub { _vertical-align: bottom; top: .5ex; }
textarea { width: 100%; height: 20em; display: block; }
textarea[readonly], textarea.readonly { font-size: 20px; padding: 1em; height: 10em; width: 90%; border: 1px #CCC solid; }
/*
table a { border: none; }
table a:hover { border-width: 0; }
*/
thead { background-color: #FFFFFF; }
tfoot { border-top: solid 1px #000000; }
/* the default value in input, lines should be separated to work */
input::-webkit-input-placeholder { color: #AAA !important; font-style: italic !important; font-weight: normal !important; }
input::-moz-placeholder { color: #AAA !important; font-style: italic !important; font-weight: normal !important; }
input:-moz-placeholder { color: #AAA !important; font-style: italic !important; font-weight: normal !important; }
input:-ms-input-placeholder { color: #AAA !important; font-style: italic !important; font-weight: normal !important; }
/** TEI elements, in TEI element name order, before type modifier in next block */
section.act, section.chapter, section.dedication, section.footnotes, section.preface { page-break-after: always; }
.actor { font-variant: small-caps; }
.argument { margin: 2em 0 3em 0; line-height: 140%; text-indent: 0; font-size: 85%; font-style: italic; text-align: justify }
p.argument { font-style: normal; line-height: 140%; text-indent: 2em; }
.argument p { text-indent: 0; }
.argument i, .argument em, .argument .i, .argument .italic, .argument .title { font-style: normal; }
div.author, p.author { font-variant: small-caps; }
.availability { margin: 2em 0; text-align: justify; }
/* .back p, .front p { text-indent: 0; } no indent in paratext */
div.bibl { }
section > div.bibl, article > div.bibl, figcaption.bibl { padding-left: 2rem; padding-right: 0.5rem; }
figcaption.bibl { font-style: normal; text-align: left; padding: 0 0 0 2rem; }
figure.bibl { margin: 0; padding: 0; border: none; }
li.bibl { list-style: circle; font-size: 90%; } /* like li.witness */
blockquote .bibl { margin-left: 2em; display: block; font-family: sans-serif; }
.byline { text-align: right; margin-left: 45%; margin-top: 4ex; text-indent: 0; }
aside .byline { margin-top: 0; text-align: left; margin: 0 20% 0 0; }
.byline .docAuthor { font-variant: small-caps; }
.titlePage .byline { margin-left: 0; text-align: center; font-weight: bold; }
p.caption { font-weight: bold; }
#personnages { page-break-after: always; }
ul.castList { list-style: none; }
/* numbering */
.cb, .pb, .ed, small.l, small.l-n { font-weight: normal; font-style: normal; color: grey; margin-top: 0; margin-bottom: 0; text-indent: 0; text-decoration: none; border: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.cb, .pb, .ed { float: right; margin-right: -4.5em; }
.lb { color: grey; font-size: 11px; }
.l-n { position:absolute; margin-left: -3em; margin-left: -2.5rem; }
a.ed, a.pb {}
a.facs { float: left; margin-right: 0; margin-left: -4.7em; }
small.ed { color: grey; font-size: 11px; }
.choice { background-color: #FFFFFF }
h1.collection, h1.collection-sub { font-weight: normal; padding: 0; margin: 0; }
h1.collection { text-transform: uppercase; }
.dateline { margin: 2em 0; text-indent: 4em; }
section.div { padding-top: 3em; }
h1.desc { font-weight: normal; padding: 0; margin: 0; font-size: 117%; } /* <titlePart type="desc"> */
@media screen { .body > .div { border-bottom: 1px #CCCCCC solid; padding-bottom: 3em; } }
div.docAuthor { text-align: center; font-variant: small-caps; font-size: 150%; }
div.docDate { text-align: center;}
div.docImprint { text-align: center; }
.docTitle { margin: 1em 1em 4em 1em; }
.docTitle h1.desc { font-size: 60%; }
aside .docDate { float: right; }
.editionStmt { }
.entry > * { margin-left: 2em; }
.entry > .form { margin-left: 0; }
.fileDesc, .fileDesc p { text-align: center; text-indent: 0; }
.fileDesc label { font-weight: bold; }
.fileDesc > .titleStmt { text-align: center; margin: 0 0 5em 0; }
.titleStmt h1 { padding-top: 0; padding-bottom: 0; margin-top: 1em; margin-bottom: 1em; }
.titleStmt div { margin-top: 0.5em; margin-bottom: 0.5em; }
.fileDesc > .editionStmt, .fileDesc > .publicationStmt, .fileDesc > .sourceDesc { text-align: left; line-height: 1.2em; }
.floatingText { font-size: 12pt; line-height: 120%; padding: 0% 1% 1% 5%; background-color: #FFFFFF; }
.footnotes { margin-top: 3em; margin-bottom: 1em; }
hr.footnotes { width: 15%; text-align: left; text-align: -moz-left; margin-right: auto; margin-left: 0; }
.foreign { font-style: italic; }
.forename { font-variant: normal; }
.form { font-weight: bold; }
div.l dfn.gloss { display: block; position: absolute; padding: 5px 5px 5px 5px; border-radius: 10px; line-height: 110%; text-align: left; float: right; margin-left: 25em; width: 250px; font-size: small; background-color: #FFFFFF; text-indent: 0; }
p dfn.gloss , div.gloss { padding: 5px 5px 5px 5px; border-radius: 10px; line-height: 110%; text-align: left; font-size: small; background-color: #FFFFFF; text-indent: 0; }
div.l { text-align: left; text-indent: -2rem; padding-left: 2rem; }
.l .vertical { font-size: 170%; font-weight: bold; display: inline-block; transform-origin: top right 0; margin-top: 1.35em; position: absolute; transform: rotate(90deg); }
label.label { font-weight: bold; }
p.label, div.label { margin: 1.4em 0 0.7em 0; line-height: 105%; text-align: center; text-indent: 0; padding-left: 0; }
div.lg { margin-top: 1em; margin-bottom: 1em; }
.marginalia { display:block; float: right; text-indent: 0; clear: both; margin: 1px -10em 1px 1em; border: 1px #C9C6BB solid; box-shadow: 10px 0px 10px #E2DED0; padding: 0.2ex 1ex !important; background: #FDFDFC; width: 15em; text-align:right; line-height: 120%; }
.marginalia a { border: none; text-decoration: none; }
.marginalia:target { background-color: #FFFFFF; }
.marginalia:target:before { display:block; content: "☞"; font-size: 16px; position: absolute; margin: 0 0 0 -1.5em; }
div.note, aside.note { line-height: 115%; margin: 1px 0 1em 0; clear: both; text-align: justify; }
.note p { margin: 0; text-indent: 1em; text-indent: 1rem; }
.note p.noindent { text-indent: 0; }
p.note { text-indent: 0; margin-top: 1ex; margin-bottom: 1ex; }
.notes-abc, .notes-123, .notes-misc { margin-top: 1ex; }
.note-page { font-size: 0.8em; }
.note-margin-left { float: left; margin-left: -2em; margin-right: 1ex; }
a.noteref, a.noteback { font-family: sans-serif; text-decoration: none; border-bottom: none; font-style: normal; font-variant: normal; padding-right: 0.2ex; /* note sep */}
a.noteref:hover, a.noteback:hover { text-decoration: none; border-bottom: solid 1px; }
a.noteback { font-size: 85%; }
@media screen {
div.note, aside.note { margin: 0 0 0 2.5em; border-left: 1px solid #CCCCCC; padding: 0.5ex 0 0.5ex 0.5em; }
section > div.note { margin: 1em 0 1em 0; padding-left: 1.5em; padding-left: 1.5rem; }
a.noteback { position: absolute; display: block; text-align: right; width: 5ex; margin: 0.3ex 0 0 -7ex; }
}
.num { font-family: inherit; line-height: 100%; font-variant: small-caps; }
.num sup { font-variant: normal; }
div.part-Y { text-indent: 3em; }
.l.part-M { margin-left: 3em; text-indent: 0; padding-left: 0; }
.l.part-F { margin-left: 6em; text-indent: 0; padding-left: 0; }
/** alignement des vers selon métrique */
.l.hendeca { margin-left: 0.5em; text-indent: 0; padding-left: 0; }
.l.deca { margin-left: 1.0em; text-indent: 0; padding-left: 0; }
.l.ennea { margin-left: 1.5em; text-indent: 0; padding-left: 0; }
.l.octo { margin-left: 2.0em; text-indent: 0; padding-left: 0; }
.l.hepta { margin-left: 2.5em; text-indent: 0; padding-left: 0; }
.l.hexa { margin-left: 3.0em; text-indent: 0; padding-left: 0; }
.l.penta { margin-left: 3.5em; text-indent: 0; padding-left: 0; }
.l.tetra { margin-left: 4.0em; text-indent: 0; padding-left: 0; }
.l.tri { margin-left: 4.5em; text-indent: 0; padding-left: 0; }
.l.dis { margin-left: 5.0em; text-indent: 0; padding-left: 0; }
.l.penta_el { margin-left: 3.0em; text-indent: 0; padding-left: 0; }
.l.promythium{ margin-bottom: 2.0ex; text-indent: 0; padding-left: 0; }
.l.epimythium{ margin-top: 2.0ex; text-indent: 0; padding-left: 0; }
div.salute, p.salute { margin: 1em 0 1em 4em; text-indent: 0em; font-style: italic; text-align: right; }
.letter .salute { text-align: left; font-style: inherit; }
.signed { margin-top: 2em; margin-bottom: 2em; text-indent: 0; text-align: right; }
.sp p { text-indent: 0; }
.sp blockquote { margin-left: 3rem; }
.sp { orphans: 2; widows: 2; }
div.speaker, p.speaker { margin-top: 1em; margin-bottom: 0.5ex; font-weight: normal; font-variant: small-caps; font-size: 1.1em; text-indent: 3em; text-indent: 3rem; line-height: 120%; }
.speaker i, .speaker em { font-variant: normal; font-size: 90%; }
.stage { font-style: italic; font-variant: normal; }
div.stage { text-align: justify; line-height: 120%; }
.stage.indent { text-indent: 3rem; }
div.stage.sc { font-style: normal; text-align: center; font-size: 105%; margin-bottom: 1ex; }
.sp div.stage { text-indent: 3rem; margin-top: 0.5ex; margin-bottom: 0.5ex; }
.sp div.stage.right { margin-top: 0; margin-bottom: 0; text-indent: 0; }
blockquote > div.stage.sc { text-align: left; }
div.stage .i, div.stage i, div.stage em { font-style: normal; }
hi.i, h2.sub, h2.i, h3.sub ,h4.sub,h5.sub,h6.sub { font-style: italic; font-weight: normal; border: none; margin-top: 0; padding-top: 0; }
.titlePage h1.sub { font-weight: normal; margin-top: 0; padding-top: 0; }
.scene h2, .scene h3 { font-weight: normal; font-style: italic; text-align: center; margin-left: auto; margin-right: auto; }
.sourceDesc { }
.subtitle { font-style: italic; font-weight: normal; text-align: center; font-size: 200%; margin-bottom: 2em; }
section section .subtitle { font-size: 150%; }
.surname { font-variant: small-caps; }
.title { font-style: italic; }
.title abbr { font-variant: small-caps; }
.title em, .title i, .title .title { font-style: normal; }
i .title, .i .title { font-style: normal; }
.titlePage { text-align: center }
.titlePage .argument { font-style: normal; }
.titlePage .byline { margin-top: 4em; margin-top: 4em; margin-left: auto; margin-right: auto; text-align: center; }
.titlePage .docAuthor { font-size: 150%; font-variant: small-caps; margin: 1em 0; }
.titlePage figure { border: none; margin-top: 5em; font-weight: normal; }
.titlePage > .docImprint { font-size: 75%; line-height: 150%; margin-top: 1em; }
.titlePage div.rights { font-size: 65%; }
.titlePage p, .titlePage blockquote, .titlePage .l { text-align: center; text-indent: 0; margin-left: 0; margin-right: 0; }
.titlePage p { margin-top: 1em; margin-top: 1em; }
.trailer { font-style: italic; text-align: center; text-indent: 0; }
li.witness { list-style: square; font-size: 90%; font-family: sans-serif; }
.witness label, a.wit, i.wit, a.msDesc { font-style: italic; color: #000; font-family: serif; } /* witness letter */
/* @rend, @type useful classes, in alphabetic order */
.alert { color: #971716; font-size: 120%; }
.attention { color: red; }
.b, .bold { font-weight: bold; }
.but { font-family: monospace; display: inline; cursor: pointer; border: 1px solid #AAA !important; font-size: 12px; background-color: #FFFFFF; text-decoration: none !important; padding: 0 5px; margin: 1px; line-height: 100%; text-shadow: 1px 1px #FFFFFF; white-space: nowrap; -webkit-border-radius: 1ex; -moz-border-radius: 1ex; border-radius: 1ex; }
.but:hover { background-color: white; color: #000; text-decoration: none !important; }
.border { border: 1px solid #808080; padding: 1ex; }
blockquote.border { border: none; padding: inherit; }
a.bookmark { font-size: 60%; visibility: hidden; user-select: none; }
h1:hover a.bookmark, h2:hover a.bookmark, h3:hover a.bookmark, h4:hover a.bookmark, h5:hover a.bookmark, h6:hover a.bookmark, a.bookmark:hover { color: #808080; visibility: visible; }
.center, div.center, blockquote.center > * { text-align: center; text-indent: 0; margin-left: auto; margin-right: auto; padding-left: 0; }
.center p { text-align: inherit; text-indent: 0; }
span.center { display: block; }
.clear { clear: both; }
.clear:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.dialogue { margin: 0; padding: 0; }
.dialogue li { text-align: justify; margin-top: 0; margin-bottom: 0; }
span.exquote { font-style: normal; }/* seg[@type='exquote'] */
.hanging { margin-left: 2em; text-indent: -2em }
.he { direction: rtl; display: inline-block; }
.i, .italic { font-style: italic; }
.i i, .italic i, .i em, .italic em , .i .title, .italic .title { font-style: normal }
.left, div.left { text-align: left; }
.larger { font-size: larger; font-weight: bold; }
.ls, .letter-spacing { letter-spacing: 0.4ex; }
h1.main { margin-top: 1.5em; }
.margin { margin-left: 20%; text-indent: 0 }
.noborder { border: none; }
.normal, div.normal, .n { quotes: '' ''; color: #000; font-weight: normal; font-style: normal; text-decoration: none; border-bottom: none; font-variant: normal; text-transform: none; }
.noindent { text-indent: 0; } /* automatic */
.indent { text-indent: 2em; }
div.ornament { line-height: 95%; letter-spacing: 0.6em; margin: 1em 5em; text-align: center; }
.page-break-before { page-break-before: always; margin-top: 6em; height: 5em; border-top: 1px #CCCCCC solid; }
.page-break-after { page-break-after: always; }
.page-spacer { margin-top: 6em; height: 5em; border-top: 1px #CCCCCC solid; }
.l.refrain { font-style: italic; text-indent: 0; }
.l.refrain .l-n { margin-left: -5em; margin-left: -4.5rem;}
.right { text-align: right; }
div.right{ margin-left: 40%; }
p.right { margin-bottom: 1em; text-align: right; }
.sb { font-size: 200%; margin: 1em; text-indent: 0; }
.sc, .smallcaps, .small-caps, .pmaj { font-variant: small-caps; }
span.sub { vertical-align: bottom; line-height: 0.1; font-size: 0.7em; }
.small { font-size: 70%; }
.sup { vertical-align: super; line-height: 0.1; font-size: 0.7em; }
h1.sub { font-size: 100%; padding-top:0; }
.title i { font-style: normal }
.todo { border: #F00 solid 1px; background: #FFC; padding: 1ex; }
.u, .underline { text-decoration: underline; }
.uc, .uppercase, .maj { text-transform: uppercase; }
.unselectable { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
a.prev:before { content: '<' }
a.next:after { content: '>' }
mark a.prev, .mark a.prev { background-color: white }
mark a.next, .mark a.next { background-color: white }
/* list styles */
ul.none, ol.none, ul.simple, ol.simple { list-style-type: none; }
.dialogue { list-style-type: none; }
.circle { list-style-type: circle }
.decimal { list-style-type: decimal }
.decimal-leading-zero { list-style-type: decimal-leading-zero }
.lower-alpha { list-style-type: lower-alpha }
.lower-greek { list-style-type: lower-greek }
.lower-latin { list-style-type: lower-latin }
.lower-roman { list-style-type: lower-roman }
.square { list-style-type: square; }
.upper-alpha { list-style-type: upper-alpha; }
.upper-latin { list-style-type: upper-latin; }
.upper-roman { list-style-type: upper-roman; }
.upper-roman > li { margin-top: 1em; margin-bottom: 1em; }
/* Tables
table.data, table.table, table.search, table.sortable { font-family: sans-serif; font-size: 12px; line-height: 105%; border: 1px solid; border-color: #CCCCCC; margin-top: 1em; margin-bottom: 2em; border-collapse: collapse; }
caption { font-size: 1.1em; color: #000000; font-weight: bold; text-align: center; padding: 4px 2px 2px 2px; }
th { padding: 1px 1ex; }
table.table td, table.data td { vertical-align: top; border: #CCCCCC 1px solid; padding: 2px 1ex; }
th.border, td.border { border: #CCCCCC 1px solid !important; padding: 2px 1ex; }
td.left, th.left { text-align: left !important; }
td.center, th.center { text-align: center !important; }
td.right, th.right { text-align: right !important; }
td.top, th.top { vertical-align: middle !important; }
td.middle, th.middle { vertical-align: middle !important; }
td.bottom, th.bottom { vertical-align: middle !important; }
table.table pre { font-size: 110%; white-space: normal; }
table.table p { line-height: 110%; }
td.data, table.data th { text-align: right; }
table.data td { padding: 1px; text-align: right; border-top: none; border-bottom: none; }
table.data tr:hover, table.data tr:hover th { background-color: #FFFFFF; }
table.data td a { padding: 1px 1ex; display: block; }
table.data td a:hover { background-color: #FFFFFF; }
table.table tr.head td { padding-top: 1ex; border-left: none; border-right: none; font-style: italic; }
table.table tr.head td.data { font-style: normal; font-weight: bold; }
thead td, table.data thead td { background-color: #FFFFFF; padding: 5px 1ex; border-bottom: #FFFFFF solid 1px; }
table.table tr:hover td, table.table tr:hover th { background: #FFFFFF; color: black; border-bottom: 1px #000000 solid ; }
table.noborder, table.noborder td, table.noborder td { border:none; }
*/
/* CSS for Javascript Sortable.js */
table.sortable { font-family: sans-serif; font-size: 12px; line-height: 105%; border: 1px solid; border-color: #CCCCCC; margin-top: 1em; margin-bottom: 2em; border-collapse: collapse; }
table.sortable td { vertical-align: top; border: #CCCCCC 1px solid; padding: 2px 1ex; }
table.sortable td.string { text-align: left; }
table.sortable tr td { border-bottom: none; border-top: none; }
tr.even { }
tr.odd { background-color: #FFFFFF; }
table.sortable th, table.table th, table.data th { vertical-align: middle; text-align: left; padding: 5px 1ex 5px 1ex; background-color: #FFFFFF; border: none; }
table.sortable th { text-align: center; }
tr.even th, tr.odd th { text-align: right; }
table.sortable tr.mod5 td { border-top: solid 1px #888; }
table.sortable tr.mod10 td { }
table.sortable tr:hover { background: #FFFFEE; color: black; }
table.sortable tr:hover a { color: black; }
table.sortable a { text-decoration: none; }
table.sortable th a { display:block; }
table.sortable a:hover { background: #FFFFFF; box-shadow: 0px 0px 20px #AAAAAA; }
table.sortable th a:hover { background-color: #FFFFFF; border: none}
th.num, table.sortable th.num { text-align: right; font-weight: 100; font-size: 85%; padding: 0 1px; }
table.graph th { font-weight: normal; background-color: #FFFFFF; }
/* CSS for Javascript Tree.js */
ol.tree, ul.tree, menu.tree { padding: 0; margin: 1em 0 1em 0; list-style: none; line-height: 105%; }
.tree a { color: black; text-decoration: none; border-bottom: none; padding: 0 1ex 0 0; }
.tree a:hover { color: gray; }
.tree ol, .tree ul, .tree menu { list-style-type: none; padding: 0 0 0 0 ; margin: 2px 0 2px -9px; border-left: dotted 1px transparent; }
.tree li { margin: 0; background-repeat: no-repeat; background-position: -1px 4px; list-style-image: none; list-style: none; padding: 1px 0 1px 18px ; border: 1px solid transparent; }
.tree ol:hover, .tree ul:hover { border-left: dotted 1px #333; }
.tree li.more, .tree li.less { cursor: default }
.tree li:before { font-family: Arial, "Liberation Sans", "DejaVu Sans", "FreeSans", "Lucida Sans Unicode", sans-serif; color: #666; margin-left: -2ex; float: left; }
.tree li.more:before { content: '▶'; } /* ► */
.tree li.less:before { content: '◿'; } /* */
.tree li:before { content: '○'; font-weight: 900; color: #999; } /* '○' */
/* treejs is a class set by Tree.js to ensure that hidden blocks could be seen with no js, this order is important */
@media screen {
.treejs li.less ol , .treejs li.less ul { display: block; }
.treejs li.less > ol, .treejs li.less > ul { border-left: 1px dotted #FFF; }
.treejs li.more ol, .treejs li.more ul { display: none; }
}
@media print {
.tree li { margin-top: none; margin-bottom: none; border: none;}
}
.tree mark, .tree .mark, .tree .hi { background: transparent; padding-left: 2px; border-left: 4px #888888 solid; }
li a.here { font-weight: bold; color: #000; }
li.here { color: #000; background-color: #FFFFFF; border-top: 1px #E2DED0 solid; border-bottom: 1px #E2DED0 solid; }
li.here mark { background: inherit; }
section.mark:before, div.mark:before, li.mark:before { content: "☞"; margin-right: 1ex; font-size: 16px; float: left; }
li.mark, .footnotes div.mark { padding-top: 1em; border: 1px #CCCCCC solid; background-color: #FFFFFF; padding: 1px; }
div.embed { padding: 6px; border: 1px solid #CCCCCC; }
figcaption.embedjs { cursor: pointer; }
figcaption.embedjs:before { float: left; margin-left: -2em; content: '▶'; } /* ► */
figcaption.less:before { float: left; margin-left: -2em; content: '◿'; } /* */
/* noterefover */
#noterefover { display: block; visibility: hidden; line-height: 1.1em; padding: 2px 1ex; font-size:85%; background: #FFFFFF; border: 1px solid #AAAAAA; box-shadow: 0px 0px 20px #AAAAAA; max-width: 30em; height: auto; position: absolute; visibility: none; }
#noterefover.editor { box-shadow: 0px 0px 20px #AAAA66; border: 1px solid #CCCC99; }
#noterefover.author { box-shadow: 0px 0px 20px #6666AA; border: 1px solid #9999CC; }
#noterefover .noteback { display: none;}
#facsdiv { text-align: center; background: #FFFFFF; border: 3px solid #FFFFFF; }
#facsdiv a.close { cursor: pointer; font-weight: bold; color: red; }
#facsdiv a.close:hover { box-shadow: 0px 0px 10px red; background-color: rgb(255, 255, 255, 0.7); }
/* Global Layout */
#header { height: 60px; z-index: 2; position: relative; background-color: #FFFFFF; }
#aside { page-break-after: always; }
/** specific wide screen, not for print or phone */
@media screen {
#center { }
#contenu { position: relative; }
#article { padding: 3em 4em 3em 4em; border-bottom: 1px dotted #FFFFFF; min-height: 100%; }
#aside { padding: 1em 1em 2em 1em; padding: 1rem 1rem 2rem 1rem; background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, right top,from(#FFFFFF),to(#FFFFFF)); background-image: -webkit-linear-gradient(right, #FFFFFF, #FFFFFF); background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF); background-image: -ms-linear-gradient(right, #FFFFFF, #FFFFFF); background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF); background-image: linear-gradient(right, #FFFFFF, #FFFFFF); }
body.article { box-shadow: 10px 0px 50px #E2DED0; }
body.article { width: 100ex; margin: 3em auto 2em auto; padding: 1em; }
.marginalia { margin-right: -2.5em; width: 8em;}
}
/** wide screens */
@media screen and (min-width : 1024px) {
#center { width: 1000px; min-height: 800px; margin: 0 auto; }
#main { width: 700px; float: right; }
#aside { width: 300px; float:left; position: fixed; overflow: auto; top: 0; bottom: 0; margin: 0; padding: 70px 0 3em 1rem; border-right: #C9C6BB 1px solid; }
#contenu { }
#header { position: relative; z-index: 2; }
.marginalia { margin-right: -10em; width: 15em;}
}
#center, #contenu, #main { height: 100%; }
#aside, #toolbar, #header { color: #808099; }
#breadcrumb { margin-left: 260px; background-color: #FFFFFF; }
#center { margin: 0 auto 0 auto; background-color: #FFFFFF; }
body.search #center { max-width: 99%; }
#footer { display: none; position: fixed; bottom: 0; height: 17px; padding: 1px 1em 0 1em; margin: 0; border-top: 1px #E2DED0 solid; }
#header { border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-right: none; border-left: none; left: 0; right: 0; overflow: hidden; margin: 0; padding: 0 0 0.5ex 1em; }
#header a.logo { display: block; float: right; padding: 2px 1em; margin-top: 1ex; }
#main #toc, #article #toc { float: right; position: fixed; width: 200px; background-color: #FFFFFF; } /* toc inside article */
#aside a { color: inherit; text-decoration: none; border-bottom: none; }
#aside a:hover { background: #FFF; color: #000; text-shadow: none; }
#aside li.here a:hover { background-color: #FFFFFF; }
#aside menu { margin-bottom: 3em; }
#footer a img { width: 16px; height: 16px; margin-right: 2px; border: 1px solid transparent; padding: 1px; }
#footer a:hover img { border: 1px inset #DDDDDD; }
#footer a, #header a { border-bottom-color: transparent; }
#header h1 { font-size: 1.7em; text-align: left; margin: 1ex 0 0 0; padding: 0; opacity: 0.6; font-variant: small-caps; letter-spacing: 0.7ex; float: left; clear: none; }
/* bars and tabs */
#toolbar { padding: 1em 1ex 1em 1em; }
#toolbar a { color: inherit; border-bottom-color: transparent; }
#toolbar a:hover { text-decoration: underline; }
#toolbar ul, ul.tabs { padding: 0; padding-right: 15px; margin: 0; list-style: none; }
#toolbar li, ul.tabs li { float: right; margin: 0; padding: 3px 0.5ex 1px 0.5ex; list-style: none; line-height: 18px; }
#toolbar li a { background-repeat: no-repeat; background-position: center right; padding: 3px 20px 3px 5px; }
#header menu.bar { padding: 1px 1ex; float: right; background: rgba(255, 255, 255, 0.5); }
menu.bar { margin: 0; padding: 0; font-size: 12px; }
menu.bar li { display: inline; list-style-type: none; }
menu.bar a { padding: 0 1ex; }
div.tabs { text-align: left; margin: auto; position: absolute; left: 0; top: 32px; width: 350px; font-size: 12px; font-family: sans-serif; background: #FFFFFF; border-bottom: 1px solid #888; }
div.tabs a { padding: 0 5px 2px 5px; text-decoration: none; border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #FFF; }
div.tabs a.actif, div.tabs a:hover { color: #000000; background: #FFFFFF; text-decoration: none; border-color: #888; }
/* xml2html.xsl, documented XML source */
.exemplum { background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, right top,from(#FFFFFF),to(#FFFFFF)); background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF); background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF); background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF); background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF); background-image: linear-gradient(left, #FFFFFF, #FFFFFF); border-left: 1px dotted #808080; padding: 1ex 1em; margin: 0; }
.xml { line-height: 105%; text-align: left; }
.xml a { text-decoration: none; border-bottom: none; border: none; padding: 0; }
.xml a.val { color: #0000FF; }
.xml a.val:hover { text-decoration: underline; border: none; }
a.xsl { color: #669966; font-weight: 100; }
a:hover.xsl, a:hover.rdf { background: #0000FF; color: white; }
.xml a.html, .xml a.dc { color: #FF0000; font-weight: bold; }
a.template { font-family: sans-serif; font-weight: bold; }
.xml .el, .xml a.el { font-weight: bold; font-family: "Lucida Console", Courier, "MS Courier New", monospace; text-decoration: none; color: #040; border: none; }
.xml a:hover.el, .xml a:hover.att { background: #8080FF; color: #FFFFFF; }
.xml .att { font-family: sans-serif; font-weight: 100; }
.xml a.att { font-family: sans-serif; color: #444; }
.xml .open, .xml .close, .xml .tag { margin: 0; font-family: monospace, sans-serif; color: #383; }
.xml .fold { color: #666666; }
.xml .pi { color: #008000; font-weight: bold; }
.xml .val, .xml .cdata { font-weight: normal; margin: 0; padding: 0; }
.xml .comment, .xml .comment code { font-size: 12px; line-height: 125%; background: #FFE; color: #666; }
.xml pre.comment { margin: 0; padding: 0 1em; }
.xml .comment { font-family: monospace; color: #000; }
fieldset.comment pre { color: #008; }
div.comment { white-space: normal; }
dd.code { margin: 0 !important; padding: 0 !important; padding-left: 1em !important; border-left: 1px dotted #808080; }
.pre .text { background: #EEF; font-family: serif; color: #000; }
.xml span.text, .xml .val, .xml .cdata { color: #444; }
.xml .cdata { color: red }
.xml .ns { color: #000080; font-weight: 100; }
dt { font-weight: bold; }
dl.xml { margin: 0; padding: 0; }
dl.xml dt { font-weight: normal; }
details.source { margin-left: 1em; float: right; max-width: 60%; background: #FFFFFF; }
details.source summary { float: right; display: inline; text-align: right; }
details > * { display: none; }
details.minus > * { display: block; }
@media print {
body , #article { margin: 0; padding: 0; }
body , #article{ font-family: Georgia, "Bitstream Vera Serif", Times, serif ; color: #000000; font-size: 11pt; }
#aside, section.act, section.chapter, section.preface { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; -webkit-column-rule: 1pt #CCC solid; -moz-column-rule: 1pt #CCC solid; column-rule: 1pt #CCC solid;}
#aside { width: 100% !important; }
body, .dialogue li { line-height: 130%; }
.speaker, .stage { font-family: sans-serif; text-align: center; }
.stage { font-size: 11pt; }
blockquote { margin-left: 1rem; margin-right: 0; }
ul, ol { padding-left: 1rem; margin-left: 0;}
div.l { text-indent: -1rem; padding-left: 1rem; }
li { padding-left: 0; margin-left: 0; }
p , .dialogue li , h3, h4 { text-indent: 2em; text-indent: 2rem; }
h2 { line-height: 1.2em; }
/* works but will be added to default margin of browser
@page { margin-top: 3cm; margin-bottom: 2cm ; }
*/
figure { padding-top: 0; padding-bottom: 0; border: solid 1pt #CCCCCC; line-height: 110%; }
figcaption { padding-top: 0; padding-bottom: 0; line-height: 110%; }
}