From 68bc1cd8ed2f4e93d3c3a7b727eb003227bc22ce Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 14 Jan 2004 12:56:02 +0000 Subject: Added recent changes from docutils [SVN r21725] --- rst.css | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'rst.css') diff --git a/rst.css b/rst.css index b22776cb60..f3efd84930 100755 --- a/rst.css +++ b/rst.css @@ -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 } -- cgit v1.2.1