home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 June / VPR0406.ISO / STARSUITE7 / EVALUATION / documentation / html / users_guide / guide.css next >
Cascading Style Sheet File  |  2003-07-23  |  2KB  |  78 lines

  1. BODY
  2.             { 
  3.               FONT-FAMILY: sans-serif;
  4.             }
  5.  
  6. P           { 
  7.               FONT-FAMILY: sans-serif;
  8.             }
  9.  
  10. .Paragraph  {
  11.               MARGIN-TOP: 10px;
  12.               MARGIN-BOTTOM: 10px;
  13.             }
  14.  
  15. LI P.Paragraph        
  16.             {
  17.               MARGIN-LEFT: 0px;
  18.               MARGIN-TOP: 5px;
  19.               MARGIN-BOTTOM: 5px;
  20.             }
  21.  
  22. .PropText   
  23.             { 
  24.               FONT-FAMILY: monospace 
  25.             }
  26. .prodname { }
  27. .emph,.bold
  28.             {
  29.               font-weight: bold;
  30.             }
  31.             
  32. .doctitle   {
  33.               font-weight: bold;
  34.               font-size: 200%;
  35.             }
  36.             
  37. .chapterheader
  38.             {
  39.               width: 100%;
  40.             }
  41.             
  42. .header     {
  43.               border-style: solid;
  44.               border-width: 1px;
  45.               border-color: #000000;
  46.               padding: 5px 5px 5px 5px;
  47.               background: #DDDDDD;
  48.               font-weight: bold;
  49.               font-size: 120%;
  50.             }
  51.  
  52. .chaptertable
  53.             {
  54.               width: 100%
  55.             }
  56.             
  57. table.toc   {
  58.               width: 100%;
  59.               border-style: solid;
  60.               border-width: 1px;
  61.               border-color: #000000;
  62.               padding: 5px 5px 5px 5px;
  63.               background: #DDDDDD;
  64.             }
  65.             
  66. .chaptertocheading
  67.             {
  68.               font-weight: bold;
  69.               font-size: 120%;
  70.             }
  71.  
  72. H1          { font-weight: bold; font-size:200%; }
  73. H2          { font-weight: bold; font-size:150%; }
  74. H3          { font-weight: bold; font-size:130%; }
  75. H4          { font-weight: bold; font-size:120%; }
  76. H5           { font-weight: bold; font-size:100%; }
  77. H6          { font-weight: bold; font-size:100%; }
  78.