FooBarWidget-mizuho 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (175) hide show
  1. data/LICENSE.txt +20 -0
  2. data/README.markdown +68 -0
  3. data/Rakefile +9 -0
  4. data/asciidoc/BUGS +34 -0
  5. data/asciidoc/BUGS.txt +28 -0
  6. data/asciidoc/CHANGELOG +1585 -0
  7. data/asciidoc/CHANGELOG.txt +1595 -0
  8. data/asciidoc/COPYING +339 -0
  9. data/asciidoc/COPYRIGHT +18 -0
  10. data/asciidoc/INSTALL +82 -0
  11. data/asciidoc/INSTALL.txt +71 -0
  12. data/asciidoc/README +46 -0
  13. data/asciidoc/README.txt +36 -0
  14. data/asciidoc/a2x +641 -0
  15. data/asciidoc/asciidoc.conf +404 -0
  16. data/asciidoc/asciidoc.py +4255 -0
  17. data/asciidoc/common.aap +9 -0
  18. data/asciidoc/dblatex/asciidoc-dblatex.sty +18 -0
  19. data/asciidoc/dblatex/asciidoc-dblatex.xsl +17 -0
  20. data/asciidoc/dblatex/dblatex-readme.txt +22 -0
  21. data/asciidoc/doc/a2x.1 +246 -0
  22. data/asciidoc/doc/a2x.1.txt +195 -0
  23. data/asciidoc/doc/article.css-embedded.html +579 -0
  24. data/asciidoc/doc/article.html +62 -0
  25. data/asciidoc/doc/article.pdf +0 -0
  26. data/asciidoc/doc/article.txt +124 -0
  27. data/asciidoc/doc/asciidoc-revhistory.xml +27 -0
  28. data/asciidoc/doc/asciidoc.1 +161 -0
  29. data/asciidoc/doc/asciidoc.1.css-embedded.html +562 -0
  30. data/asciidoc/doc/asciidoc.1.css.html +212 -0
  31. data/asciidoc/doc/asciidoc.1.html +190 -0
  32. data/asciidoc/doc/asciidoc.1.txt +118 -0
  33. data/asciidoc/doc/asciidoc.conf +8 -0
  34. data/asciidoc/doc/asciidoc.css-embedded.html +7954 -0
  35. data/asciidoc/doc/asciidoc.css.html +7553 -0
  36. data/asciidoc/doc/asciidoc.dict +673 -0
  37. data/asciidoc/doc/asciidoc.html +3502 -0
  38. data/asciidoc/doc/asciidoc.txt +4757 -0
  39. data/asciidoc/doc/asciimath.txt +47 -0
  40. data/asciidoc/doc/book-multi.css-embedded.html +575 -0
  41. data/asciidoc/doc/book-multi.html +72 -0
  42. data/asciidoc/doc/book-multi.txt +159 -0
  43. data/asciidoc/doc/book.css-embedded.html +585 -0
  44. data/asciidoc/doc/book.html +60 -0
  45. data/asciidoc/doc/book.txt +133 -0
  46. data/asciidoc/doc/customers.csv +18 -0
  47. data/asciidoc/doc/faq.txt +262 -0
  48. data/asciidoc/doc/latex-backend.html +224 -0
  49. data/asciidoc/doc/latex-backend.txt +193 -0
  50. data/asciidoc/doc/latexmath.txt +35 -0
  51. data/asciidoc/doc/main.aap +293 -0
  52. data/asciidoc/doc/music-filter.html +513 -0
  53. data/asciidoc/doc/music-filter.pdf +0 -0
  54. data/asciidoc/doc/music-filter.txt +158 -0
  55. data/asciidoc/doc/source-highlight-filter.html +183 -0
  56. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  57. data/asciidoc/doc/source-highlight-filter.txt +174 -0
  58. data/asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt +71 -0
  59. data/asciidoc/docbook-xsl/chunked.xsl +19 -0
  60. data/asciidoc/docbook-xsl/common.xsl +67 -0
  61. data/asciidoc/docbook-xsl/fo.xsl +117 -0
  62. data/asciidoc/docbook-xsl/htmlhelp.xsl +17 -0
  63. data/asciidoc/docbook-xsl/manpage.xsl +28 -0
  64. data/asciidoc/docbook-xsl/shaded-literallayout.patch +32 -0
  65. data/asciidoc/docbook-xsl/xhtml.xsl +14 -0
  66. data/asciidoc/docbook.conf +606 -0
  67. data/asciidoc/examples/website/CHANGELOG.html +3828 -0
  68. data/asciidoc/examples/website/INSTALL.html +163 -0
  69. data/asciidoc/examples/website/README-website.html +129 -0
  70. data/asciidoc/examples/website/README-website.txt +29 -0
  71. data/asciidoc/examples/website/README.html +125 -0
  72. data/asciidoc/examples/website/a2x.1.html +395 -0
  73. data/asciidoc/examples/website/asciidoc-docbook-xsl.html +165 -0
  74. data/asciidoc/examples/website/asciimath.html +157 -0
  75. data/asciidoc/examples/website/build-website.sh +25 -0
  76. data/asciidoc/examples/website/downloads.html +219 -0
  77. data/asciidoc/examples/website/downloads.txt +98 -0
  78. data/asciidoc/examples/website/faq.html +372 -0
  79. data/asciidoc/examples/website/index.html +398 -0
  80. data/asciidoc/examples/website/index.txt +222 -0
  81. data/asciidoc/examples/website/latex-backend.html +640 -0
  82. data/asciidoc/examples/website/latexmath.html +119 -0
  83. data/asciidoc/examples/website/layout1.conf +161 -0
  84. data/asciidoc/examples/website/layout1.css +65 -0
  85. data/asciidoc/examples/website/layout2.conf +158 -0
  86. data/asciidoc/examples/website/layout2.css +93 -0
  87. data/asciidoc/examples/website/manpage.html +266 -0
  88. data/asciidoc/examples/website/music-filter.html +242 -0
  89. data/asciidoc/examples/website/music1.abc +12 -0
  90. data/asciidoc/examples/website/music1.png +0 -0
  91. data/asciidoc/examples/website/music2.ly +9 -0
  92. data/asciidoc/examples/website/music2.png +0 -0
  93. data/asciidoc/examples/website/source-highlight-filter.html +251 -0
  94. data/asciidoc/examples/website/support.html +78 -0
  95. data/asciidoc/examples/website/support.txt +5 -0
  96. data/asciidoc/examples/website/userguide.html +7597 -0
  97. data/asciidoc/examples/website/version9.html +143 -0
  98. data/asciidoc/examples/website/version9.txt +48 -0
  99. data/asciidoc/filters/code-filter-readme.txt +37 -0
  100. data/asciidoc/filters/code-filter-test-c++.txt +7 -0
  101. data/asciidoc/filters/code-filter-test.txt +15 -0
  102. data/asciidoc/filters/code-filter.conf +8 -0
  103. data/asciidoc/filters/code-filter.py +239 -0
  104. data/asciidoc/filters/music-filter-test.txt +40 -0
  105. data/asciidoc/filters/music-filter.conf +40 -0
  106. data/asciidoc/filters/music2png.py +189 -0
  107. data/asciidoc/filters/source-highlight-filter-test.txt +19 -0
  108. data/asciidoc/filters/source-highlight-filter.conf +100 -0
  109. data/asciidoc/help.conf +213 -0
  110. data/asciidoc/html4.conf +363 -0
  111. data/asciidoc/images/highlighter.png +0 -0
  112. data/asciidoc/images/icons/README +5 -0
  113. data/asciidoc/images/icons/callouts/1.png +0 -0
  114. data/asciidoc/images/icons/callouts/10.png +0 -0
  115. data/asciidoc/images/icons/callouts/11.png +0 -0
  116. data/asciidoc/images/icons/callouts/12.png +0 -0
  117. data/asciidoc/images/icons/callouts/13.png +0 -0
  118. data/asciidoc/images/icons/callouts/14.png +0 -0
  119. data/asciidoc/images/icons/callouts/15.png +0 -0
  120. data/asciidoc/images/icons/callouts/2.png +0 -0
  121. data/asciidoc/images/icons/callouts/3.png +0 -0
  122. data/asciidoc/images/icons/callouts/4.png +0 -0
  123. data/asciidoc/images/icons/callouts/5.png +0 -0
  124. data/asciidoc/images/icons/callouts/6.png +0 -0
  125. data/asciidoc/images/icons/callouts/7.png +0 -0
  126. data/asciidoc/images/icons/callouts/8.png +0 -0
  127. data/asciidoc/images/icons/callouts/9.png +0 -0
  128. data/asciidoc/images/icons/caution.png +0 -0
  129. data/asciidoc/images/icons/example.png +0 -0
  130. data/asciidoc/images/icons/home.png +0 -0
  131. data/asciidoc/images/icons/important.png +0 -0
  132. data/asciidoc/images/icons/next.png +0 -0
  133. data/asciidoc/images/icons/note.png +0 -0
  134. data/asciidoc/images/icons/prev.png +0 -0
  135. data/asciidoc/images/icons/tip.png +0 -0
  136. data/asciidoc/images/icons/up.png +0 -0
  137. data/asciidoc/images/icons/warning.png +0 -0
  138. data/asciidoc/images/smallnew.png +0 -0
  139. data/asciidoc/images/tiger.png +0 -0
  140. data/asciidoc/install.sh +55 -0
  141. data/asciidoc/javascripts/ASCIIMathML.js +938 -0
  142. data/asciidoc/javascripts/LaTeXMathML.js +1223 -0
  143. data/asciidoc/javascripts/toc.js +69 -0
  144. data/asciidoc/lang-es.conf +15 -0
  145. data/asciidoc/latex.conf +663 -0
  146. data/asciidoc/linuxdoc.conf +285 -0
  147. data/asciidoc/math.conf +50 -0
  148. data/asciidoc/stylesheets/docbook-xsl.css +271 -0
  149. data/asciidoc/stylesheets/xhtml-deprecated-manpage.css +21 -0
  150. data/asciidoc/stylesheets/xhtml-deprecated.css +247 -0
  151. data/asciidoc/stylesheets/xhtml11-manpage.css +18 -0
  152. data/asciidoc/stylesheets/xhtml11-quirks.css +49 -0
  153. data/asciidoc/stylesheets/xhtml11.css +284 -0
  154. data/asciidoc/t.conf +20 -0
  155. data/asciidoc/text.conf +16 -0
  156. data/asciidoc/vim/ftdetect/asciidoc_filetype.vim +53 -0
  157. data/asciidoc/vim/syntax/asciidoc.vim +139 -0
  158. data/asciidoc/xhtml-deprecated-css.conf +235 -0
  159. data/asciidoc/xhtml-deprecated.conf +351 -0
  160. data/asciidoc/xhtml11-quirks.conf +57 -0
  161. data/asciidoc/xhtml11.conf +514 -0
  162. data/bin/mizuho +40 -0
  163. data/lib/mizuho/chapter.rb +54 -0
  164. data/lib/mizuho/generator.rb +106 -0
  165. data/lib/mizuho/heading.rb +46 -0
  166. data/lib/mizuho/parser.rb +99 -0
  167. data/lib/mizuho/template.rb +50 -0
  168. data/mizuho.gemspec +34 -0
  169. data/templates/asciidoc.css +358 -0
  170. data/templates/asciidoc.html.erb +86 -0
  171. data/templates/manualsonrails.css +165 -0
  172. data/templates/manualsonrails.html.erb +97 -0
  173. data/test/parser_spec.rb +190 -0
  174. data/test/spec_helper.rb +43 -0
  175. metadata +234 -0
@@ -0,0 +1,21 @@
1
+ /* Man page text is indented from headings. */
2
+ p,ul,ol,dl,h4,h5 {
3
+ padding: 0 10%;
4
+ }
5
+
6
+ h2 { text-decoration: none;}
7
+
8
+ /* Man page emphasis is always bold. */
9
+ em, dt {
10
+ font-style: normal;
11
+ font-weight: bold;
12
+ }
13
+
14
+ div#synopsis p { }
15
+
16
+ div.literalparagraph { margin: 0 10%; }
17
+ div.literalblock { margin: 0 10%; }
18
+
19
+ div.listingblock {
20
+ margin: 0 10%;
21
+ }
@@ -0,0 +1,247 @@
1
+ body {
2
+ background: #dedede;
3
+ margin: 0;
4
+ min-height: 480px;
5
+ }
6
+
7
+ h1,h2,h3,h4,h5 {
8
+ padding: 0.5em 0 0 5%;
9
+ text-align: left;
10
+ background: transparent;
11
+ font-family: Tahoma, Verdana, sans-serif;
12
+ font-weight: bold;
13
+ margin-top: 1.5em;
14
+ }
15
+
16
+ h1 { font-size: 200%; }
17
+ h2 { font-size: 125%; }
18
+ h3 { font-size: 110%; font-family: sans-serif;}
19
+ h4 { font-size: 100%; font-style: italic; font-family: sans-serif;}
20
+
21
+ h1 {
22
+ padding: 0.5em 0 0.5em 5%;
23
+ color: white;
24
+ background: #1f764c; /* Olive green */
25
+ margin: 0;
26
+ border-bottom: solid 1px black;
27
+ }
28
+
29
+ h2 { text-decoration: underline;}
30
+
31
+ /* This is only used by level 0 sections in book document types. */
32
+ h2.sect0 { font-size: 175%; text-decoration: underline;}
33
+
34
+ span#author {
35
+ font-family: sans-serif;
36
+ font-size: larger;
37
+ font-weight: bold;
38
+ }
39
+
40
+ div#informalpreface p { }
41
+
42
+ div.literalparagraph { margin: 0 5%; }
43
+ div.literalblock { margin: 0 5%; }
44
+ div.listingblock { padding: 0 5%; }
45
+ pre.verseblock { padding: 0 5%; }
46
+
47
+ p.verseblock {
48
+ white-space: pre;
49
+ }
50
+
51
+ a {
52
+ font-weight: bold;
53
+ background: #ffd; /* Light yellow */
54
+ color: #093; /* Green */
55
+ text-decoration: none;
56
+ }
57
+ a:hover { text-decoration: underline; }
58
+
59
+ p { padding: 0 5%; }
60
+
61
+ ul,ol {
62
+ padding: 0 5%;
63
+ margin-left: 1.75em;
64
+ list-style-position: outside;
65
+ }
66
+ ol ol, ol ul, ul ol, ul ul, dd ol, dd ul {
67
+ margin-left: 0;
68
+ }
69
+ /* Keep lists close to preceeding titles. Broken in IE6. */
70
+ p.listtitle + ul, p.listtitle + ol, p.listtitle + dl {
71
+ margin-top: 0;
72
+ }
73
+
74
+ dl { padding: 0 5%; }
75
+ dt { font-style: italic; }
76
+ dd, li { padding-bottom: 0.5em; }
77
+ dd p, li p { margin: 0 0 0.4em; padding: 0; }
78
+ li div.literalparagraph { margin-left: 0; }
79
+ div.literalparagraph pre, li div.literalparagraph pre { margin-left: 2%; }
80
+ div.listingblock, li div.listingblock { margin-left: 0; }
81
+ li div.literalblock { margin-left: 0; }
82
+ dd div.literalblock { margin-left: 0; }
83
+ div.literalblock pre, li div.literalblock pre { margin-left: 2%; }
84
+ dd div.literalparagraph { margin-left: 0; }
85
+ dd div.literalparagraph pre { margin-left: 2%; }
86
+
87
+ .listingblock, .literalparagraph, .literalblock, tt {
88
+ color: #461b7e;
89
+ }
90
+
91
+ div.listingblock pre {
92
+ background: #f0f0f0;
93
+ border: 1px dashed gray;
94
+ padding: 0.5em 1em;
95
+ }
96
+
97
+ table {
98
+ margin-left: 5%;
99
+ margin-right: 5%;
100
+ }
101
+ thead,tfoot,tbody {
102
+ /* No effect in IE6. */
103
+ border-top: 2px solid green;
104
+ border-bottom: 2px solid green;
105
+ }
106
+ thead,tfoot {
107
+ font-weight: bold;
108
+ }
109
+
110
+ table.hlist td:first-child { font-style: italic; }
111
+
112
+ p.listtitle {
113
+ margin-top: 1.5em;
114
+ margin-bottom: 0.2em;
115
+ }
116
+ p.tabletitle {
117
+ margin-top: 1.5em;
118
+ margin-bottom: 0.5em;
119
+ }
120
+ p.blocktitle {
121
+ margin-top: 1.5em;
122
+ margin-bottom: 0.2em;
123
+ }
124
+ p.imagetitle {
125
+ margin-top: 0.2em;
126
+ margin-bottom: 1.5em;
127
+ }
128
+ div.image img {
129
+ border: 1px solid #ece9d8;
130
+ }
131
+ a.imagelink > img:hover { border: 1px solid #093; } /* IE6 broken */
132
+ a.imagelink > img { border: 1px solid transparent; }
133
+ a.imagelink {
134
+ /* Don't use text link colors. */
135
+ background: transparent;
136
+ color: white;
137
+ }
138
+
139
+ div#content {
140
+ margin: 50px 3em 3em 140px;
141
+ border-top: 1px solid black;
142
+ border-left: 1px solid black;
143
+ border-right: 2px solid black;
144
+ border-bottom: 2px solid black;
145
+ background: white;
146
+ }
147
+
148
+ div#footer {
149
+ background: #f0f0f0;
150
+ font: 8pt sans-serif;
151
+ margin-top: 2em;
152
+ margin-bottom: 0;
153
+ padding: 0.8em 0 0.8em 0;
154
+ position: relative;
155
+ bottom: 0;
156
+ border-top: 1px solid silver;
157
+ }
158
+
159
+ div#footer table {
160
+ margin-left: 2%;
161
+ }
162
+
163
+ div#footer p {
164
+ margin: .5em 0 0 0;
165
+ padding: 0 5%;
166
+ }
167
+
168
+ div#footer a {
169
+ color: black;
170
+ background: transparent;
171
+ text-decoration: underline;
172
+ }
173
+
174
+ div#badges {
175
+ padding: 0 15px;
176
+ }
177
+
178
+ div#badges td {
179
+ vertical-align: middle;
180
+ }
181
+
182
+ div#badges img {
183
+ border-style: none;
184
+ }
185
+
186
+ /*
187
+ * Style sheet rules that are applied using element class attributes.
188
+ */
189
+
190
+ div.image {
191
+ width: 100%;
192
+ border-style: none;
193
+ margin-bottom: 1.5em;
194
+ margin-left: 1em; /* for IE5,6 misbehavior */
195
+ padding: 0;
196
+ text-align: left;
197
+ }
198
+ div.admonition {
199
+ margin: 1.0em 20% 1.0em 5%;
200
+ }
201
+ div.admonition div.text * { padding: 0; }
202
+ div.admonition div.icon {
203
+ float: left;
204
+ width: 56px;
205
+ }
206
+ div.admonition div.text {
207
+ margin-left: 56px;
208
+ padding-top: 1px;
209
+ }
210
+ div.admonition div.text * { padding: 0; }
211
+ div.clear {
212
+ clear: both;
213
+ }
214
+
215
+ /* Print nicely. */
216
+ @media print {
217
+ @page { margin: 10% } /* This _is_ valid CSS2. */
218
+ h1,h2,h3,h4 { page-break-after: avoid; page-break-inside: avoid }
219
+ blockquote,pre { page-break-inside: avoid }
220
+ ul,ol,dl { page-break-before: avoid }
221
+ /* Override existing property settings. */
222
+ h1,a { color: black; background: white; }
223
+ div#content { margin: 0; border: 0; }
224
+ div#footer { display: none; }
225
+ /* IE5,6 only has the problem displaying, so restore margin for printing */
226
+ div.image { margin-left: 0; }
227
+ p.imagetitle { page-break-before: avoid; }
228
+ p.blocktitle, tabletitle { page-break-after: avoid; }
229
+ }
230
+
231
+ div.sidebarblock, exampleblock {
232
+ margin: 0.5em 20% 0.5em 5%;
233
+ padding: 0.5em 1em;
234
+ border: 1px solid silver;
235
+ }
236
+ div.sidebarblock *, exampleblock * { padding: 0; }
237
+ div.sidebarblock div, exampleblock div { margin: 0; }
238
+ div.sidebarblock {
239
+ background: #ffffee;
240
+ }
241
+ p.sidebartitle {
242
+ font-family: sans-serif;
243
+ font-weight: bold;
244
+ margin-top: 0.5em;
245
+ margin-bottom: 0.2em;
246
+ }
247
+
@@ -0,0 +1,18 @@
1
+ /* Overrides for manpage documents */
2
+ h1 {
3
+ padding-top: 0.5em;
4
+ padding-bottom: 0.5em;
5
+ border-top: 2px solid silver;
6
+ border-bottom: 2px solid silver;
7
+ }
8
+ h2 {
9
+ border-style: none;
10
+ }
11
+ div.sectionbody {
12
+ margin-left: 5%;
13
+ }
14
+
15
+ @media print {
16
+ div#toc { display: none; }
17
+ }
18
+
@@ -0,0 +1,49 @@
1
+ /* Workarounds for IE6's broken and incomplete CSS2. */
2
+
3
+ div.sidebar-content {
4
+ background: #ffffee;
5
+ border: 1px solid silver;
6
+ padding: 0.5em;
7
+ }
8
+ div.sidebar-title, div.image-title {
9
+ color: #527bbd;
10
+ font-family: sans-serif;
11
+ font-weight: bold;
12
+ margin-top: 0.0em;
13
+ margin-bottom: 0.5em;
14
+ }
15
+
16
+ div.listingblock div.content {
17
+ border: 1px solid silver;
18
+ background: #f4f4f4;
19
+ padding: 0.5em;
20
+ }
21
+
22
+ div.quoteblock-attribution {
23
+ padding-top: 0.5em;
24
+ text-align: right;
25
+ }
26
+
27
+ div.verseblock-content {
28
+ white-space: pre;
29
+ }
30
+ div.verseblock-attribution {
31
+ padding-top: 0.75em;
32
+ text-align: left;
33
+ }
34
+
35
+ div.exampleblock-content {
36
+ border-left: 2px solid silver;
37
+ padding-left: 0.5em;
38
+ }
39
+
40
+ /* IE6 sets dynamically generated links as visited. */
41
+ div#toc a:visited { color: blue; }
42
+
43
+ /* Because IE6 child selector is broken. */
44
+ div.olist2 ol {
45
+ list-style-type: lower-alpha;
46
+ }
47
+ div.olist2 div.olist ol {
48
+ list-style-type: decimal;
49
+ }
@@ -0,0 +1,284 @@
1
+ /* Debug borders */
2
+ p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
3
+ /*
4
+ border: 1px solid red;
5
+ */
6
+ }
7
+
8
+ body {
9
+ margin: 1em 5% 1em 5%;
10
+ }
11
+
12
+ a {
13
+ color: blue;
14
+ text-decoration: underline;
15
+ }
16
+ a:visited {
17
+ color: fuchsia;
18
+ }
19
+
20
+ em {
21
+ font-style: italic;
22
+ color: navy;
23
+ }
24
+
25
+ strong {
26
+ font-weight: bold;
27
+ color: #083194;
28
+ }
29
+
30
+ tt {
31
+ color: navy;
32
+ }
33
+
34
+ h1, h2, h3, h4, h5, h6 {
35
+ color: #527bbd;
36
+ font-family: sans-serif;
37
+ margin-top: 1.2em;
38
+ margin-bottom: 0.5em;
39
+ line-height: 1.3;
40
+ }
41
+
42
+ h1, h2, h3 {
43
+ border-bottom: 2px solid silver;
44
+ }
45
+ h2 {
46
+ padding-top: 0.5em;
47
+ }
48
+ h3 {
49
+ float: left;
50
+ }
51
+ h3 + * {
52
+ clear: left;
53
+ }
54
+
55
+ div.sectionbody {
56
+ font-family: serif;
57
+ margin-left: 0;
58
+ }
59
+
60
+ hr {
61
+ border: 1px solid silver;
62
+ }
63
+
64
+ p {
65
+ margin-top: 0.5em;
66
+ margin-bottom: 0.5em;
67
+ }
68
+
69
+ ul, ol, li > p {
70
+ margin-top: 0;
71
+ }
72
+
73
+ pre {
74
+ padding: 0;
75
+ margin: 0;
76
+ }
77
+
78
+ span#author {
79
+ color: #527bbd;
80
+ font-family: sans-serif;
81
+ font-weight: bold;
82
+ font-size: 1.1em;
83
+ }
84
+ span#email {
85
+ }
86
+ span#revision {
87
+ font-family: sans-serif;
88
+ }
89
+
90
+ div#footer {
91
+ font-family: sans-serif;
92
+ font-size: small;
93
+ border-top: 2px solid silver;
94
+ padding-top: 0.5em;
95
+ margin-top: 4.0em;
96
+ }
97
+ div#footer-text {
98
+ float: left;
99
+ padding-bottom: 0.5em;
100
+ }
101
+ div#footer-badges {
102
+ float: right;
103
+ padding-bottom: 0.5em;
104
+ }
105
+
106
+ div#preamble,
107
+ div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
108
+ div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
109
+ div.admonitionblock {
110
+ margin-right: 10%;
111
+ margin-top: 1.5em;
112
+ margin-bottom: 1.5em;
113
+ }
114
+ div.admonitionblock {
115
+ margin-top: 2.5em;
116
+ margin-bottom: 2.5em;
117
+ }
118
+
119
+ div.content { /* Block element content. */
120
+ padding: 0;
121
+ }
122
+
123
+ /* Block element titles. */
124
+ div.title, caption.title {
125
+ color: #527bbd;
126
+ font-family: sans-serif;
127
+ font-weight: bold;
128
+ text-align: left;
129
+ margin-top: 1.0em;
130
+ margin-bottom: 0.5em;
131
+ }
132
+ div.title + * {
133
+ margin-top: 0;
134
+ }
135
+
136
+ td div.title:first-child {
137
+ margin-top: 0.0em;
138
+ }
139
+ div.content div.title:first-child {
140
+ margin-top: 0.0em;
141
+ }
142
+ div.content + div.title {
143
+ margin-top: 0.0em;
144
+ }
145
+
146
+ div.sidebarblock > div.content {
147
+ background: #ffffee;
148
+ border: 1px solid silver;
149
+ padding: 0.5em;
150
+ }
151
+
152
+ div.listingblock {
153
+ margin-right: 0%;
154
+ }
155
+ div.listingblock > div.content {
156
+ border: 1px solid silver;
157
+ background: #f4f4f4;
158
+ padding: 0.5em;
159
+ }
160
+
161
+ div.quoteblock {
162
+ padding-left: 2.0em;
163
+ }
164
+ div.quoteblock > div.attribution {
165
+ padding-top: 0.5em;
166
+ text-align: right;
167
+ }
168
+
169
+ div.verseblock {
170
+ padding-left: 2.0em;
171
+ }
172
+ div.verseblock > div.content {
173
+ white-space: pre;
174
+ }
175
+ div.verseblock > div.attribution {
176
+ padding-top: 0.75em;
177
+ text-align: left;
178
+ }
179
+ /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
180
+ div.verseblock + div.attribution {
181
+ text-align: left;
182
+ }
183
+
184
+ div.admonitionblock .icon {
185
+ vertical-align: top;
186
+ font-size: 1.1em;
187
+ font-weight: bold;
188
+ text-decoration: underline;
189
+ color: #527bbd;
190
+ padding-right: 0.5em;
191
+ }
192
+ div.admonitionblock td.content {
193
+ padding-left: 0.5em;
194
+ border-left: 2px solid silver;
195
+ }
196
+
197
+ div.exampleblock > div.content {
198
+ border-left: 2px solid silver;
199
+ padding: 0.5em;
200
+ }
201
+
202
+ div.imageblock div.content { padding-left: 0; }
203
+ div.imageblock img { border: 1px solid silver; }
204
+ span.image img { border-style: none; }
205
+
206
+ dl {
207
+ margin-top: 0.8em;
208
+ margin-bottom: 0.8em;
209
+ }
210
+ dt {
211
+ margin-top: 0.5em;
212
+ margin-bottom: 0;
213
+ font-style: normal;
214
+ }
215
+ dd > *:first-child {
216
+ margin-top: 0.1em;
217
+ }
218
+
219
+ ul, ol {
220
+ list-style-position: outside;
221
+ }
222
+ div.olist > ol {
223
+ list-style-type: decimal;
224
+ }
225
+ div.olist2 > ol {
226
+ list-style-type: lower-alpha;
227
+ }
228
+
229
+ div.tableblock > table {
230
+ border: 3px solid #527bbd;
231
+ }
232
+ thead {
233
+ font-family: sans-serif;
234
+ font-weight: bold;
235
+ }
236
+ tfoot {
237
+ font-weight: bold;
238
+ }
239
+
240
+ div.hlist {
241
+ margin-top: 0.8em;
242
+ margin-bottom: 0.8em;
243
+ }
244
+ div.hlist td {
245
+ padding-bottom: 15px;
246
+ }
247
+ td.hlist1 {
248
+ vertical-align: top;
249
+ font-style: normal;
250
+ padding-right: 0.8em;
251
+ }
252
+ td.hlist2 {
253
+ vertical-align: top;
254
+ }
255
+
256
+ @media print {
257
+ div#footer-badges { display: none; }
258
+ }
259
+
260
+ div#toctitle {
261
+ color: #527bbd;
262
+ font-family: sans-serif;
263
+ font-size: 1.1em;
264
+ font-weight: bold;
265
+ margin-top: 1.0em;
266
+ margin-bottom: 0.1em;
267
+ }
268
+
269
+ div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
270
+ margin-top: 0;
271
+ margin-bottom: 0;
272
+ }
273
+ div.toclevel2 {
274
+ margin-left: 2em;
275
+ font-size: 0.9em;
276
+ }
277
+ div.toclevel3 {
278
+ margin-left: 4em;
279
+ font-size: 0.9em;
280
+ }
281
+ div.toclevel4 {
282
+ margin-left: 6em;
283
+ font-size: 0.9em;
284
+ }