Skip to content

Commit

Permalink
Merge pull request #2 from JayPanoz/fine-tuning
Browse files Browse the repository at this point in the history
Fine tuning (v. 1.1)
  • Loading branch information
JayPanoz authored Aug 7, 2016
2 parents 19d1038 + 2950f46 commit a7ac4ff
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Soma is a blueprint for an ePub CSS compliant with all major Reading Systems (RS
- Adobe RMSDK;
- Readium;
- iBooks;
- Kobo;
- Google Play Books;
- Kindle.

**Please note Soma was specifically designed for [Ulysses App](http://www.ulyssesapp.com) and can’t be used for other software AS-IS.**
Expand Down
Binary file added assets/Screen-caps/iBooks/iBooks1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screen-caps/iBooks/iBooks2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screen-caps/iBooks/iBooks3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screen-caps/iBooks/iBooks4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screen-caps/rmsdk_ePub2/rmsdk_epub2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screen-caps/rmsdk_ePub2/rmsdk_epub2-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screen-caps/rmsdk_ePub2/rmsdk_epub2-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions src/Soma.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";

/*
Soma
Soma version 1.1
by Jiminy Panoz for Chapal & Panoz
Blueprint for an ePub CSS compliant with all major RSs.
Visit http://www.ulyssesapp.com/styles for full reference
Expand Down Expand Up @@ -29,6 +29,11 @@ nav[epub|type~='landmarks'],nav[epub|type~='page-list'] {
display: none;
}

/* We try to avoid blank pages when last-child has vertical margins
and is displayed at the bottom of the screen (e.g. list, figure, etc.) */
body > section > :last-child {
margin-bottom: 0;
}

/* Styles */
@page {
Expand Down Expand Up @@ -70,6 +75,7 @@ h1 {
line-height: 1.04347826;
margin-top: 0;
margin-bottom: 3.13043478em;
font-weight: bold;
}

h2 {
Expand Down Expand Up @@ -226,6 +232,11 @@ aside {
margin: 3.4285714286em 0 0 5%;
}

/* In case there is more than one footnote */
aside + aside {
margin-top: 0.857142857em;
}

div.cover {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -308,6 +319,6 @@ img.cover {

aside {
font-size: medium;
margin-top: 3em;
margin-top: 2em;
}
}
Binary file modified src/Soma.ulstyle
Binary file not shown.

0 comments on commit a7ac4ff

Please sign in to comment.