Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
deploy: 76e7827
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Dec 29, 2023
1 parent 7747920 commit 0767817
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@ <h3 id="paragraph-spacing"><a class="header" href="#paragraph-spacing">Paragraph
}
</code></pre>
<h3 id="hide-the-frame-borders"><a class="header" href="#hide-the-frame-borders">Hide the frame borders</a></h3>
<p>The reading page has frames for the content and the form and dictionaries. Hide the borders with this:</p>
<pre><code>#read_pane_right::after {
background-color: transparent;
width: 4px;
Expand All @@ -1202,6 +1203,9 @@ <h3 id="hide-the-frame-borders"><a class="header" href="#hide-the-frame-borders"
height: 4px;
}
</code></pre>
<h3 id="vertical-text-for-japanese"><a class="header" href="#vertical-text-for-japanese">Vertical text for Japanese</a></h3>
<pre><code>div#thetext {writing-mode: vertical-rl;}
</code></pre>
<h3 id="why-would-you-ever-do-this"><a class="header" href="#why-would-you-ever-do-this">Why would you ever do this?</a></h3>
<pre><code>body { font-family: &quot;Comic Sans MS&quot;; }
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions usage/themes/custom-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ <h3 id="paragraph-spacing"><a class="header" href="#paragraph-spacing">Paragraph
}
</code></pre>
<h3 id="hide-the-frame-borders"><a class="header" href="#hide-the-frame-borders">Hide the frame borders</a></h3>
<p>The reading page has frames for the content and the form and dictionaries. Hide the borders with this:</p>
<pre><code>#read_pane_right::after {
background-color: transparent;
width: 4px;
Expand All @@ -237,6 +238,9 @@ <h3 id="hide-the-frame-borders"><a class="header" href="#hide-the-frame-borders"
height: 4px;
}
</code></pre>
<h3 id="vertical-text-for-japanese"><a class="header" href="#vertical-text-for-japanese">Vertical text for Japanese</a></h3>
<pre><code>div#thetext {writing-mode: vertical-rl;}
</code></pre>
<h3 id="why-would-you-ever-do-this"><a class="header" href="#why-would-you-ever-do-this">Why would you ever do this?</a></h3>
<pre><code>body { font-family: &quot;Comic Sans MS&quot;; }
</code></pre>
Expand Down

0 comments on commit 0767817

Please sign in to comment.