X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Fdefault.css;h=789978cae4a9e74d7eab790f02e3f4b3459a138f;hb=4c3614775234a6b02db721a4e616a4c8427db1a5;hp=744e301e1402e36b79f4ae80d20760aa809335bc;hpb=72318de51633134a2fedfae7e9160df52eb29cd5;p=roundup.git diff --git a/doc/default.css b/doc/default.css index 744e301..789978c 100644 --- a/doc/default.css +++ b/doc/default.css @@ -1,8 +1,8 @@ /* :Author: David Goodger :Contact: goodger@users.sourceforge.net -:date: $Date: 2002-04-10 23:57:54 $ -:version: $Revision: 1.2 $ +:date: $Date: 2002-05-24 03:12:39 $ +:version: $Revision: 1.4 $ :copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. @@ -15,6 +15,9 @@ a.footnote-reference { a.target { color: blue } +code { + background-color: #eeeeee } + div.abstract { margin: 2em 5em } @@ -28,16 +31,15 @@ div.important, div.note, div.tip, div.warning { border: medium outset ; padding: 1em } -div.attention h3, div.caution h3, div.danger h3, div.error h3, -div.warning h3 { +div.attention p.admonition-title, div.caution p.admonition-title, +div.danger p.admonition-title, div.error p.admonition-title, +div.warning p.admonition-title { color: red ; font-weight: bold ; font-family: sans-serif } -div.contents li { - margin-top: -20px } - -div.hint h3, div.important h3, div.note h3, div.tip h3 { +div.hint p.admonition-title, div.important p.admonition-title, +div.note p.admonition-title, div.tip p.admonition-title { font-weight: bold ; font-family: sans-serif } @@ -60,15 +62,13 @@ div.system-message { border: medium outset ; padding: 1em } -div.system-message h3 { - color: red } +div.system-message p.system-message-title { + color: red ; + font-weight: bold } div.topic { margin: 2em } -dt { - margin-bottom: -1em } - h1.title { text-align: center } @@ -115,7 +115,9 @@ p.topic-title { font-weight: bold } pre.literal-block, pre.doctest-block { - margin-left: 2em } + margin-left: 2em ; + margin-right: 2em ; + background-color: #eeeeee } span.classifier { font-family: sans-serif ;