91 content: " ‣ " label(attribute, idref, color, black) |
91 content: " ‣ " label(attribute, idref, color, black) |
92 set-attribute-button(attribute, idref) "]" |
92 set-attribute-button(attribute, idref) "]" |
93 insert-after-button(icon, icon(right-half-disc)); |
93 insert-after-button(icon, icon(right-half-disc)); |
94 } |
94 } |
95 |
95 |
96 head role { |
96 contributor role { |
97 color: #7f7f7f; |
97 color: #7f7f7f; |
98 content: " role : " combo-box(element, "role", font-size, 75%, |
98 content: " rôle : " combo-box(element, role, font-size, 75%, |
99 labels, "auteur\A illustrateur\A éditeur" |
99 labels, "auteur\A illustrateur\A éditeur" |
100 values, "author\A illustrator\A publisher", color, black);; |
100 values, "author\A illustrator\A publisher", color, black) |
|
101 insert-same-after-button(icon, icon(right-half-disc)); |
101 } |
102 } |
102 |
103 |
103 /* source ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
104 /* source ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
104 |
105 |
105 head source[type="book"] { |
106 head source[type="book"] { |
380 attribution { font-style: italic; } |
381 attribution { font-style: italic; } |
381 |
382 |
382 |
383 |
383 /* media ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
384 /* media ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
384 |
385 |
|
386 media { |
|
387 text-align: center; |
|
388 } |
|
389 |
385 image { |
390 image { |
386 display: block; |
391 display: block; |
387 margin: .5em; |
392 margin: .5em; |
388 content: concatenate("image('Images/", attr(id), ".png', -200, -200, smooth)"); |
393 content: concatenate("image('Images/", attr(id), ".png', -200, -200, smooth)"); |
|
394 } |
|
395 |
|
396 caption { |
|
397 font-style: italic; |
|
398 font-size: 93%; |
389 } |
399 } |
390 |
400 |
391 |
401 |
392 /* Inline level ============================================================ */ |
402 /* Inline level ============================================================ */ |
393 |
403 |
418 |
428 |
419 /* highlight ~~~~~~~~~~~~~~~~~~~~~~~ */ |
429 /* highlight ~~~~~~~~~~~~~~~~~~~~~~~ */ |
420 |
430 |
421 highlight { font-weight: bold; } |
431 highlight { font-weight: bold; } |
422 |
432 |
|
433 /* term ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
|
434 |
|
435 term { font-style: italic; } |
|
436 |
423 /* link ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
437 /* link ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
424 |
438 |
425 link:before { |
439 link:before { |
426 color: #7f7f7f; |
440 color: #7f7f7f; |
427 font-family: sans-serif; |
441 font-family: sans-serif; |