| 1 | /* |
|---|
| 2 | :Author: David Goodger |
|---|
| 3 | :Contact: goodger@users.sourceforge.net |
|---|
| 4 | :date: $Date: 2005/03/21 00:01:25 $ |
|---|
| 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 | .first { |
|---|
| 12 | margin-top: 0 } |
|---|
| 13 | |
|---|
| 14 | .last { |
|---|
| 15 | margin-bottom: 0 } |
|---|
| 16 | |
|---|
| 17 | a.toc-backref { |
|---|
| 18 | text-decoration: none ; |
|---|
| 19 | color: black } |
|---|
| 20 | |
|---|
| 21 | dd { |
|---|
| 22 | margin-bottom: 0.5em } |
|---|
| 23 | |
|---|
| 24 | div.abstract { |
|---|
| 25 | margin: 2em 5em } |
|---|
| 26 | |
|---|
| 27 | div.abstract p.topic-title { |
|---|
| 28 | font-weight: bold ; |
|---|
| 29 | text-align: center } |
|---|
| 30 | |
|---|
| 31 | div.attention, div.caution, div.danger, div.error, div.hint, |
|---|
| 32 | div.important, div.note, div.tip, div.warning, div.admonition { |
|---|
| 33 | margin: 2em ; |
|---|
| 34 | border: medium outset ; |
|---|
| 35 | padding: 1em } |
|---|
| 36 | |
|---|
| 37 | div.attention p.admonition-title, div.caution p.admonition-title, |
|---|
| 38 | div.danger p.admonition-title, div.error p.admonition-title, |
|---|
| 39 | div.warning p.admonition-title { |
|---|
| 40 | color: red ; |
|---|
| 41 | font-weight: bold ; |
|---|
| 42 | font-family: sans-serif } |
|---|
| 43 | |
|---|
| 44 | div.hint p.admonition-title, div.important p.admonition-title, |
|---|
| 45 | div.note p.admonition-title, div.tip p.admonition-title, |
|---|
| 46 | div.admonition p.admonition-title { |
|---|
| 47 | font-weight: bold ; |
|---|
| 48 | font-family: sans-serif } |
|---|
| 49 | |
|---|
| 50 | div.dedication { |
|---|
| 51 | margin: 2em 5em ; |
|---|
| 52 | text-align: center ; |
|---|
| 53 | font-style: italic } |
|---|
| 54 | |
|---|
| 55 | div.dedication p.topic-title { |
|---|
| 56 | font-weight: bold ; |
|---|
| 57 | font-style: normal } |
|---|
| 58 | |
|---|
| 59 | div.figure { |
|---|
| 60 | margin-left: 2em } |
|---|
| 61 | |
|---|
| 62 | div.footer, div.header { |
|---|
| 63 | font-size: smaller } |
|---|
| 64 | |
|---|
| 65 | div.sidebar { |
|---|
| 66 | margin-left: 1em ; |
|---|
| 67 | border: medium outset ; |
|---|
| 68 | padding: 0em 1em ; |
|---|
| 69 | background-color: #ffffee ; |
|---|
| 70 | width: 40% ; |
|---|
| 71 | float: right ; |
|---|
| 72 | clear: right } |
|---|
| 73 | |
|---|
| 74 | div.sidebar p.rubric { |
|---|
| 75 | font-family: sans-serif ; |
|---|
| 76 | font-size: medium } |
|---|
| 77 | |
|---|
| 78 | div.system-messages { |
|---|
| 79 | margin: 5em } |
|---|
| 80 | |
|---|
| 81 | div.system-messages h1 { |
|---|
| 82 | color: red } |
|---|
| 83 | |
|---|
| 84 | div.system-message { |
|---|
| 85 | border: medium outset ; |
|---|
| 86 | padding: 1em } |
|---|
| 87 | |
|---|
| 88 | div.system-message p.system-message-title { |
|---|
| 89 | color: red ; |
|---|
| 90 | font-weight: bold } |
|---|
| 91 | |
|---|
| 92 | div.topic { |
|---|
| 93 | margin: 2em } |
|---|
| 94 | |
|---|
| 95 | h1.title { |
|---|
| 96 | text-align: center } |
|---|
| 97 | |
|---|
| 98 | h2.subtitle { |
|---|
| 99 | text-align: center } |
|---|
| 100 | |
|---|
| 101 | hr { |
|---|
| 102 | width: 75% } |
|---|
| 103 | |
|---|
| 104 | ol.simple, ul.simple { |
|---|
| 105 | margin-bottom: 1em } |
|---|
| 106 | |
|---|
| 107 | ol.arabic { |
|---|
| 108 | list-style: decimal } |
|---|
| 109 | |
|---|
| 110 | ol.loweralpha { |
|---|
| 111 | list-style: lower-alpha } |
|---|
| 112 | |
|---|
| 113 | ol.upperalpha { |
|---|
| 114 | list-style: upper-alpha } |
|---|
| 115 | |
|---|
| 116 | ol.lowerroman { |
|---|
| 117 | list-style: lower-roman } |
|---|
| 118 | |
|---|
| 119 | ol.upperroman { |
|---|
| 120 | list-style: upper-roman } |
|---|
| 121 | |
|---|
| 122 | p.attribution { |
|---|
| 123 | text-align: right ; |
|---|
| 124 | margin-left: 50% } |
|---|
| 125 | |
|---|
| 126 | p.caption { |
|---|
| 127 | font-style: italic } |
|---|
| 128 | |
|---|
| 129 | p.credits { |
|---|
| 130 | font-style: italic ; |
|---|
| 131 | font-size: smaller } |
|---|
| 132 | |
|---|
| 133 | p.label { |
|---|
| 134 | white-space: nowrap } |
|---|
| 135 | |
|---|
| 136 | p.rubric { |
|---|
| 137 | font-weight: bold ; |
|---|
| 138 | font-size: larger ; |
|---|
| 139 | color: maroon ; |
|---|
| 140 | text-align: center } |
|---|
| 141 | |
|---|
| 142 | p.sidebar-title { |
|---|
| 143 | font-family: sans-serif ; |
|---|
| 144 | font-weight: bold ; |
|---|
| 145 | font-size: larger } |
|---|
| 146 | |
|---|
| 147 | p.sidebar-subtitle { |
|---|
| 148 | font-family: sans-serif ; |
|---|
| 149 | font-weight: bold } |
|---|
| 150 | |
|---|
| 151 | p.topic-title { |
|---|
| 152 | font-weight: bold } |
|---|
| 153 | |
|---|
| 154 | pre.address { |
|---|
| 155 | margin-bottom: 0 ; |
|---|
| 156 | margin-top: 0 ; |
|---|
| 157 | font-family: serif ; |
|---|
| 158 | font-size: 100% } |
|---|
| 159 | |
|---|
| 160 | pre.line-block { |
|---|
| 161 | font-family: serif ; |
|---|
| 162 | font-size: 100% } |
|---|
| 163 | |
|---|
| 164 | pre.literal-block, pre.doctest-block { |
|---|
| 165 | margin-left: 2em ; |
|---|
| 166 | margin-right: 2em ; |
|---|
| 167 | background-color: #eeeeee } |
|---|
| 168 | |
|---|
| 169 | span.classifier { |
|---|
| 170 | font-family: sans-serif ; |
|---|
| 171 | font-style: oblique } |
|---|
| 172 | |
|---|
| 173 | span.classifier-delimiter { |
|---|
| 174 | font-family: sans-serif ; |
|---|
| 175 | font-weight: bold } |
|---|
| 176 | |
|---|
| 177 | span.interpreted { |
|---|
| 178 | font-family: sans-serif } |
|---|
| 179 | |
|---|
| 180 | span.option { |
|---|
| 181 | white-space: nowrap } |
|---|
| 182 | |
|---|
| 183 | span.option-argument { |
|---|
| 184 | font-style: italic } |
|---|
| 185 | |
|---|
| 186 | span.pre { |
|---|
| 187 | white-space: pre } |
|---|
| 188 | |
|---|
| 189 | span.problematic { |
|---|
| 190 | color: red } |
|---|
| 191 | |
|---|
| 192 | table { |
|---|
| 193 | margin-top: 0.5em ; |
|---|
| 194 | margin-bottom: 0.5em } |
|---|
| 195 | |
|---|
| 196 | table.citation { |
|---|
| 197 | border-left: solid thin gray ; |
|---|
| 198 | padding-left: 0.5ex } |
|---|
| 199 | |
|---|
| 200 | table.docinfo { |
|---|
| 201 | margin: 2em 4em } |
|---|
| 202 | |
|---|
| 203 | table.footnote { |
|---|
| 204 | border-left: solid thin black ; |
|---|
| 205 | padding-left: 0.5ex } |
|---|
| 206 | |
|---|
| 207 | td, th { |
|---|
| 208 | padding-left: 0.5em ; |
|---|
| 209 | padding-right: 0.5em ; |
|---|
| 210 | vertical-align: top } |
|---|
| 211 | |
|---|
| 212 | th.docinfo-name, th.field-name { |
|---|
| 213 | font-weight: bold ; |
|---|
| 214 | text-align: left ; |
|---|
| 215 | white-space: nowrap } |
|---|
| 216 | |
|---|
| 217 | h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { |
|---|
| 218 | font-size: 100% } |
|---|
| 219 | |
|---|
| 220 | tt { |
|---|
| 221 | background-color: #eeeeee } |
|---|
| 222 | |
|---|
| 223 | ul.auto-toc { |
|---|
| 224 | list-style-type: none } |
|---|
| 225 | |
|---|
| 226 | pre{ |
|---|
| 227 | BORDER-RIGHT: gray 1pt solid; |
|---|
| 228 | PADDING-RIGHT: 2pt; |
|---|
| 229 | BORDER-TOP: gray 1pt solid; |
|---|
| 230 | DISPLAY: block; |
|---|
| 231 | PADDING-LEFT: 2pt; |
|---|
| 232 | PADDING-BOTTOM: 2pt; |
|---|
| 233 | BORDER-LEFT: gray 1pt solid; |
|---|
| 234 | MARGIN-RIGHT: 32pt; |
|---|
| 235 | PADDING-TOP: 2pt; |
|---|
| 236 | BORDER-BOTTOM: gray 1pt solid; |
|---|
| 237 | FONT-FAMILY: "Courier New", Courier, mono; |
|---|
| 238 | background-color: #EEEEEE; |
|---|
| 239 | } |
|---|
| 240 | |
|---|
| 241 | |
|---|
| 242 | .keyword{color: #0000FF;} |
|---|
| 243 | .identifier{} |
|---|
| 244 | .comment{font-style: italic; color: #008000;} |
|---|
| 245 | .special{color: #800040;} |
|---|
| 246 | .preprocessor{color: #3F007F;} |
|---|
| 247 | .string{font-style: italic; color: #666666;} |
|---|
| 248 | .literal{/*font-style: italic;*/ color: #000000;} |
|---|