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