From: richard Date: Fri, 24 May 2002 03:12:39 +0000 (+0000) Subject: new CSS X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c3614775234a6b02db721a4e616a4c8427db1a5;p=roundup.git new CSS git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@760 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/default.css b/doc/default.css index da37c89..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-11 00:26:05 $ -:version: $Revision: 1.3 $ +: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,13 +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.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 } @@ -57,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 } @@ -112,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 ;