cmlenz@226: /* cmlenz@226: :Author: David Goodger cmlenz@226: :Contact: goodger@users.sourceforge.net cmlenz@226: :Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $ cmlenz@226: :Revision: $Revision: 4224 $ cmlenz@226: :Copyright: This stylesheet has been placed in the public domain. cmlenz@226: cmlenz@226: Default cascading style sheet for the HTML output of Docutils. cmlenz@226: cmlenz@226: See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to cmlenz@226: customize this style sheet. cmlenz@226: */ cmlenz@226: cmlenz@226: /* used to remove borders from tables and images */ cmlenz@226: .borderless, table.borderless td, table.borderless th { cmlenz@226: border: 0 } cmlenz@226: cmlenz@226: table.borderless td, table.borderless th { cmlenz@226: /* Override padding for "table.docutils td" with "! important". cmlenz@226: The right padding separates the table cells. */ cmlenz@226: padding: 0 0.5em 0 0 ! important } cmlenz@226: cmlenz@226: .first { cmlenz@226: /* Override more specific margin styles with "! important". */ cmlenz@226: margin-top: 0 ! important } cmlenz@226: cmlenz@226: .last, .with-subtitle { cmlenz@226: margin-bottom: 0 ! important } cmlenz@226: cmlenz@226: .hidden { cmlenz@226: display: none } cmlenz@226: cmlenz@226: a.toc-backref { cmlenz@226: text-decoration: none ; cmlenz@226: color: black } cmlenz@226: cmlenz@226: blockquote.epigraph { cmlenz@226: margin: 2em 5em ; } cmlenz@226: cmlenz@226: dl.docutils dd { cmlenz@226: margin-bottom: 0.5em } cmlenz@226: cmlenz@226: /* Uncomment (and remove this text!) to get bold-faced definition list terms cmlenz@226: dl.docutils dt { cmlenz@226: font-weight: bold } cmlenz@226: */ cmlenz@226: cmlenz@226: div.abstract { cmlenz@226: margin: 2em 5em } cmlenz@226: cmlenz@226: div.abstract p.topic-title { cmlenz@226: font-weight: bold ; cmlenz@226: text-align: center } cmlenz@226: cmlenz@226: div.admonition, div.attention, div.caution, div.danger, div.error, cmlenz@226: div.hint, div.important, div.note, div.tip, div.warning { cmlenz@226: margin: 2em ; cmlenz@226: border: medium outset ; cmlenz@226: padding: 1em } cmlenz@226: cmlenz@226: div.admonition p.admonition-title, div.hint p.admonition-title, cmlenz@226: div.important p.admonition-title, div.note p.admonition-title, cmlenz@226: div.tip p.admonition-title { cmlenz@226: font-weight: bold ; cmlenz@226: font-family: sans-serif } cmlenz@226: cmlenz@226: div.attention p.admonition-title, div.caution p.admonition-title, cmlenz@226: div.danger p.admonition-title, div.error p.admonition-title, cmlenz@226: div.warning p.admonition-title { cmlenz@226: color: red ; cmlenz@226: font-weight: bold ; cmlenz@226: font-family: sans-serif } cmlenz@226: cmlenz@226: /* Uncomment (and remove this text!) to get reduced vertical space in cmlenz@226: compound paragraphs. cmlenz@226: div.compound .compound-first, div.compound .compound-middle { cmlenz@226: margin-bottom: 0.5em } cmlenz@226: cmlenz@226: div.compound .compound-last, div.compound .compound-middle { cmlenz@226: margin-top: 0.5em } cmlenz@226: */ cmlenz@226: cmlenz@226: div.dedication { cmlenz@226: margin: 2em 5em ; cmlenz@226: text-align: center ; cmlenz@226: font-style: italic } cmlenz@226: cmlenz@226: div.dedication p.topic-title { cmlenz@226: font-weight: bold ; cmlenz@226: font-style: normal } cmlenz@226: cmlenz@226: div.figure { cmlenz@226: margin-left: 2em ; cmlenz@226: margin-right: 2em } cmlenz@226: cmlenz@226: div.footer, div.header { cmlenz@226: clear: both; cmlenz@226: font-size: smaller } cmlenz@226: cmlenz@226: div.line-block { cmlenz@226: display: block ; cmlenz@226: margin-top: 1em ; cmlenz@226: margin-bottom: 1em } cmlenz@226: cmlenz@226: div.line-block div.line-block { cmlenz@226: margin-top: 0 ; cmlenz@226: margin-bottom: 0 ; cmlenz@226: margin-left: 1.5em } cmlenz@226: cmlenz@226: div.sidebar { cmlenz@226: margin-left: 1em ; cmlenz@226: border: medium outset ; cmlenz@226: padding: 1em ; cmlenz@226: background-color: #ffffee ; cmlenz@226: width: 40% ; cmlenz@226: float: right ; cmlenz@226: clear: right } cmlenz@226: cmlenz@226: div.sidebar p.rubric { cmlenz@226: font-family: sans-serif ; cmlenz@226: font-size: medium } cmlenz@226: cmlenz@226: div.system-messages { cmlenz@226: margin: 5em } cmlenz@226: cmlenz@226: div.system-messages h1 { cmlenz@226: color: red } cmlenz@226: cmlenz@226: div.system-message { cmlenz@226: border: medium outset ; cmlenz@226: padding: 1em } cmlenz@226: cmlenz@226: div.system-message p.system-message-title { cmlenz@226: color: red ; cmlenz@226: font-weight: bold } cmlenz@226: cmlenz@226: div.topic { cmlenz@226: margin: 2em } cmlenz@226: cmlenz@226: h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, cmlenz@226: h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { cmlenz@226: margin-top: 0.4em } cmlenz@226: cmlenz@226: h1.title { cmlenz@226: text-align: center } cmlenz@226: cmlenz@226: h2.subtitle { cmlenz@226: text-align: center } cmlenz@226: cmlenz@226: hr.docutils { cmlenz@226: width: 75% } cmlenz@226: cmlenz@226: img.align-left { cmlenz@226: clear: left } cmlenz@226: cmlenz@226: img.align-right { cmlenz@226: clear: right } cmlenz@226: cmlenz@226: ol.simple, ul.simple { cmlenz@226: margin-bottom: 1em } cmlenz@226: cmlenz@226: ol.arabic { cmlenz@226: list-style: decimal } cmlenz@226: cmlenz@226: ol.loweralpha { cmlenz@226: list-style: lower-alpha } cmlenz@226: cmlenz@226: ol.upperalpha { cmlenz@226: list-style: upper-alpha } cmlenz@226: cmlenz@226: ol.lowerroman { cmlenz@226: list-style: lower-roman } cmlenz@226: cmlenz@226: ol.upperroman { cmlenz@226: list-style: upper-roman } cmlenz@226: cmlenz@226: p.attribution { cmlenz@226: text-align: right ; cmlenz@226: margin-left: 50% } cmlenz@226: cmlenz@226: p.caption { cmlenz@226: font-style: italic } cmlenz@226: cmlenz@226: p.credits { cmlenz@226: font-style: italic ; cmlenz@226: font-size: smaller } cmlenz@226: cmlenz@226: p.label { cmlenz@226: white-space: nowrap } cmlenz@226: cmlenz@226: p.rubric { cmlenz@226: font-weight: bold ; cmlenz@226: font-size: larger ; cmlenz@226: color: maroon ; cmlenz@226: text-align: center } cmlenz@226: cmlenz@226: p.sidebar-title { cmlenz@226: font-family: sans-serif ; cmlenz@226: font-weight: bold ; cmlenz@226: font-size: larger } cmlenz@226: cmlenz@226: p.sidebar-subtitle { cmlenz@226: font-family: sans-serif ; cmlenz@226: font-weight: bold } cmlenz@226: cmlenz@226: p.topic-title { cmlenz@226: font-weight: bold } cmlenz@226: cmlenz@226: pre.address { cmlenz@226: margin-bottom: 0 ; cmlenz@226: margin-top: 0 ; cmlenz@226: font-family: serif ; cmlenz@226: font-size: 100% } cmlenz@226: cmlenz@226: pre.literal-block, pre.doctest-block { cmlenz@226: margin-left: 2em ; cmlenz@226: margin-right: 2em ; cmlenz@226: background-color: #eeeeee } cmlenz@226: cmlenz@226: span.classifier { cmlenz@226: font-family: sans-serif ; cmlenz@226: font-style: oblique } cmlenz@226: cmlenz@226: span.classifier-delimiter { cmlenz@226: font-family: sans-serif ; cmlenz@226: font-weight: bold } cmlenz@226: cmlenz@226: span.interpreted { cmlenz@226: font-family: sans-serif } cmlenz@226: cmlenz@226: span.option { cmlenz@226: white-space: nowrap } cmlenz@226: cmlenz@226: span.pre { cmlenz@226: white-space: pre } cmlenz@226: cmlenz@226: span.problematic { cmlenz@226: color: red } cmlenz@226: cmlenz@226: span.section-subtitle { cmlenz@226: /* font-size relative to parent (h1..h6 element) */ cmlenz@226: font-size: 80% } cmlenz@226: cmlenz@226: table.citation { cmlenz@226: border-left: solid 1px gray; cmlenz@226: margin-left: 1px } cmlenz@226: cmlenz@226: table.docinfo { cmlenz@226: margin: 2em 4em } cmlenz@226: cmlenz@226: table.docutils { cmlenz@226: margin-top: 0.5em ; cmlenz@226: margin-bottom: 0.5em } cmlenz@226: cmlenz@226: table.footnote { cmlenz@226: border-left: solid 1px black; cmlenz@226: margin-left: 1px } cmlenz@226: cmlenz@226: table.docutils td, table.docutils th, cmlenz@226: table.docinfo td, table.docinfo th { cmlenz@226: padding-left: 0.5em ; cmlenz@226: padding-right: 0.5em ; cmlenz@226: vertical-align: top } cmlenz@226: cmlenz@226: table.docutils th.field-name, table.docinfo th.docinfo-name { cmlenz@226: font-weight: bold ; cmlenz@226: text-align: left ; cmlenz@226: white-space: nowrap ; cmlenz@226: padding-left: 0 } cmlenz@226: cmlenz@226: h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, cmlenz@226: h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { cmlenz@226: font-size: 100% } cmlenz@226: cmlenz@226: tt.docutils { cmlenz@226: background-color: #eeeeee } cmlenz@226: cmlenz@226: ul.auto-toc { cmlenz@226: list-style-type: none }