Mercurial > p > roundup > code
comparison doc/default.css @ 653:1dcbee29faa7
More work on the documentation - rolled in the work done by Jeff Blaine.
Use build_html.py *.stx to build the HTML. We'll move that into the setup
script when someone figures how to :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 08 Mar 2002 23:41:46 +0000 |
| parents | |
| children | cbe9667de522 54333751e98d |
comparison
equal
deleted
inserted
replaced
| 652:66b324f895d1 | 653:1dcbee29faa7 |
|---|---|
| 1 /* | |
| 2 :Author: David Goodger | |
| 3 :Contact: goodger@users.sourceforge.net | |
| 4 :date: $Date: 2002-03-08 23:41:46 $ | |
| 5 :version: $Revision: 1.1 $ | |
| 6 :copyright: This stylesheet has been placed in the public domain. | |
| 7 | |
| 8 Default cascading style sheet for the HTML output of Docutils. | |
| 9 */ | |
| 10 | |
| 11 a.footnote-reference { | |
| 12 font-size: smaller; | |
| 13 vertical-align: super } | |
| 14 | |
| 15 col.docinfo-name { | |
| 16 font-weight: bold; | |
| 17 text-align: right } | |
| 18 | |
| 19 col.field-name { | |
| 20 font-weight: bold } | |
| 21 | |
| 22 div.abstract { | |
| 23 margin: 2em 5em } | |
| 24 | |
| 25 div.abstract h6 { | |
| 26 font-size: larger; | |
| 27 text-align: center } | |
| 28 | |
| 29 div.attention, div.caution, div.danger, div.error, div.hint, | |
| 30 div.important, div.note, div.tip, div.warning { | |
| 31 margin: 2em; | |
| 32 border: medium outset; | |
| 33 padding: 1em } | |
| 34 | |
| 35 div.attention h3, div.caution h3, div.danger h3, div.error h3, | |
| 36 div.warning h3 { | |
| 37 color: red; | |
| 38 font-weight: bold; | |
| 39 font-family: sans-serif } | |
| 40 | |
| 41 div.hint h3, div.important h3, div.note h3, div.tip h3 { | |
| 42 font-weight: bold; | |
| 43 font-family: sans-serif } | |
| 44 | |
| 45 div.field-body { | |
| 46 margin-bottom: 1em } | |
| 47 | |
| 48 div.field-list { | |
| 49 margin-bottom: -1em } | |
| 50 | |
| 51 div.figure { | |
| 52 margin-left: 2em } | |
| 53 | |
| 54 div.footnote { | |
| 55 border-left: solid thin black; | |
| 56 padding-left: 1em } | |
| 57 | |
| 58 div.system-messages { | |
| 59 margin: 5em } | |
| 60 | |
| 61 div.system-messages h1 { | |
| 62 color: red } | |
| 63 | |
| 64 div.system-message { | |
| 65 border: medium outset; | |
| 66 padding: 1em } | |
| 67 | |
| 68 div.system-message h3 { | |
| 69 color: red } | |
| 70 | |
| 71 dt { | |
| 72 margin-bottom: -1em } | |
| 73 | |
| 74 h1.title { | |
| 75 text-align: center } | |
| 76 | |
| 77 h2.subtitle { | |
| 78 text-align: center } | |
| 79 | |
| 80 hr { | |
| 81 width: 75% } | |
| 82 | |
| 83 ol.arabic { | |
| 84 list-style: decimal } | |
| 85 | |
| 86 ol.loweralpha { | |
| 87 list-style: lower-alpha } | |
| 88 | |
| 89 ol.upperalpha { | |
| 90 list-style: upper-alpha } | |
| 91 | |
| 92 ol.lowerroman { | |
| 93 list-style: lower-roman } | |
| 94 | |
| 95 ol.upperroman { | |
| 96 list-style: upper-roman } | |
| 97 | |
| 98 p.caption { | |
| 99 font-style: italic } | |
| 100 | |
| 101 p.field-name { | |
| 102 margin-bottom: 1em } | |
| 103 | |
| 104 pre.literal-block, pre.doctest-block { | |
| 105 margin-left: 2em } | |
| 106 | |
| 107 span.classifier { | |
| 108 font-family: sans-serif; | |
| 109 font-style: oblique } | |
| 110 | |
| 111 span.classifier-delimiter { | |
| 112 font-family: sans-serif; | |
| 113 font-weight: bold } | |
| 114 | |
| 115 span.field-argument { | |
| 116 font-style: italic } | |
| 117 | |
| 118 span.interpreted { | |
| 119 font-family: sans-serif } | |
| 120 | |
| 121 span.option-argument { | |
| 122 font-style: italic } | |
| 123 | |
| 124 span.problematic { | |
| 125 color: red } | |
| 126 | |
| 127 table { | |
| 128 margin-top: 1em } | |
| 129 | |
| 130 table.docinfo { | |
| 131 margin: 2em 4em } |
