default.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. /*
  2. :Author: David Goodger
  3. :Contact: goodger@users.sourceforge.net
  4. :date: $Date$
  5. :version: $Revision$
  6. :copyright: This stylesheet has been placed in the public domain.
  7. boostinspect:nolicense
  8. Default cascading style sheet for the HTML output of Docutils.
  9. */
  10. .first {
  11. margin-top: 0 }
  12. .last {
  13. margin-bottom: 0 }
  14. a.toc-backref {
  15. text-decoration: none ;
  16. color: black }
  17. dd {
  18. margin-bottom: 0.5em }
  19. div.abstract {
  20. margin: 2em 5em }
  21. div.abstract p.topic-title {
  22. font-weight: bold ;
  23. text-align: center }
  24. div.attention, div.caution, div.danger, div.error, div.hint,
  25. div.important, div.note, div.tip, div.warning, div.admonition {
  26. margin: 2em ;
  27. border: medium outset ;
  28. padding: 1em }
  29. div.attention p.admonition-title, div.caution p.admonition-title,
  30. div.danger p.admonition-title, div.error p.admonition-title,
  31. div.warning p.admonition-title {
  32. color: red ;
  33. font-weight: bold ;
  34. font-family: sans-serif }
  35. div.hint p.admonition-title, div.important p.admonition-title,
  36. div.note p.admonition-title, div.tip p.admonition-title,
  37. div.admonition p.admonition-title {
  38. font-weight: bold ;
  39. font-family: sans-serif }
  40. div.dedication {
  41. margin: 2em 5em ;
  42. text-align: center ;
  43. font-style: italic }
  44. div.dedication p.topic-title {
  45. font-weight: bold ;
  46. font-style: normal }
  47. div.figure {
  48. margin-left: 2em }
  49. div.footer, div.header {
  50. font-size: smaller }
  51. div.sidebar {
  52. margin-left: 1em ;
  53. border: medium outset ;
  54. padding: 0em 1em ;
  55. background-color: #ffffee ;
  56. width: 40% ;
  57. float: right ;
  58. clear: right }
  59. div.sidebar p.rubric {
  60. font-family: sans-serif ;
  61. font-size: medium }
  62. div.system-messages {
  63. margin: 5em }
  64. div.system-messages h1 {
  65. color: red }
  66. div.system-message {
  67. border: medium outset ;
  68. padding: 1em }
  69. div.system-message p.system-message-title {
  70. color: red ;
  71. font-weight: bold }
  72. div.topic {
  73. margin: 2em }
  74. h1.title {
  75. text-align: center }
  76. h2.subtitle {
  77. text-align: center }
  78. hr {
  79. width: 75% }
  80. ol.simple, ul.simple {
  81. margin-bottom: 1em }
  82. ol.arabic {
  83. list-style: decimal }
  84. ol.loweralpha {
  85. list-style: lower-alpha }
  86. ol.upperalpha {
  87. list-style: upper-alpha }
  88. ol.lowerroman {
  89. list-style: lower-roman }
  90. ol.upperroman {
  91. list-style: upper-roman }
  92. p.attribution {
  93. text-align: right ;
  94. margin-left: 50% }
  95. p.caption {
  96. font-style: italic }
  97. p.credits {
  98. font-style: italic ;
  99. font-size: smaller }
  100. p.label {
  101. white-space: nowrap }
  102. p.rubric {
  103. font-weight: bold ;
  104. font-size: larger ;
  105. color: maroon ;
  106. text-align: center }
  107. p.sidebar-title {
  108. font-family: sans-serif ;
  109. font-weight: bold ;
  110. font-size: larger }
  111. p.sidebar-subtitle {
  112. font-family: sans-serif ;
  113. font-weight: bold }
  114. p.topic-title {
  115. font-weight: bold }
  116. pre.address {
  117. margin-bottom: 0 ;
  118. margin-top: 0 ;
  119. font-family: serif ;
  120. font-size: 100% }
  121. pre.line-block {
  122. font-family: serif ;
  123. font-size: 100% }
  124. pre.literal-block, pre.doctest-block {
  125. margin-left: 2em ;
  126. margin-right: 2em ;
  127. background-color: #eeeeee }
  128. span.classifier {
  129. font-family: sans-serif ;
  130. font-style: oblique }
  131. span.classifier-delimiter {
  132. font-family: sans-serif ;
  133. font-weight: bold }
  134. span.interpreted {
  135. font-family: sans-serif }
  136. span.option {
  137. white-space: nowrap }
  138. span.option-argument {
  139. font-style: italic }
  140. span.pre {
  141. white-space: pre }
  142. span.problematic {
  143. color: red }
  144. table {
  145. margin-top: 0.5em ;
  146. margin-bottom: 0.5em }
  147. table.citation {
  148. border-left: solid thin gray ;
  149. padding-left: 0.5ex }
  150. table.docinfo {
  151. margin: 2em 4em }
  152. table.footnote {
  153. border-left: solid thin black ;
  154. padding-left: 0.5ex }
  155. td, th {
  156. padding-left: 0.5em ;
  157. padding-right: 0.5em ;
  158. vertical-align: top }
  159. th.docinfo-name, th.field-name {
  160. font-weight: bold ;
  161. text-align: left ;
  162. white-space: nowrap }
  163. h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  164. font-size: 100% }
  165. tt {
  166. background-color: #eeeeee }
  167. ul.auto-toc {
  168. list-style-type: none }