buildframework/helium/external/python/lib/common/docutils-0.5-py2.5.egg/docutils/writers/pep_html/pep.css
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
permissions -rw-r--r--
helium_7.0-r14027
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
179
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     1
/*
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     2
:Author: David Goodger
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     3
:Contact: goodger@python.org
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     4
:date: $Date: 2006-05-21 22:44:42 +0200 (Sun, 21 May 2006) $
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     5
:version: $Revision: 4564 $
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     6
:copyright: This stylesheet has been placed in the public domain.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     7
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     8
Default cascading style sheet for the PEP HTML output of Docutils.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     9
*/
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    10
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    11
/* "! important" is used here to override other ``margin-top`` and
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    12
   ``margin-bottom`` styles that are later in the stylesheet or 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    13
   more specific.  See http://www.w3.org/TR/CSS1#the-cascade */
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    14
.first {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    15
  margin-top: 0 ! important }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    16
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    17
.last, .with-subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    18
  margin-bottom: 0 ! important }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    19
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    20
.hidden {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    21
  display: none }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    22
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    23
.navigation {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    24
  width: 100% ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    25
  background: #99ccff ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    26
  margin-top: 0px ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    27
  margin-bottom: 0px }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    28
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    29
.navigation .navicon {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    30
  width: 150px ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    31
  height: 35px }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    32
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    33
.navigation .textlinks {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    34
  padding-left: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    35
  text-align: left }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    36
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    37
.navigation td, .navigation th {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    38
  padding-left: 0em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    39
  padding-right: 0em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    40
  vertical-align: middle }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    41
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    42
.rfc2822 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    43
  margin-top: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    44
  margin-left: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    45
  margin-right: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    46
  margin-bottom: 0em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    47
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    48
.rfc2822 td {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    49
  text-align: left }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    50
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    51
.rfc2822 th.field-name {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    52
  text-align: right ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    53
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    54
  padding-right: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    55
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    56
  margin-bottom: 0em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    57
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    58
a.toc-backref {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    59
  text-decoration: none ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    60
  color: black }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    61
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    62
blockquote.epigraph {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    63
  margin: 2em 5em ; }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    64
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    65
body {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    66
  margin: 0px ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    67
  margin-bottom: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    68
  padding: 0px }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    69
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    70
dl.docutils dd {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    71
  margin-bottom: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    72
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    73
div.section {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    74
  margin-left: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    75
  margin-right: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    76
  margin-bottom: 1.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    77
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    78
div.section div.section {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    79
  margin-left: 0em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    80
  margin-right: 0em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    81
  margin-top: 1.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    82
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    83
div.abstract {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    84
  margin: 2em 5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    85
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    86
div.abstract p.topic-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    87
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    88
  text-align: center }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    89
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    90
div.admonition, div.attention, div.caution, div.danger, div.error,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    91
div.hint, div.important, div.note, div.tip, div.warning {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    92
  margin: 2em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    93
  border: medium outset ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    94
  padding: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    95
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    96
div.admonition p.admonition-title, div.hint p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    97
div.important p.admonition-title, div.note p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    98
div.tip p.admonition-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    99
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   100
  font-family: sans-serif }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   101
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   102
div.attention p.admonition-title, div.caution p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   103
div.danger p.admonition-title, div.error p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   104
div.warning p.admonition-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   105
  color: red ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   106
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   107
  font-family: sans-serif }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   108
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   109
/* Uncomment (and remove this text!) to get reduced vertical space in
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   110
   compound paragraphs.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   111
div.compound .compound-first, div.compound .compound-middle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   112
  margin-bottom: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   113
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   114
div.compound .compound-last, div.compound .compound-middle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   115
  margin-top: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   116
*/
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   117
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   118
div.dedication {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   119
  margin: 2em 5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   120
  text-align: center ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   121
  font-style: italic }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   122
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   123
div.dedication p.topic-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   124
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   125
  font-style: normal }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   126
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   127
div.figure {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   128
  margin-left: 2em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   129
  margin-right: 2em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   130
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   131
div.footer, div.header {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   132
  clear: both;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   133
  font-size: smaller }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   134
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   135
div.footer {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   136
  margin-left: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   137
  margin-right: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   138
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   139
div.line-block {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   140
  display: block ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   141
  margin-top: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   142
  margin-bottom: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   143
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   144
div.line-block div.line-block {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   145
  margin-top: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   146
  margin-bottom: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   147
  margin-left: 1.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   148
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   149
div.sidebar {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   150
  margin-left: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   151
  border: medium outset ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   152
  padding: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   153
  background-color: #ffffee ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   154
  width: 40% ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   155
  float: right ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   156
  clear: right }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   157
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   158
div.sidebar p.rubric {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   159
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   160
  font-size: medium }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   161
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   162
div.system-messages {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   163
  margin: 5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   164
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   165
div.system-messages h1 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   166
  color: red }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   167
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   168
div.system-message {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   169
  border: medium outset ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   170
  padding: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   171
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   172
div.system-message p.system-message-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   173
  color: red ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   174
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   175
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   176
div.topic {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   177
  margin: 2em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   178
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   179
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   180
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   181
  margin-top: 0.4em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   182
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   183
h1 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   184
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   185
  font-size: large }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   186
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   187
h2 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   188
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   189
  font-size: medium }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   190
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   191
h3 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   192
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   193
  font-size: small }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   194
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   195
h4 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   196
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   197
  font-style: italic ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   198
  font-size: small }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   199
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   200
h5 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   201
  font-family: sans-serif;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   202
  font-size: x-small }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   203
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   204
h6 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   205
  font-family: sans-serif;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   206
  font-style: italic ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   207
  font-size: x-small }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   208
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   209
hr.docutils {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   210
  width: 75% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   211
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   212
img.align-left {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   213
  clear: left }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   214
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   215
img.align-right {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   216
  clear: right }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   217
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   218
img.borderless {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   219
  border: 0 }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   220
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   221
ol.simple, ul.simple {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   222
  margin-bottom: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   223
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   224
ol.arabic {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   225
  list-style: decimal }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   226
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   227
ol.loweralpha {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   228
  list-style: lower-alpha }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   229
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   230
ol.upperalpha {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   231
  list-style: upper-alpha }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   232
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   233
ol.lowerroman {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   234
  list-style: lower-roman }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   235
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   236
ol.upperroman {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   237
  list-style: upper-roman }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   238
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   239
p.attribution {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   240
  text-align: right ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   241
  margin-left: 50% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   242
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   243
p.caption {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   244
  font-style: italic }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   245
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   246
p.credits {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   247
  font-style: italic ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   248
  font-size: smaller }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   249
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   250
p.label {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   251
  white-space: nowrap }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   252
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   253
p.rubric {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   254
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   255
  font-size: larger ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   256
  color: maroon ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   257
  text-align: center }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   258
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   259
p.sidebar-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   260
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   261
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   262
  font-size: larger }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   263
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   264
p.sidebar-subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   265
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   266
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   267
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   268
p.topic-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   269
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   270
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   271
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   272
pre.address {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   273
  margin-bottom: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   274
  margin-top: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   275
  font-family: serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   276
  font-size: 100% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   277
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   278
pre.literal-block, pre.doctest-block {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   279
  margin-left: 2em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   280
  margin-right: 2em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   281
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   282
span.classifier {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   283
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   284
  font-style: oblique }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   285
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   286
span.classifier-delimiter {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   287
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   288
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   289
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   290
span.interpreted {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   291
  font-family: sans-serif }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   292
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   293
span.option {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   294
  white-space: nowrap }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   295
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   296
span.option-argument {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   297
  font-style: italic }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   298
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   299
span.pre {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   300
  white-space: pre }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   301
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   302
span.problematic {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   303
  color: red }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   304
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   305
span.section-subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   306
  /* font-size relative to parent (h1..h6 element) */
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   307
  font-size: 80% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   308
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   309
table.citation {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   310
  border-left: solid 1px gray;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   311
  margin-left: 1px }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   312
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   313
table.docinfo {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   314
  margin: 2em 4em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   315
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   316
table.docutils {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   317
  margin-top: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   318
  margin-bottom: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   319
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   320
table.footnote {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   321
  border-left: solid 1px black;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   322
  margin-left: 1px }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   323
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   324
table.docutils td, table.docutils th,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   325
table.docinfo td, table.docinfo th {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   326
  padding-left: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   327
  padding-right: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   328
  vertical-align: top }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   329
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   330
td.num {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   331
  text-align: right }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   332
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   333
th.field-name {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   334
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   335
  text-align: left ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   336
  white-space: nowrap ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   337
  padding-left: 0 }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   338
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   339
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   340
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   341
  font-size: 100% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   342
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   343
ul.auto-toc {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   344
  list-style-type: none }