summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c3c0dd)
raw | patch | inline | side by side (parent: 2c3c0dd)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Apr 2002 23:57:54 +0000 (23:57 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Apr 2002 23:57:54 +0000 (23:57 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@700 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/default.css | patch | blob | history |
diff --git a/doc/default.css b/doc/default.css
index 1e8f2c2279d352926a4e186bed665b2bf948537f..744e301e1402e36b79f4ae80d20760aa809335bc 100644 (file)
--- a/doc/default.css
+++ b/doc/default.css
/*
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
-:date: $Date: 2002-03-08 23:41:46 $
-:version: $Revision: 1.1 $
+:date: $Date: 2002-04-10 23:57:54 $
+:version: $Revision: 1.2 $
:copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
*/
a.footnote-reference {
- font-size: smaller;
+ font-size: smaller ;
vertical-align: super }
-col.docinfo-name {
- font-weight: bold;
- text-align: right }
-
-col.field-name {
- font-weight: bold }
+a.target {
+ color: blue }
div.abstract {
margin: 2em 5em }
-div.abstract h6 {
- font-size: larger;
+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 {
- margin: 2em;
- border: medium outset;
+ margin: 2em ;
+ border: medium outset ;
padding: 1em }
div.attention h3, div.caution h3, div.danger h3, div.error h3,
div.warning h3 {
- color: red;
- font-weight: bold;
+ 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 {
- font-weight: bold;
+ font-weight: bold ;
font-family: sans-serif }
div.field-body {
div.figure {
margin-left: 2em }
-div.footnote {
- border-left: solid thin black;
- padding-left: 1em }
-
div.system-messages {
margin: 5em }
color: red }
div.system-message {
- border: medium outset;
+ border: medium outset ;
padding: 1em }
div.system-message h3 {
color: red }
+div.topic {
+ margin: 2em }
+
dt {
margin-bottom: -1em }
p.caption {
font-style: italic }
+p.credits {
+ font-style: italic ;
+ font-size: smaller }
+
+p.docinfo-name {
+ font-weight: bold ;
+ text-align: right }
+
p.field-name {
+ font-weight: bold ;
margin-bottom: 1em }
+p.label {
+ white-space: nowrap }
+
+p.topic-title {
+ font-weight: bold }
+
pre.literal-block, pre.doctest-block {
margin-left: 2em }
span.classifier {
- font-family: sans-serif;
+ font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
- font-family: sans-serif;
+ font-family: sans-serif ;
font-weight: bold }
span.field-argument {
table {
margin-top: 1em }
+table.citation {
+ border-left: solid thin gray ;
+ padding-left: 0.5ex }
+
table.docinfo {
margin: 2em 4em }
+
+table.footnote {
+ border-left: solid thin black ;
+ padding-left: 0.5ex }