Skip to content

Commit

Permalink
restyle foldines and cutlines
Browse files Browse the repository at this point in the history
  • Loading branch information
acestronautical committed Feb 5, 2024
1 parent 6bf3d1c commit cdb01c4
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,19 @@ <h2>Page Layout</h2>
<option id="octavo" value="octavo">Octavo - eight pages per side of sheet</option>
<option id="sextodecimo" value="sextodecimo">Sextodecimo - sixteen pages per side of sheet</option>
</select>
<span class="row"> <label>Add Foldlines <input type="checkbox" name="cropmarks"></label>
<span data-balloon-length="medium" aria-label="Adds folding guidelines (ordered from thickest to thinnest)" data-balloon-pos="up">ℹ️</span>
</span>
<span class="row"> <label>Add Cutlines <input type="checkbox" name="cutmarks"></label>
<span data-balloon-length="medium" aria-label="Adds cutting guidelines" data-balloon-pos="up">ℹ️</span>

</span>
<span class="row"> <label>Add PDF bounds indicators (spine) <input type="checkbox" name="pdf_edge_marks"></label>
<span data-balloon-length="medium" aria-label="Puts small marks on the outermost folio of the signatures indicating the top and bottom of the PDF" data-balloon-pos="up">ℹ️</span>
</span>

<div>
<label>Add Foldlines <span data-balloon-length="medium"
aria-label="Adds folding guidelines (ordered thickest to thinnest)" data-balloon-pos="up"> <input
type="checkbox" name="cropmarks"></span></label>
<span style="display:inline-block; width: 10px;"></span>
<label>Add Cutlines <span data-balloon-length="medium" aria-label="Adds cutting guidelines"
data-balloon-pos="up"><input type="checkbox" name="cutmarks"></span></label>
<div>
<label>Add PDF bounds indicators (spine) <span data-balloon-length="medium"
aria-label="Puts small marks on the outermost folio of the signatures indicating the top and bottom of the PDF"
data-balloon-pos="up"> <input type="checkbox" name="pdf_edge_marks"></span></label>
</div>
</div>
<span class="row">
<details>
<summary>Folding instructions for quarto/octavo</summary>
Expand Down

0 comments on commit cdb01c4

Please sign in to comment.