inserts.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .latour, .lampe,
  2. .latour_nohead, .lampe_nohead {
  3. font-family: 'Novel';
  4. font-weight: normal;
  5. margin-top: 5mm !important;
  6. margin-left: calc(var(--pagedjs-pagebox-width) / var(--cols));
  7. margin-right: -16mm;
  8. margin-bottom: 5mm;
  9. line-height: 12pt;
  10. font-size: 8pt;
  11. padding-right: 23mm;
  12. width: 142mm;
  13. padding-left: calc(var(--pagedjs-pagebox-width) / var(--cols));
  14. padding-bottom: 8mm;
  15. padding-top: 8mm;
  16. background-color: beige;
  17. max-height: 198mm;
  18. }
  19. .pagedjs_page_content section div div div div:first-child:is(.latour),
  20. .pagedjs_page_content section div div div div:nth-child(2):is(.latour[data-split-from]) {
  21. margin-top: 0mm !important;
  22. }
  23. .pagedjs_page_content section div div div div:last-child:is(.latour) {
  24. margin-bottom: 0mm !important;
  25. }
  26. .latour p:last-of-type,
  27. .lampe p:last-of-type,
  28. .latour_nohead p:last-of-type,
  29. .lampe_nohead p:last-of-type {
  30. padding-bottom: 0;
  31. margin-bottom: 0;
  32. }
  33. .latour ul, .latour ol,
  34. .lampe ul, .lampe ol,
  35. .latour_nohead ul, .latour_nohead ol,
  36. .lampe_nohead ul, .lampe_nohead ol {
  37. padding-left: 0;
  38. list-style-position: inside;
  39. }
  40. .encart-split {
  41. position: absolute;
  42. margin-left: calc(var(--pagedjs-pagebox-width) / var(--cols));
  43. background-color: beige;
  44. }
  45. .pagedjs_left_page .latour, .pagedjs_left_page .lampe,
  46. .pagedjs_left_page .latour_nohead, .pagedjs_left_page .lampe_nohead {
  47. padding-right: 10mm;
  48. width: 128.375mm;
  49. }
  50. .encart-header {
  51. display: flex;
  52. flex-direction: row;
  53. align-items: center;
  54. margin-bottom: 3mm;
  55. font-weight: bold;
  56. }
  57. .encart-header img:first-of-type {
  58. margin-top: 1mm;
  59. margin-right: 2mm;
  60. width: 8mm;
  61. }