Parent classes are considered for up propagating candidates.
[docutils/kirr.git] / sandbox / rstdiff / tests / html / expected / footnote.html
blob2d7ff04ccf0cbb4ec17ed3b621997215fe5c91bf
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="generator" content="Docutils 0.8: http://docutils.sourceforge.net/" />
7 <title></title>
8 <style type="text/css">
11 :Author: David Goodger (goodger@python.org)
12 :Id: $Id: html4css1.css 6387 2010-08-13 12:23:41Z milde $
13 :Copyright: This stylesheet has been placed in the public domain.
15 Default cascading style sheet for the HTML output of Docutils.
17 See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
18 customize this style sheet.
21 /* used to remove borders from tables and images */
22 .borderless, table.borderless td, table.borderless th {
23 border: 0 }
25 table.borderless td, table.borderless th {
26 /* Override padding for "table.docutils td" with "! important".
27 The right padding separates the table cells. */
28 padding: 0 0.5em 0 0 ! important }
30 .first {
31 /* Override more specific margin styles with "! important". */
32 margin-top: 0 ! important }
34 .last, .with-subtitle {
35 margin-bottom: 0 ! important }
37 .hidden {
38 display: none }
40 a.toc-backref {
41 text-decoration: none ;
42 color: black }
44 blockquote.epigraph {
45 margin: 2em 5em ; }
47 dl.docutils dd {
48 margin-bottom: 0.5em }
50 object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
51 overflow: hidden;
54 /* Uncomment (and remove this text!) to get bold-faced definition list terms
55 dl.docutils dt {
56 font-weight: bold }
59 div.abstract {
60 margin: 2em 5em }
62 div.abstract p.topic-title {
63 font-weight: bold ;
64 text-align: center }
66 div.admonition, div.attention, div.caution, div.danger, div.error,
67 div.hint, div.important, div.note, div.tip, div.warning {
68 margin: 2em ;
69 border: medium outset ;
70 padding: 1em }
72 div.admonition p.admonition-title, div.hint p.admonition-title,
73 div.important p.admonition-title, div.note p.admonition-title,
74 div.tip p.admonition-title {
75 font-weight: bold ;
76 font-family: sans-serif }
78 div.attention p.admonition-title, div.caution p.admonition-title,
79 div.danger p.admonition-title, div.error p.admonition-title,
80 div.warning p.admonition-title {
81 color: red ;
82 font-weight: bold ;
83 font-family: sans-serif }
85 /* Uncomment (and remove this text!) to get reduced vertical space in
86 compound paragraphs.
87 div.compound .compound-first, div.compound .compound-middle {
88 margin-bottom: 0.5em }
90 div.compound .compound-last, div.compound .compound-middle {
91 margin-top: 0.5em }
94 div.dedication {
95 margin: 2em 5em ;
96 text-align: center ;
97 font-style: italic }
99 div.dedication p.topic-title {
100 font-weight: bold ;
101 font-style: normal }
103 div.figure {
104 margin-left: 2em ;
105 margin-right: 2em }
107 div.footer, div.header {
108 clear: both;
109 font-size: smaller }
111 div.line-block {
112 display: block ;
113 margin-top: 1em ;
114 margin-bottom: 1em }
116 div.line-block div.line-block {
117 margin-top: 0 ;
118 margin-bottom: 0 ;
119 margin-left: 1.5em }
121 div.sidebar {
122 margin: 0 0 0.5em 1em ;
123 border: medium outset ;
124 padding: 1em ;
125 background-color: #ffffee ;
126 width: 40% ;
127 float: right ;
128 clear: right }
130 div.sidebar p.rubric {
131 font-family: sans-serif ;
132 font-size: medium }
134 div.system-messages {
135 margin: 5em }
137 div.system-messages h1 {
138 color: red }
140 div.system-message {
141 border: medium outset ;
142 padding: 1em }
144 div.system-message p.system-message-title {
145 color: red ;
146 font-weight: bold }
148 div.topic {
149 margin: 2em }
151 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
152 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
153 margin-top: 0.4em }
155 h1.title {
156 text-align: center }
158 h2.subtitle {
159 text-align: center }
161 hr.docutils {
162 width: 75% }
164 img.align-left, .figure.align-left, object.align-left {
165 clear: left ;
166 float: left ;
167 margin-right: 1em }
169 img.align-right, .figure.align-right, object.align-right {
170 clear: right ;
171 float: right ;
172 margin-left: 1em }
174 img.align-center, .figure.align-center, object.align-center {
175 display: block;
176 margin-left: auto;
177 margin-right: auto;
180 .align-left {
181 text-align: left }
183 .align-center {
184 clear: both ;
185 text-align: center }
187 .align-right {
188 text-align: right }
190 /* reset inner alignment in figures */
191 div.align-right {
192 text-align: left }
194 /* div.align-center * { */
195 /* text-align: left } */
197 ol.simple, ul.simple {
198 margin-bottom: 1em }
200 ol.arabic {
201 list-style: decimal }
203 ol.loweralpha {
204 list-style: lower-alpha }
206 ol.upperalpha {
207 list-style: upper-alpha }
209 ol.lowerroman {
210 list-style: lower-roman }
212 ol.upperroman {
213 list-style: upper-roman }
215 p.attribution {
216 text-align: right ;
217 margin-left: 50% }
219 p.caption {
220 font-style: italic }
222 p.credits {
223 font-style: italic ;
224 font-size: smaller }
226 p.label {
227 white-space: nowrap }
229 p.rubric {
230 font-weight: bold ;
231 font-size: larger ;
232 color: maroon ;
233 text-align: center }
235 p.sidebar-title {
236 font-family: sans-serif ;
237 font-weight: bold ;
238 font-size: larger }
240 p.sidebar-subtitle {
241 font-family: sans-serif ;
242 font-weight: bold }
244 p.topic-title {
245 font-weight: bold }
247 pre.address {
248 margin-bottom: 0 ;
249 margin-top: 0 ;
250 font: inherit }
252 pre.literal-block, pre.doctest-block {
253 margin-left: 2em ;
254 margin-right: 2em }
256 span.classifier {
257 font-family: sans-serif ;
258 font-style: oblique }
260 span.classifier-delimiter {
261 font-family: sans-serif ;
262 font-weight: bold }
264 span.interpreted {
265 font-family: sans-serif }
267 span.option {
268 white-space: nowrap }
270 span.pre {
271 white-space: pre }
273 span.problematic {
274 color: red }
276 span.section-subtitle {
277 /* font-size relative to parent (h1..h6 element) */
278 font-size: 80% }
280 table.citation {
281 border-left: solid 1px gray;
282 margin-left: 1px }
284 table.docinfo {
285 margin: 2em 4em }
287 table.docutils {
288 margin-top: 0.5em ;
289 margin-bottom: 0.5em }
291 table.footnote {
292 border-left: solid 1px black;
293 margin-left: 1px }
295 table.docutils td, table.docutils th,
296 table.docinfo td, table.docinfo th {
297 padding-left: 0.5em ;
298 padding-right: 0.5em ;
299 vertical-align: top }
301 table.docutils th.field-name, table.docinfo th.docinfo-name {
302 font-weight: bold ;
303 text-align: left ;
304 white-space: nowrap ;
305 padding-left: 0 }
307 h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
308 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
309 font-size: 100% }
311 ul.auto-toc {
312 list-style-type: none }
314 </style>
315 </head>
316 <body>
317 <div class="document">
320 <p>A text <a class="footnote-reference" href="#id2" id="id1">[1]</a>.</p>
321 <table class="docutils footnote" frame="void" id="id2" rules="none">
322 <colgroup><col class="label" /><col /></colgroup>
323 <tbody valign="top">
324 <tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>A footnote.</td></tr>
325 </tbody>
326 </table>
327 </div>
328 </body>
329 </html>