|
@@ -32,7 +32,7 @@ div.abstract p.topic-title {
|
|
|
text-align: center }
|
|
text-align: center }
|
|
|
|
|
|
|
|
div.attention, div.caution, div.danger, div.error, div.hint,
|
|
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 ;
|
|
margin: 2em ;
|
|
|
border: medium outset ;
|
|
border: medium outset ;
|
|
|
padding: 1em }
|
|
padding: 1em }
|
|
@@ -45,7 +45,8 @@ div.warning p.admonition-title {
|
|
|
font-family: sans-serif }
|
|
font-family: sans-serif }
|
|
|
|
|
|
|
|
div.hint p.admonition-title, div.important p.admonition-title,
|
|
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-weight: bold ;
|
|
|
font-family: sans-serif }
|
|
font-family: sans-serif }
|
|
|
|
|
|
|
@@ -64,6 +65,19 @@ div.figure {
|
|
|
div.footer, div.header {
|
|
div.footer, div.header {
|
|
|
font-size: smaller }
|
|
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 {
|
|
div.system-messages {
|
|
|
margin: 5em }
|
|
margin: 5em }
|
|
|
|
|
|
|
@@ -165,6 +179,10 @@ ol.lowerroman {
|
|
|
ol.upperroman {
|
|
ol.upperroman {
|
|
|
list-style: upper-roman }
|
|
list-style: upper-roman }
|
|
|
|
|
|
|
|
|
|
+p.attribution {
|
|
|
|
|
+ text-align: right ;
|
|
|
|
|
+ margin-left: 50% }
|
|
|
|
|
+
|
|
|
p.caption {
|
|
p.caption {
|
|
|
font-style: italic }
|
|
font-style: italic }
|
|
|
|
|
|
|
@@ -175,6 +193,21 @@ p.credits {
|
|
|
p.label {
|
|
p.label {
|
|
|
white-space: nowrap }
|
|
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 {
|
|
p.topic-title {
|
|
|
font-weight: bold }
|
|
font-weight: bold }
|
|
|
|
|
|
|
@@ -204,6 +237,9 @@ span.classifier-delimiter {
|
|
|
span.interpreted {
|
|
span.interpreted {
|
|
|
font-family: sans-serif }
|
|
font-family: sans-serif }
|
|
|
|
|
|
|
|
|
|
+span.option {
|
|
|
|
|
+ white-space: nowrap }
|
|
|
|
|
+
|
|
|
span.option-argument {
|
|
span.option-argument {
|
|
|
font-style: italic }
|
|
font-style: italic }
|
|
|
|
|
|