home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / Hlp2Html.dll / 1033 / NETHELP2 / AUTHGUID.CSS next >
Encoding:
Cascading Style Sheet File  |  2000-02-17  |  2.1 KB  |  177 lines

  1. /* Cascading Style Sheet, Level 1, for the NetHelp 2.0 Authoring Guide*/
  2.  
  3.  
  4.  
  5. /* To use this style sheet, add the following command in the <HEAD> section of your HTML file */
  6.  
  7. /* <LINK REL=STYLESHEET TYPE="text/css" HREF="../authguid.css"> */
  8.  
  9.  
  10.  
  11. BODY { 
  12.  
  13.     margin: 0;
  14.     font-family:         "trebuchet ms", arial, helvetica, sans-serif;
  15.     font-size:        10pt;
  16.     color:             black; 
  17.     background-color:    #ffffff
  18.     }
  19.  
  20. LI { 
  21.  
  22.     margin-top:    0;
  23.     margin-bottom:    0
  24.     }
  25.  
  26.  
  27. H1, H2, H3, H4, H5, H6 {
  28.     
  29.     text-align:    left
  30.     }
  31.  
  32.  
  33. H1, H2, H3, H4 { 
  34.  
  35.     margin-top:     10px; 
  36.     margin-bottom:     0px
  37.     }
  38.  
  39.  
  40. H5, H6 {
  41.  
  42.     margin-top:     5px;
  43.     margin-bottom:    0 
  44.     }
  45.  
  46. H1 {
  47.  
  48.     font-family:    "trebuchet ms", arial, helvetica, sans-serif; 
  49.     font-size:    16pt;
  50.     font-weight:    bold
  51.     }
  52.  
  53. H2 {
  54.  
  55.     font-family:    "trebuchet ms", arial, helvetica, sans-serif; 
  56.     font-size:    16pt;
  57.     font-weight:    bold
  58.     }
  59.  
  60. H3 {
  61.  
  62.     font-family:    "trebuchet ms", arial, helvetica, sans-serif; 
  63.     font-size:    12pt;
  64.     font-weight:    bold
  65.     }
  66.  
  67.  
  68. P { 
  69.     font-family:     "trebuchet ms", arial, helvetica, sans-serif; 
  70.     font-size:     10pt 
  71.     }
  72.  
  73.  
  74. B, STRONG { 
  75.  
  76.     font-weight:     bold }  
  77.     /* relative to the parent */
  78.  
  79.  
  80. I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
  81.  
  82.     font-style:     normal;
  83.     font-size:    smaller 
  84.     }
  85.  
  86. PRE, TT, CODE, KBD, SAMP { 
  87.  
  88.     font-family:     monospace;
  89.     color:        black
  90.     }
  91.  
  92.  
  93.  
  94. PRE { 
  95.     white-space:     pre 
  96.     }
  97.  
  98.  
  99.  
  100. ADDRESS { 
  101.  
  102.     margin-left:     0
  103.     }
  104.  
  105. ADDRESS { 
  106.  
  107.     font-size:     10pt;
  108.     font-size:    10pt;
  109.     font-weight:    lighter 
  110.     }
  111.  
  112.  
  113. BLOCKQUOTE { 
  114.  
  115.     margin-left:     10; 
  116.     margin-right:     10 
  117.     }
  118.  
  119.  
  120.  
  121. UL, DIR { 
  122.  
  123.     list-style:     disc 
  124.     }
  125.  
  126. UL { 
  127.  
  128.     margin-left:     -1em 
  129.     }
  130.  
  131. UL {     
  132.  
  133.     font-family:     "trebuchet ms", arial, helvetica, sans-serif; 
  134.     font-size:     10pt 
  135.     }
  136.  
  137.  
  138. OL { 
  139.  
  140.     list-style:     decimal 
  141.     }
  142.  
  143.  
  144. OL {     
  145.     margin-left:     -1em 
  146.     }
  147.  
  148.  
  149. OL { 
  150.     font-family:     "trebuchet ms", arial, helvetica, sans-serif; 
  151.     font-size:     10pt 
  152.     }
  153.  
  154.  
  155.  
  156.  
  157. HR { 
  158.     border-top:     solid
  159.      }        
  160.     /* 'border-bottom' could also have been used */
  161.  
  162.  
  163.  
  164. A {
  165.     font-weight:    bold
  166.     }
  167.  
  168. ALT {
  169.     font-family:    "trebuchet ms", arial, helvetica, sans-serif;
  170.     }
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.