home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 January - Special Internet / CHIPINET01.BIN / html / htmlhelp / setup.arv / STYLES.HDF < prev    next >
Encoding:
Text File  |  1996-03-01  |  921 b   |  43 lines

  1. ; Arial 10 as the default font
  2. .attrDefaults font 6 size 10
  3.  
  4. ; Title is non-scrolling, gray background
  5. .titleDefaults italic off scroll off bgColor 7
  6.  
  7. ; Headers styles
  8. .setStyle styleH1 bold on size 40
  9. .setStyle styleH2 bold on size 35
  10. .setStyle styleH3 bold on size 30
  11. .setStyle styleH4 bold on size 25
  12. .setStyle styleH5 bold on size 20
  13. .setStyle styleH6 size 20
  14.  
  15. ; TypeWriter = LinePrinter font
  16. .setStyle styleTypeWriter font 3
  17.  
  18. .setStyle styleCite italic on
  19.  
  20. ; courier, no-wrap for preformatted
  21. .setStyle stylePre font 8 wrap off
  22.  
  23. .setStyle styleStrong bold on
  24.  
  25. .setStyle styleDfn italic on
  26.  
  27. .setStyle styleEm bold on
  28.  
  29. ; courier for preformatted
  30. .setStyle styleCode font 8
  31.  
  32. ; courier, italic for var
  33. .setStyle styleVar font 8 italic on
  34.  
  35. ; courier for SAMP
  36. .setStyle styleSamp font 8
  37.  
  38. .setStyle styleAddress italic on
  39.  
  40. ; linePrinter for preformatted
  41. .setStyle styleKbd font 3
  42.  
  43.