Mercurial > p > roundup > code
comparison doc/default.css @ 2409:096063697f77
merge
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Jun 2004 00:25:32 +0000 |
| parents | a3d63babf9c4 |
| children | 33a1f03b9de0 |
comparison
equal
deleted
inserted
replaced
| 2405:1736886eefb3 | 2409:096063697f77 |
|---|---|
| 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: 2004-04-18 23:12:06 $ | 4 :date: $Date: 2004-06-09 00:25:32 $ |
| 5 :version: $Revision: 1.12 $ | 5 :version: $Revision: 1.13 $ |
| 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 |
| 23 | 23 |
| 24 div.abstract p.topic-title { | 24 div.abstract p.topic-title { |
| 25 font-weight: bold ; | 25 font-weight: bold ; |
| 26 text-align: center } | 26 text-align: center } |
| 27 | 27 |
| 28 div.attention, div.caution, div.danger, div.error, div.hint, | 28 div.attention, div.caution, div.danger, div.error, |
| 29 div.important, div.note, div.tip, div.warning { | 29 div.important, div.tip, div.warning { |
| 30 margin: 2em ; | 30 margin: 2em ; |
| 31 border: medium outset ; | 31 border: medium outset ; |
| 32 padding: 1em } | 32 padding: 1em } |
| 33 | |
| 34 div.hint, div.note { | |
| 35 font-size: 80%; | |
| 36 float: right; | |
| 37 width: 15em; | |
| 38 margin: 0.5em; | |
| 39 margin-left: 1em ; | |
| 40 border: solid #aaa; | |
| 41 background: #eee; | |
| 42 padding: 1em; | |
| 43 } | |
| 33 | 44 |
| 34 div.attention p.admonition-title, div.caution p.admonition-title, | 45 div.attention p.admonition-title, div.caution p.admonition-title, |
| 35 div.danger p.admonition-title, div.error p.admonition-title, | 46 div.danger p.admonition-title, div.error p.admonition-title, |
| 36 div.warning p.admonition-title { | 47 div.warning p.admonition-title { |
| 37 color: red ; | 48 color: red ; |
