Guest User

Untitled

a guest
Jan 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. img {
  2. height: auto;
  3. width: 95%;
  4. image-break-before: always;
  5. }
  6.  
  7. table.main {}
  8. tr.row {}
  9. td.cell {}
  10. div.block {}
  11. div.paragraph {}
  12.  
  13. body {
  14. -epub-hyphens: auto;
  15. -webkit-hyphens: auto;
  16. }
  17.  
  18. table {
  19. border-color: blue;
  20. border-style: solid;
  21. border-width: 2px;
  22. margin-bottom: -4px;
  23. margin-top: 4px;
  24. border-collapse: collapse
  25. }
  26.  
  27. th, td {
  28. padding: 5px;
  29. text-align: left;
  30. }
  31.  
  32. h1 {
  33. page-break-before: always;
  34. -epub-hyphens: none;
  35. -epub-ruby-position: over;
  36. -webkit-hyphens: none;
  37. color: # 0000FF;
  38. font-family: Sylfaen, serif;
  39. font-size: 1.5em;
  40. font-style: normal;
  41. font-variant: normal;
  42. font-weight: normal;
  43. line-height: 1.2;
  44. margin-bottom: 3px;
  45. margin-left: 6px;
  46. margin-right: 6px;
  47. text-align: left;
  48. text-decoration: none;
  49. text-indent: 0px;
  50. }
  51.  
  52. h2 {
  53. -epub-hyphens: none;
  54. -epub-ruby-position: over;
  55. -webkit-hyphens: none;
  56. color: blue;
  57. font-family: Sylfaen, serif;
  58. font-size: 1.2em;
  59. font-style: normal;
  60. font-variant: normal;
  61. font-weight: normal;
  62. line-height: 1.2;
  63. margin-bottom: 3px;
  64. margin-left: 6px;
  65. margin-right: 6px;
  66. text-align: left;
  67. text-decoration: none;
  68. text-indent: 0px;
  69. }
  70.  
  71. h3 {
  72. -epub-hyphens: none;
  73. -epub-ruby-position: over;
  74. -webkit-hyphens: none;
  75. color: blue;
  76. font-family: Sylfaen, serif;
  77. font-size: 1.2em;
  78. }
  79.  
  80. h4 {
  81. -epub-hyphens: none;
  82. -epub-ruby-position: over;
  83. -webkit-hyphens: none;
  84. color: blue;
  85. font-size: 1em
  86. }
  87.  
  88. img {
  89. height: auto;
  90. width: 95%;
  91. image-break-before: always;
  92. }
  93.  
  94. img.cover {
  95. height: 100%;
  96. width: auto;
  97. }
Add Comment
Please, Sign In to add comment