From 72318de51633134a2fedfae7e9160df52eb29cd5 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 10 Apr 2002 23:57:54 +0000 Subject: [PATCH] doc CSS update git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@700 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/default.css | 67 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/doc/default.css b/doc/default.css index 1e8f2c2..744e301 100644 --- a/doc/default.css +++ b/doc/default.css @@ -1,45 +1,44 @@ /* :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 { @@ -51,10 +50,6 @@ div.field-list { div.figure { margin-left: 2em } -div.footnote { - border-left: solid thin black; - padding-left: 1em } - div.system-messages { margin: 5em } @@ -62,12 +57,15 @@ div.system-messages h1 { 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 } @@ -98,18 +96,33 @@ ol.upperroman { 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 { @@ -127,5 +140,13 @@ span.problematic { 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 } -- 2.30.2