NoPaste

epub

von ottonormal

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

Quellcode

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