home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-configobj / docutils.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-01-09  |  2.5 KB  |  142 lines

  1. /*
  2. :Authors: Ian Bicking, Michael Foord
  3. :Contact: fuzzyman@voidspace.org.uk
  4. :Date: 2005/08/26 
  5. :Version: 0.1.0
  6. :Copyright: This stylesheet has been placed in the public domain.
  7.  
  8. Stylesheet for Docutils.
  9. Based on ``blue_box.css`` by Ian Bicking
  10. and ``default.css`` revision 3442
  11. */
  12.  
  13. @import url(default.css);
  14. @import url(pygments.css);
  15.  
  16. body {
  17.   font-family: Arial, sans-serif;
  18. }
  19.  
  20. em, i {
  21.   /* Typically serif fonts have much nicer italics */
  22.   font-family: Times New Roman, Times, serif;
  23. }
  24.  
  25.  
  26. a.target {
  27.   color: blue;
  28. }
  29.  
  30. a.toc-backref {
  31.   text-decoration: none;
  32.   color: black;
  33. }
  34.  
  35. a.toc-backref:hover {
  36.   background-color: inherit;
  37. }
  38.  
  39. a:hover {
  40.   background-color: #cccccc;
  41. }
  42.  
  43. div.attention, div.caution, div.danger, div.error, div.hint,
  44. div.important, div.note, div.tip, div.warning {
  45.   background-color: #cccccc;
  46.   padding: 3px;
  47.   width: 80%;
  48. }
  49.  
  50. div.admonition p.admonition-title, div.hint p.admonition-title,
  51. div.important p.admonition-title, div.note p.admonition-title,
  52. div.tip p.admonition-title  {
  53.   text-align: center;
  54.   background-color: #999999;
  55.   display: block;
  56.   margin: 0;
  57. }
  58.  
  59. div.attention p.admonition-title, div.caution p.admonition-title,
  60. div.danger p.admonition-title, div.error p.admonition-title,
  61. div.warning p.admonition-title {
  62.   color: #cc0000;
  63.   font-family: sans-serif;
  64.   text-align: center;
  65.   background-color: #999999;
  66.   display: block;
  67.   margin: 0;
  68. }
  69.  
  70. h1, h2, h3, h4, h5, h6 {
  71.   font-family: Helvetica, Arial, sans-serif;
  72.   border: thin solid black;
  73.   /* This makes the borders rounded on Mozilla, which pleases me */
  74.   -moz-border-radius: 8px;
  75.   padding: 4px;
  76. }
  77.  
  78. h1 {
  79.   background-color: #444499;
  80.   color: #ffffff;
  81.   border: medium solid black;
  82. }
  83.  
  84. h1 a.toc-backref, h2 a.toc-backref { 
  85.   color: #ffffff;
  86. }
  87.  
  88. h2 {
  89.   background-color: #666666;
  90.   color: #ffffff;
  91.   border: medium solid black;
  92. }
  93.  
  94. h3, h4, h5, h6 {
  95.   background-color: #cccccc;
  96.   color: #000000;
  97. }
  98.  
  99. h3 a.toc-backref, h4 a.toc-backref, h5 a.toc-backref, 
  100. h6 a.toc-backref { 
  101.   color: #000000;
  102. }
  103.  
  104. h1.title {
  105.   text-align: center;
  106.   background-color: #444499;
  107.   color: #eeeeee;
  108.   border: thick solid black;
  109.   -moz-border-radius: 20px;
  110. }
  111.  
  112. table.footnote {
  113.   padding-left: 0.5ex;
  114. }
  115.  
  116. table.citation {
  117.   padding-left: 0.5ex
  118. }
  119.  
  120. pre.literal-block, pre.doctest-block {
  121.   border: thin black solid;
  122.   padding: 5px;
  123. }
  124.  
  125. .image img { border-style : solid;
  126.             border-width : 2px;
  127. }
  128.  
  129. img.align-center {
  130.     display: block;
  131.     margin: auto; 
  132.     text-align: center;
  133. }
  134.  
  135. h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  136.   font-size: 100%;
  137. }
  138.  
  139. code, tt {
  140.   color: #000066;
  141. }
  142.