default.css 3.9 KB

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