home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phdoc222.zip / lib / lib.css < prev    next >
Cascading Style Sheet File  |  2002-10-14  |  4KB  |  109 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. /*
  14.  * Implement both fixed-size and relative sizes.
  15.  *
  16.  * I think these can be safely removed, as it doesn't appear that
  17.  * LaTeX2HTML ever generates these, even though these are carried
  18.  * over from the LaTeX2HTML stylesheet.
  19.  */
  20. small.xtiny             { font-size : xx-small; }
  21. small.tiny              { font-size : x-small; }
  22. small.scriptsize        { font-size : smaller; }
  23. small.footnotesize      { font-size : small; }
  24. big.xlarge              { font-size : large; }
  25. big.xxlarge             { font-size : x-large; }
  26. big.huge                { font-size : larger; }
  27. big.xhuge               { font-size : xx-large; }
  28.  
  29. /*
  30.  * Document-specific styles come next;
  31.  * these are added for the Python documentation.
  32.  *
  33.  * Note that the size specifications for the H* elements are because
  34.  * Netscape on Solaris otherwise doesn't get it right; they all end up
  35.  * the normal text size.
  36.  */
  37.  
  38. body                    { color: #000000;
  39.                           background-color: #ffffff; }
  40.  
  41. a:active                { color: #ff0000; }
  42. a:visited               { color: #551a8b; }
  43. a:link                  { color: #0000bb; }
  44.  
  45. h1, h2, h3, h4, h5, h6  { font-family: avantgarde, sans-serif;
  46.                           font-weight: bold; }
  47. h1                      { font-size: 180%; }
  48. h2                      { font-size: 150%; }
  49. h3, h4                  { font-size: 120%; }
  50. code, tt                { font-family: lucida typewriter, lucidatypewriter,
  51.                                        monospace; }
  52. var                     { font-family: times, serif;
  53.                           font-style: italic;
  54.                           font-weight: normal; }
  55.  
  56. .typelabel              { font-family: lucida, sans-serif; }
  57.  
  58. .navigation td          { background-color: #99ccff;
  59.                           font-weight: bold;
  60.                           font-family: avantgarde, sans-serif;
  61.                           font-size: 110%; }
  62.  
  63. .release-info           { font-style: italic; }
  64.  
  65. .titlegraphic           { vertical-align: top; }
  66.  
  67. .verbatim               { color: #00008b;
  68.                           font-family: lucida typewriter, lucidatypewriter,
  69.                                        monospace; }
  70.  
  71. .grammar                { background-color: #99ccff;
  72.                           margin-right: 0.5in;
  73.                           padding: 0.05in; }
  74. .productions            { background-color: #bbeeff; }
  75. .productions table      { vertical-align: baseline; }
  76. .grammar-footer         { padding: 0.05in;
  77.                           font-size: 85%; }
  78.  
  79. .email                  { font-family: avantgarde, sans-serif; }
  80. .mailheader             { font-family: avantgarde, sans-serif; }
  81. .mimetype               { font-family: avantgarde, sans-serif; }
  82. .newsgroup              { font-family: avantgarde, sans-serif; }
  83. .url                    { font-family: avantgarde, sans-serif; }
  84. .file                   { font-family: avantgarde, sans-serif; }
  85.  
  86. .tableheader            { background-color: #99ccff;
  87.                           font-family: avantgarde, sans-serif; }
  88.  
  89. .refcount-info          { font-style: italic; }
  90. .refcount-info .value   { font-weight: bold;
  91.                           color: #006600; }
  92.  
  93. /*
  94.  * Some decoration for the "See also:" blocks, in part inspired by some of
  95.  * the styling on Lars Marius Garshol's XSA pages.
  96.  * (The blue in the navigation bars is #99CCFF.)
  97.  */
  98. .seealso                { background-color: #fffaf0;
  99.                           border: thin solid black;
  100.                           padding: 4pt; }
  101.  
  102. .seealso .heading       { font-size: 110%; }
  103.  
  104. /*
  105.  * Class 'availability' is used for module availability statements at
  106.  * the top of modules.
  107.  */
  108. .availability .platform { font-weight: bold; }
  109.