home *** CD-ROM | disk | FTP | other *** search
/ Maximum 3D 3 / m3d-p3.iso / 3DS_MAX / PLUGIN / 3DSMAX.CHM / 3dsmax.css < prev    next >
Cascading Style Sheet File  |  1997-11-03  |  2KB  |  59 lines

  1. /* header styles */
  2.  
  3. H1, H2, H3, H4 { font-family: Verdana }
  4. H1 { color: NAVY; font-size:16pt; font-weight:bold; margin-bottom: -3px; margin-top: -6px }
  5. H2 { color: NAVY; font-size:13pt; font-weight:bold; margin-top: 4px; margin-bottom: -5px }
  6. H3 { color: BLACK; font-size:9pt; font-weight:bold; margin-top: 4px; margin-bottom: -3px }
  7. H4 { color: BLACK; font-size:9pt; font-weight:bold; margin-top: 2px; margin-bottom: -3px }
  8.  
  9.  
  10. /* common paragraph styles */
  11.  
  12. BODY {color: BLACK; font-family: Verdana; font-size: 9pt }
  13. P {  margin-top: -2px; margin-bottom: -2px }
  14. .Body        { }
  15. .BodyFirst    { }
  16. .Caption    { font-weight: bold }
  17. .CaptionInd    { font-weight: bold }
  18. .gloss        { font-size:8pt; margin-top: -2px; margin-bottom: -7px }
  19. .Indent        { margin-bottom: -5px  }
  20. .IndentBullet    { margin-top: -3px; margin-bottom: -3px }
  21. .numblockstyle  { font-family: Courier; font-size: 8pt; font-style: italic; color: BLUE }
  22. .Parameter    { }
  23. .ParameterIndent{ }
  24.  
  25. /* list styles */
  26. OL, UL { margin-left: -20px }
  27. LI { margin-top: 3px; margin-bottom: 3px }
  28.  
  29.  
  30. /* code paragraph styles */
  31.  
  32. .code        { font-family: Courier; font-size:10pt}
  33. .codeFirst    { font-family: Courier; font-size:10pt; line-height: 120%}
  34. .codeLast    { font-family: Courier; font-size:10pt; line-height: 80%}
  35. .boldcode    { font-family: Courier; font-size:10pt; font-weight: bold }
  36. .codeIndent    { font-family: Courier; font-size:10pt; margin-left: 32em }
  37. .codeIndLast    { font-family: Courier; font-size:10pt; margin-left: 32em }
  38. .code3Tab    { font-family: Courier; font-size:10pt }
  39. .code3TabLast    { font-family: Courier; font-size:10pt }
  40. .codeInd2    { font-family: Courier; font-size:10pt; margin-left: 64em }
  41. .codeInd2Last    { font-family: Courier; font-size:10pt; margin-left: 64em }
  42. .codeInd3    { font-family: Courier; font-size:10pt; margin-left: 96em }
  43. .codeInd3Last    { font-family: Courier; font-size:10pt; margin-left: 96em}
  44. .code_Comment    { font-family: Verdana; font-size:10pt }
  45.  
  46.  
  47. /* SPAN classes */
  48.  
  49. SPAN {color: BLACK; font-family: Verdana; font-size:10pt}
  50. .charCode    { font-family: Courier; font-size:10pt }
  51. .charCodeBold    { font-family: Courier; font-size:10pt; font-weight: bold }
  52.  
  53.  
  54. /* special */
  55.  
  56. HR { margin-top: 26px; margin-bottom: -10px }
  57. A { color: green }
  58.  
  59.