inserts.css 1.7 KB

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