Mercurial > p > roundup > code
comparison doc/default.css @ 747:3c1cb2021b5e
new CSS
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 24 May 2002 03:12:39 +0000 |
| parents | b38f4f95bffd |
| children | 8c6df3f14020 |
comparison
equal
deleted
inserted
replaced
| 746:a32ca55e0d66 | 747:3c1cb2021b5e |
|---|---|
| 1 /* | 1 /* |
| 2 :Author: David Goodger | 2 :Author: David Goodger |
| 3 :Contact: goodger@users.sourceforge.net | 3 :Contact: goodger@users.sourceforge.net |
| 4 :date: $Date: 2002-04-11 00:26:05 $ | 4 :date: $Date: 2002-05-24 03:12:39 $ |
| 5 :version: $Revision: 1.3 $ | 5 :version: $Revision: 1.4 $ |
| 6 :copyright: This stylesheet has been placed in the public domain. | 6 :copyright: This stylesheet has been placed in the public domain. |
| 7 | 7 |
| 8 Default cascading style sheet for the HTML output of Docutils. | 8 Default cascading style sheet for the HTML output of Docutils. |
| 9 */ | 9 */ |
| 10 | 10 |
| 12 font-size: smaller ; | 12 font-size: smaller ; |
| 13 vertical-align: super } | 13 vertical-align: super } |
| 14 | 14 |
| 15 a.target { | 15 a.target { |
| 16 color: blue } | 16 color: blue } |
| 17 | |
| 18 code { | |
| 19 background-color: #eeeeee } | |
| 17 | 20 |
| 18 div.abstract { | 21 div.abstract { |
| 19 margin: 2em 5em } | 22 margin: 2em 5em } |
| 20 | 23 |
| 21 div.abstract p.topic-title { | 24 div.abstract p.topic-title { |
| 26 div.important, div.note, div.tip, div.warning { | 29 div.important, div.note, div.tip, div.warning { |
| 27 margin: 2em ; | 30 margin: 2em ; |
| 28 border: medium outset ; | 31 border: medium outset ; |
| 29 padding: 1em } | 32 padding: 1em } |
| 30 | 33 |
| 31 div.attention h3, div.caution h3, div.danger h3, div.error h3, | 34 div.attention p.admonition-title, div.caution p.admonition-title, |
| 32 div.warning h3 { | 35 div.danger p.admonition-title, div.error p.admonition-title, |
| 36 div.warning p.admonition-title { | |
| 33 color: red ; | 37 color: red ; |
| 34 font-weight: bold ; | 38 font-weight: bold ; |
| 35 font-family: sans-serif } | 39 font-family: sans-serif } |
| 36 | 40 |
| 37 div.hint h3, div.important h3, div.note h3, div.tip h3 { | 41 div.hint p.admonition-title, div.important p.admonition-title, |
| 42 div.note p.admonition-title, div.tip p.admonition-title { | |
| 38 font-weight: bold ; | 43 font-weight: bold ; |
| 39 font-family: sans-serif } | 44 font-family: sans-serif } |
| 40 | 45 |
| 41 div.field-body { | 46 div.field-body { |
| 42 margin-bottom: 1em } | 47 margin-bottom: 1em } |
| 55 | 60 |
| 56 div.system-message { | 61 div.system-message { |
| 57 border: medium outset ; | 62 border: medium outset ; |
| 58 padding: 1em } | 63 padding: 1em } |
| 59 | 64 |
| 60 div.system-message h3 { | 65 div.system-message p.system-message-title { |
| 61 color: red } | 66 color: red ; |
| 67 font-weight: bold } | |
| 62 | 68 |
| 63 div.topic { | 69 div.topic { |
| 64 margin: 2em } | 70 margin: 2em } |
| 65 | |
| 66 dt { | |
| 67 margin-bottom: -1em } | |
| 68 | 71 |
| 69 h1.title { | 72 h1.title { |
| 70 text-align: center } | 73 text-align: center } |
| 71 | 74 |
| 72 h2.subtitle { | 75 h2.subtitle { |
| 110 | 113 |
| 111 p.topic-title { | 114 p.topic-title { |
| 112 font-weight: bold } | 115 font-weight: bold } |
| 113 | 116 |
| 114 pre.literal-block, pre.doctest-block { | 117 pre.literal-block, pre.doctest-block { |
| 115 margin-left: 2em } | 118 margin-left: 2em ; |
| 119 margin-right: 2em ; | |
| 120 background-color: #eeeeee } | |
| 116 | 121 |
| 117 span.classifier { | 122 span.classifier { |
| 118 font-family: sans-serif ; | 123 font-family: sans-serif ; |
| 119 font-style: oblique } | 124 font-style: oblique } |
| 120 | 125 |
