Reverted bad style.
[docutils/kirr.git] / sandbox / rst2wordml / readme.css
blobb7b83cac35feac4af1c43672218d7e60539e6495
1 /*
2 :Author: Jay Kint
3 :Contact: bilbo@hobbit-hole.org
4 :Date: $Date$
5 :Revision: $Revision$
6 :Copyright: This stylesheet has been placed in the public domain.
8 Cascading sheet to mimic that of "Practical Common Lisp", a clean and
9 readable stylesheet.
12 /* @import url(html4css.css) */
14 div.document {
15 margin: 1in 1in;
16 font-size: 12pt;
19 .title {
20 text-align: center;
21 font-size: 24pt;
24 h1 {
25 font-size: 18pt;
28 h2 {
29 font-size: 14pt;
32 div.footer {
33 font-size: 8pt;
36 table.footnote {
37 font-size: 10pt;
38 line-height: 1.5;
39 margin: 0px 0px 13px 0px;
42 td.label {
43 font-size: 8pt;
46 p { line-height: 1.5; }
48 .literal {
49 font-size: 9pt;
52 td p {
53 margin: 0 0 13px 0;
56 td p.last {
57 margin: 0 0 0 0;
60 blockquote { line-height: 1.5; font-size: 90%; }
61 h1, h2, h3, h4, h5, h6 { font-family: Helvetica; }
62 li { padding-top: 6pt; }