|
5 | 5 | {% block body %}
|
6 | 6 |
|
7 | 7 | <script type="text/javascript" src="{{ url_for('static', filename='js/player.js') }}" charset="utf-8" defer></script>
|
| 8 | +<script type="text/javascript" src="{{ url_for('static', filename='js/text-options.js') }}" charset="utf-8" defer></script> |
8 | 9 |
|
9 | 10 | <div id="rendering_controls" style="display: none">
|
10 | 11 | <pre>
|
|
19 | 20 | </pre>
|
20 | 21 | </div>
|
21 | 22 |
|
| 23 | +<div id="read_pane_container"> |
| 24 | + |
22 | 25 | <div id="read_pane_left">
|
23 | 26 |
|
24 | 27 | <div id="reading-header">
|
@@ -71,6 +74,35 @@ <h2 style="margin: 0px">
|
71 | 74 | id="navNext10"
|
72 | 75 | onclick="goto_relative_page(10)"
|
73 | 76 | >»</span>
|
| 77 | + |
| 78 | + <a id="text-options-btn"> |
| 79 | + <img |
| 80 | + src="{{ url_for('static', filename='icn/text.svg') }}" |
| 81 | + title="Text Options" /> |
| 82 | + <div id="text-options-container" class="hide-text-options"> |
| 83 | + <div class="text-options-triangle"></div> |
| 84 | + <div class="text-options-size row"> |
| 85 | + <button class="btn row-elem font-minus" title="Decrease font size"></button> |
| 86 | + <input id="font-size"> |
| 87 | + <button class="btn row-elem font-plus" title="Increase font size"></button> |
| 88 | + </div> |
| 89 | + <div class="text-options-lh row"> |
| 90 | + <button class="btn row-elem lh-minus" title="Decrease line height"></button> |
| 91 | + <input id="line-height"> |
| 92 | + <button class="btn row-elem lh-plus" title="Increase line height"></button> |
| 93 | + </div> |
| 94 | + <div class="text-options-width row"> |
| 95 | + <button class="btn row-elem width-minus" title="Decrease content width"></button> |
| 96 | + <input id="content-width"> |
| 97 | + <button class="btn row-elem width-plus" title="Increase content width"></button> |
| 98 | + </div> |
| 99 | + <div class="text-options-column row"> |
| 100 | + <button class="column-one column-btn" title="One column text">|</button> |
| 101 | + <button class="column-two column-btn" title="Two column text">||</button> |
| 102 | + <button class="column-three column-btn" title="Three column text">|||</button> |
| 103 | + </div> |
| 104 | + </div> |
| 105 | + </a> |
74 | 106 | </h2>
|
75 | 107 | </div>
|
76 | 108 |
|
@@ -204,6 +236,7 @@ <h2>🎉</h2>
|
204 | 236 | </div>
|
205 | 237 |
|
206 | 238 | </div>
|
| 239 | + <div class="btm-margin-container"></div> |
207 | 240 | </div>
|
208 | 241 |
|
209 | 242 | <div id="read_pane_right">
|
@@ -232,6 +265,8 @@ <h2>🎉</h2>
|
232 | 265 | </iframe>
|
233 | 266 | </div>
|
234 | 267 |
|
| 268 | +</div> |
| 269 | + |
235 | 270 | <script>
|
236 | 271 | $(document).ready(function () {
|
237 | 272 | show_player();
|
|
0 commit comments