Added many tests and todos. One test doesn't run yet.
[docutils/kirr.git] / sandbox / rstdiff / tests / simpleHtml / expected / inlineStyles.html
blobba823e02487966a14f3e6f16d816a70ce76d36c1
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.6: http://docutils.sourceforge.net/" />
7 <title></title>
8 <style type="text/css">
11 :Author: David Goodger (goodger@python.org)
12 :Id: $Id$
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 /* Uncomment (and remove this text!) to get bold-faced definition list terms
51 dl.docutils dt {
52 font-weight: bold }
55 div.abstract {
56 margin: 2em 5em }
58 div.abstract p.topic-title {
59 font-weight: bold ;
60 text-align: center }
62 div.admonition, div.attention, div.caution, div.danger, div.error,
63 div.hint, div.important, div.note, div.tip, div.warning {
64 margin: 2em ;
65 border: medium outset ;
66 padding: 1em }
68 div.admonition p.admonition-title, div.hint p.admonition-title,
69 div.important p.admonition-title, div.note p.admonition-title,
70 div.tip p.admonition-title {
71 font-weight: bold ;
72 font-family: sans-serif }
74 div.attention p.admonition-title, div.caution p.admonition-title,
75 div.danger p.admonition-title, div.error p.admonition-title,
76 div.warning p.admonition-title {
77 color: red ;
78 font-weight: bold ;
79 font-family: sans-serif }
81 /* Uncomment (and remove this text!) to get reduced vertical space in
82 compound paragraphs.
83 div.compound .compound-first, div.compound .compound-middle {
84 margin-bottom: 0.5em }
86 div.compound .compound-last, div.compound .compound-middle {
87 margin-top: 0.5em }
90 div.dedication {
91 margin: 2em 5em ;
92 text-align: center ;
93 font-style: italic }
95 div.dedication p.topic-title {
96 font-weight: bold ;
97 font-style: normal }
99 div.figure {
100 margin-left: 2em ;
101 margin-right: 2em }
103 div.footer, div.header {
104 clear: both;
105 font-size: smaller }
107 div.line-block {
108 display: block ;
109 margin-top: 1em ;
110 margin-bottom: 1em }
112 div.line-block div.line-block {
113 margin-top: 0 ;
114 margin-bottom: 0 ;
115 margin-left: 1.5em }
117 div.sidebar {
118 margin: 0 0 0.5em 1em ;
119 border: medium outset ;
120 padding: 1em ;
121 background-color: #ffffee ;
122 width: 40% ;
123 float: right ;
124 clear: right }
126 div.sidebar p.rubric {
127 font-family: sans-serif ;
128 font-size: medium }
130 div.system-messages {
131 margin: 5em }
133 div.system-messages h1 {
134 color: red }
136 div.system-message {
137 border: medium outset ;
138 padding: 1em }
140 div.system-message p.system-message-title {
141 color: red ;
142 font-weight: bold }
144 div.topic {
145 margin: 2em }
147 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
148 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
149 margin-top: 0.4em }
151 h1.title {
152 text-align: center }
154 h2.subtitle {
155 text-align: center }
157 hr.docutils {
158 width: 75% }
160 img.align-left, .figure.align-left{
161 clear: left ;
162 float: left ;
163 margin-right: 1em }
165 img.align-right, .figure.align-right {
166 clear: right ;
167 float: right ;
168 margin-left: 1em }
170 .align-left {
171 text-align: left }
173 .align-center {
174 clear: both ;
175 text-align: center }
177 .align-right {
178 text-align: right }
180 /* reset inner alignment in figures */
181 div.align-right {
182 text-align: left }
184 /* div.align-center * { */
185 /* text-align: left } */
187 ol.simple, ul.simple {
188 margin-bottom: 1em }
190 ol.arabic {
191 list-style: decimal }
193 ol.loweralpha {
194 list-style: lower-alpha }
196 ol.upperalpha {
197 list-style: upper-alpha }
199 ol.lowerroman {
200 list-style: lower-roman }
202 ol.upperroman {
203 list-style: upper-roman }
205 p.attribution {
206 text-align: right ;
207 margin-left: 50% }
209 p.caption {
210 font-style: italic }
212 p.credits {
213 font-style: italic ;
214 font-size: smaller }
216 p.label {
217 white-space: nowrap }
219 p.rubric {
220 font-weight: bold ;
221 font-size: larger ;
222 color: maroon ;
223 text-align: center }
225 p.sidebar-title {
226 font-family: sans-serif ;
227 font-weight: bold ;
228 font-size: larger }
230 p.sidebar-subtitle {
231 font-family: sans-serif ;
232 font-weight: bold }
234 p.topic-title {
235 font-weight: bold }
237 pre.address {
238 margin-bottom: 0 ;
239 margin-top: 0 ;
240 font: inherit }
242 pre.literal-block, pre.doctest-block {
243 margin-left: 2em ;
244 margin-right: 2em }
246 span.classifier {
247 font-family: sans-serif ;
248 font-style: oblique }
250 span.classifier-delimiter {
251 font-family: sans-serif ;
252 font-weight: bold }
254 span.interpreted {
255 font-family: sans-serif }
257 span.option {
258 white-space: nowrap }
260 span.pre {
261 white-space: pre }
263 span.problematic {
264 color: red }
266 span.section-subtitle {
267 /* font-size relative to parent (h1..h6 element) */
268 font-size: 80% }
270 table.citation {
271 border-left: solid 1px gray;
272 margin-left: 1px }
274 table.docinfo {
275 margin: 2em 4em }
277 table.docutils {
278 margin-top: 0.5em ;
279 margin-bottom: 0.5em }
281 table.footnote {
282 border-left: solid 1px black;
283 margin-left: 1px }
285 table.docutils td, table.docutils th,
286 table.docinfo td, table.docinfo th {
287 padding-left: 0.5em ;
288 padding-right: 0.5em ;
289 vertical-align: top }
291 table.docutils th.field-name, table.docinfo th.docinfo-name {
292 font-weight: bold ;
293 text-align: left ;
294 white-space: nowrap ;
295 padding-left: 0 }
297 h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
298 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
299 font-size: 100% }
301 ul.auto-toc {
302 list-style-type: none }
304 </style>
305 </head>
306 <body>
307 <div class="document">
310 <p>Here is <em class="change-replaced">some</em><strong class="change-replacement">some</strong> inline markup which <strong class="change-replaced">ends up</strong><em class="change-replacement">ends up</em> in different rendering
311 styles.</p>
312 <p>Inline <span class="change-replaced">markup</span><strong class="change-replacement">markup</strong> for references is not included here.</p>
313 <p>Basically this consists of <span class="change-replaced">two</span><tt class="change-replacement docutils literal"><span class="pre">two</span></tt> forms of emphasis and of <tt class="change-replaced docutils literal"><span class="pre">literal</span>
314 <span class="pre">text</span></tt><span class="change-replaced">.</span><span class="change-replacement">literal
315 text.</span></p>
316 </div>
317 </body>
318 </html>