.reset-this { animation: none; animation-delay: 0; animation-direction: normal; animation-duration: 0; animation-fill-mode: none; animation-iteration-count: 1; animation-name: none; animation-play-state: running; animation-timing-function: ease; backface-visibility: visible; background: 0; background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position: 0 0; background-position-x: 0; background-position-y: 0; background-repeat: repeat; background-size: auto auto; border: 0; border-style: none; border-width: medium; border-color: inherit; border-bottom: 0; border-bottom-color: inherit; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-style: none; border-bottom-width: medium; border-collapse: separate; border-image: none; border-left: 0; border-left-color: inherit; border-left-style: none; border-left-width: medium; border-radius: 0; border-right: 0; border-right-color: inherit; border-right-style: none; border-right-width: medium; border-spacing: 0; border-top: 0; border-top-color: inherit; border-top-left-radius: 0; border-top-right-radius: 0; border-top-style: none; border-top-width: medium; bottom: auto; box-shadow: none; box-sizing: content-box; caption-side: top; clear: none; clip: auto; color: inherit; columns: auto; column-count: auto; column-fill: balance; column-gap: normal; column-rule: medium none currentColor; column-rule-color: currentColor; column-rule-style: none; column-rule-width: none; column-span: 1; column-width: auto; content: normal; counter-increment: none; counter-reset: none; cursor: auto; direction: ltr; display: inline; empty-cells: show; float: none; font: normal; font-family: inherit; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; height: auto; hyphens: none; left: auto; letter-spacing: normal; line-height: normal; list-style: none; list-style-image: none; list-style-position: outside; list-style-type: disc; margin: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; max-height: none; max-width: none; min-height: 0; min-width: 0; opacity: 1; orphans: 0; outline: 0; outline-color: invert; outline-style: none; outline-width: medium; overflow: visible; overflow-x: visible; overflow-y: visible; padding: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; page-break-after: auto; page-break-before: auto; page-break-inside: auto; perspective: none; perspective-origin: 50% 50%; position: static; /* May need to alter quotes for different locales (e.g fr) */ quotes: "\201C""\201D""\2018""\2019"; right: auto; tab-size: 8; table-layout: auto; text-align: inherit; text-align-last: auto; text-decoration: none; text-decoration-color: inherit; text-decoration-line: none; text-decoration-style: solid; text-indent: 0; text-shadow: none; text-transform: none; top: auto; transform: none; transform-style: flat; transition: none; transition-delay: 0s; transition-duration: 0s; transition-property: none; transition-timing-function: ease; unicode-bidi: normal; vertical-align: baseline; visibility: visible; white-space: normal; widows: 0; width: auto; word-spacing: normal; z-index: auto; /* basic modern patch */ all: initial; all: unset; } /* basic modern patch */ #interface-header { all: initial; display: none; } #interface-header * { all: unset; } @font-face { font-family: "IBM Plex Mono"; src: url("IBMPlex/IBMPlexMono-Text.woff2") format("woff2"), url("IBMPlex/IBMPlexMono-Text.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: "IBM Plex Mono"; src: url("IBMPlex/IBMPlexMono-TextItalic.woff2") format("woff2"), url("IBMPlex/IBMPlexMono-TextItalic.woff") format("woff"); font-weight: normal; font-style: italic; } .interface-bar-bottom #interface-header { bottom: 0; top: unset; } #interface-header { width: 200px; height: auto; box-sizing: border-box; background-color: #FFF; --color-interface-header: #222; --border-color: #999; --backgroung-button: rgb(195, 195, 195); color: var(--color-interface-header); border: 1px solid black; position: fixed; top: 20px; left: 20px; z-index: 99999; font-size: 11px; display: block; padding: 10px; font-family: sans-serif; } #interface-header input[type="checkbox"] { display: none; } form { margin-bottom: 0; } /* GRID FORM --------------------------------------- */ #header-group-grid { /* width: 700px;*/ } #interface-header .grid-form { width: 100%; display: block; /* display: flex; align-items: center;*/ margin-bottom: 20px; border-bottom: 1px solid lightgray; padding-bottom: 20px; } #interface-header .grid-form h1 { font-size: 13px; line-height: 1.3; width: 14ch; margin: 0; margin-right: 3ch; } #interface-header .grid-form-label { display: inline-flex; align-items: center; justify-content: center; width: 95px; padding: 5px 0px; border: 1px solid var(--color-interface-header); border-radius: 2px; cursor: pointer; /* box-shadow: 1px 1px 0px 0px var(--color-interface-header);*/ /* margin-right: 5ch;*/ } #interface-header .grid-form-label:hover { background-color: var(--backgroung-button); } #interface-header .grid-form-header { display: flex; align-items: center; justify-content: space-between; } #interface-header .grid-form-values-group { display: block; padding-top: 10px; } #interface-header .grid-form-values-group > div{ display: flex; align-items: center; justify-content: space-between; } #interface-header .grid-form-values-group > div:last-child{ margin-top: 5px; } /* BASELINE GROUP --------------------------------------- */ #interface-header .grid-form input[type="number"] { width: 50px; background-color: transparent; border: 1px solid var(--border-color); border-radius: 2px; cursor: pointer; padding: 5px; /* box-shadow: 1px 1px 0px 0px #9f9f9f;*/ outline: none; } /*#size-baseline-form label { margin-right: 1.5em; } */ /*#label-position { margin-left: 1.5em; }*/ /* BUTTONS GROUP */ /*#header-group-right { display: flex; align-items: center; }*/ #header-group-right > p { margin-right: 5ch !important; margin-top: 0 !important; margin-left: 0 !important; margin-bottom: 0 !important; padding: 0 !important; color: var(--color-interface-header) !important; position: relative !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; width: auto !important; height: auto !important; font-size: 12px !important; line-height: 1em !important; } #preview-form, #black-form{ margin-bottom: 20px; display: block; } #label-preview-toggle, #label-black-toggle, #button-print, #button-print-spread, #quality-toggle { border: 1px solid var(--color-interface-header); border-radius: 2px; cursor: pointer; box-shadow: 1px 1px 0px 0px #9f9f9f; padding: 6px; box-sizing: border-box; margin-top: 10px; } .interface-preview #label-preview-toggle, .mode-black #label-black-toggle{ background-color: #000; color: #FFF; /*border: 2px solid var(--color-interface-header);*/ } #label-preview-toggle:hover, #label-black-toggle:hover, #button-print:hover, #button-print-spread:hover, #quality-toggle:hover { background-color: #000; color: #FFF; /*background-color: var(--backgroung-button);*/ } #button-print[data-ready="true"] { opacity: 1; cursor: pointer; } /* LAYER SELECTOR --------------------------------------- */ #layer-form { margin-bottom: 20px; display: block; } #layer-select { width: 100%; background-color: transparent; border: 1px solid var(--color-interface-header); border-radius: 2px; padding: 6px; box-sizing: border-box; cursor: pointer; box-shadow: 1px 1px 0px 0px #9f9f9f; margin-top: 10px; font-family: sans-serif; font-size: 11px; color: var(--color-interface-header); appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23222'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; padding-right: 24px; } #layer-select:hover { background-color: #000; color: #FFF; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23FFF'/%3E%3C/svg%3E"); box-shadow: 1px 1px 0px 0px #9f9f9f; } #layer-select:focus { outline: none; } /* État actif quand une couche est isolée */ body[class*="isolate-"] #layer-select { background-color: #000; color: #FFF; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23FFF'/%3E%3C/svg%3E"); } @media print { #interface-header { display: none; } } @media screen, pagedjs-ignore { .pagedjs_pages{ padding-bottom: 20vh; } }