diff options
author | Dave Abrahams <dave@boostpro.com> | 2004-01-14 12:56:02 +0000 |
---|---|---|
committer | Dave Abrahams <dave@boostpro.com> | 2004-01-14 12:56:02 +0000 |
commit | 68bc1cd8ed2f4e93d3c3a7b727eb003227bc22ce (patch) | |
tree | 6ef2a7ba8a0b885d8c40b5ef1795bd67b4151ed8 /rst.css | |
parent | bb2da52ac26aeb89f7675dc117c2a21cfe72fc09 (diff) | |
download | boost-68bc1cd8ed2f4e93d3c3a7b727eb003227bc22ce.tar.gz |
Added recent changes from docutils
[SVN r21725]
Diffstat (limited to 'rst.css')
-rwxr-xr-x | rst.css | 40 |
1 files changed, 38 insertions, 2 deletions
@@ -32,7 +32,7 @@ div.abstract p.topic-title { text-align: center } div.attention, div.caution, div.danger, div.error, div.hint, -div.important, div.note, div.tip, div.warning { +div.important, div.note, div.tip, div.warning, div.admonition { margin: 2em ; border: medium outset ; padding: 1em } @@ -45,7 +45,8 @@ div.warning p.admonition-title { font-family: sans-serif } div.hint p.admonition-title, div.important p.admonition-title, -div.note p.admonition-title, div.tip p.admonition-title { +div.note p.admonition-title, div.tip p.admonition-title, +div.admonition p.admonition-title { font-weight: bold ; font-family: sans-serif } @@ -64,6 +65,19 @@ div.figure { div.footer, div.header { font-size: smaller } +div.sidebar { + margin-left: 1em ; + border: medium outset ; + padding: 0em 1em ; + background-color: #ffffee ; + width: 40% ; + float: right ; + clear: right } + +div.sidebar p.rubric { + font-family: sans-serif ; + font-size: medium } + div.system-messages { margin: 5em } @@ -165,6 +179,10 @@ ol.lowerroman { ol.upperroman { list-style: upper-roman } +p.attribution { + text-align: right ; + margin-left: 50% } + p.caption { font-style: italic } @@ -175,6 +193,21 @@ p.credits { p.label { white-space: nowrap } +p.rubric { + font-weight: bold ; + font-size: larger ; + color: maroon ; + text-align: center } + +p.sidebar-title { + font-family: sans-serif ; + font-weight: bold ; + font-size: larger } + +p.sidebar-subtitle { + font-family: sans-serif ; + font-weight: bold } + p.topic-title { font-weight: bold } @@ -204,6 +237,9 @@ span.classifier-delimiter { span.interpreted { font-family: sans-serif } +span.option { + white-space: nowrap } + span.option-argument { font-style: italic } |