Code

- fix mailgw list of methods -- use getattr so that a derived class will
[roundup.git] / doc / default.css
index a6c07c55effd98586cfbd2c21b1795302b685a0d..bd5b5ac1620e45c5e4565f8d82c64eca5bc31cf7 100644 (file)
@@ -1,8 +1,8 @@
 /*
 :Author: David Goodger
 :Contact: goodger@users.sourceforge.net
-:date: $Date: 2002-09-12 03:57:09 $
-:version: $Revision: 1.9 $
+:date: $Date: 2004-06-09 00:25:32 $
+:version: $Revision: 1.13 $
 :copyright: This stylesheet has been placed in the public domain.
 
 Default cascading style sheet for the HTML output of Docutils.
@@ -25,12 +25,23 @@ div.abstract p.topic-title {
   font-weight: bold ;
   text-align: center }
 
-div.attention, div.caution, div.danger, div.error, div.hint,
-div.important, div.note, div.tip, div.warning {
+div.attention, div.caution, div.danger, div.error,
+div.important, div.tip, div.warning {
   margin: 2em ;
   border: medium outset ;
   padding: 1em }
 
+div.hint, div.note {
+  font-size: 80%;
+  float: right;
+  width: 15em;
+  margin: 0.5em;
+  margin-left: 1em ;
+  border: solid #aaa;
+  background: #eee;
+  padding: 1em;
+}
+
 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 {
@@ -75,8 +86,15 @@ div.system-message p.system-message-title {
 div.topic {
   margin: 2em }
 
+h1 {
+  margin-top: 2em;
+  text-decoration: underline;
+}
+
 h1.title {
-  text-align: center }
+  text-align: center;
+  margin-top: .5em;
+}
 
 h2.subtitle {
   text-align: center }
@@ -85,6 +103,7 @@ hr {
   width: 75% }
 
 ol.simple, ul.simple {
+  margin-top: 0;
   margin-bottom: 1em }
 
 ol.arabic {
@@ -212,5 +231,9 @@ h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
 tt {
   background-color: #eeeeee }
 
+tt.literal span.pre {
+  background-color: #eeeeee
+}
+
 ul.auto-toc {
   list-style-type: none }