Sha256: 03b10c92ec037b612c51202e795b7be4df6646fc6b11dc44183fd7c3e2389294

Contents?: true

Size: 1.17 KB

Versions: 8

Compression:

Stored size: 1.17 KB

Contents

/* Styles specific to EPUB books */

body {
  font-size: 80%;
  line-height: 1.2;
  width: auto;
  margin-left: 0.5em;
}

#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;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

.highlight pre {
  font-size: 80%;
  font-weight: bold;
}

code {
  font-size: 95%;
}

.code {
  font-size: 90%;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.aside {
  width: auto;
}

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

/* Hanging indentation */
p {
  margin: 0;
  padding: 0;
  text-indent: 0.95em;
}

p.noindent {
  text-indent: 0;
}

.inline_math {
  text-indent: 0;
}
.center p {
  text-indent: 0;
}

/* Needed for properly formatted blockquotes in Kindle for iPad */
p.quote {
  margin-left:  1em;
  margin-right: 1em;
  text-indent: 0;
  margin-top:    0em;
  margin-bottom: 0.5em;
}

.footnotes p {
  text-indent: 0;
  margin-top:    0em;
  margin-bottom: 0.5em;
}

li p {
  text-indent: 0;
  margin-top:    0em;
  margin-bottom: 0.5em;
}

.aside {
  margin: 15px 0;
}

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
softcover-1.6.0 lib/softcover/book_template/epub/OEBPS/styles/epub.css
softcover-1.6.0 lib/softcover/article_template/epub/OEBPS/styles/epub.css
softcover-1.5.11 lib/softcover/article_template/epub/OEBPS/styles/epub.css
softcover-1.5.11 lib/softcover/book_template/epub/OEBPS/styles/epub.css
softcover-1.5.10 lib/softcover/article_template/epub/OEBPS/styles/epub.css
softcover-1.5.10 lib/softcover/book_template/epub/OEBPS/styles/epub.css
softcover-1.5.9 lib/softcover/book_template/epub/OEBPS/styles/epub.css
softcover-1.5.9 lib/softcover/article_template/epub/OEBPS/styles/epub.css