home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / zkuste / freesoft / doc / mac / mac.css < prev    next >
Cascading Style Sheet File  |  2000-10-16  |  4KB  |  97 lines

  1. /*
  2.  * The first part of this is the standard CSS generated by LaTeX2HTML,
  3.  * with the "empty" declarations removed.
  4.  */
  5.  
  6. /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
  7. .math                   { font-family: "Century Schoolbook", serif; }
  8. .math i                 { font-family: "Century Schoolbook", serif;
  9.                           font-weight: bold }
  10. .boldmath               { font-family: "Century Schoolbook", serif;
  11.                           font-weight: bold }
  12.  
  13. /* Implement both fixed-size and relative sizes: */
  14. small.xtiny             { font-size : xx-small }
  15. small.tiny              { font-size : x-small }
  16. small.scriptsize        { font-size : smaller }
  17. small.footnotesize      { font-size : small }
  18. big.xlarge              { font-size : large }
  19. big.xxlarge             { font-size : x-large }
  20. big.huge                { font-size : larger }
  21. big.xhuge               { font-size : xx-large }
  22.  
  23. /*
  24.  * Document-specific styles come next;
  25.  * these are added for the Python documentation.
  26.  *
  27.  * Note that the size specifications for the H* elements are because
  28.  * Netscape on Solaris otherwise doesn't get it right; they all end up
  29.  * the normal text size.
  30.  */
  31.  
  32. body                    { color: #000000;
  33.                           background-color: #ffffff; }
  34.  
  35. a:active                { color: #ff0000; }
  36. a:visited               { color: #333366; }
  37. a:link                  { color: #336633; }
  38.  
  39. h1, h2, h3, h4, h5, h6  { font-family: avantgarde, sans-serif;
  40.                           font-weight: bold }
  41. h1                      { font-size: 180% }
  42. h2                      { font-size: 150% }
  43. h3, h4                  { font-size: 120% }
  44. code, tt                { font-family: monospace }
  45. var                     { font-family: serif;
  46.                           font-style: italic;
  47.                           font-weight: normal }
  48.  
  49. .navigation td          { background-color: #669933;
  50.                           color: #ffffcc;
  51.                           font-weight: bold;
  52.                           font-family: avantgarde, sans-serif;
  53.                           font-size: 110%;
  54.                           margin: 0pt;
  55.                           padding: 0pt; }
  56.  
  57. .titlepage table        { border-style: none;
  58.                           margin: 0pt;
  59.                           padding: 0pt; }
  60. .titlegraphic           { vertical-align: top; }
  61.  
  62. .verbatim               { color: #00008b }
  63.  
  64. .email                  { font-family: avantgarde, sans-serif }
  65. .mimetype               { font-family: avantgarde, sans-serif }
  66. .newsgroup              { font-family: avantgarde, sans-serif }
  67. .url                    { font-family: avantgarde, sans-serif }
  68. .file                   { font-family: avantgarde, sans-serif }
  69.  
  70. .tableheader td         { background-color: #669933;
  71.                           color: #ffffcc; }
  72. .tableheader th         { background-color: #669933;
  73.                           color: #ffffcc;
  74.                           font-family: avantgarde, sans-serif; }
  75.  
  76. .refcount-info          { font-style: italic }
  77. .refcount-info .value   { font-weight: bold;
  78.                           color: #006600 }
  79.  
  80. img.offsitelink         { vertical-align: absbottom; }
  81.  
  82. /*
  83.  * Some decoration for the "See also:" blocks, in part inspired by some of
  84.  * the styling on Lars Marius Garshol's XSA pages.
  85.  */
  86. .seealso                { background-color: #cccccc;
  87.                           border: thin solid black;
  88.                           padding: 4pt }
  89.  
  90. .seealso .heading       { font-size: 110% }
  91.  
  92. /*
  93.  * Class 'availability' is used for module availability statements at
  94.  * the top of modules.
  95.  */
  96. .availability .platform { font-weight: bold }
  97.