Sha256: 391237811b20a895c27b1badce2f4c83c20c7e654425e82c3a664de054dfa0c8

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 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%;
}

/* Needed to prevent red links in Kindle for iPad */
a span.undefined_ref {
  color: #002f72;
}

Version data entries

2 entries across 1 versions & 1 rubygems

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