buildframework/helium/external/python/lib/common/docutils-0.5-py2.5.egg/docutils/writers/html4css1/html4css1.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 (goodger@python.org)
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     3
:Id: $Id: html4css1.css 5196 2007-06-03 20:25:28Z wiemann $
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     4
:Copyright: This stylesheet has been placed in the public domain.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     5
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     6
Default cascading style sheet for the HTML output of Docutils.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     7
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     8
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     9
customize this style sheet.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    10
*/
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    11
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    12
/* used to remove borders from tables and images */
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    13
.borderless, table.borderless td, table.borderless th {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    14
  border: 0 }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    15
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    16
table.borderless td, table.borderless th {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    17
  /* Override padding for "table.docutils td" with "! important".
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    18
     The right padding separates the table cells. */
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    19
  padding: 0 0.5em 0 0 ! important }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    20
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    21
.first {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    22
  /* Override more specific margin styles with "! important". */
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    23
  margin-top: 0 ! important }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    24
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    25
.last, .with-subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    26
  margin-bottom: 0 ! important }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    27
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    28
.hidden {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    29
  display: none }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    30
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    31
a.toc-backref {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    32
  text-decoration: none ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    33
  color: black }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    34
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    35
blockquote.epigraph {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    36
  margin: 2em 5em ; }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    37
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    38
dl.docutils dd {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    39
  margin-bottom: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    40
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    41
/* Uncomment (and remove this text!) to get bold-faced definition list terms
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    42
dl.docutils dt {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    43
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    44
*/
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    45
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    46
div.abstract {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    47
  margin: 2em 5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    48
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    49
div.abstract p.topic-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    50
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    51
  text-align: center }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    52
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    53
div.admonition, div.attention, div.caution, div.danger, div.error,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    54
div.hint, div.important, div.note, div.tip, div.warning {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    55
  margin: 2em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    56
  border: medium outset ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    57
  padding: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    58
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    59
div.admonition p.admonition-title, div.hint p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    60
div.important p.admonition-title, div.note p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    61
div.tip p.admonition-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    62
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    63
  font-family: sans-serif }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    64
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    65
div.attention p.admonition-title, div.caution p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    66
div.danger p.admonition-title, div.error p.admonition-title,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    67
div.warning p.admonition-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    68
  color: red ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    69
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    70
  font-family: sans-serif }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    71
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    72
/* Uncomment (and remove this text!) to get reduced vertical space in
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    73
   compound paragraphs.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    74
div.compound .compound-first, div.compound .compound-middle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    75
  margin-bottom: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    76
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    77
div.compound .compound-last, div.compound .compound-middle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    78
  margin-top: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    79
*/
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    80
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    81
div.dedication {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    82
  margin: 2em 5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    83
  text-align: center ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    84
  font-style: italic }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    85
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    86
div.dedication 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
  font-style: normal }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    89
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    90
div.figure {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    91
  margin-left: 2em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    92
  margin-right: 2em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    93
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    94
div.footer, div.header {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    95
  clear: both;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    96
  font-size: smaller }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    97
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    98
div.line-block {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    99
  display: block ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   100
  margin-top: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   101
  margin-bottom: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   102
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   103
div.line-block div.line-block {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   104
  margin-top: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   105
  margin-bottom: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   106
  margin-left: 1.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   107
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   108
div.sidebar {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   109
  margin: 0 0 0.5em 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   110
  border: medium outset ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   111
  padding: 1em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   112
  background-color: #ffffee ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   113
  width: 40% ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   114
  float: right ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   115
  clear: right }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   116
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   117
div.sidebar p.rubric {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   118
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   119
  font-size: medium }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   120
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   121
div.system-messages {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   122
  margin: 5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   123
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   124
div.system-messages h1 {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   125
  color: red }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   126
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   127
div.system-message {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   128
  border: medium outset ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   129
  padding: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   130
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   131
div.system-message p.system-message-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   132
  color: red ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   133
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   134
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   135
div.topic {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   136
  margin: 2em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   137
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   138
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   139
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   140
  margin-top: 0.4em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   141
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   142
h1.title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   143
  text-align: center }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   144
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   145
h2.subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   146
  text-align: center }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   147
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   148
hr.docutils {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   149
  width: 75% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   150
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   151
img.align-left {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   152
  clear: left }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   153
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   154
img.align-right {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   155
  clear: right }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   156
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   157
ol.simple, ul.simple {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   158
  margin-bottom: 1em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   159
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   160
ol.arabic {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   161
  list-style: decimal }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   162
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   163
ol.loweralpha {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   164
  list-style: lower-alpha }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   165
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   166
ol.upperalpha {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   167
  list-style: upper-alpha }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   168
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   169
ol.lowerroman {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   170
  list-style: lower-roman }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   171
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   172
ol.upperroman {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   173
  list-style: upper-roman }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   174
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   175
p.attribution {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   176
  text-align: right ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   177
  margin-left: 50% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   178
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   179
p.caption {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   180
  font-style: italic }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   181
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   182
p.credits {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   183
  font-style: italic ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   184
  font-size: smaller }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   185
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   186
p.label {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   187
  white-space: nowrap }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   188
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   189
p.rubric {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   190
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   191
  font-size: larger ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   192
  color: maroon ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   193
  text-align: center }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   194
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   195
p.sidebar-title {
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-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   198
  font-size: larger }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   199
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   200
p.sidebar-subtitle {
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-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   203
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   204
p.topic-title {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   205
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   206
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   207
pre.address {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   208
  margin-bottom: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   209
  margin-top: 0 ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   210
  font-family: serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   211
  font-size: 100% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   212
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   213
pre.literal-block, pre.doctest-block {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   214
  margin-left: 2em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   215
  margin-right: 2em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   216
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   217
span.classifier {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   218
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   219
  font-style: oblique }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   220
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   221
span.classifier-delimiter {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   222
  font-family: sans-serif ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   223
  font-weight: bold }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   224
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   225
span.interpreted {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   226
  font-family: sans-serif }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   227
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   228
span.option {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   229
  white-space: nowrap }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   230
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   231
span.pre {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   232
  white-space: pre }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   233
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   234
span.problematic {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   235
  color: red }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   236
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   237
span.section-subtitle {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   238
  /* font-size relative to parent (h1..h6 element) */
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   239
  font-size: 80% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   240
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   241
table.citation {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   242
  border-left: solid 1px gray;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   243
  margin-left: 1px }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   244
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   245
table.docinfo {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   246
  margin: 2em 4em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   247
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   248
table.docutils {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   249
  margin-top: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   250
  margin-bottom: 0.5em }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   251
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   252
table.footnote {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   253
  border-left: solid 1px black;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   254
  margin-left: 1px }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   255
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   256
table.docutils td, table.docutils th,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   257
table.docinfo td, table.docinfo th {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   258
  padding-left: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   259
  padding-right: 0.5em ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   260
  vertical-align: top }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   261
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   262
table.docutils th.field-name, table.docinfo th.docinfo-name {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   263
  font-weight: bold ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   264
  text-align: left ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   265
  white-space: nowrap ;
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   266
  padding-left: 0 }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   267
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   268
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   269
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   270
  font-size: 100% }
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   271
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   272
ul.auto-toc {
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
   273
  list-style-type: none }