Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Addes Ulysses 3 (Mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Mar 9, 2016
1 parent ed988f5 commit be5cdd0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions AuthoringSoftware/Ulysses3/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/*
Default
Demo ePub css to show some iBook hacks
Visit http://www.ulyssesapp.com/styles for full reference
*/

html { text-rendering: optimizeLegibility !important; }
h1, h2, h3 { -webkit-hyphens: none !important; }
h3, h4, h5, h6 { margin-bottom: 1em; margin-top: 1.5em; }
h1, h2, h3, h4, h5, h6 { page-break-after: avoid !important; }
h1 { font-size: 2em; color: #91191C; margin: 2em 0 0 0; text-align: center; text-transform: uppercase; }
h1::after { content: "\2767"; display: block; color: #dedede; font-size: 1.5em; margin-top: 1.0em; }
h2 { font-size: 1.5em; margin: 2em 0 0 0; text-align: center; display: inline-block; width: 100%; page-break-after: avoid !important; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
p { line-height: 1.3em !important; }
ul, ol { margin-top: 1em; margin-bottom: 1.5em; }
code { color: #91191C; }
blockquote { font-style: italic; margin: 1.5em 2em 1.5em 2em; padding: 0.25em 40px; line-height: 1.45; position: relative; }
video { text-align: center; }
section.chapter { page-break-after: always; }
a:link, a:visited, a:hover, a:active { color: #c88c8d !important; text-decoration: none; -webkit-text-fill-color: #c88c8d; border-bottom: 1px dotted #c88c8d; }
hr { text-align: center; border: none; margin-top: 1.3em; }
hr::after { content: "\2767"; color: #dedede; font-size: 1.5em; }
div.cover { text-align: center; }
img.cover { max-width: 100%;}
figure { page-break-inside: avoid; }
figcaption { font-size: 0.7em; line-height: 1em; font-family: sans-serif; }

0 comments on commit be5cdd0

Please sign in to comment.