| 1 | /* |
|---|
| 2 | :Author: David Goodger |
|---|
| 3 | :Contact: goodger@users.sourceforge.net |
|---|
| 4 | :date: $Date: 2003/08/28 22:51:30 $ |
|---|
| 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: darkred ; |
|---|
| 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 | :Author: Fred L. Drake, Jr. |
|---|
| 227 | :Author: Olivier Grisel <olivier.grisel@ensta.org> |
|---|
| 228 | :date: $Date: 2004/03/31 22:31:05 $ |
|---|
| 229 | :version: $Revision: 1.7 $ |
|---|
| 230 | */ |
|---|
| 231 | |
|---|
| 232 | @import url(default.css); |
|---|
| 233 | |
|---|
| 234 | body { |
|---|
| 235 | margin: 0; |
|---|
| 236 | padding: 0; |
|---|
| 237 | background-color: #333; |
|---|
| 238 | margin: 2% 5% 2% 5%; |
|---|
| 239 | } |
|---|
| 240 | |
|---|
| 241 | |
|---|
| 242 | div.document { |
|---|
| 243 | font-size: 13px; |
|---|
| 244 | padding: 3em 5em 3em 5em; |
|---|
| 245 | background-color: white; |
|---|
| 246 | border: 1px outset black; |
|---|
| 247 | /* background-image: url(strands.png); |
|---|
| 248 | background-position: 2em 0; |
|---|
| 249 | background-repeat: repeat-y; */ |
|---|
| 250 | } |
|---|
| 251 | |
|---|
| 252 | h1.title { |
|---|
| 253 | font-size: 170%; |
|---|
| 254 | } |
|---|
| 255 | |
|---|
| 256 | div.section { |
|---|
| 257 | margin: 0px 0px 1.5em 0px; |
|---|
| 258 | } |
|---|
| 259 | |
|---|
| 260 | div.section h1 { |
|---|
| 261 | padding: 0.3em; |
|---|
| 262 | margin-top: 1em; |
|---|
| 263 | background-color: #333; |
|---|
| 264 | border: 1px solid; |
|---|
| 265 | border-color: #666 #222 #222 #666; |
|---|
| 266 | } |
|---|
| 267 | |
|---|
| 268 | div.section h1 a { |
|---|
| 269 | color: white; |
|---|
| 270 | } |
|---|
| 271 | |
|---|
| 272 | h1 { |
|---|
| 273 | font-family: sans-serif; |
|---|
| 274 | font-size: 135%; |
|---|
| 275 | margin-bottom: 4ex; } |
|---|
| 276 | |
|---|
| 277 | h2 { |
|---|
| 278 | font-family: sans-serif; |
|---|
| 279 | font-size: 120%; } |
|---|
| 280 | |
|---|
| 281 | h3 { |
|---|
| 282 | font-family: sans-serif; |
|---|
| 283 | font-size: 105%; } |
|---|
| 284 | |
|---|
| 285 | h4 { |
|---|
| 286 | font-family: sans-serif; |
|---|
| 287 | font-size: 100%; } |
|---|
| 288 | |
|---|
| 289 | h5 { |
|---|
| 290 | font-family: sans-serif; |
|---|
| 291 | font-size: 100%; } |
|---|
| 292 | |
|---|
| 293 | h6 { |
|---|
| 294 | font-family: sans-serif; |
|---|
| 295 | font-style: italic; |
|---|
| 296 | font-size: 100%; } |
|---|
| 297 | |
|---|
| 298 | a, a:visited { |
|---|
| 299 | color: #333; |
|---|
| 300 | text-decoration: none; |
|---|
| 301 | font-weight: bold; |
|---|
| 302 | } |
|---|
| 303 | |
|---|
| 304 | a:hover { |
|---|
| 305 | text-decoration: underline; |
|---|
| 306 | } |
|---|
| 307 | |
|---|
| 308 | a:active { |
|---|
| 309 | color: #666; |
|---|
| 310 | } |
|---|
| 311 | |
|---|
| 312 | hr { |
|---|
| 313 | width: 75%; |
|---|
| 314 | } |
|---|
| 315 | |
|---|
| 316 | p { |
|---|
| 317 | text-align: justify; |
|---|
| 318 | } |
|---|
| 319 | |
|---|
| 320 | .literal .pre { |
|---|
| 321 | background-color: white; |
|---|
| 322 | font-family: lucidatypewriter, "lucida typewriter", sans-serif; } |
|---|
| 323 | |
|---|
| 324 | .literal-block { |
|---|
| 325 | border: thin solid rgb(180,180,180); |
|---|
| 326 | font-family: lucidatypewriter, "lucida typewriter", monospace; |
|---|
| 327 | font-size: 90%; |
|---|
| 328 | color: #111; |
|---|
| 329 | line-height: 140%; |
|---|
| 330 | background-color: #eee; |
|---|
| 331 | padding: 0.5em; |
|---|
| 332 | margin-bottom: 1.5em; |
|---|
| 333 | } |
|---|
| 334 | |
|---|
| 335 | table.table { |
|---|
| 336 | margin-left: 2em; |
|---|
| 337 | margin-right: 2em; } |
|---|
| 338 | |
|---|
| 339 | table.table thead { |
|---|
| 340 | background-color: rgb(230,230,230); } |
|---|
| 341 | |
|---|
| 342 | dt { |
|---|
| 343 | font-weight: bold; } |
|---|
| 344 | |
|---|
| 345 | /* docutils uses the "option" class with both "col" and "span" |
|---|
| 346 | elements, so we have to be explicit here */ |
|---|
| 347 | .option-list span.option { |
|---|
| 348 | font-weight: bold; } |
|---|
| 349 | |
|---|
| 350 | .option-list kbd { |
|---|
| 351 | font-family: inherit; } |
|---|