NoPaste

geänderte epub

von ottonormal

SNIPPET_TEXT:
  1. body {
  2.     $def.all
  3. }
  4.  
  5. .justindent { text-align: left; text-indent: 0em; margin-top:1.5em; margin-bottom: 1.5em }
  6. DocFragment { page-break-before: always }
  7.  
  8. h1, .title  { font-size: 150% }
  9. h2, .title1 { font-size: 140% }
  10. h3, .title2 { font-size: 130%; }
  11. h4, .title3 { font-size: 120%; }
  12. h5, .title4 { font-size: 110%; }
  13.  
  14. .subtitle {
  15.         font-style: normal;
  16.         margin-top: 0.5em;
  17.         margin-bottom: 0.3em
  18. }
  19.  
  20. h1, h2, .title, .title1, .title2 {
  21. /*      display: block; */
  22.         margin-left: 0 px;
  23.         $title.all
  24.         hyphenate: none;
  25.         adobe-hyphenate: none;
  26. }
  27. h3, h4, h5, h6, .title3, .title4, .title5, .subtitle {
  28. /*      display: block; */
  29.         margin-left: 0 px;
  30.         $subtitle.all
  31.         hyphenate: none;
  32.         adobe-hyphenate: none;
  33. }
  34. h1, h2, h3, .title, .title1, .title2, .title3 {
  35.         page-break-before: always;
  36.         page-break-inside: avoid;
  37.         page-break-after: avoid;
  38. }
  39. .subtitle, h4, h5, h6, .title4, .title5 {
  40.         page-break-inside: avoid;
  41.         page-break-after: avoid;
  42. }
  43.  
  44. img {
  45.         text-align: left;
  46.         text-indent: 0px;
  47.         display: left;
  48.         margin: 0.5em;
  49.         border-style: solid;
  50.         border-width: medium;
  51. }
  52. .section_image { text-align: left; }
  53. .coverpage { text-align: left; }
  54. p image { display: inline }
  55. li image { display: inline }
  56.  
  57. a { display:inline; $link.all }
  58. p { text-align: left; text-indent: 0em; margin-top: 0.5em; margin-bottom: 0.5em }
  59.  
  60. .empty-line { height: 1em }
  61.  
  62. hr { height: 2px; background-color: #808080; margin-top: 0.5em; margin-bottom: 0.5em }
  63.  
  64. sub { vertical-align: sub; font-size: 70% }
  65. sup { vertical-align: super; font-size: 70% }
  66.  
  67. li { display: list-item; text-indent: 0em;  }
  68. ul { display: left; list-style-type: disc; margin-left: 1em }
  69. ol { display: left; list-style-type: decimal; margin-left: 1em }
  70.  
  71. span { display: inline }
  72. div { display: left }
  73.  
  74. .citation p { $cite.all }
  75. .epigraph p { $epigraph.all }
  76. .v { text-align: left; text-align-last: left; text-indent: 0em hanging }
  77.  
  78. .stanza + .stanza { margin-top: 1em; }
  79. .stanza { $poem.all  }
  80. .poem { margin-top: 1em; margin-bottom: 1em; text-indent: 0px }
  81. .epigraph_author { font-weight: bold; font-style: italic; margin-left: 15%; }
  82. .citation_author { font-weight: bold; font-style: italic; margin-left: 15%; margin-right: 10%; }
  83.  
  84. table { font-size: 80% }
  85. td, th { text-indent: 0px; padding: 3px }
  86. th {  font-weight: bold; text-align: left; background-color: #DDD  }
  87. table caption { text-indent: 0px; padding: 4px; background-color: #EEE }
  88.  
  89. .fb2_info { display: left; page-break-before: always; }
  90.  
  91. head, form, script { display: none; }
  92.  
  93. b, strong, i, em, dfn, var, q, u, del, s, strike, small, big, sub, sup, acronym, tt, sa mp, kbd, code {
  94.    display: inline;
  95. }
  96.  
  97. b, strong { font-weight: bold; }
  98. i, em, dfn, var { font-style: italic; }
  99. u { text-decoration: underline; }
  100. del, s, strike, strikethrough { text-decoration: line-through; }
  101. small { font-size: 80%; }
  102. big { font-size: 130%; }
  103.  
  104. pre {
  105.    display: left;
  106.    white-space: pre;
  107.    $pre.all
  108. }
  109.  
  110. .code, code {
  111.    display: inline;
  112.    $pre.all
  113. }
  114.  
  115. nobr { display: inline; hyphenate: none; white-space: nowrap; }
  116.  
  117. dl { margin-left: 0em; }
  118. dt { display: left; margin-left: 0em; margin-top:0.3em; font-weight: bold; }
  119. dd { display: left; margin-left: 1.3em; }

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN