/rst.css

https://bitbucket.org/bconstantin/django_polymorphic/ · CSS · 206 lines · 148 code · 53 blank · 5 comment · 0 complexity · 3c58c151216e6ef1f632895bd07b48f8 MD5 · raw file

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