Advertisement
Guest User

Bibel 2000 css

a guest
Jul 15th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. <meta http-equiv="content-type" content="text/html" charset="ISO-8859-1" />
  2.  
  3. body, html {
  4. margin: 0;
  5. padding: 0;
  6. min-height: 100%;
  7. font-family: Verdana, Geneva, sans-serif;
  8. line-height: 130%;
  9. }
  10. body {
  11. background-attachment: fixed;
  12. font-family: Arial, Helvetica, sans-serif;
  13. font-size: 12px;
  14. }
  15. img {
  16. border: 0;
  17. }
  18.  
  19. h1,
  20. h2,
  21. h3,
  22. h4,
  23. h5,
  24.  
  25. /*Book Header*/
  26. h6 {
  27. font-family: Georgia;
  28. font-weight: normal;
  29. font-size: 18px;
  30. color: #000000;
  31. margin-top:26px;
  32. margin-bottom:8px;
  33. padding: 0;
  34. }
  35. p {
  36. margin: 0;
  37. padding: 0;
  38. margin-bottom:16px;
  39. line-height: 125%;
  40. vertical-align: baseline;
  41. position: relative;
  42. top: -0.3em;
  43. }
  44. h1 {
  45. font-size: 22px;
  46. }
  47. h2 {
  48. font-size: 16px;
  49. }
  50. h3 {
  51. margin-bottom: 16px;
  52. font-size: 12px;
  53. font-weight: bold;
  54. font-family: Verdana, sans-serif;
  55. color: #333;
  56. }
  57. table + h3 {
  58. margin-top: 10px;
  59. }
  60.  
  61. #main_content h1 {
  62. line-height: 30px;
  63. }
  64. #main_content h2 {
  65. }
  66. #main_content p {
  67. }
  68.  
  69. /* LAYOUT */
  70. #super_block {
  71. min-height: 100%;
  72. width: 982px;
  73. margin: 0 auto;
  74. /*padding-right: 162px; Uncomment this if you want to add outer teasers */
  75.  
  76. }
  77. #main_block_block {
  78. width: 986px;
  79. overflow: hidden;
  80. }
  81. #main_block {
  82. overflow: hidden;
  83. width: 986px;
  84. padding-left: 200px;
  85. /* Left column width */
  86. padding-right: 200px;
  87. /* Right column width */
  88. }
  89.  
  90. #main_content {
  91. width: 558px;
  92. margin-right: 2px;
  93. }
  94. #main_content_inner_block {
  95. padding: 10px;
  96. }
  97. body.option_hide_headings .bible_browse h1, body.option_hide_headings .bible_browse h2 {
  98. display: none;
  99. }
  100. body.option_hide_chapters .bible_browse span.ch {
  101. display: none;
  102. }
  103. body.option_hide_verses .bible_browse span.v {
  104. display: none;
  105. }
  106. body.option_hide_verses.option_each_verse_with_newline .bible_browse span.v {
  107. visibility: hidden;
  108. }
  109. body.option_each_verse_with_newline .bible_browse span.v {
  110. display: block;
  111. font-size: 10px;
  112. font-weight: bold;
  113. color: #d800d1;
  114. }
  115.  
  116. body.option_each_verse_with_newline.option_hide_chapters .bible_browse span.ch:before {
  117. content: "Kapitel ";
  118. }
  119. body.option_each_verse_with_newline #main_content .bible_browse {
  120. /* The #main_content needs to be there to override another selector */
  121.  
  122. }
  123. body.option_each_verse_with_newline #main_content .bible_browse div.poetry {
  124. padding-left: 0;
  125. }
  126. body.option_each_verse_with_newline #main_content .bible_browse div.poetry div.line, body.option_each_verse_with_newline #main_content .bible_browse div.poetry div.line2 {
  127. text-indent: 0;
  128. margin-left: 0;
  129. }
  130. body.option_each_verse_with_newline #main_content .bible_browse div.poetry div.line span.ch, body.option_each_verse_with_newline #main_content .bible_browse div.poetry div.line2 span.ch {
  131. margin-left: 0em;
  132. }
  133. body.option_each_verse_with_newline #main_content .bible_browse p {
  134. margin: 30px 0 0 0;
  135. padding: 0;
  136. }
  137. /* BIBLE STYLES */
  138. span.v {
  139. position: relative;
  140. font-size: 75%;
  141. vertical-align: super;
  142. color:#515151;
  143. margin-right: 2px;
  144. vertical-align: baseline;
  145. position: relative;
  146. top: -0.4em;
  147. }
  148.  
  149. span.v.first_verse {
  150. display: none;
  151. }
  152.  
  153. span.ch {
  154. float: left;
  155. font-size: 2em;
  156. font-weight: bold;
  157. color: #b2b2b2;
  158. margin-top: 0.1em;
  159. /* padding-top: .2em;
  160. font-weight: bold;
  161. padding-right: .1em;
  162. line-height: 125%;*/
  163.  
  164. }
  165. div.poetry {
  166. padding-left: 1em;
  167. margin-top: -1em;
  168. margin-bottom: 2em;
  169. margin-left: 1em;
  170. text-indent: 1em;
  171. }
  172.  
  173. div.poetry div.line {
  174. text-indent: 1em;
  175. margin-left: 1em;
  176. }
  177.  
  178. div.poetry div.line span.ch {
  179. float: none;
  180. line-height: 0;
  181. margin-left: 1em;
  182. }
  183.  
  184. div.poetry div.line2 {
  185. text-indent: 1em;
  186. margin-left: 1em;
  187. }
  188. span.damage {
  189. color: #777;
  190. }
  191. body.bible_browsing #main_block {
  192. padding-left: 0;
  193. padding-right: 0;
  194. }
  195.  
  196. body.bible_browsing #main_content {
  197. width: 0;
  198. margin-right: 632px;
  199. }
  200. body.bible_browsing #main_content_inner_block {
  201. padding: 0;
  202. }
  203.  
  204. .bible_browse {
  205. padding-top: 10px;
  206. width: 610px;
  207. margin-left: 10px;
  208. }
  209. body.bible_browsing_fixed .bible_browse {
  210. padding-top: 152px;
  211. }
  212. .bible_content_filler {
  213. display: none;
  214. }
  215. body.bible_browsing_fixed .bible_content_filler {
  216. display: block;
  217. }
  218. .bible_content h1, .bible_content h2 {
  219. text-align: center;
  220. }
  221. .bible_content p {
  222. line-height: 15px;
  223. }
  224.  
  225. .bible_content div.poetry div.line, .bible_content div.poetry div.line2 {
  226. line-height: 20px;
  227. }
  228. .bible_content h1 {
  229. font-size: 18px;
  230. }
  231. .bible_content h2 {
  232. font-size: 16px;
  233. }
  234.  
  235.  
  236. .annotations .annotation_listitem {
  237. margin: 0;
  238. padding: 0;
  239. list-style-type: none;
  240. display: inline;
  241. }
  242.  
  243. .annotations .annotation {
  244. display: inline;
  245. }
  246. .annotations .annotation_name {
  247. display: inline;
  248. }
  249.  
  250. body {
  251. background: #fff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement