123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .latour, .lampe,
- .latour_nohead, .lampe_nohead {
- font-family: 'Novel';
- font-weight: normal;
- margin-top: 5mm !important;
- margin-left: calc(var(--pagedjs-pagebox-width) / var(--cols));
- margin-right: -16mm;
- margin-bottom: 5mm;
- line-height: 12pt;
- font-size: 8pt;
- padding-right: 23mm;
- width: 142mm;
- padding-left: calc(var(--pagedjs-pagebox-width) / var(--cols));
- padding-bottom: 8mm;
- padding-top: 8mm;
- background-color: beige;
- max-height: 198mm;
- }
- .pagedjs_page_content section div div div div:first-child:is(.latour),
- .pagedjs_page_content section div div div div:nth-child(2):is(.latour[data-split-from]) {
- margin-top: 0mm !important;
- }
- .pagedjs_page_content section div div div div:last-child:is(.latour) {
- margin-bottom: 0mm !important;
- }
- .latour p:last-of-type,
- .lampe p:last-of-type,
- .latour_nohead p:last-of-type,
- .lampe_nohead p:last-of-type {
- padding-bottom: 0;
- margin-bottom: 0;
- }
- .latour ul, .latour ol,
- .lampe ul, .lampe ol,
- .latour_nohead ul, .latour_nohead ol,
- .lampe_nohead ul, .lampe_nohead ol {
- padding-left: 0;
- list-style-position: inside;
- }
- .encart-split {
- position: absolute;
- margin-left: calc(var(--pagedjs-pagebox-width) / var(--cols));
- background-color: beige;
- }
- .pagedjs_left_page .latour, .pagedjs_left_page .lampe,
- .pagedjs_left_page .latour_nohead, .pagedjs_left_page .lampe_nohead {
- padding-right: 10mm;
- width: 128.375mm;
- }
- .encart-header {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 3mm;
- font-weight: bold;
- }
- .encart-header img:first-of-type {
- margin-top: 1mm;
- margin-right: 2mm;
- width: 8mm;
- }
|