Code

new CSS
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 24 May 2002 03:12:39 +0000 (03:12 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 24 May 2002 03:12:39 +0000 (03:12 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@760 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/default.css

index da37c8937afaddece6819528e7988acbdd30a298..789978cae4a9e74d7eab790f02e3f4b3459a138f 100644 (file)
@@ -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 ;