Sha256: 8afd896e3a8c7d71257ede554fdb57456e870fa811f5f6279618b23d2fdecbcb

Contents?: true

Size: 268 Bytes

Versions: 44

Compression:

Stored size: 268 Bytes

Contents

/* Custom styles specific to EPUB (and hence MOBI) books */

#title_page .title {
  font-size: 200%;
}

#title_page .author {
  font-size: 120%;
}

#title_page .date {
  font-size: 120%;
}

#table_of_contents ul li {
  padding-left: 2em;
}

body {
  font-size: 80%;
}

Version data entries

44 entries across 22 versions & 1 rubygems

Version Path
softcover-1.1.11 lib/softcover/book_template/epub/OEBPS/styles/custom_epub.css
softcover-1.1.11 lib/softcover/article_template/epub/OEBPS/styles/custom_epub.css
softcover-1.1.10 lib/softcover/article_template/epub/OEBPS/styles/custom_epub.css
softcover-1.1.10 lib/softcover/book_template/epub/OEBPS/styles/custom_epub.css