home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activepython / ActivePython-2.1.1.msi / Python21_Documentation_PythonHOWTOs.chm / active.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-07-26  |  2.5 KB  |  70 lines

  1. /*
  2.  * The first part of this is the standard CSS generated by LaTeX2HTML,
  3.  * with the "empty" declarations removed.
  4.  */
  5.  
  6. .math     { font-family: serif; }
  7. .math i   { font-family: serif; font-weight: bold }
  8. .boldmath { font-family: serif; font-weight: bold }
  9.  
  10. /* Implement both fixed-size and relative sizes: */
  11. small.xtiny             { font-size : xx-small }
  12. small.tiny              { font-size : x-small }
  13. small.scriptsize        { font-size : smaller }
  14. small.footnotesize      { font-size : small }
  15. big.xlarge              { font-size : large }
  16. big.xxlarge             { font-size : x-large }
  17. big.huge                { font-size : larger }
  18. big.xhuge               { font-size : xx-large }
  19.  
  20. /*
  21.  * Document-specific styles come next;
  22.  * these are added for the Python documentation.
  23.  *
  24.  * Note that the size specifications for the H* elements are because
  25.  * Netscape on Solaris otherwise doesn't get it right; they all end up
  26.  * the normal text size.
  27.  */
  28. a:link { color:#B82619; }
  29. a:visited { color:#C2B266; }
  30. a:active { color: #000000; }
  31. a:hover { color: #000000; text-decoration: underline; }
  32.  
  33.  
  34. body            { font-family: verdana, arial, helvetica, sans-serif; font-size: small; }
  35. h1, h2, h3, h4, h5, h6    { font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; }
  36. h1            { font-size: 180% }
  37. h2            { font-size: 150% }
  38. h3, h4            { font-size: 120% }
  39. code, tt        { font-family: monospace }
  40. var            { font-family: serif; font-style: italic; font-weight: normal }
  41.  
  42. .navigation         { font-family: verdana, arial, helvetica, sans-serif; font-size: 110% }
  43.  
  44. .title            { font-family: verdana, arial, helvetica, sans-serif; font-size: 110% }
  45.  
  46. .release-info           { font-style: italic; }
  47.  
  48. .verbatim               { color: #00008b }
  49.  
  50. .tableheader            { background-color: #99ccff;
  51.                           font-family: verdana, arial, helvetica, sans-serif; }
  52. .email            { font-family: verdana, arial, helvetica, sans-serif }
  53. .mimetype        { font-family: verdana, arial, helvetica, sans-serif }
  54. .newsgroup        { font-family: verdana, arial, helvetica, sans-serif }
  55. .url            { font-family: verdana, arial, helvetica, sans-serif }
  56. .file            { font-family: verdana, arial, helvetica, sans-serif }
  57.  
  58. .refcount-info          { font-style: italic }
  59. .refcount-info .value   { font-weight: bold; color: #006600 }
  60.  
  61. .seealso        { background-color: #EAE2BB; border: thin solid black; padding: 4pt }
  62.  
  63. .seealso .heading       { font-size: 110% }
  64.  
  65. /*
  66.  * Class 'availability' is used for module availability statements at
  67.  * the top of modules.
  68.  */
  69. .availability .platform { font-weight: bold }
  70.