/doc/local.css
CSS | 270 lines | 177 code | 64 blank | 29 comment | 0 complexity | 315a8f72aec730322c7d83a08d9a0038 MD5 | raw file
1/* 2:Author: David Goodger 3:Contact: goodger@users.sourceforge.net 4:Date: $Date: 2005-05-26 12:51:39 +0200 (Thu, 26 May 2005) $ 5:Version: $Revision: 3368 $ 6:Copyright: This stylesheet has been placed in the public domain. 7 8Default cascading style sheet for the HTML output of Docutils. 9*/ 10 11/* "! important" is used here to override other ``margin-top`` and 12 ``margin-bottom`` styles that are later in the stylesheet or 13 more specific. See http://www.w3.org/TR/CSS1#the-cascade */ 14.first { 15 margin-top: 0 ! important } 16 17.last, .with-subtitle { 18 margin-bottom: 0 ! important } 19 20.hidden { 21 display: none } 22 23a.toc-backref { 24 text-decoration: none ; 25 color: black } 26 27a[href]:hover { 28 text-decoration: underline; 29 color: blue; 30} 31 32blockquote.epigraph { 33 margin: 2em 5em ; } 34 35dl.docutils dd { 36 margin-bottom: 0.5em } 37 38/* Uncomment (and remove this text!) to get bold-faced definition list terms 39dl.docutils dt { 40 font-weight: bold } 41*/ 42 43div.abstract { 44 margin: 2em 5em } 45 46div.abstract p.topic-title { 47 font-weight: bold ; 48 text-align: center } 49 50div.admonition, div.attention, div.caution, div.danger, div.error, 51div.hint, div.important, div.note, div.tip, div.warning { 52 margin: 2em ; 53 border: medium outset ; 54 padding: 1em } 55 56div.admonition p.admonition-title, div.hint p.admonition-title, 57div.important p.admonition-title, div.note p.admonition-title, 58div.tip p.admonition-title { 59 font-weight: bold ; 60 font-family: sans-serif } 61 62div.attention p.admonition-title, div.caution p.admonition-title, 63div.danger p.admonition-title, div.error p.admonition-title, 64div.warning p.admonition-title { 65 color: red ; 66 font-weight: bold ; 67 font-family: sans-serif } 68 69/* Uncomment (and remove this text!) to get reduced vertical space in 70 compound paragraphs. 71div.compound .compound-first, div.compound .compound-middle { 72 margin-bottom: 0.5em } 73 74div.compound .compound-last, div.compound .compound-middle { 75 margin-top: 0.5em } 76*/ 77 78div.dedication { 79 margin: 2em 5em ; 80 text-align: center ; 81 font-style: italic } 82 83div.dedication p.topic-title { 84 font-weight: bold ; 85 font-style: normal } 86 87div.figure { 88 margin-left: 2em } 89 90div.footer, div.header { 91 font-size: smaller } 92 93div.line-block { 94 display: block ; 95 margin-top: 1em ; 96 margin-bottom: 1em } 97 98div.line-block div.line-block { 99 margin-top: 0 ; 100 margin-bottom: 0 ; 101 margin-left: 1.5em } 102 103div.sidebar { 104 margin-left: 1em ; 105 border: medium outset ; 106 padding: 1em ; 107 background-color: #ffffee ; 108 width: 40% ; 109 float: right ; 110 clear: right } 111 112div.sidebar p.rubric { 113 font-family: sans-serif ; 114 font-size: medium } 115 116div.system-messages { 117 margin: 5em } 118 119div.system-messages h1 { 120 color: red } 121 122div.system-message { 123 border: medium outset ; 124 padding: 1em } 125 126div.system-message p.system-message-title { 127 color: red ; 128 font-weight: bold } 129 130div.topic { 131 margin: 2em } 132 133h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 134h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 135 margin-top: 0.4em } 136 137h1.title { 138 text-align: center } 139 140h2.subtitle { 141 text-align: center } 142 143hr.docutils { 144 width: 75% } 145 146ol.simple, ul.simple { 147 margin-bottom: 1em } 148 149ol.arabic { 150 list-style: decimal } 151 152ol.loweralpha { 153 list-style: lower-alpha } 154 155ol.upperalpha { 156 list-style: upper-alpha } 157 158ol.lowerroman { 159 list-style: lower-roman } 160 161ol.upperroman { 162 list-style: upper-roman } 163 164p.attribution { 165 text-align: right ; 166 margin-left: 50% } 167 168p.caption { 169 font-style: italic } 170 171p.credits { 172 font-style: italic ; 173 font-size: smaller } 174 175p.label { 176 white-space: nowrap } 177 178p.rubric { 179 font-weight: bold ; 180 font-size: larger ; 181 color: maroon ; 182 text-align: center } 183 184p.sidebar-title { 185 font-family: sans-serif ; 186 font-weight: bold ; 187 font-size: larger } 188 189p.sidebar-subtitle { 190 font-family: sans-serif ; 191 font-weight: bold } 192 193p.topic-title { 194 font-weight: bold } 195 196pre.address { 197 margin-bottom: 0 ; 198 margin-top: 0 ; 199 font-family: serif ; 200 font-size: 100% } 201 202pre.line-block { 203 font-family: serif ; 204 font-size: 100% } 205 206pre.literal-block, pre.doctest-block { 207 margin-left: 2em ; 208 margin-right: 2em ; 209 background-color: #eeeeee } 210 211span.classifier { 212 font-family: sans-serif ; 213 font-style: oblique } 214 215span.classifier-delimiter { 216 font-family: sans-serif ; 217 font-weight: bold } 218 219span.interpreted { 220 font-family: sans-serif } 221 222span.option { 223 white-space: nowrap } 224 225span.pre { 226 white-space: pre } 227 228span.problematic { 229 color: red } 230 231span.section-subtitle { 232 /* font-size relative to parent (<h#> element) */ 233 font-size: 80% } 234 235table.citation { 236 border-left: solid thin gray } 237 238table.docinfo { 239 margin: 2em 4em } 240 241table.docutils { 242 margin-top: 0.5em ; 243 margin-bottom: 0.5em } 244 245table.footnote { 246 border-left: solid thin black } 247 248table.docutils td, table.docutils th, 249table.docinfo td, table.docinfo th { 250 padding-left: 0.5em ; 251 padding-right: 0.5em ; 252 vertical-align: top } 253 254table.docutils th.field-name, table.docinfo th.docinfo-name { 255 font-weight: bold ; 256 text-align: left ; 257 white-space: nowrap ; 258 padding-left: 0 } 259 260h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 261h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 262 font-size: 100% } 263 264/* 265tt.docutils { 266 background-color: #eeeeee } 267*/ 268 269ul.auto-toc { 270 list-style-type: none }